Files
acai-vscode-webbase/cms/lib/plugins/cms_api/cmsAPI/production.min.js

1 line
257 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Clipboard=e()}}(function(){return function o(a,s,l){function u(n,e){if(!s[n]){if(!a[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(c)return c(n,!0);var r=new Error("Cannot find module '"+n+"'");throw r.code="MODULE_NOT_FOUND",r}var i=s[n]={exports:{}};a[n][0].call(i.exports,function(e){var t=a[n][1][e];return u(t||e)},i,i.exports,o,a,s,l)}return s[n].exports}for(var c="function"==typeof require&&require,e=0;e<l.length;e++)u(l[e]);return u}({1:[function(e,t,n){var i=e("matches-selector");t.exports=function(e,t,n){for(var r=n?e:e.parentNode;r&&r!==document;){if(i(r,t))return r;r=r.parentNode}}},{"matches-selector":5}],2:[function(e,t,n){var a=e("closest");t.exports=function(e,t,n,r,i){var o=function(t,n,e,r){return function(e){e.delegateTarget=a(e.target,n,!0),e.delegateTarget&&r.call(t,e)}}.apply(this,arguments);return e.addEventListener(n,o,i),{destroy:function(){e.removeEventListener(n,o,i)}}}},{closest:1}],3:[function(e,t,n){n.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},n.nodeList=function(e){var t=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===t||"[object HTMLCollection]"===t)&&"length"in e&&(0===e.length||n.node(e[0]))},n.string=function(e){return"string"==typeof e||e instanceof String},n.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},{}],4:[function(e,t,n){var r=e("./is"),i=e("delegate");t.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!r.string(t))throw new TypeError("Second argument must be a String");if(!r.fn(n))throw new TypeError("Third argument must be a Function");if(r.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(r.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,function(e){e.addEventListener(t,n)}),{destroy:function(){Array.prototype.forEach.call(e,function(e){e.removeEventListener(t,n)})}}}(e,t,n);if(r.string(e))return function(e,t,n){return i(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},{"./is":3,delegate:2}],5:[function(e,t,n){var r=Element.prototype,i=r.matchesSelector||r.webkitMatchesSelector||r.mozMatchesSelector||r.msMatchesSelector||r.oMatchesSelector;t.exports=function(e,t){if(i)return i.call(e,t);for(var n=e.parentNode.querySelectorAll(t),r=0;r<n.length;++r)if(n[r]==e)return!0;return!1}},{}],6:[function(e,t,n){t.exports=function(e){var t;if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName)e.focus(),e.setSelectionRange(0,e.value.length),t=e.value;else{e.hasAttribute("contenteditable")&&e.focus();var n=window.getSelection(),r=document.createRange();r.selectNodeContents(e),n.removeAllRanges(),n.addRange(r),t=n.toString()}return t}},{}],7:[function(e,t,n){function r(){}r.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){function r(){i.off(e,r),t.apply(n,arguments)}var i=this;return r._=t,this.on(e,r,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,i=n.length;r<i;r++)n[r].fn.apply(n[r].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),r=n[e],i=[];if(r&&t)for(var o=0,a=r.length;o<a;o++)r[o].fn!==t&&r[o].fn._!==t&&i.push(r[o]);return i.length?n[e]=i:delete n[e],this}},t.exports=r},{}],8:[function(r,i,o){!function(e,t){if(void 0!==o)t(i,r("select"));else{var n={exports:{}};t(n,e.select),e.clipboardAction=n.exports}}(this,function(e,t){"use strict";var n,r=(n=t)&&n.__esModule?n:{default:n},i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},o=function(e,t,n){return t&&l(e.prototype,t),n&&l(e,n),e},a=(s.prototype.resolveOptions=function(e){var t=arguments.length<=0||void 0===e?{}:e;this.action=t.action,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""},s.prototype.initSelection=function(){if(this.text&&this.target)throw new Error('Multiple attributes declared, use either "target" or "text"');if(this.text)this.selectFake();else{if(!this.target)throw new Error('Missing required attributes, use either "target" or "text"');this.selectTarget()}},s.prototype.selectFake=function(){var e=this,t="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandler=document.body.addEventListener("click",function(){return e.removeFake()}),this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="fixed",this.fakeElem.style[t?"right":"left"]="-9999px",this.fakeElem.style.top=(window.pageYOffset||document.documentElement.scrollTop)+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,document.body.appendChild(this.fakeElem),this.selectedText=(0,r.default)(this.fakeElem),this.copyText()},s.prototype.removeFake=function(){this.fakeHandler&&(document.body.removeEventListener("click"),this.fakeHandler=null),this.fakeElem&&(document.body.removeChild(this.fakeElem),this.fakeElem=null)},s.prototype.selectTarget=function(){this.selectedText=(0,r.default)(this.target),this.copyText()},s.prototype.copyText=function(){var t=void 0;try{t=document.execCommand(this.action)}catch(e){t=!1}this.handleResult(t)},s.prototype.handleResult=function(e){e?this.emitter.emit("success",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)}):this.emitter.emit("error",{action:this.action,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})},s.prototype.clearSelection=function(){this.target&&this.target.blur(),window.getSelection().removeAllRanges()},s.prototype.destroy=function(){this.removeFake()},o(s,[{key:"action",set:function(e){var t=arguments.length<=0||void 0===e?"copy":e;if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==(void 0===e?"undefined":i(e))||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');this._target=e}},get:function(){return this._target}}]),s);function s(e){(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,s),this.resolveOptions(e),this.initSelection()}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e.exports=a})},{select:6}],9:[function(r,i,o){!function(e,t){if(void 0!==o)t(i,r("./clipboard-action"),r("tiny-emitter"),r("good-listener"));else{var n={exports:{}};t(n,e.clipboardAction,e.tinyEmitter,e.goodListener),e.clipboard=n.exports}}(this,function(e,t,n,r){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function o(e,t){var n="data-clipboard-"+e;if(t.hasAttribute(n))return t.getAttribute(n)}var a,s=i(t),l=i(n),u=i(r),c=(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(f,a=l.default),f.prototype.resolveOptions=function(e){var t=arguments.length<=0||void 0===e?{}:e;this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText},f.prototype.listenClick=function(e){var t=this;this.listener=(0,u.default)(e,"click",function(e){return t.onClick(e)})},f.prototype.onClick=function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new s.default({action:this.action(t),target:this.target(t),text:this.text(t),trigger:t,emitter:this})},f.prototype.defaultAction=function(e){return o("action",e)},f.prototype.defaultTarget=function(e){var t=o("target",e);return t?document.querySelector(t):void 0},f.prototype.defaultText=function(e){return o("text",e)},f.prototype.destroy=function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)},f);function f(e,t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,f);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,a.call(this));return n.resolveOptions(t),n.listenClick(e),n}e.exports=c})},{"./clipboard-action":8,"good-listener":4,"tiny-emitter":7}]},{},[9])(9)}),function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Handlebars=t():e.Handlebars=t()}(this,function(){return i={},n.m=r=[function(e,t,n){"use strict";function r(){var t=new a.HandlebarsEnvironment;return u.extend(t,a),t.SafeString=s.default,t.Exception=l.default,t.Utils=u,t.escapeExpression=u.escapeExpression,t.VM=c,t.template=function(e){return c.template(e,t)},t}var i=n(1).default,o=n(2).default;t.__esModule=!0;var a=i(n(3)),s=o(n(17)),l=o(n(5)),u=i(n(4)),c=i(n(18)),f=o(n(19)),p=r();p.create=r,f.default(p),p.default=p,t.default=p,e.exports=t.default},function(e,t){"use strict";t.default=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},t.__esModule=!0},function(e,t){"use strict";t.default=function(e){return e&&e.__esModule?e:{default:e}},t.__esModule=!0},function(e,t,n){"use strict";function r(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},s.registerDefaultHelpers(this),l.registerDefaultDecorators(this)}var i=n(2).default;t.__esModule=!0,t.HandlebarsEnvironment=r;var o=n(4),a=i(n(5)),s=n(6),l=n(14),u=i(n(16));t.VERSION="4.0.5";t.COMPILER_REVISION=7;t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0"};var c="[object Object]";r.prototype={constructor:r,logger:u.default,log:u.default.log,registerHelper:function(e,t){if(o.toString.call(e)===c){if(t)throw new a.default("Arg not supported with multiple helpers");o.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(o.toString.call(e)===c)o.extend(this.partials,e);else{if(void 0===t)throw new a.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if(o.toString.call(e)===c){if(t)throw new a.default("Arg not supported with multiple decorators");o.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]}};var f=u.default.log;t.log=f,t.createFrame=o.createFrame,t.logger=u.default},function(e,t){"use strict";function n(e){return i[e]}function r(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}t.__esModule=!0,t.extend=r,t.indexOf=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}return a.test(e)?e.replace(o,n):e},t.isEmpty=function(e){return!e&&0!==e||!(!u(e)||0!==e.length)},t.createFrame=function(e){var t=r({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var i={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},o=/[&<>"'`=]/g,a=/[&<>"'`=]/,s=Object.prototype.toString;t.toString=s;var l=function(e){return"function"==typeof e};l(/x/)&&(t.isFunction=l=function(e){return"function"==typeof e&&"[object Function]"===s.call(e)}),t.isFunction=l;var u=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===s.call(e)};t.isArray=u},function(e,t){"use strict";function s(e,t){var n=t&&t.loc,r=void 0,i=void 0;n&&(e+=" - "+(r=n.start.line)+":"+(i=n.start.column));for(var o=Error.prototype.constructor.call(this,e),a=0;a<l.length;a++)this[l[a]]=o[l[a]];Error.captureStackTrace&&Error.captureStackTrace(this,s),n&&(this.lineNumber=r,this.column=i)}t.__esModule=!0;var l=["description","fileName","lineNumber","message","name","number","stack"];s.prototype=new Error,t.default=s,e.exports=t.default},function(e,t,n){"use strict";var r=n(2).default;t.__esModule=!0,t.registerDefaultHelpers=function(e){i.default(e),o.default(e),a.default(e),s.default(e),l.default(e),u.default(e),c.default(e)};var i=r(n(7)),o=r(n(8)),a=r(n(9)),s=r(n(10)),l=r(n(11)),u=r(n(12)),c=r(n(13))},function(e,t,n){"use strict";t.__esModule=!0;var a=n(4);t.default=function(o){o.registerHelper("blockHelperMissing",function(e,t){var n=t.inverse,r=t.fn;if(!0===e)return r(this);if(!1===e||null==e)return n(this);if(a.isArray(e))return 0<e.length?(t.ids&&(t.ids=[t.name]),o.helpers.each(e,t)):n(this);if(t.data&&t.ids){var i=a.createFrame(t.data);i.contextPath=a.appendContextPath(t.data.contextPath,t.name),t={data:i}}return r(e,t)})},e.exports=t.default},function(e,t,n){"use strict";var r=n(2).default;t.__esModule=!0;var p=n(4),d=r(n(5));t.default=function(e){e.registerHelper("each",function(r,e){function t(e,t,n){s&&(s.key=e,s.index=t,s.first=0===t,s.last=!!n,l&&(s.contextPath=l+e)),a+=i(r[e],{data:s,blockParams:p.blockParams([r[e],e],[l+e,null])})}if(!e)throw new d.default("Must pass iterator to #each");var i=e.fn,n=e.inverse,o=0,a="",s=void 0,l=void 0;if(e.data&&e.ids&&(l=p.appendContextPath(e.data.contextPath,e.ids[0])+"."),p.isFunction(r)&&(r=r.call(this)),e.data&&(s=p.createFrame(e.data)),r&&"object"==typeof r)if(p.isArray(r))for(var u=r.length;o<u;o++)o in r&&t(o,o,o===r.length-1);else{var c=void 0;for(var f in r)r.hasOwnProperty(f)&&(void 0!==c&&t(c,o-1),c=f,o++);void 0!==c&&t(c,o-1,!0)}return 0===o&&(a=n(this)),a})},e.exports=t.default},function(e,t,n){"use strict";var r=n(2).default;t.__esModule=!0;var i=r(n(5));t.default=function(e){e.registerHelper("helperMissing",function(){if(1!==arguments.length)throw new i.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r=n(4);t.default=function(n){n.registerHelper("if",function(e,t){return r.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||r.isEmpty(e)?t.inverse(this):t.fn(this)}),n.registerHelper("unless",function(e,t){return n.helpers.if.call(this,e,{fn:t.inverse,inverse:t.fn,hash:t.hash})})},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(i){i.registerHelper("log",function(){for(var e=[void 0],t=arguments[arguments.length-1],n=0;n<arguments.length-1;n++)e.push(arguments[n]);var r=1;null!=t.hash.level?r=t.hash.level:t.data&&null!=t.data.level&&(r=t.data.level),e[0]=r,i.log.apply(i,e)})},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",function(e,t){return e&&e[t]})},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i=n(4);t.default=function(e){e.registerHelper("with",function(e,t){i.isFunction(e)&&(e=e.call(this));var n=t.fn;if(i.isEmpty(e))return t.inverse(this);var r=t.data;return t.data&&t.ids&&((r=i.createFrame(t.data)).contextPath=i.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:r,blockParams:i.blockParams([e],[r&&r.contextPath])})})},e.exports=t.default},function(e,t,n){"use strict";var r=n(2).default;t.__esModule=!0,t.registerDefaultDecorators=function(e){i.default(e)};var i=r(n(15))},function(e,t,n){"use strict";t.__esModule=!0;var s=n(4);t.default=function(e){e.registerDecorator("inline",function(i,o,a,e){var t=i;return o.partials||(o.partials={},t=function(e,t){var n=a.partials;a.partials=s.extend({},n,o.partials);var r=i(e,t);return a.partials=n,r}),o.partials[e.args[0]]=e.fn,t})},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r=n(4),o={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=r.indexOf(o.methodMap,e.toLowerCase());e=0<=t?t:parseInt(e,10)}return e},log:function(e){if(e=o.lookupLevel(e),"undefined"!=typeof console&&o.lookupLevel(o.level)<=e){var t=o.methodMap[e];console[t]||(t="log");for(var n=arguments.length,r=Array(1<n?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];console[t].apply(console,r)}}};t.default=o,e.exports=t.default},function(e,t){"use strict";function n(e){this.string=e}t.__esModule=!0,n.prototype.toString=n.prototype.toHTML=function(){return""+this.string},t.default=n,e.exports=t.default},function(e,t,n){"use strict";function c(r,e,i,o,t,a,s){function n(e){var t=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],n=s;return s&&e!==s[0]&&(n=[e].concat(s)),i(r,e,r.helpers,r.partials,t.data||o,a&&[t.blockParams].concat(a),n)}return(n=f(i,n,r,s,o,a)).program=e,n.depth=s?s.length:0,n.blockParams=t||0,n}function i(){return""}function f(e,t,n,r,i,o){if(e.decorator){var a={};t=e.decorator(t,a,n,r&&r[0],i,o,r),p.extend(t,a)}return t}var r=n(1).default,o=n(2).default;t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=h.COMPILER_REVISION;if(t!==n){if(t<n){var r=h.REVISION_CHANGES[n],i=h.REVISION_CHANGES[t];throw new d.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+i+").")}throw new d.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")}},t.template=function(s,l){function a(e){function t(e){return""+s.main(u,e,u.helpers,u.partials,r,o,i)}var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],r=n.data;a._setup(n),!n.partial&&s.useData&&(r=function(e,t){return t&&"root"in t||((t=t?h.createFrame(t):{}).root=e),t}(e,r));var i=void 0,o=s.useBlockParams?[]:void 0;return s.useDepths&&(i=n.depths?e!==n.depths[0]?[e].concat(n.depths):n.depths:[e]),(t=f(s.main,t,u,n.depths||[],r,o))(e,n)}if(!l)throw new d.default("No environment passed to template");if(!s||!s.main)throw new d.default("Unknown template object: "+typeof s);s.main.decorator=s.main_d,l.VM.checkRevision(s.compiler);var u={strict:function(e,t){if(!(t in e))throw new d.default('"'+t+'" not defined in '+e);return e[t]},lookup:function(e,t){for(var n=e.length,r=0;r<n;r++)if(e[r]&&null!=e[r][t])return e[r][t]},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:p.escapeExpression,invokePartial:function(e,t,n){n.hash&&(t=p.extend({},t,n.hash),n.ids&&(n.ids[0]=!0)),e=l.VM.resolvePartial.call(this,e,t,n);var r=l.VM.invokePartial.call(this,e,t,n);if(null==r&&l.compile&&(n.partials[n.name]=l.compile(e,s.compilerOptions,l),r=n.partials[n.name](t,n)),null==r)throw new d.default("The partial "+n.name+" could not be compiled when running in runtime-only mode");if(n.indent){for(var i=r.split("\n"),o=0,a=i.length;o<a&&(i[o]||o+1!==a);o++)i[o]=n.indent+i[o];r=i.join("\n")}return r},fn:function(e){var t=s[e];return t.decorator=s[e+"_d"],t},programs:[],program:function(e,t,n,r,i){var o=this.programs[e],a=this.fn(e);return o=t||i||r||n?c(this,e,a,t,n,r,i):o||(this.programs[e]=c(this,e,a))},data:function(e,t){for(;e&&t--;)e=e._parent;return e},merge:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=p.extend({},t,e)),n},noop:l.VM.noop,compilerInfo:s.compiler};return a.isTop=!0,a._setup=function(e){e.partial?(u.helpers=e.helpers,u.partials=e.partials,u.decorators=e.decorators):(u.helpers=u.merge(e.helpers,l.helpers),s.usePartial&&(u.partials=u.merge(e.partials,l.partials)),(s.usePartial||s.useDecorators)&&(u.decorators=u.merge(e.decorators,l.decorators)))},a._child=function(e,t,n,r){if(s.useBlockParams&&!n)throw new d.default("must pass block params");if(s.useDepths&&!r)throw new d.default("must pass parent depths");return c(u,e,s[e],t,0,n,r)},a},t.wrapProgram=c,t.resolvePartial=function(e,t,n){return e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name],e},t.invokePartial=function(e,t,n){n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var r=void 0;if(n.fn&&n.fn!==i&&(n.data=h.createFrame(n.data),(r=n.data["partial-block"]=n.fn).partials&&(n.partials=p.extend({},n.partials,r.partials))),void 0===e&&r&&(e=r),void 0===e)throw new d.default("The partial "+n.name+" could not be found");return e instanceof Function?e(t,n):void 0},t.noop=i;var p=r(n(4)),d=o(n(5)),h=n(3)},function(e,t){(function(r){"use strict";t.__esModule=!0,t.default=function(e){var t=void 0!==r?r:window,n=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=n),e}},e.exports=t.default}).call(t,function(){return this}())}],n.c=i,n.p="",n(0);function n(e){if(i[e])return i[e].exports;var t=i[e]={exports:{},id:e,loaded:!1};return r[e].call(t.exports,t,t.exports,n),t.loaded=!0,t.exports}var r,i}),Handlebars.registerHelper("ifeq",function(e,t,n){return e==t?n.fn(this):n.inverse(this)}),Handlebars.registerHelper("ifnoteq",function(e,t,n){return e!=t?n.fn(this):n.inverse(this)}),Handlebars.registerHelper("ifIsFolder",function(e){return this.hasOwnProperty("item")?e.fn(this):e.inverse(this)}),Handlebars.registerHelper("generateUID",function(e,t){return e+"-"+t}),Handlebars.registerHelper("generateRequestID",function(e){var t=[];for(var n in e.hash)t.push(e.hash[n]);return new Handlebars.SafeString(t.join("_").replace(/\s+/g,""))}),Handlebars.registerHelper("sanitise_snippet",function(e,t){var n=t;return"cURL"===e?n=(n=n.replace(/\\n|\\r/g,"\n")).replace(/\\t/g," "):t}),Handlebars.registerHelper("ifempty",function(e,t){return _.isEmpty(e)?t.fn(this):t.inverse(this)}),Handlebars.registerHelper("ifnotempty",function(e,t){return _.isEmpty(e)?t.inverse(this):t.fn(this)}),Handlebars.registerHelper("get",function(e,t,n){return _.get(e,t)}),Handlebars.registerHelper("hasRequestBody",function(e,t){return!e||_.isEmpty(e)?t.inverse(this):_.isPlainObject(e)?e.mode?e.mode&&(_.isPlainObject(e.mode)&&_.isEmpty(e[e.mode])||!e[e.mode])?t.inverse(this):t.fn(this):t.inverse(this):t.fn(this)}),Handlebars.registerHelper("checkrequestauth",function(e,t){return _.isEmpty(e)||"noauth"===e.type?t.inverse(this):t.fn(this)}),Handlebars.registerHelper("checkQueryParam",function(e,t){return e?t.inverse(this):t.fn(this)}),Handlebars.registerHelper("getRequestMethod",function(e){return{delete:"DEL",options:"OPT",unlink:"UNLNK",unlock:"UNLCK",propfind:"PROP",patch:"PATCH"}[e="string"==typeof e?e.toLowerCase():null===e?"get":""]||e.slice(0,4).toUpperCase()}),Handlebars.registerHelper("ifIsMarkupLanguage",function(e,t){return"string"==typeof e&&0<=["html","xml"].indexOf(e.toLowerCase())?t.fn(this):t.inverse(this)}),Handlebars.registerHelper("ifHasAnyResponses",function(e,t){if(Array.isArray(e)&&0<e.length&&e.some(function(e){return!!e.response.body}))return t.fn(this);return t.inverse(this)}),Handlebars.registerHelper("limitLinesOrLength",function(e,t){var n,r=t.hash.lines||11,i=t.hash.length||5e3;return"string"!=typeof e||((n=e.split("\n")).length>r?e=n.slice(0,r).join("\n"):e.length>i&&(e=e.slice(0,i))),e}),function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(E,e){"use strict";function g(e){return null!=e&&e===e.window}var t=[],C=E.document,r=Object.getPrototypeOf,s=t.slice,m=t.concat,l=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,u=a.call(Object),y={},b=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},c={type:!0,src:!0,noModule:!0};function x(e,t,n){var r,i=(t=t||C).createElement("script");if(i.text=e,n)for(r in c)n[r]&&(i[r]=n[r]);t.head.appendChild(i).parentNode.removeChild(i)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var T=function(e,t){return new T.fn.init(e,t)},f=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!b(e)&&!g(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}T.fn=T.prototype={jquery:"3.3.1",constructor:T,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=T.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return T.each(this,e)},map:function(n){return this.pushStack(T.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.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(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:l,sort:t.sort,splice:t.splice},T.extend=T.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,l=arguments.length,u=!1;for("boolean"==typeof a&&(u=a,a=arguments[s]||{},s++),"object"==typeof a||b(a)||(a={}),s===l&&(a=this,s--);s<l;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(r=e[t])&&(u&&r&&(T.isPlainObject(r)||(i=Array.isArray(r)))?(o=i?(i=!1,n&&Array.isArray(n)?n:[]):n&&T.isPlainObject(n)?n:{},a[t]=T.extend(u,o,r)):void 0!==r&&(a[t]=r));return a},T.extend({expando:"jQuery"+("3.3.1"+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]"!==o.call(e)||(t=r(e))&&("function"!=typeof(n=v.call(t,"constructor")&&t.constructor)||a.call(n)!==u))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){x(e)},each:function(e,t){var n,r=0;if(p(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(f,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?T.merge(n,"string"==typeof e?[e]:e):l.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.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(p(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 m.apply([],a)},guid:1,support:y}),"function"==typeof Symbol&&(T.fn[Symbol.iterator]=t[Symbol.iterator]),T.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var d=function(n){function f(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(65536+r):String.fromCharCode(r>>10|55296,1023&r|56320)}function i(){_()}var e,d,x,o,a,h,p,g,w,l,u,_,E,s,C,m,c,v,y,T="sizzle"+1*new Date,b=n.document,k=0,r=0,S=ae(),A=ae(),$=ae(),D=function(e,t){return e===t&&(u=!0),0},P={}.hasOwnProperty,t=[],N=t.pop,O=t.push,j=t.push,I=t.slice,q=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",L="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+L+"*("+R+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+L+"*\\]",F=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",U=new RegExp(L+"+","g"),W=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),B=new RegExp("^"+L+"*,"+L+"*"),z=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),V=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),J=new RegExp(F),Y=new RegExp("^"+R+"$"),Q={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+H+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,G=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ne=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,re=function(e,t){return t?"\0"===e?"<22>":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ie=ye(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{j.apply(t=I.call(b.childNodes),b.childNodes),t[b.childNodes.length].nodeType}catch(n){j={apply:t.length?function(e,t){O.apply(e,I.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function oe(e,t,n,r){var i,o,a,s,l,u,c,f=t&&t.ownerDocument,p=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==p&&9!==p&&11!==p)return n;if(!r&&((t?t.ownerDocument||t:b)!==E&&_(t),t=t||E,C)){if(11!==p&&(l=Z.exec(e)))if(i=l[1]){if(9===p){if(!(a=t.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(t,a)&&a.id===i)return n.push(a),n}else{if(l[2])return j.apply(n,t.getElementsByTagName(e)),n;if((i=l[3])&&d.getElementsByClassName&&t.getElementsByClassName)return j.apply(n,t.getElementsByClassName(i)),n}if(d.qsa&&!$[e+" "]&&(!m||!m.test(e))){if(1!==p)f=t,c=e;else if("object"!==t.nodeName.toLowerCase()){for((s=t.getAttribute("id"))?s=s.replace(ne,re):t.setAttribute("id",s=T),o=(u=h(e)).length;o--;)u[o]="#"+s+" "+ve(u[o]);c=u.join(","),f=ee.test(e)&&ge(t.parentNode)||t}if(c)try{return j.apply(n,f.querySelectorAll(c)),n}catch(e){}finally{s===T&&t.removeAttribute("id")}}}return g(e.replace(W,"$1"),t,n,r)}function ae(){var r=[];return function e(t,n){return r.push(t+" ")>x.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function se(e){return e[T]=!0,e}function le(e){var t=E.createElement("fieldset");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("|"),r=n.length;r--;)x.attrHandle[n[r]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function pe(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function de(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ie(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function he(a){return se(function(o){return o=+o,se(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=oe.support={},a=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},_=oe.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:b;return r!==E&&9===r.nodeType&&r.documentElement&&(s=(E=r).documentElement,C=!a(E),b!==E&&(n=E.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",i,!1):n.attachEvent&&n.attachEvent("onunload",i)),d.attributes=le(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=le(function(e){return e.appendChild(E.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(E.getElementsByClassName),d.getById=le(function(e){return s.appendChild(e).id=T,!E.getElementsByName||!E.getElementsByName(T).length}),d.getById?(x.filter.ID=function(e){var t=e.replace(te,f);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var n=e.replace(te,f);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),x.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},x.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&C)return t.getElementsByClassName(e)},c=[],m=[],(d.qsa=K.test(E.querySelectorAll))&&(le(function(e){s.appendChild(e).innerHTML="<a id='"+T+"'></a><select id='"+T+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+L+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+L+"*(?:value|"+H+")"),e.querySelectorAll("[id~="+T+"-]").length||m.push("~="),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+T+"+*").length||m.push(".#.+[+~]")}),le(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=E.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+L+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),s.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")})),(d.matchesSelector=K.test(v=s.matches||s.webkitMatchesSelector||s.mozMatchesSelector||s.oMatchesSelector||s.msMatchesSelector))&&le(function(e){d.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),c.push("!=",F)}),m=m.length&&new RegExp(m.join("|")),c=c.length&&new RegExp(c.join("|")),t=K.test(s.compareDocumentPosition),y=t||K.test(s.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},D=t?function(e,t){if(e===t)return u=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===E||e.ownerDocument===b&&y(b,e)?-1:t===E||t.ownerDocument===b&&y(b,t)?1:l?q(l,e)-q(l,t):0:4&n?-1:1)}:function(e,t){if(e===t)return u=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===E?-1:t===E?1:i?-1:o?1:l?q(l,e)-q(l,t):0;if(i===o)return ce(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?ce(a[r],s[r]):a[r]===b?-1:s[r]===b?1:0}),E},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==E&&_(e),t=t.replace(V,"='$1']"),d.matchesSelector&&C&&!$[t+" "]&&(!c||!c.test(t))&&(!m||!m.test(t)))try{var n=v.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){}return 0<oe(t,E,null,[e]).length},oe.contains=function(e,t){return(e.ownerDocument||e)!==E&&_(e),y(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==E&&_(e);var n=x.attrHandle[t.toLowerCase()],r=n&&P.call(x.attrHandle,t.toLowerCase())?n(e,t,!C):void 0;return void 0!==r?r:d.attributes||!C?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},oe.escape=function(e){return(e+"").replace(ne,re)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,n=[],r=0,i=0;if(u=!d.detectDuplicates,l=!d.sortStable&&e.slice(0),e.sort(D),u){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return l=null,e},o=oe.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=o(t);return n},(x=oe.selectors={cacheLength:50,createPseudo:se,match:Q,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,f),e[3]=(e[3]||e[4]||e[5]||"").replace(te,f),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&J.test(n)&&(t=h(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,f).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=S[e+" "];return t||(t=new RegExp("(^|"+L+")"+e+"("+L+"|$)"))&&S(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=oe.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(U," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,m){var v="nth"!==h.slice(0,3),y="last"!==h.slice(-4),b="of-type"===e;return 1===g&&0===m?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,l,u=v!=y?"nextSibling":"previousSibling",c=e.parentNode,f=b&&e.nodeName.toLowerCase(),p=!n&&!b,d=!1;if(c){if(v){for(;u;){for(a=e;a=a[u];)if(b?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;l=u="only"===h&&!l&&"nextSibling"}return!0}if(l=[y?c.firstChild:c.lastChild],y&&p){for(d=(s=(r=(i=(o=(a=c)[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1])&&r[2],a=s&&c.childNodes[s];a=++s&&a&&a[u]||(d=s=0)||l.pop();)if(1===a.nodeType&&++d&&a===e){i[h]=[k,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1]),!1===d)for(;(a=++s&&a&&a[u]||(d=s=0)||l.pop())&&((b?a.nodeName.toLowerCase()!==f:1!==a.nodeType)||!++d||(p&&((i=(o=a[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[k,d]),a!==e)););return(d-=m)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=x.pseudos[e]||x.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return a[T]?a(o):1<a.length?(t=[e,e,"",o],x.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,t){for(var n,r=a(e,o),i=r.length;i--;)e[n=q(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:se(function(e){var r=[],i=[],s=p(e.replace(W,"$1"));return s[T]?se(function(e,t,n,r){for(var i,o=s(e,null,r,[]),a=e.length;a--;)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:se(function(t){return function(e){return 0<oe(t,e).length}}),contains:se(function(t){return t=t.replace(te,f),function(e){return-1<(e.textContent||e.innerText||o(e)).indexOf(t)}}),lang:se(function(n){return Y.test(n||"")||oe.error("unsupported lang: "+n),n=n.replace(te,f).toLowerCase(),function(e){var t;do{if(t=C?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===s},focus:function(e){return e===E.activeElement&&(!E.hasFocus||E.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!x.pseudos.empty(e)},header:function(e){return G.test(e.nodeName)},input:function(e){return X.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:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n;0<=--r;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=x.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})x.pseudos[e]=fe(e);for(e in{submit:!0,reset:!0})x.pseudos[e]=pe(e);function me(){}function ve(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function ye(s,e,t){var l=e.dir,u=e.next,c=u||l,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){for(;e=e[l];)if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[k,p];if(n){for(;e=e[l];)if((1===e.nodeType||f)&&s(e,t,n))return!0}else for(;e=e[l];)if(1===e.nodeType||f)if(i=(o=e[T]||(e[T]={}))[e.uniqueID]||(o[e.uniqueID]={}),u&&u===e.nodeName.toLowerCase())e=e[l]||e;else{if((r=i[c])&&r[0]===k&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function be(i){return 1<i.length?function(e,t,n){for(var r=i.length;r--;)if(!i[r](e,t,n))return!1;return!0}:i[0]}function xe(e,t,n,r,i){for(var o,a=[],s=0,l=e.length,u=null!=t;s<l;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),u&&t.push(s)));return a}function we(d,h,g,m,v,e){return m&&!m[T]&&(m=we(m)),v&&!v[T]&&(v=we(v,e)),se(function(e,t,n,r){var i,o,a,s=[],l=[],u=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:xe(c,s,d,n,r),p=g?v||(e?d:u||m)?[]:t:f;if(g&&g(f,p,n,r),m)for(i=xe(p,l),m(i,[],n,r),o=i.length;o--;)(a=i[o])&&(p[l[o]]=!(f[l[o]]=a));if(e){if(v||d){if(v){for(i=[],o=p.length;o--;)(a=p[o])&&i.push(f[o]=a);v(null,p=[],i,r)}for(o=p.length;o--;)(a=p[o])&&-1<(i=v?q(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=xe(p===t?p.splice(u,p.length):p),v?v(null,t,p,r):j.apply(t,p)})}function _e(e){for(var i,t,n,r=e.length,o=x.relative[e[0].type],a=o||x.relative[" "],s=o?1:0,l=ye(function(e){return e===i},a,!0),u=ye(function(e){return-1<q(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?l(e,t,n):u(e,t,n));return i=null,r}];s<r;s++)if(t=x.relative[e[s].type])c=[ye(be(c),t)];else{if((t=x.filter[e[s].type].apply(null,e[s].matches))[T]){for(n=++s;n<r&&!x.relative[e[n].type];n++);return we(1<s&&be(c),1<s&&ve(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(W,"$1"),t,s<n&&_e(e.slice(s,n)),n<r&&_e(e=e.slice(n)),n<r&&ve(e))}c.push(t)}return be(c)}return me.prototype=x.filters=x.pseudos,x.setFilters=new me,h=oe.tokenize=function(e,t){var n,r,i,o,a,s,l,u=A[e+" "];if(u)return t?0:u.slice(0);for(a=e,s=[],l=x.preFilter;a;){for(o in n&&!(r=B.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=z.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(W," ")}),a=a.slice(n.length)),x.filter)!(r=Q[o].exec(a))||l[o]&&!(r=l[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?oe.error(e):A(e,s).slice(0)},p=oe.compile=function(e,t){var n,r=[],i=[],o=$[e+" "];if(!o){for(n=(t=t||h(e)).length;n--;)(o=_e(t[n]))[T]?r.push(o):i.push(o);(o=$(e,function(m,v){function e(e,t,n,r,i){var o,a,s,l=0,u="0",c=e&&[],f=[],p=w,d=e||b&&x.find.TAG("*",i),h=k+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t===E||t||i);u!==g&&null!=(o=d[u]);u++){if(b&&o){for(a=0,t||o.ownerDocument===E||(_(o),n=!C);s=m[a++];)if(s(o,t||E,n)){r.push(o);break}i&&(k=h)}y&&((o=!s&&o)&&l--,e&&c.push(o))}if(l+=u,y&&u!==l){for(a=0;s=v[a++];)s(c,f,t,n);if(e){if(0<l)for(;u--;)c[u]||f[u]||(f[u]=N.call(r));f=xe(f)}j.apply(r,f),i&&!e&&0<f.length&&1<l+v.length&&oe.uniqueSort(r)}return i&&(k=h,w=p),c}var y=0<v.length,b=0<m.length;return y?se(e):e}(i,r))).selector=e}return o},g=oe.select=function(e,t,n,r){var i,o,a,s,l,u="function"==typeof e&&e,c=!r&&h(e=u.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&C&&x.relative[o[1].type]){if(!(t=(x.find.ID(a.matches[0].replace(te,f),t)||[])[0]))return n;u&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=Q.needsContext.test(e)?0:o.length;i--&&(a=o[i],!x.relative[s=a.type]);)if((l=x.find[s])&&(r=l(a.matches[0].replace(te,f),ee.test(o[0].type)&&ge(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&ve(o)))return j.apply(n,r),n;break}}return(u||p(e,c))(r,t,!C,n,!t||ee.test(e)&&ge(t.parentNode)||t),n},d.sortStable=T.split("").sort(D).join("")===T,d.detectDuplicates=!!u,_(),d.sortDetached=le(function(e){return 1&e.compareDocumentPosition(E.createElement("fieldset"))}),le(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||ue("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&le(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||ue("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),le(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}),oe}(E);T.find=d,T.expr=d.selectors,T.expr[":"]=T.expr.pseudos,T.uniqueSort=T.unique=d.uniqueSort,T.text=d.getText,T.isXMLDoc=d.isXML,T.contains=d.contains,T.escapeSelector=d.escape;function h(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&T(e).is(n))break;r.push(e)}return r}function _(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}var k=T.expr.match.needsContext;function S(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function $(e,n,r){return b(n)?T.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?T.grep(e,function(e){return e===n!==r}):"string"!=typeof n?T.grep(e,function(e){return-1<i.call(n,e)!==r}):T.filter(n,e,r)}T.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?T.find.matchesSelector(r,e)?[r]:[]:T.find.matches(e,T.grep(t,function(e){return 1===e.nodeType}))},T.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(T(e).filter(function(){for(t=0;t<r;t++)if(T.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)T.find(e,i[t],n);return 1<r?T.uniqueSort(n):n},filter:function(e){return this.pushStack($(this,e||[],!1))},not:function(e){return this.pushStack($(this,e||[],!0))},is:function(e){return!!$(this,"string"==typeof e&&k.test(e)?T(e):e||[],!1).length}});var D,P=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(T.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):b(e)?void 0!==n.ready?n.ready(e):e(T):T.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:P.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 T?t[0]:t,T.merge(this,T.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),A.test(r[1])&&T.isPlainObject(t))for(r in t)b(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=T.fn,D=T(C);var N=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function j(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}T.fn.extend({has:function(e){var t=T(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(T.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&T(e);if(!k.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&T.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?T.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(T(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(T.uniqueSort(T.merge(this.get(),T(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),T.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return h(e,"parentNode")},parentsUntil:function(e,t,n){return h(e,"parentNode",n)},next:function(e){return j(e,"nextSibling")},prev:function(e){return j(e,"previousSibling")},nextAll:function(e){return h(e,"nextSibling")},prevAll:function(e){return h(e,"previousSibling")},nextUntil:function(e,t,n){return h(e,"nextSibling",n)},prevUntil:function(e,t,n){return h(e,"previousSibling",n)},siblings:function(e){return _((e.parentNode||{}).firstChild,e)},children:function(e){return _(e.firstChild)},contents:function(e){return S(e,"iframe")?e.contentDocument:(S(e,"template")&&(e=e.content||e),T.merge([],e.childNodes))}},function(r,i){T.fn[r]=function(e,t){var n=T.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=T.filter(t,n)),1<this.length&&(O[r]||T.uniqueSort(n),N.test(r)&&n.reverse()),this.pushStack(n)}});var I=/[^\x20\t\r\n\f]+/g;function q(e){return e}function H(e){throw e}function L(e,t,n,r){var i;try{e&&b(i=e.promise)?i.call(e).done(t).fail(n):e&&b(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}T.Callbacks=function(r){r="string"==typeof r?function(e){var n={};return T.each(e.match(I)||[],function(e,t){n[t]=!0}),n}(r):T.extend({},r);function n(){for(o=o||r.once,t=i=!0;s.length;l=-1)for(e=s.shift();++l<a.length;)!1===a[l].apply(e[0],e[1])&&r.stopOnFalse&&(l=a.length,e=!1);r.memory||(e=!1),i=!1,o&&(a=e?[]:"")}var i,e,t,o,a=[],s=[],l=-1,u={add:function(){return a&&(e&&!i&&(l=a.length-1,s.push(e)),function n(e){T.each(e,function(e,t){b(t)?r.unique&&u.has(t)||a.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),e&&!i&&n()),this},remove:function(){return T.each(arguments,function(e,t){for(var n;-1<(n=T.inArray(t,a,n));)a.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<T.inArray(e,a):0<a.length},empty:function(){return a=a&&[],this},disable:function(){return o=s=[],a=e="",this},disabled:function(){return!a},lock:function(){return o=s=[],e||i||(a=e=""),this},locked:function(){return!!o},fireWith:function(e,t){return o||(t=[e,(t=t||[]).slice?t.slice():t],s.push(t),i||n()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!t}};return u},T.extend({Deferred:function(e){var o=[["notify","progress",T.Callbacks("memory"),T.Callbacks("memory"),2],["resolve","done",T.Callbacks("once memory"),T.Callbacks("once memory"),0,"resolved"],["reject","fail",T.Callbacks("once memory"),T.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return a.then(null,e)},pipe:function(){var i=arguments;return T.Deferred(function(r){T.each(o,function(e,t){var n=b(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&b(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var l=0;function u(i,o,a,s){return function(){function e(){var e,t;if(!(i<l)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,b(t)?s?t.call(e,u(l,o,q,s),u(l,o,H,s)):(l++,t.call(e,u(l,o,q,s),u(l,o,H,s),u(l,o,q,o.notifyWith))):(a!==q&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}}var n=this,r=arguments,t=s?e:function(){try{e()}catch(e){T.Deferred.exceptionHook&&T.Deferred.exceptionHook(e,t.stackTrace),l<=i+1&&(a!==H&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(T.Deferred.getStackHook&&(t.stackTrace=T.Deferred.getStackHook()),E.setTimeout(t))}}return T.Deferred(function(e){o[0][3].add(u(0,e,b(r)?r:q,e.notifyWith)),o[1][3].add(u(0,e,b(t)?t:q)),o[2][3].add(u(0,e,b(n)?n:H))}).promise()},promise:function(e){return null!=e?T.extend(e,a):a}},s={};return T.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){function t(t){return function(e){i[t]=this,o[t]=1<arguments.length?s.call(arguments):e,--n||a.resolveWith(i,o)}}var n=arguments.length,r=n,i=Array(r),o=s.call(arguments),a=T.Deferred();if(n<=1&&(L(e,a.done(t(r)).resolve,a.reject,!n),"pending"===a.state()||b(o[r]&&o[r].then)))return a.then();for(;r--;)L(o[r],t(r),a.reject);return a.promise()}});var R=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;T.Deferred.exceptionHook=function(e,t){E.console&&E.console.warn&&e&&R.test(e.name)&&E.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},T.readyException=function(e){E.setTimeout(function(){throw e})};var M=T.Deferred();function F(){C.removeEventListener("DOMContentLoaded",F),E.removeEventListener("load",F),T.ready()}T.fn.ready=function(e){return M.then(e).catch(function(e){T.readyException(e)}),this},T.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--T.readyWait:T.isReady)||((T.isReady=!0)!==e&&0<--T.readyWait||M.resolveWith(C,[T]))}}),T.ready.then=M.then,"complete"===C.readyState||"loading"!==C.readyState&&!C.documentElement.doScroll?E.setTimeout(T.ready):(C.addEventListener("DOMContentLoaded",F),E.addEventListener("load",F));var U=function(e,t,n,r,i,o,a){var s=0,l=e.length,u=null==n;if("object"===w(n))for(s in i=!0,n)U(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,b(r)||(a=!0),u&&(t=a?(t.call(e,r),null):(u=t,function(e,t,n){return u.call(T(e),n)})),t))for(;s<l;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:u?t.call(e):l?t(e[0],n):o},W=/^-ms-/,B=/-([a-z])/g;function z(e,t){return t.toUpperCase()}function V(e){return e.replace(W,"ms-").replace(B,z)}function J(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType}function Y(){this.expando=T.expando+Y.uid++}Y.uid=1,Y.prototype={cache:function(e){var t=e[this.expando];return t||(t={},J(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[V(t)]=n;else for(r in t)i[V(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][V(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(V):(t=V(t))in r?[t]:t.match(I)||[]).length;for(;n--;)delete r[t[n]]}void 0!==t&&!T.isEmptyObject(r)||(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!T.isEmptyObject(t)}};var Q=new Y,X=new Y,G=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,K=/[A-Z]/g;function Z(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(K,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:G.test(e)?JSON.parse(e):e)}(n)}catch(e){}X.set(e,t,n)}else n=void 0;return n}T.extend({hasData:function(e){return X.hasData(e)||Q.hasData(e)},data:function(e,t,n){return X.access(e,t,n)},removeData:function(e,t){X.remove(e,t)},_data:function(e,t,n){return Q.access(e,t,n)},_removeData:function(e,t){Q.remove(e,t)}}),T.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0!==n)return"object"==typeof n?this.each(function(){X.set(this,n)}):U(this,function(e){var t;if(o&&void 0===e){if(void 0!==(t=X.get(o,n)))return t;if(void 0!==(t=Z(o,n)))return t}else this.each(function(){X.set(this,n,e)})},null,e,1<arguments.length,null,!0);if(this.length&&(i=X.get(o),1===o.nodeType&&!Q.get(o,"hasDataAttrs"))){for(t=a.length;t--;)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=V(r.slice(5)),Z(o,r,i[r]));Q.set(o,"hasDataAttrs",!0)}return i},removeData:function(e){return this.each(function(){X.remove(this,e)})}}),T.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Q.get(e,t),n&&(!r||Array.isArray(n)?r=Q.access(e,t,T.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=T.queue(e,t),r=n.length,i=n.shift(),o=T._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){T.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:T.Callbacks("once memory").add(function(){Q.remove(e,[t+"queue",n])})})}}),T.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?T.queue(this[0],t):void 0===n?this:this.each(function(){var e=T.queue(this,t,n);T._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&T.dequeue(this,t)})},dequeue:function(e){return this.each(function(){T.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){function n(){--i||o.resolveWith(a,[a])}var r,i=1,o=T.Deferred(),a=this,s=this.length;for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";s--;)(r=Q.get(a[s],e+"queueHooks"))&&r.empty&&(i++,r.empty.add(n));return n(),o.promise(t)}});function ee(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=a[o];return i}var te=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ne=new RegExp("^(?:([+-])=|)("+te+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&T.contains(e.ownerDocument,e)&&"none"===T.css(e,"display")};function oe(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return T.css(e,t,"")},l=s(),u=n&&n[3]||(T.cssNumber[t]?"":"px"),c=(T.cssNumber[t]||"px"!==u&&+l)&&ne.exec(T.css(e,t));if(c&&c[3]!==u){for(l/=2,u=u||c[3],c=+l||1;a--;)T.style(e,t,c+u),(1-o)*(1-(o=s()/l||.5))<=0&&(a=0),c/=o;c*=2,T.style(e,t,c+u),n=n||[]}return n&&(c=+c||+l||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=u,r.start=c,r.end=i)),i}var ae={};function se(e,t){for(var n,r,i=[],o=0,a=e.length;o<a;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=Q.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ie(r)&&(i[o]=(f=u=l=void 0,u=(s=r).ownerDocument,c=s.nodeName,(f=ae[c])||(l=u.body.appendChild(u.createElement(c)),f=T.css(l,"display"),l.parentNode.removeChild(l),"none"===f&&(f="block"),ae[c]=f)))):"none"!==n&&(i[o]="none",Q.set(r,"display",n)));var s,l,u,c,f;for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}T.fn.extend({show:function(){return se(this,!0)},hide:function(){return se(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ie(this)?T(this).show():T(this).hide()})}});var le=/^(?:checkbox|radio)$/i,ue=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,ce=/^$|^module$|\/(?:java|ecma)script/i,fe={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function pe(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&S(e,t)?T.merge([e],n):n}function de(e,t){for(var n=0,r=e.length;n<r;n++)Q.set(e[n],"globalEval",!t||Q.get(t[n],"globalEval"))}fe.optgroup=fe.option,fe.tbody=fe.tfoot=fe.colgroup=fe.caption=fe.thead,fe.th=fe.td;var he,ge,me=/<|&#?\w+;/;function ve(e,t,n,r,i){for(var o,a,s,l,u,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))T.merge(p,o.nodeType?[o]:o);else if(me.test(o)){for(a=a||f.appendChild(t.createElement("div")),s=(ue.exec(o)||["",""])[1].toLowerCase(),l=fe[s]||fe._default,a.innerHTML=l[1]+T.htmlPrefilter(o)+l[2],c=l[0];c--;)a=a.lastChild;T.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));for(f.textContent="",d=0;o=p[d++];)if(r&&-1<T.inArray(o,r))i&&i.push(o);else if(u=T.contains(o.ownerDocument,o),a=pe(f.appendChild(o),"script"),u&&de(a),n)for(c=0;o=a[c++];)ce.test(o.type||"")&&n.push(o);return f}he=C.createDocumentFragment().appendChild(C.createElement("div")),(ge=C.createElement("input")).setAttribute("type","radio"),ge.setAttribute("checked","checked"),ge.setAttribute("name","t"),he.appendChild(ge),y.checkClone=he.cloneNode(!0).cloneNode(!0).lastChild.checked,he.innerHTML="<textarea>x</textarea>",y.noCloneChecked=!!he.cloneNode(!0).lastChild.defaultValue;var ye=C.documentElement,be=/^key/,xe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,we=/^([^.]*)(?:\.(.+)|)/;function _e(){return!0}function Ee(){return!1}function Ce(){try{return C.activeElement}catch(e){}}function Te(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Te(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ee;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return T().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=T.guid++)),e.each(function(){T.event.add(this,t,i,r,n)})}T.event={global:{},add:function(t,e,n,r,i){var o,a,s,l,u,c,f,p,d,h,g,m=Q.get(t);if(m)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&T.find.matchesSelector(ye,i),n.guid||(n.guid=T.guid++),(l=m.events)||(l=m.events={}),(a=m.handle)||(a=m.handle=function(e){return void 0!==T&&T.event.triggered!==e.type?T.event.dispatch.apply(t,arguments):void 0}),u=(e=(e||"").match(I)||[""]).length;u--;)d=g=(s=we.exec(e[u])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=T.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=T.event.special[d]||{},c=T.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&T.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=l[d])||((p=l[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),T.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,l,u,c,f,p,d,h,g,m=Q.hasData(e)&&Q.get(e);if(m&&(l=m.events)){for(u=(t=(t||"").match(I)||[""]).length;u--;)if(d=g=(s=we.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=T.event.special[d]||{},p=l[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,m.handle)||T.removeEvent(e,d,m.handle),delete l[d])}else for(d in l)T.event.remove(e,d+t[u],n,r,!0);T.isEmptyObject(l)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=T.event.fix(e),l=new Array(arguments.length),u=(Q.get(this,"events")||{})[s.type]||[],c=T.event.special[s.type]||{};for(l[0]=s,t=1;t<arguments.length;t++)l[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){for(a=T.event.handlers.call(this,s,u),t=0;(i=a[t++])&&!s.isPropagationStopped();)for(s.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((T.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,l))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],l=t.delegateCount,u=e.target;if(l&&u.nodeType&&!("click"===e.type&&1<=e.button))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(o=[],a={},n=0;n<l;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<T(i,this).index(u):T.find(i,this,null,[u]).length),a[i]&&o.push(r);o.length&&s.push({elem:u,handlers:o})}return u=this,l<t.length&&s.push({elem:u,handlers:t.slice(l)}),s},addProp:function(t,e){Object.defineProperty(T.Event.prototype,t,{enumerable:!0,configurable:!0,get:b(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[T.expando]?e:new T.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Ce()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Ce()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&S(this,"input"))return this.click(),!1},_default:function(e){return S(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},T.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},T.Event=function(e,t){if(!(this instanceof T.Event))return new T.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?_e:Ee,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&&T.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[T.expando]=!0},T.Event.prototype={constructor:T.Event,isDefaultPrevented:Ee,isPropagationStopped:Ee,isImmediatePropagationStopped:Ee,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=_e,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=_e,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=_e,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},T.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,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:function(e){var t=e.button;return null==e.which&&be.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&xe.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},T.event.addProp),T.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){T.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||T.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),T.fn.extend({on:function(e,t,n,r){return Te(this,e,t,n,r)},one:function(e,t,n,r){return Te(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,T(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"!=typeof e)return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Ee),this.each(function(){T.event.remove(this,e,n,t)});for(i in e)this.off(i,t,e[i]);return this}});var ke=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Se=/<script|<style|<link/i,Ae=/checked\s*(?:[^=]|=\s*.checked.)/i,$e=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function De(e,t){return S(e,"table")&&S(11!==t.nodeType?t:t.firstChild,"tr")&&T(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ne(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s,l,u;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),u=o.events))for(i in delete a.handle,a.events={},u)for(n=0,r=u[i].length;n<r;n++)T.event.add(t,i,u[i][n]);X.hasData(e)&&(s=X.access(e),l=T.extend({},s),X.set(t,l))}}function je(n,r,i,o){r=m.apply([],r);var e,t,a,s,l,u,c=0,f=n.length,p=f-1,d=r[0],h=b(d);if(h||1<f&&"string"==typeof d&&!y.checkClone&&Ae.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),je(t,r,i,o)});if(f&&(t=(e=ve(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=T.map(pe(e,"script"),Pe)).length;c<f;c++)l=e,c!==p&&(l=T.clone(l,!0,!0),s&&T.merge(a,pe(l,"script"))),i.call(n[c],l,c);if(s)for(u=a[a.length-1].ownerDocument,T.map(a,Ne),c=0;c<s;c++)l=a[c],ce.test(l.type||"")&&!Q.access(l,"globalEval")&&T.contains(u,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?T._evalUrl&&T._evalUrl(l.src):x(l.textContent.replace($e,""),u,l))}return n}function Ie(e,t,n){for(var r,i=t?T.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||T.cleanData(pe(r)),r.parentNode&&(n&&T.contains(r.ownerDocument,r)&&de(pe(r,"script")),r.parentNode.removeChild(r));return e}T.extend({htmlPrefilter:function(e){return e.replace(ke,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,l,u,c=e.cloneNode(!0),f=T.contains(e.ownerDocument,e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||T.isXMLDoc(e)))for(a=pe(c),r=0,i=(o=pe(e)).length;r<i;r++)s=o[r],l=a[r],void 0,"input"===(u=l.nodeName.toLowerCase())&&le.test(s.type)?l.checked=s.checked:"input"!==u&&"textarea"!==u||(l.defaultValue=s.defaultValue);if(t)if(n)for(o=o||pe(e),a=a||pe(c),r=0,i=o.length;r<i;r++)Oe(o[r],a[r]);else Oe(e,c);return 0<(a=pe(c,"script")).length&&de(a,!f&&pe(e,"script")),c},cleanData:function(e){for(var t,n,r,i=T.event.special,o=0;void 0!==(n=e[o]);o++)if(J(n)){if(t=n[Q.expando]){if(t.events)for(r in t.events)i[r]?T.event.remove(n,r):T.removeEvent(n,r,t.handle);n[Q.expando]=void 0}n[X.expando]&&(n[X.expando]=void 0)}}}),T.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return U(this,function(e){return void 0===e?T.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 je(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||De(this,e).appendChild(e)})},prepend:function(){return je(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=De(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return je(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return je(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&&(T.cleanData(pe(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return T.clone(this,e,t)})},html:function(e){return U(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&&!Se.test(e)&&!fe[(ue.exec(e)||["",""])[1].toLowerCase()]){e=T.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(T.cleanData(pe(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return je(this,arguments,function(e){var t=this.parentNode;T.inArray(this,n)<0&&(T.cleanData(pe(this)),t&&t.replaceChild(e,this))},n)}}),T.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){T.fn[e]=function(e){for(var t,n=[],r=T(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),T(r[o])[a](t),l.apply(n,t.get());return this.pushStack(n)}});var qe,He,Le,Re,Me,Fe,Ue,We=new RegExp("^("+te+")(?!px)[a-z%]+$","i"),Be=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=E),t.getComputedStyle(e)},ze=new RegExp(re.join("|"),"i");function Ve(){if(Ue){Fe.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",Ue.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ye.appendChild(Fe).appendChild(Ue);var e=E.getComputedStyle(Ue);qe="1%"!==e.top,Me=12===Je(e.marginLeft),Ue.style.right="60%",Re=36===Je(e.right),He=36===Je(e.width),Ue.style.position="absolute",Le=36===Ue.offsetWidth||"absolute",ye.removeChild(Fe),Ue=null}}function Je(e){return Math.round(parseFloat(e))}function Ye(e,t,n){var r,i,o,a,s=e.style;return(n=n||Be(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||T.contains(e.ownerDocument,e)||(a=T.style(e,t)),!y.pixelBoxStyles()&&We.test(a)&&ze.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function Qe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}Fe=C.createElement("div"),(Ue=C.createElement("div")).style&&(Ue.style.backgroundClip="content-box",Ue.cloneNode(!0).style.backgroundClip="",y.clearCloneStyle="content-box"===Ue.style.backgroundClip,T.extend(y,{boxSizingReliable:function(){return Ve(),He},pixelBoxStyles:function(){return Ve(),Re},pixelPosition:function(){return Ve(),qe},reliableMarginLeft:function(){return Ve(),Me},scrollboxSize:function(){return Ve(),Le}}));var Xe=/^(none|table(?!-c[ea]).+)/,Ge=/^--/,Ke={position:"absolute",visibility:"hidden",display:"block"},Ze={letterSpacing:"0",fontWeight:"400"},et=["Webkit","Moz","ms"],tt=C.createElement("div").style;function nt(e){var t=T.cssProps[e];return t=t||(T.cssProps[e]=function(e){if(e in tt)return e;for(var t=e[0].toUpperCase()+e.slice(1),n=et.length;n--;)if((e=et[n]+t)in tt)return e}(e)||e)}function rt(e,t,n){var r=ne.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function it(e,t,n,r,i,o){var a="width"===t?1:0,s=0,l=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(l+=T.css(e,n+re[a],!0,i)),r?("content"===n&&(l-=T.css(e,"padding"+re[a],!0,i)),"margin"!==n&&(l-=T.css(e,"border"+re[a]+"Width",!0,i))):(l+=T.css(e,"padding"+re[a],!0,i),"padding"!==n?l+=T.css(e,"border"+re[a]+"Width",!0,i):s+=T.css(e,"border"+re[a]+"Width",!0,i));return!r&&0<=o&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-s-.5))),l}function ot(e,t,n){var r=Be(e),i=Ye(e,t,r),o="border-box"===T.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(y.boxSizingReliable()||i===e.style[t]),"auto"!==i&&(parseFloat(i)||"inline"!==T.css(e,"display",!1,r))||(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+it(e,t,n||(o?"border":"content"),a,r,i)+"px"}function at(e,t,n,r,i){return new at.prototype.init(e,t,n,r,i)}T.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ye(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=V(t),l=Ge.test(t),u=e.style;if(l||(t=nt(s)),a=T.cssHooks[t]||T.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:u[t];"string"==(o=typeof n)&&(i=ne.exec(n))&&i[1]&&(n=oe(e,t,i),o="number"),null!=n&&n==n&&("number"===o&&(n+=i&&i[3]||(T.cssNumber[s]?"":"px")),y.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var i,o,a,s=V(t);return Ge.test(t)||(t=nt(s)),(a=T.cssHooks[t]||T.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Ye(e,t,r)),"normal"===i&&t in Ze&&(i=Ze[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),T.each(["height","width"],function(e,s){T.cssHooks[s]={get:function(e,t,n){if(t)return!Xe.test(T.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?ot(e,s,n):ee(e,Ke,function(){return ot(e,s,n)})},set:function(e,t,n){var r,i=Be(e),o="border-box"===T.css(e,"boxSizing",!1,i),a=n&&it(e,s,n,o,i);return o&&y.scrollboxSize()===i.position&&(a-=Math.ceil(e["offset"+s[0].toUpperCase()+s.slice(1)]-parseFloat(i[s])-it(e,s,"border",!1,i)-.5)),a&&(r=ne.exec(t))&&"px"!==(r[3]||"px")&&(e.style[s]=t,t=T.css(e,s)),rt(0,t,a)}}}),T.cssHooks.marginLeft=Qe(y.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Ye(e,"marginLeft"))||e.getBoundingClientRect().left-ee(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),T.each({margin:"",padding:"",border:"Width"},function(i,o){T.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+re[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(T.cssHooks[i+o].set=rt)}),T.fn.extend({css:function(e,t){return U(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Be(e),i=t.length;a<i;a++)o[t[a]]=T.css(e,t[a],!1,r);return o}return void 0!==n?T.style(e,t,n):T.css(e,t)},e,t,1<arguments.length)}}),((T.Tween=at).prototype={constructor:at,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||T.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(T.cssNumber[n]?"":"px")},cur:function(){var e=at.propHooks[this.prop];return e&&e.get?e.get(this):at.propHooks._default.get(this)},run:function(e){var t,n=at.propHooks[this.prop];return this.options.duration?this.pos=t=T.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):at.propHooks._default.set(this),this}}).init.prototype=at.prototype,(at.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=T.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){T.fx.step[e.prop]?T.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[T.cssProps[e.prop]]&&!T.cssHooks[e.prop]?e.elem[e.prop]=e.now:T.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=at.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},T.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},T.fx=at.prototype.init,T.fx.step={};var st,lt,ut,ct,ft=/^(?:toggle|show|hide)$/,pt=/queueHooks$/;function dt(){lt&&(!1===C.hidden&&E.requestAnimationFrame?E.requestAnimationFrame(dt):E.setTimeout(dt,T.fx.interval),T.fx.tick())}function ht(){return E.setTimeout(function(){st=void 0}),st=Date.now()}function gt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=re[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function mt(e,t,n){for(var r,i=(vt.tweeners[t]||[]).concat(vt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function vt(o,e,t){var n,a,r=0,i=vt.prefilters.length,s=T.Deferred().always(function(){delete l.elem}),l=function(){if(a)return!1;for(var e=st||ht(),t=Math.max(0,u.startTime+u.duration-e),n=1-(t/u.duration||0),r=0,i=u.tweens.length;r<i;r++)u.tweens[r].run(n);return s.notifyWith(o,[u,n,t]),n<1&&i?t:(i||s.notifyWith(o,[u,1,0]),s.resolveWith(o,[u]),!1)},u=s.promise({elem:o,props:T.extend({},e),opts:T.extend(!0,{specialEasing:{},easing:T.easing._default},t),originalProperties:e,originalOptions:t,startTime:st||ht(),duration:t.duration,tweens:[],createTween:function(e,t){var n=T.Tween(o,u.opts,e,t,u.opts.specialEasing[e]||u.opts.easing);return u.tweens.push(n),n},stop:function(e){var t=0,n=e?u.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)u.tweens[t].run(1);return e?(s.notifyWith(o,[u,1,0]),s.resolveWith(o,[u,e])):s.rejectWith(o,[u,e]),this}}),c=u.props;for(function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=V(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=T.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,u.opts.specialEasing);r<i;r++)if(n=vt.prefilters[r].call(u,o,c,u.opts))return b(n.stop)&&(T._queueHooks(u.elem,u.opts.queue).stop=n.stop.bind(n)),n;return T.map(c,mt,u),b(u.opts.start)&&u.opts.start.call(o,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),T.fx.timer(T.extend(l,{elem:o,anim:u,queue:u.opts.queue})),u}T.Animation=T.extend(vt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return oe(n.elem,e,ne.exec(t),n),n}]},tweener:function(e,t){for(var n,r=0,i=(e=b(e)?(t=e,["*"]):e.match(I)).length;r<i;r++)n=e[r],vt.tweeners[n]=vt.tweeners[n]||[],vt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,l,u,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ie(e),m=Q.get(e,"fxshow");for(r in n.queue||(null==(a=T._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,T.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ft.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!m||void 0===m[r])continue;g=!0}d[r]=m&&m[r]||T.style(e,r)}if((l=!T.isEmptyObject(t))||!T.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(u=m&&m.display)&&(u=Q.get(e,"display")),"none"===(c=T.css(e,"display"))&&(u?c=u:(se([e],!0),u=e.style.display||u,c=T.css(e,"display"),se([e]))),("inline"===c||"inline-block"===c&&null!=u)&&"none"===T.css(e,"float")&&(l||(p.done(function(){h.display=u}),null==u&&(c=h.display,u="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),l=!1,d)l||(m?"hidden"in m&&(g=m.hidden):m=Q.access(e,"fxshow",{display:u}),o&&(m.hidden=!g),g&&se([e],!0),p.done(function(){for(r in g||se([e]),Q.remove(e,"fxshow"),d)T.style(e,r,d[r])})),l=mt(g?m[r]:0,r,p),r in m||(m[r]=l.start,g&&(l.end=l.start,l.start=0))}],prefilter:function(e,t){t?vt.prefilters.unshift(e):vt.prefilters.push(e)}}),T.speed=function(e,t,n){var r=e&&"object"==typeof e?T.extend({},e):{complete:n||!n&&t||b(e)&&e,duration:e,easing:n&&t||t&&!b(t)&&t};return T.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in T.fx.speeds?r.duration=T.fx.speeds[r.duration]:r.duration=T.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){b(r.old)&&r.old.call(this),r.queue&&T.dequeue(this,r.queue)},r},T.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ie).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){function i(){var e=vt(this,T.extend({},t),a);(o||Q.get(this,"finish"))&&e.stop(!0)}var o=T.isEmptyObject(t),a=T.speed(e,n,r);return i.finish=i,o||!1===a.queue?this.each(i):this.queue(a.queue,i)},stop:function(i,e,o){function a(e){var t=e.stop;delete e.stop,t(o)}return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&!1!==i&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=T.timers,r=Q.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&pt.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||T.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Q.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=T.timers,o=n?n.length:0;for(t.finish=!0,T.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),T.each(["toggle","show","hide"],function(e,r){var i=T.fn[r];T.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(gt(r,!0),e,t,n)}}),T.each({slideDown:gt("show"),slideUp:gt("hide"),slideToggle:gt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){T.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),T.timers=[],T.fx.tick=function(){var e,t=0,n=T.timers;for(st=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||T.fx.stop(),st=void 0},T.fx.timer=function(e){T.timers.push(e),T.fx.start()},T.fx.interval=13,T.fx.start=function(){lt||(lt=!0,dt())},T.fx.stop=function(){lt=null},T.fx.speeds={slow:600,fast:200,_default:400},T.fn.delay=function(r,e){return r=T.fx&&T.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=E.setTimeout(e,r);t.stop=function(){E.clearTimeout(n)}})},ut=C.createElement("input"),ct=C.createElement("select").appendChild(C.createElement("option")),ut.type="checkbox",y.checkOn=""!==ut.value,y.optSelected=ct.selected,(ut=C.createElement("input")).value="t",ut.type="radio",y.radioValue="t"===ut.value;var yt,bt=T.expr.attrHandle;T.fn.extend({attr:function(e,t){return U(this,T.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){T.removeAttr(this,e)})}}),T.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?T.prop(e,t,n):(1===o&&T.isXMLDoc(e)||(i=T.attrHooks[t.toLowerCase()]||(T.expr.match.bool.test(t)?yt:void 0)),void 0!==n?null===n?void T.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=T.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!y.radioValue&&"radio"===t&&S(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(I);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),yt={set:function(e,t,n){return!1===t?T.removeAttr(e,n):e.setAttribute(n,n),n}},T.each(T.expr.match.bool.source.match(/\w+/g),function(e,t){var a=bt[t]||T.find.attr;bt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=bt[o],bt[o]=r,r=null!=a(e,t,n)?o:null,bt[o]=i),r}});var xt=/^(?:input|select|textarea|button)$/i,wt=/^(?:a|area)$/i;function _t(e){return(e.match(I)||[]).join(" ")}function Et(e){return e.getAttribute&&e.getAttribute("class")||""}function Ct(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(I)||[]}T.fn.extend({prop:function(e,t){return U(this,T.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[T.propFix[e]||e]})}}),T.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&T.isXMLDoc(e)||(t=T.propFix[t]||t,i=T.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=T.find.attr(e,"tabindex");return t?parseInt(t,10):xt.test(e.nodeName)||wt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),y.optSelected||(T.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)}}),T.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){T.propFix[this.toLowerCase()]=this}),T.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,l=0;if(b(t))return this.each(function(e){T(this).addClass(t.call(this,e,Et(this)))});if((e=Ct(t)).length)for(;n=this[l++];)if(i=Et(n),r=1===n.nodeType&&" "+_t(i)+" "){for(a=0;o=e[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=_t(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,l=0;if(b(t))return this.each(function(e){T(this).removeClass(t.call(this,e,Et(this)))});if(!arguments.length)return this.attr("class","");if((e=Ct(t)).length)for(;n=this[l++];)if(i=Et(n),r=1===n.nodeType&&" "+_t(i)+" "){for(a=0;o=e[a++];)for(;-1<r.indexOf(" "+o+" ");)r=r.replace(" "+o+" "," ");i!==(s=_t(r))&&n.setAttribute("class",s)}return this},toggleClass:function(i,t){var o=typeof i,a="string"==o||Array.isArray(i);return"boolean"==typeof t&&a?t?this.addClass(i):this.removeClass(i):b(i)?this.each(function(e){T(this).toggleClass(i.call(this,e,Et(this),t),t)}):this.each(function(){var e,t,n,r;if(a)for(t=0,n=T(this),r=Ct(i);e=r[t++];)n.hasClass(e)?n.removeClass(e):n.addClass(e);else void 0!==i&&"boolean"!=o||((e=Et(this))&&Q.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===i?"":Q.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&-1<(" "+_t(Et(n))+" ").indexOf(t))return!0;return!1}});var Tt=/\r/g;T.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=b(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,T(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=T.map(t,function(e){return null==e?"":e+""})),(r=T.valHooks[this.type]||T.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=T.valHooks[t.type]||T.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(Tt,""):null==e?"":e:void 0}}),T.extend({valHooks:{option:{get:function(e){var t=T.find.attr(e,"value");return null!=t?t:_t(T.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],l=a?o+1:i.length;for(r=o<0?l:a?o:0;r<l;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!S(n.parentNode,"optgroup"))){if(t=T(n).val(),a)return t;s.push(t)}return s},set:function(e,t){for(var n,r,i=e.options,o=T.makeArray(t),a=i.length;a--;)((r=i[a]).selected=-1<T.inArray(T.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),T.each(["radio","checkbox"],function(){T.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<T.inArray(T(e).val(),t)}},y.checkOn||(T.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),y.focusin="onfocusin"in E;function kt(e){e.stopPropagation()}var St=/^(?:focusinfocus|focusoutblur)$/;T.extend(T.event,{trigger:function(e,t,n,r){var i,o,a,s,l,u,c,f,p=[n||C],d=v.call(e,"type")?e.type:e,h=v.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||C,3!==n.nodeType&&8!==n.nodeType&&!St.test(d+T.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),l=d.indexOf(":")<0&&"on"+d,(e=e[T.expando]?e:new T.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:T.makeArray(t,[e]),c=T.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!g(n)){for(s=c.delegateType||d,St.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||C)&&p.push(a.defaultView||a.parentWindow||E)}for(i=0;(o=p[i++])&&!e.isPropagationStopped();)f=o,e.type=1<i?s:c.bindType||d,(u=(Q.get(o,"events")||{})[e.type]&&Q.get(o,"handle"))&&u.apply(o,t),(u=l&&o[l])&&u.apply&&J(o)&&(e.result=u.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!J(n)||l&&b(n[d])&&!g(n)&&((a=n[l])&&(n[l]=null),T.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,kt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,kt),T.event.triggered=void 0,a&&(n[l]=a)),e.result}},simulate:function(e,t,n){var r=T.extend(new T.Event,n,{type:e,isSimulated:!0});T.event.trigger(r,null,t)}}),T.fn.extend({trigger:function(e,t){return this.each(function(){T.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return T.event.trigger(e,t,n,!0)}}),y.focusin||T.each({focus:"focusin",blur:"focusout"},function(n,r){function i(e){T.event.simulate(r,e.target,T.event.fix(e))}T.event.special[r]={setup:function(){var e=this.ownerDocument||this,t=Q.access(e,r);t||e.addEventListener(n,i,!0),Q.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this,t=Q.access(e,r)-1;t?Q.access(e,r,t):(e.removeEventListener(n,i,!0),Q.remove(e,r))}}});var At=E.location,$t=Date.now(),Dt=/\?/;T.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new E.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||T.error("Invalid XML: "+e),t};var Pt=/\[\]$/,Nt=/\r?\n/g,Ot=/^(?:submit|button|image|reset|file)$/i,jt=/^(?:input|select|textarea|keygen)/i;function It(n,e,r,i){var t;if(Array.isArray(e))T.each(e,function(e,t){r||Pt.test(n)?i(n,t):It(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)It(n+"["+t+"]",e[t],r,i)}T.param=function(e,t){function n(e,t){var n=b(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)}var r,i=[];if(Array.isArray(e)||e.jquery&&!T.isPlainObject(e))T.each(e,function(){n(this.name,this.value)});else for(r in e)It(r,e[r],t,n);return i.join("&")},T.fn.extend({serialize:function(){return T.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=T.prop(this,"elements");return e?T.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!T(this).is(":disabled")&&jt.test(this.nodeName)&&!Ot.test(e)&&(this.checked||!le.test(e))}).map(function(e,t){var n=T(this).val();return null==n?null:Array.isArray(n)?T.map(n,function(e){return{name:t.name,value:e.replace(Nt,"\r\n")}}):{name:t.name,value:n.replace(Nt,"\r\n")}}).get()}});var qt=/%20/g,Ht=/#.*$/,Lt=/([?&])_=[^&]*/,Rt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Mt=/^(?:GET|HEAD)$/,Ft=/^\/\//,Ut={},Wt={},Bt="*/".concat("*"),zt=C.createElement("a");function Vt(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(I)||[];if(b(t))for(;n=i[r++];)"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function Jt(t,i,o,a){var s={},l=t===Wt;function u(e){var r;return s[e]=!0,T.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||l||s[n]?l?!(r=n):void 0:(i.dataTypes.unshift(n),u(n),!1)}),r}return u(i.dataTypes[0])||!s["*"]&&u("*")}function Yt(e,t){var n,r,i=T.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r=r||{})[n]=t[n]);return r&&T.extend(!0,e,r),e}zt.href=At.href,T.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:At.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(At.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Bt,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":T.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Yt(Yt(e,T.ajaxSettings),t):Yt(T.ajaxSettings,e)},ajaxPrefilter:Vt(Ut),ajaxTransport:Vt(Wt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,m=T.ajaxSetup({},t),v=m.context||m,y=m.context&&(v.nodeType||v.jquery)?T(v):T.event,b=T.Deferred(),x=T.Callbacks("once memory"),w=m.statusCode||{},a={},s={},l="canceled",_={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n)for(n={};t=Rt.exec(p);)n[t[1].toLowerCase()]=t[2];t=n[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(m.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)_.always(e[_.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||l;return c&&c.abort(t),u(0,t),this}};if(b.promise(_),m.url=((e||m.url||At.href)+"").replace(Ft,At.protocol+"//"),m.type=t.method||t.type||m.method||m.type,m.dataTypes=(m.dataType||"*").toLowerCase().match(I)||[""],null==m.crossDomain){r=C.createElement("a");try{r.href=m.url,r.href=r.href,m.crossDomain=zt.protocol+"//"+zt.host!=r.protocol+"//"+r.host}catch(e){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=T.param(m.data,m.traditional)),Jt(Ut,m,t,_),h)return _;for(i in(g=T.event&&m.global)&&0==T.active++&&T.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!Mt.test(m.type),f=m.url.replace(Ht,""),m.hasContent?m.data&&m.processData&&0===(m.contentType||"").indexOf("application/x-www-form-urlencoded")&&(m.data=m.data.replace(qt,"+")):(o=m.url.slice(f.length),m.data&&(m.processData||"string"==typeof m.data)&&(f+=(Dt.test(f)?"&":"?")+m.data,delete m.data),!1===m.cache&&(f=f.replace(Lt,"$1"),o=(Dt.test(f)?"&":"?")+"_="+$t+++o),m.url=f+o),m.ifModified&&(T.lastModified[f]&&_.setRequestHeader("If-Modified-Since",T.lastModified[f]),T.etag[f]&&_.setRequestHeader("If-None-Match",T.etag[f])),(m.data&&m.hasContent&&!1!==m.contentType||t.contentType)&&_.setRequestHeader("Content-Type",m.contentType),_.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+Bt+"; q=0.01":""):m.accepts["*"]),m.headers)_.setRequestHeader(i,m.headers[i]);if(m.beforeSend&&(!1===m.beforeSend.call(v,_,m)||h))return _.abort();if(l="abort",x.add(m.complete),_.done(m.success),_.fail(m.error),c=Jt(Wt,m,t,_)){if(_.readyState=1,g&&y.trigger("ajaxSend",[_,m]),h)return _;m.async&&0<m.timeout&&(d=E.setTimeout(function(){_.abort("timeout")},m.timeout));try{h=!1,c.send(a,u)}catch(e){if(h)throw e;u(-1,e)}}else u(-1,"No Transport");function u(e,t,n,r){var i,o,a,s,l,u=t;h||(h=!0,d&&E.clearTimeout(d),c=void 0,p=r||"",_.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){for(var r,i,o,a,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){l.unshift(i);break}if(l[0]in n)o=l[0];else{for(i in n){if(!l[0]||e.converters[i+" "+l[0]]){o=i;break}a=a||i}o=o||a}if(o)return o!==l[0]&&l.unshift(o),n[o]}(m,_,n)),s=function(e,t,n,r){var i,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(a=u[l+" "+o]||u["* "+o]))for(i in u)if((s=i.split(" "))[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[i]:!0!==u[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(m,s,_,i),i?(m.ifModified&&((l=_.getResponseHeader("Last-Modified"))&&(T.lastModified[f]=l),(l=_.getResponseHeader("etag"))&&(T.etag[f]=l)),204===e||"HEAD"===m.type?u="nocontent":304===e?u="notmodified":(u=s.state,o=s.data,i=!(a=s.error))):(a=u,!e&&u||(u="error",e<0&&(e=0))),_.status=e,_.statusText=(t||u)+"",i?b.resolveWith(v,[o,u,_]):b.rejectWith(v,[_,u,a]),_.statusCode(w),w=void 0,g&&y.trigger(i?"ajaxSuccess":"ajaxError",[_,m,i?o:a]),x.fireWith(v,[_,u]),g&&(y.trigger("ajaxComplete",[_,m]),--T.active||T.event.trigger("ajaxStop")))}return _},getJSON:function(e,t,n){return T.get(e,t,n,"json")},getScript:function(e,t){return T.get(e,void 0,t,"script")}}),T.each(["get","post"],function(e,i){T[i]=function(e,t,n,r){return b(t)&&(r=r||n,n=t,t=void 0),T.ajax(T.extend({url:e,type:i,dataType:r,data:t,success:n},T.isPlainObject(e)&&e))}}),T._evalUrl=function(e){return T.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},T.fn.extend({wrapAll:function(e){var t;return this[0]&&(b(e)&&(e=e.call(this[0])),t=T(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(n){return b(n)?this.each(function(e){T(this).wrapInner(n.call(this,e))}):this.each(function(){var e=T(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=b(t);return this.each(function(e){T(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){T(this).replaceWith(this.childNodes)}),this}}),T.expr.pseudos.hidden=function(e){return!T.expr.pseudos.visible(e)},T.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},T.ajaxSettings.xhr=function(){try{return new E.XMLHttpRequest}catch(e){}};var Qt={0:200,1223:204},Xt=T.ajaxSettings.xhr();y.cors=!!Xt&&"withCredentials"in Xt,y.ajax=Xt=!!Xt,T.ajaxTransport(function(i){var o,a;if(y.cors||Xt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(Qt[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&E.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),T.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),T.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 T.globalEval(e),e}}}),T.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),T.ajaxTransport("script",function(n){var r,i;if(n.crossDomain)return{send:function(e,t){r=T("<script>").prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Gt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;T.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||T.expando+"_"+$t++;return this[e]=!0,e}}),T.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=b(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(Dt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||T.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=E[r],E[r]=function(){o=arguments},n.always(function(){void 0===i?T(E).removeProp(r):E[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&b(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Gt=C.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Gt.childNodes.length),T.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=A.exec(e))?[t.createElement(i[1])]:(i=ve([e],t,o),o&&o.length&&T(o).remove(),T.merge([],i.childNodes)));var r,i,o},T.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=_t(e.slice(s)),e=e.slice(0,s)),b(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&T.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?T("<div>").append(T.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},T.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){T.fn[t]=function(e){return this.on(t,e)}}),T.expr.pseudos.animated=function(t){return T.grep(T.timers,function(e){return t===e.elem}).length},T.offset={setOffset:function(e,t,n){var r,i,o,a,s,l,u=T.css(e,"position"),c=T(e),f={};"static"===u&&(e.style.position="relative"),s=c.offset(),o=T.css(e,"top"),l=T.css(e,"left"),i=("absolute"===u||"fixed"===u)&&-1<(o+l).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(l)||0),b(t)&&(t=t.call(e,n,T.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},T.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){T.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===T.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===T.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=T(e).offset()).top+=T.css(e,"borderTopWidth",!0),i.left+=T.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-T.css(r,"marginTop",!0),left:t.left-i.left-T.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===T.css(e,"position");)e=e.offsetParent;return e||ye})}}),T.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;T.fn[t]=function(e){return U(this,function(e,t,n){var r;if(g(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),T.each(["top","left"],function(e,n){T.cssHooks[n]=Qe(y.pixelPosition,function(e,t){if(t)return t=Ye(e,n),We.test(t)?T(e).position()[n]+"px":t})}),T.each({Height:"height",Width:"width"},function(a,s){T.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){T.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return U(this,function(e,t,n){var r;return g(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?T.css(e,t,i):T.style(e,t,n,i)},s,n?e:void 0,n)}})}),T.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){T.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}}),T.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),T.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),T.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),b(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||T.guid++,i},T.holdReady=function(e){e?T.readyWait++:T.ready(!0)},T.isArray=Array.isArray,T.parseJSON=JSON.parse,T.nodeName=S,T.isFunction=b,T.isWindow=g,T.camelCase=V,T.type=w,T.now=Date.now,T.isNumeric=function(e){var t=T.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return T});var en=E.jQuery,tn=E.$;return T.noConflict=function(e){return E.$===T&&(E.$=tn),e&&E.jQuery===T&&(E.jQuery=en),T},e||(E.jQuery=E.$=T),T}),function(){function pi(e,t){if(e!==t){var n=null===e,r=e===Di,i=e==e,o=null===t,a=t===Di,s=t==t;if(t<e&&!o||!i||n&&!a&&s||r&&s)return 1;if(e<t&&!n||!s||o&&!r&&i||a&&i)return-1}return 0}function di(e,t,n){for(var r=e.length,i=n?r:-1;n?i--:++i<r;)if(t(e[i],i,e))return i;return-1}function hi(e,t,n){if(t!=t)return Ci(e,n);n-=1;for(var r=e.length;++n<r;)if(e[n]===t)return n;return-1}function gi(e){return"function"==typeof e||!1}function mi(e){return null==e?"":e+""}function vi(e,t){for(var n=-1,r=e.length;++n<r&&-1<t.indexOf(e.charAt(n)););return n}function yi(e,t){for(var n=e.length;n--&&-1<t.indexOf(e.charAt(n)););return n}function bi(e,t){return pi(e.a,t.a)||e.b-t.b}function xi(e){return t[e]}function wi(e){return n[e]}function _i(e,t,n){return t?e=o[e]:n&&(e=a[e]),"\\"+e}function Ei(e){return"\\"+a[e]}function Ci(e,t,n){var r=e.length;for(t+=n?0:-1;n?t--:++t<r;){var i=e[t];if(i!=i)return t}return-1}function Ti(e){return!!e&&"object"==typeof e}function r(e){return e<=160&&9<=e&&e<=13||32==e||160==e||5760==e||6158==e||8192<=e&&(e<=8202||8232==e||8233==e||8239==e||8287==e||12288==e||65279==e)}function ki(e,t){for(var n=-1,r=e.length,i=-1,o=[];++n<r;)e[n]===t&&(e[n]=Qi,o[++i]=n);return o}function Si(e){for(var t=-1,n=e.length;++t<n&&r(e.charCodeAt(t)););return t}function Ai(e){for(var t=e.length;t--&&r(e.charCodeAt(t)););return t}function $i(e){return i[e]}var Di,Pi="3.10.1",Ni=1,Oi=2,ji=4,Ii=8,qi=16,Hi=32,Li=64,Ri=128,Mi=256,Fi=30,Ui="...",Wi=150,Bi=16,zi=200,Vi=1,Ji=2,Yi="Expected a function",Qi="__lodash_placeholder__",Xi="[object Arguments]",Gi="[object Array]",Ki="[object Boolean]",Zi="[object Date]",eo="[object Error]",to="[object Function]",no="[object Number]",ro="[object Object]",io="[object RegExp]",oo="[object String]",ao="[object ArrayBuffer]",so="[object Float32Array]",lo="[object Float64Array]",uo="[object Int8Array]",co="[object Int16Array]",fo="[object Int32Array]",po="[object Uint8Array]",ho="[object Uint8ClampedArray]",go="[object Uint16Array]",mo="[object Uint32Array]",vo=/\b__p\+='';/g,yo=/\b(__p\+=)''\+/g,bo=/(__e\(.*?\)|\b__t\))\+'';/g,xo=/&(?:amp|lt|gt|quot|#39|#96);/g,wo=/[&<>"'`]/g,_o=RegExp(xo.source),Eo=RegExp(wo.source),Co=/<%-([\s\S]+?)%>/g,To=/<%([\s\S]+?)%>/g,ko=/<%=([\s\S]+?)%>/g,So=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,Ao=/^\w*$/,$o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,Do=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,Po=RegExp(Do.source),No=/[\u0300-\u036f\ufe20-\ufe23]/g,Oo=/\\(\\)?/g,jo=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Io=/\w*$/,qo=/^0[xX]/,Ho=/^\[object .+?Constructor\]$/,Lo=/^\d+$/,Ro=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,Mo=/($^)/,Fo=/['\n\r\u2028\u2029\\]/g,Uo=RegExp("[A-Z\\xc0-\\xd6\\xd8-\\xde]+(?=[A-Z\\xc0-\\xd6\\xd8-\\xde][a-z\\xdf-\\xf6\\xf8-\\xff]+)|[A-Z\\xc0-\\xd6\\xd8-\\xde]?[a-z\\xdf-\\xf6\\xf8-\\xff]+|[A-Z\\xc0-\\xd6\\xd8-\\xde]+|[0-9]+","g"),Wo="Array ArrayBuffer Date Error Float32Array Float64Array Function Int8Array Int16Array Int32Array Math Number Object RegExp Set String _ clearTimeout isFinite parseFloat parseInt setTimeout TypeError Uint8Array Uint8ClampedArray Uint16Array Uint32Array WeakMap".split(" "),Bo={};Bo[so]=Bo[lo]=Bo[uo]=Bo[co]=Bo[fo]=Bo[po]=Bo[ho]=Bo[go]=Bo[mo]=!0,Bo[Xi]=Bo[Gi]=Bo[ao]=Bo[Ki]=Bo[Zi]=Bo[eo]=Bo[to]=Bo["[object Map]"]=Bo[no]=Bo[ro]=Bo[io]=Bo["[object Set]"]=Bo[oo]=Bo["[object WeakMap]"]=!1;var zo={};zo[Xi]=zo[Gi]=zo[ao]=zo[Ki]=zo[Zi]=zo[so]=zo[lo]=zo[uo]=zo[co]=zo[fo]=zo[no]=zo[ro]=zo[io]=zo[oo]=zo[po]=zo[ho]=zo[go]=zo[mo]=!0,zo[eo]=zo[to]=zo["[object Map]"]=zo["[object Set]"]=zo["[object WeakMap]"]=!1;var t={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"},n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","`":"&#96;"},i={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'","&#96;":"`"},e={function:!0,object:!0},o={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},a={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},s=e[typeof exports]&&exports&&!exports.nodeType&&exports,l=e[typeof module]&&module&&!module.nodeType&&module,u=e[typeof self]&&self&&self.Object&&self,c=e[typeof window]&&window&&window.Object&&window,f=l&&l.exports===s&&s,Vo=s&&l&&"object"==typeof global&&global&&global.Object&&global||c!==(this&&this.window)&&c||u||this,Jo=function e(t){function p(e){if(Ti(e)&&!(Ir(e)||e instanceof h)){if(e instanceof d)return e;if(on.call(e,"__chain__")&&on.call(e,"__wrapped__"))return Ve(e)}return new d(e)}function o(){}function d(e,t,n){this.__wrapped__=e,this.__actions__=n||[],this.__chain__=!!t}function h(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Nn,this.__views__=[]}function n(){this.__data__={}}function g(e){var t=e?e.length:0;for(this.data={hash:wn(null),set:new gn};t--;)this.push(e[t])}function m(e,t){var n=e.data;return("string"==typeof t||xt(t)?n.set.has(t):n.hash[t])?0:-1}function T(e,t){var n=-1,r=e.length;for(t=t||Bt(r);++n<r;)t[n]=e[n];return t}function v(e,t){for(var n=-1,r=e.length;++n<r&&!1!==t(e[n],n,e););return e}function a(e,t){for(var n=-1,r=e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function i(e,t){for(var n=-1,r=e.length,i=-1,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[++i]=a)}return o}function s(e,t){for(var n=-1,r=e.length,i=Bt(r);++n<r;)i[n]=t(e[n],n,e);return i}function y(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}function r(e,t,n,r){var i=-1,o=e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}function b(e,t){for(var n=-1,r=e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function f(e,t,n,r){return e!==Di&&on.call(r,n)?e:t}function x(e,t,n){for(var r=-1,i=Vr(t),o=i.length;++r<o;){var a=i[r],s=e[a],l=n(s,t[a],a,e,t);(l==l?l===s:s!=s)&&(s!==Di||a in e)||(e[a]=l)}return e}function w(e,t){return null==t?e:u(t,Vr(t),e)}function l(e,t){for(var n=-1,r=null==e,i=!r&&je(e),o=i?e.length:0,a=t.length,s=Bt(a);++n<a;){var l=t[n];s[n]=i?Ie(l,o)?e[l]:Di:r?Di:e[l]}return s}function u(e,t,n){n=n||{};for(var r=-1,i=t.length;++r<i;){var o=t[r];n[o]=e[o]}return n}function c(e,t,n){var r=typeof e;return"function"==r?t===Di?e:Z(e,t,n):null==e?Rt:"object"==r?L(e):t===Di?Wt(e):R(e,t)}function _(n,r,i,e,t,o,a){var s;if(i&&(s=t?i(n,e,t):i(n)),s!==Di)return s;if(!xt(n))return n;if(e=Ir(n)){if(s=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&on.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(n),!r)return T(n,s)}else{var l=sn.call(n),u=l==to;if(l!=ro&&l!=Xi&&(!u||t))return zo[l]?function(e,t,n){var r=e.constructor;switch(t){case ao:return ee(e);case Ki:case Zi:return new r(+e);case so:case lo:case uo:case co:case fo:case po:case ho:case go:case mo:return t=e.buffer,new r(n?ee(t):t,e.byteOffset,e.length);case no:case oo:return new r(e);case io:var i=new r(e.source,Io.exec(e));i.lastIndex=e.lastIndex}return i}(n,l,r):t?n:{};if(s=function(e){return"function"==typeof(e=e.constructor)&&e instanceof e||(e=Xt),new e}(u?{}:n),!r)return w(s,n)}for(a=a||[],t=(o=o||[]).length;t--;)if(o[t]==n)return a[t];return o.push(n),a.push(s),(e?v:P)(n,function(e,t){s[t]=_(e,r,i,t,n,o,a)}),s}function E(e,t,n){if("function"!=typeof e)throw new Zt(Yi);return mn(function(){e.apply(Di,n)},t)}function C(e,t){var n=e?e.length:0,r=[];if(!n)return r;var i=-1,o=De(),a=o===hi,s=a&&t.length>=zi&&wn&&gn?new g(t):null,l=t.length;s&&(o=m,a=!1,t=s);e:for(;++i<n;)if(s=e[i],a&&s==s){for(var u=l;u--;)if(t[u]===s)continue e;r.push(s)}else o(t,s,0)<0&&r.push(s);return r}function k(e,r){var i=!0;return Un(e,function(e,t,n){return i=!!r(e,t,n)}),i}function S(e,r){var i=[];return Un(e,function(e,t,n){r(e,t,n)&&i.push(e)}),i}function A(e,r,t,i){var o;return t(e,function(e,t,n){return r(e,t,n)?(o=i?t:e,!1):void 0}),o}function $(e,t,n,r){r=r||[];for(var i=-1,o=e.length;++i<o;){var a=e[i];Ti(a)&&je(a)&&(n||Ir(a)||mt(a))?t?$(a,t,n,r):y(r,a):n||(r[r.length]=a)}return r}function D(e,t){Bn(e,t,Pt)}function P(e,t){return Bn(e,t,Vr)}function N(e,t){return zn(e,t,Vr)}function O(e,t){for(var n=-1,r=t.length,i=-1,o=[];++n<r;){var a=t[n];bt(e[a])&&(o[++i]=a)}return o}function j(e,t,n){if(null!=e){n!==Di&&n in Be(e)&&(t=[n]),n=0;for(var r=t.length;null!=e&&n<r;)e=e[t[n++]];return n&&n==r?e:Di}}function I(e,t,n,r,i,o){if(e===t)e=!0;else if(null==e||null==t||!xt(e)&&!Ti(t))e=e!=e&&t!=t;else e:{var a=I,s=Ir(e),l=Ir(t),u=Gi,c=Gi;s||((u=sn.call(e))==Xi?u=ro:u!=ro&&(s=kt(e))),l||((c=sn.call(t))==Xi?c=ro:c!=ro&&kt(t));var f=u==ro;if(l=c==ro,!(c=u==c)||s||f){if(!r&&(u=f&&on.call(e,"__wrapped__"),l=l&&on.call(t,"__wrapped__"),u||l)){e=a(u?e.value():e,l?t.value():t,n,r,i,o);break e}if(c){for(o=o||[],u=(i=i||[]).length;u--;)if(i[u]==e){e=o[u]==t;break e}i.push(e),o.push(t),e=(s?function(e,t,n,r,i,o,a){var s=-1,l=e.length,u=t.length;if(l!=u&&(!i||u<=l))return!1;for(;++s<l;){var c=e[s],f=(u=t[s],r?r(i?u:c,i?c:u,s):Di);if(f!==Di){if(f)continue;return!1}if(i){if(!b(t,function(e){return c===e||n(c,e,r,i,o,a)}))return!1}else if(c!==u&&!n(c,u,r,i,o,a))return!1}return!0}:function(e,t,n,r,i,o,a){var s=Vr(e),l=s.length,u=Vr(t).length;if(l!=u&&!i)return!1;for(u=l;u--;){var c=s[u];if(!(i?c in t:on.call(t,c)))return!1}for(var f=i;++u<l;){c=s[u];var p=e[c],d=t[c],h=r?r(i?d:p,i?p:d,c):Di;if(h===Di?!n(p,d,r,i,o,a):!h)return!1;f=f||"constructor"==c}return!(!f&&(n=e.constructor,r=t.constructor,n!=r&&"constructor"in e&&"constructor"in t&&!("function"==typeof n&&n instanceof n&&"function"==typeof r&&r instanceof r)))})(e,t,a,n,r,i,o),i.pop(),o.pop()}else e=!1}else e=function(e,t,n){switch(n){case Ki:case Zi:return+e==+t;case eo:return e.name==t.name&&e.message==t.message;case no:return e!=+e?t!=+t:e==+t;case io:case oo:return e==t+""}return!1}(e,t,u)}return e}function q(e,t,n){var r=t.length,i=r,o=!n;if(null==e)return!i;for(e=Be(e);r--;){var a=t[r];if(o&&a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++r<i;){var s=(a=t[r])[0],l=e[s],u=a[1];if(o&&a[2]){if(l===Di&&!(s in e))return!1}else if((a=n?n(l,u,s):Di)===Di?!I(u,l,n,!0):!a)return!1}return!0}function H(e,r){var i=-1,o=je(e)?Bt(e.length):[];return Un(e,function(e,t,n){o[++i]=r(e,t,n)}),o}function L(e){var t=Pe(e);if(1==t.length&&t[0][2]){var n=t[0][0],r=t[0][1];return function(e){return null!=e&&e[n]===r&&(r!==Di||n in Be(e))}}return function(e){return q(e,t)}}function R(n,r){var i=Ir(n),o=He(n)&&r==r&&!xt(r),a=n+"";return n=ze(n),function(e){if(null==e)return!1;var t=a;if(e=Be(e),!(!i&&o||t in e)){if(null==(e=1==n.length?e:j(e,W(n,0,-1))))return!1;t=Ge(n),e=Be(e)}return e[t]===r?r!==Di||t in e:I(r,e[t],Di,!0)}}function M(t){return function(e){return null==e?Di:e[t]}}function F(e,t){for(var n=e?t.length:0;n--;){var r=t[n];if(r!=i&&Ie(r)){var i=r;vn.call(e,r,1)}}}function U(e,t){return e+_n(Dn()*(t-e+1))}function W(e,t,n){var r=-1,i=e.length;for((t=null==t?0:+t||0)<0&&(t=i<-t?0:i+t),(n=n===Di||i<n?i:+n||0)<0&&(n+=i),i=n<t?0:n-t>>>0,t>>>=0,n=Bt(i);++r<i;)n[r]=e[r+t];return n}function B(e,r){var i;return Un(e,function(e,t,n){return!(i=r(e,t,n))}),!!i}function z(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].c;return e}function V(e,n,l){var t=Ae(),r=-1;return n=s(n,function(e){return t(e)}),z(e=H(e,function(t){return{a:s(n,function(e){return e(t)}),b:++r,c:t}}),function(e,t){var n;e:{for(var r=-1,i=e.a,o=t.a,a=i.length,s=l.length;++r<a;)if(n=pi(i[r],o[r])){if(s<=r)break e;n*="asc"===(r=l[r])||!0===r?1:-1;break e}n=e.b-t.b}return n})}function J(e,t){var n=-1,r=De(),i=e.length,o=r===hi,a=o&&zi<=i,s=a&&wn&&gn?new g(void 0):null,l=[];s?(r=m,o=!1):(a=!1,s=t?[]:l);e:for(;++n<i;){var u=e[n],c=t?t(u,n,e):u;if(o&&u==u){for(var f=s.length;f--;)if(s[f]===c)continue e;t&&s.push(c),l.push(u)}else r(s,c,0)<0&&((t||a)&&s.push(c),l.push(u))}return l}function Y(e,t){for(var n=-1,r=t.length,i=Bt(r);++n<r;)i[n]=e[t[n]];return i}function Q(e,t,n,r){for(var i=e.length,o=r?i:-1;(r?o--:++o<i)&&t(e[o],o,e););return n?W(e,r?0:o,r?o+1:i):W(e,r?o+1:0,r?i:o)}function X(e,t){(o=e)instanceof h&&(o=o.value());for(var n=-1,r=t.length;++n<r;)var i=t[n],o=i.func.apply(i.thisArg,y([o],i.args));return o}function G(e,t,n){var r=0,i=e?e.length:r;if("number"==typeof t&&t==t&&i<=jn){for(;r<i;){var o=r+i>>>1,a=e[o];(n?a<=t:a<t)&&null!==a?r=1+o:i=o}return i}return K(e,t,Rt,n)}function K(e,t,n,r){t=n(t);for(var i=0,o=e?e.length:0,a=t!=t,s=null===t,l=t===Di;i<o;){var u=_n((i+o)/2),c=n(e[u]),f=c!==Di,p=c==c;(a?p||r:s?p&&f&&(r||null!=c):l?p&&(r||f):null!=c&&(r?c<=t:c<t))?i=u+1:o=u}return Sn(o,On)}function Z(o,a,e){if("function"!=typeof o)return Rt;if(a===Di)return o;switch(e){case 1:return function(e){return o.call(a,e)};case 3:return function(e,t,n){return o.call(a,e,t,n)};case 4:return function(e,t,n,r){return o.call(a,e,t,n,r)};case 5:return function(e,t,n,r,i){return o.call(a,e,t,n,r,i)}}return function(){return o.apply(a,arguments)}}function ee(e){var t=new cn(e.byteLength);return new yn(t).set(new yn(e)),t}function te(e,t,n){for(var r=n.length,i=-1,o=kn(e.length-r,0),a=-1,s=t.length,l=Bt(s+o);++a<s;)l[a]=t[a];for(;++i<r;)l[n[i]]=e[i];for(;o--;)l[a++]=e[i++];return l}function ne(e,t,n){for(var r=-1,i=n.length,o=-1,a=kn(e.length-i,0),s=-1,l=t.length,u=Bt(a+l);++o<a;)u[o]=e[o];for(a=o;++s<l;)u[a+s]=t[s];for(;++r<i;)u[a+n[r]]=e[o++];return u}function re(a,s){return function(e,r,t){var i=s?s():{};if(r=Ae(r,t,3),Ir(e)){t=-1;for(var n=e.length;++t<n;){var o=e[t];a(i,o,r(o,t,e),e)}}else Un(e,function(e,t,n){a(i,e,r(e,t,n),n)});return i}}function ie(s){return ht(function(e,t){var n=-1,r=null==e?0:t.length,i=2<r?t[r-2]:Di,o=2<r?t[2]:Di,a=1<r?t[r-1]:Di;for("function"==typeof i?(i=Z(i,a,5),r-=2):r-=(i="function"==typeof a?a:Di)?1:0,o&&qe(t[0],t[1],o)&&(i=r<3?Di:i,r=1);++n<r;)(o=t[n])&&s(e,o,i);return e})}function oe(o,a){return function(e,t){var n=e?Yn(e):0;if(!Re(n))return o(e,t);for(var r=a?n:-1,i=Be(e);(a?r--:++r<n)&&!1!==t(i[r],r,i););return e}}function ae(s){return function(e,t,n){for(var r=Be(e),i=(n=n(e)).length,o=s?i:-1;s?o--:++o<i;){var a=n[o];if(!1===t(r[a],a,r))break}return e}}function se(i){return function(e){for(var t=-1,n=(e=Ht(jt(e))).length,r="";++t<n;)r=i(r,e[t],t);return r}}function le(n){return function(){switch((e=arguments).length){case 0:return new n;case 1:return new n(e[0]);case 2:return new n(e[0],e[1]);case 3:return new n(e[0],e[1],e[2]);case 4:return new n(e[0],e[1],e[2],e[3]);case 5:return new n(e[0],e[1],e[2],e[3],e[4]);case 6:return new n(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new n(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var e,t=Fn(n.prototype);return xt(e=n.apply(t,e))?e:t}}function ue(i){return function e(t,n,r){return r&&qe(t,n,r)&&(n=Di),(t=Se(t,i,Di,Di,Di,Di,Di,n)).placeholder=e.placeholder,t}}function ce(n,r){return ht(function(e){var t=e[0];return null==t?t:(e.push(r),n.apply(Di,e))})}function fe(c,f){return function(e,t,n){if(n&&qe(e,t,n)&&(t=Di),1==(t=Ae(t,n,3)).length){for(var r=t,i=-1,o=(n=e=Ir(e)?e:We(e)).length,a=f,s=a;++i<o;){var l=n[i],u=+r(l);c(u,a)&&(a=u,s=l)}if(n=s,!e.length||n!==f)return n}return function(e,r,i,o){var a=o,s=a;return Un(e,function(e,t,n){t=+r(e,t,n),(i(t,a)||t===o&&t===s)&&(a=t,s=e)}),s}(e,t,c,f)}}function pe(r,i){return function(e,t,n){return t=Ae(t,n,3),Ir(e)?-1<(t=di(e,t,i))?e[t]:Di:A(e,t,r)}}function de(r){return function(e,t,n){return e&&e.length?di(e,t=Ae(t,n,3),r):-1}}function he(r){return function(e,t,n){return A(e,t=Ae(t,n,3),r,!0)}}function ge(s){return function(){for(var r,i=arguments.length,e=s?i:-1,t=0,o=Bt(i);s?e--:++e<i;){if("function"!=typeof(n=o[t++]=arguments[e]))throw new Zt(Yi);!r&&d.prototype.thru&&"wrapper"==$e(n)&&(r=new d([],!0))}for(e=r?-1:i;++e<i;){var n,a="wrapper"==(t=$e(n=o[e]))?Jn(n):Di;r=a&&Le(a[0])&&a[1]==(Ri|Ii|Hi|Mi)&&!a[4].length&&1==a[9]?r[$e(a[0])].apply(r,a[3]):1==n.length&&Le(n)?r[t]():r.thru(n)}return function(){var e=(n=arguments)[0];if(r&&1==n.length&&Ir(e)&&e.length>=zi)return r.plant(e).value();for(var t=0,n=i?o[t].apply(this,n):e;++t<i;)n=o[t].call(this,n);return n}}}function me(r,i){return function(e,t,n){return"function"==typeof t&&n===Di&&Ir(e)?r(e,t):i(e,Z(t,n,3))}}function ve(r){return function(e,t,n){return"function"==typeof t&&n===Di||(t=Z(t,n,3)),r(e,t,Pt)}}function ye(r){return function(e,t,n){return"function"==typeof t&&n===Di||(t=Z(t,n,3)),r(e,t)}}function be(o){return function(e,r,t){var i={};return r=Ae(r,t,3),P(e,function(e,t,n){n=r(e,t,n),e=o?e:n,i[t=o?n:t]=e}),i}}function xe(r){return function(e,t,n){return e=mi(e),(r?e:"")+Ce(e,t,n)+(r?"":e)}}function we(r){var i=ht(function(e,t){var n=ki(t,i.placeholder);return Se(e,r,Di,t,n)});return i}function _e(o,a){return function(e,t,n,r){var i=arguments.length<3;return"function"==typeof t&&r===Di&&Ir(e)?o(e,t,n,i):function(e,r,i,o,t){return t(e,function(e,t,n){i=o?(o=!1,e):r(i,e,t,n)}),i}(e,Ae(t,r,4),n,i,a)}}function Ee(l,u,c,f,p,d,h,g,m,v){var y=u&Ri,b=u&Ni,x=u&Oi,w=u&Ii,_=u&ji,E=u&qi,C=x?Di:le(l);return function e(){for(var t=o=arguments.length,n=Bt(o);t--;)n[t]=arguments[t];if(f&&(n=te(n,f,p)),d&&(n=ne(n,d,h)),(w||E)&&(o-=(r=ki(n,t=e.placeholder)).length)<v){var r,i=g?T(g):Di,o=kn(v-o,0),a=w?r:Di,s=w?n:Di;return u|=w?Hi:Li,u&=~(w?Li:Hi),_||(u&=~(Ni|Oi)),i=Ee.apply(Di,n=[l,u,c,s,a,n=w?Di:n,r=w?Di:r,i,m,o]),Le(l)&&Qn(i,n),i.placeholder=t,i}if(t=b?c:this,i=x?t[l]:l,g)for(o=n.length,a=Sn(g.length,o),r=T(n);a--;)s=g[a],n[a]=Ie(s,o)?r[s]:Di;return y&&m<n.length&&(n.length=m),this&&this!==Vo&&this instanceof e&&(i=C||le(l)),i.apply(t,n)}}function Ce(e,t,n){return(e=e.length)<(t=+t)&&Cn(t)?It(n=null==n?" ":n+"",xn((t-=e)/n.length)).slice(0,t):""}function Te(e){var n=Yt[e];return function(e,t){return(t=t===Di?0:+t||0)?(t=dn(10,t),n(e*t)/t):n(e)}}function ke(o){return function(e,t,n,r){var i=Ae(n);return null==n&&i===c?G(e,t,o):K(e,t,i(n,r,1),o)}}function Se(e,t,n,r,i,o,a,s){var l=t&Oi;if(!l&&"function"!=typeof e)throw new Zt(Yi);var u=r?r.length:0;if(u||(t&=~(Hi|Li),r=i=Di),u-=i?i.length:0,t&Li){var c=r,f=i;r=i=Di}var p=l?Di:Jn(e);return n=[e,t,n,r,i,c,f,o,a,s],p&&(s=(r=n[1])|(t=p[1]),i=t==Ri&&r==Ii||t==Ri&&r==Mi&&n[7].length<=p[8]||t==(Ri|Mi)&&r==Ii,(s<Ri||i)&&(t&Ni&&(n[2]=p[2],s|=r&Ni?0:ji),(r=p[3])&&(i=n[3],n[3]=i?te(i,r,p[4]):T(r),n[4]=i?ki(n[3],Qi):T(p[4])),(r=p[5])&&(i=n[5],n[5]=i?ne(i,r,p[6]):T(r),n[6]=i?ki(n[5],Qi):T(p[6])),(r=p[7])&&(n[7]=T(r)),t&Ri&&(n[8]=null==n[8]?p[8]:Sn(n[8],p[8])),null==n[9]&&(n[9]=p[9]),n[0]=p[0],n[1]=s),t=n[1],s=n[9]),n[9]=null==s?l?0:e.length:kn(s-u,0)||0,(p?Vn:Qn)(t==Ni?function(t,n){var r=le(t);return function e(){return(this&&this!==Vo&&this instanceof e?r:t).apply(n,arguments)}}(n[0],n[2]):t!=Hi&&t!=(Ni|Hi)||n[4].length?Ee.apply(Di,n):function(a,e,s,l){var u=e&Ni,c=le(a);return function e(){for(var t=-1,n=arguments.length,r=-1,i=l.length,o=Bt(i+n);++r<i;)o[r]=l[r];for(;n--;)o[r++]=arguments[++t];return(this&&this!==Vo&&this instanceof e?c:a).apply(u?s:this,o)}}.apply(Di,n),n)}function Ae(e,t,n){var r=(r=p.callback||Lt)===Lt?c:r;return n?r(e,t,n):r}function $e(e){for(var t=e.name+"",n=Hn[t],r=n?n.length:0;r--;){var i=n[r],o=i.func;if(null==o||o==e)return i.name}return t}function De(e,t,n){var r=(r=p.indexOf||Xe)===Xe?hi:r;return e?r(e,t,n):r}function Pe(e){for(var t=(e=Nt(e)).length;t--;){var n=e[t][1];e[t][2]=n==n&&!xt(n)}return e}function Ne(e,t){var n=null==e?Di:e[t];return wt(n)?n:Di}function Oe(e,t,n){return null==e||He(t,e)||(e=1==(t=ze(t)).length?e:j(e,W(t,0,-1)),t=Ge(t)),null==(t=null==e?e:e[t])?Di:t.apply(e,n)}function je(e){return null!=e&&Re(Yn(e))}function Ie(e,t){return e="number"==typeof e||Lo.test(e)?+e:-1,t=null==t?In:t,-1<e&&0==e%1&&e<t}function qe(e,t,n){if(!xt(n))return!1;var r=typeof t;return!!("number"==r?je(n)&&Ie(t,n.length):"string"==r&&t in n)&&(t=n[t],e==e?e===t:t!=t)}function He(e,t){var n=typeof e;return!!("string"==n&&Ao.test(e)||"number"==n)||!Ir(e)&&(!So.test(e)||null!=t&&e in Be(t))}function Le(e){var t=$e(e),n=p[t];return"function"==typeof n&&t in h.prototype&&(e===n||!!(t=Jn(n))&&e===t[0])}function Re(e){return"number"==typeof e&&-1<e&&0==e%1&&e<=In}function Me(e,t){e=Be(e);for(var n=-1,r=t.length,i={};++n<r;){var o=t[n];o in e&&(i[o]=e[o])}return i}function Fe(e,r){var i={};return D(e,function(e,t,n){r(e,t,n)&&(i[t]=e)}),i}function Ue(e){for(var t=Pt(e),n=t.length,r=n&&e.length,i=!!r&&Re(r)&&(Ir(e)||mt(e)),o=-1,a=[];++o<n;){var s=t[o];(i&&Ie(s,r)||on.call(e,s))&&a.push(s)}return a}function We(e){return null==e?[]:je(e)?xt(e)?e:Xt(e):Ot(e)}function Be(e){return xt(e)?e:Xt(e)}function ze(e){if(Ir(e))return e;var i=[];return mi(e).replace($o,function(e,t,n,r){i.push(n?r.replace(Oo,"$1"):t||e)}),i}function Ve(e){return e instanceof h?e.clone():new d(e.__wrapped__,e.__chain__,T(e.__actions__))}function Je(e,t,n){return e&&e.length?((n?qe(e,t,n):null==t)&&(t=1),W(e,t<0?0:t)):[]}function Ye(e,t,n){var r=e?e.length:0;return r?((n?qe(e,t,n):null==t)&&(t=1),W(e,0,(t=r-(+t||0))<0?0:t)):[]}function Qe(e){return e?e[0]:Di}function Xe(e,t,n){var r=e?e.length:0;if(!r)return-1;if("number"==typeof n)n=n<0?kn(r+n,0):n;else if(n)return(n=G(e,t))<r&&(t==t?t===e[n]:e[n]!=e[n])?n:-1;return hi(e,t,n||0)}function Ge(e){var t=e?e.length:0;return t?e[t-1]:Di}function Ke(e){return Je(e,1)}function Ze(e,t,n,r){if(!e||!e.length)return[];null!=t&&"boolean"!=typeof t&&(n=qe(e,t,r=n)?Di:t,t=!1);var i=Ae();if(null==n&&i===c||(n=i(n,r,3)),t&&De()===hi){var o;t=n,n=-1,r=e.length,i=-1;for(var a=[];++n<r;){var s=e[n],l=t?t(s,n,e):s;n&&o===l||(o=l,a[++i]=s)}e=a}else e=J(e,n);return e}function et(e){if(!e||!e.length)return[];var t=-1,n=0;e=i(e,function(e){return je(e)?(n=kn(e.length,n),!0):void 0});for(var r=Bt(n);++t<n;)r[t]=s(e,M(t));return r}function tt(e,t,n){return e&&e.length?(e=et(e),null==t?e:(t=Z(t,n,4),s(e,function(e){return r(e,t,Di,!0)}))):[]}function nt(e,t){var n=-1,r=e?e.length:0,i={};for(!r||t||Ir(e[0])||(t=[]);++n<r;){var o=e[n];t?i[o]=t[n]:o&&(i[o[0]]=o[1])}return i}function rt(e){return(e=p(e)).__chain__=!0,e}function it(e,t,n){return t.call(n,e)}function ot(e,t,n){var r=Ir(e)?a:k;return n&&qe(e,t,n)&&(t=Di),"function"==typeof t&&n===Di||(t=Ae(t,n,3)),r(e,t)}function at(e,t,n){return(Ir(e)?i:S)(e,t=Ae(t,n,3))}function st(e,t,n,r){var i=e?Yn(e):0;return Re(i)||(i=(e=Ot(e)).length),n="number"!=typeof n||r&&qe(t,n,r)?0:n<0?kn(i+n,0):n||0,"string"==typeof e||!Ir(e)&&Tt(e)?n<=i&&-1<e.indexOf(t,n):!!i&&-1<De(e,t,n)}function lt(e,t,n){return(Ir(e)?s:H)(e,t=Ae(t,n,3))}function ut(e,t,n){if(n?qe(e,t,n):null==t)return 0<(i=(e=We(e)).length)?e[U(0,i-1)]:Di;n=-1;var r=(i=(e=At(e)).length)-1;for(t=Sn(t<0?0:+t||0,i);++n<t;){var i,o=e[i=U(n,r)];e[i]=e[n],e[n]=o}return e.length=t,e}function ct(e,t,n){var r=Ir(e)?b:B;return n&&qe(e,t,n)&&(t=Di),"function"==typeof t&&n===Di||(t=Ae(t,n,3)),r(e,t)}function ft(e,t){var n;if("function"!=typeof t){if("function"!=typeof e)throw new Zt(Yi);var r=e;e=t,t=r}return function(){return 0<--e&&(n=t.apply(this,arguments)),e<=1&&(t=Di),n}}function pt(r,i,e){function t(e,t){t&&fn(t),l=p=d=Di,e&&(h=wr(),u=r.apply(f,s),p||l||(s=f=Di))}function o(){var e=i-(wr()-c);e<=0||i<e?t(d,l):p=mn(o,e)}function a(){t(m,p)}function n(){if(s=arguments,c=wr(),f=this,d=m&&(p||!v),!1===g)var e=v&&!p;else{l||v||(h=c);var t=g-(c-h),n=t<=0||g<t;n?(l=l&&fn(l),h=c,u=r.apply(f,s)):l=l||mn(a,t)}return n&&p?p=fn(p):p||i===g||(p=mn(o,i)),e&&(n=!0,u=r.apply(f,s)),!n||p||l||(s=f=Di),u}var s,l,u,c,f,p,d,h=0,g=!1,m=!0;if("function"!=typeof r)throw new Zt(Yi);if(i=i<0?0:+i||0,!0===e){var v=!0;m=!1}else xt(e)&&(v=!!e.leading,g="maxWait"in e&&kn(+e.maxWait||0,i),m="trailing"in e?!!e.trailing:m);return n.cancel=function(){p&&fn(p),l&&fn(l),h=0,l=p=d=Di},n}function dt(r,i){function o(){var e=arguments,t=i?i.apply(this,e):e[0],n=o.cache;return n.has(t)?n.get(t):(e=r.apply(this,e),o.cache=n.set(t,e),e)}if("function"!=typeof r||i&&"function"!=typeof i)throw new Zt(Yi);return o.cache=new dt.Cache,o}function ht(i,o){if("function"!=typeof i)throw new Zt(Yi);return o=kn(o===Di?i.length-1:+o||0,0),function(){for(var e=arguments,t=-1,n=kn(e.length-o,0),r=Bt(n);++t<n;)r[t]=e[o+t];switch(o){case 0:return i.call(this,r);case 1:return i.call(this,e[0],r);case 2:return i.call(this,e[0],e[1],r)}for(n=Bt(o+1),t=-1;++t<o;)n[t]=e[t];return n[o]=r,i.apply(this,n)}}function gt(e,t){return t<e}function mt(e){return Ti(e)&&je(e)&&on.call(e,"callee")&&!hn.call(e,"callee")}function vt(e,t,n,r){return(r=(n="function"==typeof n?Z(n,r,3):Di)?n(e,t):Di)===Di?I(e,t,n):!!r}function yt(e){return Ti(e)&&"string"==typeof e.message&&sn.call(e)==eo}function bt(e){return xt(e)&&sn.call(e)==to}function xt(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function wt(e){return null!=e&&(bt(e)?un.test(rn.call(e)):Ti(e)&&Ho.test(e))}function _t(e){return"number"==typeof e||Ti(e)&&sn.call(e)==no}function Et(e){var t,n;return!(!Ti(e)||sn.call(e)!=ro||mt(e)||!on.call(e,"constructor")&&!("function"!=typeof(t=e.constructor)||t instanceof t))&&(D(e,function(e,t){n=t}),n===Di||on.call(e,n))}function Ct(e){return xt(e)&&sn.call(e)==io}function Tt(e){return"string"==typeof e||Ti(e)&&sn.call(e)==oo}function kt(e){return Ti(e)&&Re(e.length)&&!!Bo[sn.call(e)]}function St(e,t){return e<t}function At(e){var t=e?Yn(e):0;return Re(t)?t?T(e):[]:Ot(e)}function $t(e){return u(e,Pt(e))}function Dt(e){return O(e,Pt(e))}function Pt(e){if(null==e)return[];xt(e)||(e=Xt(e));for(var t=(t=e.length)&&Re(t)&&(Ir(e)||mt(e))&&t||0,n=-1,r="function"==typeof(r=e.constructor)&&r.prototype===e,i=Bt(t),o=0<t;++n<t;)i[n]=n+"";for(var a in e)o&&Ie(a,t)||"constructor"==a&&(r||!on.call(e,a))||i.push(a);return i}function Nt(e){e=Be(e);for(var t=-1,n=Vr(e),r=n.length,i=Bt(r);++t<r;){var o=n[t];i[t]=[o,e[o]]}return i}function Ot(e){return Y(e,Vr(e))}function jt(e){return(e=mi(e))&&e.replace(Ro,xi).replace(No,"")}function It(e,t){var n="";if(e=mi(e),(t=+t)<1||!e||!Cn(t))return n;for(;t%2&&(n+=e),e+=e,t=_n(t/2););return n}function qt(e,t,n){var r=e;return(e=mi(e))?(n?qe(r,t,n):null==t)?e.slice(Si(e),Ai(e)+1):(t+="",e.slice(vi(e,t),yi(e,t)+1)):e}function Ht(e,t,n){return n&&qe(e,t,n)&&(t=Di),(e=mi(e)).match(t||Uo)||[]}function Lt(e,t,n){return n&&qe(e,t,n)&&(t=Di),Ti(e)?Mt(e):c(e,t)}function Rt(e){return e}function Mt(e){return L(_(e,!0))}function Ft(r,e,t){if(null==t){var n=(o=xt(e))?Vr(e):Di;((n=n&&n.length?O(e,n):Di)?n.length:o)||(n=!1,t=e,e=r,r=this)}n=n||O(e,Vr(e));var i=!0,o=-1,a=bt(r),s=n.length;!1===t?i=!1:xt(t)&&"chain"in t&&(i=t.chain);for(;++o<s;){var l=e[t=n[o]];r[t]=l,a&&(r.prototype[t]=function(n){return function(){var e=this.__chain__;if(i||e){var t=r(this.__wrapped__);return(t.__actions__=T(this.__actions__)).push({func:n,args:arguments,thisArg:r}),t.__chain__=e,t}return n.apply(r,y([this.value()],arguments))}}(l))}return r}function Ut(){}function Wt(e){return He(e)?M(e):function(t){var n=t+"";return t=ze(t),function(e){return j(e,t,n)}}(e)}var Bt=(t=t?Jo.defaults(Vo.Object(),t,Jo.pick(Vo,Wo)):Vo).Array,zt=t.Date,Vt=t.Error,Jt=t.Function,Yt=t.Math,Qt=t.Number,Xt=t.Object,Gt=t.RegExp,Kt=t.String,Zt=t.TypeError,en=Bt.prototype,tn=Xt.prototype,nn=Kt.prototype,rn=Jt.prototype.toString,on=tn.hasOwnProperty,an=0,sn=tn.toString,ln=Vo._,un=Gt("^"+rn.call(on).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),cn=t.ArrayBuffer,fn=t.clearTimeout,pn=t.parseFloat,dn=Yt.pow,hn=tn.propertyIsEnumerable,gn=Ne(t,"Set"),mn=t.setTimeout,vn=en.splice,yn=t.Uint8Array,bn=Ne(t,"WeakMap"),xn=Yt.ceil,wn=Ne(Xt,"create"),_n=Yt.floor,En=Ne(Bt,"isArray"),Cn=t.isFinite,Tn=Ne(Xt,"keys"),kn=Yt.max,Sn=Yt.min,An=Ne(zt,"now"),$n=t.parseInt,Dn=Yt.random,Pn=Qt.NEGATIVE_INFINITY,Nn=Qt.POSITIVE_INFINITY,On=4294967294,jn=2147483647,In=9007199254740991,qn=bn&&new bn,Hn={};p.support={},p.templateSettings={escape:Co,evaluate:To,interpolate:ko,variable:"",imports:{_:p}};var Ln,Rn,Mn,Fn=function(e){if(xt(e)){fi.prototype=e;var t=new fi;fi.prototype=Di}return t||{}},Un=oe(P),Wn=oe(N,!0),Bn=ae(),zn=ae(!0),Vn=qn?function(e,t){return qn.set(e,t),e}:Rt,Jn=qn?function(e){return qn.get(e)}:Ut,Yn=M("length"),Qn=(Rn=Ln=0,function(e,t){var n=wr(),r=Bi-(n-Rn);if(Rn=n,0<r){if(++Ln>=Wi)return e}else Ln=0;return Vn(e,t)}),Xn=ht(function(e,t){return Ti(e)&&je(e)?C(e,$(t,!1,!0)):[]}),Gn=de(),Kn=de(!0),Zn=ht(function(e){for(var t=e.length,n=t,r=Bt(u),i=De(),o=i===hi,a=[];n--;){var s=e[n]=je(s=e[n])?s:[];r[n]=o&&120<=s.length&&wn&&gn?new g(n&&s):null}var l=-1,u=(o=e[0])?o.length:0,c=r[0];e:for(;++l<u;)if(s=o[l],(c?m(c,s):i(a,s,0))<0){for(n=t;--n;){var f=r[n];if((f?m(f,s):i(e[n],s,0))<0)continue e}c&&c.push(s),a.push(s)}return a}),er=ht(function(e,t){var n=l(e,t=$(t));return F(e,t.sort(pi)),n}),tr=ke(),nr=ke(!0),rr=ht(function(e){return J($(e,!1,!0))}),ir=ht(function(e,t){return je(e)?C(e,t):[]}),or=ht(et),ar=ht(function(e){var t=e.length,n=2<t?e[t-2]:Di,r=1<t?e[t-1]:Di;return 2<t&&"function"==typeof n?t-=2:(n=1<t&&"function"==typeof r?(--t,r):Di,r=Di),e.length=t,tt(e,n,r)}),sr=ht(function(s){return s=$(s),this.thru(function(e){e=Ir(e)?e:[Be(e)];for(var t=s,n=-1,r=e.length,i=-1,o=t.length,a=Bt(r+o);++n<r;)a[n]=e[n];for(;++i<o;)a[n++]=t[i];return a})}),lr=ht(function(e,t){return l(e,$(t))}),ur=re(function(e,t,n){on.call(e,n)?++e[n]:e[n]=1}),cr=pe(Un),fr=pe(Wn,!0),pr=me(v,Un),dr=me(function(e,t){for(var n=e.length;n--&&!1!==t(e[n],n,e););return e},Wn),hr=re(function(e,t,n){on.call(e,n)?e[n].push(t):e[n]=[t]}),gr=re(function(e,t,n){e[n]=t}),mr=ht(function(e,n,r){var i=-1,o="function"==typeof n,a=He(n),s=je(e)?Bt(e.length):[];return Un(e,function(e){var t=o?n:a&&null!=e?e[n]:Di;s[++i]=t?t.apply(e,r):Oe(e,n,r)}),s}),vr=re(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]}),yr=_e(r,Un),br=_e(function(e,t,n,r){var i=e.length;for(r&&i&&(n=e[--i]);i--;)n=t(n,e[i],i,e);return n},Wn),xr=ht(function(e,t){if(null==e)return[];var n=t[2];return n&&qe(t[0],t[1],n)&&(t.length=1),V(e,$(t),[])}),wr=An||function(){return(new zt).getTime()},_r=ht(function(e,t,n){var r=Ni;if(n.length){var i=ki(n,_r.placeholder);r|=Hi}return Se(e,r,t,n,i)}),Er=ht(function(e,t){for(var n=-1,r=(t=t.length?$(t):Dt(e)).length;++n<r;){var i=t[n];e[i]=Se(e[i],Ni,e)}return e}),Cr=ht(function(e,t,n){var r=Ni|Oi;if(n.length){var i=ki(n,Cr.placeholder);r|=Hi}return Se(t,r,e,n,i)}),Tr=ue(Ii),kr=ue(qi),Sr=ht(function(e,t){return E(e,1,t)}),Ar=ht(function(e,t,n){return E(e,t,n)}),$r=ge(),Dr=ge(!0),Pr=ht(function(n,r){if(r=$(r),"function"!=typeof n||!a(r,gi))throw new Zt(Yi);var i=r.length;return ht(function(e){for(var t=Sn(e.length,i);t--;)e[t]=r[t](e[t]);return n.apply(this,e)})}),Nr=we(Hi),Or=we(Li),jr=ht(function(e,t){return Se(e,Mi,Di,Di,Di,$(t))}),Ir=En||function(e){return Ti(e)&&Re(e.length)&&sn.call(e)==Gi},qr=ie(function u(c,f,p,d,h){if(!xt(c))return c;var g=je(f)&&(Ir(f)||kt(f)),m=g?Di:Vr(f);return v(m||f,function(e,t){if(m&&(e=f[t=e]),Ti(e))e:{for(var n=t,r=d=d||[],i=h=h||[],o=r.length,a=f[n];o--;)if(r[o]==a){c[n]=i[o];break e}o=c[n];var s=p?p(o,a,n,c,f):Di,l=s===Di;l&&(je(s=a)&&(Ir(a)||kt(a))?s=Ir(o)?o:je(o)?T(o):[]:Et(a)||mt(a)?s=mt(o)?$t(o):Et(o)?o:{}:l=!1),r.push(a),i.push(s),l?c[n]=u(s,a,p,r,i):(s==s?s!==o:o==o)&&(c[n]=s)}else n=c[t],(i=(r=p?p(n,e,t,c,f):Di)===Di)&&(r=e),r===Di&&(!g||t in c)||!i&&(r==r?r===n:n!=n)||(c[t]=r)}),c}),Hr=ie(function(e,t,n){return n?x(e,t,n):w(e,t)}),Lr=ce(Hr,function(e,t){return e===Di?t:e}),Rr=ce(qr,function e(t,n){return t===Di?n:qr(t,n,e)}),Mr=he(P),Fr=he(N),Ur=ve(Bn),Wr=ve(zn),Br=ye(P),zr=ye(N),Vr=Tn?function(e){var t=null==e?Di:e.constructor;return"function"==typeof t&&t.prototype===e||"function"!=typeof e&&je(e)?Ue(e):xt(e)?Tn(e):[]}:Ue,Jr=be(!0),Yr=be(),Qr=ht(function(e,t){if(null==e)return{};if("function"!=typeof t[0])return t=s($(t),Kt),Me(e,C(Pt(e),t));var r=Z(t[0],t[1],3);return Fe(e,function(e,t,n){return!r(e,t,n)})}),Xr=ht(function(e,t){return null==e?{}:"function"==typeof t[0]?Fe(e,Z(t[0],t[1],3)):Me(e,$(t))}),Gr=se(function(e,t,n){return t=t.toLowerCase(),e+(n?t.charAt(0).toUpperCase()+t.slice(1):t)}),Kr=se(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),Zr=xe(),ei=xe(!0),ti=se(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}),ni=se(function(e,t,n){return e+(n?" ":"")+(t.charAt(0).toUpperCase()+t.slice(1))}),ri=ht(function(e,t){try{return e.apply(Di,t)}catch(e){return yt(e)?e:new Vt(e)}}),ii=ht(function(t,n){return function(e){return Oe(e,t,n)}}),oi=ht(function(t,n){return function(e){return Oe(t,e,n)}}),ai=Te("ceil"),si=Te("floor"),li=fe(gt,Pn),ui=fe(St,Nn),ci=Te("round");function fi(){}return p.prototype=o.prototype,(d.prototype=Fn(o.prototype)).constructor=d,(h.prototype=Fn(o.prototype)).constructor=h,n.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},n.prototype.get=function(e){return"__proto__"==e?Di:this.__data__[e]},n.prototype.has=function(e){return"__proto__"!=e&&on.call(this.__data__,e)},n.prototype.set=function(e,t){return"__proto__"!=e&&(this.__data__[e]=t),this},g.prototype.push=function(e){var t=this.data;"string"==typeof e||xt(e)?t.set.add(e):t.hash[e]=!0},dt.Cache=n,p.after=function(e,t){if("function"!=typeof t){if("function"!=typeof e)throw new Zt(Yi);var n=e;e=t,t=n}return e=Cn(e=+e)?e:0,function(){return--e<1?t.apply(this,arguments):void 0}},p.ary=function(e,t,n){return n&&qe(e,t,n)&&(t=Di),t=e&&null==t?e.length:kn(+t||0,0),Se(e,Ri,Di,Di,Di,Di,t)},p.assign=Hr,p.at=lr,p.before=ft,p.bind=_r,p.bindAll=Er,p.bindKey=Cr,p.callback=Lt,p.chain=rt,p.chunk=function(e,t,n){t=(n?qe(e,t,n):null==t)?1:kn(_n(t)||1,1),n=0;for(var r=e?e.length:0,i=-1,o=Bt(xn(r/t));n<r;)o[++i]=W(e,n,n+=t);return o},p.compact=function(e){for(var t=-1,n=e?e.length:0,r=-1,i=[];++t<n;){var o=e[t];o&&(i[++r]=o)}return i},p.constant=function(e){return function(){return e}},p.countBy=ur,p.create=function(e,t,n){var r=Fn(e);return n&&qe(e,t,n)&&(t=Di),t?w(r,t):r},p.curry=Tr,p.curryRight=kr,p.debounce=pt,p.defaults=Lr,p.defaultsDeep=Rr,p.defer=Sr,p.delay=Ar,p.difference=Xn,p.drop=Je,p.dropRight=Ye,p.dropRightWhile=function(e,t,n){return e&&e.length?Q(e,Ae(t,n,3),!0,!0):[]},p.dropWhile=function(e,t,n){return e&&e.length?Q(e,Ae(t,n,3),!0):[]},p.fill=function(e,t,n,r){var i=e?e.length:0;if(!i)return[];for(n&&"number"!=typeof n&&qe(e,t,n)&&(n=0,r=i),i=e.length,(n=null==n?0:+n||0)<0&&(n=i<-n?0:i+n),(r=r===Di||i<r?i:+r||0)<0&&(r+=i),i=r<n?0:r>>>0,n>>>=0;n<i;)e[n++]=t;return e},p.filter=at,p.flatten=function(e,t,n){var r=e?e.length:0;return n&&qe(e,t,n)&&(t=!1),r?$(e,t):[]},p.flattenDeep=function(e){return e&&e.length?$(e,!0):[]},p.flow=$r,p.flowRight=Dr,p.forEach=pr,p.forEachRight=dr,p.forIn=Ur,p.forInRight=Wr,p.forOwn=Br,p.forOwnRight=zr,p.functions=Dt,p.groupBy=hr,p.indexBy=gr,p.initial=function(e){return Ye(e,1)},p.intersection=Zn,p.invert=function(e,t,n){n&&qe(e,t,n)&&(t=Di),n=-1;for(var r=Vr(e),i=r.length,o={};++n<i;){var a=r[n],s=e[a];t?on.call(o,s)?o[s].push(a):o[s]=[a]:o[s]=a}return o},p.invoke=mr,p.keys=Vr,p.keysIn=Pt,p.map=lt,p.mapKeys=Jr,p.mapValues=Yr,p.matches=Mt,p.matchesProperty=function(e,t){return R(e,_(t,!0))},p.memoize=dt,p.merge=qr,p.method=ii,p.methodOf=oi,p.mixin=Ft,p.modArgs=Pr,p.negate=function(e){if("function"!=typeof e)throw new Zt(Yi);return function(){return!e.apply(this,arguments)}},p.omit=Qr,p.once=function(e){return ft(2,e)},p.pairs=Nt,p.partial=Nr,p.partialRight=Or,p.partition=vr,p.pick=Xr,p.pluck=function(e,t){return lt(e,Wt(t))},p.property=Wt,p.propertyOf=function(t){return function(e){return j(t,ze(e),e+"")}},p.pull=function(){var e=arguments,t=e[0];if(!t||!t.length)return t;for(var n=0,r=De(),i=e.length;++n<i;)for(var o=0,a=e[n];-1<(o=r(t,a,o));)vn.call(t,o,1);return t},p.pullAt=er,p.range=function(e,t,n){n&&qe(e,t,n)&&(t=n=Di),e=+e||0,null==t?(t=e,e=0):t=+t||0;var r=-1;t=kn(xn((t-e)/((n=null==n?1:+n||0)||1)),0);for(var i=Bt(t);++r<t;)i[r]=e,e+=n;return i},p.rearg=jr,p.reject=function(e,r,t){var n=Ir(e)?i:S;return r=Ae(r,t,3),n(e,function(e,t,n){return!r(e,t,n)})},p.remove=function(e,t,n){var r=[];if(!e||!e.length)return r;var i=-1,o=[],a=e.length;for(t=Ae(t,n,3);++i<a;)t(n=e[i],i,e)&&(r.push(n),o.push(i));return F(e,o),r},p.rest=Ke,p.restParam=ht,p.set=function(e,t,n){if(null==e)return e;t=null!=e[r=t+""]||He(t,e)?[r]:ze(t);for(var r=-1,i=t.length,o=i-1,a=e;null!=a&&++r<i;){var s=t[r];xt(a)&&(r==o?a[s]=n:null==a[s]&&(a[s]=Ie(t[r+1])?[]:{})),a=a[s]}return e},p.shuffle=function(e){return ut(e,Nn)},p.slice=function(e,t,n){var r=e?e.length:0;return r?(n&&"number"!=typeof n&&qe(e,t,n)&&(t=0,n=r),W(e,t,n)):[]},p.sortBy=function(e,r,t){if(null==e)return[];t&&qe(e,r,t)&&(r=Di);var i=-1;return r=Ae(r,t,3),z(e=H(e,function(e,t,n){return{a:r(e,t,n),b:++i,c:e}}),bi)},p.sortByAll=xr,p.sortByOrder=function(e,t,n,r){return null==e?[]:(r&&qe(t,n,r)&&(n=Di),Ir(t)||(t=null==t?[]:[t]),Ir(n)||(n=null==n?[]:[n]),V(e,t,n))},p.spread=function(t){if("function"!=typeof t)throw new Zt(Yi);return function(e){return t.apply(this,e)}},p.take=function(e,t,n){return e&&e.length?((n?qe(e,t,n):null==t)&&(t=1),W(e,0,t<0?0:t)):[]},p.takeRight=function(e,t,n){var r=e?e.length:0;return r?((n?qe(e,t,n):null==t)&&(t=1),W(e,(t=r-(+t||0))<0?0:t)):[]},p.takeRightWhile=function(e,t,n){return e&&e.length?Q(e,Ae(t,n,3),!1,!0):[]},p.takeWhile=function(e,t,n){return e&&e.length?Q(e,Ae(t,n,3)):[]},p.tap=function(e,t,n){return t.call(n,e),e},p.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new Zt(Yi);return!1===n?r=!1:xt(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),pt(e,t,{leading:r,maxWait:+t,trailing:i})},p.thru=it,p.times=function(e,t,n){if((e=_n(e))<1||!Cn(e))return[];var r=-1,i=Bt(Sn(e,4294967295));for(t=Z(t,n,1);++r<e;)r<4294967295?i[r]=t(r):t(r);return i},p.toArray=At,p.toPlainObject=$t,p.transform=function(e,r,i,t){var n=Ir(e)||kt(e);return r=Ae(r,t,4),null==i&&(i=n||xt(e)?(t=e.constructor,n?Ir(e)?new t:[]:Fn(bt(t)?t.prototype:Di)):{}),(n?v:P)(e,function(e,t,n){return r(i,e,t,n)}),i},p.union=rr,p.uniq=Ze,p.unzip=et,p.unzipWith=tt,p.values=Ot,p.valuesIn=function(e){return Y(e,Pt(e))},p.where=function(e,t){return at(e,L(t))},p.without=ir,p.wrap=function(e,t){return Se(t=null==t?Rt:t,Hi,Di,[e],[])},p.xor=function(){for(var e=-1,t=arguments.length;++e<t;){var n=arguments[e];if(je(n))var r=r?y(C(r,n),C(n,r)):n}return r?J(r):[]},p.zip=or,p.zipObject=nt,p.zipWith=ar,p.backflow=Dr,p.collect=lt,p.compose=Dr,p.each=pr,p.eachRight=dr,p.extend=Hr,p.iteratee=Lt,p.methods=Dt,p.object=nt,p.select=at,p.tail=Ke,p.unique=Ze,Ft(p,p),p.add=function(e,t){return(+e||0)+(+t||0)},p.attempt=ri,p.camelCase=Gr,p.capitalize=function(e){return(e=mi(e))&&e.charAt(0).toUpperCase()+e.slice(1)},p.ceil=ai,p.clone=function(e,t,n,r){return t&&"boolean"!=typeof t&&qe(e,t,n)?t=!1:"function"==typeof t&&(r=n,n=t,t=!1),"function"==typeof n?_(e,t,Z(n,r,3)):_(e,t)},p.cloneDeep=function(e,t,n){return"function"==typeof t?_(e,!0,Z(t,n,3)):_(e,!0)},p.deburr=jt,p.endsWith=function(e,t,n){t+="";var r=(e=mi(e)).length;return n=n===Di?r:Sn(n<0?0:+n||0,r),0<=(n-=t.length)&&e.indexOf(t,n)==n},p.escape=function(e){return(e=mi(e))&&Eo.test(e)?e.replace(wo,wi):e},p.escapeRegExp=function(e){return(e=mi(e))&&Po.test(e)?e.replace(Do,_i):e||"(?:)"},p.every=ot,p.find=cr,p.findIndex=Gn,p.findKey=Mr,p.findLast=fr,p.findLastIndex=Kn,p.findLastKey=Fr,p.findWhere=function(e,t){return cr(e,L(t))},p.first=Qe,p.floor=si,p.get=function(e,t,n){return(e=null==e?Di:j(e,ze(t),t+""))===Di?n:e},p.gt=gt,p.gte=function(e,t){return t<=e},p.has=function(e,t){if(null==e)return!1;var n=on.call(e,t);if(!n&&!He(t)){if(null==(e=1==(t=ze(t)).length?e:j(e,W(t,0,-1))))return!1;t=Ge(t),n=on.call(e,t)}return n||Re(e.length)&&Ie(t,e.length)&&(Ir(e)||mt(e))},p.identity=Rt,p.includes=st,p.indexOf=Xe,p.inRange=function(e,t,n){return t=+t||0,n===Di?(n=t,t=0):n=+n||0,e>=Sn(t,n)&&e<kn(t,n)},p.isArguments=mt,p.isArray=Ir,p.isBoolean=function(e){return!0===e||!1===e||Ti(e)&&sn.call(e)==Ki},p.isDate=function(e){return Ti(e)&&sn.call(e)==Zi},p.isElement=function(e){return!!e&&1===e.nodeType&&Ti(e)&&!Et(e)},p.isEmpty=function(e){return null==e||(je(e)&&(Ir(e)||Tt(e)||mt(e)||Ti(e)&&bt(e.splice))?!e.length:!Vr(e).length)},p.isEqual=vt,p.isError=yt,p.isFinite=function(e){return"number"==typeof e&&Cn(e)},p.isFunction=bt,p.isMatch=function(e,t,n,r){return n="function"==typeof n?Z(n,r,3):Di,q(e,Pe(t),n)},p.isNaN=function(e){return _t(e)&&e!=+e},p.isNative=wt,p.isNull=function(e){return null===e},p.isNumber=_t,p.isObject=xt,p.isPlainObject=Et,p.isRegExp=Ct,p.isString=Tt,p.isTypedArray=kt,p.isUndefined=function(e){return e===Di},p.kebabCase=Kr,p.last=Ge,p.lastIndexOf=function(e,t,n){var r=e?e.length:0;if(!r)return-1;var i=r;if("number"==typeof n)i=(n<0?kn(r+n,0):Sn(n||0,r-1))+1;else if(n)return e=e[i=G(e,t,!0)-1],(t==t?t===e:e!=e)?i:-1;if(t!=t)return Ci(e,i,!0);for(;i--;)if(e[i]===t)return i;return-1},p.lt=St,p.lte=function(e,t){return e<=t},p.max=li,p.min=ui,p.noConflict=function(){return Vo._=ln,this},p.noop=Ut,p.now=wr,p.pad=function(e,t,n){t=+t;var r=(e=mi(e)).length;return r<t&&Cn(t)?(t=_n(r=(t-r)/2),(n=Ce("",r=xn(r),n)).slice(0,t)+e+n):e},p.padLeft=Zr,p.padRight=ei,p.parseInt=function(e,t,n){return t=(n?qe(e,t,n):null==t)?0:t&&+t,e=qt(e),$n(e,t||(qo.test(e)?16:10))},p.random=function(e,t,n){n&&qe(e,t,n)&&(t=n=Di);var r=null==e,i=null==t;return null==n&&(i&&"boolean"==typeof e?(n=e,e=1):"boolean"==typeof t&&(n=t,i=!0)),r&&i&&(i=!(t=1)),e=+e||0,i?(t=e,e=0):t=+t||0,n||e%1||t%1?(n=Dn(),Sn(e+n*(t-e+pn("1e-"+((n+"").length-1))),t)):U(e,t)},p.reduce=yr,p.reduceRight=br,p.repeat=It,p.result=function(e,t,n){var r=null==e?Di:e[t];return r===Di&&(null==e||He(t,e)||(r=null==(e=1==(t=ze(t)).length?e:j(e,W(t,0,-1)))?Di:e[Ge(t)]),r=r===Di?n:r),bt(r)?r.call(e):r},p.round=ci,p.runInContext=e,p.size=function(e){var t=e?Yn(e):0;return Re(t)?t:Vr(e).length},p.snakeCase=ti,p.some=ct,p.sortedIndex=tr,p.sortedLastIndex=nr,p.startCase=ni,p.startsWith=function(e,t,n){return e=mi(e),n=null==n?0:Sn(n<0?0:+n||0,e.length),e.lastIndexOf(t,n)==n},p.sum=function(e,t,n){if(n&&qe(e,t,n)&&(t=Di),1==(t=Ae(t,n,3)).length){n=(e=Ir(e)?e:We(e)).length;for(var r=0;n--;)r+=+t(e[n])||0;e=r}else e=function(e,r){var i=0;return Un(e,function(e,t,n){i+=+r(e,t,n)||0}),i}(e,t);return e},p.template=function(a,e,t){var n=p.templateSettings;t&&qe(a,e,t)&&(e=t=Di),a=mi(a),t=x(w({},(e=x(w({},t||e),n,f)).imports),n.imports,f);var s,l,r=Vr(t),i=Y(t,r),u=0;t=e.interpolate||Mo;var c="__p+='";t=Gt((e.escape||Mo).source+"|"+t.source+"|"+(t===ko?jo:Mo).source+"|"+(e.evaluate||Mo).source+"|$","g");var o="sourceURL"in e?"//# sourceURL="+e.sourceURL+"\n":"";if(a.replace(t,function(e,t,n,r,i,o){return n=n||r,c+=a.slice(u,o).replace(Fo,Ei),t&&(s=!0,c+="'+__e("+t+")+'"),i&&(l=!0,c+="';"+i+";\n__p+='"),n&&(c+="'+((__t=("+n+"))==null?'':__t)+'"),u=o+e.length,e}),c+="';",(e=e.variable)||(c="with(obj){"+c+"}"),c=(l?c.replace(vo,""):c).replace(yo,"$1").replace(bo,"$1;"),c="function("+(e||"obj")+"){"+(e?"":"obj||(obj={});")+"var __t,__p=''"+(s?",__e=_.escape":"")+(l?",__j=Array.prototype.join;function print(){__p+=__j.call(arguments,'')}":";")+c+"return __p}",(e=ri(function(){return Jt(r,o+"return "+c).apply(Di,i)})).source=c,yt(e))throw e;return e},p.trim=qt,p.trimLeft=function(e,t,n){var r=e;return(e=mi(e))?e.slice((n?qe(r,t,n):null==t)?Si(e):vi(e,t+"")):e},p.trimRight=function(e,t,n){var r=e;return(e=mi(e))?(n?qe(r,t,n):null==t)?e.slice(0,Ai(e)+1):e.slice(0,yi(e,t+"")+1):e},p.trunc=function(e,t,n){n&&qe(e,t,n)&&(t=Di);var r=Fi;if(n=Ui,null!=t)if(xt(t)){var i="separator"in t?t.separator:i;r="length"in t?+t.length||0:r,n="omission"in t?mi(t.omission):n}else r=+t||0;if(r>=(e=mi(e)).length)return e;if((r-=n.length)<1)return n;if(t=e.slice(0,r),null==i)return t+n;if(Ct(i)){if(e.slice(r).search(i)){var o,a=e.slice(0,r);for(i.global||(i=Gt(i.source,(Io.exec(i)||"")+"g")),i.lastIndex=0;e=i.exec(a);)o=e.index;t=t.slice(0,null==o?r:o)}}else e.indexOf(i,r)!=r&&-1<(i=t.lastIndexOf(i))&&(t=t.slice(0,i));return t+n},p.unescape=function(e){return(e=mi(e))&&_o.test(e)?e.replace(xo,$i):e},p.uniqueId=function(e){var t=++an;return mi(e)+t},p.words=Ht,p.all=ot,p.any=ct,p.contains=st,p.eq=vt,p.detect=cr,p.foldl=yr,p.foldr=br,p.head=Qe,p.include=st,p.inject=yr,Ft(p,(Mn={},P(p,function(e,t){p.prototype[t]||(Mn[t]=e)}),Mn),!1),p.sample=ut,p.prototype.sample=function(t){return this.__chain__||null!=t?this.thru(function(e){return ut(e,t)}):ut(this.value())},p.VERSION=Pi,v("bind bindKey curry curryRight partial partialRight".split(" "),function(e){p[e].placeholder=p}),v(["drop","take"],function(r,i){h.prototype[r]=function(e){var t=this.__filtered__;if(t&&!i)return new h(this);e=null==e?1:kn(_n(e)||0,0);var n=this.clone();return t?n.__takeCount__=Sn(n.__takeCount__,e):n.__views__.push({size:e,type:r+(n.__dir__<0?"Right":"")}),n},h.prototype[r+"Right"]=function(e){return this.reverse()[r](e).reverse()}}),v(["filter","map","takeWhile"],function(e,t){var r=t+1,i=r!=Ji;h.prototype[e]=function(e,t){var n=this.clone();return n.__iteratees__.push({iteratee:Ae(e,t,1),type:r}),n.__filtered__=n.__filtered__||i,n}}),v(["first","last"],function(e,t){var n="take"+(t?"Right":"");h.prototype[e]=function(){return this[n](1).value()[0]}}),v(["initial","rest"],function(e,t){var n="drop"+(t?"":"Right");h.prototype[e]=function(){return this.__filtered__?new h(this):this[n](1)}}),v(["pluck","where"],function(e,t){var n=t?"filter":"map",r=t?L:Wt;h.prototype[e]=function(e){return this[n](r(e))}}),h.prototype.compact=function(){return this.filter(Rt)},h.prototype.reject=function(t,e){return t=Ae(t,e,1),this.filter(function(e){return!t(e)})},h.prototype.slice=function(e,t){e=null==e?0:+e||0;var n=this;return n.__filtered__&&(0<e||t<0)?new h(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==Di&&(n=(t=+t||0)<0?n.dropRight(-t):n.take(t-e)),n)},h.prototype.takeRightWhile=function(e,t){return this.reverse().takeWhile(e,t).reverse()},h.prototype.toArray=function(){return this.take(Nn)},P(h.prototype,function(l,e){var u=/^(?:filter|map|reject)|While$/.test(e),c=/^(?:first|last)$/.test(e),f=p[c?"take"+("last"==e?"Right":""):e];f&&(p.prototype[e]=function(){function e(e){return c&&n?f(e,1)[0]:f.apply(Di,y([e],t))}var t=c?[1]:arguments,n=this.__chain__,r=this.__wrapped__,i=!!this.__actions__.length,o=r instanceof h,a=t[0],s=o||Ir(r);return s&&u&&"function"==typeof a&&1!=a.length&&(o=s=!1),a={func:it,args:[e],thisArg:Di},i=o&&!i,c&&!n?i?((r=r.clone()).__actions__.push(a),l.call(r)):f.call(Di,this.value())[0]:!c&&s?(r=i?r:new h(this),(r=l.apply(r,t)).__actions__.push(a),new d(r,n)):this.thru(e)})}),v("join pop push replace shift sort splice split unshift".split(" "),function(e){var n=(/^(?:replace|split)$/.test(e)?nn:en)[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",i=/^(?:join|pop|replace|shift)$/.test(e);p.prototype[e]=function(){var t=arguments;return i&&!this.__chain__?n.apply(this.value(),t):this[r](function(e){return n.apply(e,t)})}}),P(h.prototype,function(e,t){var n=p[t];if(n){var r=n.name+"";(Hn[r]||(Hn[r]=[])).push({name:t,func:n})}}),Hn[Ee(Di,Oi).name]=[{name:"wrapper",func:Di}],h.prototype.clone=function(){var e=new h(this.__wrapped__);return e.__actions__=T(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=T(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=T(this.__views__),e},h.prototype.reverse=function(){if(this.__filtered__){var e=new h(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},h.prototype.value=function(){var e,t=this.__wrapped__.value(),n=this.__dir__,r=Ir(t),i=n<0,o=r?t.length:0;e=o;for(var a=this.__views__,s=0,l=-1,u=a.length;++l<u;){var c=a[l],f=c.size;switch(c.type){case"drop":s+=f;break;case"dropRight":e-=f;break;case"take":e=Sn(e,s+f);break;case"takeRight":s=kn(s,e-f)}}if(a=(e={start:s,end:e}).start,e=(s=e.end)-a,i=i?s:a-1,s=(a=this.__iteratees__).length,l=0,u=Sn(e,this.__takeCount__),!r||o<zi||o==e&&u==e)return X(t,this.__actions__);r=[];e:for(;e--&&l<u;){for(o=-1,c=t[i+=n];++o<s;){f=(p=a[o]).type;var p=p.iteratee(c);if(f==Ji)c=p;else if(!p){if(f==Vi)continue e;break e}}r[l++]=c}return r},p.prototype.chain=function(){return rt(this)},p.prototype.commit=function(){return new d(this.value(),this.__chain__)},p.prototype.concat=sr,p.prototype.plant=function(e){for(var t,n=this;n instanceof o;){var r=Ve(n);t?i.__wrapped__=r:t=r;var i=r;n=n.__wrapped__}return i.__wrapped__=e,t},p.prototype.reverse=function(){function e(e){return e.reverse()}var t=this.__wrapped__;return t instanceof h?(this.__actions__.length&&(t=new h(this)),(t=t.reverse()).__actions__.push({func:it,args:[e],thisArg:Di}),new d(t,this.__chain__)):this.thru(e)},p.prototype.toString=function(){return this.value()+""},p.prototype.run=p.prototype.toJSON=p.prototype.valueOf=p.prototype.value=function(){return X(this.__wrapped__,this.__actions__)},p.prototype.collect=p.prototype.map,p.prototype.head=p.prototype.first,p.prototype.select=p.prototype.filter,p.prototype.tail=p.prototype.rest,p}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Vo._=Jo,define(function(){return Jo})):s&&l?f?(l.exports=Jo)._=Jo:s._=Jo:Vo._=Jo}.call(this),function(e,n){var s=[],t={_version:"3.6.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(e,t){var n=this;setTimeout(function(){t(n[e])},0)},addTest:function(e,t,n){s.push({name:e,fn:t,options:n})},addAsyncTest:function(e){s.push({name:null,fn:e})}},l=function(){};l.prototype=t,l=new l;var u=[],r=t._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];t._prefixes=r;var i="svg"===n.documentElement.nodeName.toLowerCase();l.addTest("csspositionsticky",function(){var e="position:",t=function(e){return"function"!=typeof n.createElement?n.createElement(e):i?n.createElementNS.call(n,"http://www.w3.org/2000/svg",e):n.createElement.apply(n,arguments)}("a").style;return t.cssText=e+r.join("sticky;"+e).slice(0,-e.length),-1!==t.position.indexOf("sticky")}),function(){var e,t,n,r,i,o;for(var a in s)if(s.hasOwnProperty(a)){if(e=[],(t=s[a]).name&&(e.push(t.name.toLowerCase()),t.options&&t.options.aliases&&t.options.aliases.length))for(n=0;n<t.options.aliases.length;n++)e.push(t.options.aliases[n].toLowerCase());for(r=typeof t.fn==="function"?t.fn():t.fn,i=0;i<e.length;i++)1===(o=e[i].split(".")).length?l[o[0]]=r:(!l[o[0]]||l[o[0]]instanceof Boolean||(l[o[0]]=new Boolean(l[o[0]])),l[o[0]][o[1]]=r),u.push((r?"":"no-")+o.join("-"))}}(),delete t.addTest,delete t.addAsyncTest;for(var o=0;o<l._q.length;o++)l._q[o]();e.Modernizr=l}(window,document);var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(){var u=/\blang(?:uage)?-(?!\*)(\w+)\b/i,E=_self.Prism={util:{encode:function(e){return e instanceof s?new s(e.type,E.util.encode(e.content),e.alias):"Array"===E.util.type(e)?e.map(E.util.encode):e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},clone:function(e){switch(E.util.type(e)){case"Object":var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=E.util.clone(e[n]));return t;case"Array":return e.map&&e.map(function(e){return E.util.clone(e)})}return e}},languages:{extend:function(e,t){var n=E.util.clone(E.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(n,e,t,r){var i=(r=r||E.languages)[n];if(2==arguments.length){for(var o in t=e)t.hasOwnProperty(o)&&(i[o]=t[o]);return i}var a={};for(var s in i)if(i.hasOwnProperty(s)){if(s==e)for(var o in t)t.hasOwnProperty(o)&&(a[o]=t[o]);a[s]=i[s]}return E.languages.DFS(E.languages,function(e,t){t===r[n]&&e!=n&&(this[e]=a)}),r[n]=a},DFS:function(e,t,n){for(var r in e)e.hasOwnProperty(r)&&(t.call(e,r,e[r],n||r),"Object"===E.util.type(e[r])?E.languages.DFS(e[r],t):"Array"===E.util.type(e[r])&&E.languages.DFS(e[r],t,r))}},plugins:{},highlightAll:function(e,t){for(var n,r=document.querySelectorAll('code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'),i=0;n=r[i++];)E.highlightElement(n,!0===e,t)},highlightElement:function(e,t,n){for(var r,i,o=e;o&&!u.test(o.className);)o=o.parentNode;o&&(r=(o.className.match(u)||[,""])[1],i=E.languages[r]),e.className=e.className.replace(u,"").replace(/\s+/g," ")+" language-"+r,o=e.parentNode,/pre/i.test(o.nodeName)&&(o.className=o.className.replace(u,"").replace(/\s+/g," ")+" language-"+r);var a=e.textContent,s={element:e,language:r,grammar:i,code:a};if(a&&i)if(E.hooks.run("before-highlight",s),t&&_self.Worker){var l=new Worker(E.filename);l.onmessage=function(e){s.highlightedCode=e.data,E.hooks.run("before-insert",s),s.element.innerHTML=s.highlightedCode,n&&n.call(s.element),E.hooks.run("after-highlight",s),E.hooks.run("complete",s)},l.postMessage(JSON.stringify({language:s.language,code:s.code,immediateClose:!0}))}else s.highlightedCode=E.highlight(s.code,s.grammar,s.language),E.hooks.run("before-insert",s),s.element.innerHTML=s.highlightedCode,n&&n.call(e),E.hooks.run("after-highlight",s),E.hooks.run("complete",s);else E.hooks.run("complete",s)},highlight:function(e,t,n){var r=E.tokenize(e,t);return s.stringify(E.util.encode(r),n)},tokenize:function(e,t,n){var r=E.Token,i=[e],o=t.rest;if(o){for(var a in o)t[a]=o[a];delete t.rest}e:for(var a in t)if(t.hasOwnProperty(a)&&t[a]){var s=t[a];s="Array"===E.util.type(s)?s:[s];for(var l=0;l<s.length;++l){var u=s[l],c=u.inside,f=!!u.lookbehind,p=0,d=u.alias;u=u.pattern||u;for(var h=0;h<i.length;h++){var g=i[h];if(i.length>e.length)break e;if(!(g instanceof r))if(u.lastIndex=0,m=u.exec(g)){f&&(p=m[1].length);var m,v=m.index-1+p,y=v+(m=m[0].slice(p)).length,b=g.slice(0,v+1),x=g.slice(y+1),w=[h,1];b&&w.push(b);var _=new r(a,c?E.tokenize(m,c):m,d);w.push(_),x&&w.push(x),Array.prototype.splice.apply(i,w)}}}}return i},hooks:{all:{},add:function(e,t){var n=E.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=E.hooks.all[e];if(n&&n.length)for(var r,i=0;r=n[i++];)r(t)}}},s=E.Token=function(e,t,n){this.type=e,this.content=t,this.alias=n};if(s.stringify=function(t,n,e){if("string"==typeof t)return t;if("Array"===E.util.type(t))return t.map(function(e){return s.stringify(e,n,t)}).join("");var r={type:t.type,content:s.stringify(t.content,n,e),tag:"span",classes:["token",t.type],attributes:{},language:n,parent:e};if("comment"==r.type&&(r.attributes.spellcheck="true"),t.alias){var i="Array"===E.util.type(t.alias)?t.alias:[t.alias];Array.prototype.push.apply(r.classes,i)}E.hooks.run("wrap",r);var o="";for(var a in r.attributes)o+=(o?" ":"")+a+'="'+(r.attributes[a]||"")+'"';return"<"+r.tag+' class="'+r.classes.join(" ")+'" '+o+">"+r.content+"</"+r.tag+">"},!_self.document)return _self.addEventListener&&_self.addEventListener("message",function(e){var t=JSON.parse(e.data),n=t.language,r=t.code,i=t.immediateClose;_self.postMessage(E.highlight(r,E.languages[n],n)),i&&_self.close()},!1),_self.Prism;var e=document.getElementsByTagName("script");return(e=e[e.length-1])&&(E.filename=e.src,document.addEventListener&&!e.hasAttribute("data-manual")&&document.addEventListener("DOMContentLoaded",E.highlightAll)),_self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),"undefined"!=typeof global&&(global.Prism=Prism),Prism.languages.markup={comment:/<!--[\w\W]*?-->/,prolog:/<\?[\w\W]+?\?>/,doctype:/<!DOCTYPE[\w\W]+?>/,cdata:/<!\[CDATA\[[\w\W]*?]]>/i,tag:{pattern:/<\/?(?!\d)[^\s>\/=.$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),Prism.languages.xml=Prism.languages.markup,Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},Prism.languages.css.atrule.inside.rest=Prism.util.clone(Prism.languages.css),Prism.languages.markup&&(Prism.languages.insertBefore("markup","tag",{style:{pattern:/(<style[\w\W]*?>)[\w\W]*?(?=<\/style>)/i,lookbehind:!0,inside:Prism.languages.css,alias:"language-css"}}),Prism.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:Prism.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:Prism.languages.css}},alias:"language-css"}},Prism.languages.markup.tag)),Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(true|false)\b/,function:/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},Prism.languages.javascript=Prism.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,function:/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i}),Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^/])\/(?!\/)(\[.+?]|\\.|[^/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0}}),Prism.languages.insertBefore("javascript","class-name",{"template-string":{pattern:/`(?:\\`|\\?[^`])*`/,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/(<script[\w\W]*?>)[\w\W]*?(?=<\/script>)/i,lookbehind:!0,inside:Prism.languages.javascript,alias:"language-javascript"}}),Prism.languages.js=Prism.languages.javascript,"undefined"!=typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(){var l={js:"javascript",html:"markup",svg:"markup",xml:"markup",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell"};Array.prototype.forEach&&Array.prototype.slice.call(document.querySelectorAll("pre[data-src]")).forEach(function(e){for(var t,n=e.getAttribute("data-src"),r=e,i=/\blang(?:uage)?-(?!\*)(\w+)\b/i;r&&!i.test(r.className);)r=r.parentNode;if(r&&(t=(e.className.match(i)||[,""])[1]),!t){var o=(n.match(/\.(\w+)$/)||[,""])[1];t=l[o]||o}var a=document.createElement("code");a.className="language-"+t,e.textContent="",a.textContent="Loading…",e.appendChild(a);var s=new XMLHttpRequest;s.open("GET",n,!0),s.onreadystatechange=function(){4==s.readyState&&(s.status<400&&s.responseText?(a.textContent=s.responseText,Prism.highlightElement(a)):400<=s.status?a.textContent="✖ Error "+s.status+" while fetching file: "+s.statusText:a.textContent="✖ Error: File does not exist or is empty")},s.send(null)})},self.Prism.fileHighlight()),function(e){var t,g;function m(e){return t||(t=require("unicode/category/So"),g=["sign","cross","of","symbol","staff","hand","black","white"].map(function(e){return new RegExp(e,"gi")})),t[e]}function v(n,r){n=n.toString(),"string"==typeof r&&(r={replacement:r}),(r=r||{}).mode=r.mode||v.defaults.mode;for(var e=v.defaults.modes[r.mode],t=["replacement","multicharmap","charmap","remove","lower"],i=0,o=t.length;i<o;i++)r[s=t[i]]=s in r?r[s]:e[s];void 0===r.symbols&&(r.symbols=e.symbols);var a=[];for(var s in r.multicharmap)if(r.multicharmap.hasOwnProperty(s)){var l=s.length;-1===a.indexOf(l)&&a.push(l)}var u,c,f,p="";for(i=0,o=n.length;i<o;i++){if(f=n[i],!a.some(function(e){var t=n.substr(i,e);return!!r.multicharmap[t]&&(i+=e-1,f=r.multicharmap[t],!0)})&&(u=r.charmap[f]?(f=r.charmap[f]).charCodeAt(0):n.charCodeAt(i),r.symbols&&(c=m(u)))){f=c.name.toLowerCase();for(var d=0,h=g.length;d<h;d++)f=f.replace(g[d],"");f=f.replace(/^\s+|\s+$/g,"")}f=f.replace(/[^\w\s\-\.\_~]/g,""),r.remove&&(f=f.replace(r.remove,"")),p+=f}return p=(p=(p=p.replace(/^\s+|\s+$/g,"")).replace(/[-\s]+/g,r.replacement)).replace(r.replacement+"$",""),r.lower&&(p=p.toLowerCase()),p}if(v.multicharmap=(v.defaults={mode:"pretty"}).multicharmap={"<3":"love","&&":"and","||":"or","w/":"with"},v.charmap=v.defaults.charmap={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ő":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ű":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ő":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ű":"u","ý":"y","þ":"th","ÿ":"y","ẞ":"SS","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ά":"a","έ":"e","ί":"i","ό":"o","ύ":"y","ή":"h","ώ":"w","ς":"s","ϊ":"i","ΰ":"y","ϋ":"y","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ά":"A","Έ":"E","Ί":"I","Ό":"O","Ύ":"Y","Ή":"H","Ώ":"W","Ϊ":"I","Ϋ":"Y","ş":"s","Ş":"S","ı":"i","İ":"I","ğ":"g","Ğ":"G","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ё":"yo","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ё":"Yo","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","Є":"Ye","І":"I","Ї":"Yi","Ґ":"G","є":"ye","і":"i","ї":"yi","ґ":"g","č":"c","ď":"d","ě":"e","ň":"n","ř":"r","š":"s","ť":"t","ů":"u","ž":"z","Č":"C","Ď":"D","Ě":"E","Ň":"N","Ř":"R","Š":"S","Ť":"T","Ů":"U","Ž":"Z","ą":"a","ć":"c","ę":"e","ł":"l","ń":"n","ś":"s","ź":"z","ż":"z","Ą":"A","Ć":"C","Ę":"E","Ł":"L","Ń":"N","Ś":"S","Ź":"Z","Ż":"Z","ā":"a","ē":"e","ģ":"g","ī":"i","ķ":"k","ļ":"l","ņ":"n","ū":"u","Ā":"A","Ē":"E","Ģ":"G","Ī":"I","Ķ":"K","Ļ":"L","Ņ":"N","Ū":"U","ė":"e","į":"i","ų":"u","Ė":"E","Į":"I","Ų":"U","ț":"t","Ț":"T","ţ":"t","Ţ":"T","ș":"s","Ș":"S","ă":"a","Ă":"A","Ạ":"A","Ả":"A","Ầ":"A","Ấ":"A","Ậ":"A","Ẩ":"A","Ẫ":"A","Ằ":"A","Ắ":"A","Ặ":"A","Ẳ":"A","Ẵ":"A","Ẹ":"E","Ẻ":"E","Ẽ":"E","Ề":"E","Ế":"E","Ệ":"E","Ể":"E","Ễ":"E","Ị":"I","Ỉ":"I","Ĩ":"I","Ọ":"O","Ỏ":"O","Ồ":"O","Ố":"O","Ộ":"O","Ổ":"O","Ỗ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ợ":"O","Ở":"O","Ỡ":"O","Ụ":"U","Ủ":"U","Ũ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ự":"U","Ử":"U","Ữ":"U","Ỳ":"Y","Ỵ":"Y","Ỷ":"Y","Ỹ":"Y","Đ":"D","ạ":"a","ả":"a","ầ":"a","ấ":"a","ậ":"a","ẩ":"a","ẫ":"a","ằ":"a","ắ":"a","ặ":"a","ẳ":"a","ẵ":"a","ẹ":"e","ẻ":"e","ẽ":"e","ề":"e","ế":"e","ệ":"e","ể":"e","ễ":"e","ị":"i","ỉ":"i","ĩ":"i","ọ":"o","ỏ":"o","ồ":"o","ố":"o","ộ":"o","ổ":"o","ỗ":"o","ơ":"o","ờ":"o","ớ":"o","ợ":"o","ở":"o","ỡ":"o","ụ":"u","ủ":"u","ũ":"u","ư":"u","ừ":"u","ứ":"u","ự":"u","ử":"u","ữ":"u","ỳ":"y","ỵ":"y","ỷ":"y","ỹ":"y","đ":"d","€":"euro","₢":"cruzeiro","₣":"french franc","£":"pound","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","¢":"cent","¥":"yen","元":"yuan","円":"yen","﷼":"rial","₠":"ecu","¤":"currency","฿":"baht",$:"dollar","₹":"indian rupee","©":"(c)","œ":"oe","Œ":"OE","∑":"sum","®":"(r)","†":"+","“":'"',"”":'"',"":"'","":"'","∂":"d","ƒ":"f","™":"tm","℠":"sm","…":"...","˚":"o","º":"o","ª":"a","•":"*","∆":"delta","∞":"infinity","♥":"love","&":"and","|":"or","<":"less",">":"greater"},v.defaults.modes={rfc3986:{replacement:"-",symbols:!0,remove:null,lower:!0,charmap:v.defaults.charmap,multicharmap:v.defaults.multicharmap},pretty:{replacement:"-",symbols:!0,remove:/[.]/g,lower:!1,charmap:v.defaults.charmap,multicharmap:v.defaults.multicharmap}},"undefined"!=typeof define&&define.amd){for(var n in v.defaults.modes)v.defaults.modes.hasOwnProperty(n)&&(v.defaults.modes[n].symbols=!1);define([],function(){return v})}else if("undefined"!=typeof module&&module.exports)m(),module.exports=v;else{for(var n in v.defaults.modes)v.defaults.modes.hasOwnProperty(n)&&(v.defaults.modes[n].symbols=!1);e.slug=v}}(this),this.Handlebars=this.Handlebars||{},this.Handlebars.templates=this.Handlebars.templates||{},Handlebars.registerPartial("_endpoint-intro",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){return'<li class="request intro">\n <a class="nav-link dropdown-item" href=\'#intro\'>\n <div class="request-name">Introduction</div>\n </a>\n</li>\n<li class="toc">\n <ul></ul>\n</li>\n'},useData:!0})),Handlebars.registerPartial("_endpoint",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s=e.lambda,l=e.escapeExpression,u=null!=t?t:e.nullContext||{},c=n.helperMissing,f="function";return'<div class="'+l(s(null!=(o=null!=t?t.request:t)?o.method:o,t))+' method" title="'+l(s(null!=(o=null!=t?t.request:t)?o.method:o,t))+'">\n <span>'+l((n.getRequestMethod||t&&t.getRequestMethod||c).call(u,null!=(o=null!=t?t.request:t)?o.method:o,{name:"getRequestMethod",hash:{},data:i}))+'</span>\n</div>\n<div class="request-name" title="'+l(typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:c)==f?a.call(u,{name:"name",hash:{},data:i}):a)+'">\n <a class="nav-link dropdown-item" href=\'#'+l(typeof(a=null!=(a=n._postman_id||(null!=t?t._postman_id:t))?a:c)==f?a.call(u,{name:"_postman_id",hash:{},data:i}):a)+"'>\n <span>"+l(typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:c)==f?a.call(u,{name:"name",hash:{},data:i}):a)+"</span>\n </a>\n</div>\n"},useData:!0})),Handlebars.registerPartial("_folder-doc-info",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing;return'<div class="api-information">\n <div class="folder-name"><p>'+e.escapeExpression("function"==typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:l)?a.call(s,{name:"name",hash:{},data:i}):a)+'</p></div>\n <div class="folder-description">'+(null!=(o="function"==typeof(a=null!=(a=n.description||(null!=t?t.description:t))?a:l)?a.call(s,{name:"description",hash:{},data:i}):a)?o:"")+"</div>\n</div>\n"},useData:!0})),Handlebars.registerPartial("_folder-doc",Handlebars.template({1:function(e,t,n,r,i){var o;return' <div class="col-md-6 col-xs-12 section">\n '+(null!=(o=e.invokePartial(r["_folder-doc-info"],t,{name:"_folder-doc-info",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+" </div>\n"},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o;return null!=(o=n.if.call(null!=t?t:e.nullContext||{},null!=t?t.item:t,{name:"if",hash:{},fn:e.program(1,i,0),inverse:e.program(1,i,0),data:i}))?o:""},usePartial:!0,useData:!0})),Handlebars.registerPartial("_folder-nav",Handlebars.template({1:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r["_item-nav"],t,{name:"_item-nav",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing,u=e.escapeExpression;return'<li class="folder clearfix">\n <div class="folder-label clearfix">\n <div class="toggle-folder-collapse">\n <div class="pm-doc-sprite pm-doc-sprite-triangle">\n </div>\n </div>\n <div class="pm-doc-sprite pm-doc-sprite-folder"></div>\n <div class="folder-link">\n <a class="nav-link dropdown-item" href="#'+u("function"==typeof(a=null!=(a=n._postman_id||(null!=t?t._postman_id:t))?a:l)?a.call(s,{name:"_postman_id",hash:{},data:i}):a)+'">\n <div class="name truncate">\n <span>'+u("function"==typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:l)?a.call(s,{name:"name",hash:{},data:i}):a)+"</span>\n </div>\n </a>\n </div>\n </div>\n <ul>\n"+(null!=(o=n.each.call(s,null!=t?t.item:t,{name:"each",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i}))?o:"")+" </ul>\n</li>\n"},usePartial:!0,useData:!0})),Handlebars.registerPartial("_folder-sidebar",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){return'<div class="col-md-6 col-xs-12 examples folder-examples"></div>\n'},useData:!0})),Handlebars.registerPartial("_folder",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a;return'<div class="row row-no-padding row-eq-height" id="'+e.escapeExpression("function"==typeof(a=null!=(a=n._postman_id||(null!=t?t._postman_id:t))?a:n.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"_postman_id",hash:{},data:i}):a)+'">\n '+(null!=(o=e.invokePartial(r["_folder-doc"],t,{name:"_folder-doc",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+" "+(null!=(o=e.invokePartial(r["_folder-sidebar"],t,{name:"_folder-sidebar",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+"</div>\n"},usePartial:!0,useData:!0})),Handlebars.registerPartial("_introduction-doc",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing;return'<div class="col-md-6 col-xs-12 section">\n <div class="api-information">\n <div class="collection-name">\n <p>'+e.escapeExpression("function"==typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:l)?a.call(s,{name:"name",hash:{},data:i}):a)+'</p>\n </div>\n <div class="collection-description">'+(null!=(o="function"==typeof(a=null!=(a=n.description||(null!=t?t.description:t))?a:l)?a.call(s,{name:"description",hash:{},data:i}):a)?o:"")+"</div>\n </div>\n</div>\n"},useData:!0})),Handlebars.registerPartial("_introduction-sidebar",Handlebars.template({1:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{};return' <div class="language hidden-xs hidden-sm">\n <div class="language-heading">Language</div>\n <div class="btn-group languages">\n <button type="button" class="btn btn-default dropdown-toggle language-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">\n <div class="active-lang ellipsis">'+e.escapeExpression("function"==typeof(a=null!=(a=n.selectedLanguage||(null!=t?t.selectedLanguage:t))?a:n.helperMissing)?a.call(s,{name:"selectedLanguage",hash:{},data:i}):a)+'</div>\n <span class="pm-doc-sprite pm-doc-sprite-dropdown-caret"></span>\n </button>\n <ul class="dropdown-menu dropdown-menu-right language_dropdown">\n'+(null!=(o=n.each.call(s,null!=t?t.languages:t,{name:"each",hash:{},fn:e.program(2,i,0),inverse:e.noop,data:i}))?o:"")+" </ul>\n </div>\n </div>\n"},2:function(e,t,n,r,i){var o,a=null!=t?t:e.nullContext||{},s=n.helperMissing,l="function",u=e.escapeExpression;return' <li class="dropdown-menu-item" data-snippetname='+u(typeof(o=null!=(o=n.target||(null!=t?t.target:t))?o:s)==l?o.call(a,{name:"target",hash:{},data:i}):o)+":"+u(typeof(o=null!=(o=n.client||(null!=t?t.client:t))?o:s)==l?o.call(a,{name:"client",hash:{},data:i}):o)+">"+u(typeof(o=null!=(o=n.name||(null!=t?t.name:t))?o:s)==l?o.call(a,{name:"name",hash:{},data:i}):o)+"</li>\n"},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o;return'<div class="col-md-6 col-xs-12 examples">\n'+(null!=(o=n.if.call(null!=t?t:e.nullContext||{},null!=t?t.languages:t,{name:"if",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i}))?o:"")+"\n <div class='hidden-xs hidden-sm sidebar-error'>\n <p class='heading'>Could not load examples for this collection</p>\n <button class='btn btn-default retry-button' id='retryLoadingExamples'>Retry</button>\n </div>\n <div class='hidden-xs hidden-sm sidebar-loader spinner'></div>\n</div>\n"},useData:!0})),Handlebars.registerPartial("_introduction",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o;return'<div class="row row-no-padding row-eq-height" id="intro">\n '+(null!=(o=e.invokePartial(r["_introduction-doc"],t,{name:"_introduction-doc",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+" "+(null!=(o=e.invokePartial(r["_introduction-sidebar"],t,{name:"_introduction-sidebar",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+"</div>\n"},usePartial:!0,useData:!0})),Handlebars.registerPartial("_item-nav",Handlebars.template({1:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r["_folder-nav"],t,{name:"_folder-nav",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},3:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r["_request-nav"],t,{name:"_request-nav",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s,l="";return a=null!=(a=n.ifIsFolder||(null!=t?t.ifIsFolder:t))?a:n.helperMissing,s={name:"ifIsFolder",hash:{},fn:e.program(1,i,0),inverse:e.program(3,i,0),data:i},o="function"==typeof a?a.call(null!=t?t:e.nullContext||{},s):a,n.ifIsFolder||(o=n.blockHelperMissing.call(t,o,s)),null!=o&&(l+=o),l},usePartial:!0,useData:!0})),Handlebars.registerPartial("_item",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a;return'<div class="row row-no-padding row-eq-height" id="'+e.escapeExpression("function"==typeof(a=null!=(a=n._postman_id||(null!=t?t._postman_id:t))?a:n.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"_postman_id",hash:{},data:i}):a)+'">\n '+(null!=(o=e.invokePartial(r["_request-doc"],t,{name:"_request-doc",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+" "+(null!=(o=e.invokePartial(r["_request-sidebar"],t,{name:"_request-sidebar",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+"</div>\n"},usePartial:!0,useData:!0})),Handlebars.registerPartial("_new-item",Handlebars.template({1:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r._folder,t,{name:"_folder",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=t?t.item:t,{name:"each",hash:{},fn:e.program(2,i,0),inverse:e.noop,data:i}))?o:"")},2:function(e,t,n,r,i){var o;return" \t"+(null!=(o=e.invokePartial(r["_new-item"],t,{name:"_new-item",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},4:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r._request,t,{name:"_request",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s,l="";return a=null!=(a=n.ifIsFolder||(null!=t?t.ifIsFolder:t))?a:n.helperMissing,s={name:"ifIsFolder",hash:{},fn:e.program(1,i,0),inverse:e.program(4,i,0),data:i},o="function"==typeof a?a.call(null!=t?t:e.nullContext||{},s):a,n.ifIsFolder||(o=n.blockHelperMissing.call(t,o,s)),null!=o&&(l+=o),l},usePartial:!0,useData:!0})),Handlebars.registerPartial("_request-doc",Handlebars.template({1:function(e,t,n,r,i){return' <span class="lock-icon"></span>\n'},3:function(e,t,n,r,i){return""},5:function(e,t,n,r,i){var o;return' <div class="headers">\n <div class="heading">HEADERS</div>\n <hr>\n'+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=(o=null!=t?t.request:t)?o.header:o,{name:"each",hash:{},fn:e.program(6,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n"},6:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing,u=e.escapeExpression;return' <div class="param row">\n <div class="name col-md-3 col-xs-12">'+u("function"==typeof(a=null!=(a=n.key||(null!=t?t.key:t))?a:l)?a.call(s,{name:"key",hash:{},data:i}):a)+'</div>\n <div class="value col-md-9 col-xs-12">'+u("function"==typeof(a=null!=(a=n.value||(null!=t?t.value:t))?a:l)?a.call(s,{name:"value",hash:{},data:i}):a)+"</div>\n"+(null!=(o=n.if.call(s,null!=t?t.description:t,{name:"if",hash:{},fn:e.program(7,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n"},7:function(e,t,n,r,i){var o,a;return' <div class="description col-md-9 col-xs-12">'+(null!=(o="function"==typeof(a=null!=(a=n.description||(null!=t?t.description:t))?a:n.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"description",hash:{},data:i}):a)?o:"")+"</div>\n"},9:function(e,t,n,r,i){var o;return' <div class="query-params">\n <div class="heading">PARAMS</div>\n <hr>\n'+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=(o=null!=(o=null!=t?t.request:t)?o.urlObject:o)?o.query:o,{name:"each",hash:{},fn:e.program(10,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n"},10:function(e,t,n,r,i){var o;return null!=(o=(n.checkQueryParam||t&&t.checkQueryParam||n.helperMissing).call(null!=t?t:e.nullContext||{},null!=t?t.disabled:t,{name:"checkQueryParam",hash:{},fn:e.program(11,i,0),inverse:e.noop,data:i}))?o:""},11:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing,u=e.escapeExpression;return' <div class="param row">\n <div class="name col-md-3 col-xs-12">'+u("function"==typeof(a=null!=(a=n.key||(null!=t?t.key:t))?a:l)?a.call(s,{name:"key",hash:{},data:i}):a)+'</div>\n <div class="value col-md-9 col-xs-12">'+u("function"==typeof(a=null!=(a=n.value||(null!=t?t.value:t))?a:l)?a.call(s,{name:"value",hash:{},data:i}):a)+"</div>\n"+(null!=(o=n.if.call(s,null!=(o=null!=t?t.description:t)?o.content:o,{name:"if",hash:{},fn:e.program(12,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n"},12:function(e,t,n,r,i){var o;return' <div class="description col-md-9 col-xs-12"><p>'+(null!=(o=e.lambda(null!=(o=null!=t?t.description:t)?o.content:o,t))?o:"")+"</p></div>\n"},14:function(e,t,n,r,i){var o;return' <div class="path-variables">\n <div class="heading">PATH VARIABLES</div>\n <hr>\n'+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=(o=null!=(o=null!=t?t.request:t)?o.urlObject:o)?o.variable:o,{name:"each",hash:{},fn:e.program(11,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n"},16:function(e,t,n,r,i){var o;return' <div class="request-body">\n <div class="body-heading">BODY <span class=\'body-type\'>'+e.escapeExpression(e.lambda(null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.mode:o,t))+"</span></div>\n"+(null!=(o=(n.ifeq||t&&t.ifeq||n.helperMissing).call(null!=t?t:e.nullContext||{},null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.mode:o,"raw",{name:"ifeq",hash:{},fn:e.program(17,i,0),inverse:e.program(22,i,0),data:i}))?o:"")+" </div>\n"},17:function(e,t,n,r,i){var o;return' <hr>\n <div class = "raw-body code-snippet">\n'+(null!=(o=(n.ifeq||t&&t.ifeq||n.helperMissing).call(null!=t?t:e.nullContext||{},null!=(o=null!=(o=null!=(o=null!=t?t.request:t)?o.header:o)?o[0]:o)?o.value:o,"text/xml",{name:"ifeq",hash:{},fn:e.program(18,i,0),inverse:e.program(20,i,0),data:i}))?o:"")+" </div>\n\n"},18:function(e,t,n,r,i){var o;return' <pre class="body-block click-to-expand-wrapper is-snippet-wrapper"><code class="body-block language-xml">'+e.escapeExpression(e.lambda(null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.raw:o,t))+"</code></pre>\n"},20:function(e,t,n,r,i){var o;return' <pre class="body-block click-to-expand-wrapper is-snippet-wrapper"><code class="body-block language-javascript">'+e.escapeExpression(e.lambda(null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.raw:o,t))+"</code></pre>\n"},22:function(e,t,n,r,i){var o,a=null!=t?t:e.nullContext||{},s=n.helperMissing;return(null!=(o=(n.ifeq||t&&t.ifeq||s).call(a,null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.mode:o,"formdata",{name:"ifeq",hash:{},fn:e.program(23,i,0),inverse:e.noop,data:i}))?o:"")+"\n"+(null!=(o=(n.ifeq||t&&t.ifeq||s).call(a,null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.mode:o,"urlencoded",{name:"ifeq",hash:{},fn:e.program(27,i,0),inverse:e.noop,data:i}))?o:"")+"\n"+(null!=(o=(n.ifeq||t&&t.ifeq||s).call(a,null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.mode:o,"graphql",{name:"ifeq",hash:{},fn:e.program(29,i,0),inverse:e.noop,data:i}))?o:"")},23:function(e,t,n,r,i){var o;return" <hr>\n"+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.formdata:o,{name:"each",hash:{},fn:e.program(24,i,0),inverse:e.noop,data:i}))?o:"")},24:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing,u=e.escapeExpression;return' <div class="param row">\n <div class="name col-md-3 col-xs-12">'+u("function"==typeof(a=null!=(a=n.key||(null!=t?t.key:t))?a:l)?a.call(s,{name:"key",hash:{},data:i}):a)+'</div>\n <div class="value col-md-9 col-xs-12">'+u("function"==typeof(a=null!=(a=n.value||(null!=t?t.value:t))?a:l)?a.call(s,{name:"value",hash:{},data:i}):a)+"</div>\n"+(null!=(o=n.if.call(s,null!=t?t.description:t,{name:"if",hash:{},fn:e.program(25,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n"},25:function(e,t,n,r,i){var o,a;return' <div class="description col-md-9 col-xs-12">'+(null!=(o="function"==typeof(a=null!=(a=n.description||(null!=t?t.description:t))?a:n.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"description",hash:{},data:i}):a)?o:"")+"</div>\n"},27:function(e,t,n,r,i){var o;return" <hr>\n"+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.urlencoded:o,{name:"each",hash:{},fn:e.program(24,i,0),inverse:e.noop,data:i}))?o:"")},29:function(e,t,n,r,i){var o,a=e.lambda,s=e.escapeExpression;return' <hr>\n <div>\n <div>\n <h4 class=\'secondary-regular-label\'>query</h4>\n <pre class="body-block click-to-expand-wrapper is-snippet-wrapper"><code class="body-block language-javascript">'+s(a(null!=(o=null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.graphql:o)?o.query:o,t))+'</code></pre>\n </div>\n <div>\n <h4 class=\'secondary-regular-label\'>graphql variables</h4>\n <pre class="body-block click-to-expand-wrapper is-snippet-wrapper"><code class="body-block language-javascript">'+s(a(null!=(o=null!=(o=null!=(o=null!=t?t.request:t)?o.body:o)?o.graphql:o)?o.variables:o,t))+"</code></pre>\n </div>\n </div>\n"},31:function(e,t,n,r,i){var o;return' <div class="attributes">\n <div class="attr-heading">URL Params</div>\n'+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=t?t.attributes:t,{name:"each",hash:{},fn:e.program(32,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n"},32:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing;return' <hr>\n <div class = "attr-name"><b>'+e.escapeExpression("function"==typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:l)?a.call(s,{name:"name",hash:{},data:i}):a)+'</b> </div>\n <div class="attr-description">'+(null!=(o="function"==typeof(a=null!=(a=n.description||(null!=t?t.description:t))?a:l)?a.call(s,{name:"description",hash:{},data:i}):a)?o:"")+"</div>\n"},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s=e.lambda,l=e.escapeExpression,u=null!=t?t:e.nullContext||{},c=n.helperMissing;return'<div class="col-md-6 col-xs-12 section">\n <div class="api-information">\n <div class="heading">\n <div class="name">\n <span class="'+l(s(null!=(o=null!=t?t.request:t)?o.method:o,t))+' method" title="'+l(s(null!=(o=null!=t?t.request:t)?o.method:o,t))+'">'+l((n.getRequestMethod||t&&t.getRequestMethod||c).call(u,null!=(o=null!=t?t.request:t)?o.method:o,{name:"getRequestMethod",hash:{},data:i}))+"</span>\n "+l("function"==typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:c)?a.call(u,{name:"name",hash:{},data:i}):a)+"\n"+(null!=(o=(n.checkrequestauth||t&&t.checkrequestauth||c).call(u,null!=(o=null!=t?t.request:t)?o.auth:o,{name:"checkrequestauth",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i}))?o:"")+' </div>\n </div>\n <div class="url">'+l(s(null!=(o=null!=t?t.request:t)?o.url:o,t))+'</div>\n <div class="description">'+(null!=(o=s(null!=(o=null!=t?t.request:t)?o.description:o,t))?o:"")+"</div>\n\n"+(null!=(o=n.if.call(u,null!=t?t.authorization:t,{name:"if",hash:{},fn:e.program(3,i,0),inverse:e.noop,data:i}))?o:"")+(null!=(o=n.if.call(u,null!=(o=null!=t?t.request:t)?o.header:o,{name:"if",hash:{},fn:e.program(5,i,0),inverse:e.noop,data:i}))?o:"")+"\n"+(null!=(o=n.if.call(u,null!=(o=null!=(o=null!=t?t.request:t)?o.urlObject:o)?o.query:o,{name:"if",hash:{},fn:e.program(9,i,0),inverse:e.noop,data:i}))?o:"")+"\n"+(null!=(o=n.if.call(u,null!=(o=null!=(o=null!=t?t.request:t)?o.urlObject:o)?o.variable:o,{name:"if",hash:{},fn:e.program(14,i,0),inverse:e.noop,data:i}))?o:"")+"\n"+(null!=(o=(n.hasRequestBody||t&&t.hasRequestBody||c).call(u,null!=(o=null!=t?t.request:t)?o.body:o,{name:"hasRequestBody",hash:{},fn:e.program(16,i,0),inverse:e.noop,data:i}))?o:"")+"\n"+(null!=(o=n.if.call(u,null!=(o=null!=t?t.request:t)?o.params:o,{name:"if",hash:{},fn:e.program(31,i,0),inverse:e.noop,data:i}))?o:"")+" </div>\n <br><br>\n</div>\n\n\n"},useData:!0})),Handlebars.registerPartial("_request-nav",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o;return'<li class="request">\n '+(null!=(o=e.invokePartial(r._endpoint,t,{name:"_endpoint",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+"</li>\n"},usePartial:!0,useData:!0})),Handlebars.registerPartial("_request-sidebar",Handlebars.template({1:function(e,t,n,r,i,o,a){var s,l=null!=t?t:e.nullContext||{},u=n.helperMissing;return'\n <div class="sample-request">\n <div class="heading"><span>Example Request</span></div>\n\n <div class="responses-index">\n'+(null!=(s=(n.ifeq||t&&t.ifeq||u).call(l,null!=(s=null!=t?t.sample:t)?s.length:s,1,{name:"ifeq",hash:{},fn:e.program(2,i,0,o,a),inverse:e.program(4,i,0,o,a),data:i}))?s:"")+' </div>\n </div>\n\n <div class="request code-snippet">\n'+(null!=(s=n.each.call(l,null!=t?t.sample:t,{name:"each",hash:{},fn:e.program(7,i,0,o,a),inverse:e.noop,data:i}))?s:"")+" </div>\n\n"+(null!=(s=(n.ifHasAnyResponses||t&&t.ifHasAnyResponses||u).call(l,null!=t?t.sample:t,{name:"ifHasAnyResponses",hash:{},fn:e.program(11,i,0,o,a),inverse:e.noop,data:i}))?s:"")},2:function(e,t,n,r,i){var o;return' <div class="response-name"><span>'+e.escapeExpression(e.lambda(null!=(o=null!=(o=null!=t?t.sample:t)?o[0]:o)?o.name:o,t))+"</span></div>\n"},4:function(e,t,n,r,i,o,a){var s,l,u=null!=t?t:e.nullContext||{},c=n.helperMissing,f=e.escapeExpression;return' <div class="dropdown response-name">\n <button class="btn dropdown-toggle responses-dropdown truncate" type="button" id="'+f("function"==typeof(l=null!=(l=n._postman_id||(null!=t?t._postman_id:t))?l:c)?l.call(u,{name:"_postman_id",hash:{},data:i}):l)+'_dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">\n <span class="response-name-label">'+f(e.lambda(null!=(s=null!=(s=null!=t?t.sample:t)?s[0]:s)?s.name:s,t))+'</span>\n <span class="caret"></span>\n </button>\n <ul class="dropdown-menu" aria-labelledby="'+f("function"==typeof(l=null!=(l=n._postman_id||(null!=t?t._postman_id:t))?l:c)?l.call(u,{name:"_postman_id",hash:{},data:i}):l)+'_dropdown">\n'+(null!=(s=n.each.call(u,null!=t?t.sample:t,{name:"each",hash:{},fn:e.program(5,i,0,o,a),inverse:e.noop,data:i}))?s:"")+" </ul>\n </div>\n"},5:function(e,t,n,r,i,o,a){var s,l=e.lambda,u=e.escapeExpression,c=null!=t?t:e.nullContext||{},f=n.helperMissing;return' <li class="truncate" data-request-info="'+u(l(null!=a[1]?a[1]._postman_id:a[1],t))+"_"+u("function"==typeof(s=null!=(s=n.index||i&&i.index)?s:f)?s.call(c,{name:"index",hash:{},data:i}):s)+'" data-request-name="'+u(l(null!=a[1]?a[1]._postman_id:a[1],t))+'">'+u("function"==typeof(s=null!=(s=n.name||(null!=t?t.name:t))?s:f)?s.call(c,{name:"name",hash:{},data:i}):s)+"</li>\n"},7:function(e,t,n,r,i,o,a){var s;return null!=(s=n.each.call(null!=t?t:e.nullContext||{},null!=t?t.snippet:t,{name:"each",hash:{},fn:e.program(8,i,0,o,a),inverse:e.noop,data:i}))?s:""},8:function(e,t,n,r,i,o,a){var s,l,u=null!=t?t:e.nullContext||{},c=n.helperMissing,f=e.escapeExpression,p=e.lambda;return' <div class="formatted-requests '+(null!=(s=n.unless.call(u,e.data(i,1)&&e.data(i,1).index,{name:"unless",hash:{},fn:e.program(9,i,0,o,a),inverse:e.noop,data:i}))?s:"")+'" data-lang="'+f("function"==typeof(l=null!=(l=n.key||i&&i.key)?l:c)?l.call(u,{name:"key",hash:{},data:i}):l)+'" data-id="'+f(p(null!=a[2]?a[2]._postman_id:a[2],t))+"_"+f(p(e.data(i,1)&&e.data(i,1).index,t))+'">\n <pre class="click-to-expand-wrapper is-snippet-wrapper"><button class="btn btn-sm pull-right copy-request copy-request-modal" data-clipboard-target="#'+(null!=(s=(n.generateRequestID||t&&t.generateRequestID||c).call(u,{name:"generateRequestID",hash:{lang:i&&i.key,requestId:e.data(i,1)&&e.data(i,1).index,request:null!=a[2]?a[2]._postman_id:a[2]},data:i}))?s:"")+'" data-before-copy="Copy to Clipboard" data-after-copy="Copied"></button><code class="language-javascript" id="'+(null!=(s=(n.generateRequestID||t&&t.generateRequestID||c).call(u,{name:"generateRequestID",hash:{lang:i&&i.key,requestId:e.data(i,1)&&e.data(i,1).index,request:null!=a[2]?a[2]._postman_id:a[2]},data:i}))?s:"")+'">'+f((n.sanitise_snippet||t&&t.sanitise_snippet||c).call(u,i&&i.key,t,{name:"sanitise_snippet",hash:{},data:i}))+'</code></pre>\n \x3c!-- Button over the expand overlay --\x3e\n <button class="btn btn-sm pull-right copy-request" data-clipboard-target="#'+(null!=(s=(n.generateRequestID||t&&t.generateRequestID||c).call(u,{name:"generateRequestID",hash:{lang:i&&i.key,requestId:e.data(i,1)&&e.data(i,1).index,request:null!=a[2]?a[2]._postman_id:a[2]},data:i}))?s:"")+'" data-before-copy="Copy to Clipboard" data-after-copy="Copied"></button>\n </div>\n'},9:function(e,t,n,r,i){return"is-default"},11:function(e,t,n,r,i,o,a){var s,l=null!=t?t:e.nullContext||{};return' <div class="sample-response">\n <div class="heading">\n <span>Example Response</span>\n </div>\n\n\n <div class="responses-index">\n'+(null!=(s=n.each.call(l,null!=t?t.sample:t,{name:"each",hash:{},fn:e.program(12,i,0,o,a),inverse:e.noop,data:i}))?s:"")+' </div>\n <div class="responses code-snippet">\n'+(null!=(s=n.each.call(l,null!=t?t.sample:t,{name:"each",hash:{},fn:e.program(14,i,0,o,a),inverse:e.noop,data:i}))?s:"")+" </div>\n </div>\n"},12:function(e,t,n,r,i,o,a){var s,l,u=null!=t?t:e.nullContext||{},c=e.lambda,f=e.escapeExpression;return' <div class="response-status '+(null!=(s=n.unless.call(u,i&&i.index,{name:"unless",hash:{},fn:e.program(9,i,0,o,a),inverse:e.noop,data:i}))?s:"")+'" data-id="'+f(c(null!=a[1]?a[1]._postman_id:a[1],t))+"_"+f("function"==typeof(l=null!=(l=n.index||i&&i.index)?l:n.helperMissing)?l.call(u,{name:"index",hash:{},data:i}):l)+'">\n <span>'+f(c(null!=(s=null!=t?t.response:t)?s.code:s,t))+" "+f(c(null!=(s=null!=t?t.response:t)?s.status:s,t))+"</span>\n </div>\n"},14:function(e,t,n,r,i,o,a){var s;return null!=(s=n.if.call(null!=t?t:e.nullContext||{},null!=(s=null!=t?t.response:t)?s.body:s,{name:"if",hash:{},fn:e.program(15,i,0,o,a),inverse:e.noop,data:i}))?s:""},15:function(e,t,n,r,i,o,a){var s,l,u=null!=t?t:e.nullContext||{},c=e.lambda,f=e.escapeExpression,p=n.helperMissing;return' <div\n class="formatted-responses '+(null!=(s=n.if.call(u,i&&i.first,{name:"if",hash:{},fn:e.program(9,i,0,o,a),inverse:e.noop,data:i}))?s:"")+'"\n data-id="'+f(c(null!=a[1]?a[1]._postman_id:a[1],t))+"_"+f("function"==typeof(l=null!=(l=n.index||i&&i.index)?l:p)?l.call(u,{name:"index",hash:{},data:i}):l)+'"\n data-lang="'+f(c(null!=(s=null!=t?t.response:t)?s._postman_previewlanguage:s,t))+'"\n >\n'+(null!=(s=(n.ifIsMarkupLanguage||t&&t.ifIsMarkupLanguage||p).call(u,null!=(s=null!=t?t.response:t)?s._postman_previewlanguage:s,{name:"ifIsMarkupLanguage",hash:{},fn:e.program(16,i,0,o,a),inverse:e.program(18,i,0,o,a),data:i}))?s:"")+" </div>\n"},16:function(e,t,n,r,i,o,a){var s,l,u=e.lambda,c=e.escapeExpression,f=null!=t?t:e.nullContext||{},p=n.helperMissing;return' <pre\n class="click-to-expand-wrapper is-snippet-wrapper is-example"\n data-id="'+c(u(null!=a[1]?a[1]._postman_id:a[1],t))+"_"+c("function"==typeof(l=null!=(l=n.index||i&&i.index)?l:p)?l.call(f,{name:"index",hash:{},data:i}):l)+'"\n data-lang="'+c(u(null!=(s=null!=t?t.response:t)?s._postman_previewlanguage:s,t))+'"\n ><code class="language-markup">'+c((n.limitLinesOrLength||t&&t.limitLinesOrLength||p).call(f,null!=(s=null!=t?t.response:t)?s.body:s,{name:"limitLinesOrLength",hash:{},data:i}))+"</code></pre>\n"},18:function(e,t,n,r,i,o,a){var s,l,u=e.lambda,c=e.escapeExpression,f=null!=t?t:e.nullContext||{},p=n.helperMissing;return' <pre\n class="click-to-expand-wrapper is-snippet-wrapper is-example"\n data-id="'+c(u(null!=a[1]?a[1]._postman_id:a[1],t))+"_"+c("function"==typeof(l=null!=(l=n.index||i&&i.index)?l:p)?l.call(f,{name:"index",hash:{},data:i}):l)+'"\n data-lang="'+c(u(null!=(s=null!=t?t.response:t)?s._postman_previewlanguage:s,t))+'"\n ><code class="language-javascript">'+c((n.limitLinesOrLength||t&&t.limitLinesOrLength||p).call(f,null!=(s=null!=t?t.response:t)?s.body:s,{name:"limitLinesOrLength",hash:{},data:i}))+"</code></pre>\n"},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i,o,a){var s;return'<div class="col-md-6 col-xs-12 examples">'+(null!=(s=n.if.call(null!=t?t:e.nullContext||{},null!=t?t.sample:t,{name:"if",hash:{},fn:e.program(1,i,0,o,a),inverse:e.noop,data:i}))?s:"")+"</div>\n"},useData:!0,useDepths:!0})),Handlebars.registerPartial("_request",Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a;return'<div class="row row-no-padding row-eq-height" id="'+e.escapeExpression("function"==typeof(a=null!=(a=n._postman_id||(null!=t?t._postman_id:t))?a:n.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"_postman_id",hash:{},data:i}):a)+'">\n '+(null!=(o=e.invokePartial(r["_request-doc"],t,{name:"_request-doc",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+" "+(null!=(o=e.invokePartial(r["_request-sidebar"],t,{name:"_request-sidebar",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+"</div>\n"},usePartial:!0,useData:!0})),this.Handlebars.templates["doc-sidebar"]=Handlebars.template({1:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r._introduction,t,{name:"_introduction",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},3:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r["_new-item"],t,{name:"_new-item",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a=null!=t?t:e.nullContext||{};return(null!=(o=n.with.call(a,null!=t?t.info:t,{name:"with",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i}))?o:"")+(null!=(o=n.each.call(a,null!=t?t.item:t,{name:"each",hash:{},fn:e.program(3,i,0),inverse:e.noop,data:i}))?o:"")},usePartial:!0,useData:!0}),this.Handlebars.templates.error=Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a,s=null!=t?t:e.nullContext||{},l=n.helperMissing,u="function",c=e.escapeExpression;return'<div class="container error">\n <div class="row">\n <div class="col-lg-5 page-graphic error-code-'+c(typeof(a=null!=(a=n.code||(null!=t?t.code:t))?a:l)==u?a.call(s,{name:"code",hash:{},data:i}):a)+'"></div>\n <div class="col-lg-7 page-message">\n <h2 class="page-banner-title">'+c(typeof(a=null!=(a=n.code||(null!=t?t.code:t))?a:l)==u?a.call(s,{name:"code",hash:{},data:i}):a)+"</h2>\n <p>"+(null!=(o=typeof(a=null!=(a=n.message||(null!=t?t.message:t))?a:l)==u?a.call(s,{name:"message",hash:{},data:i}):a)?o:"")+"</p>\n </div>\n </div>\n</div>"},useData:!0}),this.Handlebars.templates["nav-sidebar"]=Handlebars.template({1:function(e,t,n,r,i){var o;return" "+(null!=(o=e.invokePartial(r["_item-nav"],t,{name:"_item-nav",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")},compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o;return'<div class="collection-heading">\n <p class="heading">'+e.escapeExpression(e.lambda(null!=(o=null!=t?t.info:t)?o.name:o,t))+'</p>\n</div>\n<ul class="nav navbar-nav" id="navbar-example">\n '+(null!=(o=e.invokePartial(r["_endpoint-intro"],t,{name:"_endpoint-intro",data:i,helpers:n,partials:r,decorators:e.decorators}))?o:"")+(null!=(o=n.each.call(null!=t?t:e.nullContext||{},null!=t?t.item:t,{name:"each",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i}))?o:"")+"</ul>"},usePartial:!0,useData:!0}),this.Handlebars.templates["toc-item"]=Handlebars.template({compiler:[7,">= 4.0.0"],main:function(e,t,n,r,i){var o,a=null!=t?t:e.nullContext||{},s=n.helperMissing,l=e.escapeExpression;return'<li class="request heading">\n <a class="nav-link dropdown-item" href=\'#'+l("function"==typeof(o=null!=(o=n.id||(null!=t?t.id:t))?o:s)?o.call(a,{name:"id",hash:{},data:i}):o)+'\'>\n <div class="request-name">'+l("function"==typeof(o=null!=(o=n.name||(null!=t?t.name:t))?o:s)?o.call(a,{name:"name",hash:{},data:i}):o)+"</div>\n </a>\n</li>\n"},useData:!0});var scope={};function populateScope(){var e;e=$("#script-data-scope").data(),_.forEach(e,function(e,t){var n=_.camelCase(t.replace(/^var/i,""));t.match(/^var/)&&!_.has(scope,n)&&(scope[n]=e)})}if(populateScope(),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");!function(){"use strict";var e=jQuery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||3<e[0])throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(),function(r){"use strict";r.fn.emulateTransitionEnd=function(e){var t=!1,n=this;r(this).one("bsTransitionEnd",function(){t=!0});return setTimeout(function(){t||r(n).trigger(r.support.transition.end)},e),this},r(function(){r.support.transition=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(void 0!==e.style[n])return{end:t[n]};return!1}(),r.support.transition&&(r.event.special.bsTransitionEnd={bindType:r.support.transition.end,delegateType:r.support.transition.end,handle:function(e){if(r(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(o){"use strict";function a(e){o(e).on("click",t,this.close)}var t='[data-dismiss="alert"]';a.VERSION="3.3.7",a.TRANSITION_DURATION=150,a.prototype.close=function(e){var t=o(this),n=t.attr("data-target");n=n||(n=t.attr("href"))&&n.replace(/.*(?=#[^\s]*$)/,"");var r=o("#"===n?[]:n);function i(){r.detach().trigger("closed.bs.alert").remove()}e&&e.preventDefault(),r.length||(r=t.closest(".alert")),r.trigger(e=o.Event("close.bs.alert")),e.isDefaultPrevented()||(r.removeClass("in"),o.support.transition&&r.hasClass("fade")?r.one("bsTransitionEnd",i).emulateTransitionEnd(a.TRANSITION_DURATION):i())};var e=o.fn.alert;o.fn.alert=function(n){return this.each(function(){var e=o(this),t=e.data("bs.alert");t||e.data("bs.alert",t=new a(this)),"string"==typeof n&&t[n].call(e)})},o.fn.alert.Constructor=a,o.fn.alert.noConflict=function(){return o.fn.alert=e,this},o(document).on("click.bs.alert.data-api",t,a.prototype.close)}(jQuery),function(o){"use strict";var i=function(e,t){this.$element=o(e),this.options=o.extend({},i.DEFAULTS,t),this.isLoading=!1};function n(r){return this.each(function(){var e=o(this),t=e.data("bs.button"),n="object"==typeof r&&r;t||e.data("bs.button",t=new i(this,n)),"toggle"==r?t.toggle():r&&t.setState(r)})}i.VERSION="3.3.7",i.DEFAULTS={loadingText:"loading..."},i.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.is("input")?"val":"html",i=n.data();e+="Text",null==i.resetText&&n.data("resetText",n[r]()),setTimeout(o.proxy(function(){n[r](null==i[e]?this.options[e]:i[e]),"loadingText"==e?(this.isLoading=!0,n.addClass(t).attr(t,t).prop(t,!0)):this.isLoading&&(this.isLoading=!1,n.removeClass(t).removeAttr(t).prop(t,!1))},this),0)},i.prototype.toggle=function(){var e=!0,t=this.$element.closest('[data-toggle="buttons"]');if(t.length){var n=this.$element.find("input");"radio"==n.prop("type")?(n.prop("checked")&&(e=!1),t.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==n.prop("type")&&(n.prop("checked")!==this.$element.hasClass("active")&&(e=!1),this.$element.toggleClass("active")),n.prop("checked",this.$element.hasClass("active")),e&&n.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var e=o.fn.button;o.fn.button=n,o.fn.button.Constructor=i,o.fn.button.noConflict=function(){return o.fn.button=e,this},o(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(e){var t=o(e.target).closest(".btn");n.call(t,"toggle"),o(e.target).is('input[type="radio"], input[type="checkbox"]')||(e.preventDefault(),t.is("input,button")?t.trigger("focus"):t.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){o(e.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(e.type))})}(jQuery),function(f){"use strict";function p(e,t){this.$element=f(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=t,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",f.proxy(this.keydown,this)),"hover"!=this.options.pause||"ontouchstart"in document.documentElement||this.$element.on("mouseenter.bs.carousel",f.proxy(this.pause,this)).on("mouseleave.bs.carousel",f.proxy(this.cycle,this))}function a(i){return this.each(function(){var e=f(this),t=e.data("bs.carousel"),n=f.extend({},p.DEFAULTS,e.data(),"object"==typeof i&&i),r="string"==typeof i?i:n.slide;t||e.data("bs.carousel",t=new p(this,n)),"number"==typeof i?t.to(i):r?t[r]():n.interval&&t.pause().cycle()})}p.VERSION="3.3.7",p.TRANSITION_DURATION=600,p.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},p.prototype.keydown=function(e){if(!/input|textarea/i.test(e.target.tagName)){switch(e.which){case 37:this.prev();break;case 39:this.next();break;default:return}e.preventDefault()}},p.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(f.proxy(this.next,this),this.options.interval)),this},p.prototype.getItemIndex=function(e){return this.$items=e.parent().children(".item"),this.$items.index(e||this.$active)},p.prototype.getItemForDirection=function(e,t){var n=this.getItemIndex(t);if(("prev"==e&&0===n||"next"==e&&n==this.$items.length-1)&&!this.options.wrap)return t;var r=(n+("prev"==e?-1:1))%this.$items.length;return this.$items.eq(r)},p.prototype.to=function(e){var t=this,n=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(e>this.$items.length-1||e<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){t.to(e)}):n==e?this.pause().cycle():this.slide(n<e?"next":"prev",this.$items.eq(e))},p.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&f.support.transition&&(this.$element.trigger(f.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},p.prototype.next=function(){if(!this.sliding)return this.slide("next")},p.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},p.prototype.slide=function(e,t){var n=this.$element.find(".item.active"),r=t||this.getItemForDirection(e,n),i=this.interval,o="next"==e?"left":"right",a=this;if(r.hasClass("active"))return this.sliding=!1;var s=r[0],l=f.Event("slide.bs.carousel",{relatedTarget:s,direction:o});if(this.$element.trigger(l),!l.isDefaultPrevented()){if(this.sliding=!0,i&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var u=f(this.$indicators.children()[this.getItemIndex(r)]);u&&u.addClass("active")}var c=f.Event("slid.bs.carousel",{relatedTarget:s,direction:o});return f.support.transition&&this.$element.hasClass("slide")?(r.addClass(e),r[0].offsetWidth,n.addClass(o),r.addClass(o),n.one("bsTransitionEnd",function(){r.removeClass([e,o].join(" ")).addClass("active"),n.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger(c)},0)}).emulateTransitionEnd(p.TRANSITION_DURATION)):(n.removeClass("active"),r.addClass("active"),this.sliding=!1,this.$element.trigger(c)),i&&this.cycle(),this}};var e=f.fn.carousel;f.fn.carousel=a,f.fn.carousel.Constructor=p,f.fn.carousel.noConflict=function(){return f.fn.carousel=e,this};function t(e){var t,n=f(this),r=f(n.attr("data-target")||(t=n.attr("href"))&&t.replace(/.*(?=#[^\s]+$)/,""));if(r.hasClass("carousel")){var i=f.extend({},r.data(),n.data()),o=n.attr("data-slide-to");o&&(i.interval=!1),a.call(r,i),o&&r.data("bs.carousel").to(o),e.preventDefault()}}f(document).on("click.bs.carousel.data-api","[data-slide]",t).on("click.bs.carousel.data-api","[data-slide-to]",t),f(window).on("load",function(){f('[data-ride="carousel"]').each(function(){var e=f(this);a.call(e,e.data())})})}(jQuery),function(a){"use strict";var s=function(e,t){this.$element=a(e),this.options=a.extend({},s.DEFAULTS,t),this.$trigger=a('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};function i(e){var t,n=e.attr("data-target")||(t=e.attr("href"))&&t.replace(/.*(?=#[^\s]+$)/,"");return a(n)}function l(r){return this.each(function(){var e=a(this),t=e.data("bs.collapse"),n=a.extend({},s.DEFAULTS,e.data(),"object"==typeof r&&r);!t&&n.toggle&&/show|hide/.test(r)&&(n.toggle=!1),t||e.data("bs.collapse",t=new s(this,n)),"string"==typeof r&&t[r]()})}s.VERSION="3.3.7",s.TRANSITION_DURATION=350,s.DEFAULTS={toggle:!0},s.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"},s.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e,t=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(t&&t.length&&(e=t.data("bs.collapse"))&&e.transitioning)){var n=a.Event("show.bs.collapse");if(this.$element.trigger(n),!n.isDefaultPrevented()){t&&t.length&&(l.call(t,"hide"),e||t.data("bs.collapse",null));var r=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[r](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var i=function(){this.$element.removeClass("collapsing").addClass("collapse in")[r](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return i.call(this);var o=a.camelCase(["scroll",r].join("-"));this.$element.one("bsTransitionEnd",a.proxy(i,this)).emulateTransitionEnd(s.TRANSITION_DURATION)[r](this.$element[0][o])}}}},s.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=a.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var t=this.dimension();this.$element[t](this.$element[t]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var n=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};if(!a.support.transition)return n.call(this);this.$element[t](0).one("bsTransitionEnd",a.proxy(n,this)).emulateTransitionEnd(s.TRANSITION_DURATION)}}},s.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},s.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(e,t){var n=a(t);this.addAriaAndCollapsedClass(i(n),n)},this)).end()},s.prototype.addAriaAndCollapsedClass=function(e,t){var n=e.hasClass("in");e.attr("aria-expanded",n),t.toggleClass("collapsed",!n).attr("aria-expanded",n)};var e=a.fn.collapse;a.fn.collapse=l,a.fn.collapse.Constructor=s,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(e){var t=a(this);t.attr("data-target")||e.preventDefault();var n=i(t),r=n.data("bs.collapse")?"toggle":t.data();l.call(n,r)})}(jQuery),function(a){"use strict";function r(e){a(e).on("click.bs.dropdown",this.toggle)}var s='[data-toggle="dropdown"]';function l(e){var t=e.attr("data-target"),n=(t=t||(t=e.attr("href"))&&/#[A-Za-z]/.test(t)&&t.replace(/.*(?=#[^\s]*$)/,""))&&a(t);return n&&n.length?n:e.parent()}function o(r){r&&3===r.which||(a(".dropdown-backdrop").remove(),a(s).each(function(){var e=a(this),t=l(e),n={relatedTarget:this};t.hasClass("open")&&(r&&"click"==r.type&&/input|textarea/i.test(r.target.tagName)&&a.contains(t[0],r.target)||(t.trigger(r=a.Event("hide.bs.dropdown",n)),r.isDefaultPrevented()||(e.attr("aria-expanded","false"),t.removeClass("open").trigger(a.Event("hidden.bs.dropdown",n)))))}))}r.VERSION="3.3.7",r.prototype.toggle=function(e){var t=a(this);if(!t.is(".disabled, :disabled")){var n=l(t),r=n.hasClass("open");if(o(),!r){"ontouchstart"in document.documentElement&&!n.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",o);var i={relatedTarget:this};if(n.trigger(e=a.Event("show.bs.dropdown",i)),e.isDefaultPrevented())return;t.trigger("focus").attr("aria-expanded","true"),n.toggleClass("open").trigger(a.Event("shown.bs.dropdown",i))}return!1}},r.prototype.keydown=function(e){if(/(38|40|27|32)/.test(e.which)&&!/input|textarea/i.test(e.target.tagName)){var t=a(this);if(e.preventDefault(),e.stopPropagation(),!t.is(".disabled, :disabled")){var n=l(t),r=n.hasClass("open");if(!r&&27!=e.which||r&&27==e.which)return 27==e.which&&n.find(s).trigger("focus"),t.trigger("click");var i=n.find(".dropdown-menu li:not(.disabled):visible a");if(i.length){var o=i.index(e.target);38==e.which&&0<o&&o--,40==e.which&&o<i.length-1&&o++,~o||(o=0),i.eq(o).trigger("focus")}}}};var e=a.fn.dropdown;a.fn.dropdown=function(n){return this.each(function(){var e=a(this),t=e.data("bs.dropdown");t||e.data("bs.dropdown",t=new r(this)),"string"==typeof n&&t[n].call(e)})},a.fn.dropdown.Constructor=r,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=e,this},a(document).on("click.bs.dropdown.data-api",o).on("click.bs.dropdown.data-api",".dropdown form",function(e){e.stopPropagation()}).on("click.bs.dropdown.data-api",s,r.prototype.toggle).on("keydown.bs.dropdown.data-api",s,r.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",r.prototype.keydown)}(jQuery),function(o){"use strict";function a(e,t){this.options=t,this.$body=o(document.body),this.$element=o(e),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,o.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))}function s(r,i){return this.each(function(){var e=o(this),t=e.data("bs.modal"),n=o.extend({},a.DEFAULTS,e.data(),"object"==typeof r&&r);t||e.data("bs.modal",t=new a(this,n)),"string"==typeof r?t[r](i):n.show&&t.show(i)})}a.VERSION="3.3.7",a.TRANSITION_DURATION=300,a.BACKDROP_TRANSITION_DURATION=150,a.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},a.prototype.toggle=function(e){return this.isShown?this.hide():this.show(e)},a.prototype.show=function(n){var r=this,e=o.Event("show.bs.modal",{relatedTarget:n});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',o.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){r.$element.one("mouseup.dismiss.bs.modal",function(e){o(e.target).is(r.$element)&&(r.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=o.support.transition&&r.$element.hasClass("fade");r.$element.parent().length||r.$element.appendTo(r.$body),r.$element.show().scrollTop(0),r.adjustDialog(),e&&r.$element[0].offsetWidth,r.$element.addClass("in"),r.enforceFocus();var t=o.Event("shown.bs.modal",{relatedTarget:n});e?r.$dialog.one("bsTransitionEnd",function(){r.$element.trigger("focus").trigger(t)}).emulateTransitionEnd(a.TRANSITION_DURATION):r.$element.trigger("focus").trigger(t)}))},a.prototype.hide=function(e){e&&e.preventDefault(),e=o.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),o(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),o.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",o.proxy(this.hideModal,this)).emulateTransitionEnd(a.TRANSITION_DURATION):this.hideModal())},a.prototype.enforceFocus=function(){o(document).off("focusin.bs.modal").on("focusin.bs.modal",o.proxy(function(e){document===e.target||this.$element[0]===e.target||this.$element.has(e.target).length||this.$element.trigger("focus")},this))},a.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",o.proxy(function(e){27==e.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},a.prototype.resize=function(){this.isShown?o(window).on("resize.bs.modal",o.proxy(this.handleUpdate,this)):o(window).off("resize.bs.modal")},a.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.$body.removeClass("modal-open"),e.resetAdjustments(),e.resetScrollbar(),e.$element.trigger("hidden.bs.modal")})},a.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},a.prototype.backdrop=function(e){var t=this,n=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var r=o.support.transition&&n;if(this.$backdrop=o(document.createElement("div")).addClass("modal-backdrop "+n).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",o.proxy(function(e){this.ignoreBackdropClick?this.ignoreBackdropClick=!1:e.target===e.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide())},this)),r&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;r?this.$backdrop.one("bsTransitionEnd",e).emulateTransitionEnd(a.BACKDROP_TRANSITION_DURATION):e()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var i=function(){t.removeBackdrop(),e&&e()};o.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",i).emulateTransitionEnd(a.BACKDROP_TRANSITION_DURATION):i()}else e&&e()},a.prototype.handleUpdate=function(){this.adjustDialog()},a.prototype.adjustDialog=function(){var e=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&e?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!e?this.scrollbarWidth:""})},a.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},a.prototype.checkScrollbar=function(){var e=window.innerWidth;if(!e){var t=document.documentElement.getBoundingClientRect();e=t.right-Math.abs(t.left)}this.bodyIsOverflowing=document.body.clientWidth<e,this.scrollbarWidth=this.measureScrollbar()},a.prototype.setScrollbar=function(){var e=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",e+this.scrollbarWidth)},a.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},a.prototype.measureScrollbar=function(){var e=document.createElement("div");e.className="modal-scrollbar-measure",this.$body.append(e);var t=e.offsetWidth-e.clientWidth;return this.$body[0].removeChild(e),t};var e=o.fn.modal;o.fn.modal=s,o.fn.modal.Constructor=a,o.fn.modal.noConflict=function(){return o.fn.modal=e,this},o(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(e){var t=o(this),n=t.attr("href"),r=o(t.attr("data-target")||n&&n.replace(/.*(?=#[^\s]+$)/,"")),i=r.data("bs.modal")?"toggle":o.extend({remote:!/#/.test(n)&&n},r.data(),t.data());t.is("a")&&e.preventDefault(),r.one("show.bs.modal",function(e){e.isDefaultPrevented()||r.one("hidden.bs.modal",function(){t.is(":visible")&&t.trigger("focus")})}),s.call(r,i,this)})}(jQuery),function(g){"use strict";function m(e,t){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",e,t)}m.VERSION="3.3.7",m.TRANSITION_DURATION=150,m.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},m.prototype.init=function(e,t,n){if(this.enabled=!0,this.type=e,this.$element=g(t),this.options=this.getOptions(n),this.$viewport=this.options.viewport&&g(g.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var r=this.options.trigger.split(" "),i=r.length;i--;){var o=r[i];if("click"==o)this.$element.on("click."+this.type,this.options.selector,g.proxy(this.toggle,this));else if("manual"!=o){var a="hover"==o?"mouseenter":"focusin",s="hover"==o?"mouseleave":"focusout";this.$element.on(a+"."+this.type,this.options.selector,g.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,g.proxy(this.leave,this))}}this.options.selector?this._options=g.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},m.prototype.getDefaults=function(){return m.DEFAULTS},m.prototype.getOptions=function(e){return(e=g.extend({},this.getDefaults(),this.$element.data(),e)).delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},m.prototype.getDelegateOptions=function(){var n={},r=this.getDefaults();return this._options&&g.each(this._options,function(e,t){r[e]!=t&&(n[e]=t)}),n},m.prototype.enter=function(e){var t=e instanceof this.constructor?e:g(e.currentTarget).data("bs."+this.type);if(t||(t=new this.constructor(e.currentTarget,this.getDelegateOptions()),g(e.currentTarget).data("bs."+this.type,t)),e instanceof g.Event&&(t.inState["focusin"==e.type?"focus":"hover"]=!0),t.tip().hasClass("in")||"in"==t.hoverState)t.hoverState="in";else{if(clearTimeout(t.timeout),t.hoverState="in",!t.options.delay||!t.options.delay.show)return t.show();t.timeout=setTimeout(function(){"in"==t.hoverState&&t.show()},t.options.delay.show)}},m.prototype.isInStateTrue=function(){for(var e in this.inState)if(this.inState[e])return!0;return!1},m.prototype.leave=function(e){var t=e instanceof this.constructor?e:g(e.currentTarget).data("bs."+this.type);if(t||(t=new this.constructor(e.currentTarget,this.getDelegateOptions()),g(e.currentTarget).data("bs."+this.type,t)),e instanceof g.Event&&(t.inState["focusout"==e.type?"focus":"hover"]=!1),!t.isInStateTrue()){if(clearTimeout(t.timeout),t.hoverState="out",!t.options.delay||!t.options.delay.hide)return t.hide();t.timeout=setTimeout(function(){"out"==t.hoverState&&t.hide()},t.options.delay.hide)}},m.prototype.show=function(){var e=g.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var t=g.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!t)return;var n=this,r=this.tip(),i=this.getUID(this.type);this.setContent(),r.attr("id",i),this.$element.attr("aria-describedby",i),this.options.animation&&r.addClass("fade");var o="function"==typeof this.options.placement?this.options.placement.call(this,r[0],this.$element[0]):this.options.placement,a=/\s?auto?\s?/i,s=a.test(o);s&&(o=o.replace(a,"")||"top"),r.detach().css({top:0,left:0,display:"block"}).addClass(o).data("bs."+this.type,this),this.options.container?r.appendTo(this.options.container):r.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var l=this.getPosition(),u=r[0].offsetWidth,c=r[0].offsetHeight;if(s){var f=o,p=this.getPosition(this.$viewport);o="bottom"==o&&l.bottom+c>p.bottom?"top":"top"==o&&l.top-c<p.top?"bottom":"right"==o&&l.right+u>p.width?"left":"left"==o&&l.left-u<p.left?"right":o,r.removeClass(f).addClass(o)}var d=this.getCalculatedOffset(o,l,u,c);this.applyPlacement(d,o);var h=function(){var e=n.hoverState;n.$element.trigger("shown.bs."+n.type),n.hoverState=null,"out"==e&&n.leave(n)};g.support.transition&&this.$tip.hasClass("fade")?r.one("bsTransitionEnd",h).emulateTransitionEnd(m.TRANSITION_DURATION):h()}},m.prototype.applyPlacement=function(e,t){var n=this.tip(),r=n[0].offsetWidth,i=n[0].offsetHeight,o=parseInt(n.css("margin-top"),10),a=parseInt(n.css("margin-left"),10);isNaN(o)&&(o=0),isNaN(a)&&(a=0),e.top+=o,e.left+=a,g.offset.setOffset(n[0],g.extend({using:function(e){n.css({top:Math.round(e.top),left:Math.round(e.left)})}},e),0),n.addClass("in");var s=n[0].offsetWidth,l=n[0].offsetHeight;"top"==t&&l!=i&&(e.top=e.top+i-l);var u=this.getViewportAdjustedDelta(t,e,s,l);u.left?e.left+=u.left:e.top+=u.top;var c=/top|bottom/.test(t),f=c?2*u.left-r+s:2*u.top-i+l,p=c?"offsetWidth":"offsetHeight";n.offset(e),this.replaceArrow(f,n[0][p],c)},m.prototype.replaceArrow=function(e,t,n){this.arrow().css(n?"left":"top",50*(1-e/t)+"%").css(n?"top":"left","")},m.prototype.setContent=function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},m.prototype.hide=function(e){var t=this,n=g(this.$tip),r=g.Event("hide.bs."+this.type);function i(){"in"!=t.hoverState&&n.detach(),t.$element&&t.$element.removeAttr("aria-describedby").trigger("hidden.bs."+t.type),e&&e()}if(this.$element.trigger(r),!r.isDefaultPrevented())return n.removeClass("in"),g.support.transition&&n.hasClass("fade")?n.one("bsTransitionEnd",i).emulateTransitionEnd(m.TRANSITION_DURATION):i(),this.hoverState=null,this},m.prototype.fixTitle=function(){var e=this.$element;!e.attr("title")&&"string"==typeof e.attr("data-original-title")||e.attr("data-original-title",e.attr("title")||"").attr("title","")},m.prototype.hasContent=function(){return this.getTitle()},m.prototype.getPosition=function(e){var t=(e=e||this.$element)[0],n="BODY"==t.tagName,r=t.getBoundingClientRect();null==r.width&&(r=g.extend({},r,{width:r.right-r.left,height:r.bottom-r.top}));var i=window.SVGElement&&t instanceof window.SVGElement,o=n?{top:0,left:0}:i?null:e.offset(),a={scroll:n?document.documentElement.scrollTop||document.body.scrollTop:e.scrollTop()},s=n?{width:g(window).width(),height:g(window).height()}:null;return g.extend({},r,a,s,o)},m.prototype.getCalculatedOffset=function(e,t,n,r){return"bottom"==e?{top:t.top+t.height,left:t.left+t.width/2-n/2}:"top"==e?{top:t.top-r,left:t.left+t.width/2-n/2}:"left"==e?{top:t.top+t.height/2-r/2,left:t.left-n}:{top:t.top+t.height/2-r/2,left:t.left+t.width}},m.prototype.getViewportAdjustedDelta=function(e,t,n,r){var i={top:0,left:0};if(!this.$viewport)return i;var o=this.options.viewport&&this.options.viewport.padding||0,a=this.getPosition(this.$viewport);if(/right|left/.test(e)){var s=t.top-o-a.scroll,l=t.top+o-a.scroll+r;s<a.top?i.top=a.top-s:l>a.top+a.height&&(i.top=a.top+a.height-l)}else{var u=t.left-o,c=t.left+o+n;u<a.left?i.left=a.left-u:c>a.right&&(i.left=a.left+a.width-c)}return i},m.prototype.getTitle=function(){var e=this.$element,t=this.options;return e.attr("data-original-title")||("function"==typeof t.title?t.title.call(e[0]):t.title)},m.prototype.getUID=function(e){for(;e+=~~(1e6*Math.random()),document.getElementById(e););return e},m.prototype.tip=function(){if(!this.$tip&&(this.$tip=g(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},m.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},m.prototype.enable=function(){this.enabled=!0},m.prototype.disable=function(){this.enabled=!1},m.prototype.toggleEnabled=function(){this.enabled=!this.enabled},m.prototype.toggle=function(e){var t=this;e&&((t=g(e.currentTarget).data("bs."+this.type))||(t=new this.constructor(e.currentTarget,this.getDelegateOptions()),g(e.currentTarget).data("bs."+this.type,t))),e?(t.inState.click=!t.inState.click,t.isInStateTrue()?t.enter(t):t.leave(t)):t.tip().hasClass("in")?t.leave(t):t.enter(t)},m.prototype.destroy=function(){var e=this;clearTimeout(this.timeout),this.hide(function(){e.$element.off("."+e.type).removeData("bs."+e.type),e.$tip&&e.$tip.detach(),e.$tip=null,e.$arrow=null,e.$viewport=null,e.$element=null})};var e=g.fn.tooltip;g.fn.tooltip=function(r){return this.each(function(){var e=g(this),t=e.data("bs.tooltip"),n="object"==typeof r&&r;!t&&/destroy|hide/.test(r)||(t||e.data("bs.tooltip",t=new m(this,n)),"string"==typeof r&&t[r]())})},g.fn.tooltip.Constructor=m,g.fn.tooltip.noConflict=function(){return g.fn.tooltip=e,this}}(jQuery),function(i){"use strict";function o(e,t){this.init("popover",e,t)}if(!i.fn.tooltip)throw new Error("Popover requires tooltip.js");o.VERSION="3.3.7",o.DEFAULTS=i.extend({},i.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),((o.prototype=i.extend({},i.fn.tooltip.Constructor.prototype)).constructor=o).prototype.getDefaults=function(){return o.DEFAULTS},o.prototype.setContent=function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof n?"html":"append":"text"](n),e.removeClass("fade top bottom left right in"),e.find(".popover-title").html()||e.find(".popover-title").hide()},o.prototype.hasContent=function(){return this.getTitle()||this.getContent()},o.prototype.getContent=function(){var e=this.$element,t=this.options;return e.attr("data-content")||("function"==typeof t.content?t.content.call(e[0]):t.content)},o.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var e=i.fn.popover;i.fn.popover=function(r){return this.each(function(){var e=i(this),t=e.data("bs.popover"),n="object"==typeof r&&r;!t&&/destroy|hide/.test(r)||(t||e.data("bs.popover",t=new o(this,n)),"string"==typeof r&&t[r]())})},i.fn.popover.Constructor=o,i.fn.popover.noConflict=function(){return i.fn.popover=e,this}}(jQuery),function(o){"use strict";function i(e,t){this.$body=o(document.body),this.$scrollElement=o(e).is(document.body)?o(window):o(e),this.options=o.extend({},i.DEFAULTS,t),this.selector=(this.options.target||"")+" .nav-link.dropdown-item",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",o.proxy(this.process,this)),this.refresh(),this.process()}function t(r){return this.each(function(){var e=o(this),t=e.data("bs.scrollspy"),n="object"==typeof r&&r;t||e.data("bs.scrollspy",t=new i(this,n)),"string"==typeof r&&t[r]()})}i.VERSION="3.3.7",i.DEFAULTS={offset:10},i.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},i.prototype.refresh=function(){var e=this,r="offset",i=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),o.isWindow(this.$scrollElement[0])||(r="position",i=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var e=o(this),t=e.data("target")||e.attr("href"),n=/^#./.test(t)&&o(t);return n&&n.length&&n.is(":visible")&&[[n[r]().top+i,t]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){e.offsets.push(this[0]),e.targets.push(this[1])})},i.prototype.process=function(){var e,t=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),r=this.options.offset+n-this.$scrollElement.height(),i=this.offsets,o=this.targets,a=this.activeTarget;if(this.scrollHeight!=n&&this.refresh(),r<=t)return a!=(e=o[o.length-1])&&this.activate(e);if(a&&t<i[0])return this.activeTarget=null,this.clear();for(e=i.length;e--;)a!=o[e]&&t>=i[e]&&(void 0===i[e+1]||t<i[e+1])&&this.activate(o[e])},i.prototype.activate=function(e){this.activeTarget=e,this.clear();var t=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',n=o(t).addClass("active");n.parent(".dropdown-menu").length&&(n=n.closest("li.dropdown").addClass("active")),n.trigger("activate.bs.scrollspy")},i.prototype.clear=function(){o(this.selector).removeClass("active")};var e=o.fn.scrollspy;o.fn.scrollspy=t,o.fn.scrollspy.Constructor=i,o.fn.scrollspy.noConflict=function(){return o.fn.scrollspy=e,this},o(window).on("load.bs.scrollspy.data-api",function(){o('[data-spy="scroll"]').each(function(){var e=o(this);t.call(e,e.data())})})}(jQuery),function(s){"use strict";function a(e){this.element=s(e)}function t(n){return this.each(function(){var e=s(this),t=e.data("bs.tab");t||e.data("bs.tab",t=new a(this)),"string"==typeof n&&t[n]()})}a.VERSION="3.3.7",a.TRANSITION_DURATION=150,a.prototype.show=function(){var e=this.element,t=e.closest("ul:not(.dropdown-menu)"),n=e.data("target");if(n=n||(n=e.attr("href"))&&n.replace(/.*(?=#[^\s]*$)/,""),!e.parent("li").hasClass("active")){var r=t.find(".active:last a"),i=s.Event("hide.bs.tab",{relatedTarget:e[0]}),o=s.Event("show.bs.tab",{relatedTarget:r[0]});if(r.trigger(i),e.trigger(o),!o.isDefaultPrevented()&&!i.isDefaultPrevented()){var a=s(n);this.activate(e.closest("li"),t),this.activate(a,a.parent(),function(){r.trigger({type:"hidden.bs.tab",relatedTarget:e[0]}),e.trigger({type:"shown.bs.tab",relatedTarget:r[0]})})}}},a.prototype.activate=function(e,t,n){var r=t.find("> .active"),i=n&&s.support.transition&&(r.length&&r.hasClass("fade")||!!t.find("> .fade").length);function o(){r.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),i?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu").length&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),n&&n()}r.length&&i?r.one("bsTransitionEnd",o).emulateTransitionEnd(a.TRANSITION_DURATION):o(),r.removeClass("in")};var e=s.fn.tab;s.fn.tab=t,s.fn.tab.Constructor=a,s.fn.tab.noConflict=function(){return s.fn.tab=e,this};function n(e){e.preventDefault(),t.call(s(this),"show")}s(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery),function(l){"use strict";var u=function(e,t){this.options=l.extend({},u.DEFAULTS,t),this.$target=l(this.options.target).on("scroll.bs.affix.data-api",l.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",l.proxy(this.checkPositionWithEventLoop,this)),this.$element=l(e),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};function n(r){return this.each(function(){var e=l(this),t=e.data("bs.affix"),n="object"==typeof r&&r;t||e.data("bs.affix",t=new u(this,n)),"string"==typeof r&&t[r]()})}u.VERSION="3.3.7",u.RESET="affix affix-top affix-bottom",u.DEFAULTS={offset:0,target:window},u.prototype.getState=function(e,t,n,r){var i=this.$target.scrollTop(),o=this.$element.offset(),a=this.$target.height();if(null!=n&&"top"==this.affixed)return i<n&&"top";if("bottom"==this.affixed)return null!=n?!(i+this.unpin<=o.top)&&"bottom":!(i+a<=e-r)&&"bottom";var s=null==this.affixed,l=s?i:o.top;return null!=n&&i<=n?"top":null!=r&&e-r<=l+(s?a:t)&&"bottom"},u.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(u.RESET).addClass("affix");var e=this.$target.scrollTop(),t=this.$element.offset();return this.pinnedOffset=t.top-e},u.prototype.checkPositionWithEventLoop=function(){setTimeout(l.proxy(this.checkPosition,this),1)},u.prototype.checkPosition=function(){if(this.$element.is(":visible")){var e=this.$element.height(),t=this.options.offset,n=t.top,r=t.bottom,i=Math.max(l(document).height(),l(document.body).height());"object"!=typeof t&&(r=n=t),"function"==typeof n&&(n=t.top(this.$element)),"function"==typeof r&&(r=t.bottom(this.$element));var o=this.getState(i,e,n,r);if(this.affixed!=o){null!=this.unpin&&this.$element.css("top","");var a="affix"+(o?"-"+o:""),s=l.Event(a+".bs.affix");if(this.$element.trigger(s),s.isDefaultPrevented())return;this.affixed=o,this.unpin="bottom"==o?this.getPinnedOffset():null,this.$element.removeClass(u.RESET).addClass(a).trigger(a.replace("affix","affixed")+".bs.affix")}"bottom"==o&&this.$element.offset({top:i-e-r})}};var e=l.fn.affix;l.fn.affix=n,l.fn.affix.Constructor=u,l.fn.affix.noConflict=function(){return l.fn.affix=e,this},l(window).on("load",function(){l('[data-spy="affix"]').each(function(){var e=l(this),t=e.data();t.offset=t.offset||{},null!=t.offsetBottom&&(t.offset.bottom=t.offsetBottom),null!=t.offsetTop&&(t.offset.top=t.offsetTop),n.call(e,t)})})}(jQuery);try{Raven.config(scope.ravenDsn,{release:scope.version,environment:scope.environment}).install(),Raven.setUserContext({id:scope.userId,team:scope.teamId})}catch(e){console.error("Error setting up Raven"),console.error("Error/exceptions will not be reported and automatically handled"),console.error(e)}function receive(e){var t=$('meta[name="allowedDomain"]').attr("content");if("string"==typeof t&&0!==t.length){var n=new RegExp(t),r=new RegExp(/^https?:\/\/([^/?#]+)(?:[/?#]|$)$/),i=e.origin,o="string"==typeof i&&(i.match(r)[1]||""),a=e.data;return t&&i&&"string"==typeof o&&n.test(o)?transformReceivedMessage(a):void 0}}function attachPreviewUpdateHandler(){window.addEventListener("message",receive)}!function(e){var o={msgs:[],pmNotificationClosed:void 0,wrapperDom:'<div class="pm-persistent-notification-container"></div><div class="pm-global-notification-container"></div>',messageDom:function(e,t,n){return['<div id="',e,'"><div class="pm-global-notification ',t,'">',n,'<div class="pm-global-notification-close">×</div></div></div>'].join("")},messageTypes:{success:"pm-global-success",warning:"pm-global-warning",error:"pm-global-error",notify:"pm-global-notify",default:"pm-global-error"},show:function(e){var t,n,r=document.getElementsByClassName("pm-global-notification-container")[0],i=document.getElementsByClassName("pm-persistent-notification-container")[0];e.body&&(t=o.extractClass(e),n=["mid_",(new Date).getTime(),"_",Math.floor(100*Math.random())].join(""),e.persist?(t+=" pm-message-persistent",i.insertAdjacentHTML("beforeend",o.messageDom(n,t,e.body))):(r.insertAdjacentHTML("beforeend",o.messageDom(n,t,e.body)),o.assignTimeout(n)))},showAll:function(){o.msgs.forEach(o.show),o.msgs.splice(0)},queue:function(e){o.msgs.push(e)},extractClass:function(e){return o.messageTypes[e.type]||o.messageTypes.default},assignTimeout:function(t){setTimeout(function(){var e=document.getElementById(t);e&&e.parentElement.removeChild(e)},5e3)},attachEventHandler:function(e,t,n){return e&&e.addEventListener(t,n)},createCustomEvent:function(e,t,n){var r=document.createEvent("Event");return r.initEvent(e,t,n),r},closeMessageHandler:function(e){var t;e.target&&e.target.className&&"function"==typeof e.target.className.indexOf&&-1<e.target.className.indexOf("pm-global-notification-close")&&((t=e.target.parentElement.parentElement).parentElement.removeChild(t),document.dispatchEvent(o.pmNotificationClosed))},bootstrap:function(e){document.querySelector(".info.no-gutter").insertAdjacentHTML("afterbegin",o.wrapperDom),o.attachEventHandler(document.body,"click",o.closeMessageHandler),o.pmNotificationClosed=o.createCustomEvent("pm-notification-closed",!0,!0),"function"==typeof e&&e()}};e.messenger.messageCache.length&&e.messenger.messageCache.forEach(function(e){o.queue.apply(null,e)}),e.messenger=o}(window);var loader,envLabel,privateDocUrl,toc={},isExampleLoaded=!1,isCollectionLoaded=!1,exampleJson=null,cache={examples:{}},config={maxHighlightLength:5e3},displayPreview=!1;function getPreviewStatus(){return!("string"!=typeof window.location.pathname||!window.location.pathname.match(/^\/preview\//))}function getCurrentVersion(){var e=window.location.search,t=/[?&]version=([^&#]*)/.exec(e);return t?t[1]:""}function bootstrapView(t){try{function e(e){toc=_.get(e,"info.toc",[]),displayPreview?renderCollectionForPreview(e):renderCollection(e),"function"==typeof t&&t()}applyBranding(),showLoader(),displayPreview?getInitialJsonForPreview(e):getInitialJson(e)}catch(e){return Raven.captureException(e)}}function showError(e){e=e||{},$(".layout").addClass("is-error"),populateDataIntoTemplate("error","#error-view",{code:e.code,message:e.message||"An error occured while fetching data, please try again later"})}function initialUILoad(){prepareView(),_.isFunction(messenger.bootstrap)&&messenger.bootstrap(messenger.showAll),setTimeout(function(){attachHandlers()},100)}function applyBranding(){var e=$(".branded-logo");e.css("background-image",'url("'+e.data("identity-href")+'")').removeData("identity-href")}function enforceTableWidth(){$(".md-table-container").each(function(e,t){var n=t.querySelector("tr").cells.length;$(this).css("width",150*n)})}function populateDataIntoTemplate(e,t,n){var r=Handlebars.templates[e];$(t).html(r(n)).removeClass("is-loading")}function showLoader(){loader=loader||$(".initial-loader"),$("#doc-body").html(loader)}function prepareView(){bindScrollHandler(),scrollToHash()}function scrollToHash(){var e=window.location.hash,t=$(e),n=$("html, body");t.length&&n.scrollTop(t.offset().top)}function attachExampleHandlers(){$("#retryLoadingExamples").on("click",function(){displayPreview?getExamplesForPreview(renderExamplesForPreview):getExamples(renderExamples)}),$(".response-name li").click(changeResponse),$("#intro .language_dropdown").on("click",".dropdown-menu-item",changeAllRequests)}function attachHandlers(){var e=$("body"),t=new Clipboard(".copy-request");e.on("click",".is-expandable",showInModal),$(".shared-environment-dropdown li").on("click",function(){setEnvironmentMeta($(this))}),$("#mobile-controls .language_dropdown").on("click",".dropdown-menu-item",changeAllRequests),$(".environment-dropdown li").on("click",function(){$(this).data("environment-id")!==$(".active-environment").data("environment-id")&&setEnvironmentMeta($(this))}),$("body").on("click","#menu-toggle",function(){$("body").toggleClass("nav-open")}).on("click",".nav a",function(){setTimeout(function(){$("body").removeClass("nav-open"),scrollToHash()},0)}),new Clipboard(".copy-text"),t.on("success",function(e){$(e.trigger).addClass("copied"),setTimeout(function(){$(e.trigger).removeClass("copied")},1e3),e.clearSelection()}),$(".settings-toggle").on("click",function(){$("#mobile-controls").toggleClass("is-visible")}),e.on("mouseenter",".click-to-expand-wrapper",function(e){var t=$(e.target).closest(".click-to-expand-wrapper");198<t.outerHeight()&&t.addClass("is-expandable")}),attachPreviewUpdateHandler()}function attachSidebarHandlers(){$(".folder .toggle-folder-collapse").on("click",toggleFolderState),$(".folder-link>a").on("click",activateFolder),$(".pm-doc-sprite-folder").on("click",function(){$(this).siblings(".folder-link").find("a")[0].click()})}function activateFolder(){var e=$(this),t=$(this).closest(".folder"),n=$(".folder-link>a");t.hasClass("open")?e.hasClass("active")&&collapseFolder(t):(n.removeClass("active-folder"),expandFolder(t))}function bindScrollHandler(){Modernizr.csspositionsticky||$(window).on("scroll resize pm-notification-closed",adjustDocumentPadding.bind(this,$(".pm-message-persistent"))),$(window).on("scroll",_.debounce(highlightVisibleSnippets,1e3))}function adjustDocumentPadding(e){var t=$(window).scrollTop(),n=e.parents(".pm-persistent-notification-container"),r=0;e&&e.length&&(r=e.outerHeight()),70<t?(t=70,n.addClass("is-fixed")):n.removeClass("is-fixed"),$(".sidebar").css("padding-top",70+r-t+"px"),$(".container-fluid").css("padding-top",r+"px")}function setEnvironmentMeta(e){isCollectionLoaded=isExampleLoaded=!1,$(".active-environment").text(e.text()).data("environment-id",e.data("environment-id")),$(".layout").removeClass("is-error"),showLoader();function t(e,t){isCollectionLoaded&&(displayPreview?renderExamplesForPreview(e,t):renderExamples(e,t))}displayPreview?(getInitialJsonForPreview(renderCollectionForPreview),getExamplesForPreview(t)):(getInitialJson(renderCollection),getExamples(t))}function getExamples(t){$("#doc-body").removeClass("is-sidebar-error").addClass("is-sidebar-loading");var n,e=$('meta[name="cmodelID"]').attr("content"),r=$('meta[name="ownerId"]').attr("content"),i=$('meta[name="publishedId"]').attr("content"),o=$(".active-environment").data("environment-id"),a="cURL",s=getCurrentVersion();try{a=localStorage.getItem("lang_preference")||a}catch(e){Raven.captureException(e)}if(n=!e&&r&&i?scope.host+"/api/examples/"+r+"/"+i:scope.host+"/api/examples/"+e,o&&0!==o?(n+="?environment="+o,n+="&lang="+a):n+="?lang="+a,s&&(n+="&versionTag="+s),!(e||r&&i))return Raven.captureException(new Error("Attempt to fetch examples without any valid ID available"),{extra:{api:n,id:e,ownerId:r,publishedId:i}}),t({});$.getJSON(n).done(function(e){return t(exampleJson=e,a)}).fail(function(e){Raven.captureException(new Error("Error fetching example JSON"),{extra:{api:n,error:e.responseJSON}}),$("#doc-body").removeClass("is-sidebar-loading").addClass("is-sidebar-error")})}function getInitialJson(t){var n,e=$('meta[name="cmodelID"]').attr("content"),r=$('meta[name="ownerId"]').attr("content"),i=$('meta[name="publishedId"]').attr("content"),o=$(".active-environment").data("environment-id"),a=getCurrentVersion(),s=[];if(n=!e&&r&&i?scope.host+"/api/collections/"+r+"/"+i:scope.host+"/api/collections/"+e,o&&0!==o&&s.push("environment="+o),a&&s.push("versionTag="+a),0<s.length&&(n+="?"+s.join("&")),!(e||r&&i))return Raven.captureException(new Error("Attempt to fetch JSON without any valid ID available"),{extra:{api:n,id:e,ownerId:r,publishedId:i}}),t({});$.getJSON(n).done(function(e){return t(e)}).fail(function(e){return Raven.captureException(new Error("Error fetching initial JSON"),{extra:{api:n,error:e.responseJSON}}),showError(e.responseJSON)})}function renderExamples(e,t){if(cache.examples={},e){var n,r,i,o=e.data;if(!t)try{t=localStorage.getItem("lang_preference")}catch(e){Raven.captureException(e)}n=$("#intro .examples"),r=Handlebars.partials["_introduction-sidebar"]({languages:e.languages,selectedLanguage:t||e.languages[0].name}),n.replaceWith(r),o.forEach(function(r){var e=$("#"+r.item_id+" .examples"),t=r.example;Array.isArray(t)&&t.forEach(function(e,t){var n=_.get(e,"response.body");if(n){try{n=JSON.stringify(JSON.parse(n),null,2),e.response.body=n}catch(e){}cache.examples[r.item_id+"_"+t]=n}}),i=Handlebars.partials["_request-sidebar"]({sample:t,_postman_id:r.item_id}),e.replaceWith(i)}),isExampleLoaded=!0,$("#doc-body").removeClass("is-sidebar-loading is-sidebar-error"),setTimeout(function(){Modernizr.csspositionsticky||adjustDocumentPadding($(".pm-message-persistent")),highlightVisibleSnippets(),attachExampleHandlers()})}}function renderCollection(e){var t=e;t&&t.info.public&&(envLabel="No Environment"===$(".active-environment").text()?"no-env":"env",privateDocUrl=t.info.privateUrl),populateDataIntoTemplate("doc-sidebar","#doc-body",t),populateDataIntoTemplate("nav-sidebar","#nav-sidebar",t),isCollectionLoaded=!0,isExampleLoaded||(displayPreview?renderExamplesForPreview(exampleJson):renderExamples(exampleJson)),setTimeout(function(){enforceTableWidth()}),buildToC(),setTimeout(function(){attachSidebarHandlers()},100)}function showInModal(){var e=$(this),t=$("#snippetModal"),n=$("#snippetModal code"),r=e.css("width"),i=e.data("id"),o=0<=["html","xml"].indexOf((e.data("lang")||"").toLowerCase()),a=$(this).clone(),s=cache.examples[i];0<=this.className.indexOf("is-example")?(n.empty().text(s),t.addClass("white-background").modal().find(".modal-body").css("width",r||"auto"),s.replace(/\s/gi,"").length<=config.maxHighlightLength&&(n.removeClass("language-markup language-javascript language-undefined").addClass("language-"+(o?"markup":"javascript")),Prism.highlightElement(n.get(0)))):(r=a.css("width"),a.removeClass("is-expandable click-to-expand-wrapper is-snippet-wrapper"),$("#rawBodyModal").addClass("white-background").modal().find(".modal-body").empty().append(a).css("width",r||"auto"))}function collapseFolder(e){return e.removeClass("user-opened open").find("ul:first").removeClass("display-requests"),!0}function expandFolder(e){return e.addClass("open user-opened").find("ul:first").addClass("display-requests user-opened"),!0}function toggleFolderState(){var e=$(this).closest(".folder");e.hasClass("open")&&collapseFolder(e)||expandFolder(e)}function changeResponse(){var e=$(this),t=e.data("request-info"),n=e.data("request-name");$(".formatted-requests[data-id^="+n+"]").hide(),$(".formatted-responses[data-id^="+n+"]").hide(),$(".response-status[data-id^="+n+"]").hide(),$(".formatted-requests[data-id="+t+"]").show(),$(".formatted-responses[data-id="+t+"]").show(),$(".response-status[data-id="+t+"]").show(),$("#"+n+"_dropdown .response-name-label").text(e.text()),highlightVisibleSnippets()}function changeAllRequests(){var e=$(this).text();$(".active-lang").text(e);try{localStorage.setItem("lang_preference",e)}catch(e){Raven.captureException(e)}displayPreview?getExamplesForPreview(renderExamples):getExamples(renderExamples)}function buildToC(){var r=[];toc.forEach(function(e){var t=Handlebars.templates["toc-item"],n={id:e.slug,name:e.content};r.push(t(n))}),r.forEach(function(e){$(e).appendTo($(".toc ul"))})}function highlightVisibleSnippets(){var e=document.querySelectorAll("pre code"),n=[],t=document.querySelectorAll("pre code.is-highlighted");_.forEach(e,function(e){elementIsVisible(e)&&n.push(e)}),_.forEach(t,function(e){var t;-1===_.indexOf(n,e)&&(t=$(e)).text(t.text()).removeClass("is-highlighted")}),_.forEach(n,function(e){-1===_.indexOf(t,e)&&($(e).addClass("is-highlighted"),Prism.highlightElement(e))})}function elementIsVisible(e){var t,n,r=e.getBoundingClientRect(e),i=window.innerHeight;window.innerWidth;return t=r.top<i&&0<r.top||r.bottom<i&&0<r.bottom,n=r.top<0&&r.bottom>i,t||n}function getExamplesForPreview(t){$("#doc-body").removeClass("is-sidebar-error").addClass("is-sidebar-loading");var e=$('meta[name="cmodelID"]').attr("content"),n=$(".active-environment").data("environment-id"),r="cURL",i=getCurrentVersion(),o=scope.host+"/api/preview/"+e+"?type=snippet";try{r=localStorage.getItem("lang_preference")||r}catch(e){Raven.captureException(e)}if(n&&0!==n&&(o+="&environment="+n),o+="&lang="+r,i&&(o+="&versionTag="+i),!e)return Raven.captureException(new Error("Attempt to fetch examples without any valid collection UID available"),{extra:{api:o,id:e,ownerId:ownerId}}),t({});$.getJSON(o).done(function(e){return t(exampleJson=e,r)}).fail(function(e){Raven.captureException(new Error("Error fetching example JSON"),{extra:{api:o,error:e.responseJSON}}),$("#doc-body").removeClass("is-sidebar-loading").addClass("is-sidebar-error")})}function getInitialJsonForPreview(t){var e=$('meta[name="cmodelID"]').attr("content"),n=$(".active-environment").data("environment-id"),r=getCurrentVersion(),i=scope.host+"/api/preview/"+e,o=["type=collection"];if(n&&0!==n&&o.push("environment="+n),r&&o.push("versionTag="+r),0<o.length&&(i+="?"+o.join("&")),!e)return Raven.captureException(new Error("Attempt to fetch JSON without any valid ID available"),{extra:{api:i,uid:e}}),t({});$.getJSON(i).done(function(e){return t(e)}).fail(function(e){return Raven.captureException(new Error("Error fetching initial JSON"),{extra:{api:i,error:e.responseJSON}}),showError(e.responseJSON)})}function renderExamplesForPreview(e,t){if(cache.examples={},e){var n,r,i,o=e.data;if(!t)try{t=localStorage.getItem("lang_preference")}catch(e){Raven.captureException(e)}n=$("#intro .examples"),r=Handlebars.partials["_introduction-sidebar"]({languages:e.languages,selectedLanguage:t||e.languages[0].name}),n.replaceWith(r),o.forEach(function(r){var e=$("#"+r.item_id+" .examples"),t=r.example;Array.isArray(t)&&t.forEach(function(e,t){var n=_.get(e,"response.body");if(n){try{n=JSON.stringify(JSON.parse(n),null,2),e.response.body=n}catch(e){}cache.examples[r.item_id+"_"+t]=n}}),i=Handlebars.partials["_request-sidebar"]({sample:t,_postman_id:r.item_id}),e.replaceWith(i)}),isExampleLoaded=!0,$("#doc-body").removeClass("is-sidebar-loading is-sidebar-error"),setTimeout(function(){Modernizr.csspositionsticky||adjustDocumentPadding($(".pm-message-persistent")),highlightVisibleSnippets(),attachExampleHandlers()})}}function renderCollectionForPreview(e){var t=e;t&&(envLabel="No Environment"===$(".active-environment").text()?"no-env":"env"),populateDataIntoTemplate("doc-sidebar","#doc-body",t),populateDataIntoTemplate("nav-sidebar","#nav-sidebar",t),isCollectionLoaded=!0,isExampleLoaded||renderExamples(exampleJson),setTimeout(function(){enforceTableWidth()}),buildToC(),setTimeout(function(){attachSidebarHandlers()},100)}function updatePreview(e){window.location=window.location.origin.concat(window.location.pathname,"?",e)}function transformReceivedMessage(t){var n=[];try{t=JSON.parse(t)}catch(e){Raven.captureException(e)}return Object.keys(t).forEach(function(e){n.push(e+"="+t[e])}),updatePreview(n.join("&"))}$(document).ready(function(){displayPreview=getPreviewStatus(),bootstrapView(function(){initialUILoad()});function e(e,t){isCollectionLoaded&&(displayPreview?renderExamplesForPreview(e,t):renderExamples(e,t))}displayPreview?getExamplesForPreview(e):getExamples(e)});