!(function (e) { var t = {}; function n(r) { if (t[r]) return t[r].exports; var i = (t[r] = { i: r, l: !1, exports: {} }); return e[r].call(i.exports, i, i.exports, n), (i.l = !0), i.exports; } (n.m = e), (n.c = t), (n.d = function (e, t, r) { n.o(e, t) || Object.defineProperty(e, t, { enumerable: !0, get: r }); }), (n.r = function (e) { "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e, "__esModule", { value: !0 }); }), (n.t = function (e, t) { if ((1 & t && (e = n(e)), 8 & t)) return e; if (4 & t && "object" == typeof e && e && e.__esModule) return e; var r = Object.create(null); if ( (n.r(r), Object.defineProperty(r, "default", { enumerable: !0, value: e }), 2 & t && "string" != typeof e) ) for (var i in e) n.d( r, i, function (t) { return e[t]; }.bind(null, i) ); return r; }), (n.n = function (e) { var t = e && e.__esModule ? function () { return e.default; } : function () { return e; }; return n.d(t, "a", t), t; }), (n.o = function (e, t) { return Object.prototype.hasOwnProperty.call(e, t); }), (n.p = ""), n((n.s = 3)); })([ function (e, t, n) { "use strict"; (function (e) { var n; function r(e) { return (r = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (e) { return typeof e; } : function (e) { return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e; })(e); } /*! * jQuery JavaScript Library v2.2.4 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2016-05-20T17:23Z */ /*! * jQuery JavaScript Library v2.2.4 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2016-05-20T17:23Z */ !(function (t, n) { "object" === r(e) && "object" === r(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 : void 0, function (i, o) { var a = [], s = i.document, u = a.slice, l = a.concat, c = a.push, d = a.indexOf, f = {}, p = f.toString, h = f.hasOwnProperty, v = {}, m = function e(t, n) { return new e.fn.init(t, n); }, g = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, y = /^-ms-/, b = /-([\da-z])/gi, x = function (e, t) { return t.toUpperCase(); }; function w(e) { var t = !!e && "length" in e && e.length, n = m.type(e); return ( "function" !== n && !m.isWindow(e) && ("array" === n || 0 === t || ("number" == typeof t && t > 0 && t - 1 in e)) ); } (m.fn = m.prototype = { jquery: "2.2.4", constructor: m, selector: "", length: 0, toArray: function () { return u.call(this); }, get: function (e) { return null != e ? e < 0 ? this[e + this.length] : this[e] : u.call(this); }, pushStack: function (e) { var t = m.merge(this.constructor(), e); return (t.prevObject = this), (t.context = this.context), t; }, each: function (e) { return m.each(this, e); }, map: function (e) { return this.pushStack( m.map(this, function (t, n) { return e.call(t, n, t); }) ); }, slice: function () { return this.pushStack(u.apply(this, arguments)); }, first: function () { return this.eq(0); }, last: function () { return this.eq(-1); }, 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: a.sort, splice: a.splice, }), (m.extend = m.fn.extend = function () { var e, t, n, i, o, a, s = arguments[0] || {}, u = 1, l = arguments.length, c = !1; for ( "boolean" == typeof s && ((c = s), (s = arguments[u] || {}), u++), "object" === r(s) || m.isFunction(s) || (s = {}), u === l && ((s = this), u--); u < l; u++ ) if (null != (e = arguments[u])) for (t in e) (n = s[t]), s !== (i = e[t]) && (c && i && (m.isPlainObject(i) || (o = m.isArray(i))) ? (o ? ((o = !1), (a = n && m.isArray(n) ? n : [])) : (a = n && m.isPlainObject(n) ? n : {}), (s[t] = m.extend(c, a, i))) : void 0 !== i && (s[t] = i)); return s; }), m.extend({ expando: "jQuery" + ("2.2.4" + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e); }, noop: function () {}, isFunction: function (e) { return "function" === m.type(e); }, isArray: Array.isArray, isWindow: function (e) { return null != e && e === e.window; }, isNumeric: function (e) { var t = e && e.toString(); return !m.isArray(e) && t - parseFloat(t) + 1 >= 0; }, isPlainObject: function (e) { var t; if ("object" !== m.type(e) || e.nodeType || m.isWindow(e)) return !1; if ( e.constructor && !h.call(e, "constructor") && !h.call(e.constructor.prototype || {}, "isPrototypeOf") ) return !1; for (t in e); return void 0 === t || h.call(e, t); }, isEmptyObject: function (e) { var t; for (t in e) return !1; return !0; }, type: function (e) { return null == e ? e + "" : "object" === r(e) || "function" == typeof e ? f[p.call(e)] || "object" : r(e); }, globalEval: function (e) { var t, n = eval; (e = m.trim(e)) && (1 === e.indexOf("use strict") ? (((t = s.createElement("script")).text = e), s.head.appendChild(t).parentNode.removeChild(t)) : n(e)); }, camelCase: function (e) { return e.replace(y, "ms-").replace(b, x); }, nodeName: function (e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase(); }, each: function (e, t) { var n, r = 0; if (w(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++); else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e; }, trim: function (e) { return null == e ? "" : (e + "").replace(g, ""); }, makeArray: function (e, t) { var n = t || []; return ( null != e && (w(Object(e)) ? m.merge(n, "string" == typeof e ? [e] : e) : c.call(n, e)), n ); }, inArray: function (e, t, n) { return null == t ? -1 : d.call(t, e, n); }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++) e[i++] = t[r]; return (e.length = i), e; }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) !== a && r.push(e[i]); return r; }, map: function (e, t, n) { var r, i, o = 0, a = []; if (w(e)) for (r = e.length; o < r; o++) null != (i = t(e[o], o, n)) && a.push(i); else for (o in e) null != (i = t(e[o], o, n)) && a.push(i); return l.apply([], a); }, guid: 1, proxy: function (e, t) { var n, r, i; if ( ("string" == typeof t && ((n = e[t]), (t = e), (e = n)), m.isFunction(e)) ) return ( (r = u.call(arguments, 2)), (i = function () { return e.apply(t || this, r.concat(u.call(arguments))); }), (i.guid = e.guid = e.guid || m.guid++), i ); }, now: Date.now, support: v, }), "function" == typeof Symbol && (m.fn[Symbol.iterator] = a[Symbol.iterator]), m.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), function (e, t) { f["[object " + t + "]"] = t.toLowerCase(); } ); var T = /*! * Sizzle CSS Selector Engine v2.2.1 * http://sizzlejs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2015-10-17 */ (function (e) { var t, n, r, i, o, a, s, u, l, c, d, f, p, h, v, m, g, y, b, x = "sizzle" + 1 * new Date(), w = e.document, T = 0, C = 0, k = oe(), S = oe(), j = oe(), _ = function (e, t) { return e === t && (d = !0), 0; }, E = 1 << 31, N = {}.hasOwnProperty, A = [], D = A.pop, q = A.push, L = A.push, P = A.slice, O = function (e, t) { for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n; return -1; }, H = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", M = "[\\x20\\t\\r\\n\\f]", F = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", W = "\\[" + M + "*(" + F + ")(?:" + M + "*([*^$|!~]?=)" + M + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + F + "))|)" + M + "*\\]", R = ":(" + F + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + W + ")*)|.*)\\)|)", I = new RegExp(M + "+", "g"), $ = new RegExp( "^" + M + "+|((?:^|[^\\\\])(?:\\\\.)*)" + M + "+$", "g" ), B = new RegExp("^" + M + "*," + M + "*"), z = new RegExp("^" + M + "*([>+~]|" + M + ")" + M + "*"), X = new RegExp("=" + M + "*([^\\]'\"]*?)" + M + "*\\]", "g"), U = new RegExp(R), V = new RegExp("^" + F + "$"), G = { ID: new RegExp("^#(" + F + ")"), CLASS: new RegExp("^\\.(" + F + ")"), TAG: new RegExp("^(" + F + "|[*])"), ATTR: new RegExp("^" + W), 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("^(?:" + H + ")$", "i"), needsContext: new RegExp( "^" + M + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + M + "*((?:-\\d)?\\d*)" + M + "*\\)|)(?=[^-]|$)", "i" ), }, Y = /^(?:input|select|textarea|button)$/i, Q = /^h\d$/i, J = /^[^{]+\{\s*\[native \w/, K = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, Z = /[+~]/, ee = /'|\\/g, te = new RegExp( "\\\\([\\da-f]{1,6}" + M + "?|(" + M + ")|.)", "ig" ), ne = function (e, t, n) { var r = "0x" + t - 65536; return r != r || n ? t : r < 0 ? String.fromCharCode(r + 65536) : String.fromCharCode((r >> 10) | 55296, (1023 & r) | 56320); }, re = function () { f(); }; try { L.apply((A = P.call(w.childNodes)), w.childNodes), A[w.childNodes.length].nodeType; } catch (e) { L = { apply: A.length ? function (e, t) { q.apply(e, P.call(t)); } : function (e, t) { for (var n = e.length, r = 0; (e[n++] = t[r++]); ); e.length = n - 1; }, }; } function ie(e, t, r, i) { var o, s, l, c, d, h, g, y, T = t && t.ownerDocument, C = t ? t.nodeType : 9; if ( ((r = r || []), "string" != typeof e || !e || (1 !== C && 9 !== C && 11 !== C)) ) return r; if ( !i && ((t ? t.ownerDocument || t : w) !== p && f(t), (t = t || p), v) ) { if (11 !== C && (h = K.exec(e))) if ((o = h[1])) { if (9 === C) { if (!(l = t.getElementById(o))) return r; if (l.id === o) return r.push(l), r; } else if ( T && (l = T.getElementById(o)) && b(t, l) && l.id === o ) return r.push(l), r; } else { if (h[2]) return L.apply(r, t.getElementsByTagName(e)), r; if ( (o = h[3]) && n.getElementsByClassName && t.getElementsByClassName ) return L.apply(r, t.getElementsByClassName(o)), r; } if (n.qsa && !j[e + " "] && (!m || !m.test(e))) { if (1 !== C) (T = t), (y = e); else if ("object" !== t.nodeName.toLowerCase()) { for ( (c = t.getAttribute("id")) ? (c = c.replace(ee, "\\$&")) : t.setAttribute("id", (c = x)), s = (g = a(e)).length, d = V.test(c) ? "#" + c : "[id='" + c + "']"; s--; ) g[s] = d + " " + ve(g[s]); (y = g.join(",")), (T = (Z.test(e) && pe(t.parentNode)) || t); } if (y) try { return L.apply(r, T.querySelectorAll(y)), r; } catch (e) { } finally { c === x && t.removeAttribute("id"); } } } return u(e.replace($, "$1"), t, r, i); } function oe() { var e = []; return function t(n, i) { return ( e.push(n + " ") > r.cacheLength && delete t[e.shift()], (t[n + " "] = i) ); }; } function ae(e) { return (e[x] = !0), e; } function se(e) { var t = p.createElement("div"); try { return !!e(t); } catch (e) { return !1; } finally { t.parentNode && t.parentNode.removeChild(t), (t = null); } } function ue(e, t) { for (var n = e.split("|"), i = n.length; i--; ) r.attrHandle[n[i]] = t; } function le(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && (~t.sourceIndex || E) - (~e.sourceIndex || E); if (r) return r; if (n) for (; (n = n.nextSibling); ) if (n === t) return -1; return e ? 1 : -1; } function ce(e) { return function (t) { return "input" === t.nodeName.toLowerCase() && t.type === e; }; } function de(e) { return function (t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e; }; } function fe(e) { return ae(function (t) { return ( (t = +t), ae(function (n, r) { for (var i, o = e([], n.length, t), a = o.length; a--; ) n[(i = o[a])] && (n[i] = !(r[i] = n[i])); }) ); }); } function pe(e) { return e && void 0 !== e.getElementsByTagName && e; } for (t in ((n = ie.support = {}), (o = ie.isXML = function (e) { var t = e && (e.ownerDocument || e).documentElement; return !!t && "HTML" !== t.nodeName; }), (f = ie.setDocument = function (e) { var t, i, a = e ? e.ownerDocument || e : w; return a !== p && 9 === a.nodeType && a.documentElement ? ((h = (p = a).documentElement), (v = !o(p)), (i = p.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", re, !1) : i.attachEvent && i.attachEvent("onunload", re)), (n.attributes = se(function (e) { return (e.className = "i"), !e.getAttribute("className"); })), (n.getElementsByTagName = se(function (e) { return ( e.appendChild(p.createComment("")), !e.getElementsByTagName("*").length ); })), (n.getElementsByClassName = J.test(p.getElementsByClassName)), (n.getById = se(function (e) { return ( (h.appendChild(e).id = x), !p.getElementsByName || !p.getElementsByName(x).length ); })), n.getById ? ((r.find.ID = function (e, t) { if (void 0 !== t.getElementById && v) { var n = t.getElementById(e); return n ? [n] : []; } }), (r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { return e.getAttribute("id") === t; }; })) : (delete r.find.ID, (r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t; }; })), (r.find.TAG = n.getElementsByTagName ? function (e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0; } : function (e, t) { var n, r = [], i = 0, o = t.getElementsByTagName(e); if ("*" === e) { for (; (n = o[i++]); ) 1 === n.nodeType && r.push(n); return r; } return o; }), (r.find.CLASS = n.getElementsByClassName && function (e, t) { if (void 0 !== t.getElementsByClassName && v) return t.getElementsByClassName(e); }), (g = []), (m = []), (n.qsa = J.test(p.querySelectorAll)) && (se(function (e) { (h.appendChild(e).innerHTML = ""), e.querySelectorAll("[msallowcapture^='']").length && m.push("[*^$]=" + M + "*(?:''|\"\")"), e.querySelectorAll("[selected]").length || m.push("\\[" + M + "*(?:value|" + H + ")"), e.querySelectorAll("[id~=" + x + "-]").length || m.push("~="), e.querySelectorAll(":checked").length || m.push(":checked"), e.querySelectorAll("a#" + x + "+*").length || m.push(".#.+[+~]"); }), se(function (e) { var t = p.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && m.push("name" + M + "*[*^$|!~]?="), e.querySelectorAll(":enabled").length || m.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), m.push(",.*:"); })), (n.matchesSelector = J.test( (y = h.matches || h.webkitMatchesSelector || h.mozMatchesSelector || h.oMatchesSelector || h.msMatchesSelector) )) && se(function (e) { (n.disconnectedMatch = y.call(e, "div")), y.call(e, "[s!='']:x"), g.push("!=", R); }), (m = m.length && new RegExp(m.join("|"))), (g = g.length && new RegExp(g.join("|"))), (t = J.test(h.compareDocumentPosition)), (b = t || J.test(h.contains) ? function (e, t) { var n = 9 === e.nodeType ? e.documentElement : e, r = t && t.parentNode; return ( e === r || !( !r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r)) ) ); } : function (e, t) { if (t) for (; (t = t.parentNode); ) if (t === e) return !0; return !1; }), (_ = t ? function (e, t) { if (e === t) return (d = !0), 0; var r = !e.compareDocumentPosition - !t.compareDocumentPosition; return ( r || (1 & (r = (e.ownerDocument || e) === (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || (!n.sortDetached && t.compareDocumentPosition(e) === r) ? e === p || (e.ownerDocument === w && b(w, e)) ? -1 : t === p || (t.ownerDocument === w && b(w, t)) ? 1 : c ? O(c, e) - O(c, t) : 0 : 4 & r ? -1 : 1) ); } : function (e, t) { if (e === t) return (d = !0), 0; var n, r = 0, i = e.parentNode, o = t.parentNode, a = [e], s = [t]; if (!i || !o) return e === p ? -1 : t === p ? 1 : i ? -1 : o ? 1 : c ? O(c, e) - O(c, t) : 0; if (i === o) return le(e, t); for (n = e; (n = n.parentNode); ) a.unshift(n); for (n = t; (n = n.parentNode); ) s.unshift(n); for (; a[r] === s[r]; ) r++; return r ? le(a[r], s[r]) : a[r] === w ? -1 : s[r] === w ? 1 : 0; }), p) : p; }), (ie.matches = function (e, t) { return ie(e, null, null, t); }), (ie.matchesSelector = function (e, t) { if ( ((e.ownerDocument || e) !== p && f(e), (t = t.replace(X, "='$1']")), n.matchesSelector && v && !j[t + " "] && (!g || !g.test(t)) && (!m || !m.test(t))) ) try { var r = y.call(e, t); if ( r || n.disconnectedMatch || (e.document && 11 !== e.document.nodeType) ) return r; } catch (e) {} return ie(t, p, null, [e]).length > 0; }), (ie.contains = function (e, t) { return (e.ownerDocument || e) !== p && f(e), b(e, t); }), (ie.attr = function (e, t) { (e.ownerDocument || e) !== p && f(e); var i = r.attrHandle[t.toLowerCase()], o = i && N.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !v) : void 0; return void 0 !== o ? o : n.attributes || !v ? e.getAttribute(t) : (o = e.getAttributeNode(t)) && o.specified ? o.value : null; }), (ie.error = function (e) { throw new Error("Syntax error, unrecognized expression: " + e); }), (ie.uniqueSort = function (e) { var t, r = [], i = 0, o = 0; if ( ((d = !n.detectDuplicates), (c = !n.sortStable && e.slice(0)), e.sort(_), d) ) { for (; (t = e[o++]); ) t === e[o] && (i = r.push(o)); for (; i--; ) e.splice(r[i], 1); } return (c = null), e; }), (i = ie.getText = function (e) { var t, n = "", r = 0, o = e.nodeType; if (o) { if (1 === o || 9 === o || 11 === o) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling) n += i(e); } else if (3 === o || 4 === o) return e.nodeValue; } else for (; (t = e[r++]); ) n += i(t); return n; }), ((r = ie.selectors = { cacheLength: 50, createPseudo: ae, match: G, attrHandle: {}, find: {}, relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" }, }, preFilter: { ATTR: function (e) { return ( (e[1] = e[1].replace(te, ne)), (e[3] = (e[3] || e[4] || e[5] || "").replace(te, ne)), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) ); }, CHILD: function (e) { return ( (e[1] = e[1].toLowerCase()), "nth" === e[1].slice(0, 3) ? (e[3] || ie.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] && ie.error(e[0]), e ); }, PSEUDO: function (e) { var t, n = !e[6] && e[2]; return G.CHILD.test(e[0]) ? null : (e[3] ? (e[2] = e[4] || e[5] || "") : n && U.test(n) && (t = a(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && ((e[0] = e[0].slice(0, t)), (e[2] = n.slice(0, t))), e.slice(0, 3)); }, }, filter: { TAG: function (e) { var t = e.replace(te, ne).toLowerCase(); return "*" === e ? function () { return !0; } : function (e) { return e.nodeName && e.nodeName.toLowerCase() === t; }; }, CLASS: function (e) { var t = k[e + " "]; return ( t || ((t = new RegExp("(^|" + M + ")" + e + "(" + M + "|$)")) && k(e, function (e) { return t.test( ("string" == typeof e.className && e.className) || (void 0 !== e.getAttribute && e.getAttribute("class")) || "" ); })) ); }, ATTR: function (e, t, n) { return function (r) { var i = ie.attr(r, e); return null == i ? "!=" === t : !t || ((i += ""), "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && i.indexOf(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i.replace(I, " ") + " ").indexOf(n) > -1 : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")); }; }, CHILD: function (e, t, n, r, i) { var o = "nth" !== e.slice(0, 3), a = "last" !== e.slice(-4), s = "of-type" === t; return 1 === r && 0 === i ? function (e) { return !!e.parentNode; } : function (t, n, u) { var l, c, d, f, p, h, v = o !== a ? "nextSibling" : "previousSibling", m = t.parentNode, g = s && t.nodeName.toLowerCase(), y = !u && !s, b = !1; if (m) { if (o) { for (; v; ) { for (f = t; (f = f[v]); ) if ( s ? f.nodeName.toLowerCase() === g : 1 === f.nodeType ) return !1; h = v = "only" === e && !h && "nextSibling"; } return !0; } if ( ((h = [a ? m.firstChild : m.lastChild]), a && y) ) { for ( b = (p = (l = (c = (d = (f = m)[x] || (f[x] = {}))[ f.uniqueID ] || (d[f.uniqueID] = {}))[e] || [])[0] === T && l[1]) && l[2], f = p && m.childNodes[p]; (f = (++p && f && f[v]) || (b = p = 0) || h.pop()); ) if (1 === f.nodeType && ++b && f === t) { c[e] = [T, p, b]; break; } } else if ( (y && (b = p = (l = (c = (d = (f = t)[x] || (f[x] = {}))[ f.uniqueID ] || (d[f.uniqueID] = {}))[e] || [])[0] === T && l[1]), !1 === b) ) for ( ; (f = (++p && f && f[v]) || (b = p = 0) || h.pop()) && ((s ? f.nodeName.toLowerCase() !== g : 1 !== f.nodeType) || !++b || (y && ((c = (d = f[x] || (f[x] = {}))[f.uniqueID] || (d[f.uniqueID] = {}))[e] = [T, b]), f !== t)); ); return (b -= i) === r || (b % r == 0 && b / r >= 0); } }; }, PSEUDO: function (e, t) { var n, i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || ie.error("unsupported pseudo: " + e); return i[x] ? i(t) : i.length > 1 ? ((n = [e, e, "", t]), r.setFilters.hasOwnProperty(e.toLowerCase()) ? ae(function (e, n) { for (var r, o = i(e, t), a = o.length; a--; ) e[(r = O(e, o[a]))] = !(n[r] = o[a]); }) : function (e) { return i(e, 0, n); }) : i; }, }, pseudos: { not: ae(function (e) { var t = [], n = [], r = s(e.replace($, "$1")); return r[x] ? ae(function (e, t, n, i) { for (var o, a = r(e, null, i, []), s = e.length; s--; ) (o = a[s]) && (e[s] = !(t[s] = o)); }) : function (e, i, o) { return ( (t[0] = e), r(t, null, o, n), (t[0] = null), !n.pop() ); }; }), has: ae(function (e) { return function (t) { return ie(e, t).length > 0; }; }), contains: ae(function (e) { return ( (e = e.replace(te, ne)), function (t) { return ( (t.textContent || t.innerText || i(t)).indexOf(e) > -1 ); } ); }), lang: ae(function (e) { return ( V.test(e || "") || ie.error("unsupported lang: " + e), (e = e.replace(te, ne).toLowerCase()), function (t) { var n; do { if ( (n = v ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) ) return ( (n = n.toLowerCase()) === e || 0 === n.indexOf(e + "-") ); } while ((t = t.parentNode) && 1 === t.nodeType); return !1; } ); }), target: function (t) { var n = e.location && e.location.hash; return n && n.slice(1) === t.id; }, root: function (e) { return e === h; }, focus: function (e) { return ( e === p.activeElement && (!p.hasFocus || p.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) ); }, enabled: function (e) { return !1 === e.disabled; }, disabled: function (e) { return !0 === e.disabled; }, checked: function (e) { var t = e.nodeName.toLowerCase(); return ( ("input" === t && !!e.checked) || ("option" === t && !!e.selected) ); }, selected: function (e) { return ( e.parentNode && e.parentNode.selectedIndex, !0 === e.selected ); }, empty: function (e) { for (e = e.firstChild; e; e = e.nextSibling) if (e.nodeType < 6) return !1; return !0; }, parent: function (e) { return !r.pseudos.empty(e); }, header: function (e) { return Q.test(e.nodeName); }, input: function (e) { return Y.test(e.nodeName); }, button: function (e) { var t = e.nodeName.toLowerCase(); return ( ("input" === t && "button" === e.type) || "button" === t ); }, text: function (e) { var t; return ( "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase()) ); }, first: fe(function () { return [0]; }), last: fe(function (e, t) { return [t - 1]; }), eq: fe(function (e, t, n) { return [n < 0 ? n + t : n]; }), even: fe(function (e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e; }), odd: fe(function (e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e; }), lt: fe(function (e, t, n) { for (var r = n < 0 ? n + t : n; --r >= 0; ) e.push(r); return e; }), gt: fe(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t; ) e.push(r); return e; }), }, }).pseudos.nth = r.pseudos.eq), { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 })) r.pseudos[t] = ce(t); for (t in { submit: !0, reset: !0 }) r.pseudos[t] = de(t); function he() {} function ve(e) { for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; return r; } function me(e, t, n) { var r = t.dir, i = n && "parentNode" === r, o = C++; return t.first ? function (t, n, o) { for (; (t = t[r]); ) if (1 === t.nodeType || i) return e(t, n, o); } : function (t, n, a) { var s, u, l, c = [T, o]; if (a) { for (; (t = t[r]); ) if ((1 === t.nodeType || i) && e(t, n, a)) return !0; } else for (; (t = t[r]); ) if (1 === t.nodeType || i) { if ( (s = (u = (l = t[x] || (t[x] = {}))[t.uniqueID] || (l[t.uniqueID] = {}))[r]) && s[0] === T && s[1] === o ) return (c[2] = s[2]); if (((u[r] = c), (c[2] = e(t, n, a)))) return !0; } }; } function ge(e) { return e.length > 1 ? function (t, n, r) { for (var i = e.length; i--; ) if (!e[i](t, n, r)) return !1; return !0; } : e[0]; } function ye(e, t, n, r, i) { for ( var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++ ) (o = e[s]) && ((n && !n(o, r, i)) || (a.push(o), l && t.push(s))); return a; } function be(e, t, n, r, i, o) { return ( r && !r[x] && (r = be(r)), i && !i[x] && (i = be(i, o)), ae(function (o, a, s, u) { var l, c, d, f = [], p = [], h = a.length, v = o || (function (e, t, n) { for (var r = 0, i = t.length; r < i; r++) ie(e, t[r], n); return n; })(t || "*", s.nodeType ? [s] : s, []), m = !e || (!o && t) ? v : ye(v, f, e, s, u), g = n ? (i || (o ? e : h || r) ? [] : a) : m; if ((n && n(m, g, s, u), r)) for (l = ye(g, p), r(l, [], s, u), c = l.length; c--; ) (d = l[c]) && (g[p[c]] = !(m[p[c]] = d)); if (o) { if (i || e) { if (i) { for (l = [], c = g.length; c--; ) (d = g[c]) && l.push((m[c] = d)); i(null, (g = []), l, u); } for (c = g.length; c--; ) (d = g[c]) && (l = i ? O(o, d) : f[c]) > -1 && (o[l] = !(a[l] = d)); } } else (g = ye(g === a ? g.splice(h, g.length) : g)), i ? i(null, a, g, u) : L.apply(a, g); }) ); } function xe(e) { for ( var t, n, i, o = e.length, a = r.relative[e[0].type], s = a || r.relative[" "], u = a ? 1 : 0, c = me( function (e) { return e === t; }, s, !0 ), d = me( function (e) { return O(t, e) > -1; }, s, !0 ), f = [ function (e, n, r) { var i = (!a && (r || n !== l)) || ((t = n).nodeType ? c(e, n, r) : d(e, n, r)); return (t = null), i; }, ]; u < o; u++ ) if ((n = r.relative[e[u].type])) f = [me(ge(f), n)]; else { if ((n = r.filter[e[u].type].apply(null, e[u].matches))[x]) { for (i = ++u; i < o && !r.relative[e[i].type]; i++); return be( u > 1 && ge(f), u > 1 && ve( e .slice(0, u - 1) .concat({ value: " " === e[u - 2].type ? "*" : "" }) ).replace($, "$1"), n, u < i && xe(e.slice(u, i)), i < o && xe((e = e.slice(i))), i < o && ve(e) ); } f.push(n); } return ge(f); } return ( (he.prototype = r.filters = r.pseudos), (r.setFilters = new he()), (a = ie.tokenize = function (e, t) { var n, i, o, a, s, u, l, c = S[e + " "]; if (c) return t ? 0 : c.slice(0); for (s = e, u = [], l = r.preFilter; s; ) { for (a in ((n && !(i = B.exec(s))) || (i && (s = s.slice(i[0].length) || s), u.push((o = []))), (n = !1), (i = z.exec(s)) && ((n = i.shift()), o.push({ value: n, type: i[0].replace($, " ") }), (s = s.slice(n.length))), r.filter)) !(i = G[a].exec(s)) || (l[a] && !(i = l[a](i))) || ((n = i.shift()), o.push({ value: n, type: a, matches: i }), (s = s.slice(n.length))); if (!n) break; } return t ? s.length : s ? ie.error(e) : S(e, u).slice(0); }), (s = ie.compile = function (e, t) { var n, i = [], o = [], s = j[e + " "]; if (!s) { for (t || (t = a(e)), n = t.length; n--; ) (s = xe(t[n]))[x] ? i.push(s) : o.push(s); (s = j( e, (function (e, t) { var n = t.length > 0, i = e.length > 0, o = function (o, a, s, u, c) { var d, h, m, g = 0, y = "0", b = o && [], x = [], w = l, C = o || (i && r.find.TAG("*", c)), k = (T += null == w ? 1 : Math.random() || 0.1), S = C.length; for ( c && (l = a === p || a || c); y !== S && null != (d = C[y]); y++ ) { if (i && d) { for ( h = 0, a || d.ownerDocument === p || (f(d), (s = !v)); (m = e[h++]); ) if (m(d, a || p, s)) { u.push(d); break; } c && (T = k); } n && ((d = !m && d) && g--, o && b.push(d)); } if (((g += y), n && y !== g)) { for (h = 0; (m = t[h++]); ) m(b, x, a, s); if (o) { if (g > 0) for (; y--; ) b[y] || x[y] || (x[y] = D.call(u)); x = ye(x); } L.apply(u, x), c && !o && x.length > 0 && g + t.length > 1 && ie.uniqueSort(u); } return c && ((T = k), (l = w)), b; }; return n ? ae(o) : o; })(o, i) )).selector = e; } return s; }), (u = ie.select = function (e, t, i, o) { var u, l, c, d, f, p = "function" == typeof e && e, h = !o && a((e = p.selector || e)); if (((i = i || []), 1 === h.length)) { if ( (l = h[0] = h[0].slice(0)).length > 2 && "ID" === (c = l[0]).type && n.getById && 9 === t.nodeType && v && r.relative[l[1].type] ) { if ( !(t = (r.find.ID(c.matches[0].replace(te, ne), t) || [])[0]) ) return i; p && (t = t.parentNode), (e = e.slice(l.shift().value.length)); } for ( u = G.needsContext.test(e) ? 0 : l.length; u-- && ((c = l[u]), !r.relative[(d = c.type)]); ) if ( (f = r.find[d]) && (o = f( c.matches[0].replace(te, ne), (Z.test(l[0].type) && pe(t.parentNode)) || t )) ) { if ((l.splice(u, 1), !(e = o.length && ve(l)))) return L.apply(i, o), i; break; } } return ( (p || s(e, h))( o, t, !v, i, !t || (Z.test(e) && pe(t.parentNode)) || t ), i ); }), (n.sortStable = x.split("").sort(_).join("") === x), (n.detectDuplicates = !!d), f(), (n.sortDetached = se(function (e) { return 1 & e.compareDocumentPosition(p.createElement("div")); })), se(function (e) { return ( (e.innerHTML = ""), "#" === e.firstChild.getAttribute("href") ); }) || ue("type|href|height|width", function (e, t, n) { if (!n) return e.getAttribute( t, "type" === t.toLowerCase() ? 1 : 2 ); }), (n.attributes && se(function (e) { return ( (e.innerHTML = ""), e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") ); })) || ue("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue; }), se(function (e) { return null == e.getAttribute("disabled"); }) || ue(H, function (e, t, n) { var r; if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null; }), ie ); })(i); (m.find = T), (m.expr = T.selectors), (m.expr[":"] = m.expr.pseudos), (m.uniqueSort = m.unique = T.uniqueSort), (m.text = T.getText), (m.isXMLDoc = T.isXML), (m.contains = T.contains); var C = function (e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType; ) if (1 === e.nodeType) { if (i && m(e).is(n)) break; r.push(e); } return r; }, k = function (e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n; }, S = m.expr.match.needsContext, j = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/, _ = /^.[^:#\[\.,]*$/; function E(e, t, n) { if (m.isFunction(t)) return m.grep(e, function (e, r) { return !!t.call(e, r, e) !== n; }); if (t.nodeType) return m.grep(e, function (e) { return (e === t) !== n; }); if ("string" == typeof t) { if (_.test(t)) return m.filter(t, e, n); t = m.filter(t, e); } return m.grep(e, function (e) { return d.call(t, e) > -1 !== n; }); } (m.filter = function (e, t, n) { var r = t[0]; return ( n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? m.find.matchesSelector(r, e) ? [r] : [] : m.find.matches( e, m.grep(t, function (e) { return 1 === e.nodeType; }) ) ); }), m.fn.extend({ find: function (e) { var t, n = this.length, r = [], i = this; if ("string" != typeof e) return this.pushStack( m(e).filter(function () { for (t = 0; t < n; t++) if (m.contains(i[t], this)) return !0; }) ); for (t = 0; t < n; t++) m.find(e, i[t], r); return ( ((r = this.pushStack(n > 1 ? m.unique(r) : r)).selector = this .selector ? this.selector + " " + e : e), r ); }, filter: function (e) { return this.pushStack(E(this, e || [], !1)); }, not: function (e) { return this.pushStack(E(this, e || [], !0)); }, is: function (e) { return !!E( this, "string" == typeof e && S.test(e) ? m(e) : e || [], !1 ).length; }, }); var N, A = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/; ((m.fn.init = function (e, t, n) { var r, i; if (!e) return this; if (((n = n || N), "string" == typeof e)) { if ( !(r = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : A.exec(e)) || (!r[1] && t) ) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (r[1]) { if ( ((t = t instanceof m ? t[0] : t), m.merge( this, m.parseHTML( r[1], t && t.nodeType ? t.ownerDocument || t : s, !0 ) ), j.test(r[1]) && m.isPlainObject(t)) ) for (r in t) m.isFunction(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this; } return ( (i = s.getElementById(r[2])) && i.parentNode && ((this.length = 1), (this[0] = i)), (this.context = s), (this.selector = e), this ); } return e.nodeType ? ((this.context = this[0] = e), (this.length = 1), this) : m.isFunction(e) ? void 0 !== n.ready ? n.ready(e) : e(m) : (void 0 !== e.selector && ((this.selector = e.selector), (this.context = e.context)), m.makeArray(e, this)); }).prototype = m.fn), (N = m(s)); var D = /^(?:parents|prev(?:Until|All))/, q = { children: !0, contents: !0, next: !0, prev: !0 }; function L(e, t) { for (; (e = e[t]) && 1 !== e.nodeType; ); return e; } m.fn.extend({ has: function (e) { var t = m(e, this), n = t.length; return this.filter(function () { for (var e = 0; e < n; e++) if (m.contains(this, t[e])) return !0; }); }, closest: function (e, t) { for ( var n, r = 0, i = this.length, o = [], a = S.test(e) || "string" != typeof e ? m(e, t || this.context) : 0; r < i; r++ ) for (n = this[r]; n && n !== t; n = n.parentNode) if ( n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && m.find.matchesSelector(n, e)) ) { o.push(n); break; } return this.pushStack(o.length > 1 ? m.uniqueSort(o) : o); }, index: function (e) { return e ? "string" == typeof e ? d.call(m(e), this[0]) : d.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1; }, add: function (e, t) { return this.pushStack(m.uniqueSort(m.merge(this.get(), m(e, t)))); }, addBack: function (e) { return this.add( null == e ? this.prevObject : this.prevObject.filter(e) ); }, }), m.each( { parent: function (e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null; }, parents: function (e) { return C(e, "parentNode"); }, parentsUntil: function (e, t, n) { return C(e, "parentNode", n); }, next: function (e) { return L(e, "nextSibling"); }, prev: function (e) { return L(e, "previousSibling"); }, nextAll: function (e) { return C(e, "nextSibling"); }, prevAll: function (e) { return C(e, "previousSibling"); }, nextUntil: function (e, t, n) { return C(e, "nextSibling", n); }, prevUntil: function (e, t, n) { return C(e, "previousSibling", n); }, siblings: function (e) { return k((e.parentNode || {}).firstChild, e); }, children: function (e) { return k(e.firstChild); }, contents: function (e) { return e.contentDocument || m.merge([], e.childNodes); }, }, function (e, t) { m.fn[e] = function (n, r) { var i = m.map(this, t, n); return ( "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = m.filter(r, i)), this.length > 1 && (q[e] || m.uniqueSort(i), D.test(e) && i.reverse()), this.pushStack(i) ); }; } ); var P, O = /\S+/g; function H() { s.removeEventListener("DOMContentLoaded", H), i.removeEventListener("load", H), m.ready(); } (m.Callbacks = function (e) { e = "string" == typeof e ? (function (e) { var t = {}; return ( m.each(e.match(O) || [], function (e, n) { t[n] = !0; }), t ); })(e) : m.extend({}, e); var t, n, r, i, o = [], a = [], s = -1, u = function () { for (i = e.once, r = t = !0; a.length; s = -1) for (n = a.shift(); ++s < o.length; ) !1 === o[s].apply(n[0], n[1]) && e.stopOnFalse && ((s = o.length), (n = !1)); e.memory || (n = !1), (t = !1), i && (o = n ? [] : ""); }, l = { add: function () { return ( o && (n && !t && ((s = o.length - 1), a.push(n)), (function t(n) { m.each(n, function (n, r) { m.isFunction(r) ? (e.unique && l.has(r)) || o.push(r) : r && r.length && "string" !== m.type(r) && t(r); }); })(arguments), n && !t && u()), this ); }, remove: function () { return ( m.each(arguments, function (e, t) { for (var n; (n = m.inArray(t, o, n)) > -1; ) o.splice(n, 1), n <= s && s--; }), this ); }, has: function (e) { return e ? m.inArray(e, o) > -1 : o.length > 0; }, empty: function () { return o && (o = []), this; }, disable: function () { return (i = a = []), (o = n = ""), this; }, disabled: function () { return !o; }, lock: function () { return (i = a = []), n || (o = n = ""), this; }, locked: function () { return !!i; }, fireWith: function (e, n) { return ( i || ((n = [e, (n = n || []).slice ? n.slice() : n]), a.push(n), t || u()), this ); }, fire: function () { return l.fireWith(this, arguments), this; }, fired: function () { return !!r; }, }; return l; }), m.extend({ Deferred: function (e) { var t = [ ["resolve", "done", m.Callbacks("once memory"), "resolved"], ["reject", "fail", m.Callbacks("once memory"), "rejected"], ["notify", "progress", m.Callbacks("memory")], ], n = "pending", r = { state: function () { return n; }, always: function () { return i.done(arguments).fail(arguments), this; }, then: function () { var e = arguments; return m .Deferred(function (n) { m.each(t, function (t, o) { var a = m.isFunction(e[t]) && e[t]; i[o[1]](function () { var e = a && a.apply(this, arguments); e && m.isFunction(e.promise) ? e .promise() .progress(n.notify) .done(n.resolve) .fail(n.reject) : n[o[0] + "With"]( this === r ? n.promise() : this, a ? [e] : arguments ); }); }), (e = null); }) .promise(); }, promise: function (e) { return null != e ? m.extend(e, r) : r; }, }, i = {}; return ( (r.pipe = r.then), m.each(t, function (e, o) { var a = o[2], s = o[3]; (r[o[1]] = a.add), s && a.add( function () { n = s; }, t[1 ^ e][2].disable, t[2][2].lock ), (i[o[0]] = function () { return ( i[o[0] + "With"](this === i ? r : this, arguments), this ); }), (i[o[0] + "With"] = a.fireWith); }), r.promise(i), e && e.call(i, i), i ); }, when: function (e) { var t, n, r, i = 0, o = u.call(arguments), a = o.length, s = 1 !== a || (e && m.isFunction(e.promise)) ? a : 0, l = 1 === s ? e : m.Deferred(), c = function (e, n, r) { return function (i) { (n[e] = this), (r[e] = arguments.length > 1 ? u.call(arguments) : i), r === t ? l.notifyWith(n, r) : --s || l.resolveWith(n, r); }; }; if (a > 1) for ( t = new Array(a), n = new Array(a), r = new Array(a); i < a; i++ ) o[i] && m.isFunction(o[i].promise) ? o[i] .promise() .progress(c(i, n, t)) .done(c(i, r, o)) .fail(l.reject) : --s; return s || l.resolveWith(r, o), l.promise(); }, }), (m.fn.ready = function (e) { return m.ready.promise().done(e), this; }), m.extend({ isReady: !1, readyWait: 1, holdReady: function (e) { e ? m.readyWait++ : m.ready(!0); }, ready: function (e) { (!0 === e ? --m.readyWait : m.isReady) || ((m.isReady = !0), (!0 !== e && --m.readyWait > 0) || (P.resolveWith(s, [m]), m.fn.triggerHandler && (m(s).triggerHandler("ready"), m(s).off("ready")))); }, }), (m.ready.promise = function (e) { return ( P || ((P = m.Deferred()), "complete" === s.readyState || ("loading" !== s.readyState && !s.documentElement.doScroll) ? i.setTimeout(m.ready) : (s.addEventListener("DOMContentLoaded", H), i.addEventListener("load", H))), P.promise(e) ); }), m.ready.promise(); var M = function e(t, n, r, i, o, a, s) { var u = 0, l = t.length, c = null == r; if ("object" === m.type(r)) for (u in ((o = !0), r)) e(t, n, u, r[u], !0, a, s); else if ( void 0 !== i && ((o = !0), m.isFunction(i) || (s = !0), c && (s ? (n.call(t, i), (n = null)) : ((c = n), (n = function (e, t, n) { return c.call(m(e), n); }))), n) ) for (; u < l; u++) n(t[u], r, s ? i : i.call(t[u], u, n(t[u], r))); return o ? t : c ? n.call(t) : l ? n(t[0], r) : a; }, F = function (e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType; }; function W() { this.expando = m.expando + W.uid++; } (W.uid = 1), (W.prototype = { register: function (e, t) { var n = t || {}; return ( e.nodeType ? (e[this.expando] = n) : Object.defineProperty(e, this.expando, { value: n, writable: !0, configurable: !0, }), e[this.expando] ); }, cache: function (e) { if (!F(e)) return {}; var t = e[this.expando]; return ( t || ((t = {}), F(e) && (e.nodeType ? (e[this.expando] = t) : Object.defineProperty(e, this.expando, { value: t, configurable: !0, }))), t ); }, set: function (e, t, n) { var r, i = this.cache(e); if ("string" == typeof t) i[t] = n; else for (r in t) i[r] = t[r]; return i; }, get: function (e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][t]; }, access: function (e, t, n) { var r; return void 0 === t || (t && "string" == typeof t && void 0 === n) ? void 0 !== (r = this.get(e, t)) ? r : this.get(e, m.camelCase(t)) : (this.set(e, t, n), void 0 !== n ? n : t); }, remove: function (e, t) { var n, r, i, o = e[this.expando]; if (void 0 !== o) { if (void 0 === t) this.register(e); else { m.isArray(t) ? (r = t.concat(t.map(m.camelCase))) : ((i = m.camelCase(t)), (r = t in o ? [t, i] : (r = i) in o ? [r] : r.match(O) || [])), (n = r.length); for (; n--; ) delete o[r[n]]; } (void 0 === t || m.isEmptyObject(o)) && (e.nodeType ? (e[this.expando] = void 0) : delete e[this.expando]); } }, hasData: function (e) { var t = e[this.expando]; return void 0 !== t && !m.isEmptyObject(t); }, }); var R = new W(), I = new W(), $ = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, B = /[A-Z]/g; function z(e, t, n) { var r; if (void 0 === n && 1 === e.nodeType) if ( ((r = "data-" + t.replace(B, "-$&").toLowerCase()), "string" == typeof (n = e.getAttribute(r))) ) { try { n = "true" === n || ("false" !== n && ("null" === n ? null : +n + "" === n ? +n : $.test(n) ? m.parseJSON(n) : n)); } catch (e) {} I.set(e, t, n); } else n = void 0; return n; } m.extend({ hasData: function (e) { return I.hasData(e) || R.hasData(e); }, data: function (e, t, n) { return I.access(e, t, n); }, removeData: function (e, t) { I.remove(e, t); }, _data: function (e, t, n) { return R.access(e, t, n); }, _removeData: function (e, t) { R.remove(e, t); }, }), m.fn.extend({ data: function (e, t) { var n, i, o, a = this[0], s = a && a.attributes; if (void 0 === e) { if ( this.length && ((o = I.get(a)), 1 === a.nodeType && !R.get(a, "hasDataAttrs")) ) { for (n = s.length; n--; ) s[n] && 0 === (i = s[n].name).indexOf("data-") && ((i = m.camelCase(i.slice(5))), z(a, i, o[i])); R.set(a, "hasDataAttrs", !0); } return o; } return "object" === r(e) ? this.each(function () { I.set(this, e); }) : M( this, function (t) { var n, r; if (a && void 0 === t) return void 0 !== (n = I.get(a, e) || I.get(a, e.replace(B, "-$&").toLowerCase())) ? n : ((r = m.camelCase(e)), void 0 !== (n = I.get(a, r)) ? n : void 0 !== (n = z(a, r, void 0)) ? n : void 0); (r = m.camelCase(e)), this.each(function () { var n = I.get(this, r); I.set(this, r, t), e.indexOf("-") > -1 && void 0 !== n && I.set(this, e, t); }); }, null, t, arguments.length > 1, null, !0 ); }, removeData: function (e) { return this.each(function () { I.remove(this, e); }); }, }), m.extend({ queue: function (e, t, n) { var r; if (e) return ( (t = (t || "fx") + "queue"), (r = R.get(e, t)), n && (!r || m.isArray(n) ? (r = R.access(e, t, m.makeArray(n))) : r.push(n)), r || [] ); }, dequeue: function (e, t) { t = t || "fx"; var n = m.queue(e, t), r = n.length, i = n.shift(), o = m._queueHooks(e, t); "inprogress" === i && ((i = n.shift()), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call( e, function () { m.dequeue(e, t); }, o )), !r && o && o.empty.fire(); }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return ( R.get(e, n) || R.access(e, n, { empty: m.Callbacks("once memory").add(function () { R.remove(e, [t + "queue", n]); }), }) ); }, }), m.fn.extend({ queue: function (e, t) { var n = 2; return ( "string" != typeof e && ((t = e), (e = "fx"), n--), arguments.length < n ? m.queue(this[0], e) : void 0 === t ? this : this.each(function () { var n = m.queue(this, e, t); m._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && m.dequeue(this, e); }) ); }, dequeue: function (e) { return this.each(function () { m.dequeue(this, e); }); }, clearQueue: function (e) { return this.queue(e || "fx", []); }, promise: function (e, t) { var n, r = 1, i = m.Deferred(), o = this, a = this.length, s = function () { --r || i.resolveWith(o, [o]); }; for ( "string" != typeof e && ((t = e), (e = void 0)), e = e || "fx"; a--; ) (n = R.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s)); return s(), i.promise(t); }, }); var X = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, U = new RegExp("^(?:([+-])=|)(" + X + ")([a-z%]*)$", "i"), V = ["Top", "Right", "Bottom", "Left"], G = function (e, t) { return ( (e = t || e), "none" === m.css(e, "display") || !m.contains(e.ownerDocument, e) ); }; function Y(e, t, n, r) { var i, o = 1, a = 20, s = r ? function () { return r.cur(); } : function () { return m.css(e, t, ""); }, u = s(), l = (n && n[3]) || (m.cssNumber[t] ? "" : "px"), c = (m.cssNumber[t] || ("px" !== l && +u)) && U.exec(m.css(e, t)); if (c && c[3] !== l) { (l = l || c[3]), (n = n || []), (c = +u || 1); do { (c /= o = o || ".5"), m.style(e, t, c + l); } while (o !== (o = s() / u) && 1 !== o && --a); } return ( n && ((c = +c || +u || 0), (i = n[1] ? c + (n[1] + 1) * n[2] : +n[2]), r && ((r.unit = l), (r.start = c), (r.end = i))), i ); } var Q = /^(?:checkbox|radio)$/i, J = /<([\w:-]+)/, K = /^$|\/(?:java|ecma)script/i, Z = { option: [1, ""], thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""], }; function ee(e, t) { var n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : []; return void 0 === t || (t && m.nodeName(e, t)) ? m.merge([e], n) : n; } function te(e, t) { for (var n = 0, r = e.length; n < r; n++) R.set(e[n], "globalEval", !t || R.get(t[n], "globalEval")); } (Z.optgroup = Z.option), (Z.tbody = Z.tfoot = Z.colgroup = Z.caption = Z.thead), (Z.th = Z.td); var ne = /<|&#?\w+;/; function re(e, t, n, r, i) { for ( var o, a, s, u, l, c, d = t.createDocumentFragment(), f = [], p = 0, h = e.length; p < h; p++ ) if ((o = e[p]) || 0 === o) if ("object" === m.type(o)) m.merge(f, o.nodeType ? [o] : o); else if (ne.test(o)) { for ( a = a || d.appendChild(t.createElement("div")), s = (J.exec(o) || ["", ""])[1].toLowerCase(), u = Z[s] || Z._default, a.innerHTML = u[1] + m.htmlPrefilter(o) + u[2], c = u[0]; c--; ) a = a.lastChild; m.merge(f, a.childNodes), ((a = d.firstChild).textContent = ""); } else f.push(t.createTextNode(o)); for (d.textContent = "", p = 0; (o = f[p++]); ) if (r && m.inArray(o, r) > -1) i && i.push(o); else if ( ((l = m.contains(o.ownerDocument, o)), (a = ee(d.appendChild(o), "script")), l && te(a), n) ) for (c = 0; (o = a[c++]); ) K.test(o.type || "") && n.push(o); return d; } !(function () { var e = s .createDocumentFragment() .appendChild(s.createElement("div")), t = s.createElement("input"); t.setAttribute("type", "radio"), t.setAttribute("checked", "checked"), t.setAttribute("name", "t"), e.appendChild(t), (v.checkClone = e.cloneNode(!0).cloneNode(!0).lastChild.checked), (e.innerHTML = ""), (v.noCloneChecked = !!e.cloneNode(!0).lastChild.defaultValue); })(); var ie = /^key/, oe = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, ae = /^([^.]*)(?:\.(.+)|)/; function se() { return !0; } function ue() { return !1; } function le() { try { return s.activeElement; } catch (e) {} } function ce(e, t, n, i, o, a) { var s, u; if ("object" === r(t)) { for (u in ("string" != typeof n && ((i = i || n), (n = void 0)), t)) ce(e, u, n, i, t[u], a); return e; } if ( (null == i && null == o ? ((o = n), (i = n = void 0)) : null == o && ("string" == typeof n ? ((o = i), (i = void 0)) : ((o = i), (i = n), (n = void 0))), !1 === o) ) o = ue; else if (!o) return e; return ( 1 === a && ((s = o), ((o = function (e) { return m().off(e), s.apply(this, arguments); }).guid = s.guid || (s.guid = m.guid++))), e.each(function () { m.event.add(this, t, o, i, n); }) ); } (m.event = { global: {}, add: function (e, t, n, r, i) { var o, a, s, u, l, c, d, f, p, h, v, g = R.get(e); if (g) for ( n.handler && ((n = (o = n).handler), (i = o.selector)), n.guid || (n.guid = m.guid++), (u = g.events) || (u = g.events = {}), (a = g.handle) || (a = g.handle = function (t) { return void 0 !== m && m.event.triggered !== t.type ? m.event.dispatch.apply(e, arguments) : void 0; }), l = (t = (t || "").match(O) || [""]).length; l--; ) (p = v = (s = ae.exec(t[l]) || [])[1]), (h = (s[2] || "").split(".").sort()), p && ((d = m.event.special[p] || {}), (p = (i ? d.delegateType : d.bindType) || p), (d = m.event.special[p] || {}), (c = m.extend( { type: p, origType: v, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && m.expr.match.needsContext.test(i), namespace: h.join("."), }, o )), (f = u[p]) || (((f = u[p] = []).delegateCount = 0), (d.setup && !1 !== d.setup.call(e, r, h, a)) || (e.addEventListener && e.addEventListener(p, a))), d.add && (d.add.call(e, c), c.handler.guid || (c.handler.guid = n.guid)), i ? f.splice(f.delegateCount++, 0, c) : f.push(c), (m.event.global[p] = !0)); }, remove: function (e, t, n, r, i) { var o, a, s, u, l, c, d, f, p, h, v, g = R.hasData(e) && R.get(e); if (g && (u = g.events)) { for (l = (t = (t || "").match(O) || [""]).length; l--; ) if ( ((p = v = (s = ae.exec(t[l]) || [])[1]), (h = (s[2] || "").split(".").sort()), p) ) { for ( d = m.event.special[p] || {}, f = u[(p = (r ? d.delegateType : d.bindType) || p)] || [], s = s[2] && new RegExp( "(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)" ), a = o = f.length; o--; ) (c = f[o]), (!i && v !== c.origType) || (n && n.guid !== c.guid) || (s && !s.test(c.namespace)) || (r && r !== c.selector && ("**" !== r || !c.selector)) || (f.splice(o, 1), c.selector && f.delegateCount--, d.remove && d.remove.call(e, c)); a && !f.length && ((d.teardown && !1 !== d.teardown.call(e, h, g.handle)) || m.removeEvent(e, p, g.handle), delete u[p]); } else for (p in u) m.event.remove(e, p + t[l], n, r, !0); m.isEmptyObject(u) && R.remove(e, "handle events"); } }, dispatch: function (e) { e = m.event.fix(e); var t, n, r, i, o, a, s = u.call(arguments), l = (R.get(this, "events") || {})[e.type] || [], c = m.event.special[e.type] || {}; if ( ((s[0] = e), (e.delegateTarget = this), !c.preDispatch || !1 !== c.preDispatch.call(this, e)) ) { for ( a = m.event.handlers.call(this, e, l), t = 0; (i = a[t++]) && !e.isPropagationStopped(); ) for ( e.currentTarget = i.elem, n = 0; (o = i.handlers[n++]) && !e.isImmediatePropagationStopped(); ) (e.rnamespace && !e.rnamespace.test(o.namespace)) || ((e.handleObj = o), (e.data = o.data), void 0 !== (r = ( (m.event.special[o.origType] || {}).handle || o.handler ).apply(i.elem, s)) && !1 === (e.result = r) && (e.preventDefault(), e.stopPropagation())); return c.postDispatch && c.postDispatch.call(this, e), e.result; } }, handlers: function (e, t) { var n, r, i, o, a = [], s = t.delegateCount, u = e.target; if ( s && u.nodeType && ("click" !== e.type || isNaN(e.button) || e.button < 1) ) for (; u !== this; u = u.parentNode || this) if ( 1 === u.nodeType && (!0 !== u.disabled || "click" !== e.type) ) { for (r = [], n = 0; n < s; n++) void 0 === r[(i = (o = t[n]).selector + " ")] && (r[i] = o.needsContext ? m(i, this).index(u) > -1 : m.find(i, this, null, [u]).length), r[i] && r.push(o); r.length && a.push({ elem: u, handlers: r }); } return ( s < t.length && a.push({ elem: this, handlers: t.slice(s) }), a ); }, props: "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split( " " ), fixHooks: {}, keyHooks: { props: "char charCode key keyCode".split(" "), filter: function (e, t) { return ( null == e.which && (e.which = null != t.charCode ? t.charCode : t.keyCode), e ); }, }, mouseHooks: { props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split( " " ), filter: function (e, t) { var n, r, i, o = t.button; return ( null == e.pageX && null != t.clientX && ((r = (n = e.target.ownerDocument || s).documentElement), (i = n.body), (e.pageX = t.clientX + ((r && r.scrollLeft) || (i && i.scrollLeft) || 0) - ((r && r.clientLeft) || (i && i.clientLeft) || 0)), (e.pageY = t.clientY + ((r && r.scrollTop) || (i && i.scrollTop) || 0) - ((r && r.clientTop) || (i && i.clientTop) || 0))), e.which || void 0 === o || (e.which = 1 & o ? 1 : 2 & o ? 3 : 4 & o ? 2 : 0), e ); }, }, fix: function (e) { if (e[m.expando]) return e; var t, n, r, i = e.type, o = e, a = this.fixHooks[i]; for ( a || (this.fixHooks[i] = a = oe.test(i) ? this.mouseHooks : ie.test(i) ? this.keyHooks : {}), r = a.props ? this.props.concat(a.props) : this.props, e = new m.Event(o), t = r.length; t--; ) e[(n = r[t])] = o[n]; return ( e.target || (e.target = s), 3 === e.target.nodeType && (e.target = e.target.parentNode), a.filter ? a.filter(e, o) : e ); }, special: { load: { noBubble: !0 }, focus: { trigger: function () { if (this !== le() && this.focus) return this.focus(), !1; }, delegateType: "focusin", }, blur: { trigger: function () { if (this === le() && this.blur) return this.blur(), !1; }, delegateType: "focusout", }, click: { trigger: function () { if ( "checkbox" === this.type && this.click && m.nodeName(this, "input") ) return this.click(), !1; }, _default: function (e) { return m.nodeName(e.target, "a"); }, }, beforeunload: { postDispatch: function (e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result); }, }, }, }), (m.removeEvent = function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n); }), (m.Event = function (e, t) { if (!(this instanceof m.Event)) return new m.Event(e, t); e && e.type ? ((this.originalEvent = e), (this.type = e.type), (this.isDefaultPrevented = e.defaultPrevented || (void 0 === e.defaultPrevented && !1 === e.returnValue) ? se : ue)) : (this.type = e), t && m.extend(this, t), (this.timeStamp = (e && e.timeStamp) || m.now()), (this[m.expando] = !0); }), (m.Event.prototype = { constructor: m.Event, isDefaultPrevented: ue, isPropagationStopped: ue, isImmediatePropagationStopped: ue, isSimulated: !1, preventDefault: function () { var e = this.originalEvent; (this.isDefaultPrevented = se), e && !this.isSimulated && e.preventDefault(); }, stopPropagation: function () { var e = this.originalEvent; (this.isPropagationStopped = se), e && !this.isSimulated && e.stopPropagation(); }, stopImmediatePropagation: function () { var e = this.originalEvent; (this.isImmediatePropagationStopped = se), e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation(); }, }), m.each( { mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout", }, function (e, t) { m.event.special[e] = { delegateType: t, bindType: t, handle: function (e) { var n, r = e.relatedTarget, i = e.handleObj; return ( (r && (r === this || m.contains(this, r))) || ((e.type = i.origType), (n = i.handler.apply(this, arguments)), (e.type = t)), n ); }, }; } ), m.fn.extend({ on: function (e, t, n, r) { return ce(this, e, t, n, r); }, one: function (e, t, n, r) { return ce(this, e, t, n, r, 1); }, off: function (e, t, n) { var i, o; if (e && e.preventDefault && e.handleObj) return ( (i = e.handleObj), m(e.delegateTarget).off( i.namespace ? i.origType + "." + i.namespace : i.origType, i.selector, i.handler ), this ); if ("object" === r(e)) { for (o in e) this.off(o, t, e[o]); return this; } return ( (!1 !== t && "function" != typeof t) || ((n = t), (t = void 0)), !1 === n && (n = ue), this.each(function () { m.event.remove(this, e, n, t); }) ); }, }); var de = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, fe = /\s*$/g; function me(e, t) { return m.nodeName(e, "table") && m.nodeName(11 !== t.nodeType ? t : t.firstChild, "tr") ? e.getElementsByTagName("tbody")[0] || e.appendChild(e.ownerDocument.createElement("tbody")) : e; } function ge(e) { return (e.type = (null !== e.getAttribute("type")) + "/" + e.type), e; } function ye(e) { var t = he.exec(e.type); return t ? (e.type = t[1]) : e.removeAttribute("type"), e; } function be(e, t) { var n, r, i, o, a, s, u, l; if (1 === t.nodeType) { if ( R.hasData(e) && ((o = R.access(e)), (a = R.set(t, o)), (l = o.events)) ) for (i in (delete a.handle, (a.events = {}), l)) for (n = 0, r = l[i].length; n < r; n++) m.event.add(t, i, l[i][n]); I.hasData(e) && ((s = I.access(e)), (u = m.extend({}, s)), I.set(t, u)); } } function xe(e, t) { var n = t.nodeName.toLowerCase(); "input" === n && Q.test(e.type) ? (t.checked = e.checked) : ("input" !== n && "textarea" !== n) || (t.defaultValue = e.defaultValue); } function we(e, t, n, r) { t = l.apply([], t); var i, o, a, s, u, c, d = 0, f = e.length, p = f - 1, h = t[0], g = m.isFunction(h); if ( g || (f > 1 && "string" == typeof h && !v.checkClone && pe.test(h)) ) return e.each(function (i) { var o = e.eq(i); g && (t[0] = h.call(this, i, o.html())), we(o, t, n, r); }); if ( f && ((o = (i = re(t, e[0].ownerDocument, !1, e, r)).firstChild), 1 === i.childNodes.length && (i = o), o || r) ) { for (s = (a = m.map(ee(i, "script"), ge)).length; d < f; d++) (u = i), d !== p && ((u = m.clone(u, !0, !0)), s && m.merge(a, ee(u, "script"))), n.call(e[d], u, d); if (s) for ( c = a[a.length - 1].ownerDocument, m.map(a, ye), d = 0; d < s; d++ ) (u = a[d]), K.test(u.type || "") && !R.access(u, "globalEval") && m.contains(c, u) && (u.src ? m._evalUrl && m._evalUrl(u.src) : m.globalEval(u.textContent.replace(ve, ""))); } return e; } function Te(e, t, n) { for ( var r, i = t ? m.filter(t, e) : e, o = 0; null != (r = i[o]); o++ ) n || 1 !== r.nodeType || m.cleanData(ee(r)), r.parentNode && (n && m.contains(r.ownerDocument, r) && te(ee(r, "script")), r.parentNode.removeChild(r)); return e; } m.extend({ htmlPrefilter: function (e) { return e.replace(de, "<$1>"); }, clone: function (e, t, n) { var r, i, o, a, s = e.cloneNode(!0), u = m.contains(e.ownerDocument, e); if ( !( v.noCloneChecked || (1 !== e.nodeType && 11 !== e.nodeType) || m.isXMLDoc(e) ) ) for (a = ee(s), r = 0, i = (o = ee(e)).length; r < i; r++) xe(o[r], a[r]); if (t) if (n) for ( o = o || ee(e), a = a || ee(s), r = 0, i = o.length; r < i; r++ ) be(o[r], a[r]); else be(e, s); return ( (a = ee(s, "script")).length > 0 && te(a, !u && ee(e, "script")), s ); }, cleanData: function (e) { for ( var t, n, r, i = m.event.special, o = 0; void 0 !== (n = e[o]); o++ ) if (F(n)) { if ((t = n[R.expando])) { if (t.events) for (r in t.events) i[r] ? m.event.remove(n, r) : m.removeEvent(n, r, t.handle); n[R.expando] = void 0; } n[I.expando] && (n[I.expando] = void 0); } }, }), m.fn.extend({ domManip: we, detach: function (e) { return Te(this, e, !0); }, remove: function (e) { return Te(this, e); }, text: function (e) { return M( this, function (e) { return void 0 === e ? m.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 we(this, arguments, function (e) { (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || me(this, e).appendChild(e); }); }, prepend: function () { return we(this, arguments, function (e) { if ( 1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType ) { var t = me(this, e); t.insertBefore(e, t.firstChild); } }); }, before: function () { return we(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this); }); }, after: function () { return we(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 && (m.cleanData(ee(e, !1)), (e.textContent = "")); return this; }, clone: function (e, t) { return ( (e = null != e && e), (t = null == t ? e : t), this.map(function () { return m.clone(this, e, t); }) ); }, html: function (e) { return M( this, function (e) { var t = this[0] || {}, n = 0, r = this.length; if (void 0 === e && 1 === t.nodeType) return t.innerHTML; if ( "string" == typeof e && !fe.test(e) && !Z[(J.exec(e) || ["", ""])[1].toLowerCase()] ) { e = m.htmlPrefilter(e); try { for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (m.cleanData(ee(t, !1)), (t.innerHTML = e)); t = 0; } catch (e) {} } t && this.empty().append(e); }, null, e, arguments.length ); }, replaceWith: function () { var e = []; return we( this, arguments, function (t) { var n = this.parentNode; m.inArray(this, e) < 0 && (m.cleanData(ee(this)), n && n.replaceChild(t, this)); }, e ); }, }), m.each( { appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith", }, function (e, t) { m.fn[e] = function (e) { for ( var n, r = [], i = m(e), o = i.length - 1, a = 0; a <= o; a++ ) (n = a === o ? this : this.clone(!0)), m(i[a])[t](n), c.apply(r, n.get()); return this.pushStack(r); }; } ); var Ce, ke = { HTML: "block", BODY: "block" }; function Se(e, t) { var n = m(t.createElement(e)).appendTo(t.body), r = m.css(n[0], "display"); return n.detach(), r; } function je(e) { var t = s, n = ke[e]; return ( n || (("none" !== (n = Se(e, t)) && n) || ((t = (Ce = ( Ce || m("