Files
cachet-docker/public/dist/js/all.js
Anthony Bocci c5217637e6 Allow Cachet to be setup not from the server's root
The `asset()` helper was missing at some places so it was not possible
to install it in an other place than the server's root (/).

The paths have been fixed and now use the `asset()` helper. Also,
The steps process takes care of the current path.

See: #3618
2019-06-19 11:19:00 +02:00

29 lines
875 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
if(webpackJsonp([1],{0:function(e,t,n){n("sV/x"),n("9GM1"),e.exports=n("xZZD")},"0hRT":function(e,t){e.exports={props:[],data:function(){return{env:{cache_driver:null,queue_driver:null,session_driver:null,mail_driver:"smtp"},mail:{host:null,from:{email:null,name:"status@cachethq.io"},username:null,password:null,requiresHost:!0,requiresUsername:!1,requiresPassword:!1},system:{name:null,domain:null,timezone:null,language:null}}},watch:{"env.mail_driver":function(e){"log"===e||"mail"===e?(this.mail.requiresHost=!1,this.mail.requiresUsername=!1,this.mail.requiresPassword=!1):"ses"===e||"mandrill"===e?(this.mail.requiresHost=!1,this.mail.requiresUsername=!0,this.mail.requiresPassword=!0):"smtp"===e?(this.mail.requiresHost=!0,this.mail.requiresUsername=!1,this.mail.requiresPassword=!1):(this.mail.requiresHost=!0,this.mail.requiresUsername=!0,this.mail.requiresPassword=!0)}}}},"1Yoh":function(e,t){e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},"21It":function(e,t,n){"use strict";var r=n("FtD3");e.exports=function(e,t,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},"3Cgm":function(e,t,n){"use strict";(function(t){function n(e){l.length||o(),l[l.length]=e}function r(){for(;d<l.length;){var e=d;if(d+=1,l[e].call(),d>c){for(var t=0,n=l.length-d;t<n;t++)l[t]=l[t+d];l.length-=d,d=0}}l.length=0,d=0}function i(e){return function(){function t(){clearTimeout(n),clearInterval(r),e()}var n=setTimeout(t,0),r=setInterval(t,50)}}e.exports=n;var o,a,s,u,l=[],d=0,c=1024,f=void 0!==t?t:self,h=f.MutationObserver||f.WebKitMutationObserver;"function"==typeof h?(a=1,s=new h(r),u=document.createTextNode(""),s.observe(u,{characterData:!0}),o=function(){a=-a,u.data=a}):o=i(r),n.requestFlush=o,n.makeRequestCallFromTimer=i}).call(t,n("DuR2"))},"5MLK":function(e,t){e.exports={data:function(){return{template:null,name:"",status:null,visible:1,sticky:0,message:"",when:null,notify:!1,component:{id:null,status:null}}},methods:{getTemplate:function(e){var t=this;axios.get("/dashboard/api/incidents/templates",{params:{slug:e}}).then(function(e){t.name=e.data.name,t.message=e.data.template}).catch(function(e){(new Cachet.Notifier).notify("There was an error finding that template.")})}},watch:{template:function(e){this.getTemplate(e)},"component.id":function(e){""===e&&(this.component.status=null)}}}},"5VQ+":function(e,t,n){"use strict";var r=n("cGG2");e.exports=function(e,t){r.forEach(e,function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])})}},"6JQB":function(e,t,n){var r=n("ikxi"),i=n("M4fF");r.defaults.global.elements.point.hitRadius=10,r.defaults.global.responsiveAnimationDuration=1e3,r.defaults.global.legend.display=!1,e.exports={props:["metric","theme","theme-light","theme-dark"],data:function(){return{canvas:null,context:null,chart:null,data:null,view:{param:null,title:null},loading:!1}},mounted:function(){this.canvas=document.getElementById(this.metricId),this.context=this.canvas.getContext("2d"),this.getData(),$(".dropdown-toggle").dropdown()},computed:{metricId:function(){return"metric-"+this.metric.id}},watch:{loading:function(e){this.context.clearRect(0,0,this.canvas.width,this.canvas.height),this.context.fillStyle="#666",this.context.font='44px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';var t=this.context.measureText("Loading data").width;this.canvas.textBaseline="middle",this.canvas.textAlign="center",this.context.fillText("Loading data",this.canvas.width/2-t/2,100)}},methods:{getData:function(){var e=this;return this.loading=!0,axios.get("/metrics/"+this.metric.id,{params:{filter:this.view.param}}).then(function(t){e.data=t.data.data.items,e.loading=!1,e.updateChart()})},changeView:function(e,t){this.view.param!==e&&(this.view={param:e,title:t},this.getData().then(this.updateChart))},updateChart:function(){null!==this.chart&&this.chart.destroy();var e=this.metric,t=i.keys(this.data);if(0<t.length&&t[0].length>10)for(var n=0;n<t.length;n++)t[n]=t[n].substr(11);this.chart=new r(this.context,{type:"line",data:{labels:t,datasets:[{data:i.values(this.data),backgroundColor:this.themeLight,borderColor:this.theme,pointBackgroundColor:this.theme,pointBorderColor:this.theme,pointHoverBackgroundColor:this.themeDark,pointHoverBorderColor:this.themeDark}]},options:{scales:{yAxes:[{ticks:{beginAtZero:!0,suggestedMax:.1,callback:function(e,t,n){var i=n[1]-n[0];Math.abs(i)>1&&e!==Math.floor(e)&&(i=e-Math.floor(e));var o=r.helpers.log10(Math.abs(i)),a="";if(0!==e){var s=-1*Math.floor(o);s=Math.max(Math.min(s,2),0),a=e.toFixed(s)}else a="0";return a}}}]},tooltips:{callbacks:{label:function(t,n){return t.yLabel+" "+e.suffix}}}}})}}}},"7GwW":function(e,t,n){"use strict";var r=n("cGG2"),i=n("21It"),o=n("DQCr"),a=n("oJlt"),s=n("GHBc"),u=n("FtD3");e.exports=function(e){return new Promise(function(t,l){var d=e.data,c=e.headers;r.isFormData(d)&&delete c["Content-Type"];var f=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",p=e.auth.password||"";c.Authorization="Basic "+btoa(h+":"+p)}if(f.open(e.method.toUpperCase(),o(e.url,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,f.onreadystatechange=function(){if(f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in f?a(f.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:n,config:e,request:f};i(t,l,r),f=null}},f.onerror=function(){l(u("Network Error",e,null,f)),f=null},f.ontimeout=function(){l(u("timeout of "+e.timeout+"ms exceeded",e,"ECONNABORTED",f)),f=null},r.isStandardBrowserEnv()){var m=n("p1b6"),_=(e.withCredentials||s(e.url))&&e.xsrfCookieName?m.read(e.xsrfCookieName):void 0;_&&(c[e.xsrfHeaderName]=_)}if("setRequestHeader"in f&&r.forEach(c,function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete c[t]:f.setRequestHeader(t,e)}),e.withCredentials&&(f.withCredentials=!0),e.responseType)try{f.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&f.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(e){f&&(f.abort(),l(e),f=null)}),void 0===d&&(d=null),f.send(d)})}},"7t+N":function(e,t,n){var r;!function(t,n){"use strict";"object"==typeof e&&"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,function(n,i){"use strict";function o(e,t,n){var r,i,o=(n=n||ne).createElement("script");if(o.text=e,t)for(r in _e)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function a(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ue[le.call(e)]||"object":typeof e}function s(e){var t=!!e&&"length"in e&&e.length,n=a(e);return!pe(e)&&!me(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function u(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function l(e,t,n){return pe(t)?ge.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?ge.grep(e,function(e){return e===t!==n}):"string"!=typeof t?ge.grep(e,function(e){return se.call(t,e)>-1!==n}):ge.filter(t,e,n)}function d(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function c(e){return e}function f(e){throw e}function h(e,t,n,r){var i;try{e&&pe(i=e.promise)?i.call(e).done(t).fail(n):e&&pe(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}function p(){ne.removeEventListener("DOMContentLoaded",p),n.removeEventListener("load",p),ge.ready()}function m(e,t){return t.toUpperCase()}function _(e){return e.replace(Ee,"ms-").replace(He,m)}function g(){this.expando=ge.expando+g.uid++}function y(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Ie,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Ne.test(e)?JSON.parse(e):e)}(n)}catch(e){}Pe.set(e,t,n)}else n=void 0;return n}function v(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return ge.css(e,t,"")},u=s(),l=n&&n[3]||(ge.cssNumber[t]?"":"px"),d=e.nodeType&&(ge.cssNumber[t]||"px"!==l&&+u)&&We.exec(ge.css(e,t));if(d&&d[3]!==l){for(u/=2,l=l||d[3],d=+u||1;a--;)ge.style(e,t,d+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),d/=o;d*=2,ge.style(e,t,d+l),n=n||[]}return n&&(d=+d||+u||0,i=n[1]?d+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=d,r.end=i)),i}function b(e){var t,n=e.ownerDocument,r=e.nodeName,i=Ve[r];return i||(t=n.body.appendChild(n.createElement(r)),i=ge.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),Ve[r]=i,i)}function M(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]=Oe.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&Be(r)&&(i[o]=b(r))):"none"!==n&&(i[o]="none",Oe.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}function w(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&u(e,t)?ge.merge([e],n):n}function L(e,t){for(var n=0,r=e.length;n<r;n++)Oe.set(e[n],"globalEval",!t||Oe.get(t[n],"globalEval"))}function x(e,t,n,r,i){for(var o,s,u,l,d,c,f=t.createDocumentFragment(),h=[],p=0,m=e.length;p<m;p++)if((o=e[p])||0===o)if("object"===a(o))ge.merge(h,o.nodeType?[o]:o);else if(et.test(o)){for(s=s||f.appendChild(t.createElement("div")),u=(Ge.exec(o)||["",""])[1].toLowerCase(),l=Ke[u]||Ke._default,s.innerHTML=l[1]+ge.htmlPrefilter(o)+l[2],c=l[0];c--;)s=s.lastChild;ge.merge(h,s.childNodes),(s=f.firstChild).textContent=""}else h.push(t.createTextNode(o));for(f.textContent="",p=0;o=h[p++];)if(r&&ge.inArray(o,r)>-1)i&&i.push(o);else if(d=ze(o),s=w(f.appendChild(o),"script"),d&&L(s),n)for(c=0;o=s[c++];)Xe.test(o.type||"")&&n.push(o);return f}function k(){return!0}function D(){return!1}function T(e,t){return e===function(){try{return ne.activeElement}catch(e){}}()==("focus"===t)}function Y(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)Y(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=D;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return ge().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=ge.guid++)),e.each(function(){ge.event.add(this,t,i,r,n)})}function S(e,t,n){n?(Oe.set(e,t,!1),ge.event.add(e,t,{namespace:!1,handler:function(e){var r,i,o=Oe.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(ge.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=ie.call(arguments),Oe.set(this,t,o),r=n(this,t),this[t](),o!==(i=Oe.get(this,t))||r?Oe.set(this,t,!1):i={},o!==i)return e.stopImmediatePropagation(),e.preventDefault(),i.value}else o.length&&(Oe.set(this,t,{value:ge.event.trigger(ge.extend(o[0],ge.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Oe.get(e,t)&&ge.event.add(e,t,k)}function C(e,t){return u(e,"table")&&u(11!==t.nodeType?t:t.firstChild,"tr")&&ge(e).children("tbody")[0]||e}function j(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function E(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function H(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Oe.hasData(e)&&(o=Oe.access(e),a=Oe.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n<r;n++)ge.event.add(t,i,l[i][n]);Pe.hasData(e)&&(s=Pe.access(e),u=ge.extend({},s),Pe.set(t,u))}}function A(e,t,n,r){t=oe.apply([],t);var i,a,s,u,l,d,c=0,f=e.length,h=f-1,p=t[0],m=pe(p);if(m||f>1&&"string"==typeof p&&!he.checkClone&&at.test(p))return e.each(function(i){var o=e.eq(i);m&&(t[0]=p.call(this,i,o.html())),A(o,t,n,r)});if(f&&(a=(i=x(t,e[0].ownerDocument,!1,e,r)).firstChild,1===i.childNodes.length&&(i=a),a||r)){for(u=(s=ge.map(w(i,"script"),j)).length;c<f;c++)l=i,c!==h&&(l=ge.clone(l,!0,!0),u&&ge.merge(s,w(l,"script"))),n.call(e[c],l,c);if(u)for(d=s[s.length-1].ownerDocument,ge.map(s,E),c=0;c<u;c++)l=s[c],Xe.test(l.type||"")&&!Oe.access(l,"globalEval")&&ge.contains(d,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?ge._evalUrl&&!l.noModule&&ge._evalUrl(l.src,{nonce:l.nonce||l.getAttribute("nonce")}):o(l.textContent.replace(st,""),l,d))}return e}function O(e,t,n){for(var r,i=t?ge.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||ge.cleanData(w(r)),r.parentNode&&(n&&ze(r)&&L(w(r,"script")),r.parentNode.removeChild(r));return e}function P(e,t,n){var r,i,o,a,s=e.style;return(n=n||lt(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||ze(e)||(a=ge.style(e,t)),!he.pixelBoxStyles()&&ut.test(a)&&dt.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 N(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}function I(e){return ge.cssProps[e]||ht[e]||(e in ft?e:ht[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=ct.length;n--;)if((e=ct[n]+t)in ft)return e}(e)||e)}function R(e,t,n){var r=We.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function W(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=ge.css(e,n+$e[a],!0,i)),r?("content"===n&&(u-=ge.css(e,"padding"+$e[a],!0,i)),"margin"!==n&&(u-=ge.css(e,"border"+$e[a]+"Width",!0,i))):(u+=ge.css(e,"padding"+$e[a],!0,i),"padding"!==n?u+=ge.css(e,"border"+$e[a]+"Width",!0,i):s+=ge.css(e,"border"+$e[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function $(e,t,n){var r=lt(e),i=(!he.boxSizingReliable()||n)&&"border-box"===ge.css(e,"boxSizing",!1,r),o=i,a=P(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(ut.test(a)){if(!n)return a;a="auto"}return(!he.boxSizingReliable()&&i||"auto"===a||!parseFloat(a)&&"inline"===ge.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===ge.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+W(e,t,n||(i?"border":"content"),o,r,a)+"px"}function F(e,t,n,r,i){return new F.prototype.init(e,t,n,r,i)}function z(){vt&&(!1===ne.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(z):n.setTimeout(z,ge.fx.interval),ge.fx.tick())}function q(){return n.setTimeout(function(){yt=void 0}),yt=Date.now()}function B(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=$e[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function U(e,t,n){for(var r,i=(V.tweeners[t]||[]).concat(V.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function V(e,t,n){var r,i,o=0,a=V.prefilters.length,s=ge.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=yt||q(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:ge.extend({},t),opts:ge.extend(!0,{specialEasing:{},easing:ge.easing._default},n),originalProperties:t,originalOptions:n,startTime:yt||q(),duration:n.duration,tweens:[],createTween:function(t,n){var r=ge.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),d=l.props;for((!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=_(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=ge.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}(d,l.opts.specialEasing));o<a;o++)if(r=V.prefilters[o].call(l,e,d,l.opts))return pe(r.stop)&&(ge._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return ge.map(d,U,l),pe(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),ge.fx.timer(ge.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}function J(e){return(e.match(Ye)||[]).join(" ")}function G(e){return e.getAttribute&&e.getAttribute("class")||""}function X(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(Ye)||[]}function K(e,t,n,r){var i;if(Array.isArray(t))ge.each(t,function(t,i){n||Et.test(e)?r(e,i):K(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==a(t))r(e,t);else for(i in t)K(e+"["+i+"]",t[i],n,r)}function Q(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(Ye)||[];if(pe(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Z(e,t,n,r){function i(s){var u;return o[s]=!0,ge.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||a||o[l]?a?!(u=l):void 0:(t.dataTypes.unshift(l),i(l),!1)}),u}var o={},a=e===zt;return i(t.dataTypes[0])||!o["*"]&&i("*")}function ee(e,t){var n,r,i=ge.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&ge.extend(!0,e,r),e}var te=[],ne=n.document,re=Object.getPrototypeOf,ie=te.slice,oe=te.concat,ae=te.push,se=te.indexOf,ue={},le=ue.toString,de=ue.hasOwnProperty,ce=de.toString,fe=ce.call(Object),he={},pe=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},me=function(e){return null!=e&&e===e.window},_e={type:!0,src:!0,nonce:!0,noModule:!0},ge=function(e,t){return new ge.fn.init(e,t)},ye=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;ge.fn=ge.prototype={jquery:"3.4.1",constructor:ge,length:0,toArray:function(){return ie.call(this)},get:function(e){return null==e?ie.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=ge.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return ge.each(this,e)},map:function(e){return this.pushStack(ge.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(ie.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:ae,sort:te.sort,splice:te.splice},ge.extend=ge.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||pe(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(ge.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||ge.isPlainObject(n)?n:{},i=!1,a[t]=ge.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},ge.extend({expando:"jQuery"+("3.4.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]"!==le.call(e)||(t=re(e))&&("function"!=typeof(n=de.call(t,"constructor")&&t.constructor)||ce.call(n)!==fe))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){o(e,{nonce:t&&t.nonce})},each:function(e,t){var n,r=0;if(s(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(ye,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(s(Object(e))?ge.merge(n,"string"==typeof e?[e]:e):ae.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:se.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(s(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 oe.apply([],a)},guid:1,support:he}),"function"==typeof Symbol&&(ge.fn[Symbol.iterator]=te[Symbol.iterator]),ge.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){ue["[object "+t+"]"]=t.toLowerCase()});var ve=function(e){function t(e,t,n,r){var i,o,a,s,u,d,f,h=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:N)!==S&&Y(t),t=t||S,j)){if(11!==p&&(u=me.exec(e)))if(i=u[1]){if(9===p){if(!(a=t.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(h&&(a=h.getElementById(i))&&O(t,a)&&a.id===i)return n.push(a),n}else{if(u[2])return G.apply(n,t.getElementsByTagName(e)),n;if((i=u[3])&&y.getElementsByClassName&&t.getElementsByClassName)return G.apply(n,t.getElementsByClassName(i)),n}if(y.qsa&&!z[e+" "]&&(!E||!E.test(e))&&(1!==p||"object"!==t.nodeName.toLowerCase())){if(f=e,h=t,1===p&&se.test(e)){for((s=t.getAttribute("id"))?s=s.replace(ve,be):t.setAttribute("id",s=P),o=(d=w(e)).length;o--;)d[o]="#"+s+" "+c(d[o]);f=d.join(","),h=_e.test(e)&&l(t.parentNode)||t}try{return G.apply(n,h.querySelectorAll(f)),n}catch(t){z(e,!0)}finally{s===P&&t.removeAttribute("id")}}}return x(e.replace(ie,"$1"),t,n,r)}function n(){var e=[];return function t(n,r){return e.push(n+" ")>v.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function r(e){return e[P]=!0,e}function i(e){var t=S.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)v.attrHandle[n[r]]=t}function a(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 s(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&we(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function u(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function l(e){return e&&void 0!==e.getElementsByTagName&&e}function d(){}function c(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function f(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=R++;return t.first?function(t,n,i){for(;t=t[r];)if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,d,c,f=[I,s];if(u){for(;t=t[r];)if((1===t.nodeType||a)&&e(t,n,u))return!0}else for(;t=t[r];)if(1===t.nodeType||a)if(d=(c=t[P]||(t[P]={}))[t.uniqueID]||(c[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=d[o])&&l[0]===I&&l[1]===s)return f[2]=l[2];if(d[o]=f,f[2]=e(t,n,u))return!0}return!1}}function h(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function p(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function m(e,n,i,o,a,s){return o&&!o[P]&&(o=m(o)),a&&!a[P]&&(a=m(a,s)),r(function(r,s,u,l){var d,c,f,h=[],m=[],_=s.length,g=r||function(e,n,r){for(var i=0,o=n.length;i<o;i++)t(e,n[i],r);return r}(n||"*",u.nodeType?[u]:u,[]),y=!e||!r&&n?g:p(g,h,e,u,l),v=i?a||(r?e:_||o)?[]:s:y;if(i&&i(y,v,u,l),o)for(d=p(v,m),o(d,[],u,l),c=d.length;c--;)(f=d[c])&&(v[m[c]]=!(y[m[c]]=f));if(r){if(a||e){if(a){for(d=[],c=v.length;c--;)(f=v[c])&&d.push(y[c]=f);a(null,v=[],d,l)}for(c=v.length;c--;)(f=v[c])&&(d=a?K(r,f):h[c])>-1&&(r[d]=!(s[d]=f))}}else v=p(v===s?v.splice(_,v.length):v),a?a(null,s,v,l):G.apply(s,v)})}function _(e){for(var t,n,r,i=e.length,o=v.relative[e[0].type],a=o||v.relative[" "],s=o?1:0,u=f(function(e){return e===t},a,!0),l=f(function(e){return K(t,e)>-1},a,!0),d=[function(e,n,r){var i=!o&&(r||n!==k)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s<i;s++)if(n=v.relative[e[s].type])d=[f(h(d),n)];else{if((n=v.filter[e[s].type].apply(null,e[s].matches))[P]){for(r=++s;r<i&&!v.relative[e[r].type];r++);return m(s>1&&h(d),s>1&&c(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(ie,"$1"),n,s<r&&_(e.slice(s,r)),r<i&&_(e=e.slice(r)),r<i&&c(e))}d.push(n)}return h(d)}var g,y,v,b,M,w,L,x,k,D,T,Y,S,C,j,E,H,A,O,P="sizzle"+1*new Date,N=e.document,I=0,R=0,W=n(),$=n(),F=n(),z=n(),q=function(e,t){return e===t&&(T=!0),0},B={}.hasOwnProperty,U=[],V=U.pop,J=U.push,G=U.push,X=U.slice,K=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},Q="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Z="[\\x20\\t\\r\\n\\f]",ee="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",te="\\["+Z+"*("+ee+")(?:"+Z+"*([*^$|!~]?=)"+Z+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ee+"))|)"+Z+"*\\]",ne=":("+ee+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+te+")*)|.*)\\)|)",re=new RegExp(Z+"+","g"),ie=new RegExp("^"+Z+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Z+"+$","g"),oe=new RegExp("^"+Z+"*,"+Z+"*"),ae=new RegExp("^"+Z+"*([>+~]|"+Z+")"+Z+"*"),se=new RegExp(Z+"|>"),ue=new RegExp(ne),le=new RegExp("^"+ee+"$"),de={ID:new RegExp("^#("+ee+")"),CLASS:new RegExp("^\\.("+ee+")"),TAG:new RegExp("^("+ee+"|[*])"),ATTR:new RegExp("^"+te),PSEUDO:new RegExp("^"+ne),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Z+"*(even|odd|(([+-]|)(\\d*)n|)"+Z+"*(?:([+-]|)"+Z+"*(\\d+)|))"+Z+"*\\)|)","i"),bool:new RegExp("^(?:"+Q+")$","i"),needsContext:new RegExp("^"+Z+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Z+"*((?:-\\d)?\\d*)"+Z+"*\\)|)(?=[^-]|$)","i")},ce=/HTML$/i,fe=/^(?:input|select|textarea|button)$/i,he=/^h\d$/i,pe=/^[^{]+\{\s*\[native \w/,me=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_e=/[+~]/,ge=new RegExp("\\\\([\\da-f]{1,6}"+Z+"?|("+Z+")|.)","ig"),ye=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},ve=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,be=function(e,t){return t?"\0"===e?"<22>":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},Me=function(){Y()},we=f(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{G.apply(U=X.call(N.childNodes),N.childNodes),U[N.childNodes.length].nodeType}catch(e){G={apply:U.length?function(e,t){J.apply(e,X.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}for(g in y=t.support={},M=t.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!ce.test(t||n&&n.nodeName||"HTML")},Y=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:N;return r!==S&&9===r.nodeType&&r.documentElement?(C=(S=r).documentElement,j=!M(S),N!==S&&(n=S.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Me,!1):n.attachEvent&&n.attachEvent("onunload",Me)),y.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),y.getElementsByTagName=i(function(e){return e.appendChild(S.createComment("")),!e.getElementsByTagName("*").length}),y.getElementsByClassName=pe.test(S.getElementsByClassName),y.getById=i(function(e){return C.appendChild(e).id=P,!S.getElementsByName||!S.getElementsByName(P).length}),y.getById?(v.filter.ID=function(e){var t=e.replace(ge,ye);return function(e){return e.getAttribute("id")===t}},v.find.ID=function(e,t){if(void 0!==t.getElementById&&j){var n=t.getElementById(e);return n?[n]:[]}}):(v.filter.ID=function(e){var t=e.replace(ge,ye);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},v.find.ID=function(e,t){if(void 0!==t.getElementById&&j){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[]}}),v.find.TAG=y.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):y.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},v.find.CLASS=y.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&j)return t.getElementsByClassName(e)},H=[],E=[],(y.qsa=pe.test(S.querySelectorAll))&&(i(function(e){C.appendChild(e).innerHTML="<a id='"+P+"'></a><select id='"+P+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&E.push("[*^$]="+Z+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||E.push("\\["+Z+"*(?:value|"+Q+")"),e.querySelectorAll("[id~="+P+"-]").length||E.push("~="),e.querySelectorAll(":checked").length||E.push(":checked"),e.querySelectorAll("a#"+P+"+*").length||E.push(".#.+[+~]")}),i(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=S.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&E.push("name"+Z+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&E.push(":enabled",":disabled"),C.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&E.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),E.push(",.*:")})),(y.matchesSelector=pe.test(A=C.matches||C.webkitMatchesSelector||C.mozMatchesSelector||C.oMatchesSelector||C.msMatchesSelector))&&i(function(e){y.disconnectedMatch=A.call(e,"*"),A.call(e,"[s!='']:x"),H.push("!=",ne)}),E=E.length&&new RegExp(E.join("|")),H=H.length&&new RegExp(H.join("|")),t=pe.test(C.compareDocumentPosition),O=t||pe.test(C.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},q=t?function(e,t){if(e===t)return T=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!y.sortDetached&&t.compareDocumentPosition(e)===n?e===S||e.ownerDocument===N&&O(N,e)?-1:t===S||t.ownerDocument===N&&O(N,t)?1:D?K(D,e)-K(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return T=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===S?-1:t===S?1:i?-1:o?1:D?K(D,e)-K(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===N?-1:u[r]===N?1:0},S):S},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==S&&Y(e),y.matchesSelector&&j&&!z[n+" "]&&(!H||!H.test(n))&&(!E||!E.test(n)))try{var r=A.call(e,n);if(r||y.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){z(n,!0)}return t(n,S,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==S&&Y(e),O(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==S&&Y(e);var n=v.attrHandle[t.toLowerCase()],r=n&&B.call(v.attrHandle,t.toLowerCase())?n(e,t,!j):void 0;return void 0!==r?r:y.attributes||!j?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.escape=function(e){return(e+"").replace(ve,be)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(T=!y.detectDuplicates,D=!y.sortStable&&e.slice(0),e.sort(q),T){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},b=t.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+=b(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=b(t);return n},(v=t.selectors={cacheLength:50,createPseudo:r,match:de,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(ge,ye),e[3]=(e[3]||e[4]||e[5]||"").replace(ge,ye),"~="===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]||t.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]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return de.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&ue.test(n)&&(t=w(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(ge,ye).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=W[e+" "];return t||(t=new RegExp("(^|"+Z+")"+e+"("+Z+"|$)"))&&W(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(re," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,d,c,f,h,p,m=o!==a?"nextSibling":"previousSibling",_=t.parentNode,g=s&&t.nodeName.toLowerCase(),y=!u&&!s,v=!1;if(_){if(o){for(;m;){for(f=t;f=f[m];)if(s?f.nodeName.toLowerCase()===g:1===f.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[a?_.firstChild:_.lastChild],a&&y){for(v=(h=(l=(d=(c=(f=_)[P]||(f[P]={}))[f.uniqueID]||(c[f.uniqueID]={}))[e]||[])[0]===I&&l[1])&&l[2],f=h&&_.childNodes[h];f=++h&&f&&f[m]||(v=h=0)||p.pop();)if(1===f.nodeType&&++v&&f===t){d[e]=[I,h,v];break}}else if(y&&(v=h=(l=(d=(c=(f=t)[P]||(f[P]={}))[f.uniqueID]||(c[f.uniqueID]={}))[e]||[])[0]===I&&l[1]),!1===v)for(;(f=++h&&f&&f[m]||(v=h=0)||p.pop())&&((s?f.nodeName.toLowerCase()!==g:1!==f.nodeType)||!++v||(y&&((d=(c=f[P]||(f[P]={}))[f.uniqueID]||(c[f.uniqueID]={}))[e]=[I,v]),f!==t)););return(v-=i)===r||v%r==0&&v/r>=0}}},PSEUDO:function(e,n){var i,o=v.pseudos[e]||v.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[P]?o(n):o.length>1?(i=[e,e,"",n],v.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),a=i.length;a--;)e[r=K(e,i[a])]=!(t[r]=i[a])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=L(e.replace(ie,"$1"));return i[P]?r(function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(ge,ye),function(t){return(t.textContent||b(t)).indexOf(e)>-1}}),lang:r(function(e){return le.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(ge,ye).toLowerCase(),function(t){var n;do{if(n=j?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===C},focus:function(e){return e===S.activeElement&&(!S.hasFocus||S.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:s(!1),disabled:s(!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!v.pseudos.empty(e)},header:function(e){return he.test(e.nodeName)},input:function(e){return fe.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:u(function(){return[0]}),last:u(function(e,t){return[t-1]}),eq:u(function(e,t,n){return[n<0?n+t:n]}),even:u(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:u(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:u(function(e,t,n){for(var r=n<0?n+t:n>t?t:n;--r>=0;)e.push(r);return e}),gt:u(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=v.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})v.pseudos[g]=function(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}(g);for(g in{submit:!0,reset:!0})v.pseudos[g]=function(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}(g);return d.prototype=v.filters=v.pseudos,v.setFilters=new d,w=t.tokenize=function(e,n){var r,i,o,a,s,u,l,d=$[e+" "];if(d)return n?0:d.slice(0);for(s=e,u=[],l=v.preFilter;s;){for(a in r&&!(i=oe.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),r=!1,(i=ae.exec(s))&&(r=i.shift(),o.push({value:r,type:i[0].replace(ie," ")}),s=s.slice(r.length)),v.filter)!(i=de[a].exec(s))||l[a]&&!(i=l[a](i))||(r=i.shift(),o.push({value:r,type:a,matches:i}),s=s.slice(r.length));if(!r)break}return n?s.length:s?t.error(e):$(e,u).slice(0)},L=t.compile=function(e,n){var i,o=[],a=[],s=F[e+" "];if(!s){for(n||(n=w(e)),i=n.length;i--;)(s=_(n[i]))[P]?o.push(s):a.push(s);(s=F(e,function(e,n){var i=n.length>0,o=e.length>0,a=function(r,a,s,u,l){var d,c,f,h=0,m="0",_=r&&[],g=[],y=k,b=r||o&&v.find.TAG("*",l),M=I+=null==y?1:Math.random()||.1,w=b.length;for(l&&(k=a===S||a||l);m!==w&&null!=(d=b[m]);m++){if(o&&d){for(c=0,a||d.ownerDocument===S||(Y(d),s=!j);f=e[c++];)if(f(d,a||S,s)){u.push(d);break}l&&(I=M)}i&&((d=!f&&d)&&h--,r&&_.push(d))}if(h+=m,i&&m!==h){for(c=0;f=n[c++];)f(_,g,a,s);if(r){if(h>0)for(;m--;)_[m]||g[m]||(g[m]=V.call(u));g=p(g)}G.apply(u,g),l&&!r&&g.length>0&&h+n.length>1&&t.uniqueSort(u)}return l&&(I=M,k=y),_};return i?r(a):a}(a,o))).selector=e}return s},x=t.select=function(e,t,n,r){var i,o,a,s,u,d="function"==typeof e&&e,f=!r&&w(e=d.selector||e);if(n=n||[],1===f.length){if((o=f[0]=f[0].slice(0)).length>2&&"ID"===(a=o[0]).type&&9===t.nodeType&&j&&v.relative[o[1].type]){if(!(t=(v.find.ID(a.matches[0].replace(ge,ye),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=de.needsContext.test(e)?0:o.length;i--&&(a=o[i],!v.relative[s=a.type]);)if((u=v.find[s])&&(r=u(a.matches[0].replace(ge,ye),_e.test(o[0].type)&&l(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&c(o)))return G.apply(n,r),n;break}}return(d||L(e,f))(r,t,!j,n,!t||_e.test(e)&&l(t.parentNode)||t),n},y.sortStable=P.split("").sort(q).join("")===P,y.detectDuplicates=!!T,Y(),y.sortDetached=i(function(e){return 1&e.compareDocumentPosition(S.createElement("fieldset"))}),i(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),y.attributes&&i(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(Q,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(n);ge.find=ve,ge.expr=ve.selectors,ge.expr[":"]=ge.expr.pseudos,ge.uniqueSort=ge.unique=ve.uniqueSort,ge.text=ve.getText,ge.isXMLDoc=ve.isXML,ge.contains=ve.contains,ge.escapeSelector=ve.escape;var be=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&ge(e).is(n))break;r.push(e)}return r},Me=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},we=ge.expr.match.needsContext,Le=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;ge.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?ge.find.matchesSelector(r,e)?[r]:[]:ge.find.matches(e,ge.grep(t,function(e){return 1===e.nodeType}))},ge.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(ge(e).filter(function(){for(t=0;t<r;t++)if(ge.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)ge.find(e,i[t],n);return r>1?ge.uniqueSort(n):n},filter:function(e){return this.pushStack(l(this,e||[],!1))},not:function(e){return this.pushStack(l(this,e||[],!0))},is:function(e){return!!l(this,"string"==typeof e&&we.test(e)?ge(e):e||[],!1).length}});var xe,ke=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(ge.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||xe,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:ke.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 ge?t[0]:t,ge.merge(this,ge.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:ne,!0)),Le.test(r[1])&&ge.isPlainObject(t))for(r in t)pe(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=ne.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):pe(e)?void 0!==n.ready?n.ready(e):e(ge):ge.makeArray(e,this)}).prototype=ge.fn,xe=ge(ne);var De=/^(?:parents|prev(?:Until|All))/,Te={children:!0,contents:!0,next:!0,prev:!0};ge.fn.extend({has:function(e){var t=ge(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(ge.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&ge(e);if(!we.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&ge.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?ge.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?se.call(ge(e),this[0]):se.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(ge.uniqueSort(ge.merge(this.get(),ge(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ge.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return be(e,"parentNode")},parentsUntil:function(e,t,n){return be(e,"parentNode",n)},next:function(e){return d(e,"nextSibling")},prev:function(e){return d(e,"previousSibling")},nextAll:function(e){return be(e,"nextSibling")},prevAll:function(e){return be(e,"previousSibling")},nextUntil:function(e,t,n){return be(e,"nextSibling",n)},prevUntil:function(e,t,n){return be(e,"previousSibling",n)},siblings:function(e){return Me((e.parentNode||{}).firstChild,e)},children:function(e){return Me(e.firstChild)},contents:function(e){return void 0!==e.contentDocument?e.contentDocument:(u(e,"template")&&(e=e.content||e),ge.merge([],e.childNodes))}},function(e,t){ge.fn[e]=function(n,r){var i=ge.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=ge.filter(r,i)),this.length>1&&(Te[e]||ge.uniqueSort(i),De.test(e)&&i.reverse()),this.pushStack(i)}});var Ye=/[^\x20\t\r\n\f]+/g;ge.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return ge.each(e.match(Ye)||[],function(e,n){t[n]=!0}),t}(e):ge.extend({},e);var t,n,r,i,o=[],s=[],u=-1,l=function(){for(i=i||e.once,r=t=!0;s.length;u=-1)for(n=s.shift();++u<o.length;)!1===o[u].apply(n[0],n[1])&&e.stopOnFalse&&(u=o.length,n=!1);e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},d={add:function(){return o&&(n&&!t&&(u=o.length-1,s.push(n)),function t(n){ge.each(n,function(n,r){pe(r)?e.unique&&d.has(r)||o.push(r):r&&r.length&&"string"!==a(r)&&t(r)})}(arguments),n&&!t&&l()),this},remove:function(){return ge.each(arguments,function(e,t){for(var n;(n=ge.inArray(t,o,n))>-1;)o.splice(n,1),n<=u&&u--}),this},has:function(e){return e?ge.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=s=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=s=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],s.push(n),t||l()),this},fire:function(){return d.fireWith(this,arguments),this},fired:function(){return!!r}};return d},ge.extend({Deferred:function(e){var t=[["notify","progress",ge.Callbacks("memory"),ge.Callbacks("memory"),2],["resolve","done",ge.Callbacks("once memory"),ge.Callbacks("once memory"),0,"resolved"],["reject","fail",ge.Callbacks("once memory"),ge.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return ge.Deferred(function(n){ge.each(t,function(t,r){var i=pe(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&pe(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(e,r,i){function o(e,t,r,i){return function(){var s=this,u=arguments,l=function(){var n,l;if(!(e<a)){if((n=r.apply(s,u))===t.promise())throw new TypeError("Thenable self-resolution");l=n&&("object"==typeof n||"function"==typeof n)&&n.then,pe(l)?i?l.call(n,o(a,t,c,i),o(a,t,f,i)):(a++,l.call(n,o(a,t,c,i),o(a,t,f,i),o(a,t,c,t.notifyWith))):(r!==c&&(s=void 0,u=[n]),(i||t.resolveWith)(s,u))}},d=i?l:function(){try{l()}catch(n){ge.Deferred.exceptionHook&&ge.Deferred.exceptionHook(n,d.stackTrace),e+1>=a&&(r!==f&&(s=void 0,u=[n]),t.rejectWith(s,u))}};e?d():(ge.Deferred.getStackHook&&(d.stackTrace=ge.Deferred.getStackHook()),n.setTimeout(d))}}var a=0;return ge.Deferred(function(n){t[0][3].add(o(0,n,pe(i)?i:c,n.notifyWith)),t[1][3].add(o(0,n,pe(e)?e:c)),t[2][3].add(o(0,n,pe(r)?r:f))}).promise()},promise:function(e){return null!=e?ge.extend(e,i):i}},o={};return ge.each(t,function(e,n){var a=n[2],s=n[5];i[n[1]]=a.add,s&&a.add(function(){r=s},t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),a.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=a.fireWith}),i.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=ie.call(arguments),o=ge.Deferred(),a=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?ie.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(h(e,o.done(a(n)).resolve,o.reject,!t),"pending"===o.state()||pe(i[n]&&i[n].then)))return o.then();for(;n--;)h(i[n],a(n),o.reject);return o.promise()}});var Se=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ge.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&Se.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},ge.readyException=function(e){n.setTimeout(function(){throw e})};var Ce=ge.Deferred();ge.fn.ready=function(e){return Ce.then(e).catch(function(e){ge.readyException(e)}),this},ge.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--ge.readyWait:ge.isReady)||(ge.isReady=!0,!0!==e&&--ge.readyWait>0||Ce.resolveWith(ne,[ge]))}}),ge.ready.then=Ce.then,"complete"===ne.readyState||"loading"!==ne.readyState&&!ne.documentElement.doScroll?n.setTimeout(ge.ready):(ne.addEventListener("DOMContentLoaded",p),n.addEventListener("load",p));var je=function(e,t,n,r,i,o,s){var u=0,l=e.length,d=null==n;if("object"===a(n))for(u in i=!0,n)je(e,t,u,n[u],!0,o,s);else if(void 0!==r&&(i=!0,pe(r)||(s=!0),d&&(s?(t.call(e,r),t=null):(d=t,t=function(e,t,n){return d.call(ge(e),n)})),t))for(;u<l;u++)t(e[u],n,s?r:r.call(e[u],u,t(e[u],n)));return i?e:d?t.call(e):l?t(e[0],n):o},Ee=/^-ms-/,He=/-([a-z])/g,Ae=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};g.uid=1,g.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Ae(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[_(t)]=n;else for(r in t)i[_(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][_(t)]},access:function(e,t,n){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(_):(t=_(t))in r?[t]:t.match(Ye)||[]).length;for(;n--;)delete r[t[n]]}(void 0===t||ge.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&&!ge.isEmptyObject(t)}};var Oe=new g,Pe=new g,Ne=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Ie=/[A-Z]/g;ge.extend({hasData:function(e){return Pe.hasData(e)||Oe.hasData(e)},data:function(e,t,n){return Pe.access(e,t,n)},removeData:function(e,t){Pe.remove(e,t)},_data:function(e,t,n){return Oe.access(e,t,n)},_removeData:function(e,t){Oe.remove(e,t)}}),ge.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=Pe.get(o),1===o.nodeType&&!Oe.get(o,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=_(r.slice(5)),y(o,r,i[r]));Oe.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){Pe.set(this,e)}):je(this,function(t){var n;if(o&&void 0===t)return void 0!==(n=Pe.get(o,e))?n:void 0!==(n=y(o,e))?n:void 0;this.each(function(){Pe.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Pe.remove(this,e)})}}),ge.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Oe.get(e,t),n&&(!r||Array.isArray(n)?r=Oe.access(e,t,ge.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=ge.queue(e,t),r=n.length,i=n.shift(),o=ge._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){ge.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Oe.get(e,n)||Oe.access(e,n,{empty:ge.Callbacks("once memory").add(function(){Oe.remove(e,[t+"queue",n])})})}}),ge.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?ge.queue(this[0],e):void 0===t?this:this.each(function(){var n=ge.queue(this,e,t);ge._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&ge.dequeue(this,e)})},dequeue:function(e){return this.each(function(){ge.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=ge.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=Oe.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var Re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,We=new RegExp("^(?:([+-])=|)("+Re+")([a-z%]*)$","i"),$e=["Top","Right","Bottom","Left"],Fe=ne.documentElement,ze=function(e){return ge.contains(e.ownerDocument,e)},qe={composed:!0};Fe.getRootNode&&(ze=function(e){return ge.contains(e.ownerDocument,e)||e.getRootNode(qe)===e.ownerDocument});var Be=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&ze(e)&&"none"===ge.css(e,"display")},Ue=function(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},Ve={};ge.fn.extend({show:function(){return M(this,!0)},hide:function(){return M(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Be(this)?ge(this).show():ge(this).hide()})}});var Je=/^(?:checkbox|radio)$/i,Ge=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Xe=/^$|^module$|\/(?:java|ecma)script/i,Ke={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,"",""]};Ke.optgroup=Ke.option,Ke.tbody=Ke.tfoot=Ke.colgroup=Ke.caption=Ke.thead,Ke.th=Ke.td;var Qe,Ze,et=/<|&#?\w+;/;Qe=ne.createDocumentFragment().appendChild(ne.createElement("div")),(Ze=ne.createElement("input")).setAttribute("type","radio"),Ze.setAttribute("checked","checked"),Ze.setAttribute("name","t"),Qe.appendChild(Ze),he.checkClone=Qe.cloneNode(!0).cloneNode(!0).lastChild.checked,Qe.innerHTML="<textarea>x</textarea>",he.noCloneChecked=!!Qe.cloneNode(!0).lastChild.defaultValue;var tt=/^key/,nt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,rt=/^([^.]*)(?:\.(.+)|)/;ge.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,d,c,f,h,p,m,_=Oe.get(e);if(_)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&ge.find.matchesSelector(Fe,i),n.guid||(n.guid=ge.guid++),(u=_.events)||(u=_.events={}),(a=_.handle)||(a=_.handle=function(t){return void 0!==ge&&ge.event.triggered!==t.type?ge.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(Ye)||[""]).length;l--;)h=m=(s=rt.exec(t[l])||[])[1],p=(s[2]||"").split(".").sort(),h&&(c=ge.event.special[h]||{},h=(i?c.delegateType:c.bindType)||h,c=ge.event.special[h]||{},d=ge.extend({type:h,origType:m,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&ge.expr.match.needsContext.test(i),namespace:p.join(".")},o),(f=u[h])||((f=u[h]=[]).delegateCount=0,c.setup&&!1!==c.setup.call(e,r,p,a)||e.addEventListener&&e.addEventListener(h,a)),c.add&&(c.add.call(e,d),d.handler.guid||(d.handler.guid=n.guid)),i?f.splice(f.delegateCount++,0,d):f.push(d),ge.event.global[h]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,d,c,f,h,p,m,_=Oe.hasData(e)&&Oe.get(e);if(_&&(u=_.events)){for(l=(t=(t||"").match(Ye)||[""]).length;l--;)if(h=m=(s=rt.exec(t[l])||[])[1],p=(s[2]||"").split(".").sort(),h){for(c=ge.event.special[h]||{},f=u[h=(r?c.delegateType:c.bindType)||h]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=f.length;o--;)d=f[o],!i&&m!==d.origType||n&&n.guid!==d.guid||s&&!s.test(d.namespace)||r&&r!==d.selector&&("**"!==r||!d.selector)||(f.splice(o,1),d.selector&&f.delegateCount--,c.remove&&c.remove.call(e,d));a&&!f.length&&(c.teardown&&!1!==c.teardown.call(e,p,_.handle)||ge.removeEvent(e,h,_.handle),delete u[h])}else for(h in u)ge.event.remove(e,h+t[l],n,r,!0);ge.isEmptyObject(u)&&Oe.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=ge.event.fix(e),u=new Array(arguments.length),l=(Oe.get(this,"events")||{})[s.type]||[],d=ge.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!d.preDispatch||!1!==d.preDispatch.call(this,s)){for(a=ge.event.handlers.call(this,s,l),t=0;(i=a[t++])&&!s.isPropagationStopped();)for(s.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!1!==o.namespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((ge.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()));return d.postDispatch&&d.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?ge(i,this).index(l)>-1:ge.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(ge.Event.prototype,e,{enumerable:!0,configurable:!0,get:pe(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[ge.expando]?e:new ge.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return Je.test(t.type)&&t.click&&u(t,"input")&&S(t,"click",k),!1},trigger:function(e){var t=this||e;return Je.test(t.type)&&t.click&&u(t,"input")&&S(t,"click"),!0},_default:function(e){var t=e.target;return Je.test(t.type)&&t.click&&u(t,"input")&&Oe.get(t,"click")||u(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},ge.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},ge.Event=function(e,t){if(!(this instanceof ge.Event))return new ge.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?k:D,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&&ge.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[ge.expando]=!0},ge.Event.prototype={constructor:ge.Event,isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=k,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=k,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=k,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},ge.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&tt.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&nt.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},ge.event.addProp),ge.each({focus:"focusin",blur:"focusout"},function(e,t){ge.event.special[e]={setup:function(){return S(this,e,T),!1},trigger:function(){return S(this,e),!0},delegateType:t}}),ge.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){ge.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=e.relatedTarget,i=e.handleObj;return r&&(r===this||ge.contains(this,r))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}}),ge.fn.extend({on:function(e,t,n,r){return Y(this,e,t,n,r)},one:function(e,t,n,r){return Y(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,ge(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=D),this.each(function(){ge.event.remove(this,e,n,t)})}});var it=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,ot=/<script|<style|<link/i,at=/checked\s*(?:[^=]|=\s*.checked.)/i,st=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;ge.extend({htmlPrefilter:function(e){return e.replace(it,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,u,l,d=e.cloneNode(!0),c=ze(e);if(!(he.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ge.isXMLDoc(e)))for(a=w(d),r=0,i=(o=w(e)).length;r<i;r++)s=o[r],u=a[r],"input"===(l=u.nodeName.toLowerCase())&&Je.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||w(e),a=a||w(d),r=0,i=o.length;r<i;r++)H(o[r],a[r]);else H(e,d);return(a=w(d,"script")).length>0&&L(a,!c&&w(e,"script")),d},cleanData:function(e){for(var t,n,r,i=ge.event.special,o=0;void 0!==(n=e[o]);o++)if(Ae(n)){if(t=n[Oe.expando]){if(t.events)for(r in t.events)i[r]?ge.event.remove(n,r):ge.removeEvent(n,r,t.handle);n[Oe.expando]=void 0}n[Pe.expando]&&(n[Pe.expando]=void 0)}}}),ge.fn.extend({detach:function(e){return O(this,e,!0)},remove:function(e){return O(this,e)},text:function(e){return je(this,function(e){return void 0===e?ge.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 A(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||C(this,e).appendChild(e)})},prepend:function(){return A(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=C(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return A(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return A(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&&(ge.cleanData(w(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return ge.clone(this,e,t)})},html:function(e){return je(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&&!ot.test(e)&&!Ke[(Ge.exec(e)||["",""])[1].toLowerCase()]){e=ge.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(ge.cleanData(w(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return A(this,arguments,function(t){var n=this.parentNode;ge.inArray(this,e)<0&&(ge.cleanData(w(this)),n&&n.replaceChild(t,this))},e)}}),ge.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){ge.fn[e]=function(e){for(var n,r=[],i=ge(e),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),ge(i[a])[t](n),ae.apply(r,n.get());return this.pushStack(r)}});var ut=new RegExp("^("+Re+")(?!px)[a-z%]+$","i"),lt=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},dt=new RegExp($e.join("|"),"i");!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Fe.appendChild(u).appendChild(l);var e=n.getComputedStyle(l);r="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",a=36===t(e.right),i=36===t(e.width),l.style.position="absolute",o=12===t(l.offsetWidth/3),Fe.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var r,i,o,a,s,u=ne.createElement("div"),l=ne.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",he.clearCloneStyle="content-box"===l.style.backgroundClip,ge.extend(he,{boxSizingReliable:function(){return e(),i},pixelBoxStyles:function(){return e(),a},pixelPosition:function(){return e(),r},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),o}}))}();var ct=["Webkit","Moz","ms"],ft=ne.createElement("div").style,ht={},pt=/^(none|table(?!-c[ea]).+)/,mt=/^--/,_t={position:"absolute",visibility:"hidden",display:"block"},gt={letterSpacing:"0",fontWeight:"400"};ge.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=P(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,
flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=_(t),u=mt.test(t),l=e.style;if(u||(t=I(s)),a=ge.cssHooks[t]||ge.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=We.exec(n))&&i[1]&&(n=v(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(ge.cssNumber[s]?"":"px")),he.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=_(t);return mt.test(t)||(t=I(s)),(a=ge.cssHooks[t]||ge.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=P(e,t,r)),"normal"===i&&t in gt&&(i=gt[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),ge.each(["height","width"],function(e,t){ge.cssHooks[t]={get:function(e,n,r){if(n)return!pt.test(ge.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?$(e,t,r):Ue(e,_t,function(){return $(e,t,r)})},set:function(e,n,r){var i,o=lt(e),a=!he.scrollboxSize()&&"absolute"===o.position,s=(a||r)&&"border-box"===ge.css(e,"boxSizing",!1,o),u=r?W(e,t,r,s,o):0;return s&&a&&(u-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-W(e,t,"border",!1,o)-.5)),u&&(i=We.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=ge.css(e,t)),R(0,n,u)}}}),ge.cssHooks.marginLeft=N(he.reliableMarginLeft,function(e,t){if(t)return(parseFloat(P(e,"marginLeft"))||e.getBoundingClientRect().left-Ue(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),ge.each({margin:"",padding:"",border:"Width"},function(e,t){ge.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+$e[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(ge.cssHooks[e+t].set=R)}),ge.fn.extend({css:function(e,t){return je(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=lt(e),i=t.length;a<i;a++)o[t[a]]=ge.css(e,t[a],!1,r);return o}return void 0!==n?ge.style(e,t,n):ge.css(e,t)},e,t,arguments.length>1)}}),ge.Tween=F,F.prototype={constructor:F,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||ge.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(ge.cssNumber[n]?"":"px")},cur:function(){var e=F.propHooks[this.prop];return e&&e.get?e.get(this):F.propHooks._default.get(this)},run:function(e){var t,n=F.propHooks[this.prop];return this.options.duration?this.pos=t=ge.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):F.propHooks._default.set(this),this}},F.prototype.init.prototype=F.prototype,F.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=ge.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){ge.fx.step[e.prop]?ge.fx.step[e.prop](e):1!==e.elem.nodeType||!ge.cssHooks[e.prop]&&null==e.elem.style[I(e.prop)]?e.elem[e.prop]=e.now:ge.style(e.elem,e.prop,e.now+e.unit)}}},F.propHooks.scrollTop=F.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ge.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},ge.fx=F.prototype.init,ge.fx.step={};var yt,vt,bt=/^(?:toggle|show|hide)$/,Mt=/queueHooks$/;ge.Animation=ge.extend(V,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return v(n.elem,e,We.exec(t),n),n}]},tweener:function(e,t){pe(e)?(t=e,e=["*"]):e=e.match(Ye);for(var n,r=0,i=e.length;r<i;r++)n=e[r],V.tweeners[n]=V.tweeners[n]||[],V.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,d,c="width"in t||"height"in t,f=this,h={},p=e.style,m=e.nodeType&&Be(e),_=Oe.get(e,"fxshow");for(r in n.queue||(null==(a=ge._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,f.always(function(){f.always(function(){a.unqueued--,ge.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],bt.test(i)){if(delete t[r],o=o||"toggle"===i,i===(m?"hide":"show")){if("show"!==i||!_||void 0===_[r])continue;m=!0}h[r]=_&&_[r]||ge.style(e,r)}if((u=!ge.isEmptyObject(t))||!ge.isEmptyObject(h))for(r in c&&1===e.nodeType&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],null==(l=_&&_.display)&&(l=Oe.get(e,"display")),"none"===(d=ge.css(e,"display"))&&(l?d=l:(M([e],!0),l=e.style.display||l,d=ge.css(e,"display"),M([e]))),("inline"===d||"inline-block"===d&&null!=l)&&"none"===ge.css(e,"float")&&(u||(f.done(function(){p.display=l}),null==l&&(d=p.display,l="none"===d?"":d)),p.display="inline-block")),n.overflow&&(p.overflow="hidden",f.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]})),u=!1,h)u||(_?"hidden"in _&&(m=_.hidden):_=Oe.access(e,"fxshow",{display:l}),o&&(_.hidden=!m),m&&M([e],!0),f.done(function(){for(r in m||M([e]),Oe.remove(e,"fxshow"),h)ge.style(e,r,h[r])})),u=U(m?_[r]:0,r,f),r in _||(_[r]=u.start,m&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?V.prefilters.unshift(e):V.prefilters.push(e)}}),ge.speed=function(e,t,n){var r=e&&"object"==typeof e?ge.extend({},e):{complete:n||!n&&t||pe(e)&&e,duration:e,easing:n&&t||t&&!pe(t)&&t};return ge.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in ge.fx.speeds?r.duration=ge.fx.speeds[r.duration]:r.duration=ge.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){pe(r.old)&&r.old.call(this),r.queue&&ge.dequeue(this,r.queue)},r},ge.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Be).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=ge.isEmptyObject(e),o=ge.speed(t,n,r),a=function(){var t=V(this,ge.extend({},e),o);(i||Oe.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=ge.timers,a=Oe.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&Mt.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||ge.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=Oe.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=ge.timers,a=r?r.length:0;for(n.finish=!0,ge.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),ge.each(["toggle","show","hide"],function(e,t){var n=ge.fn[t];ge.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(B(t,!0),e,r,i)}}),ge.each({slideDown:B("show"),slideUp:B("hide"),slideToggle:B("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){ge.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),ge.timers=[],ge.fx.tick=function(){var e,t=0,n=ge.timers;for(yt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||ge.fx.stop(),yt=void 0},ge.fx.timer=function(e){ge.timers.push(e),ge.fx.start()},ge.fx.interval=13,ge.fx.start=function(){vt||(vt=!0,z())},ge.fx.stop=function(){vt=null},ge.fx.speeds={slow:600,fast:200,_default:400},ge.fn.delay=function(e,t){return e=ge.fx&&ge.fx.speeds[e]||e,t=t||"fx",this.queue(t,function(t,r){var i=n.setTimeout(t,e);r.stop=function(){n.clearTimeout(i)}})},function(){var e=ne.createElement("input"),t=ne.createElement("select").appendChild(ne.createElement("option"));e.type="checkbox",he.checkOn=""!==e.value,he.optSelected=t.selected,(e=ne.createElement("input")).value="t",e.type="radio",he.radioValue="t"===e.value}();var wt,Lt=ge.expr.attrHandle;ge.fn.extend({attr:function(e,t){return je(this,ge.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){ge.removeAttr(this,e)})}}),ge.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?ge.prop(e,t,n):(1===o&&ge.isXMLDoc(e)||(i=ge.attrHooks[t.toLowerCase()]||(ge.expr.match.bool.test(t)?wt:void 0)),void 0!==n?null===n?void ge.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=ge.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!he.radioValue&&"radio"===t&&u(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(Ye);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),wt={set:function(e,t,n){return!1===t?ge.removeAttr(e,n):e.setAttribute(n,n),n}},ge.each(ge.expr.match.bool.source.match(/\w+/g),function(e,t){var n=Lt[t]||ge.find.attr;Lt[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=Lt[a],Lt[a]=i,i=null!=n(e,t,r)?a:null,Lt[a]=o),i}});var xt=/^(?:input|select|textarea|button)$/i,kt=/^(?:a|area)$/i;ge.fn.extend({prop:function(e,t){return je(this,ge.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[ge.propFix[e]||e]})}}),ge.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&ge.isXMLDoc(e)||(t=ge.propFix[t]||t,i=ge.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=ge.find.attr(e,"tabindex");return t?parseInt(t,10):xt.test(e.nodeName)||kt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),he.optSelected||(ge.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)}}),ge.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ge.propFix[this.toLowerCase()]=this}),ge.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe(e))return this.each(function(t){ge(this).addClass(e.call(this,t,G(this)))});if((t=X(e)).length)for(;n=this[u++];)if(i=G(n),r=1===n.nodeType&&" "+J(i)+" "){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=J(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe(e))return this.each(function(t){ge(this).removeClass(e.call(this,t,G(this)))});if(!arguments.length)return this.attr("class","");if((t=X(e)).length)for(;n=this[u++];)if(i=G(n),r=1===n.nodeType&&" "+J(i)+" "){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(s=J(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):pe(e)?this.each(function(n){ge(this).toggleClass(e.call(this,n,G(this),t),t)}):this.each(function(){var t,i,o,a;if(r)for(i=0,o=ge(this),a=X(e);t=a[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=G(this))&&Oe.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Oe.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+J(G(n))+" ").indexOf(t)>-1)return!0;return!1}});var Dt=/\r/g;ge.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=pe(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,ge(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=ge.map(i,function(e){return null==e?"":e+""})),(t=ge.valHooks[this.type]||ge.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))})):i?(t=ge.valHooks[i.type]||ge.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(Dt,""):null==n?"":n:void 0}}),ge.extend({valHooks:{option:{get:function(e){var t=ge.find.attr(e,"value");return null!=t?t:J(ge.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||!u(n.parentNode,"optgroup"))){if(t=ge(n).val(),a)return t;s.push(t)}return s},set:function(e,t){for(var n,r,i=e.options,o=ge.makeArray(t),a=i.length;a--;)((r=i[a]).selected=ge.inArray(ge.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),ge.each(["radio","checkbox"],function(){ge.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=ge.inArray(ge(e).val(),t)>-1}},he.checkOn||(ge.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),he.focusin="onfocusin"in n;var Tt=/^(?:focusinfocus|focusoutblur)$/,Yt=function(e){e.stopPropagation()};ge.extend(ge.event,{trigger:function(e,t,r,i){var o,a,s,u,l,d,c,f,h=[r||ne],p=de.call(e,"type")?e.type:e,m=de.call(e,"namespace")?e.namespace.split("."):[];if(a=f=s=r=r||ne,3!==r.nodeType&&8!==r.nodeType&&!Tt.test(p+ge.event.triggered)&&(p.indexOf(".")>-1&&(p=(m=p.split(".")).shift(),m.sort()),l=p.indexOf(":")<0&&"on"+p,(e=e[ge.expando]?e:new ge.Event(p,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=m.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:ge.makeArray(t,[e]),c=ge.event.special[p]||{},i||!c.trigger||!1!==c.trigger.apply(r,t))){if(!i&&!c.noBubble&&!me(r)){for(u=c.delegateType||p,Tt.test(u+p)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(r.ownerDocument||ne)&&h.push(s.defaultView||s.parentWindow||n)}for(o=0;(a=h[o++])&&!e.isPropagationStopped();)f=a,e.type=o>1?u:c.bindType||p,(d=(Oe.get(a,"events")||{})[e.type]&&Oe.get(a,"handle"))&&d.apply(a,t),(d=l&&a[l])&&d.apply&&Ae(a)&&(e.result=d.apply(a,t),!1===e.result&&e.preventDefault());return e.type=p,i||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(h.pop(),t)||!Ae(r)||l&&pe(r[p])&&!me(r)&&((s=r[l])&&(r[l]=null),ge.event.triggered=p,e.isPropagationStopped()&&f.addEventListener(p,Yt),r[p](),e.isPropagationStopped()&&f.removeEventListener(p,Yt),ge.event.triggered=void 0,s&&(r[l]=s)),e.result}},simulate:function(e,t,n){var r=ge.extend(new ge.Event,n,{type:e,isSimulated:!0});ge.event.trigger(r,null,t)}}),ge.fn.extend({trigger:function(e,t){return this.each(function(){ge.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return ge.event.trigger(e,t,n,!0)}}),he.focusin||ge.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){ge.event.simulate(t,e.target,ge.event.fix(e))};ge.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=Oe.access(r,t);i||r.addEventListener(e,n,!0),Oe.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=Oe.access(r,t)-1;i?Oe.access(r,t,i):(r.removeEventListener(e,n,!0),Oe.remove(r,t))}}});var St=n.location,Ct=Date.now(),jt=/\?/;ge.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||ge.error("Invalid XML: "+e),t};var Et=/\[\]$/,Ht=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,Ot=/^(?:input|select|textarea|keygen)/i;ge.param=function(e,t){var n,r=[],i=function(e,t){var n=pe(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!ge.isPlainObject(e))ge.each(e,function(){i(this.name,this.value)});else for(n in e)K(n,e[n],t,i);return r.join("&")},ge.fn.extend({serialize:function(){return ge.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ge.prop(this,"elements");return e?ge.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ge(this).is(":disabled")&&Ot.test(this.nodeName)&&!At.test(e)&&(this.checked||!Je.test(e))}).map(function(e,t){var n=ge(this).val();return null==n?null:Array.isArray(n)?ge.map(n,function(e){return{name:t.name,value:e.replace(Ht,"\r\n")}}):{name:t.name,value:n.replace(Ht,"\r\n")}}).get()}});var Pt=/%20/g,Nt=/#.*$/,It=/([?&])_=[^&]*/,Rt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Wt=/^(?:GET|HEAD)$/,$t=/^\/\//,Ft={},zt={},qt="*/".concat("*"),Bt=ne.createElement("a");Bt.href=St.href,ge.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:St.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(St.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":qt,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":ge.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ee(ee(e,ge.ajaxSettings),t):ee(ge.ajaxSettings,e)},ajaxPrefilter:Q(Ft),ajaxTransport:Q(zt),ajax:function(e,t){function r(e,t,r,s){var l,f,h,b,M,w=t;d||(d=!0,u&&n.clearTimeout(u),i=void 0,a=s||"",L.readyState=e>0?4:0,l=e>=200&&e<300||304===e,r&&(b=function(e,t,n){for(var r,i,o,a,s=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(p,L,r)),b=function(e,t,n,r){var i,o,a,s,u,l={},d=e.dataTypes.slice();if(d[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];for(o=d.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=d.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],d.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 "+u+" to "+o}}}return{state:"success",data:t}}(p,b,L,l),l?(p.ifModified&&((M=L.getResponseHeader("Last-Modified"))&&(ge.lastModified[o]=M),(M=L.getResponseHeader("etag"))&&(ge.etag[o]=M)),204===e||"HEAD"===p.type?w="nocontent":304===e?w="notmodified":(w=b.state,f=b.data,l=!(h=b.error))):(h=w,!e&&w||(w="error",e<0&&(e=0))),L.status=e,L.statusText=(t||w)+"",l?g.resolveWith(m,[f,w,L]):g.rejectWith(m,[L,w,h]),L.statusCode(v),v=void 0,c&&_.trigger(l?"ajaxSuccess":"ajaxError",[L,p,l?f:h]),y.fireWith(m,[L,w]),c&&(_.trigger("ajaxComplete",[L,p]),--ge.active||ge.event.trigger("ajaxStop")))}"object"==typeof e&&(t=e,e=void 0),t=t||{};var i,o,a,s,u,l,d,c,f,h,p=ge.ajaxSetup({},t),m=p.context||p,_=p.context&&(m.nodeType||m.jquery)?ge(m):ge.event,g=ge.Deferred(),y=ge.Callbacks("once memory"),v=p.statusCode||{},b={},M={},w="canceled",L={readyState:0,getResponseHeader:function(e){var t;if(d){if(!s)for(s={};t=Rt.exec(a);)s[t[1].toLowerCase()+" "]=(s[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=s[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return d?a:null},setRequestHeader:function(e,t){return null==d&&(e=M[e.toLowerCase()]=M[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==d&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(d)L.always(e[L.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||w;return i&&i.abort(t),r(0,t),this}};if(g.promise(L),p.url=((e||p.url||St.href)+"").replace($t,St.protocol+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(Ye)||[""],null==p.crossDomain){l=ne.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=ge.param(p.data,p.traditional)),Z(Ft,p,t,L),d)return L;for(f in(c=ge.event&&p.global)&&0==ge.active++&&ge.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Wt.test(p.type),o=p.url.replace(Nt,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Pt,"+")):(h=p.url.slice(o.length),p.data&&(p.processData||"string"==typeof p.data)&&(o+=(jt.test(o)?"&":"?")+p.data,delete p.data),!1===p.cache&&(o=o.replace(It,"$1"),h=(jt.test(o)?"&":"?")+"_="+Ct+++h),p.url=o+h),p.ifModified&&(ge.lastModified[o]&&L.setRequestHeader("If-Modified-Since",ge.lastModified[o]),ge.etag[o]&&L.setRequestHeader("If-None-Match",ge.etag[o])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&L.setRequestHeader("Content-Type",p.contentType),L.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+qt+"; q=0.01":""):p.accepts["*"]),p.headers)L.setRequestHeader(f,p.headers[f]);if(p.beforeSend&&(!1===p.beforeSend.call(m,L,p)||d))return L.abort();if(w="abort",y.add(p.complete),L.done(p.success),L.fail(p.error),i=Z(zt,p,t,L)){if(L.readyState=1,c&&_.trigger("ajaxSend",[L,p]),d)return L;p.async&&p.timeout>0&&(u=n.setTimeout(function(){L.abort("timeout")},p.timeout));try{d=!1,i.send(b,r)}catch(e){if(d)throw e;r(-1,e)}}else r(-1,"No Transport");return L},getJSON:function(e,t,n){return ge.get(e,t,n,"json")},getScript:function(e,t){return ge.get(e,void 0,t,"script")}}),ge.each(["get","post"],function(e,t){ge[t]=function(e,n,r,i){return pe(n)&&(i=i||r,r=n,n=void 0),ge.ajax(ge.extend({url:e,type:t,dataType:i,data:n,success:r},ge.isPlainObject(e)&&e))}}),ge._evalUrl=function(e,t){return ge.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){ge.globalEval(e,t)}})},ge.fn.extend({wrapAll:function(e){var t;return this[0]&&(pe(e)&&(e=e.call(this[0])),t=ge(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return pe(e)?this.each(function(t){ge(this).wrapInner(e.call(this,t))}):this.each(function(){var t=ge(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=pe(e);return this.each(function(n){ge(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){ge(this).replaceWith(this.childNodes)}),this}}),ge.expr.pseudos.hidden=function(e){return!ge.expr.pseudos.visible(e)},ge.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},ge.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ut={0:200,1223:204},Vt=ge.ajaxSettings.xhr();he.cors=!!Vt&&"withCredentials"in Vt,he.ajax=Vt=!!Vt,ge.ajaxTransport(function(e){var t,r;if(he.cors||Vt&&!e.crossDomain)return{send:function(i,o){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Ut[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout(function(){t&&r()})},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}}),ge.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),ge.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 ge.globalEval(e),e}}}),ge.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),ge.ajaxTransport("script",function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,i){t=ge("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),ne.head.appendChild(t[0])},abort:function(){n&&n()}}});var Jt,Gt=[],Xt=/(=)\?(?=&|$)|\?\?/;ge.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||ge.expando+"_"+Ct++;return this[e]=!0,e}}),ge.ajaxPrefilter("json jsonp",function(e,t,r){var i,o,a,s=!1!==e.jsonp&&(Xt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Xt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return i=e.jsonpCallback=pe(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Xt,"$1"+i):!1!==e.jsonp&&(e.url+=(jt.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return a||ge.error(i+" was not called"),a[0]},e.dataTypes[0]="json",o=n[i],n[i]=function(){a=arguments},r.always(function(){void 0===o?ge(n).removeProp(i):n[i]=o,e[i]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(i)),a&&pe(o)&&o(a[0]),a=o=void 0}),"script"}),he.createHTMLDocument=((Jt=ne.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Jt.childNodes.length),ge.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(he.createHTMLDocument?((r=(t=ne.implementation.createHTMLDocument("")).createElement("base")).href=ne.location.href,t.head.appendChild(r)):t=ne),i=Le.exec(e),o=!n&&[],i?[t.createElement(i[1])]:(i=x([e],t,o),o&&o.length&&ge(o).remove(),ge.merge([],i.childNodes)));var r,i,o},ge.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=J(e.slice(s)),e=e.slice(0,s)),pe(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&ge.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?ge("<div>").append(ge.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ge.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ge.fn[t]=function(e){return this.on(t,e)}}),ge.expr.pseudos.animated=function(e){return ge.grep(ge.timers,function(t){return e===t.elem}).length},ge.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ge.css(e,"position"),d=ge(e),c={};"static"===l&&(e.style.position="relative"),s=d.offset(),o=ge.css(e,"top"),u=ge.css(e,"left"),("absolute"===l||"fixed"===l)&&(o+u).indexOf("auto")>-1?(a=(r=d.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),pe(t)&&(t=t.call(e,n,ge.extend({},s))),null!=t.top&&(c.top=t.top-s.top+a),null!=t.left&&(c.left=t.left-s.left+i),"using"in t?t.using.call(e,c):d.css(c)}},ge.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){ge.offset.setOffset(this,e,t)});var t,n,r=this[0];return r?r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.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"===ge.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"===ge.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ge(e).offset()).top+=ge.css(e,"borderTopWidth",!0),i.left+=ge.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ge.css(r,"marginTop",!0),left:t.left-i.left-ge.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===ge.css(e,"position");)e=e.offsetParent;return e||Fe})}}),ge.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;ge.fn[e]=function(r){return je(this,function(e,r,i){var o;if(me(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),ge.each(["top","left"],function(e,t){ge.cssHooks[t]=N(he.pixelPosition,function(e,n){if(n)return n=P(e,t),ut.test(n)?ge(e).position()[t]+"px":n})}),ge.each({Height:"height",Width:"width"},function(e,t){ge.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){ge.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return je(this,function(t,n,i){var o;return me(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?ge.css(t,n,s):ge.style(t,n,i,s)},t,a?i:void 0,a)}})}),ge.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,t){ge.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),ge.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),ge.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)}}),ge.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),pe(e))return r=ie.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(ie.call(arguments)))}).guid=e.guid=e.guid||ge.guid++,i},ge.holdReady=function(e){e?ge.readyWait++:ge.ready(!0)},ge.isArray=Array.isArray,ge.parseJSON=JSON.parse,ge.nodeName=u,ge.isFunction=pe,ge.isWindow=me,ge.camelCase=_,ge.type=a,ge.now=Date.now,ge.isNumeric=function(e){var t=ge.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},void 0===(r=function(){return ge}.apply(t,[]))||(e.exports=r);var Kt=n.jQuery,Qt=n.$;return ge.noConflict=function(e){return n.$===ge&&(n.$=Qt),e&&n.jQuery===ge&&(n.jQuery=Kt),ge},i||(n.jQuery=n.$=ge),ge})},"9GM1":function(e,t){},"A/Xc":function(e,t,n){"use strict";e.exports=n("JhQ5")},ChUf:function(e,t,n){var r=n("VU/8")(n("Fv60"),null,!1,null,null,null);e.exports=r.exports},DQCr:function(e,t,n){"use strict";function r(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var i=n("cGG2");e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(i.isURLSearchParams(t))o=t.toString();else{var a=[];i.forEach(t,function(e,t){null!==e&&void 0!==e&&(i.isArray(e)?t+="[]":e=[e],i.forEach(e,function(e){i.isDate(e)?e=e.toISOString():i.isObject(e)&&(e=JSON.stringify(e)),a.push(r(t)+"="+r(e))}))}),o=a.join("&")}return o&&(e+=(-1===e.indexOf("?")?"?":"&")+o),e}},ES7T:function(e,t,n){var r=n("VU/8")(n("n9ol"),null,!1,null,null,null);e.exports=r.exports},ErNN:function(e,t,n){var r=n("VU/8")(n("6JQB"),n("vvBP"),!1,null,null,null)
;e.exports=r.exports},Fo2E:function(e,t){e.exports={data:function(){return{canRemove:!0,emails:[{email:""},{email:""},{email:""},{email:""},{email:""}]}},methods:{add:function(){this.emails.push("")},remove:function(e){this.canRemove&&this.$delete(this.emails,e)}},watch:{emails:function(e){this.canRemove=e.length>1}}}},FtD3:function(e,t,n){"use strict";var r=n("t8qj");e.exports=function(e,t,n,i,o){var a=new Error(e);return r(a,t,n,i,o)}},Fv60:function(e,t,n){var r=n("I3G/");r.component("report-incident",n("yxZ+")),r.component("report-schedule",n("Uxmw")),r.component("invite-team",n("jvtN")),e.exports={props:["user"],mounted:function(){this.user.welcomed||$("#welcome-modal").modal("show")},methods:{fetchIncidentTimeline:function(){},fetchSubscriberTimeline:function(){}}}},GHBc:function(e,t,n){"use strict";var r=n("cGG2");e.exports=r.isStandardBrowserEnv()?function(){function e(e){var t=e;return n&&(i.setAttribute("href",t),t=i.href),i.setAttribute("href",t),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:"/"===i.pathname.charAt(0)?i.pathname:"/"+i.pathname}}var t,n=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a");return t=e(window.location.href),function(n){var i=r.isString(n)?e(n):n;return i.protocol===t.protocol&&i.host===t.host}}():function(){return!0}},GxBP:function(e,t,n){var r;r=function(){"use strict";function e(e,t,n){var r;return void 0===n&&(n=!1),function(){var i=this,o=arguments;null!==r&&clearTimeout(r),r=window.setTimeout(function(){r=null,n||e.apply(i,o)},t),n&&!r&&e.apply(i,o)}}function t(e,t,n){if(!0===n)return e.classList.add(t);e.classList.remove(t)}function n(e,t,n){var r=window.document.createElement(e);return t=t||"",n=n||"",r.className=t,void 0!==n&&(r.textContent=n),r}function r(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function i(e,t){var r=n("div","numInputWrapper"),i=n("input","numInput "+e),o=n("span","arrowUp"),a=n("span","arrowDown");if(-1===navigator.userAgent.indexOf("MSIE 9.0")?i.type="number":(i.type="text",i.pattern="\\d*"),void 0!==t)for(var s in t)i.setAttribute(s,t[s]);return r.appendChild(i),r.appendChild(o),r.appendChild(a),r}function o(e,t,n){return void 0===n&&(n=!0),!1!==n?new Date(e.getTime()).setHours(0,0,0,0)-new Date(t.getTime()).setHours(0,0,0,0):e.getTime()-t.getTime()}function a(a,s){function m(e){return e.bind(ve)}function g(){var e=ve.config;!1===e.weekNumbers&&1===e.showMonths||!0!==e.noCalendar&&window.requestAnimationFrame(function(){if(void 0!==ve.calendarContainer&&(ve.calendarContainer.style.visibility="hidden",ve.calendarContainer.style.display="block"),void 0!==ve.daysContainer){var t=(ve.days.offsetWidth+1)*e.showMonths;ve.daysContainer.style.width=t+"px",ve.calendarContainer.style.width=t+(void 0!==ve.weekWrapper?ve.weekWrapper.offsetWidth:0)+"px",ve.calendarContainer.style.removeProperty("visibility"),ve.calendarContainer.style.removeProperty("display")}})}function v(e){0===ve.selectedDates.length&&re(),void 0!==e&&"blur"!==e.type&&function(e){e.preventDefault();var t="keydown"===e.type,n=e.target;void 0!==ve.amPM&&e.target===ve.amPM&&(ve.amPM.textContent=ve.l10n.amPM[h(ve.amPM.textContent===ve.l10n.amPM[0])]);var r=parseFloat(n.getAttribute("min")),i=parseFloat(n.getAttribute("max")),o=parseFloat(n.getAttribute("step")),a=parseInt(n.value,10),s=e.delta||(t?38===e.which?1:-1:0),u=a+o*s;if(void 0!==n.value&&2===n.value.length){var l=n===ve.hourElement,d=n===ve.minuteElement;u<r?(u=i+u+h(!l)+(h(l)&&h(!ve.amPM)),d&&P(void 0,-1,ve.hourElement)):u>i&&(u=n===ve.hourElement?u-i-h(!ve.amPM):r,d&&P(void 0,1,ve.hourElement)),ve.amPM&&l&&(1===o?u+a===23:Math.abs(u-a)>o)&&(ve.amPM.textContent=ve.l10n.amPM[h(ve.amPM.textContent===ve.l10n.amPM[0])]),n.value=f(u)}}(e);var t=ve._input.value;D(),ge(),ve._input.value!==t&&ve._debouncedChange()}function D(){if(void 0!==ve.hourElement&&void 0!==ve.minuteElement){var e,t,n=(parseInt(ve.hourElement.value.slice(-2),10)||0)%24,r=(parseInt(ve.minuteElement.value,10)||0)%60,i=void 0!==ve.secondElement?(parseInt(ve.secondElement.value,10)||0)%60:0;void 0!==ve.amPM&&(e=n,t=ve.amPM.textContent,n=e%12+12*h(t===ve.l10n.amPM[1]));var a=void 0!==ve.config.minTime||ve.config.minDate&&ve.minDateHasTime&&ve.latestSelectedDateObj&&0===o(ve.latestSelectedDateObj,ve.config.minDate,!0);if(void 0!==ve.config.maxTime||ve.config.maxDate&&ve.maxDateHasTime&&ve.latestSelectedDateObj&&0===o(ve.latestSelectedDateObj,ve.config.maxDate,!0)){var s=void 0!==ve.config.maxTime?ve.config.maxTime:ve.config.maxDate;(n=Math.min(n,s.getHours()))===s.getHours()&&(r=Math.min(r,s.getMinutes())),r===s.getMinutes()&&(i=Math.min(i,s.getSeconds()))}if(a){var u=void 0!==ve.config.minTime?ve.config.minTime:ve.config.minDate;(n=Math.max(n,u.getHours()))===u.getHours()&&(r=Math.max(r,u.getMinutes())),r===u.getMinutes()&&(i=Math.max(i,u.getSeconds()))}S(n,r,i)}}function T(e){var t=e||ve.latestSelectedDateObj;t&&S(t.getHours(),t.getMinutes(),t.getSeconds())}function Y(){var e=ve.config.defaultHour,t=ve.config.defaultMinute,n=ve.config.defaultSeconds;if(void 0!==ve.config.minDate){var r=ve.config.minDate.getHours(),i=ve.config.minDate.getMinutes();(e=Math.max(e,r))===r&&(t=Math.max(i,t)),e===r&&t===i&&(n=ve.config.minDate.getSeconds())}if(void 0!==ve.config.maxDate){var o=ve.config.maxDate.getHours(),a=ve.config.maxDate.getMinutes();(e=Math.min(e,o))===o&&(t=Math.min(a,t)),e===o&&t===a&&(n=ve.config.maxDate.getSeconds())}S(e,t,n)}function S(e,t,n){void 0!==ve.latestSelectedDateObj&&ve.latestSelectedDateObj.setHours(e%24,t,n||0,0),ve.hourElement&&ve.minuteElement&&!ve.isMobile&&(ve.hourElement.value=f(ve.config.time_24hr?e:(12+e)%12+12*h(e%12==0)),ve.minuteElement.value=f(t),void 0!==ve.amPM&&(ve.amPM.textContent=ve.l10n.amPM[h(e>=12)]),void 0!==ve.secondElement&&(ve.secondElement.value=f(n)))}function C(e){var t=parseInt(e.target.value)+(e.delta||0);(t/1e3>1||"Enter"===e.key&&!/[^\d]/.test(t.toString()))&&K(t)}function j(e,t,n,r){return t instanceof Array?t.forEach(function(t){return j(e,t,n,r)}):e instanceof Array?e.forEach(function(e){return j(e,t,n,r)}):(e.addEventListener(t,n,r),void ve._handlers.push({element:e,event:t,handler:n,options:r}))}function E(e){return function(t){1===t.which&&e(t)}}function H(){fe("onChange")}function A(e,t){var n=void 0!==e?ve.parseDate(e):ve.latestSelectedDateObj||(ve.config.minDate&&ve.config.minDate>ve.now?ve.config.minDate:ve.config.maxDate&&ve.config.maxDate<ve.now?ve.config.maxDate:ve.now),r=ve.currentYear,i=ve.currentMonth;try{void 0!==n&&(ve.currentYear=n.getFullYear(),ve.currentMonth=n.getMonth())}catch(e){e.message="Invalid date supplied: "+n,ve.config.errorHandler(e)}t&&ve.currentYear!==r&&(fe("onYearChange"),z()),!t||ve.currentYear===r&&ve.currentMonth===i||fe("onMonthChange"),ve.redraw()}function O(e){~e.target.className.indexOf("arrow")&&P(e,e.target.classList.contains("arrowUp")?1:-1)}function P(e,t,n){var r=e&&e.target,i=n||r&&r.parentNode&&r.parentNode.firstChild,o=he("increment");o.delta=t,i&&i.dispatchEvent(o)}function N(e,r,i,a){var s=Q(r,!0),u=n("span","flatpickr-day "+e,r.getDate().toString());return u.dateObj=r,u.$i=a,u.setAttribute("aria-label",ve.formatDate(r,ve.config.ariaDateFormat)),-1===e.indexOf("hidden")&&0===o(r,ve.now)&&(ve.todayDateElem=u,u.classList.add("today"),u.setAttribute("aria-current","date")),s?(u.tabIndex=-1,pe(r)&&(u.classList.add("selected"),ve.selectedDateElem=u,"range"===ve.config.mode&&(t(u,"startRange",ve.selectedDates[0]&&0===o(r,ve.selectedDates[0],!0)),t(u,"endRange",ve.selectedDates[1]&&0===o(r,ve.selectedDates[1],!0)),"nextMonthDay"===e&&u.classList.add("inRange")))):u.classList.add("flatpickr-disabled"),"range"===ve.config.mode&&function(e){return!("range"!==ve.config.mode||ve.selectedDates.length<2)&&o(e,ve.selectedDates[0])>=0&&o(e,ve.selectedDates[1])<=0}(r)&&!pe(r)&&u.classList.add("inRange"),ve.weekNumbers&&1===ve.config.showMonths&&"prevMonthDay"!==e&&i%7==1&&ve.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+ve.config.getWeek(r)+"</span>"),fe("onDayCreate",u),u}function I(e){e.focus(),"range"===ve.config.mode&&te(e)}function R(e){for(var t=e>0?0:ve.config.showMonths-1,n=e>0?ve.config.showMonths:-1,r=t;r!=n;r+=e)for(var i=ve.daysContainer.children[r],o=e>0?0:i.children.length-1,a=e>0?i.children.length:-1,s=o;s!=a;s+=e){var u=i.children[s];if(-1===u.className.indexOf("hidden")&&Q(u.dateObj))return u}}function W(e,t){var n=Z(document.activeElement||document.body),r=void 0!==e?e:n?document.activeElement:void 0!==ve.selectedDateElem&&Z(ve.selectedDateElem)?ve.selectedDateElem:void 0!==ve.todayDateElem&&Z(ve.todayDateElem)?ve.todayDateElem:R(t>0?1:-1);return void 0===r?ve._input.focus():n?void function(e,t){for(var n=-1===e.className.indexOf("Month")?e.dateObj.getMonth():ve.currentMonth,r=t>0?ve.config.showMonths:-1,i=t>0?1:-1,o=n-ve.currentMonth;o!=r;o+=i)for(var a=ve.daysContainer.children[o],s=n-ve.currentMonth===o?e.$i+t:t<0?a.children.length-1:0,u=a.children.length,l=s;l>=0&&l<u&&l!=(t>0?u:-1);l+=i){var d=a.children[l];if(-1===d.className.indexOf("hidden")&&Q(d.dateObj)&&Math.abs(e.$i-l)>=Math.abs(t))return I(d)}ve.changeMonth(i),W(R(i),0)}(r,t):I(r)}function $(e,t){for(var r=(new Date(e,t,1).getDay()-ve.l10n.firstDayOfWeek+7)%7,i=ve.utils.getDaysInMonth((t-1+12)%12),o=ve.utils.getDaysInMonth(t),a=window.document.createDocumentFragment(),s=ve.config.showMonths>1,u=s?"prevMonthDay hidden":"prevMonthDay",l=s?"nextMonthDay hidden":"nextMonthDay",d=i+1-r,c=0;d<=i;d++,c++)a.appendChild(N(u,new Date(e,t-1,d),d,c));for(d=1;d<=o;d++,c++)a.appendChild(N("",new Date(e,t,d),d,c));for(var f=o+1;f<=42-r&&(1===ve.config.showMonths||c%7!=0);f++,c++)a.appendChild(N(l,new Date(e,t+1,f%o),f,c));var h=n("div","dayContainer");return h.appendChild(a),h}function F(){if(void 0!==ve.daysContainer){r(ve.daysContainer),ve.weekNumbers&&r(ve.weekNumbers);for(var e=document.createDocumentFragment(),t=0;t<ve.config.showMonths;t++){var n=new Date(ve.currentYear,ve.currentMonth,1);n.setMonth(ve.currentMonth+t),e.appendChild($(n.getFullYear(),n.getMonth()))}ve.daysContainer.appendChild(e),ve.days=ve.daysContainer.firstChild,"range"===ve.config.mode&&1===ve.selectedDates.length&&te()}}function z(){if(!(ve.config.showMonths>1)){ve.monthsDropdownContainer.tabIndex=-1,ve.monthsDropdownContainer.innerHTML="";for(var e=0;e<12;e++)if(function(e){return!(void 0!==ve.config.minDate&&ve.currentYear===ve.config.minDate.getFullYear()&&e<ve.config.minDate.getMonth()||void 0!==ve.config.maxDate&&ve.currentYear===ve.config.maxDate.getFullYear()&&e>ve.config.maxDate.getMonth())}(e)){var t=n("option","flatpickr-monthDropdown-month");t.value=new Date(ve.currentYear,e).getMonth().toString(),t.textContent=_(e,!1,ve.l10n),t.tabIndex=-1,ve.currentMonth===e&&(t.selected=!0),ve.monthsDropdownContainer.appendChild(t)}}}function q(){var e,t=n("div","flatpickr-month"),r=window.document.createDocumentFragment();ve.config.showMonths>1?e=n("span","cur-month"):(ve.monthsDropdownContainer=n("select","flatpickr-monthDropdown-months"),j(ve.monthsDropdownContainer,"change",function(e){var t=e.target,n=parseInt(t.value,10);ve.changeMonth(n-ve.currentMonth),fe("onMonthChange")}),z(),e=ve.monthsDropdownContainer);var o=i("cur-year",{tabindex:"-1"}),a=o.getElementsByTagName("input")[0];a.setAttribute("aria-label",ve.l10n.yearAriaLabel),ve.config.minDate&&a.setAttribute("min",ve.config.minDate.getFullYear().toString()),ve.config.maxDate&&(a.setAttribute("max",ve.config.maxDate.getFullYear().toString()),a.disabled=!!ve.config.minDate&&ve.config.minDate.getFullYear()===ve.config.maxDate.getFullYear());var s=n("div","flatpickr-current-month");return s.appendChild(e),s.appendChild(o),r.appendChild(s),t.appendChild(r),{container:t,yearElement:a,monthElement:e}}function B(){r(ve.monthNav),ve.monthNav.appendChild(ve.prevMonthNav),ve.config.showMonths&&(ve.yearElements=[],ve.monthElements=[]);for(var e=ve.config.showMonths;e--;){var t=q();ve.yearElements.push(t.yearElement),ve.monthElements.push(t.monthElement),ve.monthNav.appendChild(t.container)}ve.monthNav.appendChild(ve.nextMonthNav)}function U(){ve.weekdayContainer?r(ve.weekdayContainer):ve.weekdayContainer=n("div","flatpickr-weekdays");for(var e=ve.config.showMonths;e--;){var t=n("div","flatpickr-weekdaycontainer");ve.weekdayContainer.appendChild(t)}return V(),ve.weekdayContainer}function V(){var e=ve.l10n.firstDayOfWeek,t=ve.l10n.weekdays.shorthand.slice();e>0&&e<t.length&&(t=t.splice(e,t.length).concat(t.splice(0,e)));for(var n=ve.config.showMonths;n--;)ve.weekdayContainer.children[n].innerHTML="\n <span class='flatpickr-weekday'>\n "+t.join("</span><span class='flatpickr-weekday'>")+"\n </span>\n "}function J(e,t){void 0===t&&(t=!0);var n=t?e:e-ve.currentMonth;n<0&&!0===ve._hidePrevMonthArrow||n>0&&!0===ve._hideNextMonthArrow||(ve.currentMonth+=n,(ve.currentMonth<0||ve.currentMonth>11)&&(ve.currentYear+=ve.currentMonth>11?1:-1,ve.currentMonth=(ve.currentMonth+12)%12,fe("onYearChange"),z()),F(),fe("onMonthChange"),me())}function G(e){return!(!ve.config.appendTo||!ve.config.appendTo.contains(e))||ve.calendarContainer.contains(e)}function X(e){if(ve.isOpen&&!ve.config.inline){var t="function"==typeof(a=e).composedPath?a.composedPath()[0]:a.target,n=G(t),r=t===ve.input||t===ve.altInput||ve.element.contains(t)||e.path&&e.path.indexOf&&(~e.path.indexOf(ve.input)||~e.path.indexOf(ve.altInput)),i="blur"===e.type?r&&e.relatedTarget&&!G(e.relatedTarget):!r&&!n&&!G(e.relatedTarget),o=!ve.config.ignoredFocusElements.some(function(e){return e.contains(t)});i&&o&&(ve.close(),"range"===ve.config.mode&&1===ve.selectedDates.length&&(ve.clear(!1),ve.redraw()))}var a}function K(e){if(!(!e||ve.config.minDate&&e<ve.config.minDate.getFullYear()||ve.config.maxDate&&e>ve.config.maxDate.getFullYear())){var t=e,n=ve.currentYear!==t;ve.currentYear=t||ve.currentYear,ve.config.maxDate&&ve.currentYear===ve.config.maxDate.getFullYear()?ve.currentMonth=Math.min(ve.config.maxDate.getMonth(),ve.currentMonth):ve.config.minDate&&ve.currentYear===ve.config.minDate.getFullYear()&&(ve.currentMonth=Math.max(ve.config.minDate.getMonth(),ve.currentMonth)),n&&(ve.redraw(),fe("onYearChange"),z())}}function Q(e,t){void 0===t&&(t=!0);var n=ve.parseDate(e,void 0,t);if(ve.config.minDate&&n&&o(n,ve.config.minDate,void 0!==t?t:!ve.minDateHasTime)<0||ve.config.maxDate&&n&&o(n,ve.config.maxDate,void 0!==t?t:!ve.maxDateHasTime)>0)return!1;if(0===ve.config.enable.length&&0===ve.config.disable.length)return!0;if(void 0===n)return!1;for(var r=ve.config.enable.length>0,i=r?ve.config.enable:ve.config.disable,a=0,s=void 0;a<i.length;a++){if("function"==typeof(s=i[a])&&s(n))return r;if(s instanceof Date&&void 0!==n&&s.getTime()===n.getTime())return r;if("string"==typeof s&&void 0!==n){var u=ve.parseDate(s,void 0,!0);return u&&u.getTime()===n.getTime()?r:!r}if("object"==typeof s&&void 0!==n&&s.from&&s.to&&n.getTime()>=s.from.getTime()&&n.getTime()<=s.to.getTime())return r}return!r}function Z(e){return void 0!==ve.daysContainer&&-1===e.className.indexOf("hidden")&&ve.daysContainer.contains(e)}function ee(e){var t=e.target===ve._input,n=ve.config.allowInput,r=ve.isOpen&&(!n||!t),i=ve.config.inline&&t&&!n;if(13===e.keyCode&&t){if(n)return ve.setDate(ve._input.value,!0,e.target===ve.altInput?ve.config.altFormat:ve.config.dateFormat),e.target.blur();ve.open()}else if(G(e.target)||r||i){var o=!!ve.timeContainer&&ve.timeContainer.contains(e.target);switch(e.keyCode){case 13:o?(e.preventDefault(),v(),ue()):le(e);break;case 27:e.preventDefault(),ue();break;case 8:case 46:t&&!ve.config.allowInput&&(e.preventDefault(),ve.clear());break;case 37:case 39:if(o||t)ve.hourElement&&ve.hourElement.focus();else if(e.preventDefault(),void 0!==ve.daysContainer&&(!1===n||document.activeElement&&Z(document.activeElement))){var a=39===e.keyCode?1:-1;e.ctrlKey?(e.stopPropagation(),J(a),W(R(1),0)):W(void 0,a)}break;case 38:case 40:e.preventDefault();var s=40===e.keyCode?1:-1;ve.daysContainer&&void 0!==e.target.$i||e.target===ve.input?e.ctrlKey?(e.stopPropagation(),K(ve.currentYear-s),W(R(1),0)):o||W(void 0,7*s):e.target===ve.currentYearElement?K(ve.currentYear-s):ve.config.enableTime&&(!o&&ve.hourElement&&ve.hourElement.focus(),v(e),ve._debouncedChange());break;case 9:if(o){var u=[ve.hourElement,ve.minuteElement,ve.secondElement,ve.amPM].concat(ve.pluginElements).filter(function(e){return e}),l=u.indexOf(e.target);if(-1!==l){var d=u[l+(e.shiftKey?-1:1)];e.preventDefault(),(d||ve._input).focus()}}else!ve.config.noCalendar&&ve.daysContainer&&ve.daysContainer.contains(e.target)&&e.shiftKey&&(e.preventDefault(),ve._input.focus())}}if(void 0!==ve.amPM&&e.target===ve.amPM)switch(e.key){case ve.l10n.amPM[0].charAt(0):case ve.l10n.amPM[0].charAt(0).toLowerCase():ve.amPM.textContent=ve.l10n.amPM[0],D(),ge();break;case ve.l10n.amPM[1].charAt(0):case ve.l10n.amPM[1].charAt(0).toLowerCase():ve.amPM.textContent=ve.l10n.amPM[1],D(),ge()}(t||G(e.target))&&fe("onKeyDown",e)}function te(e){if(1===ve.selectedDates.length&&(!e||e.classList.contains("flatpickr-day")&&!e.classList.contains("flatpickr-disabled"))){for(var t=e?e.dateObj.getTime():ve.days.firstElementChild.dateObj.getTime(),n=ve.parseDate(ve.selectedDates[0],void 0,!0).getTime(),r=Math.min(t,ve.selectedDates[0].getTime()),i=Math.max(t,ve.selectedDates[0].getTime()),o=!1,a=0,s=0,u=r;u<i;u+=L.DAY)Q(new Date(u),!0)||(o=o||u>r&&u<i,u<n&&(!a||u>a)?a=u:u>n&&(!s||u<s)&&(s=u));for(var l=0;l<ve.config.showMonths;l++)for(var d=ve.daysContainer.children[l],c=0,f=d.children.length;c<f;c++)!function(r,i){var u=d.children[r],l=u.dateObj.getTime(),c=a>0&&l<a||s>0&&l>s;c?(u.classList.add("notAllowed"),["inRange","startRange","endRange"].forEach(function(e){u.classList.remove(e)})):o&&!c||(["startRange","inRange","endRange","notAllowed"].forEach(function(e){u.classList.remove(e)}),void 0!==e&&(e.classList.add(t<=ve.selectedDates[0].getTime()?"startRange":"endRange"),n<t&&l===n?u.classList.add("startRange"):n>t&&l===n&&u.classList.add("endRange"),l>=a&&(0===s||l<=s)&&w(l,n,t)&&u.classList.add("inRange")))}(c)}}function ne(){!ve.isOpen||ve.config.static||ve.config.inline||ae()}function re(){ve.setDate(void 0!==ve.config.minDate?new Date(ve.config.minDate.getTime()):new Date,!0),Y(),ge()}function ie(e){return function(t){var n=ve.config["_"+e+"Date"]=ve.parseDate(t,ve.config.dateFormat),r=ve.config["_"+("min"===e?"max":"min")+"Date"];void 0!==n&&(ve["min"===e?"minDateHasTime":"maxDateHasTime"]=n.getHours()>0||n.getMinutes()>0||n.getSeconds()>0),ve.selectedDates&&(ve.selectedDates=ve.selectedDates.filter(function(e){return Q(e)}),ve.selectedDates.length||"min"!==e||T(n),ge()),ve.daysContainer&&(se(),void 0!==n?ve.currentYearElement[e]=n.getFullYear().toString():ve.currentYearElement.removeAttribute(e),ve.currentYearElement.disabled=!!r&&void 0!==n&&r.getFullYear()===n.getFullYear())}}function oe(){"object"!=typeof ve.config.locale&&void 0===k.l10ns[ve.config.locale]&&ve.config.errorHandler(new Error("flatpickr: invalid locale "+ve.config.locale)),ve.l10n=u({},k.l10ns.default,"object"==typeof ve.config.locale?ve.config.locale:"default"!==ve.config.locale?k.l10ns[ve.config.locale]:void 0),y.K="("+ve.l10n.amPM[0]+"|"+ve.l10n.amPM[1]+"|"+ve.l10n.amPM[0].toLowerCase()+"|"+ve.l10n.amPM[1].toLowerCase()+")",void 0===u({},s,JSON.parse(JSON.stringify(a.dataset||{}))).time_24hr&&void 0===k.defaultConfig.time_24hr&&(ve.config.time_24hr=ve.l10n.time_24hr),ve.formatDate=b(ve),ve.parseDate=M({config:ve.config,l10n:ve.l10n})}function ae(e){if(void 0!==ve.calendarContainer){fe("onPreCalendarPosition");var n=e||ve._positionElement,r=Array.prototype.reduce.call(ve.calendarContainer.children,function(e,t){return e+t.offsetHeight},0),i=ve.calendarContainer.offsetWidth,o=ve.config.position.split(" "),a=o[0],s=o.length>1?o[1]:null,u=n.getBoundingClientRect(),l=window.innerHeight-u.bottom,d="above"===a||"below"!==a&&l<r&&u.top>r,c=window.pageYOffset+u.top+(d?-r-2:n.offsetHeight+2);if(t(ve.calendarContainer,"arrowTop",!d),t(ve.calendarContainer,"arrowBottom",d),!ve.config.inline){var f=window.pageXOffset+u.left-(null!=s&&"center"===s?(i-u.width)/2:0),h=window.document.body.offsetWidth-u.right,p=f+i>window.document.body.offsetWidth,m=h+i>window.document.body.offsetWidth;if(t(ve.calendarContainer,"rightMost",p),!ve.config.static)if(ve.calendarContainer.style.top=c+"px",p)if(m){var _=document.styleSheets[0];if(void 0===_)return;var g=window.document.body.offsetWidth,y=Math.max(0,g/2-i/2),v=_.cssRules.length,b="{left:"+u.left+"px;right:auto;}";t(ve.calendarContainer,"rightMost",!1),t(ve.calendarContainer,"centerMost",!0),_.insertRule(".flatpickr-calendar.centerMost:before,.flatpickr-calendar.centerMost:after"+b,v),ve.calendarContainer.style.left=y+"px",ve.calendarContainer.style.right="auto"}else ve.calendarContainer.style.left="auto",ve.calendarContainer.style.right=h+"px";else ve.calendarContainer.style.left=f+"px",ve.calendarContainer.style.right="auto"}}}function se(){ve.config.noCalendar||ve.isMobile||(me(),F())}function ue(){ve._input.focus(),-1!==window.navigator.userAgent.indexOf("MSIE")||void 0!==navigator.msMaxTouchPoints?setTimeout(ve.close,0):ve.close()}function le(e){e.preventDefault(),e.stopPropagation();var t=function e(t,n){return n(t)?t:t.parentNode?e(t.parentNode,n):void 0}(e.target,function(e){return e.classList&&e.classList.contains("flatpickr-day")&&!e.classList.contains("flatpickr-disabled")&&!e.classList.contains("notAllowed")});if(void 0!==t){var n=t,r=ve.latestSelectedDateObj=new Date(n.dateObj.getTime()),i=(r.getMonth()<ve.currentMonth||r.getMonth()>ve.currentMonth+ve.config.showMonths-1)&&"range"!==ve.config.mode;if(ve.selectedDateElem=n,"single"===ve.config.mode)ve.selectedDates=[r];else if("multiple"===ve.config.mode){var a=pe(r);a?ve.selectedDates.splice(parseInt(a),1):ve.selectedDates.push(r)}else"range"===ve.config.mode&&(2===ve.selectedDates.length&&ve.clear(!1,!1),ve.latestSelectedDateObj=r,ve.selectedDates.push(r),0!==o(r,ve.selectedDates[0],!0)&&ve.selectedDates.sort(function(e,t){return e.getTime()-t.getTime()}));if(D(),i){var s=ve.currentYear!==r.getFullYear();ve.currentYear=r.getFullYear(),ve.currentMonth=r.getMonth(),s&&(fe("onYearChange"),z()),fe("onMonthChange")}if(me(),F(),ge(),ve.config.enableTime&&setTimeout(function(){return ve.showTimeInput=!0},50),i||"range"===ve.config.mode||1!==ve.config.showMonths?void 0!==ve.selectedDateElem&&void 0===ve.hourElement&&ve.selectedDateElem&&ve.selectedDateElem.focus():I(n),void 0!==ve.hourElement&&void 0!==ve.hourElement&&ve.hourElement.focus(),ve.config.closeOnSelect){var u="single"===ve.config.mode&&!ve.config.enableTime,l="range"===ve.config.mode&&2===ve.selectedDates.length&&!ve.config.enableTime;(u||l)&&ue()}H()}}function de(e,t){var n=[];if(e instanceof Array)n=e.map(function(e){return ve.parseDate(e,t)});else if(e instanceof Date||"number"==typeof e)n=[ve.parseDate(e,t)];else if("string"==typeof e)switch(ve.config.mode){case"single":case"time":n=[ve.parseDate(e,t)];break;case"multiple":n=e.split(ve.config.conjunction).map(function(e){return ve.parseDate(e,t)});break;case"range":n=e.split(ve.l10n.rangeSeparator).map(function(e){return ve.parseDate(e,t)})}else ve.config.errorHandler(new Error("Invalid date supplied: "+JSON.stringify(e)));ve.selectedDates=n.filter(function(e){return e instanceof Date&&Q(e,!1)}),"range"===ve.config.mode&&ve.selectedDates.sort(function(e,t){return e.getTime()-t.getTime()})}function ce(e){return e.slice().map(function(e){return"string"==typeof e||"number"==typeof e||e instanceof Date?ve.parseDate(e,void 0,!0):e&&"object"==typeof e&&e.from&&e.to?{from:ve.parseDate(e.from,void 0),to:ve.parseDate(e.to,void 0)}:e}).filter(function(e){return e})}function fe(e,t){if(void 0!==ve.config){var n=ve.config[e];if(void 0!==n&&n.length>0)for(var r=0;n[r]&&r<n.length;r++)n[r](ve.selectedDates,ve.input.value,ve,t);"onChange"===e&&(ve.input.dispatchEvent(he("change")),ve.input.dispatchEvent(he("input")))}}function he(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!0),t}function pe(e){for(var t=0;t<ve.selectedDates.length;t++)if(0===o(ve.selectedDates[t],e))return""+t;return!1}function me(){ve.config.noCalendar||ve.isMobile||!ve.monthNav||(ve.yearElements.forEach(function(e,t){var n=new Date(ve.currentYear,ve.currentMonth,1);n.setMonth(ve.currentMonth+t),ve.config.showMonths>1?ve.monthElements[t].textContent=_(n.getMonth(),ve.config.shorthandCurrentMonth,ve.l10n)+" ":ve.monthsDropdownContainer.value=n.getMonth().toString(),e.value=n.getFullYear().toString()}),ve._hidePrevMonthArrow=void 0!==ve.config.minDate&&(ve.currentYear===ve.config.minDate.getFullYear()?ve.currentMonth<=ve.config.minDate.getMonth():ve.currentYear<ve.config.minDate.getFullYear()),ve._hideNextMonthArrow=void 0!==ve.config.maxDate&&(ve.currentYear===ve.config.maxDate.getFullYear()?ve.currentMonth+1>ve.config.maxDate.getMonth():ve.currentYear>ve.config.maxDate.getFullYear()))}function _e(e){return ve.selectedDates.map(function(t){return ve.formatDate(t,e)}).filter(function(e,t,n){return"range"!==ve.config.mode||ve.config.enableTime||n.indexOf(e)===t}).join("range"!==ve.config.mode?ve.config.conjunction:ve.l10n.rangeSeparator)}function ge(e){void 0===e&&(e=!0),void 0!==ve.mobileInput&&ve.mobileFormatStr&&(ve.mobileInput.value=void 0!==ve.latestSelectedDateObj?ve.formatDate(ve.latestSelectedDateObj,ve.mobileFormatStr):""),ve.input.value=_e(ve.config.dateFormat),void 0!==ve.altInput&&(ve.altInput.value=_e(ve.config.altFormat)),!1!==e&&fe("onValueUpdate")}function ye(e){var t=ve.prevMonthNav.contains(e.target),n=ve.nextMonthNav.contains(e.target);t||n?J(t?-1:1):ve.yearElements.indexOf(e.target)>=0?e.target.select():e.target.classList.contains("arrowUp")?ve.changeYear(ve.currentYear+1):e.target.classList.contains("arrowDown")&&ve.changeYear(ve.currentYear-1)}var ve={config:u({},d,k.defaultConfig),l10n:c};ve.parseDate=M({config:ve.config,l10n:ve.l10n}),ve._handlers=[],ve.pluginElements=[],ve.loadedPlugins=[],ve._bind=j,ve._setHoursFromDate=T,ve._positionCalendar=ae,ve.changeMonth=J,ve.changeYear=K,ve.clear=function(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0),ve.input.value="",void 0!==ve.altInput&&(ve.altInput.value=""),void 0!==ve.mobileInput&&(ve.mobileInput.value=""),ve.selectedDates=[],ve.latestSelectedDateObj=void 0,!0===t&&(ve.currentYear=ve._initialDate.getFullYear(),ve.currentMonth=ve._initialDate.getMonth()),ve.showTimeInput=!1,!0===ve.config.enableTime&&Y(),ve.redraw(),e&&fe("onChange")},ve.close=function(){ve.isOpen=!1,ve.isMobile||(void 0!==ve.calendarContainer&&ve.calendarContainer.classList.remove("open"),void 0!==ve._input&&ve._input.classList.remove("active")),fe("onClose")},ve._createElement=n,ve.destroy=function(){void 0!==ve.config&&fe("onDestroy");for(var e=ve._handlers.length;e--;){var t=ve._handlers[e];t.element.removeEventListener(t.event,t.handler,t.options)}if(ve._handlers=[],ve.mobileInput)ve.mobileInput.parentNode&&ve.mobileInput.parentNode.removeChild(ve.mobileInput),ve.mobileInput=void 0;else if(ve.calendarContainer&&ve.calendarContainer.parentNode)if(ve.config.static&&ve.calendarContainer.parentNode){var n=ve.calendarContainer.parentNode;if(n.lastChild&&n.removeChild(n.lastChild),n.parentNode){for(;n.firstChild;)n.parentNode.insertBefore(n.firstChild,n);n.parentNode.removeChild(n)}}else ve.calendarContainer.parentNode.removeChild(ve.calendarContainer);ve.altInput&&(ve.input.type="text",ve.altInput.parentNode&&ve.altInput.parentNode.removeChild(ve.altInput),delete ve.altInput),ve.input&&(ve.input.type=ve.input._type,ve.input.classList.remove("flatpickr-input"),ve.input.removeAttribute("readonly"),ve.input.value=""),["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","monthsDropdownContainer","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach(function(e){try{delete ve[e]}catch(e){}})},ve.isEnabled=Q,ve.jumpToDate=A,ve.open=function(e,t){if(void 0===t&&(t=ve._positionElement),!0===ve.isMobile)return e&&(e.preventDefault(),e.target&&e.target.blur()),void 0!==ve.mobileInput&&(ve.mobileInput.focus(),ve.mobileInput.click()),void fe("onOpen");if(!ve._input.disabled&&!ve.config.inline){var n=ve.isOpen;ve.isOpen=!0,n||(ve.calendarContainer.classList.add("open"),ve._input.classList.add("active"),fe("onOpen"),ae(t)),!0===ve.config.enableTime&&!0===ve.config.noCalendar&&(0===ve.selectedDates.length&&re(),!1!==ve.config.allowInput||void 0!==e&&ve.timeContainer.contains(e.relatedTarget)||setTimeout(function(){return ve.hourElement.select()},50))}},ve.redraw=se,ve.set=function(e,t){if(null!==e&&"object"==typeof e)for(var n in Object.assign(ve.config,e),e)void 0!==be[n]&&be[n].forEach(function(e){return e()});else ve.config[e]=t,void 0!==be[e]?be[e].forEach(function(e){return e()}):l.indexOf(e)>-1&&(ve.config[e]=p(t));ve.redraw(),ge(!1)},ve.setDate=function(e,t,n){if(void 0===t&&(t=!1),void 0===n&&(n=ve.config.dateFormat),0!==e&&!e||e instanceof Array&&0===e.length)return ve.clear(t);de(e,n),ve.showTimeInput=ve.selectedDates.length>0,ve.latestSelectedDateObj=ve.selectedDates[ve.selectedDates.length-1],ve.redraw(),A(),T(),0===ve.selectedDates.length&&ve.clear(!1),ge(t),t&&fe("onChange")},ve.toggle=function(e){if(!0===ve.isOpen)return ve.close();ve.open(e)};var be={locale:[oe,V],showMonths:[B,g,U],minDate:[A],maxDate:[A]};return function(){ve.element=ve.input=a,ve.isOpen=!1,function(){var e=["wrap","weekNumbers","allowInput","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],t=u({},s,JSON.parse(JSON.stringify(a.dataset||{}))),n={};ve.config.parseDate=t.parseDate,ve.config.formatDate=t.formatDate,Object.defineProperty(ve.config,"enable",{get:function(){return ve.config._enable},set:function(e){ve.config._enable=ce(e)}}),Object.defineProperty(ve.config,"disable",{get:function(){return ve.config._disable},set:function(e){ve.config._disable=ce(e)}});var r="time"===t.mode;if(!t.dateFormat&&(t.enableTime||r)){var i=k.defaultConfig.dateFormat||d.dateFormat;n.dateFormat=t.noCalendar||r?"H:i"+(t.enableSeconds?":S":""):i+" H:i"+(t.enableSeconds?":S":"")}if(t.altInput&&(t.enableTime||r)&&!t.altFormat){var o=k.defaultConfig.altFormat||d.altFormat;n.altFormat=t.noCalendar||r?"h:i"+(t.enableSeconds?":S K":" K"):o+" h:i"+(t.enableSeconds?":S":"")+" K"}t.altInputClass||(ve.config.altInputClass=ve.input.className+" "+ve.config.altInputClass),Object.defineProperty(ve.config,"minDate",{get:function(){return ve.config._minDate},set:ie("min")}),Object.defineProperty(ve.config,"maxDate",{get:function(){return ve.config._maxDate},set:ie("max")});var c=function(e){return function(t){ve.config["min"===e?"_minTime":"_maxTime"]=ve.parseDate(t,"H:i")}};Object.defineProperty(ve.config,"minTime",{get:function(){return ve.config._minTime},set:c("min")}),Object.defineProperty(ve.config,"maxTime",{get:function(){return ve.config._maxTime},set:c("max")}),"time"===t.mode&&(ve.config.noCalendar=!0,ve.config.enableTime=!0),Object.assign(ve.config,n,t);for(var f=0;f<e.length;f++)ve.config[e[f]]=!0===ve.config[e[f]]||"true"===ve.config[e[f]];l.filter(function(e){return void 0!==ve.config[e]}).forEach(function(e){ve.config[e]=p(ve.config[e]||[]).map(m)}),ve.isMobile=!ve.config.disableMobile&&!ve.config.inline&&"single"===ve.config.mode&&!ve.config.disable.length&&!ve.config.enable.length&&!ve.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);for(var f=0;f<ve.config.plugins.length;f++){var h=ve.config.plugins[f](ve)||{}
;for(var _ in h)l.indexOf(_)>-1?ve.config[_]=p(h[_]).map(m).concat(ve.config[_]):void 0===t[_]&&(ve.config[_]=h[_])}fe("onParseConfig")}(),oe(),ve.input=ve.config.wrap?a.querySelector("[data-input]"):a,ve.input?(ve.input._type=ve.input.type,ve.input.type="text",ve.input.classList.add("flatpickr-input"),ve._input=ve.input,ve.config.altInput&&(ve.altInput=n(ve.input.nodeName,ve.config.altInputClass),ve._input=ve.altInput,ve.altInput.placeholder=ve.input.placeholder,ve.altInput.disabled=ve.input.disabled,ve.altInput.required=ve.input.required,ve.altInput.tabIndex=ve.input.tabIndex,ve.altInput.type="text",ve.input.setAttribute("type","hidden"),!ve.config.static&&ve.input.parentNode&&ve.input.parentNode.insertBefore(ve.altInput,ve.input.nextSibling)),ve.config.allowInput||ve._input.setAttribute("readonly","readonly"),ve._positionElement=ve.config.positionElement||ve._input):ve.config.errorHandler(new Error("Invalid input element specified")),function(){ve.selectedDates=[],ve.now=ve.parseDate(ve.config.now)||new Date;var e=ve.config.defaultDate||("INPUT"!==ve.input.nodeName&&"TEXTAREA"!==ve.input.nodeName||!ve.input.placeholder||ve.input.value!==ve.input.placeholder?ve.input.value:null);e&&de(e,ve.config.dateFormat),ve._initialDate=ve.selectedDates.length>0?ve.selectedDates[0]:ve.config.minDate&&ve.config.minDate.getTime()>ve.now.getTime()?ve.config.minDate:ve.config.maxDate&&ve.config.maxDate.getTime()<ve.now.getTime()?ve.config.maxDate:ve.now,ve.currentYear=ve._initialDate.getFullYear(),ve.currentMonth=ve._initialDate.getMonth(),ve.selectedDates.length>0&&(ve.latestSelectedDateObj=ve.selectedDates[0]),void 0!==ve.config.minTime&&(ve.config.minTime=ve.parseDate(ve.config.minTime,"H:i")),void 0!==ve.config.maxTime&&(ve.config.maxTime=ve.parseDate(ve.config.maxTime,"H:i")),ve.minDateHasTime=!!ve.config.minDate&&(ve.config.minDate.getHours()>0||ve.config.minDate.getMinutes()>0||ve.config.minDate.getSeconds()>0),ve.maxDateHasTime=!!ve.config.maxDate&&(ve.config.maxDate.getHours()>0||ve.config.maxDate.getMinutes()>0||ve.config.maxDate.getSeconds()>0),Object.defineProperty(ve,"showTimeInput",{get:function(){return ve._showTimeInput},set:function(e){ve._showTimeInput=e,ve.calendarContainer&&t(ve.calendarContainer,"showTimeInput",e),ve.isOpen&&ae()}})}(),ve.utils={getDaysInMonth:function(e,t){return void 0===e&&(e=ve.currentMonth),void 0===t&&(t=ve.currentYear),1===e&&(t%4==0&&t%100!=0||t%400==0)?29:ve.l10n.daysInMonth[e]}},ve.isMobile||function(){var e=window.document.createDocumentFragment();if(ve.calendarContainer=n("div","flatpickr-calendar"),ve.calendarContainer.tabIndex=-1,!ve.config.noCalendar){if(e.appendChild((ve.monthNav=n("div","flatpickr-months"),ve.yearElements=[],ve.monthElements=[],ve.prevMonthNav=n("span","flatpickr-prev-month"),ve.prevMonthNav.innerHTML=ve.config.prevArrow,ve.nextMonthNav=n("span","flatpickr-next-month"),ve.nextMonthNav.innerHTML=ve.config.nextArrow,B(),Object.defineProperty(ve,"_hidePrevMonthArrow",{get:function(){return ve.__hidePrevMonthArrow},set:function(e){ve.__hidePrevMonthArrow!==e&&(t(ve.prevMonthNav,"flatpickr-disabled",e),ve.__hidePrevMonthArrow=e)}}),Object.defineProperty(ve,"_hideNextMonthArrow",{get:function(){return ve.__hideNextMonthArrow},set:function(e){ve.__hideNextMonthArrow!==e&&(t(ve.nextMonthNav,"flatpickr-disabled",e),ve.__hideNextMonthArrow=e)}}),ve.currentYearElement=ve.yearElements[0],me(),ve.monthNav)),ve.innerContainer=n("div","flatpickr-innerContainer"),ve.config.weekNumbers){var r=function(){ve.calendarContainer.classList.add("hasWeeks");var e=n("div","flatpickr-weekwrapper");e.appendChild(n("span","flatpickr-weekday",ve.l10n.weekAbbreviation));var t=n("div","flatpickr-weeks");return e.appendChild(t),{weekWrapper:e,weekNumbers:t}}(),o=r.weekWrapper,a=r.weekNumbers;ve.innerContainer.appendChild(o),ve.weekNumbers=a,ve.weekWrapper=o}ve.rContainer=n("div","flatpickr-rContainer"),ve.rContainer.appendChild(U()),ve.daysContainer||(ve.daysContainer=n("div","flatpickr-days"),ve.daysContainer.tabIndex=-1),F(),ve.rContainer.appendChild(ve.daysContainer),ve.innerContainer.appendChild(ve.rContainer),e.appendChild(ve.innerContainer)}ve.config.enableTime&&e.appendChild(function(){ve.calendarContainer.classList.add("hasTime"),ve.config.noCalendar&&ve.calendarContainer.classList.add("noCalendar"),ve.timeContainer=n("div","flatpickr-time"),ve.timeContainer.tabIndex=-1;var e=n("span","flatpickr-time-separator",":"),t=i("flatpickr-hour");ve.hourElement=t.getElementsByTagName("input")[0];var r=i("flatpickr-minute");if(ve.minuteElement=r.getElementsByTagName("input")[0],ve.hourElement.tabIndex=ve.minuteElement.tabIndex=-1,ve.hourElement.value=f(ve.latestSelectedDateObj?ve.latestSelectedDateObj.getHours():ve.config.time_24hr?ve.config.defaultHour:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(ve.config.defaultHour)),ve.minuteElement.value=f(ve.latestSelectedDateObj?ve.latestSelectedDateObj.getMinutes():ve.config.defaultMinute),ve.hourElement.setAttribute("step",ve.config.hourIncrement.toString()),ve.minuteElement.setAttribute("step",ve.config.minuteIncrement.toString()),ve.hourElement.setAttribute("min",ve.config.time_24hr?"0":"1"),ve.hourElement.setAttribute("max",ve.config.time_24hr?"23":"12"),ve.minuteElement.setAttribute("min","0"),ve.minuteElement.setAttribute("max","59"),ve.timeContainer.appendChild(t),ve.timeContainer.appendChild(e),ve.timeContainer.appendChild(r),ve.config.time_24hr&&ve.timeContainer.classList.add("time24hr"),ve.config.enableSeconds){ve.timeContainer.classList.add("hasSeconds");var o=i("flatpickr-second");ve.secondElement=o.getElementsByTagName("input")[0],ve.secondElement.value=f(ve.latestSelectedDateObj?ve.latestSelectedDateObj.getSeconds():ve.config.defaultSeconds),ve.secondElement.setAttribute("step",ve.minuteElement.getAttribute("step")),ve.secondElement.setAttribute("min","0"),ve.secondElement.setAttribute("max","59"),ve.timeContainer.appendChild(n("span","flatpickr-time-separator",":")),ve.timeContainer.appendChild(o)}return ve.config.time_24hr||(ve.amPM=n("span","flatpickr-am-pm",ve.l10n.amPM[h((ve.latestSelectedDateObj?ve.hourElement.value:ve.config.defaultHour)>11)]),ve.amPM.title=ve.l10n.toggleTitle,ve.amPM.tabIndex=-1,ve.timeContainer.appendChild(ve.amPM)),ve.timeContainer}()),t(ve.calendarContainer,"rangeMode","range"===ve.config.mode),t(ve.calendarContainer,"animate",!0===ve.config.animate),t(ve.calendarContainer,"multiMonth",ve.config.showMonths>1),ve.calendarContainer.appendChild(e);var s=void 0!==ve.config.appendTo&&void 0!==ve.config.appendTo.nodeType;if((ve.config.inline||ve.config.static)&&(ve.calendarContainer.classList.add(ve.config.inline?"inline":"static"),ve.config.inline&&(!s&&ve.element.parentNode?ve.element.parentNode.insertBefore(ve.calendarContainer,ve._input.nextSibling):void 0!==ve.config.appendTo&&ve.config.appendTo.appendChild(ve.calendarContainer)),ve.config.static)){var u=n("div","flatpickr-wrapper");ve.element.parentNode&&ve.element.parentNode.insertBefore(u,ve.element),u.appendChild(ve.element),ve.altInput&&u.appendChild(ve.altInput),u.appendChild(ve.calendarContainer)}ve.config.static||ve.config.inline||(void 0!==ve.config.appendTo?ve.config.appendTo:window.document.body).appendChild(ve.calendarContainer)}(),function(){if(ve.config.wrap&&["open","close","toggle","clear"].forEach(function(e){Array.prototype.forEach.call(ve.element.querySelectorAll("[data-"+e+"]"),function(t){return j(t,"click",ve[e])})}),ve.isMobile)!function(){var e=ve.config.enableTime?ve.config.noCalendar?"time":"datetime-local":"date";ve.mobileInput=n("input",ve.input.className+" flatpickr-mobile"),ve.mobileInput.step=ve.input.getAttribute("step")||"any",ve.mobileInput.tabIndex=1,ve.mobileInput.type=e,ve.mobileInput.disabled=ve.input.disabled,ve.mobileInput.required=ve.input.required,ve.mobileInput.placeholder=ve.input.placeholder,ve.mobileFormatStr="datetime-local"===e?"Y-m-d\\TH:i:S":"date"===e?"Y-m-d":"H:i:S",ve.selectedDates.length>0&&(ve.mobileInput.defaultValue=ve.mobileInput.value=ve.formatDate(ve.selectedDates[0],ve.mobileFormatStr)),ve.config.minDate&&(ve.mobileInput.min=ve.formatDate(ve.config.minDate,"Y-m-d")),ve.config.maxDate&&(ve.mobileInput.max=ve.formatDate(ve.config.maxDate,"Y-m-d")),ve.input.type="hidden",void 0!==ve.altInput&&(ve.altInput.type="hidden");try{ve.input.parentNode&&ve.input.parentNode.insertBefore(ve.mobileInput,ve.input.nextSibling)}catch(e){}j(ve.mobileInput,"change",function(e){ve.setDate(e.target.value,!1,ve.mobileFormatStr),fe("onChange"),fe("onClose")})}();else{var t=e(ne,50);ve._debouncedChange=e(H,x),ve.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&j(ve.daysContainer,"mouseover",function(e){"range"===ve.config.mode&&te(e.target)}),j(window.document.body,"keydown",ee),ve.config.inline||ve.config.static||j(window,"resize",t),void 0!==window.ontouchstart?j(window.document,"touchstart",X):j(window.document,"mousedown",E(X)),j(window.document,"focus",X,{capture:!0}),!0===ve.config.clickOpens&&(j(ve._input,"focus",ve.open),j(ve._input,"mousedown",E(ve.open))),void 0!==ve.daysContainer&&(j(ve.monthNav,"mousedown",E(ye)),j(ve.monthNav,["keyup","increment"],C),j(ve.daysContainer,"mousedown",E(le))),void 0!==ve.timeContainer&&void 0!==ve.minuteElement&&void 0!==ve.hourElement&&(j(ve.timeContainer,["increment"],v),j(ve.timeContainer,"blur",v,{capture:!0}),j(ve.timeContainer,"mousedown",E(O)),j([ve.hourElement,ve.minuteElement],["focus","click"],function(e){return e.target.select()}),void 0!==ve.secondElement&&j(ve.secondElement,"focus",function(){return ve.secondElement&&ve.secondElement.select()}),void 0!==ve.amPM&&j(ve.amPM,"mousedown",E(function(e){v(e),H()})))}}(),(ve.selectedDates.length||ve.config.noCalendar)&&(ve.config.enableTime&&T(ve.config.noCalendar?ve.latestSelectedDateObj||ve.config.minDate:void 0),ge(!1)),g(),ve.showTimeInput=ve.selectedDates.length>0||ve.config.noCalendar;var r=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!ve.isMobile&&r&&ae(),fe("onReady")}(),ve}function s(e,t){for(var n=Array.prototype.slice.call(e).filter(function(e){return e instanceof HTMLElement}),r=[],i=0;i<n.length;i++){var o=n[i];try{if(null!==o.getAttribute("data-fp-omit"))continue;void 0!==o._flatpickr&&(o._flatpickr.destroy(),o._flatpickr=void 0),o._flatpickr=a(o,t||{}),r.push(o._flatpickr)}catch(e){console.error(e)}}return 1===r.length?r[0]:r}var u=function(){return(u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},l=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],d={_disable:[],_enable:[],allowInput:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:"object"==typeof window&&-1===window.navigator.userAgent.indexOf("MSIE"),ariaDateFormat:"F j, Y",clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enable:[],enableSeconds:!1,enableTime:!1,errorHandler:function(e){return"undefined"!=typeof console&&console.warn(e)},getWeek:function(e){var t=new Date(e.getTime());t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);var n=new Date(t.getFullYear(),0,4);return 1+Math.round(((t.getTime()-n.getTime())/864e5-3+(n.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:void 0,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},c={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(e){var t=e%100;if(t>3&&t<21)return"th";switch(t%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",time_24hr:!1},f=function(e){return("0"+e).slice(-2)},h=function(e){return!0===e?1:0},p=function(e){return e instanceof Array?e:[e]},m=function(){},_=function(e,t,n){return n.months[t?"shorthand":"longhand"][e]},g={D:m,F:function(e,t,n){e.setMonth(n.months.longhand.indexOf(t))},G:function(e,t){e.setHours(parseFloat(t))},H:function(e,t){e.setHours(parseFloat(t))},J:function(e,t){e.setDate(parseFloat(t))},K:function(e,t,n){e.setHours(e.getHours()%12+12*h(new RegExp(n.amPM[1],"i").test(t)))},M:function(e,t,n){e.setMonth(n.months.shorthand.indexOf(t))},S:function(e,t){e.setSeconds(parseFloat(t))},U:function(e,t){return new Date(1e3*parseFloat(t))},W:function(e,t,n){var r=parseInt(t),i=new Date(e.getFullYear(),0,2+7*(r-1),0,0,0,0);return i.setDate(i.getDate()-i.getDay()+n.firstDayOfWeek),i},Y:function(e,t){e.setFullYear(parseFloat(t))},Z:function(e,t){return new Date(t)},d:function(e,t){e.setDate(parseFloat(t))},h:function(e,t){e.setHours(parseFloat(t))},i:function(e,t){e.setMinutes(parseFloat(t))},j:function(e,t){e.setDate(parseFloat(t))},l:m,m:function(e,t){e.setMonth(parseFloat(t)-1)},n:function(e,t){e.setMonth(parseFloat(t)-1)},s:function(e,t){e.setSeconds(parseFloat(t))},u:function(e,t){return new Date(parseFloat(t))},w:m,y:function(e,t){e.setFullYear(2e3+parseFloat(t))}},y={D:"(\\w+)",F:"(\\w+)",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"(\\w+)",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"(\\w+)",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},v={Z:function(e){return e.toISOString()},D:function(e,t,n){return t.weekdays.shorthand[v.w(e,t,n)]},F:function(e,t,n){return _(v.n(e,t,n)-1,!1,t)},G:function(e,t,n){return f(v.h(e,t,n))},H:function(e){return f(e.getHours())},J:function(e,t){return void 0!==t.ordinal?e.getDate()+t.ordinal(e.getDate()):e.getDate()},K:function(e,t){return t.amPM[h(e.getHours()>11)]},M:function(e,t){return _(e.getMonth(),!0,t)},S:function(e){return f(e.getSeconds())},U:function(e){return e.getTime()/1e3},W:function(e,t,n){return n.getWeek(e)},Y:function(e){return e.getFullYear()},d:function(e){return f(e.getDate())},h:function(e){return e.getHours()%12?e.getHours()%12:12},i:function(e){return f(e.getMinutes())},j:function(e){return e.getDate()},l:function(e,t){return t.weekdays.longhand[e.getDay()]},m:function(e){return f(e.getMonth()+1)},n:function(e){return e.getMonth()+1},s:function(e){return e.getSeconds()},u:function(e){return e.getTime()},w:function(e){return e.getDay()},y:function(e){return String(e.getFullYear()).substring(2)}},b=function(e){var t=e.config,n=void 0===t?d:t,r=e.l10n,i=void 0===r?c:r;return function(e,t,r){var o=r||i;return void 0!==n.formatDate?n.formatDate(e,t,o):t.split("").map(function(t,r,i){return v[t]&&"\\"!==i[r-1]?v[t](e,o,n):"\\"!==t?t:""}).join("")}},M=function(e){var t=e.config,n=void 0===t?d:t,r=e.l10n,i=void 0===r?c:r;return function(e,t,r,o){if(0===e||e){var a,s=o||i,u=e;if(e instanceof Date)a=new Date(e.getTime());else if("string"!=typeof e&&void 0!==e.toFixed)a=new Date(e);else if("string"==typeof e){var l=t||(n||d).dateFormat,c=String(e).trim();if("today"===c)a=new Date,r=!0;else if(/Z$/.test(c)||/GMT$/.test(c))a=new Date(e);else if(n&&n.parseDate)a=n.parseDate(e,l);else{a=n&&n.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0);for(var f=void 0,h=[],p=0,m=0,_="";p<l.length;p++){var v=l[p],b="\\"===v,M="\\"===l[p-1]||b;if(y[v]&&!M){_+=y[v];var w=new RegExp(_).exec(e);w&&(f=!0)&&h["Y"!==v?"push":"unshift"]({fn:g[v],val:w[++m]})}else b||(_+=".");h.forEach(function(e){var t=e.fn,n=e.val;return a=t(a,n,s)||a})}a=f?a:void 0}}if(a instanceof Date&&!isNaN(a.getTime()))return!0===r&&a.setHours(0,0,0,0),a;n.errorHandler(new Error("Invalid date provided: "+u))}}},w=function(e,t,n){return e>Math.min(t,n)&&e<Math.max(t,n)},L={DAY:864e5};"function"!=typeof Object.assign&&(Object.assign=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(!e)throw TypeError("Cannot convert undefined or null to object");for(var r=0,i=t;r<i.length;r++)!function(t){t&&Object.keys(t).forEach(function(n){return e[n]=t[n]})}(i[r]);return e});var x=300;"undefined"!=typeof HTMLElement&&"undefined"!=typeof HTMLCollection&&"undefined"!=typeof NodeList&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(e){return s(this,e)},HTMLElement.prototype.flatpickr=function(e){return s([this],e)});var k=function(e,t){return"string"==typeof e?s(window.document.querySelectorAll(e),t):e instanceof Node?s([e],t):s(e,t)};return k.defaultConfig={},k.l10ns={en:u({},c),default:u({},c)},k.localize=function(e){k.l10ns.default=u({},k.l10ns.default,e)},k.setDefaults=function(e){k.defaultConfig=u({},k.defaultConfig,e)},k.parseDate=M({}),k.formatDate=b({}),k.compareDates=o,"undefined"!=typeof jQuery&&void 0!==jQuery.fn&&(jQuery.fn.flatpickr=function(e){return s(this,e)}),Date.prototype.fp_incr=function(e){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+("string"==typeof e?parseInt(e,10):e))},"undefined"!=typeof window&&(window.flatpickr=k),k},e.exports=r()},IYKl:function(e,t,n){"use strict";function r(e){var t;(t=a.length?a.pop():new i).task=e,o(t)}function i(){this.task=null}var o=n("3Cgm"),a=[],s=[],u=o.makeRequestCallFromTimer(function(){if(s.length)throw s.shift()});e.exports=r,i.prototype.call=function(){try{this.task.call()}catch(e){r.onerror?r.onerror(e):(s.push(e),u())}finally{this.task=null,a[a.length]=this}}},"JP+z":function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},JhQ5:function(e,t,n){"use strict";e.exports=n("se3Y"),n("vxXX"),n("tuGe"),n("Nq5S"),n("PGhS"),n("YQ0A")},KCLY:function(e,t,n){"use strict";(function(t){function r(e,t){!o.isUndefined(e)&&o.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var i,o=n("cGG2"),a=n("5VQ+"),s={"Content-Type":"application/x-www-form-urlencoded"},u={adapter:("undefined"!=typeof XMLHttpRequest?i=n("7GwW"):void 0!==t&&(i=n("7GwW")),i),transformRequest:[function(e,t){return a(t,"Content-Type"),o.isFormData(e)||o.isArrayBuffer(e)||o.isBuffer(e)||o.isStream(e)||o.isFile(e)||o.isBlob(e)?e:o.isArrayBufferView(e)?e.buffer:o.isURLSearchParams(e)?(r(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):o.isObject(e)?(r(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},o.forEach(["delete","get","head"],function(e){u.headers[e]={}}),o.forEach(["post","put","patch"],function(e){u.headers[e]=o.merge(s)}),e.exports=u}).call(t,n("W2nU"))},M4fF:function(e,t,n){(function(e,r){var i;(function(){function o(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function a(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i<o;){var a=e[i];t(r,a,n(a),e)}return r}function s(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function u(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function l(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function d(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function c(e,t){return!!(null==e?0:e.length)&&b(e,t,0)>-1}function f(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}function h(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}function p(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}function m(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}function _(e,t,n,r){var i=null==e?0:e.length;for(r&&i&&(n=e[--i]);i--;)n=t(n,e[i],i,e);return n}function g(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function y(e,t,n){var r;return n(e,function(e,n,i){if(t(e,n,i))return r=n,!1}),r}function v(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}function b(e,t,n){return t==t?function(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}(e,t,n):v(e,w,n)}function M(e,t,n,r){for(var i=n-1,o=e.length;++i<o;)if(r(e[i],t))return i;return-1}function w(e){return e!=e}function L(e,t){var n=null==e?0:e.length;return n?T(e,t)/n:pe}function x(e){return function(t){return null==t?z:t[e]}}function k(e){return function(t){return null==e?z:e[t]}}function D(e,t,n,r,i){return i(e,function(e,i,o){n=r?(r=!1,e):t(n,e,i,o)}),n}function T(e,t){for(var n,r=-1,i=e.length;++r<i;){var o=t(e[r]);o!==z&&(n=n===z?o:n+o)}return n}function Y(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function S(e){return function(t){return e(t)}}function C(e,t){return h(t,function(t){return e[t]})}function j(e,t){return e.has(t)}function E(e,t){for(var n=-1,r=e.length;++n<r&&b(t,e[n],0)>-1;);return n}function H(e,t){for(var n=e.length;n--&&b(t,e[n],0)>-1;);return n}function A(e){return"\\"+tn[e]}function O(e){return Gt.test(e)}function P(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function N(e,t){return function(n){return e(t(n))}}function I(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n];a!==t&&a!==V||(e[n]=V,o[i++]=n)}return o}function R(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}function W(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n}function $(e){return O(e)?function(e){for(var t=Vt.lastIndex=0;Vt.test(e);)++t;return t}(e):vn(e)}function F(e){return O(e)?function(e){return e.match(Vt)||[]}(e):function(e){return e.split("")}(e)}var z,q=200,B="Expected a function",U="__lodash_hash_undefined__",V="__lodash_placeholder__",J=1,G=2,X=4,K=1,Q=2,Z=1,ee=2,te=4,ne=8,re=16,ie=32,oe=64,ae=128,se=256,ue=512,le=800,de=16,ce=1/0,fe=9007199254740991,he=1.7976931348623157e308,pe=NaN,me=4294967295,_e=me-1,ge=me>>>1,ye=[["ary",ae],["bind",Z],["bindKey",ee],["curry",ne],["curryRight",re],["flip",ue],["partial",ie],["partialRight",oe],["rearg",se]],ve="[object Arguments]",be="[object Array]",Me="[object AsyncFunction]",we="[object Boolean]",Le="[object Date]",xe="[object DOMException]",ke="[object Error]",De="[object Function]",Te="[object GeneratorFunction]",Ye="[object Map]",Se="[object Number]",Ce="[object Null]",je="[object Object]",Ee="[object Proxy]",He="[object RegExp]",Ae="[object Set]",Oe="[object String]",Pe="[object Symbol]",Ne="[object Undefined]",Ie="[object WeakMap]",Re="[object ArrayBuffer]",We="[object DataView]",$e="[object Float32Array]",Fe="[object Float64Array]",ze="[object Int8Array]",qe="[object Int16Array]",Be="[object Int32Array]",Ue="[object Uint8Array]",Ve="[object Uint8ClampedArray]",Je="[object Uint16Array]",Ge="[object Uint32Array]",Xe=/\b__p \+= '';/g,Ke=/\b(__p \+=) '' \+/g,Qe=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ze=/&(?:amp|lt|gt|quot|#39);/g,et=/[&<>"']/g,tt=RegExp(Ze.source),nt=RegExp(et.source),rt=/<%-([\s\S]+?)%>/g,it=/<%([\s\S]+?)%>/g,ot=/<%=([\s\S]+?)%>/g,at=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,st=/^\w*$/,ut=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,lt=/[\\^$.*+?()[\]{}|]/g,dt=RegExp(lt.source),ct=/^\s+|\s+$/g,ft=/^\s+/,ht=/\s+$/,pt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,mt=/\{\n\/\* \[wrapped with (.+)\] \*/,_t=/,? & /,gt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,yt=/\\(\\)?/g,vt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,bt=/\w*$/,Mt=/^[-+]0x[0-9a-f]+$/i,wt=/^0b[01]+$/i,Lt=/^\[object .+?Constructor\]$/,xt=/^0o[0-7]+$/i,kt=/^(?:0|[1-9]\d*)$/,Dt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Tt=/($^)/,Yt=/['\n\r\u2028\u2029\\]/g,St="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ct="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",jt="["+Ct+"]",Et="["+St+"]",Ht="[a-z\\xdf-\\xf6\\xf8-\\xff]",At="[^\\ud800-\\udfff"+Ct+"\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",Ot="\\ud83c[\\udffb-\\udfff]",Pt="[^\\ud800-\\udfff]",Nt="(?:\\ud83c[\\udde6-\\uddff]){2}",It="[\\ud800-\\udbff][\\udc00-\\udfff]",Rt="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Wt="(?:"+Ht+"|"+At+")",$t="(?:"+Et+"|"+Ot+")?",Ft="[\\ufe0e\\ufe0f]?"+$t+"(?:\\u200d(?:"+[Pt,Nt,It].join("|")+")[\\ufe0e\\ufe0f]?"+$t+")*",zt="(?:"+["[\\u2700-\\u27bf]",Nt,It].join("|")+")"+Ft,qt="(?:"+[Pt+Et+"?",Et,Nt,It,"[\\ud800-\\udfff]"].join("|")+")",Bt=RegExp("[']","g"),Ut=RegExp(Et,"g"),Vt=RegExp(Ot+"(?="+Ot+")|"+qt+Ft,"g"),Jt=RegExp([Rt+"?"+Ht+"+(?:['](?:d|ll|m|re|s|t|ve))?(?="+[jt,Rt,"$"].join("|")+")","(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['](?:D|LL|M|RE|S|T|VE))?(?="+[jt,Rt+Wt,"$"].join("|")+")",Rt+"?"+Wt+"+(?:['](?:d|ll|m|re|s|t|ve))?",Rt+"+(?:['](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])","\\d+",zt].join("|"),"g"),Gt=RegExp("[\\u200d\\ud800-\\udfff"+St+"\\ufe0e\\ufe0f]"),Xt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Kt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Qt=-1,Zt={};Zt[$e]=Zt[Fe]=Zt[ze]=Zt[qe]=Zt[Be]=Zt[Ue]=Zt[Ve]=Zt[Je]=Zt[Ge]=!0,Zt[ve]=Zt[be]=Zt[Re]=Zt[we]=Zt[We]=Zt[Le]=Zt[ke]=Zt[De]=Zt[Ye]=Zt[Se]=Zt[je]=Zt[He]=Zt[Ae]=Zt[Oe]=Zt[Ie]=!1;var en={};en[ve]=en[be]=en[Re]=en[We]=en[we]=en[Le]=en[$e]=en[Fe]=en[ze]=en[qe]=en[Be]=en[Ye]=en[Se]=en[je]=en[He]=en[Ae]=en[Oe]=en[Pe]=en[Ue]=en[Ve]=en[Je]=en[Ge]=!0,en[ke]=en[De]=en[Ie]=!1;var tn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},nn=parseFloat,rn=parseInt,on="object"==typeof e&&e&&e.Object===Object&&e,an="object"==typeof self&&self&&self.Object===Object&&self,sn=on||an||Function("return this")(),un="object"==typeof t&&t&&!t.nodeType&&t,ln=un&&"object"==typeof r&&r&&!r.nodeType&&r,dn=ln&&ln.exports===un,cn=dn&&on.process,fn=function(){try{return ln&&ln.require&&ln.require("util").types||cn&&cn.binding&&cn.binding("util")}catch(e){}}(),hn=fn&&fn.isArrayBuffer,pn=fn&&fn.isDate,mn=fn&&fn.isMap,_n=fn&&fn.isRegExp,gn=fn&&fn.isSet,yn=fn&&fn.isTypedArray,vn=x("length"),bn=k({"À":"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","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Mn=k({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"}),wn=k({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"}),Ln=function e(t){function n(e){if(to(e)&&!Vs(e)&&!(e instanceof k)){if(e instanceof i)return e;if(Uo.call(e,"__wrapped__"))return Ti(e)}return new i(e)}function r(){}function i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=z}function k(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=me,this.__views__=[]}function St(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Ct(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function jt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Et(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new jt;++t<n;)this.add(e[t])}function Ht(e){var t=this.__data__=new Ct(e);this.size=t.size}function At(e,t){var n=Vs(e),r=!n&&Us(e),i=!n&&!r&&Gs(e),o=!n&&!r&&!i&&eu(e),a=n||r||i||o,s=a?Y(e.length,Ro):[],u=s.length;for(var l in e)!t&&!Uo.call(e,l)||a&&("length"==l||i&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||fi(l,u))||s.push(l);return s}function Ot(e){var t=e.length;return t?e[Kn(0,t-1)]:z}function Pt(e,t){return xi(Yr(e),Vt(t,0,e.length))}function Nt(e){return xi(Yr(e))}function It(e,t,n){(n===z||Vi(e[t],n))&&(n!==z||t in e)||zt(e,t,n)}function Rt(e,t,n){var r=e[t];Uo.call(e,t)&&Vi(r,n)&&(n!==z||t in e)||zt(e,t,n)}function Wt(e,t){for(var n=e.length;n--;)if(Vi(e[n][0],t))return n;return-1}function $t(e,t,n,r){return qa(e,function(e,i,o){t(r,e,n(e),o)}),r}function Ft(e,t){return e&&Sr(t,_o(t),e)}function zt(e,t,n){"__proto__"==t&&da?da(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function qt(e,t){for(var n=-1,r=t.length,i=Eo(r),o=null==e;++n<r;)i[n]=o?z:po(e,t[n]);return i}function Vt(e,t,n){return e==e&&(n!==z&&(e=e<=n?e:n),t!==z&&(e=e>=t?e:t)),e}function Gt(e,t,n,r,i,o){var a,u=t&J,l=t&G,d=t&X;if(n&&(a=i?n(e,r,i,o):n(e)),a!==z)return a;if(!eo(e))return e
;var c=Vs(e);if(c){if(a=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Uo.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!u)return Yr(e,a)}else{var f=ns(e),h=f==De||f==Te;if(Gs(e))return wr(e,u);if(f==je||f==ve||h&&!i){if(a=l||h?{}:di(e),!u)return l?function(e,t){return Sr(e,ts(e),t)}(e,function(e,t){return e&&Sr(t,go(t),e)}(a,e)):function(e,t){return Sr(e,es(e),t)}(e,Ft(a,e))}else{if(!en[f])return i?e:{};a=function(e,t,n){var r,i,o,a=e.constructor;switch(t){case Re:return Lr(e);case we:case Le:return new a(+e);case We:return function(e,t){var n=t?Lr(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case $e:case Fe:case ze:case qe:case Be:case Ue:case Ve:case Je:case Ge:return xr(e,n);case Ye:return new a;case Se:case Oe:return new a(e);case He:return(o=new(i=e).constructor(i.source,bt.exec(i))).lastIndex=i.lastIndex,o;case Ae:return new a;case Pe:return r=e,$a?No($a.call(r)):{}}}(e,f,u)}}o||(o=new Ht);var p=o.get(e);if(p)return p;if(o.set(e,a),Zs(e))return e.forEach(function(r){a.add(Gt(r,t,n,r,e,o))}),a;if(Ks(e))return e.forEach(function(r,i){a.set(i,Gt(r,t,n,i,e,o))}),a;var m=c?z:(d?l?ni:ti:l?go:_o)(e);return s(m||e,function(r,i){m&&(r=e[i=r]),Rt(a,i,Gt(r,t,n,i,e,o))}),a}function tn(e,t,n){var r=n.length;if(null==e)return!r;for(e=No(e);r--;){var i=n[r],o=t[i],a=e[i];if(a===z&&!(i in e)||!o(a))return!1}return!0}function on(e,t,n){if("function"!=typeof e)throw new Wo(B);return os(function(){e.apply(z,n)},t)}function an(e,t,n,r){var i=-1,o=c,a=!0,s=e.length,u=[],l=t.length;if(!s)return u;n&&(t=h(t,S(n))),r?(o=f,a=!1):t.length>=q&&(o=j,a=!1,t=new Et(t));e:for(;++i<s;){var d=e[i],p=null==n?d:n(d);if(d=r||0!==d?d:0,a&&p==p){for(var m=l;m--;)if(t[m]===p)continue e;u.push(d)}else o(t,p,r)||u.push(d)}return u}function un(e,t){var n=!0;return qa(e,function(e,r,i){return n=!!t(e,r,i)}),n}function ln(e,t,n){for(var r=-1,i=e.length;++r<i;){var o=e[r],a=t(o);if(null!=a&&(s===z?a==a&&!oo(a):n(a,s)))var s=a,u=o}return u}function cn(e,t){var n=[];return qa(e,function(e,r,i){t(e,r,i)&&n.push(e)}),n}function fn(e,t,n,r,i){var o=-1,a=e.length;for(n||(n=ci),i||(i=[]);++o<a;){var s=e[o];t>0&&n(s)?t>1?fn(s,t-1,n,r,i):p(i,s):r||(i[i.length]=s)}return i}function vn(e,t){return e&&Ua(e,t,_o)}function xn(e,t){return e&&Va(e,t,_o)}function kn(e,t){return d(t,function(t){return Ki(e[t])})}function Dn(e,t){for(var n=0,r=(t=br(t,e)).length;null!=e&&n<r;)e=e[ki(t[n++])];return n&&n==r?e:z}function Tn(e,t,n){var r=t(e);return Vs(e)?r:p(r,n(e))}function Yn(e){return null==e?e===z?Ne:Ce:la&&la in No(e)?function(e){var t=Uo.call(e,la),n=e[la];try{e[la]=z;var r=!0}catch(e){}var i=Go.call(e);return r&&(t?e[la]=n:delete e[la]),i}(e):function(e){return Go.call(e)}(e)}function Sn(e,t){return e>t}function Cn(e,t){return null!=e&&Uo.call(e,t)}function jn(e,t){return null!=e&&t in No(e)}function En(e,t,n){for(var r=n?f:c,i=e[0].length,o=e.length,a=o,s=Eo(o),u=1/0,l=[];a--;){var d=e[a];a&&t&&(d=h(d,S(t))),u=wa(d.length,u),s[a]=!n&&(t||i>=120&&d.length>=120)?new Et(a&&d):z}d=e[0];var p=-1,m=s[0];e:for(;++p<i&&l.length<u;){var _=d[p],g=t?t(_):_;if(_=n||0!==_?_:0,!(m?j(m,g):r(l,g,n))){for(a=o;--a;){var y=s[a];if(!(y?j(y,g):r(e[a],g,n)))continue e}m&&m.push(g),l.push(_)}}return l}function Hn(e,t,n){var r=null==(e=bi(e,t=br(t,e)))?e:e[ki(Ei(t))];return null==r?z:o(r,e,n)}function An(e){return to(e)&&Yn(e)==ve}function On(e,t,n,r,i){return e===t||(null==e||null==t||!to(e)&&!to(t)?e!=e&&t!=t:function(e,t,n,r,i,o){var a=Vs(e),s=Vs(t),u=a?be:ns(e),l=s?be:ns(t),d=(u=u==ve?je:u)==je,c=(l=l==ve?je:l)==je,f=u==l;if(f&&Gs(e)){if(!Gs(t))return!1;a=!0,d=!1}if(f&&!d)return o||(o=new Ht),a||eu(e)?Zr(e,t,n,r,i,o):function(e,t,n,r,i,o,a){switch(n){case We:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Re:return!(e.byteLength!=t.byteLength||!o(new ta(e),new ta(t)));case we:case Le:case Se:return Vi(+e,+t);case ke:return e.name==t.name&&e.message==t.message;case He:case Oe:return e==t+"";case Ye:var s=P;case Ae:var u=r&K;if(s||(s=R),e.size!=t.size&&!u)return!1;var l=a.get(e);if(l)return l==t;r|=Q,a.set(e,t);var d=Zr(s(e),s(t),r,i,o,a);return a.delete(e),d;case Pe:if($a)return $a.call(e)==$a.call(t)}return!1}(e,t,u,n,r,i,o);if(!(n&K)){var h=d&&Uo.call(e,"__wrapped__"),p=c&&Uo.call(t,"__wrapped__");if(h||p){var m=h?e.value():e,_=p?t.value():t;return o||(o=new Ht),i(m,_,n,r,o)}}return!!f&&(o||(o=new Ht),function(e,t,n,r,i,o){var a=n&K,s=ti(e),u=s.length;if(u!=ti(t).length&&!a)return!1;for(var l=u;l--;){var d=s[l];if(!(a?d in t:Uo.call(t,d)))return!1}var c=o.get(e);if(c&&o.get(t))return c==t;var f=!0;o.set(e,t),o.set(t,e);for(var h=a;++l<u;){d=s[l];var p=e[d],m=t[d];if(r)var _=a?r(m,p,d,t,e,o):r(p,m,d,e,t,o);if(!(_===z?p===m||i(p,m,n,r,o):_)){f=!1;break}h||(h="constructor"==d)}if(f&&!h){var g=e.constructor,y=t.constructor;g!=y&&"constructor"in e&&"constructor"in t&&!("function"==typeof g&&g instanceof g&&"function"==typeof y&&y instanceof y)&&(f=!1)}return o.delete(e),o.delete(t),f}(e,t,n,r,i,o))}(e,t,n,r,On,i))}function Pn(e,t,n,r){var i=n.length,o=i,a=!r;if(null==e)return!o;for(e=No(e);i--;){var s=n[i];if(a&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++i<o;){var u=(s=n[i])[0],l=e[u],d=s[1];if(a&&s[2]){if(l===z&&!(u in e))return!1}else{var c=new Ht;if(r)var f=r(l,d,u,e,t,c);if(!(f===z?On(d,l,K|Q,r,c):f))return!1}}return!0}function Nn(e){return!(!eo(e)||Jo&&Jo in e)&&(Ki(e)?Qo:Lt).test(Di(e))}function In(e){return"function"==typeof e?e:null==e?xo:"object"==typeof e?Vs(e)?qn(e[0],e[1]):zn(e):Yo(e)}function Rn(e){if(!_i(e))return ba(e);var t=[];for(var n in No(e))Uo.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Wn(e){if(!eo(e))return function(e){var t=[];if(null!=e)for(var n in No(e))t.push(n);return t}(e);var t=_i(e),n=[];for(var r in e)("constructor"!=r||!t&&Uo.call(e,r))&&n.push(r);return n}function $n(e,t){return e<t}function Fn(e,t){var n=-1,r=Ji(e)?Eo(e.length):[];return qa(e,function(e,i,o){r[++n]=t(e,i,o)}),r}function zn(e){var t=si(e);return 1==t.length&&t[0][2]?yi(t[0][0],t[0][1]):function(n){return n===e||Pn(n,e,t)}}function qn(e,t){return pi(e)&&gi(t)?yi(ki(e),t):function(n){var r=po(n,e);return r===z&&r===t?mo(n,e):On(t,r,K|Q)}}function Bn(e,t,n,r,i){e!==t&&Ua(t,function(o,a){if(eo(o))i||(i=new Ht),function(e,t,n,r,i,o,a){var s=Mi(e,n),u=Mi(t,n),l=a.get(u);if(l)It(e,n,l);else{var d=o?o(s,u,n+"",e,t,a):z,c=d===z;if(c){var f=Vs(u),h=!f&&Gs(u),p=!f&&!h&&eu(u);d=u,f||h||p?Vs(s)?d=s:Gi(s)?d=Yr(s):h?(c=!1,d=wr(u,!0)):p?(c=!1,d=xr(u,!0)):d=[]:ro(u)||Us(u)?(d=s,Us(s)?d=fo(s):eo(s)&&!Ki(s)||(d=di(u))):c=!1}c&&(a.set(u,d),i(d,u,r,o,a),a.delete(u)),It(e,n,d)}}(e,t,a,n,Bn,r,i);else{var s=r?r(Mi(e,a),o,a+"",e,t,i):z;s===z&&(s=o),It(e,a,s)}},go)}function Un(e,t){var n=e.length;if(n)return fi(t+=t<0?n:0,n)?e[t]:z}function Vn(e,t,n){var r=-1;return t=h(t.length?t:[xo],S(oi())),function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(Fn(e,function(e,n,i){return{criteria:h(t,function(t){return t(e)}),index:++r,value:e}}),function(e,t){return function(e,t,n){for(var r=-1,i=e.criteria,o=t.criteria,a=i.length,s=n.length;++r<a;){var u=kr(i[r],o[r]);if(u){if(r>=s)return u;return u*("desc"==n[r]?-1:1)}}return e.index-t.index}(e,t,n)})}function Jn(e,t,n){for(var r=-1,i=t.length,o={};++r<i;){var a=t[r],s=Dn(e,a);n(s,a)&&nr(o,br(a,e),s)}return o}function Gn(e,t,n,r){var i=r?M:b,o=-1,a=t.length,s=e;for(e===t&&(t=Yr(t)),n&&(s=h(e,S(n)));++o<a;)for(var u=0,l=t[o],d=n?n(l):l;(u=i(s,d,u,r))>-1;)s!==e&&aa.call(s,u,1),aa.call(e,u,1);return e}function Xn(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;fi(i)?aa.call(e,i,1):fr(e,i)}}return e}function Kn(e,t){return e+ma(ka()*(t-e+1))}function Qn(e,t){var n="";if(!e||t<1||t>fe)return n;do{t%2&&(n+=e),(t=ma(t/2))&&(e+=e)}while(t);return n}function Zn(e,t){return as(vi(e,t,xo),e+"")}function er(e){return Ot(vo(e))}function tr(e,t){var n=vo(e);return xi(n,Vt(t,0,n.length))}function nr(e,t,n,r){if(!eo(e))return e;for(var i=-1,o=(t=br(t,e)).length,a=o-1,s=e;null!=s&&++i<o;){var u=ki(t[i]),l=n;if(i!=a){var d=s[u];(l=r?r(d,u,s):z)===z&&(l=eo(d)?d:fi(t[i+1])?[]:{})}Rt(s,u,l),s=s[u]}return e}function rr(e){return xi(vo(e))}function ir(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=Eo(i);++r<i;)o[r]=e[r+t];return o}function or(e,t){var n;return qa(e,function(e,r,i){return!(n=t(e,r,i))}),!!n}function ar(e,t,n){var r=0,i=null==e?r:e.length;if("number"==typeof t&&t==t&&i<=ge){for(;r<i;){var o=r+i>>>1,a=e[o];null!==a&&!oo(a)&&(n?a<=t:a<t)?r=o+1:i=o}return i}return sr(e,t,xo,n)}function sr(e,t,n,r){t=n(t);for(var i=0,o=null==e?0:e.length,a=t!=t,s=null===t,u=oo(t),l=t===z;i<o;){var d=ma((i+o)/2),c=n(e[d]),f=c!==z,h=null===c,p=c==c,m=oo(c);if(a)var _=r||p;else _=l?p&&(r||f):s?p&&f&&(r||!h):u?p&&f&&!h&&(r||!m):!h&&!m&&(r?c<=t:c<t);_?i=d+1:o=d}return wa(o,_e)}function ur(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n],s=t?t(a):a;if(!n||!Vi(s,u)){var u=s;o[i++]=0===a?0:a}}return o}function lr(e){return"number"==typeof e?e:oo(e)?pe:+e}function dr(e){if("string"==typeof e)return e;if(Vs(e))return h(e,dr)+"";if(oo(e))return Fa?Fa.call(e):"";var t=e+"";return"0"==t&&1/e==-ce?"-0":t}function cr(e,t,n){var r=-1,i=c,o=e.length,a=!0,s=[],u=s;if(n)a=!1,i=f;else if(o>=q){var l=t?null:Qa(e);if(l)return R(l);a=!1,i=j,u=new Et}else u=t?[]:s;e:for(;++r<o;){var d=e[r],h=t?t(d):d;if(d=n||0!==d?d:0,a&&h==h){for(var p=u.length;p--;)if(u[p]===h)continue e;t&&u.push(h),s.push(d)}else i(u,h,n)||(u!==s&&u.push(h),s.push(d))}return s}function fr(e,t){return null==(e=bi(e,t=br(t,e)))||delete e[ki(Ei(t))]}function hr(e,t,n,r){return nr(e,t,n(Dn(e,t)),r)}function pr(e,t,n,r){for(var i=e.length,o=r?i:-1;(r?o--:++o<i)&&t(e[o],o,e););return n?ir(e,r?0:o,r?o+1:i):ir(e,r?o+1:0,r?i:o)}function mr(e,t){var n=e;return n instanceof k&&(n=n.value()),m(t,function(e,t){return t.func.apply(t.thisArg,p([e],t.args))},n)}function _r(e,t,n){var r=e.length;if(r<2)return r?cr(e[0]):[];for(var i=-1,o=Eo(r);++i<r;)for(var a=e[i],s=-1;++s<r;)s!=i&&(o[i]=an(o[i]||a,e[s],t,n));return cr(fn(o,1),t,n)}function gr(e,t,n){for(var r=-1,i=e.length,o=t.length,a={};++r<i;){var s=r<o?t[r]:z;n(a,e[r],s)}return a}function yr(e){return Gi(e)?e:[]}function vr(e){return"function"==typeof e?e:xo}function br(e,t){return Vs(e)?e:pi(e,t)?[e]:ss(ho(e))}function Mr(e,t,n){var r=e.length;return n=n===z?r:n,!t&&n>=r?e:ir(e,t,n)}function wr(e,t){if(t)return e.slice();var n=e.length,r=na?na(n):new e.constructor(n);return e.copy(r),r}function Lr(e){var t=new e.constructor(e.byteLength);return new ta(t).set(new ta(e)),t}function xr(e,t){var n=t?Lr(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function kr(e,t){if(e!==t){var n=e!==z,r=null===e,i=e==e,o=oo(e),a=t!==z,s=null===t,u=t==t,l=oo(t);if(!s&&!l&&!o&&e>t||o&&a&&u&&!s&&!l||r&&a&&u||!n&&u||!i)return 1;if(!r&&!o&&!l&&e<t||l&&n&&i&&!r&&!o||s&&n&&i||!a&&i||!u)return-1}return 0}function Dr(e,t,n,r){for(var i=-1,o=e.length,a=n.length,s=-1,u=t.length,l=Ma(o-a,0),d=Eo(u+l),c=!r;++s<u;)d[s]=t[s];for(;++i<a;)(c||i<o)&&(d[n[i]]=e[i]);for(;l--;)d[s++]=e[i++];return d}function Tr(e,t,n,r){for(var i=-1,o=e.length,a=-1,s=n.length,u=-1,l=t.length,d=Ma(o-s,0),c=Eo(d+l),f=!r;++i<d;)c[i]=e[i];for(var h=i;++u<l;)c[h+u]=t[u];for(;++a<s;)(f||i<o)&&(c[h+n[a]]=e[i++]);return c}function Yr(e,t){var n=-1,r=e.length;for(t||(t=Eo(r));++n<r;)t[n]=e[n];return t}function Sr(e,t,n,r){var i=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],u=r?r(n[s],e[s],s,n,e):z;u===z&&(u=e[s]),i?zt(n,s,u):Rt(n,s,u)}return n}function Cr(e,t){return function(n,r){var i=Vs(n)?a:$t,o=t?t():{};return i(n,e,oi(r,2),o)}}function jr(e){return Zn(function(t,n){var r=-1,i=n.length,o=i>1?n[i-1]:z,a=i>2?n[2]:z;for(o=e.length>3&&"function"==typeof o?(i--,o):z,a&&hi(n[0],n[1],a)&&(o=i<3?z:o,i=1),t=No(t);++r<i;){var s=n[r];s&&e(t,s,r,o)}return t})}function Er(e,t){return function(n,r){if(null==n)return n;if(!Ji(n))return e(n,r);for(var i=n.length,o=t?i:-1,a=No(n);(t?o--:++o<i)&&!1!==r(a[o],o,a););return n}}function Hr(e){return function(t,n,r){for(var i=-1,o=No(t),a=r(t),s=a.length;s--;){var u=a[e?s:++i];if(!1===n(o[u],u,o))break}return t}}function Ar(e){return function(t){var n=O(t=ho(t))?F(t):z,r=n?n[0]:t.charAt(0),i=n?Mr(n,1).join(""):t.slice(1);return r[e]()+i}}function Or(e){return function(t){return m(wo(Mo(t).replace(Bt,"")),e,"")}}function Pr(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=za(e.prototype),r=e.apply(n,t);return eo(r)?r:n}}function Nr(e){return function(t,n,r){var i=No(t);if(!Ji(t)){var o=oi(n,3);t=_o(t),n=function(e){return o(i[e],e,i)}}var a=e(t,n,r);return a>-1?i[o?t[a]:a]:z}}function Ir(e){return ei(function(t){var n=t.length,r=n,o=i.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new Wo(B);if(o&&!s&&"wrapper"==ri(a))var s=new i([],!0)}for(r=s?r:n;++r<n;){var u=ri(a=t[r]),l="wrapper"==u?Za(a):z;s=l&&mi(l[0])&&l[1]==(ae|ne|ie|se)&&!l[4].length&&1==l[9]?s[ri(l[0])].apply(s,l[3]):1==a.length&&mi(a)?s[u]():s.thru(a)}return function(){var e=arguments,r=e[0];if(s&&1==e.length&&Vs(r))return s.plant(r).value();for(var i=0,o=n?t[i].apply(this,e):r;++i<n;)o=t[i].call(this,o);return o}})}function Rr(e,t,n,r,i,o,a,s,u,l){var d=t&ae,c=t&Z,f=t&ee,h=t&(ne|re),p=t&ue,m=f?z:Pr(e);return function _(){for(var g=arguments.length,y=Eo(g),v=g;v--;)y[v]=arguments[v];if(h)var b=ii(_),M=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}(y,b);if(r&&(y=Dr(y,r,i,h)),o&&(y=Tr(y,o,a,h)),g-=M,h&&g<l){var w=I(y,b);return Ur(e,t,Rr,_.placeholder,n,y,w,s,u,l-g)}var L=c?n:this,x=f?L[e]:e;return g=y.length,s?y=function(e,t){for(var n=e.length,r=wa(t.length,n),i=Yr(e);r--;){var o=t[r];e[r]=fi(o,n)?i[o]:z}return e}(y,s):p&&g>1&&y.reverse(),d&&u<g&&(y.length=u),this&&this!==sn&&this instanceof _&&(x=m||Pr(x)),x.apply(L,y)}}function Wr(e,t){return function(n,r){return function(e,t,n,r){return vn(e,function(e,i,o){t(r,n(e),i,o)}),r}(n,e,t(r),{})}}function $r(e,t){return function(n,r){var i;if(n===z&&r===z)return t;if(n!==z&&(i=n),r!==z){if(i===z)return r;"string"==typeof n||"string"==typeof r?(n=dr(n),r=dr(r)):(n=lr(n),r=lr(r)),i=e(n,r)}return i}}function Fr(e){return ei(function(t){return t=h(t,S(oi())),Zn(function(n){var r=this;return e(t,function(e){return o(e,r,n)})})})}function zr(e,t){var n=(t=t===z?" ":dr(t)).length;if(n<2)return n?Qn(t,e):t;var r=Qn(t,pa(e/$(t)));return O(t)?Mr(F(r),0,e).join(""):r.slice(0,e)}function qr(e){return function(t,n,r){return r&&"number"!=typeof r&&hi(t,n,r)&&(n=r=z),t=so(t),n===z?(n=t,t=0):n=so(n),function(e,t,n,r){for(var i=-1,o=Ma(pa((t-e)/(n||1)),0),a=Eo(o);o--;)a[r?o:++i]=e,e+=n;return a}(t,n,r=r===z?t<n?1:-1:so(r),e)}}function Br(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=co(t),n=co(n)),e(t,n)}}function Ur(e,t,n,r,i,o,a,s,u,l){var d=t&ne;t|=d?ie:oe,(t&=~(d?oe:ie))&te||(t&=~(Z|ee));var c=[e,t,i,d?o:z,d?a:z,d?z:o,d?z:a,s,u,l],f=n.apply(z,c);return mi(e)&&is(f,c),f.placeholder=r,wi(f,e,t)}function Vr(e){var t=Po[e];return function(e,n){if(e=co(e),n=null==n?0:wa(uo(n),292)){var r=(ho(e)+"e").split("e");return+((r=(ho(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}function Jr(e){return function(t){var n=ns(t);return n==Ye?P(t):n==Ae?W(t):function(e,t){return h(t,function(t){return[t,e[t]]})}(t,e(t))}}function Gr(e,t,n,r,i,a,s,u){var l=t&ee;if(!l&&"function"!=typeof e)throw new Wo(B);var d=r?r.length:0;if(d||(t&=~(ie|oe),r=i=z),s=s===z?s:Ma(uo(s),0),u=u===z?u:uo(u),d-=i?i.length:0,t&oe){var c=r,f=i;r=i=z}var h=l?z:Za(e),p=[e,t,n,r,i,c,f,a,s,u];if(h&&function(e,t){var n=e[1],r=t[1],i=n|r,o=i<(Z|ee|ae),a=r==ae&&n==ne||r==ae&&n==se&&e[7].length<=t[8]||r==(ae|se)&&t[7].length<=t[8]&&n==ne;if(!o&&!a)return e;r&Z&&(e[2]=t[2],i|=n&Z?0:te);var s=t[3];if(s){var u=e[3];e[3]=u?Dr(u,s,t[4]):s,e[4]=u?I(e[3],V):t[4]}(s=t[5])&&(u=e[5],e[5]=u?Tr(u,s,t[6]):s,e[6]=u?I(e[5],V):t[6]),(s=t[7])&&(e[7]=s),r&ae&&(e[8]=null==e[8]?t[8]:wa(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=i}(p,h),e=p[0],t=p[1],n=p[2],r=p[3],i=p[4],!(u=p[9]=p[9]===z?l?0:e.length:Ma(p[9]-d,0))&&t&(ne|re)&&(t&=~(ne|re)),t&&t!=Z)m=t==ne||t==re?function(e,t,n){var r=Pr(e);return function i(){for(var a=arguments.length,s=Eo(a),u=a,l=ii(i);u--;)s[u]=arguments[u];var d=a<3&&s[0]!==l&&s[a-1]!==l?[]:I(s,l);return(a-=d.length)<n?Ur(e,t,Rr,i.placeholder,z,s,d,z,z,n-a):o(this&&this!==sn&&this instanceof i?r:e,this,s)}}(e,t,u):t!=ie&&t!=(Z|ie)||i.length?Rr.apply(z,p):function(e,t,n,r){var i=t&Z,a=Pr(e);return function t(){for(var s=-1,u=arguments.length,l=-1,d=r.length,c=Eo(d+u),f=this&&this!==sn&&this instanceof t?a:e;++l<d;)c[l]=r[l];for(;u--;)c[l++]=arguments[++s];return o(f,i?n:this,c)}}(e,t,n,r);else var m=function(e,t,n){var r=t&Z,i=Pr(e);return function t(){return(this&&this!==sn&&this instanceof t?i:e).apply(r?n:this,arguments)}}(e,t,n);return wi((h?Ja:is)(m,p),e,t)}function Xr(e,t,n,r){return e===z||Vi(e,zo[n])&&!Uo.call(r,n)?t:e}function Kr(e,t,n,r,i,o){return eo(e)&&eo(t)&&(o.set(t,e),Bn(e,t,z,Kr,o),o.delete(t)),e}function Qr(e){return ro(e)?z:e}function Zr(e,t,n,r,i,o){var a=n&K,s=e.length,u=t.length;if(s!=u&&!(a&&u>s))return!1;var l=o.get(e);if(l&&o.get(t))return l==t;var d=-1,c=!0,f=n&Q?new Et:z;for(o.set(e,t),o.set(t,e);++d<s;){var h=e[d],p=t[d];if(r)var m=a?r(p,h,d,t,e,o):r(h,p,d,e,t,o);if(m!==z){if(m)continue;c=!1;break}if(f){if(!g(t,function(e,t){if(!j(f,t)&&(h===e||i(h,e,n,r,o)))return f.push(t)})){c=!1;break}}else if(h!==p&&!i(h,p,n,r,o)){c=!1;break}}return o.delete(e),o.delete(t),c}function ei(e){return as(vi(e,z,Ci),e+"")}function ti(e){return Tn(e,_o,es)}function ni(e){return Tn(e,go,ts)}function ri(e){for(var t=e.name+"",n=Aa[t],r=Uo.call(Aa,t)?n.length:0;r--;){var i=n[r],o=i.func;if(null==o||o==e)return i.name}return t}function ii(e){return(Uo.call(n,"placeholder")?n:e).placeholder}function oi(){var e=n.iteratee||ko;return e=e===ko?In:e,arguments.length?e(arguments[0],arguments[1]):e}function ai(e,t){var n,r,i=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function si(e){for(var t=_o(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,gi(i)]}return t}function ui(e,t){var n=function(e,t){return null==e?z:e[t]}(e,t);return Nn(n)?n:z}function li(e,t,n){for(var r=-1,i=(t=br(t,e)).length,o=!1;++r<i;){var a=ki(t[r]);if(!(o=null!=e&&n(e,a)))break;e=e[a]}return o||++r!=i?o:!!(i=null==e?0:e.length)&&Zi(i)&&fi(a,i)&&(Vs(e)||Us(e))}function di(e){return"function"!=typeof e.constructor||_i(e)?{}:za(ra(e))}function ci(e){return Vs(e)||Us(e)||!!(sa&&e&&e[sa])}function fi(e,t){var n=typeof e;return!!(t=null==t?fe:t)&&("number"==n||"symbol"!=n&&kt.test(e))&&e>-1&&e%1==0&&e<t}function hi(e,t,n){if(!eo(n))return!1;var r=typeof t;return!!("number"==r?Ji(n)&&fi(t,n.length):"string"==r&&t in n)&&Vi(n[t],e)}function pi(e,t){if(Vs(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!oo(e))||st.test(e)||!at.test(e)||null!=t&&e in No(t)}function mi(e){var t=ri(e),r=n[t];if("function"!=typeof r||!(t in k.prototype))return!1;if(e===r)return!0;var i=Za(r);return!!i&&e===i[0]}function _i(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||zo)}function gi(e){return e==e&&!eo(e)}function yi(e,t){return function(n){return null!=n&&n[e]===t&&(t!==z||e in No(n))}}function vi(e,t,n){return t=Ma(t===z?e.length-1:t,0),function(){for(var r=arguments,i=-1,a=Ma(r.length-t,0),s=Eo(a);++i<a;)s[i]=r[t+i];i=-1;for(var u=Eo(t+1);++i<t;)u[i]=r[i];return u[t]=n(s),o(e,this,u)}}function bi(e,t){return t.length<2?e:Dn(e,ir(t,0,-1))}function Mi(e,t){if("__proto__"!=t)return e[t]}function wi(e,t,n){var r=t+"";return as(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(pt,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return s(ye,function(n){var r="_."+n[0];t&n[1]&&!c(e,r)&&e.push(r)}),e.sort()}(function(e){var t=e.match(mt);return t?t[1].split(_t):[]}(r),n)))}function Li(e){var t=0,n=0;return function(){var r=La(),i=de-(r-n);if(n=r,i>0){if(++t>=le)return arguments[0]}else t=0;return e.apply(z,arguments)}}function xi(e,t){var n=-1,r=e.length,i=r-1;for(t=t===z?r:t;++n<t;){var o=Kn(n,i),a=e[o];e[o]=e[n],e[n]=a}return e.length=t,e}function ki(e){if("string"==typeof e||oo(e))return e;var t=e+"";return"0"==t&&1/e==-ce?"-0":t}function Di(e){if(null!=e){try{return Bo.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Ti(e){if(e instanceof k)return e.clone();var t=new i(e.__wrapped__,e.__chain__);return t.__actions__=Yr(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function Yi(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:uo(n);return i<0&&(i=Ma(r+i,0)),v(e,oi(t,3),i)}function Si(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r-1;return n!==z&&(i=uo(n),i=n<0?Ma(r+i,0):wa(i,r-1)),v(e,oi(t,3),i,!0)}function Ci(e){return null!=e&&e.length?fn(e,1):[]}function ji(e){return e&&e.length?e[0]:z}function Ei(e){var t=null==e?0:e.length;return t?e[t-1]:z}function Hi(e,t){return e&&e.length&&t&&t.length?Gn(e,t):e}function Ai(e){return null==e?e:Da.call(e)}function Oi(e){if(!e||!e.length)return[];var t=0;return e=d(e,function(e){if(Gi(e))return t=Ma(e.length,t),!0}),Y(t,function(t){return h(e,x(t))})}function Pi(e,t){if(!e||!e.length)return[];var n=Oi(e);return null==t?n:h(n,function(e){return o(t,z,e)})}function Ni(e){var t=n(e);return t.__chain__=!0,t}function Ii(e,t){return t(e)}function Ri(e,t){return(Vs(e)?s:qa)(e,oi(t,3))}function Wi(e,t){return(Vs(e)?u:Ba)(e,oi(t,3))}function $i(e,t){return(Vs(e)?h:Fn)(e,oi(t,3))}function Fi(e,t,n){return t=n?z:t,t=e&&null==t?e.length:t,Gr(e,ae,z,z,z,z,t)}function zi(e,t){var n;if("function"!=typeof t)throw new Wo(B);return e=uo(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=z),n}}function qi(e,t,n){function r(t){var n=u,r=l;return u=l=z,p=t,c=e.apply(r,n)}function i(e){var n=e-h;return h===z||n>=t||n<0||_&&e-p>=d}function o(){var e=As();if(i(e))return a(e);f=os(o,function(e){var n=t-(e-h);return _?wa(n,d-(e-p)):n}(e))}function a(e){return f=z,g&&u?r(e):(u=l=z,c)}function s(){var e=As(),n=i(e);if(u=arguments,l=this,h=e,n){if(f===z)return function(e){return p=e,f=os(o,t),m?r(e):c}(h);if(_)return f=os(o,t),r(h)}return f===z&&(f=os(o,t)),c}var u,l,d,c,f,h,p=0,m=!1,_=!1,g=!0;if("function"!=typeof e)throw new Wo(B);return t=co(t)||0,eo(n)&&(m=!!n.leading,d=(_="maxWait"in n)?Ma(co(n.maxWait)||0,t):d,g="trailing"in n?!!n.trailing:g),s.cancel=function(){f!==z&&Ka(f),p=0,u=h=l=f=z},s.flush=function(){return f===z?c:a(As())},s}function Bi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Wo(B);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Bi.Cache||jt),n}function Ui(e){if("function"!=typeof e)throw new Wo(B);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function Vi(e,t){return e===t||e!=e&&t!=t}function Ji(e){return null!=e&&Zi(e.length)&&!Ki(e)}function Gi(e){return to(e)&&Ji(e)}function Xi(e){if(!to(e))return!1;var t=Yn(e);return t==ke||t==xe||"string"==typeof e.message&&"string"==typeof e.name&&!ro(e)}function Ki(e){if(!eo(e))return!1;var t=Yn(e);return t==De||t==Te||t==Me||t==Ee}function Qi(e){return"number"==typeof e&&e==uo(e)}function Zi(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=fe}function eo(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function to(e){return null!=e&&"object"==typeof e}function no(e){return"number"==typeof e||to(e)&&Yn(e)==Se}function ro(e){if(!to(e)||Yn(e)!=je)return!1;var t=ra(e);if(null===t)return!0;var n=Uo.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Bo.call(n)==Xo}function io(e){return"string"==typeof e||!Vs(e)&&to(e)&&Yn(e)==Oe}function oo(e){return"symbol"==typeof e||to(e)&&Yn(e)==Pe}function ao(e){if(!e)return[];if(Ji(e))return io(e)?F(e):Yr(e);if(ua&&e[ua])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[ua]());var t=ns(e);return(t==Ye?P:t==Ae?R:vo)(e)}function so(e){return e?(e=co(e))===ce||e===-ce?(e<0?-1:1)*he:e==e?e:0:0===e?e:0}function uo(e){var t=so(e),n=t%1;return t==t?n?t-n:t:0}function lo(e){return e?Vt(uo(e),0,me):0}function co(e){if("number"==typeof e)return e;if(oo(e))return pe;if(eo(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=eo(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(ct,"");var n=wt.test(e);return n||xt.test(e)?rn(e.slice(2),n?2:8):Mt.test(e)?pe:+e}function fo(e){return Sr(e,go(e))}function ho(e){return null==e?"":dr(e)}function po(e,t,n){var r=null==e?z:Dn(e,t);return r===z?n:r}function mo(e,t){return null!=e&&li(e,t,jn)}function _o(e){return Ji(e)?At(e):Rn(e)}function go(e){return Ji(e)?At(e,!0):Wn(e)}function yo(e,t){if(null==e)return{};var n=h(ni(e),function(e){return[e]});return t=oi(t),Jn(e,n,function(e,n){return t(e,n[0])})}function vo(e){return null==e?[]:C(e,_o(e))}function bo(e){return Du(ho(e).toLowerCase())}function Mo(e){return(e=ho(e))&&e.replace(Dt,bn).replace(Ut,"")}function wo(e,t,n){return e=ho(e),(t=n?z:t)===z?function(e){return Xt.test(e)}(e)?function(e){return e.match(Jt)||[]}(e):function(e){return e.match(gt)||[]}(e):e.match(t)||[]}function Lo(e){return function(){return e}}function xo(e){return e}function ko(e){return In("function"==typeof e?e:Gt(e,J))}function Do(e,t,n){var r=_o(t),i=kn(t,r);null!=n||eo(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=kn(t,_o(t)));var o=!(eo(n)&&"chain"in n&&!n.chain),a=Ki(e);return s(i,function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__);return(n.__actions__=Yr(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,p([this.value()],arguments))})}),e}function To(){}function Yo(e){return pi(e)?x(ki(e)):function(e){return function(t){return Dn(t,e)}}(e)}function So(){return[]}function Co(){return!1}var jo,Eo=(t=null==t?sn:Ln.defaults(sn.Object(),t,Ln.pick(sn,Kt))).Array,Ho=t.Date,Ao=t.Error,Oo=t.Function,Po=t.Math,No=t.Object,Io=t.RegExp,Ro=t.String,Wo=t.TypeError,$o=Eo.prototype,Fo=Oo.prototype,zo=No.prototype,qo=t["__core-js_shared__"],Bo=Fo.toString,Uo=zo.hasOwnProperty,Vo=0,Jo=(jo=/[^.]+$/.exec(qo&&qo.keys&&qo.keys.IE_PROTO||""))?"Symbol(src)_1."+jo:"",Go=zo.toString,Xo=Bo.call(No),Ko=sn._,Qo=Io("^"+Bo.call(Uo).replace(lt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Zo=dn?t.Buffer:z,ea=t.Symbol,ta=t.Uint8Array,na=Zo?Zo.allocUnsafe:z,ra=N(No.getPrototypeOf,No),ia=No.create,oa=zo.propertyIsEnumerable,aa=$o.splice,sa=ea?ea.isConcatSpreadable:z,ua=ea?ea.iterator:z,la=ea?ea.toStringTag:z,da=function(){try{var e=ui(No,"defineProperty");return e({},"",{}),e}catch(e){}}(),ca=t.clearTimeout!==sn.clearTimeout&&t.clearTimeout,fa=Ho&&Ho.now!==sn.Date.now&&Ho.now,ha=t.setTimeout!==sn.setTimeout&&t.setTimeout,pa=Po.ceil,ma=Po.floor,_a=No.getOwnPropertySymbols,ga=Zo?Zo.isBuffer:z,ya=t.isFinite,va=$o.join,ba=N(No.keys,No),Ma=Po.max,wa=Po.min,La=Ho.now,xa=t.parseInt,ka=Po.random,Da=$o.reverse,Ta=ui(t,"DataView"),Ya=ui(t,"Map"),Sa=ui(t,"Promise"),Ca=ui(t,"Set"),ja=ui(t,"WeakMap"),Ea=ui(No,"create"),Ha=ja&&new ja,Aa={},Oa=Di(Ta),Pa=Di(Ya),Na=Di(Sa),Ia=Di(Ca),Ra=Di(ja),Wa=ea?ea.prototype:z,$a=Wa?Wa.valueOf:z,Fa=Wa?Wa.toString:z,za=function(){function e(){}return function(t){if(!eo(t))return{};if(ia)return ia(t);e.prototype=t;var n=new e;return e.prototype=z,n}}();n.templateSettings={escape:rt,evaluate:it,interpolate:ot,variable:"",imports:{_:n}},n.prototype=r.prototype,n.prototype.constructor=n,i.prototype=za(r.prototype),i.prototype.constructor=i,k.prototype=za(r.prototype),k.prototype.constructor=k,St.prototype.clear=function(){this.__data__=Ea?Ea(null):{},this.size=0},St.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},St.prototype.get=function(e){var t=this.__data__;if(Ea){var n=t[e];return n===U?z:n}return Uo.call(t,e)?t[e]:z},St.prototype.has=function(e){var t=this.__data__;return Ea?t[e]!==z:Uo.call(t,e)},St.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Ea&&t===z?U:t,this},Ct.prototype.clear=function(){this.__data__=[],this.size=0},Ct.prototype.delete=function(e){var t=this.__data__,n=Wt(t,e);return!(n<0||(n==t.length-1?t.pop():aa.call(t,n,1),--this.size,0))},Ct.prototype.get=function(e){var t=this.__data__,n=Wt(t,e);return n<0?z:t[n][1]},Ct.prototype.has=function(e){return Wt(this.__data__,e)>-1},Ct.prototype.set=function(e,t){var n=this.__data__,r=Wt(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},jt.prototype.clear=function(){this.size=0,this.__data__={hash:new St,map:new(Ya||Ct),string:new St}},jt.prototype.delete=function(e){var t=ai(this,e).delete(e);return this.size-=t?1:0,t},jt.prototype.get=function(e){return ai(this,e).get(e)},jt.prototype.has=function(e){return ai(this,e).has(e)},jt.prototype.set=function(e,t){var n=ai(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Et.prototype.add=Et.prototype.push=function(e){return this.__data__.set(e,U),this},Et.prototype.has=function(e){return this.__data__.has(e)},Ht.prototype.clear=function(){this.__data__=new Ct,this.size=0},Ht.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ht.prototype.get=function(e){return this.__data__.get(e)},Ht.prototype.has=function(e){return this.__data__.has(e)},Ht.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Ct){var r=n.__data__;if(!Ya||r.length<q-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new jt(r)}return n.set(e,t),this.size=n.size,this};var qa=Er(vn),Ba=Er(xn,!0),Ua=Hr(),Va=Hr(!0),Ja=Ha?function(e,t){return Ha.set(e,t),e}:xo,Ga=da?function(e,t){return da(e,"toString",{configurable:!0,enumerable:!1,value:Lo(t),writable:!0})}:xo,Xa=Zn,Ka=ca||function(e){return sn.clearTimeout(e)},Qa=Ca&&1/R(new Ca([,-0]))[1]==ce?function(e){return new Ca(e)}:To,Za=Ha?function(e){return Ha.get(e)}:To,es=_a?function(e){return null==e?[]:(e=No(e),d(_a(e),function(t){return oa.call(e,t)}))}:So,ts=_a?function(e){for(var t=[];e;)p(t,es(e)),e=ra(e);return t}:So,ns=Yn;(Ta&&ns(new Ta(new ArrayBuffer(1)))!=We||Ya&&ns(new Ya)!=Ye||Sa&&"[object Promise]"!=ns(Sa.resolve())||Ca&&ns(new Ca)!=Ae||ja&&ns(new ja)!=Ie)&&(ns=function(e){var t=Yn(e),n=t==je?e.constructor:z,r=n?Di(n):"";if(r)switch(r){case Oa:return We;case Pa:return Ye;case Na:return"[object Promise]";case Ia:return Ae;case Ra:return Ie}return t});var rs=qo?Ki:Co,is=Li(Ja),os=ha||function(e,t){return sn.setTimeout(e,t)},as=Li(Ga),ss=function(e){var t=Bi(e,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(ut,function(e,n,r,i){t.push(r?i.replace(yt,"$1"):n||e)}),t}),us=Zn(function(e,t){return Gi(e)?an(e,fn(t,1,Gi,!0)):[]}),ls=Zn(function(e,t){var n=Ei(t);return Gi(n)&&(n=z),Gi(e)?an(e,fn(t,1,Gi,!0),oi(n,2)):[]}),ds=Zn(function(e,t){var n=Ei(t);return Gi(n)&&(n=z),Gi(e)?an(e,fn(t,1,Gi,!0),z,n):[]}),cs=Zn(function(e){var t=h(e,yr);return t.length&&t[0]===e[0]?En(t):[]}),fs=Zn(function(e){var t=Ei(e),n=h(e,yr);return t===Ei(n)?t=z:n.pop(),n.length&&n[0]===e[0]?En(n,oi(t,2)):[]}),hs=Zn(function(e){var t=Ei(e),n=h(e,yr);return(t="function"==typeof t?t:z)&&n.pop(),n.length&&n[0]===e[0]?En(n,z,t):[]}),ps=Zn(Hi),ms=ei(function(e,t){
var n=null==e?0:e.length,r=qt(e,t);return Xn(e,h(t,function(e){return fi(e,n)?+e:e}).sort(kr)),r}),_s=Zn(function(e){return cr(fn(e,1,Gi,!0))}),gs=Zn(function(e){var t=Ei(e);return Gi(t)&&(t=z),cr(fn(e,1,Gi,!0),oi(t,2))}),ys=Zn(function(e){var t=Ei(e);return t="function"==typeof t?t:z,cr(fn(e,1,Gi,!0),z,t)}),vs=Zn(function(e,t){return Gi(e)?an(e,t):[]}),bs=Zn(function(e){return _r(d(e,Gi))}),Ms=Zn(function(e){var t=Ei(e);return Gi(t)&&(t=z),_r(d(e,Gi),oi(t,2))}),ws=Zn(function(e){var t=Ei(e);return t="function"==typeof t?t:z,_r(d(e,Gi),z,t)}),Ls=Zn(Oi),xs=Zn(function(e){var t=e.length,n=t>1?e[t-1]:z;return Pi(e,n="function"==typeof n?(e.pop(),n):z)}),ks=ei(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return qt(t,e)};return!(t>1||this.__actions__.length)&&r instanceof k&&fi(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:Ii,args:[o],thisArg:z}),new i(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(z),e})):this.thru(o)}),Ds=Cr(function(e,t,n){Uo.call(e,n)?++e[n]:zt(e,n,1)}),Ts=Nr(Yi),Ys=Nr(Si),Ss=Cr(function(e,t,n){Uo.call(e,n)?e[n].push(t):zt(e,n,[t])}),Cs=Zn(function(e,t,n){var r=-1,i="function"==typeof t,a=Ji(e)?Eo(e.length):[];return qa(e,function(e){a[++r]=i?o(t,e,n):Hn(e,t,n)}),a}),js=Cr(function(e,t,n){zt(e,n,t)}),Es=Cr(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]}),Hs=Zn(function(e,t){if(null==e)return[];var n=t.length;return n>1&&hi(e,t[0],t[1])?t=[]:n>2&&hi(t[0],t[1],t[2])&&(t=[t[0]]),Vn(e,fn(t,1),[])}),As=fa||function(){return sn.Date.now()},Os=Zn(function(e,t,n){var r=Z;if(n.length){var i=I(n,ii(Os));r|=ie}return Gr(e,r,t,n,i)}),Ps=Zn(function(e,t,n){var r=Z|ee;if(n.length){var i=I(n,ii(Ps));r|=ie}return Gr(t,r,e,n,i)}),Ns=Zn(function(e,t){return on(e,1,t)}),Is=Zn(function(e,t,n){return on(e,co(t)||0,n)});Bi.Cache=jt;var Rs,Ws=Xa(function(e,t){var n=(t=1==t.length&&Vs(t[0])?h(t[0],S(oi())):h(fn(t,1),S(oi()))).length;return Zn(function(r){for(var i=-1,a=wa(r.length,n);++i<a;)r[i]=t[i].call(this,r[i]);return o(e,this,r)})}),$s=Zn(function(e,t){var n=I(t,ii($s));return Gr(e,ie,z,t,n)}),Fs=Zn(function(e,t){var n=I(t,ii(Fs));return Gr(e,oe,z,t,n)}),zs=ei(function(e,t){return Gr(e,se,z,z,z,t)}),qs=Br(Sn),Bs=Br(function(e,t){return e>=t}),Us=An(function(){return arguments}())?An:function(e){return to(e)&&Uo.call(e,"callee")&&!oa.call(e,"callee")},Vs=Eo.isArray,Js=hn?S(hn):function(e){return to(e)&&Yn(e)==Re},Gs=ga||Co,Xs=pn?S(pn):function(e){return to(e)&&Yn(e)==Le},Ks=mn?S(mn):function(e){return to(e)&&ns(e)==Ye},Qs=_n?S(_n):function(e){return to(e)&&Yn(e)==He},Zs=gn?S(gn):function(e){return to(e)&&ns(e)==Ae},eu=yn?S(yn):function(e){return to(e)&&Zi(e.length)&&!!Zt[Yn(e)]},tu=Br($n),nu=Br(function(e,t){return e<=t}),ru=jr(function(e,t){if(_i(t)||Ji(t))Sr(t,_o(t),e);else for(var n in t)Uo.call(t,n)&&Rt(e,n,t[n])}),iu=jr(function(e,t){Sr(t,go(t),e)}),ou=jr(function(e,t,n,r){Sr(t,go(t),e,r)}),au=jr(function(e,t,n,r){Sr(t,_o(t),e,r)}),su=ei(qt),uu=Zn(function(e,t){e=No(e);var n=-1,r=t.length,i=r>2?t[2]:z;for(i&&hi(t[0],t[1],i)&&(r=1);++n<r;)for(var o=t[n],a=go(o),s=-1,u=a.length;++s<u;){var l=a[s],d=e[l];(d===z||Vi(d,zo[l])&&!Uo.call(e,l))&&(e[l]=o[l])}return e}),lu=Zn(function(e){return e.push(z,Kr),o(pu,z,e)}),du=Wr(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Go.call(t)),e[t]=n},Lo(xo)),cu=Wr(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Go.call(t)),Uo.call(e,t)?e[t].push(n):e[t]=[n]},oi),fu=Zn(Hn),hu=jr(function(e,t,n){Bn(e,t,n)}),pu=jr(function(e,t,n,r){Bn(e,t,n,r)}),mu=ei(function(e,t){var n={};if(null==e)return n;var r=!1;t=h(t,function(t){return t=br(t,e),r||(r=t.length>1),t}),Sr(e,ni(e),n),r&&(n=Gt(n,J|G|X,Qr));for(var i=t.length;i--;)fr(n,t[i]);return n}),_u=ei(function(e,t){return null==e?{}:function(e,t){return Jn(e,t,function(t,n){return mo(e,n)})}(e,t)}),gu=Jr(_o),yu=Jr(go),vu=Or(function(e,t,n){return t=t.toLowerCase(),e+(n?bo(t):t)}),bu=Or(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),Mu=Or(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),wu=Ar("toLowerCase"),Lu=Or(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}),xu=Or(function(e,t,n){return e+(n?" ":"")+Du(t)}),ku=Or(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Du=Ar("toUpperCase"),Tu=Zn(function(e,t){try{return o(e,z,t)}catch(e){return Xi(e)?e:new Ao(e)}}),Yu=ei(function(e,t){return s(t,function(t){t=ki(t),zt(e,t,Os(e[t],e))}),e}),Su=Ir(),Cu=Ir(!0),ju=Zn(function(e,t){return function(n){return Hn(n,e,t)}}),Eu=Zn(function(e,t){return function(n){return Hn(e,n,t)}}),Hu=Fr(h),Au=Fr(l),Ou=Fr(g),Pu=qr(),Nu=qr(!0),Iu=$r(function(e,t){return e+t},0),Ru=Vr("ceil"),Wu=$r(function(e,t){return e/t},1),$u=Vr("floor"),Fu=$r(function(e,t){return e*t},1),zu=Vr("round"),qu=$r(function(e,t){return e-t},0);return n.after=function(e,t){if("function"!=typeof t)throw new Wo(B);return e=uo(e),function(){if(--e<1)return t.apply(this,arguments)}},n.ary=Fi,n.assign=ru,n.assignIn=iu,n.assignInWith=ou,n.assignWith=au,n.at=su,n.before=zi,n.bind=Os,n.bindAll=Yu,n.bindKey=Ps,n.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Vs(e)?e:[e]},n.chain=Ni,n.chunk=function(e,t,n){t=(n?hi(e,t,n):t===z)?1:Ma(uo(t),0);var r=null==e?0:e.length;if(!r||t<1)return[];for(var i=0,o=0,a=Eo(pa(r/t));i<r;)a[o++]=ir(e,i,i+=t);return a},n.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,i=[];++t<n;){var o=e[t];o&&(i[r++]=o)}return i},n.concat=function(){var e=arguments.length;if(!e)return[];for(var t=Eo(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return p(Vs(n)?Yr(n):[n],fn(t,1))},n.cond=function(e){var t=null==e?0:e.length,n=oi();return e=t?h(e,function(e){if("function"!=typeof e[1])throw new Wo(B);return[n(e[0]),e[1]]}):[],Zn(function(n){for(var r=-1;++r<t;){var i=e[r];if(o(i[0],this,n))return o(i[1],this,n)}})},n.conforms=function(e){return function(e){var t=_o(e);return function(n){return tn(n,e,t)}}(Gt(e,J))},n.constant=Lo,n.countBy=Ds,n.create=function(e,t){var n=za(e);return null==t?n:Ft(n,t)},n.curry=function e(t,n,r){var i=Gr(t,ne,z,z,z,z,z,n=r?z:n);return i.placeholder=e.placeholder,i},n.curryRight=function e(t,n,r){var i=Gr(t,re,z,z,z,z,z,n=r?z:n);return i.placeholder=e.placeholder,i},n.debounce=qi,n.defaults=uu,n.defaultsDeep=lu,n.defer=Ns,n.delay=Is,n.difference=us,n.differenceBy=ls,n.differenceWith=ds,n.drop=function(e,t,n){var r=null==e?0:e.length;return r?ir(e,(t=n||t===z?1:uo(t))<0?0:t,r):[]},n.dropRight=function(e,t,n){var r=null==e?0:e.length;return r?ir(e,0,(t=r-(t=n||t===z?1:uo(t)))<0?0:t):[]},n.dropRightWhile=function(e,t){return e&&e.length?pr(e,oi(t,3),!0,!0):[]},n.dropWhile=function(e,t){return e&&e.length?pr(e,oi(t,3),!0):[]},n.fill=function(e,t,n,r){var i=null==e?0:e.length;return i?(n&&"number"!=typeof n&&hi(e,t,n)&&(n=0,r=i),function(e,t,n,r){var i=e.length;for((n=uo(n))<0&&(n=-n>i?0:i+n),(r=r===z||r>i?i:uo(r))<0&&(r+=i),r=n>r?0:lo(r);n<r;)e[n++]=t;return e}(e,t,n,r)):[]},n.filter=function(e,t){return(Vs(e)?d:cn)(e,oi(t,3))},n.flatMap=function(e,t){return fn($i(e,t),1)},n.flatMapDeep=function(e,t){return fn($i(e,t),ce)},n.flatMapDepth=function(e,t,n){return n=n===z?1:uo(n),fn($i(e,t),n)},n.flatten=Ci,n.flattenDeep=function(e){return null!=e&&e.length?fn(e,ce):[]},n.flattenDepth=function(e,t){return null!=e&&e.length?fn(e,t=t===z?1:uo(t)):[]},n.flip=function(e){return Gr(e,ue)},n.flow=Su,n.flowRight=Cu,n.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var i=e[t];r[i[0]]=i[1]}return r},n.functions=function(e){return null==e?[]:kn(e,_o(e))},n.functionsIn=function(e){return null==e?[]:kn(e,go(e))},n.groupBy=Ss,n.initial=function(e){return null!=e&&e.length?ir(e,0,-1):[]},n.intersection=cs,n.intersectionBy=fs,n.intersectionWith=hs,n.invert=du,n.invertBy=cu,n.invokeMap=Cs,n.iteratee=ko,n.keyBy=js,n.keys=_o,n.keysIn=go,n.map=$i,n.mapKeys=function(e,t){var n={};return t=oi(t,3),vn(e,function(e,r,i){zt(n,t(e,r,i),e)}),n},n.mapValues=function(e,t){var n={};return t=oi(t,3),vn(e,function(e,r,i){zt(n,r,t(e,r,i))}),n},n.matches=function(e){return zn(Gt(e,J))},n.matchesProperty=function(e,t){return qn(e,Gt(t,J))},n.memoize=Bi,n.merge=hu,n.mergeWith=pu,n.method=ju,n.methodOf=Eu,n.mixin=Do,n.negate=Ui,n.nthArg=function(e){return e=uo(e),Zn(function(t){return Un(t,e)})},n.omit=mu,n.omitBy=function(e,t){return yo(e,Ui(oi(t)))},n.once=function(e){return zi(2,e)},n.orderBy=function(e,t,n,r){return null==e?[]:(Vs(t)||(t=null==t?[]:[t]),Vs(n=r?z:n)||(n=null==n?[]:[n]),Vn(e,t,n))},n.over=Hu,n.overArgs=Ws,n.overEvery=Au,n.overSome=Ou,n.partial=$s,n.partialRight=Fs,n.partition=Es,n.pick=_u,n.pickBy=yo,n.property=Yo,n.propertyOf=function(e){return function(t){return null==e?z:Dn(e,t)}},n.pull=ps,n.pullAll=Hi,n.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?Gn(e,t,oi(n,2)):e},n.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?Gn(e,t,z,n):e},n.pullAt=ms,n.range=Pu,n.rangeRight=Nu,n.rearg=zs,n.reject=function(e,t){return(Vs(e)?d:cn)(e,Ui(oi(t,3)))},n.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,i=[],o=e.length;for(t=oi(t,3);++r<o;){var a=e[r];t(a,r,e)&&(n.push(a),i.push(r))}return Xn(e,i),n},n.rest=function(e,t){if("function"!=typeof e)throw new Wo(B);return Zn(e,t=t===z?t:uo(t))},n.reverse=Ai,n.sampleSize=function(e,t,n){return t=(n?hi(e,t,n):t===z)?1:uo(t),(Vs(e)?Pt:tr)(e,t)},n.set=function(e,t,n){return null==e?e:nr(e,t,n)},n.setWith=function(e,t,n,r){return r="function"==typeof r?r:z,null==e?e:nr(e,t,n,r)},n.shuffle=function(e){return(Vs(e)?Nt:rr)(e)},n.slice=function(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&hi(e,t,n)?(t=0,n=r):(t=null==t?0:uo(t),n=n===z?r:uo(n)),ir(e,t,n)):[]},n.sortBy=Hs,n.sortedUniq=function(e){return e&&e.length?ur(e):[]},n.sortedUniqBy=function(e,t){return e&&e.length?ur(e,oi(t,2)):[]},n.split=function(e,t,n){return n&&"number"!=typeof n&&hi(e,t,n)&&(t=n=z),(n=n===z?me:n>>>0)?(e=ho(e))&&("string"==typeof t||null!=t&&!Qs(t))&&!(t=dr(t))&&O(e)?Mr(F(e),0,n):e.split(t,n):[]},n.spread=function(e,t){if("function"!=typeof e)throw new Wo(B);return t=null==t?0:Ma(uo(t),0),Zn(function(n){var r=n[t],i=Mr(n,0,t);return r&&p(i,r),o(e,this,i)})},n.tail=function(e){var t=null==e?0:e.length;return t?ir(e,1,t):[]},n.take=function(e,t,n){return e&&e.length?ir(e,0,(t=n||t===z?1:uo(t))<0?0:t):[]},n.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?ir(e,(t=r-(t=n||t===z?1:uo(t)))<0?0:t,r):[]},n.takeRightWhile=function(e,t){return e&&e.length?pr(e,oi(t,3),!1,!0):[]},n.takeWhile=function(e,t){return e&&e.length?pr(e,oi(t,3)):[]},n.tap=function(e,t){return t(e),e},n.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new Wo(B);return eo(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),qi(e,t,{leading:r,maxWait:t,trailing:i})},n.thru=Ii,n.toArray=ao,n.toPairs=gu,n.toPairsIn=yu,n.toPath=function(e){return Vs(e)?h(e,ki):oo(e)?[e]:Yr(ss(ho(e)))},n.toPlainObject=fo,n.transform=function(e,t,n){var r=Vs(e),i=r||Gs(e)||eu(e);if(t=oi(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:eo(e)&&Ki(o)?za(ra(e)):{}}return(i?s:vn)(e,function(e,r,i){return t(n,e,r,i)}),n},n.unary=function(e){return Fi(e,1)},n.union=_s,n.unionBy=gs,n.unionWith=ys,n.uniq=function(e){return e&&e.length?cr(e):[]},n.uniqBy=function(e,t){return e&&e.length?cr(e,oi(t,2)):[]},n.uniqWith=function(e,t){return t="function"==typeof t?t:z,e&&e.length?cr(e,z,t):[]},n.unset=function(e,t){return null==e||fr(e,t)},n.unzip=Oi,n.unzipWith=Pi,n.update=function(e,t,n){return null==e?e:hr(e,t,vr(n))},n.updateWith=function(e,t,n,r){return r="function"==typeof r?r:z,null==e?e:hr(e,t,vr(n),r)},n.values=vo,n.valuesIn=function(e){return null==e?[]:C(e,go(e))},n.without=vs,n.words=wo,n.wrap=function(e,t){return $s(vr(t),e)},n.xor=bs,n.xorBy=Ms,n.xorWith=ws,n.zip=Ls,n.zipObject=function(e,t){return gr(e||[],t||[],Rt)},n.zipObjectDeep=function(e,t){return gr(e||[],t||[],nr)},n.zipWith=xs,n.entries=gu,n.entriesIn=yu,n.extend=iu,n.extendWith=ou,Do(n,n),n.add=Iu,n.attempt=Tu,n.camelCase=vu,n.capitalize=bo,n.ceil=Ru,n.clamp=function(e,t,n){return n===z&&(n=t,t=z),n!==z&&(n=(n=co(n))==n?n:0),t!==z&&(t=(t=co(t))==t?t:0),Vt(co(e),t,n)},n.clone=function(e){return Gt(e,X)},n.cloneDeep=function(e){return Gt(e,J|X)},n.cloneDeepWith=function(e,t){return Gt(e,J|X,t="function"==typeof t?t:z)},n.cloneWith=function(e,t){return Gt(e,X,t="function"==typeof t?t:z)},n.conformsTo=function(e,t){return null==t||tn(e,t,_o(t))},n.deburr=Mo,n.defaultTo=function(e,t){return null==e||e!=e?t:e},n.divide=Wu,n.endsWith=function(e,t,n){e=ho(e),t=dr(t);var r=e.length,i=n=n===z?r:Vt(uo(n),0,r);return(n-=t.length)>=0&&e.slice(n,i)==t},n.eq=Vi,n.escape=function(e){return(e=ho(e))&&nt.test(e)?e.replace(et,Mn):e},n.escapeRegExp=function(e){return(e=ho(e))&&dt.test(e)?e.replace(lt,"\\$&"):e},n.every=function(e,t,n){var r=Vs(e)?l:un;return n&&hi(e,t,n)&&(t=z),r(e,oi(t,3))},n.find=Ts,n.findIndex=Yi,n.findKey=function(e,t){return y(e,oi(t,3),vn)},n.findLast=Ys,n.findLastIndex=Si,n.findLastKey=function(e,t){return y(e,oi(t,3),xn)},n.floor=$u,n.forEach=Ri,n.forEachRight=Wi,n.forIn=function(e,t){return null==e?e:Ua(e,oi(t,3),go)},n.forInRight=function(e,t){return null==e?e:Va(e,oi(t,3),go)},n.forOwn=function(e,t){return e&&vn(e,oi(t,3))},n.forOwnRight=function(e,t){return e&&xn(e,oi(t,3))},n.get=po,n.gt=qs,n.gte=Bs,n.has=function(e,t){return null!=e&&li(e,t,Cn)},n.hasIn=mo,n.head=ji,n.identity=xo,n.includes=function(e,t,n,r){e=Ji(e)?e:vo(e),n=n&&!r?uo(n):0;var i=e.length;return n<0&&(n=Ma(i+n,0)),io(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&b(e,t,n)>-1},n.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:uo(n);return i<0&&(i=Ma(r+i,0)),b(e,t,i)},n.inRange=function(e,t,n){return t=so(t),n===z?(n=t,t=0):n=so(n),function(e,t,n){return e>=wa(t,n)&&e<Ma(t,n)}(e=co(e),t,n)},n.invoke=fu,n.isArguments=Us,n.isArray=Vs,n.isArrayBuffer=Js,n.isArrayLike=Ji,n.isArrayLikeObject=Gi,n.isBoolean=function(e){return!0===e||!1===e||to(e)&&Yn(e)==we},n.isBuffer=Gs,n.isDate=Xs,n.isElement=function(e){return to(e)&&1===e.nodeType&&!ro(e)},n.isEmpty=function(e){if(null==e)return!0;if(Ji(e)&&(Vs(e)||"string"==typeof e||"function"==typeof e.splice||Gs(e)||eu(e)||Us(e)))return!e.length;var t=ns(e);if(t==Ye||t==Ae)return!e.size;if(_i(e))return!Rn(e).length;for(var n in e)if(Uo.call(e,n))return!1;return!0},n.isEqual=function(e,t){return On(e,t)},n.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:z)?n(e,t):z;return r===z?On(e,t,z,n):!!r},n.isError=Xi,n.isFinite=function(e){return"number"==typeof e&&ya(e)},n.isFunction=Ki,n.isInteger=Qi,n.isLength=Zi,n.isMap=Ks,n.isMatch=function(e,t){return e===t||Pn(e,t,si(t))},n.isMatchWith=function(e,t,n){return n="function"==typeof n?n:z,Pn(e,t,si(t),n)},n.isNaN=function(e){return no(e)&&e!=+e},n.isNative=function(e){if(rs(e))throw new Ao("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Nn(e)},n.isNil=function(e){return null==e},n.isNull=function(e){return null===e},n.isNumber=no,n.isObject=eo,n.isObjectLike=to,n.isPlainObject=ro,n.isRegExp=Qs,n.isSafeInteger=function(e){return Qi(e)&&e>=-fe&&e<=fe},n.isSet=Zs,n.isString=io,n.isSymbol=oo,n.isTypedArray=eu,n.isUndefined=function(e){return e===z},n.isWeakMap=function(e){return to(e)&&ns(e)==Ie},n.isWeakSet=function(e){return to(e)&&"[object WeakSet]"==Yn(e)},n.join=function(e,t){return null==e?"":va.call(e,t)},n.kebabCase=bu,n.last=Ei,n.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r;return n!==z&&(i=(i=uo(n))<0?Ma(r+i,0):wa(i,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,i):v(e,w,i,!0)},n.lowerCase=Mu,n.lowerFirst=wu,n.lt=tu,n.lte=nu,n.max=function(e){return e&&e.length?ln(e,xo,Sn):z},n.maxBy=function(e,t){return e&&e.length?ln(e,oi(t,2),Sn):z},n.mean=function(e){return L(e,xo)},n.meanBy=function(e,t){return L(e,oi(t,2))},n.min=function(e){return e&&e.length?ln(e,xo,$n):z},n.minBy=function(e,t){return e&&e.length?ln(e,oi(t,2),$n):z},n.stubArray=So,n.stubFalse=Co,n.stubObject=function(){return{}},n.stubString=function(){return""},n.stubTrue=function(){return!0},n.multiply=Fu,n.nth=function(e,t){return e&&e.length?Un(e,uo(t)):z},n.noConflict=function(){return sn._===this&&(sn._=Ko),this},n.noop=To,n.now=As,n.pad=function(e,t,n){e=ho(e);var r=(t=uo(t))?$(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return zr(ma(i),n)+e+zr(pa(i),n)},n.padEnd=function(e,t,n){e=ho(e);var r=(t=uo(t))?$(e):0;return t&&r<t?e+zr(t-r,n):e},n.padStart=function(e,t,n){e=ho(e);var r=(t=uo(t))?$(e):0;return t&&r<t?zr(t-r,n)+e:e},n.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),xa(ho(e).replace(ft,""),t||0)},n.random=function(e,t,n){if(n&&"boolean"!=typeof n&&hi(e,t,n)&&(t=n=z),n===z&&("boolean"==typeof t?(n=t,t=z):"boolean"==typeof e&&(n=e,e=z)),e===z&&t===z?(e=0,t=1):(e=so(e),t===z?(t=e,e=0):t=so(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var i=ka();return wa(e+i*(t-e+nn("1e-"+((i+"").length-1))),t)}return Kn(e,t)},n.reduce=function(e,t,n){var r=Vs(e)?m:D,i=arguments.length<3;return r(e,oi(t,4),n,i,qa)},n.reduceRight=function(e,t,n){var r=Vs(e)?_:D,i=arguments.length<3;return r(e,oi(t,4),n,i,Ba)},n.repeat=function(e,t,n){return t=(n?hi(e,t,n):t===z)?1:uo(t),Qn(ho(e),t)},n.replace=function(){var e=arguments,t=ho(e[0]);return e.length<3?t:t.replace(e[1],e[2])},n.result=function(e,t,n){var r=-1,i=(t=br(t,e)).length;for(i||(i=1,e=z);++r<i;){var o=null==e?z:e[ki(t[r])];o===z&&(r=i,o=n),e=Ki(o)?o.call(e):o}return e},n.round=zu,n.runInContext=e,n.sample=function(e){return(Vs(e)?Ot:er)(e)},n.size=function(e){if(null==e)return 0;if(Ji(e))return io(e)?$(e):e.length;var t=ns(e);return t==Ye||t==Ae?e.size:Rn(e).length},n.snakeCase=Lu,n.some=function(e,t,n){var r=Vs(e)?g:or;return n&&hi(e,t,n)&&(t=z),r(e,oi(t,3))},n.sortedIndex=function(e,t){return ar(e,t)},n.sortedIndexBy=function(e,t,n){return sr(e,t,oi(n,2))},n.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=ar(e,t);if(r<n&&Vi(e[r],t))return r}return-1},n.sortedLastIndex=function(e,t){return ar(e,t,!0)},n.sortedLastIndexBy=function(e,t,n){return sr(e,t,oi(n,2),!0)},n.sortedLastIndexOf=function(e,t){if(null!=e&&e.length){var n=ar(e,t,!0)-1;if(Vi(e[n],t))return n}return-1},n.startCase=xu,n.startsWith=function(e,t,n){return e=ho(e),n=null==n?0:Vt(uo(n),0,e.length),t=dr(t),e.slice(n,n+t.length)==t},n.subtract=qu,n.sum=function(e){return e&&e.length?T(e,xo):0},n.sumBy=function(e,t){return e&&e.length?T(e,oi(t,2)):0},n.template=function(e,t,r){var i=n.templateSettings;r&&hi(e,t,r)&&(t=z),e=ho(e),t=ou({},t,i,Xr);var o,a,s=ou({},t.imports,i.imports,Xr),u=_o(s),l=C(s,u),d=0,c=t.interpolate||Tt,f="__p += '",h=Io((t.escape||Tt).source+"|"+c.source+"|"+(c===ot?vt:Tt).source+"|"+(t.evaluate||Tt).source+"|$","g"),p="//# sourceURL="+("sourceURL"in t?t.sourceURL:"lodash.templateSources["+ ++Qt+"]")+"\n";e.replace(h,function(t,n,r,i,s,u){return r||(r=i),f+=e.slice(d,u).replace(Yt,A),n&&(o=!0,f+="' +\n__e("+n+") +\n'"),s&&(a=!0,f+="';\n"+s+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),d=u+t.length,t}),f+="';\n";var m=t.variable;m||(f="with (obj) {\n"+f+"\n}\n"),f=(a?f.replace(Xe,""):f).replace(Ke,"$1").replace(Qe,"$1;"),f="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var _=Tu(function(){return Oo(u,p+"return "+f).apply(z,l)});if(_.source=f,Xi(_))throw _;return _},n.times=function(e,t){if((e=uo(e))<1||e>fe)return[];var n=me,r=wa(e,me);t=oi(t),e-=me;for(var i=Y(r,t);++n<e;)t(n);return i},n.toFinite=so,n.toInteger=uo,n.toLength=lo,n.toLower=function(e){return ho(e).toLowerCase()},n.toNumber=co,n.toSafeInteger=function(e){return e?Vt(uo(e),-fe,fe):0===e?e:0},n.toString=ho,n.toUpper=function(e){return ho(e).toUpperCase()},n.trim=function(e,t,n){if((e=ho(e))&&(n||t===z))return e.replace(ct,"");if(!e||!(t=dr(t)))return e;var r=F(e),i=F(t);return Mr(r,E(r,i),H(r,i)+1).join("")},n.trimEnd=function(e,t,n){if((e=ho(e))&&(n||t===z))return e.replace(ht,"");if(!e||!(t=dr(t)))return e;var r=F(e);return Mr(r,0,H(r,F(t))+1).join("")},n.trimStart=function(e,t,n){if((e=ho(e))&&(n||t===z))return e.replace(ft,"");if(!e||!(t=dr(t)))return e;var r=F(e);return Mr(r,E(r,F(t))).join("")},n.truncate=function(e,t){var n=30,r="...";if(eo(t)){var i="separator"in t?t.separator:i;n="length"in t?uo(t.length):n,r="omission"in t?dr(t.omission):r}var o=(e=ho(e)).length;if(O(e)){var a=F(e);o=a.length}if(n>=o)return e;var s=n-$(r);if(s<1)return r;var u=a?Mr(a,0,s).join(""):e.slice(0,s);if(i===z)return u+r;if(a&&(s+=u.length-s),Qs(i)){if(e.slice(s).search(i)){var l,d=u;for(i.global||(i=Io(i.source,ho(bt.exec(i))+"g")),i.lastIndex=0;l=i.exec(d);)var c=l.index;u=u.slice(0,c===z?s:c)}}else if(e.indexOf(dr(i),s)!=s){var f=u.lastIndexOf(i);f>-1&&(u=u.slice(0,f))}return u+r},n.unescape=function(e){return(e=ho(e))&&tt.test(e)?e.replace(Ze,wn):e},n.uniqueId=function(e){var t=++Vo;return ho(e)+t},n.upperCase=ku,n.upperFirst=Du,n.each=Ri,n.eachRight=Wi,n.first=ji,Do(n,(Rs={},vn(n,function(e,t){Uo.call(n.prototype,t)||(Rs[t]=e)}),Rs),{chain:!1}),n.VERSION="4.17.11",s(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){n[e].placeholder=n}),s(["drop","take"],function(e,t){k.prototype[e]=function(n){n=n===z?1:Ma(uo(n),0);var r=this.__filtered__&&!t?new k(this):this.clone();return r.__filtered__?r.__takeCount__=wa(n,r.__takeCount__):r.__views__.push({size:wa(n,me),type:e+(r.__dir__<0?"Right":"")}),r},k.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),s(["filter","map","takeWhile"],function(e,t){var n=t+1,r=1==n||3==n;k.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:oi(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),s(["head","last"],function(e,t){var n="take"+(t?"Right":"");k.prototype[e]=function(){return this[n](1).value()[0]}}),s(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");k.prototype[e]=function(){return this.__filtered__?new k(this):this[n](1)}}),k.prototype.compact=function(){return this.filter(xo)},k.prototype.find=function(e){return this.filter(e).head()},k.prototype.findLast=function(e){return this.reverse().find(e)},k.prototype.invokeMap=Zn(function(e,t){return"function"==typeof e?new k(this):this.map(function(n){return Hn(n,e,t)})}),k.prototype.reject=function(e){return this.filter(Ui(oi(e)))},k.prototype.slice=function(e,t){e=uo(e);var n=this;return n.__filtered__&&(e>0||t<0)?new k(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==z&&(n=(t=uo(t))<0?n.dropRight(-t):n.take(t-e)),n)},k.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},k.prototype.toArray=function(){return this.take(me)},vn(k.prototype,function(e,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),a=n[o?"take"+("last"==t?"Right":""):t],s=o||/^find/.test(t);a&&(n.prototype[t]=function(){var t=this.__wrapped__,u=o?[1]:arguments,l=t instanceof k,d=u[0],c=l||Vs(t),f=function(e){var t=a.apply(n,p([e],u));return o&&h?t[0]:t};c&&r&&"function"==typeof d&&1!=d.length&&(l=c=!1);var h=this.__chain__,m=!!this.__actions__.length,_=s&&!h,g=l&&!m;if(!s&&c){t=g?t:new k(this);var y=e.apply(t,u);return y.__actions__.push({func:Ii,args:[f],thisArg:z}),new i(y,h)}return _&&g?e.apply(this,u):(y=this.thru(f),_?o?y.value()[0]:y.value():y)})}),s(["pop","push","shift","sort","splice","unshift"],function(e){var t=$o[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",i=/^(?:pop|shift)$/.test(e);n.prototype[e]=function(){var e=arguments;if(i&&!this.__chain__){var n=this.value();return t.apply(Vs(n)?n:[],e)}return this[r](function(n){return t.apply(Vs(n)?n:[],e)})}}),vn(k.prototype,function(e,t){var r=n[t];if(r){var i=r.name+"";(Aa[i]||(Aa[i]=[])).push({name:t,func:r})}}),Aa[Rr(z,ee).name]=[{name:"wrapper",func:z}],k.prototype.clone=function(){var e=new k(this.__wrapped__);return e.__actions__=Yr(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Yr(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Yr(this.__views__),e},k.prototype.reverse=function(){if(this.__filtered__){var e=new k(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},k.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Vs(e),r=t<0,i=n?e.length:0,o=function(e,t,n){for(var r=-1,i=n.length;++r<i;){var o=n[r],a=o.size;switch(o.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=wa(t,e+a);break;case"takeRight":e=Ma(e,t-a)}}return{start:e,end:t}}(0,i,this.__views__),a=o.start,s=o.end,u=s-a,l=r?s:a-1,d=this.__iteratees__,c=d.length,f=0,h=wa(u,this.__takeCount__);if(!n||!r&&i==u&&h==u)return mr(e,this.__actions__);var p=[];e:for(;u--&&f<h;){for(var m=-1,_=e[l+=t];++m<c;){var g=d[m],y=g.iteratee,v=g.type,b=y(_);if(2==v)_=b;else if(!b){if(1==v)continue e;break e}}p[f++]=_}return p},n.prototype.at=ks,n.prototype.chain=function(){return Ni(this)},n.prototype.commit=function(){return new i(this.value(),this.__chain__)},n.prototype.next=function(){this.__values__===z&&(this.__values__=ao(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?z:this.__values__[this.__index__++]}},n.prototype.plant=function(e){for(var t,n=this;n instanceof r;){var i=Ti(n);i.__index__=0,i.__values__=z,t?o.__wrapped__=i:t=i;var o=i;n=n.__wrapped__}return o.__wrapped__=e,t},n.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof k){var t=e;return this.__actions__.length&&(t=new k(this)),(t=t.reverse()).__actions__.push({func:Ii,args:[Ai],thisArg:z}),new i(t,this.__chain__)}return this.thru(Ai)},n.prototype.toJSON=n.prototype.valueOf=n.prototype.value=function(){return mr(this.__wrapped__,this.__actions__)},n.prototype.first=n.prototype.head,ua&&(n.prototype[ua]=function(){return this}),n}();sn._=Ln,(i=function(){return Ln}.call(t,n,t,r))===z||(r.exports=i)}).call(this)}).call(t,n("DuR2"),n("3IRH")(e))},Nq5S:function(e,t,n){"use strict";function r(e){var t=new i(i._61);return t._65=1,t._55=e,t}var i=n("se3Y");e.exports=i;var o=r(!0),a=r(!1),s=r(null),u=r(void 0),l=r(0),d=r("");i.resolve=function(e){if(e instanceof i)return e;if(null===e)return s;if(void 0===e)return u;if(!0===e)return o;if(!1===e)return a;if(0===e)return l;if(""===e)return d;if("object"==typeof e||"function"==typeof e)try{var t=e.then;if("function"==typeof t)return new i(t.bind(e))}catch(e){return new i(function(t,n){n(e)})}return r(e)},i.all=function(e){var t=Array.prototype.slice.call(e);return new i(function(e,n){function r(a,s){if(s&&("object"==typeof s||"function"==typeof s)){if(s instanceof i&&s.then===i.prototype.then){for(;3===s._65;)s=s._55;return 1===s._65?r(a,s._55):(2===s._65&&n(s._55),void s.then(function(e){r(a,e)},n))}var u=s.then;if("function"==typeof u)return void new i(u.bind(s)).then(function(e){r(a,e)},n)}t[a]=s,0==--o&&e(t)}if(0===t.length)return e([]);for(var o=t.length,a=0;a<t.length;a++)r(a,t[a])})},i.reject=function(e){return new i(function(t,n){n(e)})},i.race=function(e){return new i(function(t,n){e.forEach(function(e){i.resolve(e).then(t,n)})})},i.prototype.catch=function(e){return this.then(null,e)}},PGhS:function(e,t,n){"use strict";var r=n("se3Y"),i=n("IYKl");e.exports=r,r.denodeify=function(e,t){return"number"==typeof t&&t!==1/0?function(e,t){for(var n=[],i=0;i<t;i++)n.push("a"+i);var a=["return function ("+n.join(",")+") {","var self = this;","return new Promise(function (rs, rj) {","var res = fn.call(",["self"].concat(n).concat([o]).join(","),");","if (res &&",'(typeof res === "object" || typeof res === "function") &&','typeof res.then === "function"',") {rs(res);}","});","};"].join("");return Function(["Promise","fn"],a)(r,e)}(e,t):function(e){for(var t=Math.max(e.length-1,3),n=[],i=0;i<t;i++)n.push("a"+i);var a=["return function ("+n.join(",")+") {","var self = this;","var args;","var argLength = arguments.length;","if (arguments.length > "+t+") {","args = new Array(arguments.length + 1);","for (var i = 0; i < arguments.length; i++) {","args[i] = arguments[i];","}","}","return new Promise(function (rs, rj) {","var cb = "+o+";","var res;","switch (argLength) {",n.concat(["extra"]).map(function(e,t){return"case "+t+":res = fn.call("+["self"].concat(n.slice(0,t)).concat("cb").join(",")+");break;"}).join(""),"default:","args[argLength] = cb;","res = fn.apply(self, args);","}","if (res &&",'(typeof res === "object" || typeof res === "function") &&','typeof res.then === "function"',") {rs(res);}","});","};"].join("");return Function(["Promise","fn"],a)(r,e)}(e)};var o="function (err, res) {if (err) { rj(err); } else { rs(res); }}";r.nodeify=function(e){return function(){var t=Array.prototype.slice.call(arguments),n="function"==typeof t[t.length-1]?t.pop():null,o=this;try{return e.apply(this,arguments).nodeify(n,o)}catch(e){if(null===n||void 0===n)return new r(function(t,n){n(e)});i(function(){n.call(o,e)})}}},r.prototype.nodeify=function(e,t){if("function"!=typeof e)return this;this.then(function(n){i(function(){e.call(t,null,n)})},function(n){i(function(){e.call(t,n)})})}},TNV1:function(e,t,n){"use strict";var r=n("cGG2");e.exports=function(e,t,n){return r.forEach(n,function(n){e=n(e,t)}),e}},Uxmw:function(e,t,n){var r=n("VU/8")(n("h2/j"),null,!1,null,null,null);e.exports=r.exports},"VU/8":function(e,t){e.exports=function(e,t,n,r,i,o){var a,s=e=e||{},u=typeof e.default;"object"!==u&&"function"!==u||(a=e,s=e.default);var l,d="function"==typeof s?s.options:s;if(t&&(d.render=t.render,d.staticRenderFns=t.staticRenderFns,d._compiled=!0),n&&(d.functional=!0),i&&(d._scopeId=i),o?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},d._ssrRegister=l):r&&(l=r),l){var c=d.functional,f=c?d.render:d.beforeCreate;c?(d._injectStyles=l,d.render=function(e,t){return l.call(t),f(e,t)}):d.beforeCreate=f?[].concat(f,l):[l]}return{esModule:a,exports:s,options:d}}},WRGp:function(e,t,n){window._=n("M4fF");try{window.$=window.jQuery=n("7t+N"),n("jf49")}catch(e){}window.axios=n("mtWM"),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest";var r=document.head.querySelector('meta[name="token"]');r?window.axios.defaults.headers.common["X-CSRF-TOKEN"]=r.content:console.error("CSRF token not found: https://laravel.com/docs/csrf#csrf-x-csrf-token")},XmWM:function(e,t,n){"use strict";function r(e){this.defaults=e,this.interceptors={request:new a,response:new a}}var i=n("KCLY"),o=n("cGG2"),a=n("fuGk"),s=n("xLtR");r.prototype.request=function(e){"string"==typeof e&&(e=o.merge({url:arguments[0]},arguments[1])),(e=o.merge(i,{method:"get"},this.defaults,e)).method=e.method.toLowerCase();var t=[s,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach(function(e){t.unshift(e.fulfilled,e.rejected)}),this.interceptors.response.forEach(function(e){t.push(e.fulfilled,e.rejected)});t.length;)n=n.then(t.shift(),t.shift());return n},o.forEach(["delete","get","head","options"],function(e){r.prototype[e]=function(t,n){return this.request(o.merge(n||{},{method:e,url:t}))}}),o.forEach(["post","put","patch"],function(e){r.prototype[e]=function(t,n,r){return this.request(o.merge(r||{},{method:e,url:t,data:n}))}}),e.exports=r},YQ0A:function(e,t,n){"use strict";var r=n("se3Y");e.exports=r,r.enableSynchronous=function(){r.prototype.isPending=function(){return 0==this.getState()},r.prototype.isFulfilled=function(){return 1==this.getState()},r.prototype.isRejected=function(){return 2==this.getState()},r.prototype.getValue=function(){if(3===this._65)return this._55.getValue();if(!this.isFulfilled())throw new Error("Cannot get a value of an unfulfilled promise.");return this._55},r.prototype.getReason=function(){if(3===this._65)return this._55.getReason();if(!this.isRejected())throw new Error("Cannot get a rejection reason of a non-rejected promise.");return this._55},
r.prototype.getState=function(){return 3===this._65?this._55.getState():-1===this._65||-2===this._65?0:this._65}},r.disableSynchronous=function(){r.prototype.isPending=void 0,r.prototype.isFulfilled=void 0,r.prototype.isRejected=void 0,r.prototype.getValue=void 0,r.prototype.getReason=void 0,r.prototype.getState=void 0}},cGG2:function(e,t,n){"use strict";function r(e){return"[object Array]"===l.call(e)}function i(e){return null!==e&&"object"==typeof e}function o(e){return"[object Function]"===l.call(e)}function a(e,t){if(null!==e&&void 0!==e)if("object"!=typeof e&&(e=[e]),r(e))for(var n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}var s=n("JP+z"),u=n("1Yoh"),l=Object.prototype.toString;e.exports={isArray:r,isArrayBuffer:function(e){return"[object ArrayBuffer]"===l.call(e)},isBuffer:u,isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:i,isUndefined:function(e){return void 0===e},isDate:function(e){return"[object Date]"===l.call(e)},isFile:function(e){return"[object File]"===l.call(e)},isBlob:function(e){return"[object Blob]"===l.call(e)},isFunction:o,isStream:function(e){return i(e)&&o(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:a,merge:function e(){function t(t,r){"object"==typeof n[r]&&"object"==typeof t?n[r]=e(n[r],t):n[r]=t}for(var n={},r=0,i=arguments.length;r<i;r++)a(arguments[r],t);return n},extend:function(e,t,n){return a(t,function(t,r){e[r]=n&&"function"==typeof t?s(t,n):t}),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},cWxy:function(e,t,n){"use strict";function r(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise(function(e){t=e});var n=this;e(function(e){n.reason||(n.reason=new i(e),t(n.reason))})}var i=n("dVOP");r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var e;return{token:new r(function(t){e=t}),cancel:e}},e.exports=r},dIwP:function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},dVOP:function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},fuGk:function(e,t,n){"use strict";function r(){this.handlers=[]}var i=n("cGG2");r.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){i.forEach(this.handlers,function(t){null!==t&&e(t)})},e.exports=r},"h2/j":function(e,t){e.exports={data:function(){return{template:null,name:"",message:""}},methods:{getTemplate:function(e){var t=this;axios.get("/dashboard/api/incidents/templates",{params:{slug:e}}).then(function(e){t.name=e.data.name,t.message=e.data.template}).catch(function(e){(new Cachet.Notifier).notify("There was an error finding that template.")})}},watch:{template:function(e){this.getTemplate(e)}}}},hu2N:function(e,t,n){var r=n("VU/8")(n("0hRT"),null,!1,null,null,null);e.exports=r.exports},jf49:function(e,t){if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");!function(e){"use strict";var t=e.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1==t[0]&&9==t[1]&&t[2]<1||t[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),function(e){"use strict";e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;return e(this).one("bsTransitionEnd",function(){n=!0}),setTimeout(function(){n||e(r).trigger(e.support.transition.end)},t),this},e(function(){e.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}(),e.support.transition&&(e.event.special.bsTransitionEnd={bindType:e.support.transition.end,delegateType:e.support.transition.end,handle:function(t){if(e(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.VERSION="3.4.1",n.TRANSITION_DURATION=150,n.prototype.close=function(t){function r(){a.detach().trigger("closed.bs.alert").remove()}var i=e(this),o=i.attr("data-target");o||(o=(o=i.attr("href"))&&o.replace(/.*(?=#[^\s]*$)/,"")),o="#"===o?[]:o;var a=e(document).find(o);t&&t.preventDefault(),a.length||(a=i.closest(".alert")),a.trigger(t=e.Event("close.bs.alert")),t.isDefaultPrevented()||(a.removeClass("in"),e.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",r).emulateTransitionEnd(n.TRANSITION_DURATION):r())};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),"string"==typeof t&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.button"),o="object"==typeof t&&t;i||r.data("bs.button",i=new n(this,o)),"toggle"==t?i.toggle():t&&i.setState(t)})}var n=function(t,r){this.$element=e(t),this.options=e.extend({},n.DEFAULTS,r),this.isLoading=!1};n.VERSION="3.4.1",n.DEFAULTS={loadingText:"loading..."},n.prototype.setState=function(t){var n="disabled",r=this.$element,i=r.is("input")?"val":"html",o=r.data();t+="Text",null==o.resetText&&r.data("resetText",r[i]()),setTimeout(e.proxy(function(){r[i](null==o[t]?this.options[t]:o[t]),"loadingText"==t?(this.isLoading=!0,r.addClass(n).attr(n,n).prop(n,!0)):this.isLoading&&(this.isLoading=!1,r.removeClass(n).removeAttr(n).prop(n,!1))},this),0)},n.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 r=e.fn.button;e.fn.button=t,e.fn.button.Constructor=n,e.fn.button.noConflict=function(){return e.fn.button=r,this},e(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(n){var r=e(n.target).closest(".btn");t.call(r,"toggle"),e(n.target).is('input[type="radio"], input[type="checkbox"]')||(n.preventDefault(),r.is("input,button")?r.trigger("focus"):r.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(t){e(t.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(t.type))})}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.carousel"),o=e.extend({},n.DEFAULTS,r.data(),"object"==typeof t&&t),a="string"==typeof t?t:o.slide;i||r.data("bs.carousel",i=new n(this,o)),"number"==typeof t?i.to(t):a?i[a]():o.interval&&i.pause().cycle()})}var n=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",e.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",e.proxy(this.pause,this)).on("mouseleave.bs.carousel",e.proxy(this.cycle,this))};n.VERSION="3.4.1",n.TRANSITION_DURATION=600,n.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},n.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()}},n.prototype.cycle=function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},n.prototype.getItemIndex=function(e){return this.$items=e.parent().children(".item"),this.$items.index(e||this.$active)},n.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)},n.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(e>n?"next":"prev",this.$items.eq(e))},n.prototype.pause=function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition&&(this.$element.trigger(e.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},n.prototype.next=function(){if(!this.sliding)return this.slide("next")},n.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},n.prototype.slide=function(t,r){var i=this.$element.find(".item.active"),o=r||this.getItemForDirection(t,i),a=this.interval,s="next"==t?"left":"right",u=this;if(o.hasClass("active"))return this.sliding=!1;var l=o[0],d=e.Event("slide.bs.carousel",{relatedTarget:l,direction:s});if(this.$element.trigger(d),!d.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var c=e(this.$indicators.children()[this.getItemIndex(o)]);c&&c.addClass("active")}var f=e.Event("slid.bs.carousel",{relatedTarget:l,direction:s});return e.support.transition&&this.$element.hasClass("slide")?(o.addClass(t),"object"==typeof o&&o.length&&o[0].offsetWidth,i.addClass(s),o.addClass(s),i.one("bsTransitionEnd",function(){o.removeClass([t,s].join(" ")).addClass("active"),i.removeClass(["active",s].join(" ")),u.sliding=!1,setTimeout(function(){u.$element.trigger(f)},0)}).emulateTransitionEnd(n.TRANSITION_DURATION)):(i.removeClass("active"),o.addClass("active"),this.sliding=!1,this.$element.trigger(f)),a&&this.cycle(),this}};var r=e.fn.carousel;e.fn.carousel=t,e.fn.carousel.Constructor=n,e.fn.carousel.noConflict=function(){return e.fn.carousel=r,this};var i=function(n){var r=e(this),i=r.attr("href");i&&(i=i.replace(/.*(?=#[^\s]+$)/,""));var o=r.attr("data-target")||i,a=e(document).find(o);if(a.hasClass("carousel")){var s=e.extend({},a.data(),r.data()),u=r.attr("data-slide-to");u&&(s.interval=!1),t.call(a,s),u&&a.data("bs.carousel").to(u),n.preventDefault()}};e(document).on("click.bs.carousel.data-api","[data-slide]",i).on("click.bs.carousel.data-api","[data-slide-to]",i),e(window).on("load",function(){e('[data-ride="carousel"]').each(function(){var n=e(this);t.call(n,n.data())})})}(jQuery),function(e){"use strict";function t(t){var n,r=t.attr("data-target")||(n=t.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"");return e(document).find(r)}function n(t){return this.each(function(){var n=e(this),i=n.data("bs.collapse"),o=e.extend({},r.DEFAULTS,n.data(),"object"==typeof t&&t);!i&&o.toggle&&/show|hide/.test(t)&&(o.toggle=!1),i||n.data("bs.collapse",i=new r(this,o)),"string"==typeof t&&i[t]()})}var r=function(t,n){this.$element=e(t),this.options=e.extend({},r.DEFAULTS,n),this.$trigger=e('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};r.VERSION="3.4.1",r.TRANSITION_DURATION=350,r.DEFAULTS={toggle:!0},r.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"},r.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var t,i=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(i&&i.length&&(t=i.data("bs.collapse"))&&t.transitioning)){var o=e.Event("show.bs.collapse");if(this.$element.trigger(o),!o.isDefaultPrevented()){i&&i.length&&(n.call(i,"hide"),t||i.data("bs.collapse",null));var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var s=function(){this.$element.removeClass("collapsing").addClass("collapse in")[a](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var u=e.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",e.proxy(s,this)).emulateTransitionEnd(r.TRANSITION_DURATION)[a](this.$element[0][u])}}}},r.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var t=e.Event("hide.bs.collapse");if(this.$element.trigger(t),!t.isDefaultPrevented()){var n=this.dimension();this.$element[n](this.$element[n]())[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 i=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};if(!e.support.transition)return i.call(this);this.$element[n](0).one("bsTransitionEnd",e.proxy(i,this)).emulateTransitionEnd(r.TRANSITION_DURATION)}}},r.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},r.prototype.getParent=function(){return e(document).find(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(e.proxy(function(n,r){var i=e(r);this.addAriaAndCollapsedClass(t(i),i)},this)).end()},r.prototype.addAriaAndCollapsedClass=function(e,t){var n=e.hasClass("in");e.attr("aria-expanded",n),t.toggleClass("collapsed",!n).attr("aria-expanded",n)};var i=e.fn.collapse;e.fn.collapse=n,e.fn.collapse.Constructor=r,e.fn.collapse.noConflict=function(){return e.fn.collapse=i,this},e(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(r){var i=e(this);i.attr("data-target")||r.preventDefault();var o=t(i),a=o.data("bs.collapse")?"toggle":i.data();n.call(o,a)})}(jQuery),function(e){"use strict";function t(t){var n=t.attr("data-target");n||(n=(n=t.attr("href"))&&/#[A-Za-z]/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var r="#"!==n?e(document).find(n):null;return r&&r.length?r:t.parent()}function n(n){n&&3===n.which||(e(r).remove(),e(i).each(function(){var r=e(this),i=t(r),o={relatedTarget:this};i.hasClass("open")&&(n&&"click"==n.type&&/input|textarea/i.test(n.target.tagName)&&e.contains(i[0],n.target)||(i.trigger(n=e.Event("hide.bs.dropdown",o)),n.isDefaultPrevented()||(r.attr("aria-expanded","false"),i.removeClass("open").trigger(e.Event("hidden.bs.dropdown",o)))))}))}var r=".dropdown-backdrop",i='[data-toggle="dropdown"]',o=function(t){e(t).on("click.bs.dropdown",this.toggle)};o.VERSION="3.4.1",o.prototype.toggle=function(r){var i=e(this);if(!i.is(".disabled, :disabled")){var o=t(i),a=o.hasClass("open");if(n(),!a){"ontouchstart"in document.documentElement&&!o.closest(".navbar-nav").length&&e(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(e(this)).on("click",n);var s={relatedTarget:this};if(o.trigger(r=e.Event("show.bs.dropdown",s)),r.isDefaultPrevented())return;i.trigger("focus").attr("aria-expanded","true"),o.toggleClass("open").trigger(e.Event("shown.bs.dropdown",s))}return!1}},o.prototype.keydown=function(n){if(/(38|40|27|32)/.test(n.which)&&!/input|textarea/i.test(n.target.tagName)){var r=e(this);if(n.preventDefault(),n.stopPropagation(),!r.is(".disabled, :disabled")){var o=t(r),a=o.hasClass("open");if(!a&&27!=n.which||a&&27==n.which)return 27==n.which&&o.find(i).trigger("focus"),r.trigger("click");var s=o.find(".dropdown-menu li:not(.disabled):visible a");if(s.length){var u=s.index(n.target);38==n.which&&u>0&&u--,40==n.which&&u<s.length-1&&u++,~u||(u=0),s.eq(u).trigger("focus")}}}};var a=e.fn.dropdown;e.fn.dropdown=function(t){return this.each(function(){var n=e(this),r=n.data("bs.dropdown");r||n.data("bs.dropdown",r=new o(this)),"string"==typeof t&&r[t].call(n)})},e.fn.dropdown.Constructor=o,e.fn.dropdown.noConflict=function(){return e.fn.dropdown=a,this},e(document).on("click.bs.dropdown.data-api",n).on("click.bs.dropdown.data-api",".dropdown form",function(e){e.stopPropagation()}).on("click.bs.dropdown.data-api",i,o.prototype.toggle).on("keydown.bs.dropdown.data-api",i,o.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",o.prototype.keydown)}(jQuery),function(e){"use strict";function t(t,r){return this.each(function(){var i=e(this),o=i.data("bs.modal"),a=e.extend({},n.DEFAULTS,i.data(),"object"==typeof t&&t);o||i.data("bs.modal",o=new n(this,a)),"string"==typeof t?o[t](r):a.show&&o.show(r)})}var n=function(t,n){this.options=n,this.$body=e(document.body),this.$element=e(t),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.fixedContent=".navbar-fixed-top, .navbar-fixed-bottom",this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,e.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};n.VERSION="3.4.1",n.TRANSITION_DURATION=300,n.BACKDROP_TRANSITION_DURATION=150,n.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},n.prototype.toggle=function(e){return this.isShown?this.hide():this.show(e)},n.prototype.show=function(t){var r=this,i=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(i),this.isShown||i.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"]',e.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){r.$element.one("mouseup.dismiss.bs.modal",function(t){e(t.target).is(r.$element)&&(r.ignoreBackdropClick=!0)})}),this.backdrop(function(){var i=e.support.transition&&r.$element.hasClass("fade");r.$element.parent().length||r.$element.appendTo(r.$body),r.$element.show().scrollTop(0),r.adjustDialog(),i&&r.$element[0].offsetWidth,r.$element.addClass("in"),r.enforceFocus();var o=e.Event("shown.bs.modal",{relatedTarget:t});i?r.$dialog.one("bsTransitionEnd",function(){r.$element.trigger("focus").trigger(o)}).emulateTransitionEnd(n.TRANSITION_DURATION):r.$element.trigger("focus").trigger(o)}))},n.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t),this.isShown&&!t.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),e(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"),e.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",e.proxy(this.hideModal,this)).emulateTransitionEnd(n.TRANSITION_DURATION):this.hideModal())},n.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){document===e.target||this.$element[0]===e.target||this.$element.has(e.target).length||this.$element.trigger("focus")},this))},n.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",e.proxy(function(e){27==e.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},n.prototype.resize=function(){this.isShown?e(window).on("resize.bs.modal",e.proxy(this.handleUpdate,this)):e(window).off("resize.bs.modal")},n.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")})},n.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},n.prototype.backdrop=function(t){var r=this,i=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var o=e.support.transition&&i;if(this.$backdrop=e(document.createElement("div")).addClass("modal-backdrop "+i).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",e.proxy(function(e){this.ignoreBackdropClick?this.ignoreBackdropClick=!1:e.target===e.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide())},this)),o&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!t)return;o?this.$backdrop.one("bsTransitionEnd",t).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):t()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var a=function(){r.removeBackdrop(),t&&t()};e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",a).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):a()}else t&&t()},n.prototype.handleUpdate=function(){this.adjustDialog()},n.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:""})},n.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},n.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()},n.prototype.setScrollbar=function(){var t=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"";var n=this.scrollbarWidth;this.bodyIsOverflowing&&(this.$body.css("padding-right",t+n),e(this.fixedContent).each(function(t,r){var i=r.style.paddingRight,o=e(r).css("padding-right");e(r).data("padding-right",i).css("padding-right",parseFloat(o)+n+"px")}))},n.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad),e(this.fixedContent).each(function(t,n){var r=e(n).data("padding-right");e(n).removeData("padding-right"),n.style.paddingRight=r||""})},n.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 r=e.fn.modal;e.fn.modal=t,e.fn.modal.Constructor=n,e.fn.modal.noConflict=function(){return e.fn.modal=r,this},e(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(n){var r=e(this),i=r.attr("href"),o=r.attr("data-target")||i&&i.replace(/.*(?=#[^\s]+$)/,""),a=e(document).find(o),s=a.data("bs.modal")?"toggle":e.extend({remote:!/#/.test(i)&&i},a.data(),r.data());r.is("a")&&n.preventDefault(),a.one("show.bs.modal",function(e){e.isDefaultPrevented()||a.one("hidden.bs.modal",function(){r.is(":visible")&&r.trigger("focus")})}),t.call(a,s,this)})}(jQuery),function(e){"use strict";function t(t,n){var r=t.nodeName.toLowerCase();if(-1!==e.inArray(r,n))return-1===e.inArray(r,i)||Boolean(t.nodeValue.match(a)||t.nodeValue.match(s));for(var o=e(n).filter(function(e,t){return t instanceof RegExp}),u=0,l=o.length;u<l;u++)if(r.match(o[u]))return!0;return!1}function n(n,r,i){if(0===n.length)return n;if(i&&"function"==typeof i)return i(n);if(!document.implementation||!document.implementation.createHTMLDocument)return n;var o=document.implementation.createHTMLDocument("sanitization");o.body.innerHTML=n;for(var a=e.map(r,function(e,t){return t}),s=e(o.body).find("*"),u=0,l=s.length;u<l;u++){var d=s[u],c=d.nodeName.toLowerCase();if(-1!==e.inArray(c,a))for(var f=e.map(d.attributes,function(e){return e}),h=[].concat(r["*"]||[],r[c]||[]),p=0,m=f.length;p<m;p++)t(f[p],h)||d.removeAttribute(f[p].nodeName);else d.parentNode.removeChild(d)}return o.body.innerHTML}var r=["sanitize","whiteList","sanitizeFn"],i=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],o={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},a=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,s=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i,u=function(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)};u.VERSION="3.4.1",u.TRANSITION_DURATION=150,u.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},sanitize:!0,sanitizeFn:null,whiteList:o},u.prototype.init=function(t,n,r){if(this.enabled=!0,this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.$viewport=this.options.viewport&&e(document).find(e.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 i=this.options.trigger.split(" "),o=i.length;o--;){var a=i[o];if("click"==a)this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this));else if("manual"!=a){var s="hover"==a?"mouseenter":"focusin",u="hover"==a?"mouseleave":"focusout";this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(u+"."+this.type,this.options.selector,e.proxy(this.leave,this))}}this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},u.prototype.getDefaults=function(){return u.DEFAULTS},u.prototype.getOptions=function(t){var i=this.$element.data();for(var o in i)i.hasOwnProperty(o)&&-1!==e.inArray(o,r)&&delete i[o];return(t=e.extend({},this.getDefaults(),i,t)).delay&&"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),t.sanitize&&(t.template=n(t.template,t.whiteList,t.sanitizeFn)),t},u.prototype.getDelegateOptions=function(){var t={},n=this.getDefaults();return this._options&&e.each(this._options,function(e,r){n[e]!=r&&(t[e]=r)}),t},u.prototype.enter=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget).data("bs."+this.type);if(n||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n)),t instanceof e.Event&&(n.inState["focusin"==t.type?"focus":"hover"]=!0),n.tip().hasClass("in")||"in"==n.hoverState)n.hoverState="in";else{if(clearTimeout(n.timeout),n.hoverState="in",!n.options.delay||!n.options.delay.show)return n.show();n.timeout=setTimeout(function(){"in"==n.hoverState&&n.show()},n.options.delay.show)}},u.prototype.isInStateTrue=function(){for(var e in this.inState)if(this.inState[e])return!0;return!1},u.prototype.leave=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget).data("bs."+this.type);if(n||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n)),t instanceof e.Event&&(n.inState["focusout"==t.type?"focus":"hover"]=!1),!n.isInStateTrue()){if(clearTimeout(n.timeout),n.hoverState="out",!n.options.delay||!n.options.delay.hide)return n.hide();n.timeout=setTimeout(function(){"out"==n.hoverState&&n.hide()},n.options.delay.hide)}},u.prototype.show=function(){var t=e.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(t);var n=e.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(t.isDefaultPrevented()||!n)return;var r=this,i=this.tip(),o=this.getUID(this.type);this.setContent(),i.attr("id",o),this.$element.attr("aria-describedby",o),this.options.animation&&i.addClass("fade");var a="function"==typeof this.options.placement?this.options.placement.call(this,i[0],this.$element[0]):this.options.placement,s=/\s?auto?\s?/i,l=s.test(a);l&&(a=a.replace(s,"")||"top"),i.detach().css({top:0,left:0,display:"block"}).addClass(a).data("bs."+this.type,this),this.options.container?i.appendTo(e(document).find(this.options.container)):i.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var d=this.getPosition(),c=i[0].offsetWidth,f=i[0].offsetHeight;if(l){var h=a,p=this.getPosition(this.$viewport);a="bottom"==a&&d.bottom+f>p.bottom?"top":"top"==a&&d.top-f<p.top?"bottom":"right"==a&&d.right+c>p.width?"left":"left"==a&&d.left-c<p.left?"right":a,i.removeClass(h).addClass(a)}var m=this.getCalculatedOffset(a,d,c,f);this.applyPlacement(m,a);var _=function(){var e=r.hoverState;r.$element.trigger("shown.bs."+r.type),r.hoverState=null,"out"==e&&r.leave(r)};e.support.transition&&this.$tip.hasClass("fade")?i.one("bsTransitionEnd",_).emulateTransitionEnd(u.TRANSITION_DURATION):_()}},u.prototype.applyPlacement=function(t,n){var r=this.tip(),i=r[0].offsetWidth,o=r[0].offsetHeight,a=parseInt(r.css("margin-top"),10),s=parseInt(r.css("margin-left"),10);isNaN(a)&&(a=0),isNaN(s)&&(s=0),t.top+=a,t.left+=s,e.offset.setOffset(r[0],e.extend({using:function(e){r.css({top:Math.round(e.top),left:Math.round(e.left)})}},t),0),r.addClass("in");var u=r[0].offsetWidth,l=r[0].offsetHeight;"top"==n&&l!=o&&(t.top=t.top+o-l);var d=this.getViewportAdjustedDelta(n,t,u,l);d.left?t.left+=d.left:t.top+=d.top;var c=/top|bottom/.test(n),f=c?2*d.left-i+u:2*d.top-o+l,h=c?"offsetWidth":"offsetHeight";r.offset(t),this.replaceArrow(f,r[0][h],c)},u.prototype.replaceArrow=function(e,t,n){this.arrow().css(n?"left":"top",50*(1-e/t)+"%").css(n?"top":"left","")},u.prototype.setContent=function(){var e=this.tip(),t=this.getTitle();this.options.html?(this.options.sanitize&&(t=n(t,this.options.whiteList,this.options.sanitizeFn)),e.find(".tooltip-inner").html(t)):e.find(".tooltip-inner").text(t),e.removeClass("fade in top bottom left right")},u.prototype.hide=function(t){function n(){"in"!=r.hoverState&&i.detach(),r.$element&&r.$element.removeAttr("aria-describedby").trigger("hidden.bs."+r.type),t&&t()}var r=this,i=e(this.$tip),o=e.Event("hide.bs."+this.type);if(this.$element.trigger(o),!o.isDefaultPrevented())return i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.one("bsTransitionEnd",n).emulateTransitionEnd(u.TRANSITION_DURATION):n(),this.hoverState=null,this},u.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","")},u.prototype.hasContent=function(){return this.getTitle()},u.prototype.getPosition=function(t){var n=(t=t||this.$element)[0],r="BODY"==n.tagName,i=n.getBoundingClientRect()
;null==i.width&&(i=e.extend({},i,{width:i.right-i.left,height:i.bottom-i.top}));var o=window.SVGElement&&n instanceof window.SVGElement,a=r?{top:0,left:0}:o?null:t.offset(),s={scroll:r?document.documentElement.scrollTop||document.body.scrollTop:t.scrollTop()},u=r?{width:e(window).width(),height:e(window).height()}:null;return e.extend({},i,s,u,a)},u.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}},u.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,u=t.top+o-a.scroll+r;s<a.top?i.top=a.top-s:u>a.top+a.height&&(i.top=a.top+a.height-u)}else{var l=t.left-o,d=t.left+o+n;l<a.left?i.left=a.left-l:d>a.right&&(i.left=a.left+a.width-d)}return i},u.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)},u.prototype.getUID=function(e){do{e+=~~(1e6*Math.random())}while(document.getElementById(e));return e},u.prototype.tip=function(){if(!this.$tip&&(this.$tip=e(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},u.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},u.prototype.enable=function(){this.enabled=!0},u.prototype.disable=function(){this.enabled=!1},u.prototype.toggleEnabled=function(){this.enabled=!this.enabled},u.prototype.toggle=function(t){var n=this;t&&((n=e(t.currentTarget).data("bs."+this.type))||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n))),t?(n.inState.click=!n.inState.click,n.isInStateTrue()?n.enter(n):n.leave(n)):n.tip().hasClass("in")?n.leave(n):n.enter(n)},u.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})},u.prototype.sanitizeHtml=function(e){return n(e,this.options.whiteList,this.options.sanitizeFn)};var l=e.fn.tooltip;e.fn.tooltip=function(t){return this.each(function(){var n=e(this),r=n.data("bs.tooltip"),i="object"==typeof t&&t;!r&&/destroy|hide/.test(t)||(r||n.data("bs.tooltip",r=new u(this,i)),"string"==typeof t&&r[t]())})},e.fn.tooltip.Constructor=u,e.fn.tooltip.noConflict=function(){return e.fn.tooltip=l,this}}(jQuery),function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};if(!e.fn.tooltip)throw new Error("Popover requires tooltip.js");t.VERSION="3.4.1",t.DEFAULTS=e.extend({},e.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>'}),t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype),t.prototype.constructor=t,t.prototype.getDefaults=function(){return t.DEFAULTS},t.prototype.setContent=function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();if(this.options.html){var r=typeof n;this.options.sanitize&&(t=this.sanitizeHtml(t),"string"===r&&(n=this.sanitizeHtml(n))),e.find(".popover-title").html(t),e.find(".popover-content").children().detach().end()["string"===r?"html":"append"](n)}else e.find(".popover-title").text(t),e.find(".popover-content").children().detach().end().text(n);e.removeClass("fade top bottom left right in"),e.find(".popover-title").html()||e.find(".popover-title").hide()},t.prototype.hasContent=function(){return this.getTitle()||this.getContent()},t.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)},t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var n=e.fn.popover;e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("bs.popover"),o="object"==typeof n&&n;!i&&/destroy|hide/.test(n)||(i||r.data("bs.popover",i=new t(this,o)),"string"==typeof n&&i[n]())})},e.fn.popover.Constructor=t,e.fn.popover.noConflict=function(){return e.fn.popover=n,this}}(jQuery),function(e){"use strict";function t(n,r){this.$body=e(document.body),this.$scrollElement=e(e(n).is(document.body)?window:n),this.options=e.extend({},t.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",e.proxy(this.process,this)),this.refresh(),this.process()}function n(n){return this.each(function(){var r=e(this),i=r.data("bs.scrollspy"),o="object"==typeof n&&n;i||r.data("bs.scrollspy",i=new t(this,o)),"string"==typeof n&&i[n]()})}t.VERSION="3.4.1",t.DEFAULTS={offset:10},t.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},t.prototype.refresh=function(){var t=this,n="offset",r=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),e.isWindow(this.$scrollElement[0])||(n="position",r=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var t=e(this),i=t.data("target")||t.attr("href"),o=/^#./.test(i)&&e(i);return o&&o.length&&o.is(":visible")&&[[o[n]().top+r,i]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},t.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(),t>=r)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])},t.prototype.activate=function(t){this.activeTarget=t,this.clear();var n=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',r=e(n).parents("li").addClass("active");r.parent(".dropdown-menu").length&&(r=r.closest("li.dropdown").addClass("active")),r.trigger("activate.bs.scrollspy")},t.prototype.clear=function(){e(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var r=e.fn.scrollspy;e.fn.scrollspy=n,e.fn.scrollspy.Constructor=t,e.fn.scrollspy.noConflict=function(){return e.fn.scrollspy=r,this},e(window).on("load.bs.scrollspy.data-api",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);n.call(t,t.data())})})}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new n(this)),"string"==typeof t&&i[t]()})}var n=function(t){this.element=e(t)};n.VERSION="3.4.1",n.TRANSITION_DURATION=150,n.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.data("target");if(r||(r=(r=t.attr("href"))&&r.replace(/.*(?=#[^\s]*$)/,"")),!t.parent("li").hasClass("active")){var i=n.find(".active:last a"),o=e.Event("hide.bs.tab",{relatedTarget:t[0]}),a=e.Event("show.bs.tab",{relatedTarget:i[0]});if(i.trigger(o),t.trigger(a),!a.isDefaultPrevented()&&!o.isDefaultPrevented()){var s=e(document).find(r);this.activate(t.closest("li"),n),this.activate(s,s.parent(),function(){i.trigger({type:"hidden.bs.tab",relatedTarget:t[0]}),t.trigger({type:"shown.bs.tab",relatedTarget:i[0]})})}}},n.prototype.activate=function(t,r,i){function o(){a.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),t.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu").length&&t.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),i&&i()}var a=r.find("> .active"),s=i&&e.support.transition&&(a.length&&a.hasClass("fade")||!!r.find("> .fade").length);a.length&&s?a.one("bsTransitionEnd",o).emulateTransitionEnd(n.TRANSITION_DURATION):o(),a.removeClass("in")};var r=e.fn.tab;e.fn.tab=t,e.fn.tab.Constructor=n,e.fn.tab.noConflict=function(){return e.fn.tab=r,this};var i=function(n){n.preventDefault(),t.call(e(this),"show")};e(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.affix"),o="object"==typeof t&&t;i||r.data("bs.affix",i=new n(this,o)),"string"==typeof t&&i[t]()})}var n=function(t,r){this.options=e.extend({},n.DEFAULTS,r);var i=this.options.target===n.DEFAULTS.target?e(this.options.target):e(document).find(this.options.target);this.$target=i.on("scroll.bs.affix.data-api",e.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",e.proxy(this.checkPositionWithEventLoop,this)),this.$element=e(t),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};n.VERSION="3.4.1",n.RESET="affix affix-top affix-bottom",n.DEFAULTS={offset:0,target:window},n.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,u=s?i:o.top;return null!=n&&i<=n?"top":null!=r&&u+(s?a:t)>=e-r&&"bottom"},n.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(n.RESET).addClass("affix");var e=this.$target.scrollTop(),t=this.$element.offset();return this.pinnedOffset=t.top-e},n.prototype.checkPositionWithEventLoop=function(){setTimeout(e.proxy(this.checkPosition,this),1)},n.prototype.checkPosition=function(){if(this.$element.is(":visible")){var t=this.$element.height(),r=this.options.offset,i=r.top,o=r.bottom,a=Math.max(e(document).height(),e(document.body).height());"object"!=typeof r&&(o=i=r),"function"==typeof i&&(i=r.top(this.$element)),"function"==typeof o&&(o=r.bottom(this.$element));var s=this.getState(a,t,i,o);if(this.affixed!=s){null!=this.unpin&&this.$element.css("top","");var u="affix"+(s?"-"+s:""),l=e.Event(u+".bs.affix");if(this.$element.trigger(l),l.isDefaultPrevented())return;this.affixed=s,this.unpin="bottom"==s?this.getPinnedOffset():null,this.$element.removeClass(n.RESET).addClass(u).trigger(u.replace("affix","affixed")+".bs.affix")}"bottom"==s&&this.$element.offset({top:a-t-o})}};var r=e.fn.affix;e.fn.affix=t,e.fn.affix.Constructor=n,e.fn.affix.noConflict=function(){return e.fn.affix=r,this},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var n=e(this),r=n.data();r.offset=r.offset||{},null!=r.offsetBottom&&(r.offset.bottom=r.offsetBottom),null!=r.offsetTop&&(r.offset.top=r.offsetTop),t.call(n,r)})})}(jQuery)},jvtN:function(e,t,n){var r=n("VU/8")(n("Fo2E"),null,!1,null,null,null);e.exports=r.exports},mtWM:function(e,t,n){e.exports=n("tIFN")},n9ol:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={props:["url"],data:function(){return{loaded:!1,response:null}},created:function(){var e=this;axios.get(this.url).then(function(t){e.response=t,e.loaded=!0})},render:function(){return this.loaded?this.$scopedSlots.default({loading:!1,response:this.response.data}):this.$scopedSlots.default({loading:!0,response:null})}}},oJlt:function(e,t,n){"use strict";var r=n("cGG2"),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,o,a={};return e?(r.forEach(e.split("\n"),function(e){if(o=e.indexOf(":"),t=r.trim(e.substr(0,o)).toLowerCase(),n=r.trim(e.substr(o+1)),t){if(a[t]&&i.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}}),a):a}},p1b6:function(e,t,n){"use strict";var r=n("cGG2");e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,i,o,a){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},pBtG:function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},pxG4:function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},qRfI:function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},"sV/x":function(e,t,n){n("A/Xc"),n("WRGp"),window.Vue=n("I3G/"),window.axios=n("mtWM"),window.axios.defaults.headers.common={"X-CSRF-Token":window.Global.csrfToken,"X-Requested-With":"XMLHttpRequest"};var r=n("GxBP");Vue.component("fetch-data",n("ES7T")),new Vue({el:"#app",data:function(){return{user:null,messages:[],system:{updateAvailable:!1}}},mounted:function(){r(".flatpickr"),r(".flatpickr-time",{enableTime:!0})},components:{setup:n("hu2N"),dashboard:n("ChUf"),"metric-chart":n("ErNN")}})},se3Y:function(e,t,n){"use strict";function r(){}function i(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("Promise constructor's argument is not a function");this._40=0,this._65=0,this._55=null,this._72=null,e!==r&&d(e,this)}function o(e,t){for(;3===e._65;)e=e._55;if(i._37&&i._37(e),0===e._65)return 0===e._40?(e._40=1,void(e._72=t)):1===e._40?(e._40=2,void(e._72=[e._72,t])):void e._72.push(t);!function(e,t){c(function(){var n=1===e._65?t.onFulfilled:t.onRejected;if(null!==n){var r=function(e,t){try{return e(t)}catch(e){return f=e,h}}(n,e._55);r===h?s(t.promise,f):a(t.promise,r)}else 1===e._65?a(t.promise,e._55):s(t.promise,e._55)})}(e,t)}function a(e,t){if(t===e)return s(e,new TypeError("A promise cannot be resolved with itself."));if(t&&("object"==typeof t||"function"==typeof t)){var n=function(e){try{return e.then}catch(e){return f=e,h}}(t);if(n===h)return s(e,f);if(n===e.then&&t instanceof i)return e._65=3,e._55=t,void u(e);if("function"==typeof n)return void d(n.bind(t),e)}e._65=1,e._55=t,u(e)}function s(e,t){e._65=2,e._55=t,i._87&&i._87(e,t),u(e)}function u(e){if(1===e._40&&(o(e,e._72),e._72=null),2===e._40){for(var t=0;t<e._72.length;t++)o(e,e._72[t]);e._72=null}}function l(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function d(e,t){var n=!1,r=function(e,t,n){try{e(t,n)}catch(e){return f=e,h}}(e,function(e){n||(n=!0,a(t,e))},function(e){n||(n=!0,s(t,e))});n||r!==h||(n=!0,s(t,f))}var c=n("3Cgm"),f=null,h={};e.exports=i,i._37=null,i._87=null,i._61=r,i.prototype.then=function(e,t){if(this.constructor!==i)return function(e,t,n){return new e.constructor(function(a,s){var u=new i(r);u.then(a,s),o(e,new l(t,n,u))})}(this,e,t);var n=new i(r);return o(this,new l(e,t,n)),n}},t8qj:function(e,t,n){"use strict";e.exports=function(e,t,n,r,i){return e.config=t,n&&(e.code=n),e.request=r,e.response=i,e}},tIFN:function(e,t,n){"use strict";function r(e){var t=new a(e),n=o(a.prototype.request,t);return i.extend(n,a.prototype,t),i.extend(n,t),n}var i=n("cGG2"),o=n("JP+z"),a=n("XmWM"),s=n("KCLY"),u=r(s);u.Axios=a,u.create=function(e){return r(i.merge(s,e))},u.Cancel=n("dVOP"),u.CancelToken=n("cWxy"),u.isCancel=n("pBtG"),u.all=function(e){return Promise.all(e)},u.spread=n("pxG4"),e.exports=u,e.exports.default=u},tuGe:function(e,t,n){"use strict";var r=n("se3Y");e.exports=r,r.prototype.finally=function(e){return this.then(function(t){return r.resolve(e()).then(function(){return t})},function(t){return r.resolve(e()).then(function(){throw t})})}},vvBP:function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("div",{staticClass:"row"},[n("div",{staticClass:"col-xs-10"},[n("strong",[e._v("\n "+e._s(e.metric.name)+"\n\n "),e.metric.description?n("i",{staticClass:"ion ion-ios-help-outline",attrs:{"data-toggle":"tooltip","data-title":e.metric.description}}):e._e()])]),e._v(" "),n("div",{staticClass:"col-xs-2"},[n("div",{staticClass:"dropdown pull-right"},[n("a",{staticClass:"btn btn-default dropdown-toggle",attrs:{href:"javascript: void(0)","data-toggle":"dropdown"}},[n("span",{staticClass:"filter"},[e._v(e._s(e.view.title||e.metric.default_view_name))]),e._v(" "),n("span",{staticClass:"caret"})]),e._v(" "),n("ul",{staticClass:"dropdown-menu dropdown-menu-right"},[n("li",[n("a",{on:{click:function(t){return e.changeView("last_hour","Last Hour")}}},[e._v("Last Hour")])]),e._v(" "),n("li",[n("a",{on:{click:function(t){return e.changeView("today","Last 12 Hours")}}},[e._v("Last 12 Hours")])]),e._v(" "),n("li",[n("a",{on:{click:function(t){return e.changeView("week","Week")}}},[e._v("Week")])]),e._v(" "),n("li",[n("a",{on:{click:function(t){return e.changeView("month","Month")}}},[e._v("Month")])])])])])]),e._v(" "),n("div",{staticClass:"row"},[n("div",{staticClass:"col-xs-12"},[n("canvas",{attrs:{id:e.metricId,height:"160",width:"600"}})])])])},staticRenderFns:[]}},vxXX:function(e,t,n){"use strict";var r=n("se3Y");e.exports=r,r.prototype.done=function(e,t){(arguments.length?this.then.apply(this,arguments):this).then(null,function(e){setTimeout(function(){throw e},0)})}},xLtR:function(e,t,n){"use strict";function r(e){e.cancelToken&&e.cancelToken.throwIfRequested()}var i=n("cGG2"),o=n("TNV1"),a=n("pBtG"),s=n("KCLY"),u=n("dIwP"),l=n("qRfI");e.exports=function(e){return r(e),e.baseURL&&!u(e.url)&&(e.url=l(e.baseURL,e.url)),e.headers=e.headers||{},e.data=o(e.data,e.headers,e.transformRequest),e.headers=i.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),i.forEach(["delete","get","head","post","put","patch","common"],function(t){delete e.headers[t]}),(e.adapter||s.adapter)(e).then(function(t){return r(e),t.data=o(t.data,t.headers,e.transformResponse),t},function(t){return a(t)||(r(e),t&&t.response&&(t.response.data=o(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)})}},xZZD:function(e,t){},"yxZ+":function(e,t,n){var r=n("VU/8")(n("5MLK"),null,!1,null,null,null);e.exports=r.exports}},[0]),function(e,t){"use strict";"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():e.returnExports=t()}(this,function(){var e,t,n=Array,r=n.prototype,i=Object,o=i.prototype,a=Function,s=a.prototype,u=String,l=u.prototype,d=Number,c=d.prototype,f=r.slice,h=r.splice,p=r.push,m=r.unshift,_=r.concat,g=r.join,y=s.call,v=s.apply,b=Math.max,M=Math.min,w=o.toString,L="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,x=Function.prototype.toString,k=/^\s*class /,D=function(e){try{var t=x.call(e),n=t.replace(/\/\/.*\n/g,""),r=n.replace(/\/\*[.\s\S]*\*\//g,""),i=r.replace(/\n/gm," ").replace(/ {2}/g," ");return k.test(i)}catch(e){return!1}},T=function(e){try{return!D(e)&&(x.call(e),!0)}catch(e){return!1}},e=function(e){if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if(L)return T(e);if(D(e))return!1;var t=w.call(e);return"[object Function]"===t||"[object GeneratorFunction]"===t},Y=RegExp.prototype.exec,S=function(e){try{return Y.call(e),!0}catch(e){return!1}};t=function(e){return"object"==typeof e&&(L?S(e):"[object RegExp]"===w.call(e))};var C,j=String.prototype.valueOf,E=function(e){try{return j.call(e),!0}catch(e){return!1}};C=function(e){return"string"==typeof e||"object"==typeof e&&(L?E(e):"[object String]"===w.call(e))};var H=i.defineProperty&&function(){try{var e={};i.defineProperty(e,"x",{enumerable:!1,value:e});for(var t in e)return!1;return e.x===e}catch(e){return!1}}(),A=function(e){var t;return t=H?function(e,t,n,r){!r&&t in e||i.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:!0,value:n})}:function(e,t,n,r){!r&&t in e||(e[t]=n)},function(n,r,i){for(var o in r)e.call(r,o)&&t(n,o,r[o],i)}}(o.hasOwnProperty),O=function(e){var t=typeof e;return null===e||"object"!==t&&"function"!==t},P=d.isNaN||function(e){return e!==e},N={ToInteger:function(e){var t=+e;return P(t)?t=0:0!==t&&t!==1/0&&t!==-1/0&&(t=(t>0||-1)*Math.floor(Math.abs(t))),t},ToPrimitive:function(t){var n,r,i;if(O(t))return t;if(r=t.valueOf,e(r)&&(n=r.call(t),O(n)))return n;if(i=t.toString,e(i)&&(n=i.call(t),O(n)))return n;throw new TypeError},ToObject:function(e){if(null==e)throw new TypeError("can't convert "+e+" to object");return i(e)},ToUint32:function(e){return e>>>0}},I=function(){};A(s,{bind:function(t){var n=this;if(!e(n))throw new TypeError("Function.prototype.bind called on incompatible "+n);for(var r,o=f.call(arguments,1),s=function(){if(this instanceof r){var e=v.call(n,this,_.call(o,f.call(arguments)));return i(e)===e?e:this}return v.call(n,t,_.call(o,f.call(arguments)))},u=b(0,n.length-o.length),l=[],d=0;d<u;d++)p.call(l,"$"+d);return r=a("binder","return function ("+g.call(l,",")+"){ return binder.apply(this, arguments); }")(s),n.prototype&&(I.prototype=n.prototype,r.prototype=new I,I.prototype=null),r}});var R=y.bind(o.hasOwnProperty),W=y.bind(o.toString),$=y.bind(f),F=v.bind(f);if("object"==typeof document&&document&&document.documentElement)try{$(document.documentElement.childNodes)}catch(e){var z=$,q=F;$=function(e){for(var t=[],n=e.length;n-- >0;)t[n]=e[n];return q(t,z(arguments,1))},F=function(e,t){return q($(e),t)}}var B=y.bind(l.slice),U=y.bind(l.split),V=y.bind(l.indexOf),J=y.bind(p),G=y.bind(o.propertyIsEnumerable),X=y.bind(r.sort),K=n.isArray||function(e){return"[object Array]"===W(e)},Q=1!==[].unshift(0);A(r,{unshift:function(){return m.apply(this,arguments),this.length}},Q),A(n,{isArray:K});var Z=i("a"),ee="a"!==Z[0]||!(0 in Z),te=function(e){var t=!0,n=!0,r=!1;if(e)try{e.call("foo",function(e,n,r){"object"!=typeof r&&(t=!1)}),e.call([1],function(){"use strict";n="string"==typeof this},"x")}catch(e){r=!0}return!!e&&!r&&t&&n};A(r,{forEach:function(t){var n,r=N.ToObject(this),i=ee&&C(this)?U(this,""):r,o=-1,a=N.ToUint32(i.length);if(arguments.length>1&&(n=arguments[1]),!e(t))throw new TypeError("Array.prototype.forEach callback must be a function");for(;++o<a;)o in i&&(void 0===n?t(i[o],o,r):t.call(n,i[o],o,r))}},!te(r.forEach)),A(r,{map:function(t){var r,i=N.ToObject(this),o=ee&&C(this)?U(this,""):i,a=N.ToUint32(o.length),s=n(a);if(arguments.length>1&&(r=arguments[1]),!e(t))throw new TypeError("Array.prototype.map callback must be a function");for(var u=0;u<a;u++)u in o&&(s[u]=void 0===r?t(o[u],u,i):t.call(r,o[u],u,i));return s}},!te(r.map)),A(r,{filter:function(t){var n,r,i=N.ToObject(this),o=ee&&C(this)?U(this,""):i,a=N.ToUint32(o.length),s=[];if(arguments.length>1&&(r=arguments[1]),!e(t))throw new TypeError("Array.prototype.filter callback must be a function");for(var u=0;u<a;u++)u in o&&(n=o[u],(void 0===r?t(n,u,i):t.call(r,n,u,i))&&J(s,n));return s}},!te(r.filter)),A(r,{every:function(t){var n,r=N.ToObject(this),i=ee&&C(this)?U(this,""):r,o=N.ToUint32(i.length);if(arguments.length>1&&(n=arguments[1]),!e(t))throw new TypeError("Array.prototype.every callback must be a function");for(var a=0;a<o;a++)if(a in i&&!(void 0===n?t(i[a],a,r):t.call(n,i[a],a,r)))return!1;return!0}},!te(r.every)),A(r,{some:function(t){var n,r=N.ToObject(this),i=ee&&C(this)?U(this,""):r,o=N.ToUint32(i.length);if(arguments.length>1&&(n=arguments[1]),!e(t))throw new TypeError("Array.prototype.some callback must be a function");for(var a=0;a<o;a++)if(a in i&&(void 0===n?t(i[a],a,r):t.call(n,i[a],a,r)))return!0;return!1}},!te(r.some));var ne=!1;r.reduce&&(ne="object"==typeof r.reduce.call("es5",function(e,t,n,r){return r})),A(r,{reduce:function(t){var n=N.ToObject(this),r=ee&&C(this)?U(this,""):n,i=N.ToUint32(r.length);if(!e(t))throw new TypeError("Array.prototype.reduce callback must be a function");if(0===i&&1===arguments.length)throw new TypeError("reduce of empty array with no initial value");var o,a=0;if(arguments.length>=2)o=arguments[1];else for(;;){if(a in r){o=r[a++];break}if(++a>=i)throw new TypeError("reduce of empty array with no initial value")}for(;a<i;a++)a in r&&(o=t(o,r[a],a,n));return o}},!ne);var re=!1;r.reduceRight&&(re="object"==typeof r.reduceRight.call("es5",function(e,t,n,r){return r})),A(r,{reduceRight:function(t){var n=N.ToObject(this),r=ee&&C(this)?U(this,""):n,i=N.ToUint32(r.length);if(!e(t))throw new TypeError("Array.prototype.reduceRight callback must be a function");if(0===i&&1===arguments.length)throw new TypeError("reduceRight of empty array with no initial value");var o,a=i-1;if(arguments.length>=2)o=arguments[1];else for(;;){if(a in r){o=r[a--];break}if(--a<0)throw new TypeError("reduceRight of empty array with no initial value")}if(a<0)return o;do{a in r&&(o=t(o,r[a],a,n))}while(a--);return o}},!re);var ie=r.indexOf&&-1!==[0,1].indexOf(1,2);A(r,{indexOf:function(e){var t=ee&&C(this)?U(this,""):N.ToObject(this),n=N.ToUint32(t.length);if(0===n)return-1;var r=0;for(arguments.length>1&&(r=N.ToInteger(arguments[1])),r=r>=0?r:b(0,n+r);r<n;r++)if(r in t&&t[r]===e)return r;return-1}},ie);var oe=r.lastIndexOf&&-1!==[0,1].lastIndexOf(0,-3);A(r,{lastIndexOf:function(e){var t=ee&&C(this)?U(this,""):N.ToObject(this),n=N.ToUint32(t.length);if(0===n)return-1;var r=n-1;for(arguments.length>1&&(r=M(r,N.ToInteger(arguments[1]))),r=r>=0?r:n-Math.abs(r);r>=0;r--)if(r in t&&e===t[r])return r;return-1}},oe);var ae=function(){var e=[1,2],t=e.splice();return 2===e.length&&K(t)&&0===t.length}();A(r,{splice:function(e,t){return 0===arguments.length?[]:h.apply(this,arguments)}},!ae);var se=function(){var e={};return r.splice.call(e,0,0,1),1===e.length}();A(r,{splice:function(e,t){if(0===arguments.length)return[];var n=arguments;return this.length=b(N.ToInteger(this.length),0),arguments.length>0&&"number"!=typeof t&&(n=$(arguments),n.length<2?J(n,this.length-e):n[1]=N.ToInteger(t)),h.apply(this,n)}},!se);var ue=function(){var e=new n(1e5);return e[8]="x",e.splice(1,1),7===e.indexOf("x")}(),le=function(){var e=[];return e[256]="a",e.splice(257,0,"b"),"a"===e[256]}();A(r,{splice:function(e,t){for(var n,r=N.ToObject(this),i=[],o=N.ToUint32(r.length),a=N.ToInteger(e),s=a<0?b(o+a,0):M(a,o),l=M(b(N.ToInteger(t),0),o-s),d=0;d<l;)n=u(s+d),R(r,n)&&(i[d]=r[n]),d+=1;var c,f=$(arguments,2),h=f.length;if(h<l){d=s;for(var p=o-l;d<p;)n=u(d+l),c=u(d+h),R(r,n)?r[c]=r[n]:delete r[c],d+=1;d=o;for(var m=o-l+h;d>m;)delete r[d-1],d-=1}else if(h>l)for(d=o-l;d>s;)n=u(d+l-1),c=u(d+h-1),R(r,n)?r[c]=r[n]:delete r[c],d-=1;d=s;for(var _=0;_<f.length;++_)r[d]=f[_],d+=1;return r.length=o-l+h,i}},!ue||!le);var de,ce=r.join;try{de="1,2,3"!==Array.prototype.join.call("123",",")}catch(e){de=!0}de&&A(r,{join:function(e){var t=void 0===e?",":e;return ce.call(C(this)?U(this,""):this,t)}},de);var fe="1,2"!==[1,2].join(void 0);fe&&A(r,{join:function(e){var t=void 0===e?",":e;return ce.call(this,t)}},fe);var he=function(e){for(var t=N.ToObject(this),n=N.ToUint32(t.length),r=0;r<arguments.length;)t[n+r]=arguments[r],r+=1;return t.length=n+r,n+r},pe=function(){var e={};return 1!==Array.prototype.push.call(e,void 0)||1!==e.length||void 0!==e[0]||!R(e,0)}();A(r,{push:function(e){return K(this)?p.apply(this,arguments):he.apply(this,arguments)}},pe);var me=function(){var e=[];return 1!==e.push(void 0)||1!==e.length||void 0!==e[0]||!R(e,0)}();A(r,{push:he},me),A(r,{slice:function(e,t){var n=C(this)?U(this,""):this;return F(n,arguments)}},ee);var _e=function(){try{[1,2].sort(null)}catch(e){try{[1,2].sort({})}catch(e){return!1}}return!0}(),ge=function(){try{return[1,2].sort(/a/),!1}catch(e){}return!0}(),ye=function(){try{return[1,2].sort(void 0),!0}catch(e){}return!1}();A(r,{sort:function(t){if(void 0===t)return X(this);if(!e(t))throw new TypeError("Array.prototype.sort callback must be a function");return X(this,t)}},_e||!ye||!ge);var ve=!G({toString:null},"toString"),be=G(function(){},"prototype"),Me=!R("x","0"),we=function(e){var t=e.constructor;return t&&t.prototype===e},Le={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0,$width:!0,$height:!0,$top:!0,$localStorage:!0},xe=function(){if("undefined"==typeof window)return!1;for(var e in window)try{!Le["$"+e]&&R(window,e)&&null!==window[e]&&"object"==typeof window[e]&&we(window[e])}catch(e){return!0}return!1}(),ke=function(e){if("undefined"==typeof window||!xe)return we(e);try{return we(e)}catch(e){return!1}},De=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],Te=De.length,Ye=function(e){return"[object Arguments]"===W(e)},Se=function(t){return null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&!K(t)&&e(t.callee)},Ce=Ye(arguments)?Ye:Se;A(i,{keys:function(t){var n=e(t),r=Ce(t),i=null!==t&&"object"==typeof t,o=i&&C(t);if(!i&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var a=[],s=be&&n;if(o&&Me||r)for(var l=0;l<t.length;++l)J(a,u(l));if(!r)for(var d in t)s&&"prototype"===d||!R(t,d)||J(a,u(d));if(ve)for(var c=ke(t),f=0;f<Te;f++){var h=De[f];c&&"constructor"===h||!R(t,h)||J(a,h)}return a}});var je=i.keys&&function(){return 2===i.keys(arguments).length}(1,2),Ee=i.keys&&function(){var e=i.keys(arguments);return 1!==arguments.length||1!==e.length||1!==e[0]}(1),He=i.keys;A(i,{keys:function(e){return He(Ce(e)?$(e):e)}},!je||Ee);var Ae,Oe,Pe=0!==new Date(-0xc782b5b342b24).getUTCMonth(),Ne=new Date(-0x55d318d56a724),Ie=new Date(14496624e5),Re="Mon, 01 Jan -45875 11:59:59 GMT"!==Ne.toUTCString();Ne.getTimezoneOffset()<-720?(Ae="Tue Jan 02 -45875"!==Ne.toDateString(),Oe=!/^Thu Dec 10 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Ie))):(Ae="Mon Jan 01 -45875"!==Ne.toDateString(),Oe=!/^Wed Dec 09 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Ie)));var We=y.bind(Date.prototype.getFullYear),$e=y.bind(Date.prototype.getMonth),Fe=y.bind(Date.prototype.getDate),ze=y.bind(Date.prototype.getUTCFullYear),qe=y.bind(Date.prototype.getUTCMonth),Be=y.bind(Date.prototype.getUTCDate),Ue=y.bind(Date.prototype.getUTCDay),Ve=y.bind(Date.prototype.getUTCHours),Je=y.bind(Date.prototype.getUTCMinutes),Ge=y.bind(Date.prototype.getUTCSeconds),Xe=y.bind(Date.prototype.getUTCMilliseconds),Ke=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],Qe=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Ze=function(e,t){return Fe(new Date(t,e,0))};A(Date.prototype,{getFullYear:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=We(this);return e<0&&$e(this)>11?e+1:e},getMonth:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=We(this),t=$e(this);return e<0&&t>11?0:t},getDate:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=We(this),t=$e(this),n=Fe(this);if(e<0&&t>11){if(12===t)return n;return Ze(0,e+1)-n+1}return n},getUTCFullYear:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=ze(this);return e<0&&qe(this)>11?e+1:e},getUTCMonth:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.")
;var e=ze(this),t=qe(this);return e<0&&t>11?0:t},getUTCDate:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=ze(this),t=qe(this),n=Be(this);if(e<0&&t>11){if(12===t)return n;return Ze(0,e+1)-n+1}return n}},Pe),A(Date.prototype,{toUTCString:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=Ue(this),t=Be(this),n=qe(this),r=ze(this),i=Ve(this),o=Je(this),a=Ge(this);return Ke[e]+", "+(t<10?"0"+t:t)+" "+Qe[n]+" "+r+" "+(i<10?"0"+i:i)+":"+(o<10?"0"+o:o)+":"+(a<10?"0"+a:a)+" GMT"}},Pe||Re),A(Date.prototype,{toDateString:function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=this.getDay(),t=this.getDate(),n=this.getMonth(),r=this.getFullYear();return Ke[e]+" "+Qe[n]+" "+(t<10?"0"+t:t)+" "+r}},Pe||Ae),(Pe||Oe)&&(Date.prototype.toString=function(){if(!(this&&this instanceof Date))throw new TypeError("this is not a Date object.");var e=this.getDay(),t=this.getDate(),n=this.getMonth(),r=this.getFullYear(),i=this.getHours(),o=this.getMinutes(),a=this.getSeconds(),s=this.getTimezoneOffset(),u=Math.floor(Math.abs(s)/60),l=Math.floor(Math.abs(s)%60);return Ke[e]+" "+Qe[n]+" "+(t<10?"0"+t:t)+" "+r+" "+(i<10?"0"+i:i)+":"+(o<10?"0"+o:o)+":"+(a<10?"0"+a:a)+" GMT"+(s>0?"-":"+")+(u<10?"0"+u:u)+(l<10?"0"+l:l)},H&&i.defineProperty(Date.prototype,"toString",{configurable:!0,enumerable:!1,writable:!0}));var et=Date.prototype.toISOString&&-1===new Date(-621987552e5).toISOString().indexOf("-000001"),tt=Date.prototype.toISOString&&"1969-12-31T23:59:59.999Z"!==new Date(-1).toISOString(),nt=y.bind(Date.prototype.getTime);A(Date.prototype,{toISOString:function(){if(!isFinite(this)||!isFinite(nt(this)))throw new RangeError("Date.prototype.toISOString called on non-finite value.");var e=ze(this),t=qe(this);e+=Math.floor(t/12),t=(t%12+12)%12;var n=[t+1,Be(this),Ve(this),Je(this),Ge(this)];e=(e<0?"-":e>9999?"+":"")+B("00000"+Math.abs(e),0<=e&&e<=9999?-4:-6);for(var r=0;r<n.length;++r)n[r]=B("00"+n[r],-2);return e+"-"+$(n,0,2).join("-")+"T"+$(n,2).join(":")+"."+B("000"+Xe(this),-3)+"Z"}},et||tt),function(){try{return Date.prototype.toJSON&&null===new Date(NaN).toJSON()&&-1!==new Date(-621987552e5).toJSON().indexOf("-000001")&&Date.prototype.toJSON.call({toISOString:function(){return!0}})}catch(e){return!1}}()||(Date.prototype.toJSON=function(t){var n=i(this),r=N.ToPrimitive(n);if("number"==typeof r&&!isFinite(r))return null;var o=n.toISOString;if(!e(o))throw new TypeError("toISOString property is not callable");return o.call(n)});var rt=1e15===Date.parse("+033658-09-27T01:46:40.000Z"),it=!isNaN(Date.parse("2012-04-04T24:00:00.500Z"))||!isNaN(Date.parse("2012-11-31T23:59:59.000Z"))||!isNaN(Date.parse("2012-12-31T23:59:60.000Z"));if(isNaN(Date.parse("2000-01-01T00:00:00.000Z"))||it||!rt){var ot=Math.pow(2,31)-1,at=P(new Date(1970,0,1,0,0,0,ot+1).getTime());Date=function(e){var t=function(n,r,i,o,a,s,l){var d,c=arguments.length;if(this instanceof e){var f=s,h=l;if(at&&c>=7&&l>ot){var p=Math.floor(l/ot)*ot,m=Math.floor(p/1e3);f+=m,h-=1e3*m}d=1===c&&u(n)===n?new e(t.parse(n)):c>=7?new e(n,r,i,o,a,f,h):c>=6?new e(n,r,i,o,a,f):c>=5?new e(n,r,i,o,a):c>=4?new e(n,r,i,o):c>=3?new e(n,r,i):c>=2?new e(n,r):c>=1?new e(n instanceof e?+n:n):new e}else d=e.apply(this,arguments);return O(d)||A(d,{constructor:t},!0),d},n=new RegExp("^(\\d{4}|[+-]\\d{6})(?:-(\\d{2})(?:-(\\d{2})(?:T(\\d{2}):(\\d{2})(?::(\\d{2})(?:(\\.\\d{1,}))?)?(Z|(?:([-+])(\\d{2}):(\\d{2})))?)?)?)?$"),r=[0,31,59,90,120,151,181,212,243,273,304,334,365],i=function(e,t){var n=t>1?1:0;return r[t]+Math.floor((e-1969+n)/4)-Math.floor((e-1901+n)/100)+Math.floor((e-1601+n)/400)+365*(e-1970)},o=function(t){var n=0,r=t;if(at&&r>ot){var i=Math.floor(r/ot)*ot,o=Math.floor(i/1e3);n+=o,r-=1e3*o}return d(new e(1970,0,1,0,0,n,r))};for(var a in e)R(e,a)&&(t[a]=e[a]);return A(t,{now:e.now,UTC:e.UTC},!0),t.prototype=e.prototype,A(t.prototype,{constructor:t},!0),A(t,{parse:function(t){var r=n.exec(t);if(r){var a,s=d(r[1]),u=d(r[2]||1)-1,l=d(r[3]||1)-1,c=d(r[4]||0),f=d(r[5]||0),h=d(r[6]||0),p=Math.floor(1e3*d(r[7]||0)),m=Boolean(r[4]&&!r[8]),_="-"===r[9]?1:-1,g=d(r[10]||0),y=d(r[11]||0);return c<(f>0||h>0||p>0?24:25)&&f<60&&h<60&&p<1e3&&u>-1&&u<12&&g<24&&y<60&&l>-1&&l<i(s,u+1)-i(s,u)&&(a=60*(24*(i(s,u)+l)+c+g*_),a=1e3*(60*(a+f+y*_)+h)+p,m&&(a=o(a)),-864e13<=a&&a<=864e13)?a:NaN}return e.parse.apply(this,arguments)}}),t}(Date)}Date.now||(Date.now=function(){return(new Date).getTime()});var st=c.toFixed&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0)),ut={base:1e7,size:6,data:[0,0,0,0,0,0],multiply:function(e,t){for(var n=-1,r=t;++n<ut.size;)r+=e*ut.data[n],ut.data[n]=r%ut.base,r=Math.floor(r/ut.base)},divide:function(e){for(var t=ut.size,n=0;--t>=0;)n+=ut.data[t],ut.data[t]=Math.floor(n/e),n=n%e*ut.base},numToString:function(){for(var e=ut.size,t="";--e>=0;)if(""!==t||0===e||0!==ut.data[e]){var n=u(ut.data[e]);""===t?t=n:t+=B("0000000",0,7-n.length)+n}return t},pow:function e(t,n,r){return 0===n?r:n%2==1?e(t,n-1,r*t):e(t*t,n/2,r)},log:function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}};A(c,{toFixed:function(e){var t,n,r,i,o,a,s,l;if(t=d(e),(t=P(t)?0:Math.floor(t))<0||t>20)throw new RangeError("Number.toFixed called with invalid number of decimals");if(n=d(this),P(n))return"NaN";if(n<=-1e21||n>=1e21)return u(n);if(r="",n<0&&(r="-",n=-n),i="0",n>1e-21)if(o=ut.log(n*ut.pow(2,69,1))-69,a=o<0?n*ut.pow(2,-o,1):n/ut.pow(2,o,1),a*=4503599627370496,(o=52-o)>0){for(ut.multiply(0,a),s=t;s>=7;)ut.multiply(1e7,0),s-=7;for(ut.multiply(ut.pow(10,s,1),0),s=o-1;s>=23;)ut.divide(1<<23),s-=23;ut.divide(1<<s),ut.multiply(1,1),ut.divide(2),i=ut.numToString()}else ut.multiply(0,a),ut.multiply(1<<-o,0),i=ut.numToString()+B("0.00000000000000000000",2,2+t);return t>0?(l=i.length,i=l<=t?r+B("0.0000000000000000000",0,t-l+2)+i:r+B(i,0,l-t)+"."+B(i,l-t)):i=r+i,i}},st);var lt=function(){try{return"1"===1..toPrecision(void 0)}catch(e){return!0}}(),dt=c.toPrecision;A(c,{toPrecision:function(e){return void 0===e?dt.call(this):dt.call(this,e)}},lt),2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||"t"==="tesst".split(/(s)*/)[1]||4!=="test".split(/(?:)/,-1).length||"".split(/.?/).length||".".split(/()()/).length>1?function(){var e=void 0===/()??/.exec("")[1],n=Math.pow(2,32)-1;l.split=function(r,i){var o=String(this);if(void 0===r&&0===i)return[];if(!t(r))return U(this,r,i);var a,s,u,l,d=[],c=(r.ignoreCase?"i":"")+(r.multiline?"m":"")+(r.unicode?"u":"")+(r.sticky?"y":""),f=0,h=new RegExp(r.source,c+"g");e||(a=new RegExp("^"+h.source+"$(?!\\s)",c));var m=void 0===i?n:N.ToUint32(i);for(s=h.exec(o);s&&!((u=s.index+s[0].length)>f&&(J(d,B(o,f,s.index)),!e&&s.length>1&&s[0].replace(a,function(){for(var e=1;e<arguments.length-2;e++)void 0===arguments[e]&&(s[e]=void 0)}),s.length>1&&s.index<o.length&&p.apply(d,$(s,1)),l=s[0].length,f=u,d.length>=m));)h.lastIndex===s.index&&h.lastIndex++,s=h.exec(o);return f===o.length?!l&&h.test("")||J(d,""):J(d,B(o,f)),d.length>m?$(d,0,m):d}}():"0".split(void 0,0).length&&(l.split=function(e,t){return void 0===e&&0===t?[]:U(this,e,t)});var ct=l.replace;(function(){var e=[];return"x".replace(/x(.)?/g,function(t,n){J(e,n)}),1===e.length&&void 0===e[0]})()||(l.replace=function(n,r){var i=e(r),o=t(n)&&/\)[*?]/.test(n.source);if(i&&o){var a=function(e){var t=arguments.length,i=n.lastIndex;n.lastIndex=0;var o=n.exec(e)||[];return n.lastIndex=i,J(o,arguments[t-2],arguments[t-1]),r.apply(this,o)};return ct.call(this,n,a)}return ct.call(this,n,r)});var ft=l.substr,ht="".substr&&"b"!=="0b".substr(-1);A(l,{substr:function(e,t){var n=e;return e<0&&(n=b(this.length+e,0)),ft.call(this,n,t)}},ht);var pt="\t\n\v\f\r    \u2028\u2029\ufeff",mt="",_t="["+pt+"]",gt=new RegExp("^"+_t+_t+"*"),yt=new RegExp(_t+_t+"*$"),vt=l.trim&&(pt.trim()||!mt.trim());A(l,{trim:function(){if(void 0===this||null===this)throw new TypeError("can't convert "+this+" to object");return u(this).replace(gt,"").replace(yt,"")}},vt);var bt=y.bind(String.prototype.trim),Mt=l.lastIndexOf&&-1!=="abcあい".lastIndexOf("あい",2);A(l,{lastIndexOf:function(e){if(void 0===this||null===this)throw new TypeError("can't convert "+this+" to object");for(var t=u(this),n=u(e),r=arguments.length>1?d(arguments[1]):NaN,i=P(r)?1/0:N.ToInteger(r),o=M(b(i,0),t.length),a=n.length,s=o+a;s>0;){s=b(0,s-a);var l=V(B(t,s,o+a),n);if(-1!==l)return s+l}return-1}},Mt);var wt=l.lastIndexOf;if(A(l,{lastIndexOf:function(e){return wt.apply(this,arguments)}},1!==l.lastIndexOf.length),8===parseInt(pt+"08")&&22===parseInt(pt+"0x16")||(parseInt=function(e){var t=/^[-+]?0[xX]/;return function(n,r){var i=bt(String(n)),o=d(r)||(t.test(i)?16:10);return e(i,o)}}(parseInt)),1/parseFloat("-0")!=-1/0&&(parseFloat=function(e){return function(t){var n=bt(String(t)),r=e(n);return 0===r&&"-"===B(n,0,1)?-0:r}}(parseFloat)),"RangeError: test"!==String(new RangeError("test"))){var Lt=function(){if(void 0===this||null===this)throw new TypeError("can't convert "+this+" to object");var e=this.name;void 0===e?e="Error":"string"!=typeof e&&(e=u(e));var t=this.message;return void 0===t?t="":"string"!=typeof t&&(t=u(t)),e?t?e+": "+t:e:t};Error.prototype.toString=Lt}if(H){var xt=function(e,t){if(G(e,t)){var n=Object.getOwnPropertyDescriptor(e,t);n.configurable&&(n.enumerable=!1,Object.defineProperty(e,t,n))}};xt(Error.prototype,"message"),""!==Error.prototype.message&&(Error.prototype.message=""),xt(Error.prototype,"name")}if("/a/gim"!==String(/a/gim)){var kt=function(){var e="/"+this.source+"/";return this.global&&(e+="g"),this.ignoreCase&&(e+="i"),this.multiline&&(e+="m"),e};RegExp.prototype.toString=kt}}),function(e,t){"use strict";"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():e.returnExports=t()}(this,function(){var e,t,n,r,i=Function.call,o=Object.prototype,a=i.bind(o.hasOwnProperty),s=i.bind(o.propertyIsEnumerable),u=i.bind(o.toString),l=a(o,"__defineGetter__");l&&(e=i.bind(o.__defineGetter__),t=i.bind(o.__defineSetter__),n=i.bind(o.__lookupGetter__),r=i.bind(o.__lookupSetter__));var d=function(e){return null==e||"object"!=typeof e&&"function"!=typeof e};Object.getPrototypeOf||(Object.getPrototypeOf=function(e){var t=e.__proto__;return t||null===t?t:"[object Function]"===u(e.constructor)?e.constructor.prototype:e instanceof Object?o:null});var c=function(e){try{return e.sentinel=0,0===Object.getOwnPropertyDescriptor(e,"sentinel").value}catch(e){return!1}};if(Object.defineProperty){var f=c({});if(!("undefined"==typeof document||c(document.createElement("div")))||!f)var h=Object.getOwnPropertyDescriptor}if(!Object.getOwnPropertyDescriptor||h){Object.getOwnPropertyDescriptor=function(e,t){if(d(e))throw new TypeError("Object.getOwnPropertyDescriptor called on a non-object: "+e);if(h)try{return h.call(Object,e,t)}catch(e){}var i;if(!a(e,t))return i;if(i={enumerable:s(e,t),configurable:!0},l){var u=e.__proto__,c=e!==o;c&&(e.__proto__=o);var f=n(e,t),p=r(e,t);if(c&&(e.__proto__=u),f||p)return f&&(i.get=f),p&&(i.set=p),i}return i.value=e[t],i.writable=!0,i}}if(Object.getOwnPropertyNames||(Object.getOwnPropertyNames=function(e){return Object.keys(e)}),!Object.create){var p,m=!({__proto__:null}instanceof Object),_=function(){if(!document.domain)return!1;try{return!!new ActiveXObject("htmlfile")}catch(e){return!1}},g=function(){var e,t;t=new ActiveXObject("htmlfile");return t.write("<script><\/script>"),t.close(),e=t.parentWindow.Object.prototype,t=null,e},y=function(){var e,t=document.createElement("iframe"),n=document.body||document.documentElement;return t.style.display="none",n.appendChild(t),t.src="javascript:",e=t.contentWindow.Object.prototype,n.removeChild(t),t=null,e};p=m||"undefined"==typeof document?function(){return{__proto__:null}}:function(){var e=_()?g():y();delete e.constructor,delete e.hasOwnProperty,delete e.propertyIsEnumerable,delete e.isPrototypeOf,delete e.toLocaleString,delete e.toString,delete e.valueOf;var t=function(){};return t.prototype=e,p=function(){return new t},new t},Object.create=function(e,t){var n,r=function(){};if(null===e)n=p();else{if(null!==e&&d(e))throw new TypeError("Object prototype may only be an Object or null");r.prototype=e,n=new r,n.__proto__=e}return void 0!==t&&Object.defineProperties(n,t),n}}var v=function(e){try{return Object.defineProperty(e,"sentinel",{}),"sentinel"in e}catch(e){return!1}};if(Object.defineProperty){var b=v({}),M="undefined"==typeof document||v(document.createElement("div"));if(!b||!M)var w=Object.defineProperty,L=Object.defineProperties}if(!Object.defineProperty||w){Object.defineProperty=function(i,a,s){if(d(i))throw new TypeError("Object.defineProperty called on non-object: "+i);if(d(s))throw new TypeError("Property description must be an object: "+s);if(w)try{return w.call(Object,i,a,s)}catch(e){}if("value"in s)if(l&&(n(i,a)||r(i,a))){var u=i.__proto__;i.__proto__=o,delete i[a],i[a]=s.value,i.__proto__=u}else i[a]=s.value;else{var c="get"in s,f="set"in s;if(!l&&(c||f))throw new TypeError("getters & setters can not be defined on this javascript engine");c&&e(i,a,s.get),f&&t(i,a,s.set)}return i}}Object.defineProperties&&!L||(Object.defineProperties=function(e,t){if(L)try{return L.call(Object,e,t)}catch(e){}return Object.keys(t).forEach(function(n){"__proto__"!==n&&Object.defineProperty(e,n,t[n])}),e}),Object.seal||(Object.seal=function(e){if(Object(e)!==e)throw new TypeError("Object.seal can only be called on Objects.");return e}),Object.freeze||(Object.freeze=function(e){if(Object(e)!==e)throw new TypeError("Object.freeze can only be called on Objects.");return e});try{Object.freeze(function(){})}catch(e){Object.freeze=function(e){return function(t){return"function"==typeof t?t:e(t)}}(Object.freeze)}Object.preventExtensions||(Object.preventExtensions=function(e){if(Object(e)!==e)throw new TypeError("Object.preventExtensions can only be called on Objects.");return e}),Object.isSealed||(Object.isSealed=function(e){if(Object(e)!==e)throw new TypeError("Object.isSealed can only be called on Objects.");return!1}),Object.isFrozen||(Object.isFrozen=function(e){if(Object(e)!==e)throw new TypeError("Object.isFrozen can only be called on Objects.");return!1}),Object.isExtensible||(Object.isExtensible=function(e){if(Object(e)!==e)throw new TypeError("Object.isExtensible can only be called on Objects.");for(var t="";a(e,t);)t+="?";e[t]=!0;var n=a(e,t);return delete e[t],n})}),function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";function n(e,t,n){var r,i,o=(n=n||Q).createElement("script");if(o.text=e,t)for(r in fe)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function r(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ie[oe.call(e)]||"object":typeof e}function i(e){var t=!!e&&"length"in e&&e.length,n=r(e);return!de(e)&&!ce(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}function o(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function a(e,t,n){return de(t)?pe.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?pe.grep(e,function(e){return e===t!==n}):"string"!=typeof t?pe.grep(e,function(e){return-1<re.call(t,e)!==n}):pe.filter(t,e,n)}function s(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function u(e){return e}function l(e){throw e}function d(e,t,n,r){var i;try{e&&de(i=e.promise)?i.call(e).done(t).fail(n):e&&de(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}function c(){Q.removeEventListener("DOMContentLoaded",c),e.removeEventListener("load",c),pe.ready()}function f(e,t){return t.toUpperCase()}function h(e){return e.replace(Se,"ms-").replace(Ce,f)}function p(){this.expando=pe.expando+p.uid++}function m(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Oe,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:Ae.test(i)?JSON.parse(i):i)}catch(e){}He.set(e,t,n)}else n=void 0;return n}function _(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return pe.css(e,t,"")},u=s(),l=n&&n[3]||(pe.cssNumber[t]?"":"px"),d=e.nodeType&&(pe.cssNumber[t]||"px"!==l&&+u)&&Ne.exec(pe.css(e,t));if(d&&d[3]!==l){for(u/=2,l=l||d[3],d=+u||1;a--;)pe.style(e,t,d+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),d/=o;d*=2,pe.style(e,t,d+l),n=n||[]}return n&&(d=+d||+u||0,i=n[1]?d+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=d,r.end=i)),i}function g(e,t){for(var n,r,i,o,a,s,u,l=[],d=0,c=e.length;d<c;d++)(r=e[d]).style&&(n=r.style.display,t?("none"===n&&(l[d]=Ee.get(r,"display")||null,l[d]||(r.style.display="")),""===r.style.display&&Fe(r)&&(l[d]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=qe[s])||(o=a.body.appendChild(a.createElement(s)),u=pe.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),qe[s]=u)))):"none"!==n&&(l[d]="none",Ee.set(r,"display",n)));for(d=0;d<c;d++)null!=l[d]&&(e[d].style.display=l[d]);return e}function y(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&o(e,t)?pe.merge([e],n):n}function v(e,t){for(var n=0,r=e.length;n<r;n++)Ee.set(e[n],"globalEval",!t||Ee.get(t[n],"globalEval"))}function b(e,t,n,i,o){for(var a,s,u,l,d,c,f=t.createDocumentFragment(),h=[],p=0,m=e.length;p<m;p++)if((a=e[p])||0===a)if("object"===r(a))pe.merge(h,a.nodeType?[a]:a);else if(Ke.test(a)){for(s=s||f.appendChild(t.createElement("div")),u=(Ue.exec(a)||["",""])[1].toLowerCase(),l=Je[u]||Je._default,s.innerHTML=l[1]+pe.htmlPrefilter(a)+l[2],c=l[0];c--;)s=s.lastChild;pe.merge(h,s.childNodes),(s=f.firstChild).textContent=""}else h.push(t.createTextNode(a));for(f.textContent="",p=0;a=h[p++];)if(i&&-1<pe.inArray(a,i))o&&o.push(a);else if(d=We(a),s=y(f.appendChild(a),"script"),d&&v(s),n)for(c=0;a=s[c++];)Ve.test(a.type||"")&&n.push(a);return f}function M(){return!0}function w(){return!1}function L(e,t){return e===function(){try{return Q.activeElement}catch(e){}}()==("focus"===t)}function x(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)x(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=w;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return pe().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=pe.guid++)),e.each(function(){pe.event.add(this,t,i,r,n)})}function k(e,t,n){n?(Ee.set(e,t,!1),pe.event.add(e,t,{namespace:!1,handler:function(e){var r,i,o=Ee.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(pe.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=ee.call(arguments),Ee.set(this,t,o),r=n(this,t),this[t](),o!==(i=Ee.get(this,t))||r?Ee.set(this,t,!1):i={},o!==i)return e.stopImmediatePropagation(),e.preventDefault(),i.value}else o.length&&(Ee.set(this,t,{value:pe.event.trigger(pe.extend(o[0],pe.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Ee.get(e,t)&&pe.event.add(e,t,M)}function D(e,t){return o(e,"table")&&o(11!==t.nodeType?t:t.firstChild,"tr")&&pe(e).children("tbody")[0]||e}function T(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Y(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function S(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Ee.hasData(e)&&(o=Ee.access(e),a=Ee.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n<r;n++)pe.event.add(t,i,l[i][n]);He.hasData(e)&&(s=He.access(e),u=pe.extend({},s),He.set(t,u))}}function C(e,t,r,i){t=te.apply([],t);var o,a,s,u,l,d,c=0,f=e.length,h=f-1,p=t[0],m=de(p);if(m||1<f&&"string"==typeof p&&!le.checkClone&&rt.test(p))return e.each(function(n){var o=e.eq(n);m&&(t[0]=p.call(this,n,o.html())),C(o,t,r,i)});if(f&&(a=(o=b(t,e[0].ownerDocument,!1,e,i)).firstChild,1===o.childNodes.length&&(o=a),a||i)){for(u=(s=pe.map(y(o,"script"),T)).length;c<f;c++)l=o,c!==h&&(l=pe.clone(l,!0,!0),u&&pe.merge(s,y(l,"script"))),r.call(e[c],l,c);if(u)for(d=s[s.length-1].ownerDocument,pe.map(s,Y),c=0;c<u;c++)l=s[c],Ve.test(l.type||"")&&!Ee.access(l,"globalEval")&&pe.contains(d,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?pe._evalUrl&&!l.noModule&&pe._evalUrl(l.src,{nonce:l.nonce||l.getAttribute("nonce")}):n(l.textContent.replace(it,""),l,d))}return e}function j(e,t,n){for(var r,i=t?pe.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||pe.cleanData(y(r)),r.parentNode&&(n&&We(r)&&v(y(r,"script")),r.parentNode.removeChild(r));return e}function E(e,t,n){var r,i,o,a,s=e.style;return(n=n||at(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||We(e)||(a=pe.style(e,t)),!le.pixelBoxStyles()&&ot.test(a)&&st.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 H(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}function A(e){return pe.cssProps[e]||dt[e]||(e in lt?e:dt[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=ut.length;n--;)if((e=ut[n]+t)in lt)return e}(e)||e)}function O(e,t,n){var r=Ne.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function P(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=pe.css(e,n+Ie[a],!0,i)),r?("content"===n&&(u-=pe.css(e,"padding"+Ie[a],!0,i)),"margin"!==n&&(u-=pe.css(e,"border"+Ie[a]+"Width",!0,i))):(u+=pe.css(e,"padding"+Ie[a],!0,i),"padding"!==n?u+=pe.css(e,"border"+Ie[a]+"Width",!0,i):s+=pe.css(e,"border"+Ie[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function N(e,t,n){var r=at(e),i=(!le.boxSizingReliable()||n)&&"border-box"===pe.css(e,"boxSizing",!1,r),o=i,a=E(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(ot.test(a)){if(!n)return a;a="auto"}return(!le.boxSizingReliable()&&i||"auto"===a||!parseFloat(a)&&"inline"===pe.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===pe.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+P(e,t,n||(i?"border":"content"),o,r,a)+"px"}function I(e,t,n,r,i){return new I.prototype.init(e,t,n,r,i)}function R(){_t&&(!1===Q.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(R):e.setTimeout(R,pe.fx.interval),pe.fx.tick())}function W(){return e.setTimeout(function(){mt=void 0}),mt=Date.now()}function $(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=Ie[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function F(e,t,n){for(var r,i=(z.tweeners[t]||[]).concat(z.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function z(e,t,n){var r,i,o=0,a=z.prefilters.length,s=pe.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=mt||W(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:pe.extend({},t),opts:pe.extend(!0,{specialEasing:{},easing:pe.easing._default},n),originalProperties:t,originalOptions:n,startTime:mt||W(),duration:n.duration,tweens:[],createTween:function(t,n){var r=pe.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),d=l.props;for((!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=h(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=pe.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}(d,l.opts.specialEasing));o<a;o++)if(r=z.prefilters[o].call(l,e,d,l.opts))return de(r.stop)&&(pe._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return pe.map(d,F,l),de(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),pe.fx.timer(pe.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}function q(e){return(e.match(ke)||[]).join(" ")}function B(e){return e.getAttribute&&e.getAttribute("class")||""}function U(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(ke)||[]}function V(e,t,n,i){var o;if(Array.isArray(t))pe.each(t,function(t,r){n||jt.test(e)?i(e,r):V(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,n,i)});else if(n||"object"!==r(t))i(e,t);else for(o in t)V(e+"["+o+"]",t[o],n,i)}function J(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(ke)||[];if(de(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function G(e,t,n,r){function i(s){var u;return o[s]=!0,pe.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||a||o[l]?a?!(u=l):void 0:(t.dataTypes.unshift(l),i(l),!1)}),u}var o={},a=e===Ft;return i(t.dataTypes[0])||!o["*"]&&i("*")}function X(e,t){var n,r,i=pe.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&pe.extend(!0,e,r),e}var K=[],Q=e.document,Z=Object.getPrototypeOf,ee=K.slice,te=K.concat,ne=K.push,re=K.indexOf,ie={},oe=ie.toString,ae=ie.hasOwnProperty,se=ae.toString,ue=se.call(Object),le={},de=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},ce=function(e){return null!=e&&e===e.window},fe={type:!0,src:!0,nonce:!0,noModule:!0},he="3.4.1",pe=function(e,t){return new pe.fn.init(e,t)},me=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;pe.fn=pe.prototype={jquery:he,constructor:pe,length:0,toArray:function(){return ee.call(this)},get:function(e){return null==e?ee.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=pe.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return pe.each(this,e)},map:function(e){return this.pushStack(pe.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(ee.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:ne,sort:K.sort,splice:K.splice},pe.extend=pe.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||de(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(pe.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||pe.isPlainObject(n)?n:{},i=!1,a[t]=pe.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},pe.extend({expando:"jQuery"+(he+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]"!==oe.call(e)||(t=Z(e))&&("function"!=typeof(n=ae.call(t,"constructor")&&t.constructor)||se.call(n)!==ue))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){n(e,{nonce:t&&t.nonce})},each:function(e,t){var n,r=0;if(i(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(me,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(i(Object(e))?pe.merge(n,"string"==typeof e?[e]:e):ne.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:re.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,o,a=0,s=[];if(i(e))for(r=e.length;a<r;a++)null!=(o=t(e[a],a,n))&&s.push(o);else for(a in e)null!=(o=t(e[a],a,n))&&s.push(o);return te.apply([],s)},guid:1,support:le}),"function"==typeof Symbol&&(pe.fn[Symbol.iterator]=K[Symbol.iterator]),pe.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){ie["[object "+t+"]"]=t.toLowerCase()});var _e=function(e){function t(e,t,n,r){var i,o,a,s,u,d,f,h=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:N)!==S&&Y(t),t=t||S,j)){if(11!==p&&(u=me.exec(e)))if(i=u[1]){if(9===p){if(!(a=t.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(h&&(a=h.getElementById(i))&&O(t,a)&&a.id===i)return n.push(a),n}else{if(u[2])return G.apply(n,t.getElementsByTagName(e)),n;if((i=u[3])&&y.getElementsByClassName&&t.getElementsByClassName)return G.apply(n,t.getElementsByClassName(i)),n}if(y.qsa&&!z[e+" "]&&(!E||!E.test(e))&&(1!==p||"object"!==t.nodeName.toLowerCase())){if(f=e,h=t,1===p&&se.test(e)){for((s=t.getAttribute("id"))?s=s.replace(ve,be):t.setAttribute("id",s=P),o=(d=w(e)).length;o--;)d[o]="#"+s+" "+c(d[o]);f=d.join(","),h=_e.test(e)&&l(t.parentNode)||t}try{return G.apply(n,h.querySelectorAll(f)),n}catch(t){z(e,!0)}finally{s===P&&t.removeAttribute("id")}}}return x(e.replace(ie,"$1"),t,n,r)}function n(){var e=[];return function t(n,r){return e.push(n+" ")>v.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function r(e){return e[P]=!0,e}function i(e){var t=S.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)v.attrHandle[n[r]]=t}function a(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 s(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&we(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function u(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function l(e){return e&&void 0!==e.getElementsByTagName&&e}function d(){}function c(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function f(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=R++;return t.first?function(t,n,i){for(;t=t[r];)if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,d,c,f=[I,s];if(u){for(;t=t[r];)if((1===t.nodeType||a)&&e(t,n,u))return!0}else for(;t=t[r];)if(1===t.nodeType||a)if(d=(c=t[P]||(t[P]={}))[t.uniqueID]||(c[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=d[o])&&l[0]===I&&l[1]===s)return f[2]=l[2];if((d[o]=f)[2]=e(t,n,u))return!0}return!1}}function h(e){return 1<e.length?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function p(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function m(e,n,i,o,a,s){return o&&!o[P]&&(o=m(o)),a&&!a[P]&&(a=m(a,s)),r(function(r,s,u,l){var d,c,f,h=[],m=[],_=s.length,g=r||function(e,n,r){for(var i=0,o=n.length;i<o;i++)t(e,n[i],r);return r}(n||"*",u.nodeType?[u]:u,[]),y=!e||!r&&n?g:p(g,h,e,u,l),v=i?a||(r?e:_||o)?[]:s:y;if(i&&i(y,v,u,l),o)for(d=p(v,m),o(d,[],u,l),c=d.length;c--;)(f=d[c])&&(v[m[c]]=!(y[m[c]]=f));if(r){if(a||e){if(a){for(d=[],c=v.length;c--;)(f=v[c])&&d.push(y[c]=f);a(null,v=[],d,l)}for(c=v.length;c--;)(f=v[c])&&-1<(d=a?K(r,f):h[c])&&(r[d]=!(s[d]=f))}}else v=p(v===s?v.splice(_,v.length):v),a?a(null,s,v,l):G.apply(s,v)})}function _(e){
for(var t,n,r,i=e.length,o=v.relative[e[0].type],a=o||v.relative[" "],s=o?1:0,u=f(function(e){return e===t},a,!0),l=f(function(e){return-1<K(t,e)},a,!0),d=[function(e,n,r){var i=!o&&(r||n!==k)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s<i;s++)if(n=v.relative[e[s].type])d=[f(h(d),n)];else{if((n=v.filter[e[s].type].apply(null,e[s].matches))[P]){for(r=++s;r<i&&!v.relative[e[r].type];r++);return m(1<s&&h(d),1<s&&c(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(ie,"$1"),n,s<r&&_(e.slice(s,r)),r<i&&_(e=e.slice(r)),r<i&&c(e))}d.push(n)}return h(d)}var g,y,v,b,M,w,L,x,k,D,T,Y,S,C,j,E,H,A,O,P="sizzle"+1*new Date,N=e.document,I=0,R=0,W=n(),$=n(),F=n(),z=n(),q=function(e,t){return e===t&&(T=!0),0},B={}.hasOwnProperty,U=[],V=U.pop,J=U.push,G=U.push,X=U.slice,K=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},Q="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Z="[\\x20\\t\\r\\n\\f]",ee="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",te="\\["+Z+"*("+ee+")(?:"+Z+"*([*^$|!~]?=)"+Z+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ee+"))|)"+Z+"*\\]",ne=":("+ee+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+te+")*)|.*)\\)|)",re=new RegExp(Z+"+","g"),ie=new RegExp("^"+Z+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Z+"+$","g"),oe=new RegExp("^"+Z+"*,"+Z+"*"),ae=new RegExp("^"+Z+"*([>+~]|"+Z+")"+Z+"*"),se=new RegExp(Z+"|>"),ue=new RegExp(ne),le=new RegExp("^"+ee+"$"),de={ID:new RegExp("^#("+ee+")"),CLASS:new RegExp("^\\.("+ee+")"),TAG:new RegExp("^("+ee+"|[*])"),ATTR:new RegExp("^"+te),PSEUDO:new RegExp("^"+ne),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Z+"*(even|odd|(([+-]|)(\\d*)n|)"+Z+"*(?:([+-]|)"+Z+"*(\\d+)|))"+Z+"*\\)|)","i"),bool:new RegExp("^(?:"+Q+")$","i"),needsContext:new RegExp("^"+Z+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Z+"*((?:-\\d)?\\d*)"+Z+"*\\)|)(?=[^-]|$)","i")},ce=/HTML$/i,fe=/^(?:input|select|textarea|button)$/i,he=/^h\d$/i,pe=/^[^{]+\{\s*\[native \w/,me=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_e=/[+~]/,ge=new RegExp("\\\\([\\da-f]{1,6}"+Z+"?|("+Z+")|.)","ig"),ye=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},ve=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,be=function(e,t){return t?"\0"===e?"<22>":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},Me=function(){Y()},we=f(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{G.apply(U=X.call(N.childNodes),N.childNodes),U[N.childNodes.length].nodeType}catch(g){G={apply:U.length?function(e,t){J.apply(e,X.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}for(g in y=t.support={},M=t.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!ce.test(t||n&&n.nodeName||"HTML")},Y=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:N;return r!==S&&9===r.nodeType&&r.documentElement&&(C=(S=r).documentElement,j=!M(S),N!==S&&(n=S.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Me,!1):n.attachEvent&&n.attachEvent("onunload",Me)),y.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),y.getElementsByTagName=i(function(e){return e.appendChild(S.createComment("")),!e.getElementsByTagName("*").length}),y.getElementsByClassName=pe.test(S.getElementsByClassName),y.getById=i(function(e){return C.appendChild(e).id=P,!S.getElementsByName||!S.getElementsByName(P).length}),y.getById?(v.filter.ID=function(e){var t=e.replace(ge,ye);return function(e){return e.getAttribute("id")===t}},v.find.ID=function(e,t){if(void 0!==t.getElementById&&j){var n=t.getElementById(e);return n?[n]:[]}}):(v.filter.ID=function(e){var t=e.replace(ge,ye);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},v.find.ID=function(e,t){if(void 0!==t.getElementById&&j){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[]}}),v.find.TAG=y.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):y.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},v.find.CLASS=y.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&j)return t.getElementsByClassName(e)},H=[],E=[],(y.qsa=pe.test(S.querySelectorAll))&&(i(function(e){C.appendChild(e).innerHTML="<a id='"+P+"'></a><select id='"+P+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&E.push("[*^$]="+Z+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||E.push("\\["+Z+"*(?:value|"+Q+")"),e.querySelectorAll("[id~="+P+"-]").length||E.push("~="),e.querySelectorAll(":checked").length||E.push(":checked"),e.querySelectorAll("a#"+P+"+*").length||E.push(".#.+[+~]")}),i(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=S.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&E.push("name"+Z+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&E.push(":enabled",":disabled"),C.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&E.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),E.push(",.*:")})),(y.matchesSelector=pe.test(A=C.matches||C.webkitMatchesSelector||C.mozMatchesSelector||C.oMatchesSelector||C.msMatchesSelector))&&i(function(e){y.disconnectedMatch=A.call(e,"*"),A.call(e,"[s!='']:x"),H.push("!=",ne)}),E=E.length&&new RegExp(E.join("|")),H=H.length&&new RegExp(H.join("|")),t=pe.test(C.compareDocumentPosition),O=t||pe.test(C.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},q=t?function(e,t){if(e===t)return T=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!y.sortDetached&&t.compareDocumentPosition(e)===n?e===S||e.ownerDocument===N&&O(N,e)?-1:t===S||t.ownerDocument===N&&O(N,t)?1:D?K(D,e)-K(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return T=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===S?-1:t===S?1:i?-1:o?1:D?K(D,e)-K(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===N?-1:u[r]===N?1:0}),S},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==S&&Y(e),y.matchesSelector&&j&&!z[n+" "]&&(!H||!H.test(n))&&(!E||!E.test(n)))try{var r=A.call(e,n);if(r||y.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){z(n,!0)}return 0<t(n,S,null,[e]).length},t.contains=function(e,t){return(e.ownerDocument||e)!==S&&Y(e),O(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==S&&Y(e);var n=v.attrHandle[t.toLowerCase()],r=n&&B.call(v.attrHandle,t.toLowerCase())?n(e,t,!j):void 0;return void 0!==r?r:y.attributes||!j?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.escape=function(e){return(e+"").replace(ve,be)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(T=!y.detectDuplicates,D=!y.sortStable&&e.slice(0),e.sort(q),T){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},b=t.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+=b(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=b(t);return n},(v=t.selectors={cacheLength:50,createPseudo:r,match:de,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(ge,ye),e[3]=(e[3]||e[4]||e[5]||"").replace(ge,ye),"~="===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]||t.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]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return de.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&ue.test(n)&&(t=w(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(ge,ye).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=W[e+" "];return t||(t=new RegExp("(^|"+Z+")"+e+"("+Z+"|$)"))&&W(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&-1<o.indexOf(r):"$="===n?r&&o.slice(-r.length)===r:"~="===n?-1<(" "+o.replace(re," ")+" ").indexOf(r):"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,d,c,f,h,p,m=o!==a?"nextSibling":"previousSibling",_=t.parentNode,g=s&&t.nodeName.toLowerCase(),y=!u&&!s,v=!1;if(_){if(o){for(;m;){for(f=t;f=f[m];)if(s?f.nodeName.toLowerCase()===g:1===f.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[a?_.firstChild:_.lastChild],a&&y){for(v=(h=(l=(d=(c=(f=_)[P]||(f[P]={}))[f.uniqueID]||(c[f.uniqueID]={}))[e]||[])[0]===I&&l[1])&&l[2],f=h&&_.childNodes[h];f=++h&&f&&f[m]||(v=h=0)||p.pop();)if(1===f.nodeType&&++v&&f===t){d[e]=[I,h,v];break}}else if(y&&(v=h=(l=(d=(c=(f=t)[P]||(f[P]={}))[f.uniqueID]||(c[f.uniqueID]={}))[e]||[])[0]===I&&l[1]),!1===v)for(;(f=++h&&f&&f[m]||(v=h=0)||p.pop())&&((s?f.nodeName.toLowerCase()!==g:1!==f.nodeType)||!++v||(y&&((d=(c=f[P]||(f[P]={}))[f.uniqueID]||(c[f.uniqueID]={}))[e]=[I,v]),f!==t)););return(v-=i)===r||v%r==0&&0<=v/r}}},PSEUDO:function(e,n){var i,o=v.pseudos[e]||v.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[P]?o(n):1<o.length?(i=[e,e,"",n],v.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),a=i.length;a--;)e[r=K(e,i[a])]=!(t[r]=i[a])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=L(e.replace(ie,"$1"));return i[P]?r(function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return 0<t(e,n).length}}),contains:r(function(e){return e=e.replace(ge,ye),function(t){return-1<(t.textContent||b(t)).indexOf(e)}}),lang:r(function(e){return le.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(ge,ye).toLowerCase(),function(t){var n;do{if(n=j?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===C},focus:function(e){return e===S.activeElement&&(!S.hasFocus||S.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:s(!1),disabled:s(!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!v.pseudos.empty(e)},header:function(e){return he.test(e.nodeName)},input:function(e){return fe.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:u(function(){return[0]}),last:u(function(e,t){return[t-1]}),eq:u(function(e,t,n){return[n<0?n+t:n]}),even:u(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:u(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:u(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:u(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=v.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})v.pseudos[g]=function(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}(g);for(g in{submit:!0,reset:!0})v.pseudos[g]=function(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}(g);return d.prototype=v.filters=v.pseudos,v.setFilters=new d,w=t.tokenize=function(e,n){var r,i,o,a,s,u,l,d=$[e+" "];if(d)return n?0:d.slice(0);for(s=e,u=[],l=v.preFilter;s;){for(a in r&&!(i=oe.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),r=!1,(i=ae.exec(s))&&(r=i.shift(),o.push({value:r,type:i[0].replace(ie," ")}),s=s.slice(r.length)),v.filter)!(i=de[a].exec(s))||l[a]&&!(i=l[a](i))||(r=i.shift(),o.push({value:r,type:a,matches:i}),s=s.slice(r.length));if(!r)break}return n?s.length:s?t.error(e):$(e,u).slice(0)},L=t.compile=function(e,n){var i,o,a,s,u,l,d=[],c=[],f=F[e+" "];if(!f){for(n||(n=w(e)),i=n.length;i--;)(f=_(n[i]))[P]?d.push(f):c.push(f);(f=F(e,(o=c,s=0<(a=d).length,u=0<o.length,l=function(e,n,r,i,l){var d,c,f,h=0,m="0",_=e&&[],g=[],y=k,b=e||u&&v.find.TAG("*",l),M=I+=null==y?1:Math.random()||.1,w=b.length;for(l&&(k=n===S||n||l);m!==w&&null!=(d=b[m]);m++){if(u&&d){for(c=0,n||d.ownerDocument===S||(Y(d),r=!j);f=o[c++];)if(f(d,n||S,r)){i.push(d);break}l&&(I=M)}s&&((d=!f&&d)&&h--,e&&_.push(d))}if(h+=m,s&&m!==h){for(c=0;f=a[c++];)f(_,g,n,r);if(e){if(0<h)for(;m--;)_[m]||g[m]||(g[m]=V.call(i));g=p(g)}G.apply(i,g),l&&!e&&0<g.length&&1<h+a.length&&t.uniqueSort(i)}return l&&(I=M,k=y),_},s?r(l):l))).selector=e}return f},x=t.select=function(e,t,n,r){var i,o,a,s,u,d="function"==typeof e&&e,f=!r&&w(e=d.selector||e);if(n=n||[],1===f.length){if(2<(o=f[0]=f[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&j&&v.relative[o[1].type]){if(!(t=(v.find.ID(a.matches[0].replace(ge,ye),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=de.needsContext.test(e)?0:o.length;i--&&(a=o[i],!v.relative[s=a.type]);)if((u=v.find[s])&&(r=u(a.matches[0].replace(ge,ye),_e.test(o[0].type)&&l(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&c(o)))return G.apply(n,r),n;break}}return(d||L(e,f))(r,t,!j,n,!t||_e.test(e)&&l(t.parentNode)||t),n},y.sortStable=P.split("").sort(q).join("")===P,y.detectDuplicates=!!T,Y(),y.sortDetached=i(function(e){return 1&e.compareDocumentPosition(S.createElement("fieldset"))}),i(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),y.attributes&&i(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(Q,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);pe.find=_e,pe.expr=_e.selectors,pe.expr[":"]=pe.expr.pseudos,pe.uniqueSort=pe.unique=_e.uniqueSort,pe.text=_e.getText,pe.isXMLDoc=_e.isXML,pe.contains=_e.contains,pe.escapeSelector=_e.escape;var ge=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&pe(e).is(n))break;r.push(e)}return r},ye=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},ve=pe.expr.match.needsContext,be=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;pe.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?pe.find.matchesSelector(r,e)?[r]:[]:pe.find.matches(e,pe.grep(t,function(e){return 1===e.nodeType}))},pe.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(pe(e).filter(function(){for(t=0;t<r;t++)if(pe.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)pe.find(e,i[t],n);return 1<r?pe.uniqueSort(n):n},filter:function(e){return this.pushStack(a(this,e||[],!1))},not:function(e){return this.pushStack(a(this,e||[],!0))},is:function(e){return!!a(this,"string"==typeof e&&ve.test(e)?pe(e):e||[],!1).length}});var Me,we=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(pe.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||Me,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:we.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 pe?t[0]:t,pe.merge(this,pe.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:Q,!0)),be.test(r[1])&&pe.isPlainObject(t))for(r in t)de(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=Q.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):de(e)?void 0!==n.ready?n.ready(e):e(pe):pe.makeArray(e,this)}).prototype=pe.fn,Me=pe(Q);var Le=/^(?:parents|prev(?:Until|All))/,xe={children:!0,contents:!0,next:!0,prev:!0};pe.fn.extend({has:function(e){var t=pe(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(pe.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&pe(e);if(!ve.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&&pe.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?pe.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?re.call(pe(e),this[0]):re.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(pe.uniqueSort(pe.merge(this.get(),pe(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),pe.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return ge(e,"parentNode")},parentsUntil:function(e,t,n){return ge(e,"parentNode",n)},next:function(e){return s(e,"nextSibling")},prev:function(e){return s(e,"previousSibling")},nextAll:function(e){return ge(e,"nextSibling")},prevAll:function(e){return ge(e,"previousSibling")},nextUntil:function(e,t,n){return ge(e,"nextSibling",n)},prevUntil:function(e,t,n){return ge(e,"previousSibling",n)},siblings:function(e){return ye((e.parentNode||{}).firstChild,e)},children:function(e){return ye(e.firstChild)},contents:function(e){return void 0!==e.contentDocument?e.contentDocument:(o(e,"template")&&(e=e.content||e),pe.merge([],e.childNodes))}},function(e,t){pe.fn[e]=function(n,r){var i=pe.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=pe.filter(r,i)),1<this.length&&(xe[e]||pe.uniqueSort(i),Le.test(e)&&i.reverse()),this.pushStack(i)}});var ke=/[^\x20\t\r\n\f]+/g;pe.Callbacks=function(e){var t,n;e="string"==typeof e?(t=e,n={},pe.each(t.match(ke)||[],function(e,t){n[t]=!0}),n):pe.extend({},e);var i,o,a,s,u=[],l=[],d=-1,c=function(){for(s=s||e.once,a=i=!0;l.length;d=-1)for(o=l.shift();++d<u.length;)!1===u[d].apply(o[0],o[1])&&e.stopOnFalse&&(d=u.length,o=!1);e.memory||(o=!1),i=!1,s&&(u=o?[]:"")},f={add:function(){return u&&(o&&!i&&(d=u.length-1,l.push(o)),function t(n){pe.each(n,function(n,i){de(i)?e.unique&&f.has(i)||u.push(i):i&&i.length&&"string"!==r(i)&&t(i)})}(arguments),o&&!i&&c()),this},remove:function(){return pe.each(arguments,function(e,t){for(var n;-1<(n=pe.inArray(t,u,n));)u.splice(n,1),n<=d&&d--}),this},has:function(e){return e?-1<pe.inArray(e,u):0<u.length},empty:function(){return u&&(u=[]),this},disable:function(){return s=l=[],u=o="",this},disabled:function(){return!u},lock:function(){return s=l=[],o||i||(u=o=""),this},locked:function(){return!!s},fireWith:function(e,t){return s||(t=[e,(t=t||[]).slice?t.slice():t],l.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!a}};return f},pe.extend({Deferred:function(t){var n=[["notify","progress",pe.Callbacks("memory"),pe.Callbacks("memory"),2],["resolve","done",pe.Callbacks("once memory"),pe.Callbacks("once memory"),0,"resolved"],["reject","fail",pe.Callbacks("once memory"),pe.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return pe.Deferred(function(t){pe.each(n,function(n,r){var i=de(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&de(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){function o(t,n,r,i){return function(){var s=this,d=arguments,c=function(){var e,c;if(!(t<a)){if((e=r.apply(s,d))===n.promise())throw new TypeError("Thenable self-resolution");c=e&&("object"==typeof e||"function"==typeof e)&&e.then,de(c)?i?c.call(e,o(a,n,u,i),o(a,n,l,i)):(a++,c.call(e,o(a,n,u,i),o(a,n,l,i),o(a,n,u,n.notifyWith))):(r!==u&&(s=void 0,d=[e]),(i||n.resolveWith)(s,d))}},f=i?c:function(){try{c()}catch(e){pe.Deferred.exceptionHook&&pe.Deferred.exceptionHook(e,f.stackTrace),a<=t+1&&(r!==l&&(s=void 0,d=[e]),n.rejectWith(s,d))}};t?f():(pe.Deferred.getStackHook&&(f.stackTrace=pe.Deferred.getStackHook()),e.setTimeout(f))}}var a=0;return pe.Deferred(function(e){n[0][3].add(o(0,e,de(i)?i:u,e.notifyWith)),n[1][3].add(o(0,e,de(t)?t:u)),n[2][3].add(o(0,e,de(r)?r:l))}).promise()},promise:function(e){return null!=e?pe.extend(e,i):i}},o={};return pe.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=ee.call(arguments),o=pe.Deferred(),a=function(e){return function(n){r[e]=this,i[e]=1<arguments.length?ee.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(d(e,o.done(a(n)).resolve,o.reject,!t),"pending"===o.state()||de(i[n]&&i[n].then)))return o.then();for(;n--;)d(i[n],a(n),o.reject);return o.promise()}});var De=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;pe.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&De.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},pe.readyException=function(t){e.setTimeout(function(){throw t})};var Te=pe.Deferred();pe.fn.ready=function(e){return Te.then(e).catch(function(e){pe.readyException(e)}),this},pe.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--pe.readyWait:pe.isReady)||(pe.isReady=!0)!==e&&0<--pe.readyWait||Te.resolveWith(Q,[pe])}}),pe.ready.then=Te.then,"complete"===Q.readyState||"loading"!==Q.readyState&&!Q.documentElement.doScroll?e.setTimeout(pe.ready):(Q.addEventListener("DOMContentLoaded",c),e.addEventListener("load",c));var Ye=function(e,t,n,i,o,a,s){var u=0,l=e.length,d=null==n;if("object"===r(n))for(u in o=!0,n)Ye(e,t,u,n[u],!0,a,s);else if(void 0!==i&&(o=!0,de(i)||(s=!0),d&&(s?(t.call(e,i),t=null):(d=t,t=function(e,t,n){return d.call(pe(e),n)})),t))for(;u<l;u++)t(e[u],n,s?i:i.call(e[u],u,t(e[u],n)));return o?e:d?t.call(e):l?t(e[0],n):a},Se=/^-ms-/,Ce=/-([a-z])/g,je=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};p.uid=1,p.prototype={cache:function(e){var t=e[this.expando];return t||(t={},je(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[h(t)]=n;else for(r in t)i[h(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][h(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(h):(t=h(t))in r?[t]:t.match(ke)||[]).length;for(;n--;)delete r[t[n]]}(void 0===t||pe.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&&!pe.isEmptyObject(t)}};var Ee=new p,He=new p,Ae=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Oe=/[A-Z]/g;pe.extend({hasData:function(e){return He.hasData(e)||Ee.hasData(e)},data:function(e,t,n){return He.access(e,t,n)},removeData:function(e,t){He.remove(e,t)},_data:function(e,t,n){return Ee.access(e,t,n)},_removeData:function(e,t){Ee.remove(e,t)}}),pe.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=He.get(o),1===o.nodeType&&!Ee.get(o,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=h(r.slice(5)),m(o,r,i[r]));Ee.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){He.set(this,e)}):Ye(this,function(t){var n;if(o&&void 0===t)return void 0!==(n=He.get(o,e))?n:void 0!==(n=m(o,e))?n:void 0;this.each(function(){He.set(this,e,t)})},null,t,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){He.remove(this,e)})}}),pe.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Ee.get(e,t),n&&(!r||Array.isArray(n)?r=Ee.access(e,t,pe.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=pe.queue(e,t),r=n.length,i=n.shift(),o=pe._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){pe.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Ee.get(e,n)||Ee.access(e,n,{empty:pe.Callbacks("once memory").add(function(){Ee.remove(e,[t+"queue",n])})})}}),pe.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?pe.queue(this[0],e):void 0===t?this:this.each(function(){var n=pe.queue(this,e,t);pe._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&pe.dequeue(this,e)})},dequeue:function(e){return this.each(function(){pe.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=pe.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=Ee.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var Pe=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Ne=new RegExp("^(?:([+-])=|)("+Pe+")([a-z%]*)$","i"),Ie=["Top","Right","Bottom","Left"],Re=Q.documentElement,We=function(e){return pe.contains(e.ownerDocument,e)},$e={composed:!0};Re.getRootNode&&(We=function(e){return pe.contains(e.ownerDocument,e)||e.getRootNode($e)===e.ownerDocument});var Fe=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&We(e)&&"none"===pe.css(e,"display")},ze=function(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},qe={};pe.fn.extend({show:function(){return g(this,!0)},hide:function(){return g(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Fe(this)?pe(this).show():pe(this).hide()})}});var Be=/^(?:checkbox|radio)$/i,Ue=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Ve=/^$|^module$|\/(?:java|ecma)script/i,Je={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,"",""]};Je.optgroup=Je.option,Je.tbody=Je.tfoot=Je.colgroup=Je.caption=Je.thead,Je.th=Je.td;var Ge,Xe,Ke=/<|&#?\w+;/;Ge=Q.createDocumentFragment().appendChild(Q.createElement("div")),(Xe=Q.createElement("input")).setAttribute("type","radio"),Xe.setAttribute("checked","checked"),Xe.setAttribute("name","t"),Ge.appendChild(Xe),le.checkClone=Ge.cloneNode(!0).cloneNode(!0).lastChild.checked,Ge.innerHTML="<textarea>x</textarea>",le.noCloneChecked=!!Ge.cloneNode(!0).lastChild.defaultValue;var Qe=/^key/,Ze=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,et=/^([^.]*)(?:\.(.+)|)/;pe.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,d,c,f,h,p,m,_=Ee.get(e);if(_)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&pe.find.matchesSelector(Re,i),n.guid||(n.guid=pe.guid++),(u=_.events)||(u=_.events={}),(a=_.handle)||(a=_.handle=function(t){return void 0!==pe&&pe.event.triggered!==t.type?pe.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(ke)||[""]).length;l--;)h=m=(s=et.exec(t[l])||[])[1],p=(s[2]||"").split(".").sort(),h&&(c=pe.event.special[h]||{},h=(i?c.delegateType:c.bindType)||h,c=pe.event.special[h]||{},d=pe.extend({type:h,origType:m,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&pe.expr.match.needsContext.test(i),namespace:p.join(".")},o),(f=u[h])||((f=u[h]=[]).delegateCount=0,c.setup&&!1!==c.setup.call(e,r,p,a)||e.addEventListener&&e.addEventListener(h,a)),c.add&&(c.add.call(e,d),d.handler.guid||(d.handler.guid=n.guid)),i?f.splice(f.delegateCount++,0,d):f.push(d),pe.event.global[h]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,d,c,f,h,p,m,_=Ee.hasData(e)&&Ee.get(e);if(_&&(u=_.events)){for(l=(t=(t||"").match(ke)||[""]).length;l--;)if(h=m=(s=et.exec(t[l])||[])[1],p=(s[2]||"").split(".").sort(),h){for(c=pe.event.special[h]||{},f=u[h=(r?c.delegateType:c.bindType)||h]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=f.length;o--;)d=f[o],!i&&m!==d.origType||n&&n.guid!==d.guid||s&&!s.test(d.namespace)||r&&r!==d.selector&&("**"!==r||!d.selector)||(f.splice(o,1),d.selector&&f.delegateCount--,c.remove&&c.remove.call(e,d));a&&!f.length&&(c.teardown&&!1!==c.teardown.call(e,p,_.handle)||pe.removeEvent(e,h,_.handle),delete u[h])}else for(h in u)pe.event.remove(e,h+t[l],n,r,!0);pe.isEmptyObject(u)&&Ee.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=pe.event.fix(e),u=new Array(arguments.length),l=(Ee.get(this,"events")||{})[s.type]||[],d=pe.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!d.preDispatch||!1!==d.preDispatch.call(this,s)){for(a=pe.event.handlers.call(this,s,l),t=0;(i=a[t++])&&!s.isPropagationStopped();)for(s.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!1!==o.namespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((pe.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()));return d.postDispatch&&d.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<pe(i,this).index(l):pe.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){
Object.defineProperty(pe.Event.prototype,e,{enumerable:!0,configurable:!0,get:de(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[pe.expando]?e:new pe.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return Be.test(t.type)&&t.click&&o(t,"input")&&k(t,"click",M),!1},trigger:function(e){var t=this||e;return Be.test(t.type)&&t.click&&o(t,"input")&&k(t,"click"),!0},_default:function(e){var t=e.target;return Be.test(t.type)&&t.click&&o(t,"input")&&Ee.get(t,"click")||o(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},pe.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},pe.Event=function(e,t){if(!(this instanceof pe.Event))return new pe.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?M:w,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&&pe.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[pe.expando]=!0},pe.Event.prototype={constructor:pe.Event,isDefaultPrevented:w,isPropagationStopped:w,isImmediatePropagationStopped:w,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=M,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=M,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=M,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},pe.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Qe.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Ze.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},pe.event.addProp),pe.each({focus:"focusin",blur:"focusout"},function(e,t){pe.event.special[e]={setup:function(){return k(this,e,L),!1},trigger:function(){return k(this,e),!0},delegateType:t}}),pe.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){pe.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=e.relatedTarget,i=e.handleObj;return r&&(r===this||pe.contains(this,r))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}}),pe.fn.extend({on:function(e,t,n,r){return x(this,e,t,n,r)},one:function(e,t,n,r){return x(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,pe(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=w),this.each(function(){pe.event.remove(this,e,n,t)})}});var tt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,nt=/<script|<style|<link/i,rt=/checked\s*(?:[^=]|=\s*.checked.)/i,it=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;pe.extend({htmlPrefilter:function(e){return e.replace(tt,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,u,l,d=e.cloneNode(!0),c=We(e);if(!(le.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||pe.isXMLDoc(e)))for(a=y(d),r=0,i=(o=y(e)).length;r<i;r++)s=o[r],u=a[r],"input"===(l=u.nodeName.toLowerCase())&&Be.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||y(e),a=a||y(d),r=0,i=o.length;r<i;r++)S(o[r],a[r]);else S(e,d);return 0<(a=y(d,"script")).length&&v(a,!c&&y(e,"script")),d},cleanData:function(e){for(var t,n,r,i=pe.event.special,o=0;void 0!==(n=e[o]);o++)if(je(n)){if(t=n[Ee.expando]){if(t.events)for(r in t.events)i[r]?pe.event.remove(n,r):pe.removeEvent(n,r,t.handle);n[Ee.expando]=void 0}n[He.expando]&&(n[He.expando]=void 0)}}}),pe.fn.extend({detach:function(e){return j(this,e,!0)},remove:function(e){return j(this,e)},text:function(e){return Ye(this,function(e){return void 0===e?pe.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 C(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||D(this,e).appendChild(e)})},prepend:function(){return C(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=D(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return C(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return C(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&&(pe.cleanData(y(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return pe.clone(this,e,t)})},html:function(e){return Ye(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&&!nt.test(e)&&!Je[(Ue.exec(e)||["",""])[1].toLowerCase()]){e=pe.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(pe.cleanData(y(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return C(this,arguments,function(t){var n=this.parentNode;pe.inArray(this,e)<0&&(pe.cleanData(y(this)),n&&n.replaceChild(t,this))},e)}}),pe.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){pe.fn[e]=function(e){for(var n,r=[],i=pe(e),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),pe(i[a])[t](n),ne.apply(r,n.get());return this.pushStack(r)}});var ot=new RegExp("^("+Pe+")(?!px)[a-z%]+$","i"),at=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},st=new RegExp(Ie.join("|"),"i");!function(){function t(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Re.appendChild(u).appendChild(l);var t=e.getComputedStyle(l);r="1%"!==t.top,s=12===n(t.marginLeft),l.style.right="60%",a=36===n(t.right),i=36===n(t.width),l.style.position="absolute",o=12===n(l.offsetWidth/3),Re.removeChild(u),l=null}}function n(e){return Math.round(parseFloat(e))}var r,i,o,a,s,u=Q.createElement("div"),l=Q.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",le.clearCloneStyle="content-box"===l.style.backgroundClip,pe.extend(le,{boxSizingReliable:function(){return t(),i},pixelBoxStyles:function(){return t(),a},pixelPosition:function(){return t(),r},reliableMarginLeft:function(){return t(),s},scrollboxSize:function(){return t(),o}}))}();var ut=["Webkit","Moz","ms"],lt=Q.createElement("div").style,dt={},ct=/^(none|table(?!-c[ea]).+)/,ft=/^--/,ht={position:"absolute",visibility:"hidden",display:"block"},pt={letterSpacing:"0",fontWeight:"400"};pe.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=E(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=h(t),u=ft.test(t),l=e.style;if(u||(t=A(s)),a=pe.cssHooks[t]||pe.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=Ne.exec(n))&&i[1]&&(n=_(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(pe.cssNumber[s]?"":"px")),le.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=h(t);return ft.test(t)||(t=A(s)),(a=pe.cssHooks[t]||pe.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=E(e,t,r)),"normal"===i&&t in pt&&(i=pt[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),pe.each(["height","width"],function(e,t){pe.cssHooks[t]={get:function(e,n,r){if(n)return!ct.test(pe.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?N(e,t,r):ze(e,ht,function(){return N(e,t,r)})},set:function(e,n,r){var i,o=at(e),a=!le.scrollboxSize()&&"absolute"===o.position,s=(a||r)&&"border-box"===pe.css(e,"boxSizing",!1,o),u=r?P(e,t,r,s,o):0;return s&&a&&(u-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-P(e,t,"border",!1,o)-.5)),u&&(i=Ne.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=pe.css(e,t)),O(0,n,u)}}}),pe.cssHooks.marginLeft=H(le.reliableMarginLeft,function(e,t){if(t)return(parseFloat(E(e,"marginLeft"))||e.getBoundingClientRect().left-ze(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),pe.each({margin:"",padding:"",border:"Width"},function(e,t){pe.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+Ie[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(pe.cssHooks[e+t].set=O)}),pe.fn.extend({css:function(e,t){return Ye(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=at(e),i=t.length;a<i;a++)o[t[a]]=pe.css(e,t[a],!1,r);return o}return void 0!==n?pe.style(e,t,n):pe.css(e,t)},e,t,1<arguments.length)}}),((pe.Tween=I).prototype={constructor:I,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||pe.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(pe.cssNumber[n]?"":"px")},cur:function(){var e=I.propHooks[this.prop];return e&&e.get?e.get(this):I.propHooks._default.get(this)},run:function(e){var t,n=I.propHooks[this.prop];return this.options.duration?this.pos=t=pe.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):I.propHooks._default.set(this),this}}).init.prototype=I.prototype,(I.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=pe.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){pe.fx.step[e.prop]?pe.fx.step[e.prop](e):1!==e.elem.nodeType||!pe.cssHooks[e.prop]&&null==e.elem.style[A(e.prop)]?e.elem[e.prop]=e.now:pe.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=I.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},pe.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},pe.fx=I.prototype.init,pe.fx.step={};var mt,_t,gt,yt,vt=/^(?:toggle|show|hide)$/,bt=/queueHooks$/;pe.Animation=pe.extend(z,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return _(n.elem,e,Ne.exec(t),n),n}]},tweener:function(e,t){de(e)?(t=e,e=["*"]):e=e.match(ke);for(var n,r=0,i=e.length;r<i;r++)n=e[r],z.tweeners[n]=z.tweeners[n]||[],z.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,d,c="width"in t||"height"in t,f=this,h={},p=e.style,m=e.nodeType&&Fe(e),_=Ee.get(e,"fxshow");for(r in n.queue||(null==(a=pe._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,f.always(function(){f.always(function(){a.unqueued--,pe.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],vt.test(i)){if(delete t[r],o=o||"toggle"===i,i===(m?"hide":"show")){if("show"!==i||!_||void 0===_[r])continue;m=!0}h[r]=_&&_[r]||pe.style(e,r)}if((u=!pe.isEmptyObject(t))||!pe.isEmptyObject(h))for(r in c&&1===e.nodeType&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],null==(l=_&&_.display)&&(l=Ee.get(e,"display")),"none"===(d=pe.css(e,"display"))&&(l?d=l:(g([e],!0),l=e.style.display||l,d=pe.css(e,"display"),g([e]))),("inline"===d||"inline-block"===d&&null!=l)&&"none"===pe.css(e,"float")&&(u||(f.done(function(){p.display=l}),null==l&&(d=p.display,l="none"===d?"":d)),p.display="inline-block")),n.overflow&&(p.overflow="hidden",f.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]})),u=!1,h)u||(_?"hidden"in _&&(m=_.hidden):_=Ee.access(e,"fxshow",{display:l}),o&&(_.hidden=!m),m&&g([e],!0),f.done(function(){for(r in m||g([e]),Ee.remove(e,"fxshow"),h)pe.style(e,r,h[r])})),u=F(m?_[r]:0,r,f),r in _||(_[r]=u.start,m&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?z.prefilters.unshift(e):z.prefilters.push(e)}}),pe.speed=function(e,t,n){var r=e&&"object"==typeof e?pe.extend({},e):{complete:n||!n&&t||de(e)&&e,duration:e,easing:n&&t||t&&!de(t)&&t};return pe.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in pe.fx.speeds?r.duration=pe.fx.speeds[r.duration]:r.duration=pe.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){de(r.old)&&r.old.call(this),r.queue&&pe.dequeue(this,r.queue)},r},pe.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Fe).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=pe.isEmptyObject(e),o=pe.speed(t,n,r),a=function(){var t=z(this,pe.extend({},e),o);(i||Ee.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=pe.timers,a=Ee.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&bt.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||pe.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=Ee.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=pe.timers,a=r?r.length:0;for(n.finish=!0,pe.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),pe.each(["toggle","show","hide"],function(e,t){var n=pe.fn[t];pe.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate($(t,!0),e,r,i)}}),pe.each({slideDown:$("show"),slideUp:$("hide"),slideToggle:$("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){pe.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),pe.timers=[],pe.fx.tick=function(){var e,t=0,n=pe.timers;for(mt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||pe.fx.stop(),mt=void 0},pe.fx.timer=function(e){pe.timers.push(e),pe.fx.start()},pe.fx.interval=13,pe.fx.start=function(){_t||(_t=!0,R())},pe.fx.stop=function(){_t=null},pe.fx.speeds={slow:600,fast:200,_default:400},pe.fn.delay=function(t,n){return t=pe.fx&&pe.fx.speeds[t]||t,n=n||"fx",this.queue(n,function(n,r){var i=e.setTimeout(n,t);r.stop=function(){e.clearTimeout(i)}})},gt=Q.createElement("input"),yt=Q.createElement("select").appendChild(Q.createElement("option")),gt.type="checkbox",le.checkOn=""!==gt.value,le.optSelected=yt.selected,(gt=Q.createElement("input")).value="t",gt.type="radio",le.radioValue="t"===gt.value;var Mt,wt=pe.expr.attrHandle;pe.fn.extend({attr:function(e,t){return Ye(this,pe.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){pe.removeAttr(this,e)})}}),pe.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?pe.prop(e,t,n):(1===o&&pe.isXMLDoc(e)||(i=pe.attrHooks[t.toLowerCase()]||(pe.expr.match.bool.test(t)?Mt:void 0)),void 0!==n?null===n?void pe.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=pe.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!le.radioValue&&"radio"===t&&o(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(ke);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),Mt={set:function(e,t,n){return!1===t?pe.removeAttr(e,n):e.setAttribute(n,n),n}},pe.each(pe.expr.match.bool.source.match(/\w+/g),function(e,t){var n=wt[t]||pe.find.attr;wt[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=wt[a],wt[a]=i,i=null!=n(e,t,r)?a:null,wt[a]=o),i}});var Lt=/^(?:input|select|textarea|button)$/i,xt=/^(?:a|area)$/i;pe.fn.extend({prop:function(e,t){return Ye(this,pe.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[pe.propFix[e]||e]})}}),pe.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&pe.isXMLDoc(e)||(t=pe.propFix[t]||t,i=pe.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=pe.find.attr(e,"tabindex");return t?parseInt(t,10):Lt.test(e.nodeName)||xt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),le.optSelected||(pe.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)}}),pe.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){pe.propFix[this.toLowerCase()]=this}),pe.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(de(e))return this.each(function(t){pe(this).addClass(e.call(this,t,B(this)))});if((t=U(e)).length)for(;n=this[u++];)if(i=B(n),r=1===n.nodeType&&" "+q(i)+" "){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=q(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(de(e))return this.each(function(t){pe(this).removeClass(e.call(this,t,B(this)))});if(!arguments.length)return this.attr("class","");if((t=U(e)).length)for(;n=this[u++];)if(i=B(n),r=1===n.nodeType&&" "+q(i)+" "){for(a=0;o=t[a++];)for(;-1<r.indexOf(" "+o+" ");)r=r.replace(" "+o+" "," ");i!==(s=q(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):de(e)?this.each(function(n){pe(this).toggleClass(e.call(this,n,B(this),t),t)}):this.each(function(){var t,i,o,a;if(r)for(i=0,o=pe(this),a=U(e);t=a[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=B(this))&&Ee.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Ee.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&-1<(" "+q(B(n))+" ").indexOf(t))return!0;return!1}});var kt=/\r/g;pe.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=de(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,pe(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=pe.map(i,function(e){return null==e?"":e+""})),(t=pe.valHooks[this.type]||pe.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))})):i?(t=pe.valHooks[i.type]||pe.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(kt,""):null==n?"":n:void 0}}),pe.extend({valHooks:{option:{get:function(e){var t=pe.find.attr(e,"value");return null!=t?t:q(pe.text(e))}},select:{get:function(e){var t,n,r,i=e.options,a=e.selectedIndex,s="select-one"===e.type,u=s?null:[],l=s?a+1:i.length;for(r=a<0?l:s?a:0;r<l;r++)if(((n=i[r]).selected||r===a)&&!n.disabled&&(!n.parentNode.disabled||!o(n.parentNode,"optgroup"))){if(t=pe(n).val(),s)return t;u.push(t)}return u},set:function(e,t){for(var n,r,i=e.options,o=pe.makeArray(t),a=i.length;a--;)((r=i[a]).selected=-1<pe.inArray(pe.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),pe.each(["radio","checkbox"],function(){pe.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<pe.inArray(pe(e).val(),t)}},le.checkOn||(pe.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),le.focusin="onfocusin"in e;var Dt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};pe.extend(pe.event,{trigger:function(t,n,r,i){var o,a,s,u,l,d,c,f,h=[r||Q],p=ae.call(t,"type")?t.type:t,m=ae.call(t,"namespace")?t.namespace.split("."):[];if(a=f=s=r=r||Q,3!==r.nodeType&&8!==r.nodeType&&!Dt.test(p+pe.event.triggered)&&(-1<p.indexOf(".")&&(p=(m=p.split(".")).shift(),m.sort()),l=p.indexOf(":")<0&&"on"+p,(t=t[pe.expando]?t:new pe.Event(p,"object"==typeof t&&t)).isTrigger=i?2:3,t.namespace=m.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:pe.makeArray(n,[t]),c=pe.event.special[p]||{},i||!c.trigger||!1!==c.trigger.apply(r,n))){if(!i&&!c.noBubble&&!ce(r)){for(u=c.delegateType||p,Dt.test(u+p)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(r.ownerDocument||Q)&&h.push(s.defaultView||s.parentWindow||e)}for(o=0;(a=h[o++])&&!t.isPropagationStopped();)f=a,t.type=1<o?u:c.bindType||p,(d=(Ee.get(a,"events")||{})[t.type]&&Ee.get(a,"handle"))&&d.apply(a,n),(d=l&&a[l])&&d.apply&&je(a)&&(t.result=d.apply(a,n),!1===t.result&&t.preventDefault());return t.type=p,i||t.isDefaultPrevented()||c._default&&!1!==c._default.apply(h.pop(),n)||!je(r)||l&&de(r[p])&&!ce(r)&&((s=r[l])&&(r[l]=null),pe.event.triggered=p,t.isPropagationStopped()&&f.addEventListener(p,Tt),r[p](),t.isPropagationStopped()&&f.removeEventListener(p,Tt),pe.event.triggered=void 0,s&&(r[l]=s)),t.result}},simulate:function(e,t,n){var r=pe.extend(new pe.Event,n,{type:e,isSimulated:!0});pe.event.trigger(r,null,t)}}),pe.fn.extend({trigger:function(e,t){return this.each(function(){pe.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return pe.event.trigger(e,t,n,!0)}}),le.focusin||pe.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){pe.event.simulate(t,e.target,pe.event.fix(e))};pe.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=Ee.access(r,t);i||r.addEventListener(e,n,!0),Ee.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=Ee.access(r,t)-1;i?Ee.access(r,t,i):(r.removeEventListener(e,n,!0),Ee.remove(r,t))}}});var Yt=e.location,St=Date.now(),Ct=/\?/;pe.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(t){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||pe.error("Invalid XML: "+t),n};var jt=/\[\]$/,Et=/\r?\n/g,Ht=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;pe.param=function(e,t){var n,r=[],i=function(e,t){var n=de(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!pe.isPlainObject(e))pe.each(e,function(){i(this.name,this.value)});else for(n in e)V(n,e[n],t,i);return r.join("&")},pe.fn.extend({serialize:function(){return pe.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=pe.prop(this,"elements");return e?pe.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!pe(this).is(":disabled")&&At.test(this.nodeName)&&!Ht.test(e)&&(this.checked||!Be.test(e))}).map(function(e,t){var n=pe(this).val();return null==n?null:Array.isArray(n)?pe.map(n,function(e){return{name:t.name,value:e.replace(Et,"\r\n")}}):{name:t.name,value:n.replace(Et,"\r\n")}}).get()}});var Ot=/%20/g,Pt=/#.*$/,Nt=/([?&])_=[^&]*/,It=/^(.*?):[ \t]*([^\r\n]*)$/gm,Rt=/^(?:GET|HEAD)$/,Wt=/^\/\//,$t={},Ft={},zt="*/".concat("*"),qt=Q.createElement("a");qt.href=Yt.href,pe.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Yt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Yt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":zt,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":pe.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?X(X(e,pe.ajaxSettings),t):X(pe.ajaxSettings,e)},ajaxPrefilter:J($t),ajaxTransport:J(Ft),ajax:function(t,n){function r(t,n,r,s){var l,f,h,b,M,w=n;d||(d=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",L.readyState=0<t?4:0,l=200<=t&&t<300||304===t,r&&(b=function(e,t,n){for(var r,i,o,a,s=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(p,L,r)),b=function(e,t,n,r){var i,o,a,s,u,l={},d=e.dataTypes.slice();if(d[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];for(o=d.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=d.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],d.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 "+u+" to "+o}}}return{state:"success",data:t}}(p,b,L,l),l?(p.ifModified&&((M=L.getResponseHeader("Last-Modified"))&&(pe.lastModified[o]=M),(M=L.getResponseHeader("etag"))&&(pe.etag[o]=M)),204===t||"HEAD"===p.type?w="nocontent":304===t?w="notmodified":(w=b.state,f=b.data,l=!(h=b.error))):(h=w,!t&&w||(w="error",t<0&&(t=0))),L.status=t,L.statusText=(n||w)+"",l?g.resolveWith(m,[f,w,L]):g.rejectWith(m,[L,w,h]),L.statusCode(v),v=void 0,c&&_.trigger(l?"ajaxSuccess":"ajaxError",[L,p,l?f:h]),y.fireWith(m,[L,w]),c&&(_.trigger("ajaxComplete",[L,p]),--pe.active||pe.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,d,c,f,h,p=pe.ajaxSetup({},n),m=p.context||p,_=p.context&&(m.nodeType||m.jquery)?pe(m):pe.event,g=pe.Deferred(),y=pe.Callbacks("once memory"),v=p.statusCode||{},b={},M={},w="canceled",L={readyState:0,getResponseHeader:function(e){var t;if(d){if(!s)for(s={};t=It.exec(a);)s[t[1].toLowerCase()+" "]=(s[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=s[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return d?a:null},setRequestHeader:function(e,t){return null==d&&(e=M[e.toLowerCase()]=M[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==d&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(d)L.always(e[L.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||w;return i&&i.abort(t),r(0,t),this}};if(g.promise(L),p.url=((t||p.url||Yt.href)+"").replace(Wt,Yt.protocol+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(ke)||[""],null==p.crossDomain){l=Q.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=qt.protocol+"//"+qt.host!=l.protocol+"//"+l.host}catch(t){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=pe.param(p.data,p.traditional)),G($t,p,n,L),d)return L;for(f in(c=pe.event&&p.global)&&0==pe.active++&&pe.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Rt.test(p.type),o=p.url.replace(Pt,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Ot,"+")):(h=p.url.slice(o.length),p.data&&(p.processData||"string"==typeof p.data)&&(o+=(Ct.test(o)?"&":"?")+p.data,delete p.data),!1===p.cache&&(o=o.replace(Nt,"$1"),h=(Ct.test(o)?"&":"?")+"_="+St+++h),p.url=o+h),p.ifModified&&(pe.lastModified[o]&&L.setRequestHeader("If-Modified-Since",pe.lastModified[o]),pe.etag[o]&&L.setRequestHeader("If-None-Match",pe.etag[o])),(p.data&&p.hasContent&&!1!==p.contentType||n.contentType)&&L.setRequestHeader("Content-Type",p.contentType),L.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+zt+"; q=0.01":""):p.accepts["*"]),p.headers)L.setRequestHeader(f,p.headers[f]);if(p.beforeSend&&(!1===p.beforeSend.call(m,L,p)||d))return L.abort();if(w="abort",y.add(p.complete),L.done(p.success),L.fail(p.error),i=G(Ft,p,n,L)){if(L.readyState=1,c&&_.trigger("ajaxSend",[L,p]),d)return L;p.async&&0<p.timeout&&(u=e.setTimeout(function(){L.abort("timeout")},p.timeout));try{d=!1,i.send(b,r)}catch(t){if(d)throw t;r(-1,t)}}else r(-1,"No Transport");return L},getJSON:function(e,t,n){return pe.get(e,t,n,"json")},getScript:function(e,t){return pe.get(e,void 0,t,"script")}}),pe.each(["get","post"],function(e,t){pe[t]=function(e,n,r,i){return de(n)&&(i=i||r,r=n,n=void 0),pe.ajax(pe.extend({url:e,type:t,dataType:i,data:n,success:r},pe.isPlainObject(e)&&e))}}),pe._evalUrl=function(e,t){return pe.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){pe.globalEval(e,t)}})},pe.fn.extend({wrapAll:function(e){var t;return this[0]&&(de(e)&&(e=e.call(this[0])),t=pe(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return de(e)?this.each(function(t){pe(this).wrapInner(e.call(this,t))}):this.each(function(){var t=pe(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=de(e);return this.each(function(n){pe(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){pe(this).replaceWith(this.childNodes)}),this}}),pe.expr.pseudos.hidden=function(e){return!pe.expr.pseudos.visible(e)},pe.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},pe.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Bt={0:200,1223:204},Ut=pe.ajaxSettings.xhr();le.cors=!!Ut&&"withCredentials"in Ut,le.ajax=Ut=!!Ut,pe.ajaxTransport(function(t){var n,r;if(le.cors||Ut&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];for(a in t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,
"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Bt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(i){if(n)throw i}},abort:function(){n&&n()}}}),pe.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),pe.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 pe.globalEval(e),e}}}),pe.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),pe.ajaxTransport("script",function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,i){t=pe("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),Q.head.appendChild(t[0])},abort:function(){n&&n()}}});var Vt,Jt=[],Gt=/(=)\?(?=&|$)|\?\?/;pe.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Jt.pop()||pe.expando+"_"+St++;return this[e]=!0,e}}),pe.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=!1!==t.jsonp&&(Gt.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gt.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=de(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(Gt,"$1"+i):!1!==t.jsonp&&(t.url+=(Ct.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||pe.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?pe(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,Jt.push(i)),a&&de(o)&&o(a[0]),a=o=void 0}),"script"}),le.createHTMLDocument=((Vt=Q.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Vt.childNodes.length),pe.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=Q.implementation.createHTMLDocument("")).createElement("base")).href=Q.location.href,t.head.appendChild(r)):t=Q),o=!n&&[],(i=be.exec(e))?[t.createElement(i[1])]:(i=b([e],t,o),o&&o.length&&pe(o).remove(),pe.merge([],i.childNodes)));var r,i,o},pe.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=q(e.slice(s)),e=e.slice(0,s)),de(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&pe.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?pe("<div>").append(pe.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},pe.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){pe.fn[t]=function(e){return this.on(t,e)}}),pe.expr.pseudos.animated=function(e){return pe.grep(pe.timers,function(t){return e===t.elem}).length},pe.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=pe.css(e,"position"),d=pe(e),c={};"static"===l&&(e.style.position="relative"),s=d.offset(),o=pe.css(e,"top"),u=pe.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=d.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),de(t)&&(t=t.call(e,n,pe.extend({},s))),null!=t.top&&(c.top=t.top-s.top+a),null!=t.left&&(c.left=t.left-s.left+i),"using"in t?t.using.call(e,c):d.css(c)}},pe.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){pe.offset.setOffset(this,e,t)});var t,n,r=this[0];return r?r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.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"===pe.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"===pe.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=pe(e).offset()).top+=pe.css(e,"borderTopWidth",!0),i.left+=pe.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-pe.css(r,"marginTop",!0),left:t.left-i.left-pe.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===pe.css(e,"position");)e=e.offsetParent;return e||Re})}}),pe.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;pe.fn[e]=function(r){return Ye(this,function(e,r,i){var o;if(ce(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),pe.each(["top","left"],function(e,t){pe.cssHooks[t]=H(le.pixelPosition,function(e,n){if(n)return n=E(e,t),ot.test(n)?pe(e).position()[t]+"px":n})}),pe.each({Height:"height",Width:"width"},function(e,t){pe.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){pe.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return Ye(this,function(t,n,i){var o;return ce(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?pe.css(t,n,s):pe.style(t,n,i,s)},t,a?i:void 0,a)}})}),pe.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,t){pe.fn[t]=function(e,n){return 0<arguments.length?this.on(t,null,e,n):this.trigger(t)}}),pe.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),pe.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)}}),pe.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),de(e))return r=ee.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(ee.call(arguments)))}).guid=e.guid=e.guid||pe.guid++,i},pe.holdReady=function(e){e?pe.readyWait++:pe.ready(!0)},pe.isArray=Array.isArray,pe.parseJSON=JSON.parse,pe.nodeName=o,pe.isFunction=de,pe.isWindow=ce,pe.camelCase=h,pe.type=r,pe.now=Date.now,pe.isNumeric=function(e){var t=pe.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return pe});var Xt=e.jQuery,Kt=e.$;return pe.noConflict=function(t){return e.$===pe&&(e.$=Kt),t&&e.jQuery===pe&&(e.jQuery=Xt),pe},t||(e.jQuery=e.$=pe),pe}),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");!function(e){"use strict";var t=jQuery.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1==t[0]&&9==t[1]&&t[2]<1||3<t[0])throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(),function(e){"use strict";e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;return e(this).one("bsTransitionEnd",function(){n=!0}),setTimeout(function(){n||e(r).trigger(e.support.transition.end)},t),this},e(function(){e.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}(),e.support.transition&&(e.event.special.bsTransitionEnd={bindType:e.support.transition.end,delegateType:e.support.transition.end,handle:function(t){if(e(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.VERSION="3.4.1",n.TRANSITION_DURATION=150,n.prototype.close=function(t){function r(){a.detach().trigger("closed.bs.alert").remove()}var i=e(this),o=i.attr("data-target");o||(o=(o=i.attr("href"))&&o.replace(/.*(?=#[^\s]*$)/,"")),o="#"===o?[]:o;var a=e(document).find(o);t&&t.preventDefault(),a.length||(a=i.closest(".alert")),a.trigger(t=e.Event("close.bs.alert")),t.isDefaultPrevented()||(a.removeClass("in"),e.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",r).emulateTransitionEnd(n.TRANSITION_DURATION):r())};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),"string"==typeof t&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.button"),o="object"==typeof t&&t;i||r.data("bs.button",i=new n(this,o)),"toggle"==t?i.toggle():t&&i.setState(t)})}var n=function(t,r){this.$element=e(t),this.options=e.extend({},n.DEFAULTS,r),this.isLoading=!1};n.VERSION="3.4.1",n.DEFAULTS={loadingText:"loading..."},n.prototype.setState=function(t){var n="disabled",r=this.$element,i=r.is("input")?"val":"html",o=r.data();t+="Text",null==o.resetText&&r.data("resetText",r[i]()),setTimeout(e.proxy(function(){r[i](null==o[t]?this.options[t]:o[t]),"loadingText"==t?(this.isLoading=!0,r.addClass(n).attr(n,n).prop(n,!0)):this.isLoading&&(this.isLoading=!1,r.removeClass(n).removeAttr(n).prop(n,!1))},this),0)},n.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 r=e.fn.button;e.fn.button=t,e.fn.button.Constructor=n,e.fn.button.noConflict=function(){return e.fn.button=r,this},e(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(n){var r=e(n.target).closest(".btn");t.call(r,"toggle"),e(n.target).is('input[type="radio"], input[type="checkbox"]')||(n.preventDefault(),r.is("input,button")?r.trigger("focus"):r.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(t){e(t.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(t.type))})}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.carousel"),o=e.extend({},n.DEFAULTS,r.data(),"object"==typeof t&&t),a="string"==typeof t?t:o.slide;i||r.data("bs.carousel",i=new n(this,o)),"number"==typeof t?i.to(t):a?i[a]():o.interval&&i.pause().cycle()})}var n=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",e.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",e.proxy(this.pause,this)).on("mouseleave.bs.carousel",e.proxy(this.cycle,this))};n.VERSION="3.4.1",n.TRANSITION_DURATION=600,n.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},n.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()}},n.prototype.cycle=function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},n.prototype.getItemIndex=function(e){return this.$items=e.parent().children(".item"),this.$items.index(e||this.$active)},n.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)},n.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))},n.prototype.pause=function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition&&(this.$element.trigger(e.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},n.prototype.next=function(){if(!this.sliding)return this.slide("next")},n.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},n.prototype.slide=function(t,r){var i=this.$element.find(".item.active"),o=r||this.getItemForDirection(t,i),a=this.interval,s="next"==t?"left":"right",u=this;if(o.hasClass("active"))return this.sliding=!1;var l=o[0],d=e.Event("slide.bs.carousel",{relatedTarget:l,direction:s});if(this.$element.trigger(d),!d.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var c=e(this.$indicators.children()[this.getItemIndex(o)]);c&&c.addClass("active")}var f=e.Event("slid.bs.carousel",{relatedTarget:l,direction:s});return e.support.transition&&this.$element.hasClass("slide")?(o.addClass(t),"object"==typeof o&&o.length&&o[0].offsetWidth,i.addClass(s),o.addClass(s),i.one("bsTransitionEnd",function(){o.removeClass([t,s].join(" ")).addClass("active"),i.removeClass(["active",s].join(" ")),u.sliding=!1,setTimeout(function(){u.$element.trigger(f)},0)}).emulateTransitionEnd(n.TRANSITION_DURATION)):(i.removeClass("active"),o.addClass("active"),this.sliding=!1,this.$element.trigger(f)),a&&this.cycle(),this}};var r=e.fn.carousel;e.fn.carousel=t,e.fn.carousel.Constructor=n,e.fn.carousel.noConflict=function(){return e.fn.carousel=r,this};var i=function(n){var r=e(this),i=r.attr("href");i&&(i=i.replace(/.*(?=#[^\s]+$)/,""));var o=r.attr("data-target")||i,a=e(document).find(o);if(a.hasClass("carousel")){var s=e.extend({},a.data(),r.data()),u=r.attr("data-slide-to");u&&(s.interval=!1),t.call(a,s),u&&a.data("bs.carousel").to(u),n.preventDefault()}};e(document).on("click.bs.carousel.data-api","[data-slide]",i).on("click.bs.carousel.data-api","[data-slide-to]",i),e(window).on("load",function(){e('[data-ride="carousel"]').each(function(){var n=e(this);t.call(n,n.data())})})}(jQuery),function(e){"use strict";function t(t){var n,r=t.attr("data-target")||(n=t.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"");return e(document).find(r)}function n(t){return this.each(function(){var n=e(this),i=n.data("bs.collapse"),o=e.extend({},r.DEFAULTS,n.data(),"object"==typeof t&&t);!i&&o.toggle&&/show|hide/.test(t)&&(o.toggle=!1),i||n.data("bs.collapse",i=new r(this,o)),"string"==typeof t&&i[t]()})}var r=function(t,n){this.$element=e(t),this.options=e.extend({},r.DEFAULTS,n),this.$trigger=e('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};r.VERSION="3.4.1",r.TRANSITION_DURATION=350,r.DEFAULTS={toggle:!0},r.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"},r.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var t,i=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(i&&i.length&&(t=i.data("bs.collapse"))&&t.transitioning)){var o=e.Event("show.bs.collapse");if(this.$element.trigger(o),!o.isDefaultPrevented()){i&&i.length&&(n.call(i,"hide"),t||i.data("bs.collapse",null));var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var s=function(){this.$element.removeClass("collapsing").addClass("collapse in")[a](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var u=e.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",e.proxy(s,this)).emulateTransitionEnd(r.TRANSITION_DURATION)[a](this.$element[0][u])}}}},r.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var t=e.Event("hide.bs.collapse");if(this.$element.trigger(t),!t.isDefaultPrevented()){var n=this.dimension();this.$element[n](this.$element[n]())[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 i=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};if(!e.support.transition)return i.call(this);this.$element[n](0).one("bsTransitionEnd",e.proxy(i,this)).emulateTransitionEnd(r.TRANSITION_DURATION)}}},r.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},r.prototype.getParent=function(){return e(document).find(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(e.proxy(function(n,r){var i=e(r);this.addAriaAndCollapsedClass(t(i),i)},this)).end()},r.prototype.addAriaAndCollapsedClass=function(e,t){var n=e.hasClass("in");e.attr("aria-expanded",n),t.toggleClass("collapsed",!n).attr("aria-expanded",n)};var i=e.fn.collapse;e.fn.collapse=n,e.fn.collapse.Constructor=r,e.fn.collapse.noConflict=function(){return e.fn.collapse=i,this},e(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(r){var i=e(this);i.attr("data-target")||r.preventDefault();var o=t(i),a=o.data("bs.collapse")?"toggle":i.data();n.call(o,a)})}(jQuery),function(e){"use strict";function t(t){var n=t.attr("data-target");n||(n=(n=t.attr("href"))&&/#[A-Za-z]/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var r="#"!==n?e(document).find(n):null;return r&&r.length?r:t.parent()}function n(n){n&&3===n.which||(e(".dropdown-backdrop").remove(),e(r).each(function(){var r=e(this),i=t(r),o={relatedTarget:this};i.hasClass("open")&&(n&&"click"==n.type&&/input|textarea/i.test(n.target.tagName)&&e.contains(i[0],n.target)||(i.trigger(n=e.Event("hide.bs.dropdown",o)),n.isDefaultPrevented()||(r.attr("aria-expanded","false"),i.removeClass("open").trigger(e.Event("hidden.bs.dropdown",o)))))}))}var r='[data-toggle="dropdown"]',i=function(t){e(t).on("click.bs.dropdown",this.toggle)};i.VERSION="3.4.1",i.prototype.toggle=function(r){var i=e(this);if(!i.is(".disabled, :disabled")){var o=t(i),a=o.hasClass("open");if(n(),!a){"ontouchstart"in document.documentElement&&!o.closest(".navbar-nav").length&&e(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(e(this)).on("click",n);var s={relatedTarget:this};if(o.trigger(r=e.Event("show.bs.dropdown",s)),r.isDefaultPrevented())return;i.trigger("focus").attr("aria-expanded","true"),o.toggleClass("open").trigger(e.Event("shown.bs.dropdown",s))}return!1}},i.prototype.keydown=function(n){if(/(38|40|27|32)/.test(n.which)&&!/input|textarea/i.test(n.target.tagName)){var i=e(this);if(n.preventDefault(),n.stopPropagation(),!i.is(".disabled, :disabled")){var o=t(i),a=o.hasClass("open");if(!a&&27!=n.which||a&&27==n.which)return 27==n.which&&o.find(r).trigger("focus"),i.trigger("click");var s=o.find(".dropdown-menu li:not(.disabled):visible a");if(s.length){var u=s.index(n.target);38==n.which&&0<u&&u--,40==n.which&&u<s.length-1&&u++,~u||(u=0),s.eq(u).trigger("focus")}}}};var o=e.fn.dropdown;e.fn.dropdown=function(t){return this.each(function(){var n=e(this),r=n.data("bs.dropdown");r||n.data("bs.dropdown",r=new i(this)),"string"==typeof t&&r[t].call(n)})},e.fn.dropdown.Constructor=i,e.fn.dropdown.noConflict=function(){return e.fn.dropdown=o,this},e(document).on("click.bs.dropdown.data-api",n).on("click.bs.dropdown.data-api",".dropdown form",function(e){e.stopPropagation()}).on("click.bs.dropdown.data-api",r,i.prototype.toggle).on("keydown.bs.dropdown.data-api",r,i.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",i.prototype.keydown)}(jQuery),function(e){"use strict";function t(t,r){return this.each(function(){var i=e(this),o=i.data("bs.modal"),a=e.extend({},n.DEFAULTS,i.data(),"object"==typeof t&&t);o||i.data("bs.modal",o=new n(this,a)),"string"==typeof t?o[t](r):a.show&&o.show(r)})}var n=function(t,n){this.options=n,this.$body=e(document.body),this.$element=e(t),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.fixedContent=".navbar-fixed-top, .navbar-fixed-bottom",this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,e.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};n.VERSION="3.4.1",n.TRANSITION_DURATION=300,n.BACKDROP_TRANSITION_DURATION=150,n.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},n.prototype.toggle=function(e){return this.isShown?this.hide():this.show(e)},n.prototype.show=function(t){var r=this,i=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(i),this.isShown||i.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"]',e.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){r.$element.one("mouseup.dismiss.bs.modal",function(t){e(t.target).is(r.$element)&&(r.ignoreBackdropClick=!0)})}),this.backdrop(function(){var i=e.support.transition&&r.$element.hasClass("fade");r.$element.parent().length||r.$element.appendTo(r.$body),r.$element.show().scrollTop(0),r.adjustDialog(),i&&r.$element[0].offsetWidth,r.$element.addClass("in"),r.enforceFocus();var o=e.Event("shown.bs.modal",{relatedTarget:t});i?r.$dialog.one("bsTransitionEnd",function(){r.$element.trigger("focus").trigger(o)}).emulateTransitionEnd(n.TRANSITION_DURATION):r.$element.trigger("focus").trigger(o)}))},n.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t),this.isShown&&!t.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),e(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"),e.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",e.proxy(this.hideModal,this)).emulateTransitionEnd(n.TRANSITION_DURATION):this.hideModal())},n.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){document===e.target||this.$element[0]===e.target||this.$element.has(e.target).length||this.$element.trigger("focus")},this))},n.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",e.proxy(function(e){27==e.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},n.prototype.resize=function(){this.isShown?e(window).on("resize.bs.modal",e.proxy(this.handleUpdate,this)):e(window).off("resize.bs.modal")},n.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")})},n.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},n.prototype.backdrop=function(t){var r=this,i=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var o=e.support.transition&&i;if(this.$backdrop=e(document.createElement("div")).addClass("modal-backdrop "+i).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",e.proxy(function(e){this.ignoreBackdropClick?this.ignoreBackdropClick=!1:e.target===e.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide())},this)),o&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!t)return;o?this.$backdrop.one("bsTransitionEnd",t).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):t()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var a=function(){r.removeBackdrop(),t&&t()};e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",a).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):a()}else t&&t()},n.prototype.handleUpdate=function(){this.adjustDialog()},n.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:""})},n.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},n.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()},n.prototype.setScrollbar=function(){var t=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"";var n=this.scrollbarWidth;this.bodyIsOverflowing&&(this.$body.css("padding-right",t+n),e(this.fixedContent).each(function(t,r){var i=r.style.paddingRight,o=e(r).css("padding-right");e(r).data("padding-right",i).css("padding-right",parseFloat(o)+n+"px")}))},n.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad),e(this.fixedContent).each(function(t,n){var r=e(n).data("padding-right");e(n).removeData("padding-right"),n.style.paddingRight=r||""})},n.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 r=e.fn.modal;e.fn.modal=t,e.fn.modal.Constructor=n,e.fn.modal.noConflict=function(){return e.fn.modal=r,this},e(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(n){var r=e(this),i=r.attr("href"),o=r.attr("data-target")||i&&i.replace(/.*(?=#[^\s]+$)/,""),a=e(document).find(o),s=a.data("bs.modal")?"toggle":e.extend({remote:!/#/.test(i)&&i},a.data(),r.data());r.is("a")&&n.preventDefault(),a.one("show.bs.modal",function(e){e.isDefaultPrevented()||a.one("hidden.bs.modal",function(){r.is(":visible")&&r.trigger("focus")})}),t.call(a,s,this)})}(jQuery),function(e){"use strict";function t(t,n){var r=t.nodeName.toLowerCase();if(-1!==e.inArray(r,n))return-1===e.inArray(r,i)||Boolean(t.nodeValue.match(a)||t.nodeValue.match(s));for(var o=e(n).filter(function(e,t){return t instanceof RegExp}),u=0,l=o.length;u<l;u++)if(r.match(o[u]))return!0;return!1}function n(n,r,i){if(0===n.length)return n;if(i&&"function"==typeof i)return i(n);if(!document.implementation||!document.implementation.createHTMLDocument)return n;var o=document.implementation.createHTMLDocument("sanitization");o.body.innerHTML=n;for(var a=e.map(r,function(e,t){return t}),s=e(o.body).find("*"),u=0,l=s.length;u<l;u++){var d=s[u],c=d.nodeName.toLowerCase();if(-1!==e.inArray(c,a))for(var f=e.map(d.attributes,function(e){return e}),h=[].concat(r["*"]||[],r[c]||[]),p=0,m=f.length;p<m;p++)t(f[p],h)||d.removeAttribute(f[p].nodeName);else d.parentNode.removeChild(d)}return o.body.innerHTML}var r=["sanitize","whiteList","sanitizeFn"],i=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],o={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},a=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,s=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i,u=function(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)};u.VERSION="3.4.1",u.TRANSITION_DURATION=150,u.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},sanitize:!0,sanitizeFn:null,whiteList:o},u.prototype.init=function(t,n,r){if(this.enabled=!0,this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.$viewport=this.options.viewport&&e(document).find(e.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 i=this.options.trigger.split(" "),o=i.length;o--;){var a=i[o];if("click"==a)this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this));else if("manual"!=a){var s="hover"==a?"mouseenter":"focusin",u="hover"==a?"mouseleave":"focusout";this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(u+"."+this.type,this.options.selector,e.proxy(this.leave,this))}}this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},u.prototype.getDefaults=function(){return u.DEFAULTS},u.prototype.getOptions=function(t){var i=this.$element.data();for(var o in i)i.hasOwnProperty(o)&&-1!==e.inArray(o,r)&&delete i[o];return(t=e.extend({},this.getDefaults(),i,t)).delay&&"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),t.sanitize&&(t.template=n(t.template,t.whiteList,t.sanitizeFn)),t},u.prototype.getDelegateOptions=function(){var t={},n=this.getDefaults();return this._options&&e.each(this._options,function(e,r){n[e]!=r&&(t[e]=r)}),t},u.prototype.enter=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget).data("bs."+this.type);if(n||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n)),t instanceof e.Event&&(n.inState["focusin"==t.type?"focus":"hover"]=!0),n.tip().hasClass("in")||"in"==n.hoverState)n.hoverState="in";else{if(clearTimeout(n.timeout),n.hoverState="in",!n.options.delay||!n.options.delay.show)return n.show();n.timeout=setTimeout(function(){"in"==n.hoverState&&n.show()},n.options.delay.show)}},u.prototype.isInStateTrue=function(){for(var e in this.inState)if(this.inState[e])return!0;return!1},u.prototype.leave=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget).data("bs."+this.type);if(n||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n)),t instanceof e.Event&&(n.inState["focusout"==t.type?"focus":"hover"]=!1),!n.isInStateTrue()){if(clearTimeout(n.timeout),n.hoverState="out",
!n.options.delay||!n.options.delay.hide)return n.hide();n.timeout=setTimeout(function(){"out"==n.hoverState&&n.hide()},n.options.delay.hide)}},u.prototype.show=function(){var t=e.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(t);var n=e.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(t.isDefaultPrevented()||!n)return;var r=this,i=this.tip(),o=this.getUID(this.type);this.setContent(),i.attr("id",o),this.$element.attr("aria-describedby",o),this.options.animation&&i.addClass("fade");var a="function"==typeof this.options.placement?this.options.placement.call(this,i[0],this.$element[0]):this.options.placement,s=/\s?auto?\s?/i,l=s.test(a);l&&(a=a.replace(s,"")||"top"),i.detach().css({top:0,left:0,display:"block"}).addClass(a).data("bs."+this.type,this),this.options.container?i.appendTo(e(document).find(this.options.container)):i.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var d=this.getPosition(),c=i[0].offsetWidth,f=i[0].offsetHeight;if(l){var h=a,p=this.getPosition(this.$viewport);a="bottom"==a&&d.bottom+f>p.bottom?"top":"top"==a&&d.top-f<p.top?"bottom":"right"==a&&d.right+c>p.width?"left":"left"==a&&d.left-c<p.left?"right":a,i.removeClass(h).addClass(a)}var m=this.getCalculatedOffset(a,d,c,f);this.applyPlacement(m,a);var _=function(){var e=r.hoverState;r.$element.trigger("shown.bs."+r.type),r.hoverState=null,"out"==e&&r.leave(r)};e.support.transition&&this.$tip.hasClass("fade")?i.one("bsTransitionEnd",_).emulateTransitionEnd(u.TRANSITION_DURATION):_()}},u.prototype.applyPlacement=function(t,n){var r=this.tip(),i=r[0].offsetWidth,o=r[0].offsetHeight,a=parseInt(r.css("margin-top"),10),s=parseInt(r.css("margin-left"),10);isNaN(a)&&(a=0),isNaN(s)&&(s=0),t.top+=a,t.left+=s,e.offset.setOffset(r[0],e.extend({using:function(e){r.css({top:Math.round(e.top),left:Math.round(e.left)})}},t),0),r.addClass("in");var u=r[0].offsetWidth,l=r[0].offsetHeight;"top"==n&&l!=o&&(t.top=t.top+o-l);var d=this.getViewportAdjustedDelta(n,t,u,l);d.left?t.left+=d.left:t.top+=d.top;var c=/top|bottom/.test(n),f=c?2*d.left-i+u:2*d.top-o+l,h=c?"offsetWidth":"offsetHeight";r.offset(t),this.replaceArrow(f,r[0][h],c)},u.prototype.replaceArrow=function(e,t,n){this.arrow().css(n?"left":"top",50*(1-e/t)+"%").css(n?"top":"left","")},u.prototype.setContent=function(){var e=this.tip(),t=this.getTitle();this.options.html?(this.options.sanitize&&(t=n(t,this.options.whiteList,this.options.sanitizeFn)),e.find(".tooltip-inner").html(t)):e.find(".tooltip-inner").text(t),e.removeClass("fade in top bottom left right")},u.prototype.hide=function(t){function n(){"in"!=r.hoverState&&i.detach(),r.$element&&r.$element.removeAttr("aria-describedby").trigger("hidden.bs."+r.type),t&&t()}var r=this,i=e(this.$tip),o=e.Event("hide.bs."+this.type);if(this.$element.trigger(o),!o.isDefaultPrevented())return i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.one("bsTransitionEnd",n).emulateTransitionEnd(u.TRANSITION_DURATION):n(),this.hoverState=null,this},u.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","")},u.prototype.hasContent=function(){return this.getTitle()},u.prototype.getPosition=function(t){var n=(t=t||this.$element)[0],r="BODY"==n.tagName,i=n.getBoundingClientRect();null==i.width&&(i=e.extend({},i,{width:i.right-i.left,height:i.bottom-i.top}));var o=window.SVGElement&&n instanceof window.SVGElement,a=r?{top:0,left:0}:o?null:t.offset(),s={scroll:r?document.documentElement.scrollTop||document.body.scrollTop:t.scrollTop()},u=r?{width:e(window).width(),height:e(window).height()}:null;return e.extend({},i,s,u,a)},u.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}},u.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,u=t.top+o-a.scroll+r;s<a.top?i.top=a.top-s:u>a.top+a.height&&(i.top=a.top+a.height-u)}else{var l=t.left-o,d=t.left+o+n;l<a.left?i.left=a.left-l:d>a.right&&(i.left=a.left+a.width-d)}return i},u.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)},u.prototype.getUID=function(e){for(;e+=~~(1e6*Math.random()),document.getElementById(e););return e},u.prototype.tip=function(){if(!this.$tip&&(this.$tip=e(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},u.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},u.prototype.enable=function(){this.enabled=!0},u.prototype.disable=function(){this.enabled=!1},u.prototype.toggleEnabled=function(){this.enabled=!this.enabled},u.prototype.toggle=function(t){var n=this;t&&((n=e(t.currentTarget).data("bs."+this.type))||(n=new this.constructor(t.currentTarget,this.getDelegateOptions()),e(t.currentTarget).data("bs."+this.type,n))),t?(n.inState.click=!n.inState.click,n.isInStateTrue()?n.enter(n):n.leave(n)):n.tip().hasClass("in")?n.leave(n):n.enter(n)},u.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})},u.prototype.sanitizeHtml=function(e){return n(e,this.options.whiteList,this.options.sanitizeFn)};var l=e.fn.tooltip;e.fn.tooltip=function(t){return this.each(function(){var n=e(this),r=n.data("bs.tooltip"),i="object"==typeof t&&t;!r&&/destroy|hide/.test(t)||(r||n.data("bs.tooltip",r=new u(this,i)),"string"==typeof t&&r[t]())})},e.fn.tooltip.Constructor=u,e.fn.tooltip.noConflict=function(){return e.fn.tooltip=l,this}}(jQuery),function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};if(!e.fn.tooltip)throw new Error("Popover requires tooltip.js");t.VERSION="3.4.1",t.DEFAULTS=e.extend({},e.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>'}),((t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype)).constructor=t).prototype.getDefaults=function(){return t.DEFAULTS},t.prototype.setContent=function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();if(this.options.html){var r=typeof n;this.options.sanitize&&(t=this.sanitizeHtml(t),"string"===r&&(n=this.sanitizeHtml(n))),e.find(".popover-title").html(t),e.find(".popover-content").children().detach().end()["string"===r?"html":"append"](n)}else e.find(".popover-title").text(t),e.find(".popover-content").children().detach().end().text(n);e.removeClass("fade top bottom left right in"),e.find(".popover-title").html()||e.find(".popover-title").hide()},t.prototype.hasContent=function(){return this.getTitle()||this.getContent()},t.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)},t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var n=e.fn.popover;e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("bs.popover"),o="object"==typeof n&&n;!i&&/destroy|hide/.test(n)||(i||r.data("bs.popover",i=new t(this,o)),"string"==typeof n&&i[n]())})},e.fn.popover.Constructor=t,e.fn.popover.noConflict=function(){return e.fn.popover=n,this}}(jQuery),function(e){"use strict";function t(n,r){this.$body=e(document.body),this.$scrollElement=e(e(n).is(document.body)?window:n),this.options=e.extend({},t.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",e.proxy(this.process,this)),this.refresh(),this.process()}function n(n){return this.each(function(){var r=e(this),i=r.data("bs.scrollspy"),o="object"==typeof n&&n;i||r.data("bs.scrollspy",i=new t(this,o)),"string"==typeof n&&i[n]()})}t.VERSION="3.4.1",t.DEFAULTS={offset:10},t.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},t.prototype.refresh=function(){var t=this,n="offset",r=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),e.isWindow(this.$scrollElement[0])||(n="position",r=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var t=e(this),i=t.data("target")||t.attr("href"),o=/^#./.test(i)&&e(i);return o&&o.length&&o.is(":visible")&&[[o[n]().top+r,i]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},t.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])},t.prototype.activate=function(t){this.activeTarget=t,this.clear();var n=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',r=e(n).parents("li").addClass("active");r.parent(".dropdown-menu").length&&(r=r.closest("li.dropdown").addClass("active")),r.trigger("activate.bs.scrollspy")},t.prototype.clear=function(){e(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var r=e.fn.scrollspy;e.fn.scrollspy=n,e.fn.scrollspy.Constructor=t,e.fn.scrollspy.noConflict=function(){return e.fn.scrollspy=r,this},e(window).on("load.bs.scrollspy.data-api",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);n.call(t,t.data())})})}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new n(this)),"string"==typeof t&&i[t]()})}var n=function(t){this.element=e(t)};n.VERSION="3.4.1",n.TRANSITION_DURATION=150,n.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.data("target");if(r||(r=(r=t.attr("href"))&&r.replace(/.*(?=#[^\s]*$)/,"")),!t.parent("li").hasClass("active")){var i=n.find(".active:last a"),o=e.Event("hide.bs.tab",{relatedTarget:t[0]}),a=e.Event("show.bs.tab",{relatedTarget:i[0]});if(i.trigger(o),t.trigger(a),!a.isDefaultPrevented()&&!o.isDefaultPrevented()){var s=e(document).find(r);this.activate(t.closest("li"),n),this.activate(s,s.parent(),function(){i.trigger({type:"hidden.bs.tab",relatedTarget:t[0]}),t.trigger({type:"shown.bs.tab",relatedTarget:i[0]})})}}},n.prototype.activate=function(t,r,i){function o(){a.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),t.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu").length&&t.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),i&&i()}var a=r.find("> .active"),s=i&&e.support.transition&&(a.length&&a.hasClass("fade")||!!r.find("> .fade").length);a.length&&s?a.one("bsTransitionEnd",o).emulateTransitionEnd(n.TRANSITION_DURATION):o(),a.removeClass("in")};var r=e.fn.tab;e.fn.tab=t,e.fn.tab.Constructor=n,e.fn.tab.noConflict=function(){return e.fn.tab=r,this};var i=function(n){n.preventDefault(),t.call(e(this),"show")};e(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery),function(e){"use strict";function t(t){return this.each(function(){var r=e(this),i=r.data("bs.affix"),o="object"==typeof t&&t;i||r.data("bs.affix",i=new n(this,o)),"string"==typeof t&&i[t]()})}var n=function(t,r){this.options=e.extend({},n.DEFAULTS,r);var i=this.options.target===n.DEFAULTS.target?e(this.options.target):e(document).find(this.options.target);this.$target=i.on("scroll.bs.affix.data-api",e.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",e.proxy(this.checkPositionWithEventLoop,this)),this.$element=e(t),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};n.VERSION="3.4.1",n.RESET="affix affix-top affix-bottom",n.DEFAULTS={offset:0,target:window},n.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,u=s?i:o.top;return null!=n&&i<=n?"top":null!=r&&e-r<=u+(s?a:t)&&"bottom"},n.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(n.RESET).addClass("affix");var e=this.$target.scrollTop(),t=this.$element.offset();return this.pinnedOffset=t.top-e},n.prototype.checkPositionWithEventLoop=function(){setTimeout(e.proxy(this.checkPosition,this),1)},n.prototype.checkPosition=function(){if(this.$element.is(":visible")){var t=this.$element.height(),r=this.options.offset,i=r.top,o=r.bottom,a=Math.max(e(document).height(),e(document.body).height());"object"!=typeof r&&(o=i=r),"function"==typeof i&&(i=r.top(this.$element)),"function"==typeof o&&(o=r.bottom(this.$element));var s=this.getState(a,t,i,o);if(this.affixed!=s){null!=this.unpin&&this.$element.css("top","");var u="affix"+(s?"-"+s:""),l=e.Event(u+".bs.affix");if(this.$element.trigger(l),l.isDefaultPrevented())return;this.affixed=s,this.unpin="bottom"==s?this.getPinnedOffset():null,this.$element.removeClass(n.RESET).addClass(u).trigger(u.replace("affix","affixed")+".bs.affix")}"bottom"==s&&this.$element.offset({top:a-t-o})}};var r=e.fn.affix;e.fn.affix=t,e.fn.affix.Constructor=n,e.fn.affix.noConflict=function(){return e.fn.affix=r,this},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var n=e(this),r=n.data();r.offset=r.offset||{},null!=r.offsetBottom&&(r.offset.bottom=r.offsetBottom),null!=r.offsetTop&&(r.offset.top=r.offsetTop),t.call(n,r)})})}(jQuery),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.moment=t()}(this,function(){"use strict";function e(){return Nt.apply(null,arguments)}function t(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function n(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function r(e){return void 0===e}function i(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function o(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function a(e,t){var n,r=[];for(n=0;n<e.length;++n)r.push(t(e[n],n));return r}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e,t){for(var n in t)s(t,n)&&(e[n]=t[n]);return s(t,"toString")&&(e.toString=t.toString),s(t,"valueOf")&&(e.valueOf=t.valueOf),e}function l(e,t,n,r){return _e(e,t,n,r,!0).utc()}function d(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function c(e){if(null==e._isValid){var t=d(e),n=It.call(t.parsedDateParts,function(e){return null!=e}),r=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(r=r&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return r;e._isValid=r}return e._isValid}function f(e){var t=l(NaN);return null!=e?u(d(t),e):d(t).userInvalidated=!0,t}function h(e,t){var n,i,o;if(r(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),r(t._i)||(e._i=t._i),r(t._f)||(e._f=t._f),r(t._l)||(e._l=t._l),r(t._strict)||(e._strict=t._strict),r(t._tzm)||(e._tzm=t._tzm),r(t._isUTC)||(e._isUTC=t._isUTC),r(t._offset)||(e._offset=t._offset),r(t._pf)||(e._pf=d(t)),r(t._locale)||(e._locale=t._locale),0<Wt.length)for(n=0;n<Wt.length;n++)r(o=t[i=Wt[n]])||(e[i]=o);return e}function p(t){h(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===$t&&($t=!0,e.updateOffset(this),$t=!1)}function m(e){return e instanceof p||null!=e&&null!=e._isAMomentObject}function _(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function g(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=_(t)),n}function y(e,t,n){var r,i=Math.min(e.length,t.length),o=Math.abs(e.length-t.length),a=0;for(r=0;r<i;r++)(n&&e[r]!==t[r]||!n&&g(e[r])!==g(t[r]))&&a++;return a+o}function v(t){!1===e.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function b(t,n){var r=!0;return u(function(){if(null!=e.deprecationHandler&&e.deprecationHandler(null,t),r){for(var i,o=[],a=0;a<arguments.length;a++){if(i="","object"==typeof arguments[a]){for(var s in i+="\n["+a+"] ",arguments[0])i+=s+": "+arguments[0][s]+", ";i=i.slice(0,-2)}else i=arguments[a];o.push(i)}v(t+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),r=!1}return n.apply(this,arguments)},n)}function M(t,n){null!=e.deprecationHandler&&e.deprecationHandler(t,n),Ft[t]||(v(n),Ft[t]=!0)}function w(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function L(e,t){var r,i=u({},e);for(r in t)s(t,r)&&(n(e[r])&&n(t[r])?(i[r]={},u(i[r],e[r]),u(i[r],t[r])):null!=t[r]?i[r]=t[r]:delete i[r]);for(r in e)s(e,r)&&!s(t,r)&&n(e[r])&&(i[r]=u({},i[r]));return i}function x(e){null!=e&&this.set(e)}function k(e,t){var n=e.toLowerCase();zt[n]=zt[n+"s"]=zt[t]=e}function D(e){return"string"==typeof e?zt[e]||zt[e.toLowerCase()]:void 0}function T(e){var t,n,r={};for(n in e)s(e,n)&&(t=D(n))&&(r[t]=e[n]);return r}function Y(e,t){qt[e]=t}function S(e,t,n){var r=""+Math.abs(e),i=t-r.length;return(0<=e?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}function C(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(Jt[e]=i),t&&(Jt[t[0]]=function(){return S(i.apply(this,arguments),t[1],t[2])}),n&&(Jt[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function j(e,t){return e.isValid()?(t=E(t,e.localeData()),Vt[t]=Vt[t]||function(e){var t,n,r,i=e.match(Bt);for(t=0,n=i.length;t<n;t++)Jt[i[t]]?i[t]=Jt[i[t]]:i[t]=(r=i[t]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(t){var r,o="";for(r=0;r<n;r++)o+=w(i[r])?i[r].call(t,e):i[r];return o}}(t),Vt[t](e)):e.localeData().invalidDate()}function E(e,t){function n(e){return t.longDateFormat(e)||e}var r=5;for(Ut.lastIndex=0;0<=r&&Ut.test(e);)e=e.replace(Ut,n),Ut.lastIndex=0,r-=1;return e}function H(e,t,n){fn[e]=w(t)?t:function(e,r){return e&&n?n:t}}function A(e,t){return s(fn,e)?fn[e](t._strict,t._locale):new RegExp(O(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,n,r,i){return t||n||r||i})))}function O(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function P(e,t){var n,r=t;for("string"==typeof e&&(e=[e]),i(t)&&(r=function(e,n){n[t]=g(e)}),n=0;n<e.length;n++)hn[e[n]]=r}function N(e,t){P(e,function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)})}function I(e){return R(e)?366:365}function R(e){return e%4==0&&e%100!=0||e%400==0}function W(t,n){return function(r){return null!=r?(F(this,t,r),e.updateOffset(this,n),this):$(this,t)}}function $(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function F(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&R(e.year())&&1===e.month()&&29===e.date()?e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),z(n,e.month())):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function z(e,t){if(isNaN(e)||isNaN(t))return NaN;var n,r=(t%(n=12)+n)%n;return e+=(t-r)/12,1===r?R(e)?29:28:31-r%7%2}function q(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=g(t);else if(!i(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),z(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function B(t){return null!=t?(q(this,t),e.updateOffset(this,!0),this):$(this,"Month")}function U(){function e(e,t){return t.length-e.length}var t,n,r=[],i=[],o=[];for(t=0;t<12;t++)n=l([2e3,t]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));for(r.sort(e),i.sort(e),o.sort(e),t=0;t<12;t++)r[t]=O(r[t]),i[t]=O(i[t]);for(t=0;t<24;t++)o[t]=O(o[t]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function V(e){var t;if(e<100&&0<=e){var n=Array.prototype.slice.call(arguments);n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)}else t=new Date(Date.UTC.apply(null,arguments));return t}function J(e,t,n){var r=7+t-n;return-(7+V(e,0,r).getUTCDay()-t)%7+r-1}function G(e,t,n,r,i){var o,a,s=1+7*(t-1)+(7+n-r)%7+J(e,r,i);return a=s<=0?I(o=e-1)+s:s>I(e)?(o=e+1,s-I(e)):(o=e,s),{year:o,dayOfYear:a}}function X(e,t,n){var r,i,o=J(e.year(),t,n),a=Math.floor((e.dayOfYear()-o-1)/7)+1;return a<1?r=a+K(i=e.year()-1,t,n):a>K(e.year(),t,n)?(r=a-K(e.year(),t,n),i=e.year()+1):(i=e.year(),r=a),{week:r,year:i}}function K(e,t,n){var r=J(e,t,n),i=J(e+1,t,n);return(I(e)-r+i)/7}function Q(e,t){return e.slice(t,7).concat(e.slice(0,t))}function Z(){function e(e,t){return t.length-e.length}var t,n,r,i,o,a=[],s=[],u=[],d=[];for(t=0;t<7;t++)n=l([2e3,1]).day(t),r=this.weekdaysMin(n,""),i=this.weekdaysShort(n,""),o=this.weekdays(n,""),a.push(r),s.push(i),u.push(o),d.push(r),d.push(i),d.push(o);for(a.sort(e),s.sort(e),u.sort(e),d.sort(e),t=0;t<7;t++)s[t]=O(s[t]),u[t]=O(u[t]),d[t]=O(d[t]);this._weekdaysRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function ee(){return this.hours()%12||12}function te(e,t){C(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function ne(e,t){return t._meridiemParse}function re(e){return e?e.toLowerCase().replace("_","-"):e}function ie(e){var t=null;if(!Rn[e]&&"undefined"!=typeof module&&module&&module.exports)try{t=Pn._abbr,require("./locale/"+e),oe(t)}catch(e){}return Rn[e]}function oe(e,t){var n;return e&&((n=r(t)?se(e):ae(e,t))?Pn=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Pn._abbr}function ae(e,t){if(null===t)return delete Rn[e],null;var n,r=In;if(t.abbr=e,null!=Rn[e])M("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=Rn[e]._config;else if(null!=t.parentLocale)if(null!=Rn[t.parentLocale])r=Rn[t.parentLocale]._config;else{if(null==(n=ie(t.parentLocale)))return Wn[t.parentLocale]||(Wn[t.parentLocale]=[]),Wn[t.parentLocale].push({name:e,config:t}),null;r=n._config}return Rn[e]=new x(L(r,t)),Wn[e]&&Wn[e].forEach(function(e){ae(e.name,e.config)}),oe(e),Rn[e]}function se(e){var n;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Pn;if(!t(e)){if(n=ie(e))return n;e=[e]}return function(e){for(var t,n,r,i,o=0;o<e.length;){for(t=(i=re(e[o]).split("-")).length,n=(n=re(e[o+1]))?n.split("-"):null;0<t;){if(r=ie(i.slice(0,t).join("-")))return r;if(n&&n.length>=t&&y(i,n,!0)>=t-1)break;t--}o++}return Pn}(e)}function ue(e){var t,n=e._a;return n&&-2===d(e).overflow&&(t=n[mn]<0||11<n[mn]?mn:n[_n]<1||n[_n]>z(n[pn],n[mn])?_n:n[gn]<0||24<n[gn]||24===n[gn]&&(0!==n[yn]||0!==n[vn]||0!==n[bn])?gn:n[yn]<0||59<n[yn]?yn:n[vn]<0||59<n[vn]?vn:n[bn]<0||999<n[bn]?bn:-1,d(e)._overflowDayOfYear&&(t<pn||_n<t)&&(t=_n),d(e)._overflowWeeks&&-1===t&&(t=Mn),d(e)._overflowWeekday&&-1===t&&(t=wn),d(e).overflow=t),e}function le(e,t,n){return null!=e?e:null!=t?t:n}function de(t){var n,r,i,o,a,s=[];if(!t._d){var u,l;for(u=t,l=new Date(e.now()),i=u._useUTC?[l.getUTCFullYear(),l.getUTCMonth(),l.getUTCDate()]:[l.getFullYear(),l.getMonth(),l.getDate()],t._w&&null==t._a[_n]&&null==t._a[mn]&&function(e){var t,n,r,i,o,a,s,u;if(null!=(t=e._w).GG||null!=t.W||null!=t.E)o=1,a=4,n=le(t.GG,e._a[pn],X(ge(),1,4).year),r=le(t.W,1),((i=le(t.E,1))<1||7<i)&&(u=!0);else{o=e._locale._week.dow,a=e._locale._week.doy;var l=X(ge(),o,a);n=le(t.gg,e._a[pn],l.year),r=le(t.w,l.week),null!=t.d?((i=t.d)<0||6<i)&&(u=!0):null!=t.e?(i=t.e+o,(t.e<0||6<t.e)&&(u=!0)):i=o}r<1||r>K(n,o,a)?d(e)._overflowWeeks=!0:null!=u?d(e)._overflowWeekday=!0:(s=G(n,r,i,o,a),e._a[pn]=s.year,e._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(a=le(t._a[pn],i[pn]),(t._dayOfYear>I(a)||0===t._dayOfYear)&&(d(t)._overflowDayOfYear=!0),r=V(a,0,t._dayOfYear),t._a[mn]=r.getUTCMonth(),t._a[_n]=r.getUTCDate()),n=0;n<3&&null==t._a[n];++n)t._a[n]=s[n]=i[n];for(;n<7;n++)t._a[n]=s[n]=null==t._a[n]?2===n?1:0:t._a[n];24===t._a[gn]&&0===t._a[yn]&&0===t._a[vn]&&0===t._a[bn]&&(t._nextDay=!0,t._a[gn]=0),t._d=(t._useUTC?V:function(e,t,n,r,i,o,a){var s;return e<100&&0<=e?(s=new Date(e+400,t,n,r,i,o,a),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,i,o,a),s}).apply(null,s),o=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[gn]=24),t._w&&void 0!==t._w.d&&t._w.d!==o&&(d(t).weekdayMismatch=!0)}}function ce(e){var t,n,r,i,o,a,s=e._i,u=$n.exec(s)||Fn.exec(s);if(u){for(d(e).iso=!0,t=0,n=qn.length;t<n;t++)if(qn[t][1].exec(u[1])){i=qn[t][0],r=!1!==qn[t][2];break}if(null==i)return void(e._isValid=!1);if(u[3]){for(t=0,n=Bn.length;t<n;t++)if(Bn[t][1].exec(u[3])){o=(u[2]||" ")+Bn[t][0];break}if(null==o)return void(e._isValid=!1)}if(!r&&null!=o)return void(e._isValid=!1);if(u[4]){if(!zn.exec(u[4]))return void(e._isValid=!1);a="Z"}e._f=i+(o||"")+(a||""),pe(e)}else e._isValid=!1}function fe(e,t,n,r,i,o){var a=[function(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}(e),Tn.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return o&&a.push(parseInt(o,10)),a}function he(e){var t,n,r,i=Vn.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(i){var o=fe(i[4],i[3],i[2],i[5],i[6],i[7]);if(t=i[1],n=o,r=e,t&&jn.indexOf(t)!==new Date(n[0],n[1],n[2]).getDay()&&(d(r).weekdayMismatch=!0,!(r._isValid=!1)))return;e._a=o,e._tzm=function(e,t,n){if(e)return Jn[e];if(t)return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}(i[8],i[9],i[10]),e._d=V.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),d(e).rfc2822=!0}else e._isValid=!1}function pe(t){if(t._f!==e.ISO_8601)if(t._f!==e.RFC_2822){t._a=[],d(t).empty=!0;var n,r,i,o,a,u,l,c,f=""+t._i,h=f.length,p=0;for(i=E(t._f,t._locale).match(Bt)||[],n=0;n<i.length;n++)o=i[n],(r=(f.match(A(o,t))||[])[0])&&(0<(a=f.substr(0,f.indexOf(r))).length&&d(t).unusedInput.push(a),f=f.slice(f.indexOf(r)+r.length),p+=r.length),Jt[o]?(r?d(t).empty=!1:d(t).unusedTokens.push(o),u=o,c=t,null!=(l=r)&&s(hn,u)&&hn[u](l,c._a,c,u)):t._strict&&!r&&d(t).unusedTokens.push(o);d(t).charsLeftOver=h-p,0<f.length&&d(t).unusedInput.push(f),t._a[gn]<=12&&!0===d(t).bigHour&&0<t._a[gn]&&(d(t).bigHour=void 0),d(t).parsedDateParts=t._a.slice(0),d(t).meridiem=t._meridiem,t._a[gn]=function(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):(null!=e.isPM&&((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0)),t)}(t._locale,t._a[gn],t._meridiem),de(t),ue(t)}else he(t);else ce(t)}function me(s){var l,_,g,y,v=s._i,b=s._f;return s._locale=s._locale||se(s._l),null===v||void 0===b&&""===v?f({nullInput:!0}):("string"==typeof v&&(s._i=v=s._locale.preparse(v)),m(v)?new p(ue(v)):(o(v)?s._d=v:t(b)?function(e){var t,n,r,i,o;if(0===e._f.length)return d(e).invalidFormat=!0,e._d=new Date(NaN);for(i=0;i<e._f.length;i++)o=0,t=h({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[i],pe(t),c(t)&&(o+=d(t).charsLeftOver,o+=10*d(t).unusedTokens.length,d(t).score=o,(null==r||o<r)&&(r=o,n=t));u(e,n||t)}(s):b?pe(s):r(_=(l=s)._i)?l._d=new Date(e.now()):o(_)?l._d=new Date(_.valueOf()):"string"==typeof _?(g=l,null===(y=Un.exec(g._i))?(ce(g),!1===g._isValid&&(delete g._isValid,he(g),!1===g._isValid&&(delete g._isValid,e.createFromInputFallback(g)))):g._d=new Date(+y[1])):t(_)?(l._a=a(_.slice(0),function(e){return parseInt(e,10)}),de(l)):n(_)?function(e){if(!e._d){var t=T(e._i);e._a=a([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],function(e){return e&&parseInt(e,10)}),de(e)}}(l):i(_)?l._d=new Date(_):e.createFromInputFallback(l),c(s)||(s._d=null),s))}function _e(e,r,i,o,a){var s,u={};return!0!==i&&!1!==i||(o=i,i=void 0),(n(e)&&function(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}(e)||t(e)&&0===e.length)&&(e=void 0),u._isAMomentObject=!0,u._useUTC=u._isUTC=a,u._l=i,u._i=e,u._f=r,u._strict=o,(s=new p(ue(me(u))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function ge(e,t,n,r){return _e(e,t,n,r,!1)}function ye(e,n){var r,i;if(1===n.length&&t(n[0])&&(n=n[0]),!n.length)return ge();for(r=n[0],i=1;i<n.length;++i)n[i].isValid()&&!n[i][e](r)||(r=n[i]);return r}function ve(e){var t=T(e),n=t.year||0,r=t.quarter||0,i=t.month||0,o=t.week||t.isoWeek||0,a=t.day||0,s=t.hour||0,u=t.minute||0,l=t.second||0,d=t.millisecond||0;this._isValid=function(e){for(var t in e)if(-1===Ln.call(Kn,t)||null!=e[t]&&isNaN(e[t]))return!1;for(var n=!1,r=0;r<Kn.length;++r)if(e[Kn[r]]){if(n)return!1;parseFloat(e[Kn[r]])!==g(e[Kn[r]])&&(n=!0)}return!0}(t),this._milliseconds=+d+1e3*l+6e4*u+1e3*s*60*60,this._days=+a+7*o,this._months=+i+3*r+12*n,this._data={},this._locale=se(),this._bubble()}function be(e){return e instanceof ve}function Me(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function we(e,t){C(e,0,0,function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+S(~~(e/60),2)+t+S(~~e%60,2)})}function Le(e,t){var n=(t||"").match(e);if(null===n)return null;var r=((n[n.length-1]||[])+"").match(Qn)||["-",0,0],i=60*r[1]+g(r[2]);return 0===i?0:"+"===r[0]?i:-i}function xe(t,n){var r,i;return n._isUTC?(r=n.clone(),i=(m(t)||o(t)?t.valueOf():ge(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+i),e.updateOffset(r,!1),r):ge(t).local()}function ke(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function De(){return!!this.isValid()&&this._isUTC&&0===this._offset}function Te(e,t){var n,r,o,a=e,u=null;return be(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:i(e)?(a={},t?a[t]=e:a.milliseconds=e):(u=Zn.exec(e))?(n="-"===u[1]?-1:1,a={y:0,d:g(u[_n])*n,h:g(u[gn])*n,m:g(u[yn])*n,s:g(u[vn])*n,ms:g(Me(1e3*u[bn]))*n}):(u=er.exec(e))?(n="-"===u[1]?-1:1,a={y:Ye(u[2],n),M:Ye(u[3],n),w:Ye(u[4],n),d:Ye(u[5],n),h:Ye(u[6],n),m:Ye(u[7],n),s:Ye(u[8],n)}):null==a?a={}:"object"==typeof a&&("from"in a||"to"in a)&&(o=function(e,t){var n;return e.isValid()&&t.isValid()?(t=xe(t,e),e.isBefore(t)?n=Se(e,t):((n=Se(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,
months:0}}(ge(a.from),ge(a.to)),(a={}).ms=o.milliseconds,a.M=o.months),r=new ve(a),be(e)&&s(e,"_locale")&&(r._locale=e._locale),r}function Ye(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Se(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ce(e,t){return function(n,r){var i;return null===r||isNaN(+r)||(M(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=n,n=r,r=i),je(this,Te(n="string"==typeof n?+n:n,r),e),this}}function je(t,n,r,i){var o=n._milliseconds,a=Me(n._days),s=Me(n._months);t.isValid()&&(i=null==i||i,s&&q(t,$(t,"Month")+s*r),a&&F(t,"Date",$(t,"Date")+a*r),o&&t._d.setTime(t._d.valueOf()+o*r),i&&e.updateOffset(t,a||s))}function Ee(e,t){var n=12*(t.year()-e.year())+(t.month()-e.month()),r=e.clone().add(n,"months");return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function He(e){var t;return void 0===e?this._locale._abbr:(null!=(t=se(e))&&(this._locale=t),this)}function Ae(){return this._locale}function Oe(e,t){return(e%t+t)%t}function Pe(e,t,n){return e<100&&0<=e?new Date(e+400,t,n)-ir:new Date(e,t,n).valueOf()}function Ne(e,t,n){return e<100&&0<=e?Date.UTC(e+400,t,n)-ir:Date.UTC(e,t,n)}function Ie(e,t){C(0,[e,e.length],0,t)}function Re(e,t,n,r,i){var o;return null==e?X(this,r,i).year:((o=K(e,r,i))<t&&(t=o),function(e,t,n,r,i){var o=G(e,t,n,r,i),a=V(o.year,0,o.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}.call(this,e,t,n,r,i))}function We(e,t){t[bn]=g(1e3*("0."+e))}function $e(e){return e}function Fe(e,t,n,r){var i=se(),o=l().set(r,t);return i[n](o,e)}function ze(e,t,n){if(i(e)&&(t=e,e=void 0),e=e||"",null!=t)return Fe(e,t,n,"month");var r,o=[];for(r=0;r<12;r++)o[r]=Fe(e,r,n,"month");return o}function qe(e,t,n,r){"boolean"==typeof e?i(t)&&(n=t,t=void 0):(t=e,e=!1,i(n=t)&&(n=t,t=void 0)),t=t||"";var o,a=se(),s=e?a._week.dow:0;if(null!=n)return Fe(t,(n+s)%7,r,"day");var u=[];for(o=0;o<7;o++)u[o]=Fe(t,(o+s)%7,r,"day");return u}function Be(e,t,n,r){var i=Te(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}function Ue(e){return e<0?Math.floor(e):Math.ceil(e)}function Ve(e){return 4800*e/146097}function Je(e){return 146097*e/4800}function Ge(e){return function(){return this.as(e)}}function Xe(e){return function(){return this.isValid()?this._data[e]:NaN}}function Ke(e){return(0<e)-(e<0)||+e}function Qe(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n=jr(this._milliseconds)/1e3,r=jr(this._days),i=jr(this._months);t=_((e=_(n/60))/60),n%=60,e%=60;var o=_(i/12),a=i%=12,s=r,u=t,l=e,d=n?n.toFixed(3).replace(/\.?0+$/,""):"",c=this.asSeconds();if(!c)return"P0D";var f=c<0?"-":"",h=Ke(this._months)!==Ke(c)?"-":"",p=Ke(this._days)!==Ke(c)?"-":"",m=Ke(this._milliseconds)!==Ke(c)?"-":"";return f+"P"+(o?h+o+"Y":"")+(a?h+a+"M":"")+(s?p+s+"D":"")+(u||l||d?"T":"")+(u?m+u+"H":"")+(l?m+l+"M":"")+(d?m+d+"S":"")}function Ze(e,t,n){var r,i;return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(r=+e,i={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:есяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),r%10==1&&r%100!=11?i[0]:2<=r%10&&r%10<=4&&(r%100<10||20<=r%100)?i[1]:i[2])}function et(e,t,n){var r,i,o;return e+" "+(r={mm:"munutenn",MM:"miz",dd:"devezh"}[n],2!==e?r:void 0!==(o={m:"v",b:"v",d:"z"})[(i=r).charAt(0)]?o[i.charAt(0)]+i.substring(1):i)}function tt(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}function nt(e){return 1<e&&e<5&&1!=~~(e/10)}function rt(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?i+(nt(e)?"sekundy":"sekund"):i+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?i+(nt(e)?"minuty":"minut"):i+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(nt(e)?"hodiny":"hodin"):i+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?i+(nt(e)?"dny":"dní"):i+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?i+(nt(e)?"měsíce":"měsíců"):i+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?i+(nt(e)?"roky":"let"):i+"lety"}}function it(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}function ot(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}function at(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}function st(e,t,n,r){var i={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?i[n][2]?i[n][2]:i[n][1]:r?i[n][0]:i[n][1]}function ut(e,t,n,r){var i,o,a="";switch(n){case"s":return r?"muutaman sekunnin":"muutama sekunti";case"ss":return r?"sekunnin":"sekuntia";case"m":return r?"minuutin":"minuutti";case"mm":a=r?"minuutin":"minuuttia";break;case"h":return r?"tunnin":"tunti";case"hh":a=r?"tunnin":"tuntia";break;case"d":return r?"päivän":"päivä";case"dd":a=r?"päivän":"päivää";break;case"M":return r?"kuukauden":"kuukausi";case"MM":a=r?"kuukauden":"kuukautta";break;case"y":return r?"vuoden":"vuosi";case"yy":a=r?"vuoden":"vuotta"}return o=r,a=((i=e)<10?o?yi[i]:gi[i]:i)+" "+a}function lt(e,t,n,r){var i={s:["thodde secondanim","thodde second"],ss:[e+" secondanim",e+" second"],m:["eka mintan","ek minute"],mm:[e+" mintanim",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voranim",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disanim",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineanim",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsanim",e+" vorsam"]};return t?i[n][0]:i[n][1]}function dt(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}function ct(e,t,n,r){var i=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return i+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return i+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return i+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return i+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return i+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return i+(r||t?" év":" éve")}return""}function ft(e){return(e?"":"[múlt] ")+"["+ki[this.day()]+"] LT[-kor]"}function ht(e){return e%100==11||e%10!=1}function pt(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return ht(e)?i+(t||r?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return t?"mínúta":"mínútu";case"mm":return ht(e)?i+(t||r?"mínútur":"mínútum"):t?i+"mínúta":i+"mínútu";case"hh":return ht(e)?i+(t||r?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return t?"dagur":r?"dag":"degi";case"dd":return ht(e)?t?i+"dagar":i+(r?"daga":"dögum"):t?i+"dagur":i+(r?"dag":"degi");case"M":return t?"mánuður":r?"mánuð":"mánuði";case"MM":return ht(e)?t?i+"mánuðir":i+(r?"mánuði":"mánuðum"):t?i+"mánuður":i+(r?"mánuð":"mánuði");case"y":return t||r?"ár":"ári";case"yy":return ht(e)?i+(t||r?"ár":"árum"):i+(t||r?"ár":"ári")}}function mt(e,t,n,r){var i={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?i[n][0]:i[n][1]}function _t(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return _t(0===t?e/10:t)}if(e<1e4){for(;10<=e;)e/=10;return _t(e)}return _t(e/=1e3)}function gt(e,t,n,r){return t?vt(n)[0]:r?vt(n)[1]:vt(n)[2]}function yt(e){return e%10==0||10<e&&e<20}function vt(e){return Oi[e].split("_")}function bt(e,t,n,r){var i=e+" ";return 1===e?i+gt(0,t,n[0],r):t?i+(yt(e)?vt(n)[1]:vt(n)[0]):r?i+vt(n)[1]:i+(yt(e)?vt(n)[1]:vt(n)[2])}function Mt(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function wt(e,t,n){return e+" "+Mt(Pi[n],e,t)}function Lt(e,t,n){return Mt(Pi[n],e,t)}function xt(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}function kt(e,t,n,r){var i="";if(t)switch(n){case"s":i="काही सेकंद";break;case"ss":i="%d सेकंद";break;case"m":i="एक मिनिट";break;case"mm":i="%d मिनिटे";break;case"h":i="एक तास";break;case"hh":i="%d तास";break;case"d":i="एक दिवस";break;case"dd":i="%d दिवस";break;case"M":i="एक महिना";break;case"MM":i="%d महिने";break;case"y":i="एक वर्ष";break;case"yy":i="%d वर्षे"}else switch(n){case"s":i="काही सेकंदां";break;case"ss":i="%d सेकंदां";break;case"m":i="एका मिनिटा";break;case"mm":i="%d मिनिटां";break;case"h":i="एका तासा";break;case"hh":i="%d तासां";break;case"d":i="एका दिवसा";break;case"dd":i="%d दिवसां";break;case"M":i="एका महिन्या";break;case"MM":i="%d महिन्यां";break;case"y":i="एका वर्षा";break;case"yy":i="%d वर्षां"}return i.replace(/%d/i,e)}function Dt(e){return e%10<5&&1<e%10&&~~(e/10)%10!=1}function Tt(e,t,n){var r=e+" ";switch(n){case"ss":return r+(Dt(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(Dt(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(Dt(e)?"godziny":"godzin");case"MM":return r+(Dt(e)?"miesiące":"miesięcy");case"yy":return r+(Dt(e)?"lata":"lat")}}function Yt(e,t,n){var r=" ";return(20<=e%100||100<=e&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}function St(e,t,n){var r,i;return"m"===n?t?"минута":"минуту":e+" "+(r=+e,i={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:асасаасов",dd:ень_дня_дней",MM:есяц_месяцаесяцев",yy:"год_годает"}[n].split("_"),r%10==1&&r%100!=11?i[0]:2<=r%10&&r%10<=4&&(r%100<10||20<=r%100)?i[1]:i[2])}function Ct(e){return 1<e&&e<5}function jt(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?i+(Ct(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?i+(Ct(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(Ct(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?i+(Ct(e)?"dni":"dní"):i+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?i+(Ct(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?i+(Ct(e)?"roky":"rokov"):i+"rokmi"}}function Et(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return i+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return i+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return i+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami";case"d":return t||r?"en dan":"enim dnem";case"dd":return i+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi";case"M":return t||r?"en mesec":"enim mesecem";case"MM":return i+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci";case"y":return t||r?"eno leto":"enim letom";case"yy":return i+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti"}}function Ht(e,t,n,r){var i=function(e){var t=Math.floor(e%1e3/100),n=Math.floor(e%100/10),r=e%10,i="";return 0<t&&(i+=ho[t]+"vatlh"),0<n&&(i+=(""!==i?" ":"")+ho[n]+"maH"),0<r&&(i+=(""!==i?" ":"")+ho[r]),""===i?"pagh":i}(e);switch(n){case"ss":return i+" lup";case"mm":return i+" tup";case"hh":return i+" rep";case"dd":return i+" jaj";case"MM":return i+" jar";case"yy":return i+" DIS"}}function At(e,t,n,r){var i={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r?i[n][0]:t?i[n][0]:i[n][1]}function Ot(e,t,n){var r,i;return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(r=+e,i={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:ень_дні_днів",MM:ісяць_місяціісяців",yy:"рік_роки_років"}[n].split("_"),r%10==1&&r%100!=11?i[0]:2<=r%10&&r%10<=4&&(r%100<10||20<=r%100)?i[1]:i[2])}function Pt(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}var Nt,It;It=Array.prototype.some?Array.prototype.some:function(e){for(var t=Object(this),n=t.length>>>0,r=0;r<n;r++)if(r in t&&e.call(this,t[r],r,t))return!0;return!1};var Rt,Wt=e.momentProperties=[],$t=!1,Ft={};e.suppressDeprecationWarnings=!1,e.deprecationHandler=null,Rt=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)s(e,t)&&n.push(t);return n};var zt={},qt={},Bt=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Ut=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Vt={},Jt={},Gt=/\d/,Xt=/\d\d/,Kt=/\d{3}/,Qt=/\d{4}/,Zt=/[+-]?\d{6}/,en=/\d\d?/,tn=/\d\d\d\d?/,nn=/\d\d\d\d\d\d?/,rn=/\d{1,3}/,on=/\d{1,4}/,an=/[+-]?\d{1,6}/,sn=/\d+/,un=/[+-]?\d+/,ln=/Z|[+-]\d\d:?\d\d/gi,dn=/Z|[+-]\d\d(?::?\d\d)?/gi,cn=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,fn={},hn={},pn=0,mn=1,_n=2,gn=3,yn=4,vn=5,bn=6,Mn=7,wn=8;C("Y",0,0,function(){var e=this.year();return e<=9999?""+e:"+"+e}),C(0,["YY",2],0,function(){return this.year()%100}),C(0,["YYYY",4],0,"year"),C(0,["YYYYY",5],0,"year"),C(0,["YYYYYY",6,!0],0,"year"),k("year","y"),Y("year",1),H("Y",un),H("YY",en,Xt),H("YYYY",on,Qt),H("YYYYY",an,Zt),H("YYYYYY",an,Zt),P(["YYYYY","YYYYYY"],pn),P("YYYY",function(t,n){n[pn]=2===t.length?e.parseTwoDigitYear(t):g(t)}),P("YY",function(t,n){n[pn]=e.parseTwoDigitYear(t)}),P("Y",function(e,t){t[pn]=parseInt(e,10)}),e.parseTwoDigitYear=function(e){return g(e)+(68<g(e)?1900:2e3)};var Ln,xn=W("FullYear",!0);Ln=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},C("M",["MM",2],"Mo",function(){return this.month()+1}),C("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),C("MMMM",0,0,function(e){return this.localeData().months(this,e)}),k("month","M"),Y("month",8),H("M",en),H("MM",en,Xt),H("MMM",function(e,t){return t.monthsShortRegex(e)}),H("MMMM",function(e,t){return t.monthsRegex(e)}),P(["M","MM"],function(e,t){t[mn]=g(e)-1}),P(["MMM","MMMM"],function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);null!=i?t[mn]=i:d(n).invalidMonth=e});var kn=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Dn="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Tn="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Yn=cn,Sn=cn;C("w",["ww",2],"wo","week"),C("W",["WW",2],"Wo","isoWeek"),k("week","w"),k("isoWeek","W"),Y("week",5),Y("isoWeek",5),H("w",en),H("ww",en,Xt),H("W",en),H("WW",en,Xt),N(["w","ww","W","WW"],function(e,t,n,r){t[r.substr(0,1)]=g(e)}),C("d",0,"do","day"),C("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),C("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),C("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),C("e",0,0,"weekday"),C("E",0,0,"isoWeekday"),k("day","d"),k("weekday","e"),k("isoWeekday","E"),Y("day",11),Y("weekday",11),Y("isoWeekday",11),H("d",en),H("e",en),H("E",en),H("dd",function(e,t){return t.weekdaysMinRegex(e)}),H("ddd",function(e,t){return t.weekdaysShortRegex(e)}),H("dddd",function(e,t){return t.weekdaysRegex(e)}),N(["dd","ddd","dddd"],function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);null!=i?t.d=i:d(n).invalidWeekday=e}),N(["d","e","E"],function(e,t,n,r){t[r]=g(e)});var Cn="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),jn="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),En="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Hn=cn,An=cn,On=cn;C("H",["HH",2],0,"hour"),C("h",["hh",2],0,ee),C("k",["kk",2],0,function(){return this.hours()||24}),C("hmm",0,0,function(){return""+ee.apply(this)+S(this.minutes(),2)}),C("hmmss",0,0,function(){return""+ee.apply(this)+S(this.minutes(),2)+S(this.seconds(),2)}),C("Hmm",0,0,function(){return""+this.hours()+S(this.minutes(),2)}),C("Hmmss",0,0,function(){return""+this.hours()+S(this.minutes(),2)+S(this.seconds(),2)}),te("a",!0),te("A",!1),k("hour","h"),Y("hour",13),H("a",ne),H("A",ne),H("H",en),H("h",en),H("k",en),H("HH",en,Xt),H("hh",en,Xt),H("kk",en,Xt),H("hmm",tn),H("hmmss",nn),H("Hmm",tn),H("Hmmss",nn),P(["H","HH"],gn),P(["k","kk"],function(e,t,n){var r=g(e);t[gn]=24===r?0:r}),P(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),P(["h","hh"],function(e,t,n){t[gn]=g(e),d(n).bigHour=!0}),P("hmm",function(e,t,n){var r=e.length-2;t[gn]=g(e.substr(0,r)),t[yn]=g(e.substr(r)),d(n).bigHour=!0}),P("hmmss",function(e,t,n){var r=e.length-4,i=e.length-2;t[gn]=g(e.substr(0,r)),t[yn]=g(e.substr(r,2)),t[vn]=g(e.substr(i)),d(n).bigHour=!0}),P("Hmm",function(e,t,n){var r=e.length-2;t[gn]=g(e.substr(0,r)),t[yn]=g(e.substr(r))}),P("Hmmss",function(e,t,n){var r=e.length-4,i=e.length-2;t[gn]=g(e.substr(0,r)),t[yn]=g(e.substr(r,2)),t[vn]=g(e.substr(i))});var Pn,Nn=W("Hours",!0),In={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Dn,monthsShort:Tn,week:{dow:0,doy:6},weekdays:Cn,weekdaysMin:En,weekdaysShort:jn,meridiemParse:/[ap]\.?m?\.?/i},Rn={},Wn={},$n=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Fn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,zn=/Z|[+-]\d\d(?::?\d\d)?/,qn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Bn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Un=/^\/?Date\((\-?\d+)/i,Vn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Jn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};e.createFromInputFallback=b("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),e.ISO_8601=function(){},e.RFC_2822=function(){};var Gn=b("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=ge.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:f()}),Xn=b("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=ge.apply(null,arguments);return this.isValid()&&e.isValid()?this<e?this:e:f()}),Kn=["year","quarter","month","week","day","hour","minute","second","millisecond"];we("Z",":"),we("ZZ",""),H("Z",dn),H("ZZ",dn),P(["Z","ZZ"],function(e,t,n){n._useUTC=!0,n._tzm=Le(dn,e)});var Qn=/([\+\-]|\d\d)/gi;e.updateOffset=function(){};var Zn=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,er=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;Te.fn=ve.prototype,Te.invalid=function(){return Te(NaN)};var tr=Ce(1,"add"),nr=Ce(-1,"subtract");e.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",e.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var rr=b("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)}),ir=126227808e5;C(0,["gg",2],0,function(){return this.weekYear()%100}),C(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Ie("gggg","weekYear"),Ie("ggggg","weekYear"),Ie("GGGG","isoWeekYear"),Ie("GGGGG","isoWeekYear"),k("weekYear","gg"),k("isoWeekYear","GG"),Y("weekYear",1),Y("isoWeekYear",1),H("G",un),H("g",un),H("GG",en,Xt),H("gg",en,Xt),H("GGGG",on,Qt),H("gggg",on,Qt),H("GGGGG",an,Zt),H("ggggg",an,Zt),N(["gggg","ggggg","GGGG","GGGGG"],function(e,t,n,r){t[r.substr(0,2)]=g(e)}),N(["gg","GG"],function(t,n,r,i){n[i]=e.parseTwoDigitYear(t)}),C("Q",0,"Qo","quarter"),k("quarter","Q"),Y("quarter",7),H("Q",Gt),P("Q",function(e,t){t[mn]=3*(g(e)-1)}),C("D",["DD",2],"Do","date"),k("date","D"),Y("date",9),H("D",en),H("DD",en,Xt),H("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),P(["D","DD"],_n),P("Do",function(e,t){t[_n]=g(e.match(en)[0])});var or=W("Date",!0);C("DDD",["DDDD",3],"DDDo","dayOfYear"),k("dayOfYear","DDD"),Y("dayOfYear",4),H("DDD",rn),H("DDDD",Kt),P(["DDD","DDDD"],function(e,t,n){n._dayOfYear=g(e)}),C("m",["mm",2],0,"minute"),k("minute","m"),Y("minute",14),H("m",en),H("mm",en,Xt),P(["m","mm"],yn);var ar=W("Minutes",!1);C("s",["ss",2],0,"second"),k("second","s"),Y("second",15),H("s",en),H("ss",en,Xt),P(["s","ss"],vn);var sr,ur=W("Seconds",!1);for(C("S",0,0,function(){return~~(this.millisecond()/100)}),C(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),C(0,["SSS",3],0,"millisecond"),C(0,["SSSS",4],0,function(){return 10*this.millisecond()}),C(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),C(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),C(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),C(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),C(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),k("millisecond","ms"),Y("millisecond",16),H("S",rn,Gt),H("SS",rn,Xt),H("SSS",rn,Kt),sr="SSSS";sr.length<=9;sr+="S")H(sr,sn);for(sr="S";sr.length<=9;sr+="S")P(sr,We);var lr=W("Milliseconds",!1);C("z",0,0,"zoneAbbr"),C("zz",0,0,"zoneName");var dr=p.prototype;dr.add=tr,dr.calendar=function(t,n){var r=t||ge(),i=xe(r,this).startOf("day"),o=e.calendarFormat(this,i)||"sameElse",a=n&&(w(n[o])?n[o].call(this,r):n[o]);return this.format(a||this.localeData().calendar(o,this,ge(r)))},dr.clone=function(){return new p(this)},dr.diff=function(e,t,n){var r,i,o;if(!this.isValid())return NaN;if(!(r=xe(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=D(t)){case"year":o=Ee(this,r)/12;break;case"month":o=Ee(this,r);break;case"quarter":o=Ee(this,r)/3;break;case"second":o=(this-r)/1e3;break;case"minute":o=(this-r)/6e4;break;case"hour":o=(this-r)/36e5;break;case"day":o=(this-r-i)/864e5;break;case"week":o=(this-r-i)/6048e5;break;default:o=this-r}return n?o:_(o)},dr.endOf=function(t){var n;if(void 0===(t=D(t))||"millisecond"===t||!this.isValid())return this;var r=this._isUTC?Ne:Pe;switch(t){case"year":n=r(this.year()+1,0,1)-1;break;case"quarter":n=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":n=r(this.year(),this.month()+1,1)-1;break;case"week":n=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":n=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":n=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":n=this._d.valueOf(),n+=36e5-Oe(n+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":n=this._d.valueOf(),n+=6e4-Oe(n,6e4)-1;break;case"second":n=this._d.valueOf(),n+=1e3-Oe(n,1e3)-1}return this._d.setTime(n),e.updateOffset(this,!0),this},dr.format=function(t){t||(t=this.isUtc()?e.defaultFormatUtc:e.defaultFormat);var n=j(this,t);return this.localeData().postformat(n)},dr.from=function(e,t){return this.isValid()&&(m(e)&&e.isValid()||ge(e).isValid())?Te({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dr.fromNow=function(e){return this.from(ge(),e)},dr.to=function(e,t){return this.isValid()&&(m(e)&&e.isValid()||ge(e).isValid())?Te({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dr.toNow=function(e){return this.to(ge(),e)},dr.get=function(e){return w(this[e=D(e)])?this[e]():this},dr.invalidAt=function(){return d(this).overflow},dr.isAfter=function(e,t){var n=m(e)?e:ge(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=D(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())},dr.isBefore=function(e,t){var n=m(e)?e:ge(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=D(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())},dr.isBetween=function(e,t,n,r){var i=m(e)?e:ge(e),o=m(t)?t:ge(t);return!!(this.isValid()&&i.isValid()&&o.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(o,n):!this.isAfter(o,n))},dr.isSame=function(e,t){var n,r=m(e)?e:ge(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=D(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))},dr.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},dr.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},dr.isValid=function(){return c(this)},dr.lang=rr,dr.locale=He,dr.localeData=Ae,dr.max=Xn,dr.min=Gn,dr.parsingFlags=function(){return u({},d(this))},dr.set=function(e,t){if("object"==typeof e)for(var n=function(e){var t=[];for(var n in e)t.push({unit:n,priority:qt[n]});return t.sort(function(e,t){return e.priority-t.priority}),t}(e=T(e)),r=0;r<n.length;r++)this[n[r].unit](e[n[r].unit]);else if(w(this[e=D(e)]))return this[e](t);return this},dr.startOf=function(t){var n;if(void 0===(t=D(t))||"millisecond"===t||!this.isValid())return this;var r=this._isUTC?Ne:Pe;switch(t){case"year":n=r(this.year(),0,1);break;case"quarter":n=r(this.year(),this.month()-this.month()%3,1);break;case"month":n=r(this.year(),this.month(),1);break;case"week":n=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":n=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":n=r(this.year(),this.month(),this.date());break;case"hour":n=this._d.valueOf(),n-=Oe(n+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":n=this._d.valueOf(),n-=Oe(n,6e4);break;case"second":n=this._d.valueOf(),n-=Oe(n,1e3)}return this._d.setTime(n),e.updateOffset(this,!0),this},dr.subtract=nr,dr.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},dr.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},dr.toDate=function(){return new Date(this.valueOf())},dr.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||9999<n.year()?j(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):w(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",j(n,"Z")):j(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},dr.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="";this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z");var n="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i=t+'[")]';return this.format(n+r+"-MM-DD[T]HH:mm:ss.SSS"+i)},dr.toJSON=function(){return this.isValid()?this.toISOString():null},dr.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dr.unix=function(){return Math.floor(this.valueOf()/1e3)},dr.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},dr.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},dr.year=xn,dr.isLeapYear=function(){return R(this.year())},dr.weekYear=function(e){return Re.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},dr.isoWeekYear=function(e){return Re.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},
dr.quarter=dr.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},dr.month=B,dr.daysInMonth=function(){return z(this.year(),this.month())},dr.week=dr.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},dr.isoWeek=dr.isoWeeks=function(e){var t=X(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},dr.weeksInYear=function(){var e=this.localeData()._week;return K(this.year(),e.dow,e.doy)},dr.isoWeeksInYear=function(){return K(this.year(),1,4)},dr.date=or,dr.day=dr.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t,n,r=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(t=e,n=this.localeData(),e="string"!=typeof t?t:isNaN(t)?"number"==typeof(t=n.weekdaysParse(t))?t:null:parseInt(t,10),this.add(e-r,"d")):r},dr.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},dr.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null==e)return this.day()||7;var t,n,r=(t=e,n=this.localeData(),"string"==typeof t?n.weekdaysParse(t)%7||7:isNaN(t)?null:t);return this.day(this.day()%7?r:r-7)},dr.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},dr.hour=dr.hours=Nn,dr.minute=dr.minutes=ar,dr.second=dr.seconds=ur,dr.millisecond=dr.milliseconds=lr,dr.utcOffset=function(t,n,r){var i,o=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null==t)return this._isUTC?o:ke(this);if("string"==typeof t){if(null===(t=Le(dn,t)))return this}else Math.abs(t)<16&&!r&&(t*=60);return!this._isUTC&&n&&(i=ke(this)),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==t&&(!n||this._changeInProgress?je(this,Te(t-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,e.updateOffset(this,!0),this._changeInProgress=null)),this},dr.utc=function(e){return this.utcOffset(0,e)},dr.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(ke(this),"m")),this},dr.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=Le(ln,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},dr.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?ge(e).utcOffset():0,(this.utcOffset()-e)%60==0)},dr.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dr.isLocal=function(){return!!this.isValid()&&!this._isUTC},dr.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},dr.isUtc=De,dr.isUTC=De,dr.zoneAbbr=function(){return this._isUTC?"UTC":""},dr.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dr.dates=b("dates accessor is deprecated. Use date instead.",or),dr.months=b("months accessor is deprecated. Use month instead",B),dr.years=b("years accessor is deprecated. Use year instead",xn),dr.zone=b("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}),dr.isDSTShifted=b("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!r(this._isDSTShifted))return this._isDSTShifted;var e={};if(h(e,this),(e=me(e))._a){var t=e._isUTC?l(e._a):ge(e._a);this._isDSTShifted=this.isValid()&&0<y(e._a,t.toArray())}else this._isDSTShifted=!1;return this._isDSTShifted});var cr=x.prototype;cr.calendar=function(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return w(r)?r.call(t,n):r},cr.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])},cr.invalidDate=function(){return this._invalidDate},cr.ordinal=function(e){return this._ordinal.replace("%d",e)},cr.preparse=$e,cr.postformat=$e,cr.relativeTime=function(e,t,n,r){var i=this._relativeTime[n];return w(i)?i(e,t,n,r):i.replace(/%d/i,e)},cr.pastFuture=function(e,t){var n=this._relativeTime[0<e?"future":"past"];return w(n)?n(t):n.replace(/%s/i,t)},cr.set=function(e){var t,n;for(n in e)w(t=e[n])?this[n]=t:this["_"+n]=t;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},cr.months=function(e,n){return e?t(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||kn).test(n)?"format":"standalone"][e.month()]:t(this._months)?this._months:this._months.standalone},cr.monthsShort=function(e,n){return e?t(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[kn.test(n)?"format":"standalone"][e.month()]:t(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},cr.monthsParse=function(e,t,n){var r,i,o;if(this._monthsParseExact)return function(e,t,n){var r,i,o,a=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)o=l([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(i=Ln.call(this._shortMonthsParse,a))?i:null:-1!==(i=Ln.call(this._longMonthsParse,a))?i:null:"MMM"===t?-1!==(i=Ln.call(this._shortMonthsParse,a))?i:-1!==(i=Ln.call(this._longMonthsParse,a))?i:null:-1!==(i=Ln.call(this._longMonthsParse,a))?i:-1!==(i=Ln.call(this._shortMonthsParse,a))?i:null}.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=l([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(o="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}},cr.monthsRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||U.call(this),e?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=Sn),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},cr.monthsShortRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||U.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=Yn),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},cr.week=function(e){return X(e,this._week.dow,this._week.doy).week},cr.firstDayOfYear=function(){return this._week.doy},cr.firstDayOfWeek=function(){return this._week.dow},cr.weekdays=function(e,n){var r=t(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(n)?"format":"standalone"];return!0===e?Q(r,this._week.dow):e?r[e.day()]:r},cr.weekdaysMin=function(e){return!0===e?Q(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},cr.weekdaysShort=function(e){return!0===e?Q(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},cr.weekdaysParse=function(e,t,n){var r,i,o;if(this._weekdaysParseExact)return function(e,t,n){var r,i,o,a=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)o=l([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(i=Ln.call(this._weekdaysParse,a))?i:null:"ddd"===t?-1!==(i=Ln.call(this._shortWeekdaysParse,a))?i:null:-1!==(i=Ln.call(this._minWeekdaysParse,a))?i:null:"dddd"===t?-1!==(i=Ln.call(this._weekdaysParse,a))?i:-1!==(i=Ln.call(this._shortWeekdaysParse,a))?i:-1!==(i=Ln.call(this._minWeekdaysParse,a))?i:null:"ddd"===t?-1!==(i=Ln.call(this._shortWeekdaysParse,a))?i:-1!==(i=Ln.call(this._weekdaysParse,a))?i:-1!==(i=Ln.call(this._minWeekdaysParse,a))?i:null:-1!==(i=Ln.call(this._minWeekdaysParse,a))?i:-1!==(i=Ln.call(this._weekdaysParse,a))?i:-1!==(i=Ln.call(this._shortWeekdaysParse,a))?i:null}.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=l([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(o="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}},cr.weekdaysRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Z.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Hn),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},cr.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Z.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=An),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},cr.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Z.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=On),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},cr.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},cr.meridiem=function(e,t,n){return 11<e?n?"pm":"PM":n?"am":"AM"},oe("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===g(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),e.lang=b("moment.lang is deprecated. Use moment.locale instead.",oe),e.langData=b("moment.langData is deprecated. Use moment.localeData instead.",se);var fr=Math.abs,hr=Ge("ms"),pr=Ge("s"),mr=Ge("m"),_r=Ge("h"),gr=Ge("d"),yr=Ge("w"),vr=Ge("M"),br=Ge("Q"),Mr=Ge("y"),wr=Xe("milliseconds"),Lr=Xe("seconds"),xr=Xe("minutes"),kr=Xe("hours"),Dr=Xe("days"),Tr=Xe("months"),Yr=Xe("years"),Sr=Math.round,Cr={ss:44,s:45,m:45,h:22,d:26,M:11},jr=Math.abs,Er=ve.prototype;Er.isValid=function(){return this._isValid},Er.abs=function(){var e=this._data;return this._milliseconds=fr(this._milliseconds),this._days=fr(this._days),this._months=fr(this._months),e.milliseconds=fr(e.milliseconds),e.seconds=fr(e.seconds),e.minutes=fr(e.minutes),e.hours=fr(e.hours),e.months=fr(e.months),e.years=fr(e.years),this},Er.add=function(e,t){return Be(this,e,t,1)},Er.subtract=function(e,t){return Be(this,e,t,-1)},Er.as=function(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=D(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Ve(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Je(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}},Er.asMilliseconds=hr,Er.asSeconds=pr,Er.asMinutes=mr,Er.asHours=_r,Er.asDays=gr,Er.asWeeks=yr,Er.asMonths=vr,Er.asQuarters=br,Er.asYears=Mr,Er.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*g(this._months/12):NaN},Er._bubble=function(){var e,t,n,r,i,o=this._milliseconds,a=this._days,s=this._months,u=this._data;return 0<=o&&0<=a&&0<=s||o<=0&&a<=0&&s<=0||(o+=864e5*Ue(Je(s)+a),s=a=0),u.milliseconds=o%1e3,e=_(o/1e3),u.seconds=e%60,t=_(e/60),u.minutes=t%60,n=_(t/60),u.hours=n%24,s+=i=_(Ve(a+=_(n/24))),a-=Ue(Je(i)),r=_(s/12),s%=12,u.days=a,u.months=s,u.years=r,this},Er.clone=function(){return Te(this)},Er.get=function(e){return e=D(e),this.isValid()?this[e+"s"]():NaN},Er.milliseconds=wr,Er.seconds=Lr,Er.minutes=xr,Er.hours=kr,Er.days=Dr,Er.weeks=function(){return _(this.days()/7)},Er.months=Tr,Er.years=Yr,Er.humanize=function(e){if(!this.isValid())return this.localeData().invalidDate();var t,n,r,i,o,a,s,u,l,d,c,f=this.localeData(),h=(n=!e,r=f,i=Te(t=this).abs(),o=Sr(i.as("s")),a=Sr(i.as("m")),s=Sr(i.as("h")),u=Sr(i.as("d")),l=Sr(i.as("M")),d=Sr(i.as("y")),(c=o<=Cr.ss&&["s",o]||o<Cr.s&&["ss",o]||a<=1&&["m"]||a<Cr.m&&["mm",a]||s<=1&&["h"]||s<Cr.h&&["hh",s]||u<=1&&["d"]||u<Cr.d&&["dd",u]||l<=1&&["M"]||l<Cr.M&&["MM",l]||d<=1&&["y"]||["yy",d])[2]=n,c[3]=0<+t,c[4]=r,function(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}.apply(null,c));return e&&(h=f.pastFuture(+this,h)),f.postformat(h)},Er.toISOString=Qe,Er.toString=Qe,Er.toJSON=Qe,Er.locale=He,Er.localeData=Ae,Er.toIsoString=b("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Qe),Er.lang=rr,C("X",0,0,"unix"),C("x",0,0,"valueOf"),H("x",un),H("X",/[+-]?\d+(\.\d{1,3})?/),P("X",function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))}),P("x",function(e,t,n){n._d=new Date(g(e))}),e.version="2.24.0",Nt=ge,e.fn=dr,e.min=function(){return ye("isBefore",[].slice.call(arguments,0))},e.max=function(){return ye("isAfter",[].slice.call(arguments,0))},e.now=function(){return Date.now?Date.now():+new Date},e.utc=l,e.unix=function(e){return ge(1e3*e)},e.months=function(e,t){return ze(e,t,"months")},e.isDate=o,e.locale=oe,e.invalid=f,e.duration=Te,e.isMoment=m,e.weekdays=function(e,t,n){return qe(e,t,n,"weekdays")},e.parseZone=function(){return ge.apply(null,arguments).parseZone()},e.localeData=se,e.isDuration=be,e.monthsShort=function(e,t){return ze(e,t,"monthsShort")},e.weekdaysMin=function(e,t,n){return qe(e,t,n,"weekdaysMin")},e.defineLocale=ae,e.updateLocale=function(e,t){if(null!=t){var n,r,i=In;null!=(r=ie(e))&&(i=r._config),(n=new x(t=L(i,t))).parentLocale=Rn[e],Rn[e]=n,oe(e)}else null!=Rn[e]&&(null!=Rn[e].parentLocale?Rn[e]=Rn[e].parentLocale:null!=Rn[e]&&delete Rn[e]);return Rn[e]},e.locales=function(){return Rt(Rn)},e.weekdaysShort=function(e,t,n){return qe(e,t,n,"weekdaysShort")},e.normalizeUnits=D,e.relativeTimeRounding=function(e){return void 0===e?Sr:"function"==typeof e&&(Sr=e,!0)},e.relativeTimeThreshold=function(e,t){return void 0!==Cr[e]&&(void 0===t?Cr[e]:(Cr[e]=t,"s"===e&&(Cr.ss=t-1),!0))},e.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},e.prototype=dr,e.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),e.defineLocale("ar-dz",{months:انفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:انفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}}),e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}});var Hr={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},Ar=function(e){return 0===e?0:1===e?1:2===e?2:3<=e%100&&e%100<=10?3:11<=e%100?4:5},Or={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},Pr=function(e){return function(t,n,r,i){var o=Ar(t),a=Or[e][Ar(t)];return 2===o&&(a=a[n?0:1]),a.replace(/%d/i,t)}},Nr=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:Nr,monthsShort:Nr,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:Pr("s"),ss:Pr("s"),m:Pr("m"),mm:Pr("m"),h:Pr("h"),hh:Pr("h"),d:Pr("d"),dd:Pr("d"),M:Pr("M"),MM:Pr("M"),y:Pr("y"),yy:Pr("y")},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Hr[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}}),e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}});var Ir={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},Rr={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(e){return Rr[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Ir[e]}).replace(/,/g,"،")},week:{dow:0,doy:6}}),e.defineLocale("ar-tn",{months:انفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:انفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}});var Wr={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},$r={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},Fr=function(e){return 0===e?0:1===e?1:2===e?2:3<=e%100&&e%100<=10?3:11<=e%100?4:5},zr={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},qr=function(e){return function(t,n,r,i){var o=Fr(t),a=zr[e][Fr(t)];return 2===o&&(a=a[n?0:1]),a.replace(/%d/i,t)}},Br=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:Br,monthsShort:Br,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:qr("s"),ss:qr("s"),m:qr("m"),mm:qr("m"),h:qr("h"),hh:qr("h"),d:qr("d"),dd:qr("d"),M:qr("M"),MM:qr("M"),y:qr("y"),yy:qr("y")},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(e){return $r[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Wr[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}});var Ur={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gec\u0259|s\u0259h\u0259r|g\xfcnd\xfcz|ax\u015fam/,isPM:function(e){return/^(g\xfcnd\xfcz|ax\u015fam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0131nc\u0131|inci|nci|\xfcnc\xfc|nc\u0131|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var t=e%10;return e+(Ur[t]||Ur[e%100-t]||Ur[100<=e?100:null])},week:{dow:1,doy:7}}),e.defineLocale("be",{months:{format:"студзеня_лютага_сакавікарасавікараўня_чэрвеня_ліпеня_жніўня_верасня_кастрычнікаістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_красрав_чэрв_ліп_жнів_вераст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_серадуацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серадаацвер_пятніца_субота".split("_"),isFormat:/\[ ?[\u0423\u0443\u045e] ?(?:\u043c\u0456\u043d\u0443\u043b\u0443\u044e|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0443\u044e)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:Ze,mm:Ze,h:Ze,hh:Ze,d:"дзень",dd:Ze,M:"месяц",MM:Ze,y:"год",yy:Ze},meridiemParse:/\u043d\u043e\u0447\u044b|\u0440\u0430\u043d\u0456\u0446\u044b|\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430/,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0456|\u044b|\u0433\u0430)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}}),e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янрев_мар_апрай_юни_юли_авг_сеп_окт_ноеек".split("_"),weekdays:еделя_понеделник_вторник_срядаетвъртък_петък_събота".split("_"),weekdaysShort:ед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":10<n&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}}),e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}});var Vr={1:"১",2:"২",3:"৩",4:"",5:"৫",6:"৬",7:"",8:"৮",9:"৯",0:""},Jr={"১":"1","২":"2","৩":"3","":"4","৫":"5","৬":"6","":"7","৮":"8","৯":"9","":"0"};e.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),
weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[\u09e7\u09e8\u09e9\u09ea\u09eb\u09ec\u09ed\u09ee\u09ef\u09e6]/g,function(e){return Jr[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Vr[e]})},meridiemParse:/\u09b0\u09be\u09a4|\u09b8\u0995\u09be\u09b2|\u09a6\u09c1\u09aa\u09c1\u09b0|\u09ac\u09bf\u0995\u09be\u09b2|\u09b0\u09be\u09a4/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&4<=e||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}});var Gr={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},Xr={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28\u0f29\u0f20]/g,function(e){return Xr[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Gr[e]})},meridiemParse:/\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c|\u0f5e\u0f7c\u0f42\u0f66\u0f0b\u0f40\u0f66|\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44|\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42|\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&4<=e||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}}),e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:et,h:"un eur",hh:"%d eur",d:"un devezh",dd:et,M:"ur miz",MM:et,y:"ur bloaz",yy:function(e){switch(function e(t){return 9<t?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(a\xf1|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4}}),e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:tt,m:tt,mm:tt,h:tt,hh:tt,d:"dan",dd:tt,M:"mjesec",MM:tt,y:"godinu",yy:tt},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|\xe8|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}});var Kr="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),Qr="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),Zr=[/^led/i,/^\xfano/i,/^b\u0159e/i,/^dub/i,/^kv\u011b/i,/^(\u010dvn|\u010derven$|\u010dervna)/i,/^(\u010dvc|\u010dervenec|\u010dervence)/i,/^srp/i,/^z\xe1\u0159/i,/^\u0159\xedj/i,/^lis/i,/^pro/i],ei=/^(leden|\xfanor|b\u0159ezen|duben|kv\u011bten|\u010dervenec|\u010dervence|\u010derven|\u010dervna|srpen|z\xe1\u0159\xed|\u0159\xedjen|listopad|prosinec|led|\xfano|b\u0159e|dub|kv\u011b|\u010dvn|\u010dvc|srp|z\xe1\u0159|\u0159\xedj|lis|pro)/i;e.defineLocale("cs",{months:Kr,monthsShort:Qr,monthsRegex:ei,monthsShortRegex:ei,monthsStrictRegex:/^(leden|ledna|\xfanora|\xfanor|b\u0159ezen|b\u0159ezna|duben|dubna|kv\u011bten|kv\u011btna|\u010dervenec|\u010dervence|\u010derven|\u010dervna|srpen|srpna|z\xe1\u0159\xed|\u0159\xedjen|\u0159\xedjna|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|\xfano|b\u0159e|dub|kv\u011b|\u010dvn|\u010dvc|srp|z\xe1\u0159|\u0159\xedj|lis|pro)/i,monthsParse:Zr,longMonthsParse:Zr,shortMonthsParse:Zr,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:rt,ss:rt,m:rt,mm:rt,h:rt,hh:rt,d:rt,dd:rt,M:rt,MM:rt,y:rt,yy:rt},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_акаай_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑрар_пуш_акаай_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"вырун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:р_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/\u0441\u0435\u0445\u0435\u0442$/i.exec(e)?"рен":/\u04ab\u0443\u043b$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-\u043c\u04d7\u0448/,ordinal:"%d-мӗш",week:{dow:1,doy:7}}),e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return 20<e?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":0<e&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}}),e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:it,mm:"%d Minuten",h:it,hh:"%d Stunden",d:it,dd:it,M:it,MM:it,y:it,yy:it},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:ot,mm:"%d Minuten",h:ot,hh:"%d Stunden",d:ot,dd:ot,M:ot,MM:ot,y:ot,yy:ot},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:at,mm:"%d Minuten",h:at,hh:"%d Stunden",d:at,dd:at,M:at,MM:at,y:at,yy:at},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var ti=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],ni=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:ti,monthsShort:ti,weekdays:ni,weekdaysShort:ni,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0789\u0786|\u0789\u078a/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}}),e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παραβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Παα".split("_"),meridiem:function(e,t,n){return 11<e?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[\u03a0\u039c]\.?\u039c?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var n=this._calendarEl[e],r=t&&t.hours();return w(n)&&(n=n.apply(t)),n.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}\u03b7/,ordinal:"%dη",week:{dow:1,doy:4}}),e.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}}),e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}}),e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}}),e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}}),e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}}),e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return 11<e?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});var ri="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),ii="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),oi=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],ai=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?ii[e.month()]:ri[e.month()]:ri},monthsRegex:ai,monthsShortRegex:ai,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:oi,longMonthsParse:oi,shortMonthsParse:oi,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}});var si="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),ui="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),li=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],di=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?ui[e.month()]:si[e.month()]:si},monthsRegex:di,monthsShortRegex:di,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:li,longMonthsParse:li,shortMonthsParse:li,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:0,doy:6}});var ci="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),fi="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),hi=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],pi=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?fi[e.month()]:ci[e.month()]:ci},monthsRegex:pi,monthsShortRegex:pi,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:hi,longMonthsParse:hi,shortMonthsParse:hi,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",
LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:st,ss:st,m:st,mm:st,h:st,hh:st,d:st,dd:"%d päeva",M:st,MM:st,y:st,yy:st},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});var mi={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},_i={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:انویه_فوریهارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:انویه_فوریهارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبههشنبههارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبههشنبههارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631|\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/,isPM:function(e){return/\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"ثانیه d%",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[\u06f0-\u06f9]/g,function(e){return _i[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return mi[e]}).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}\u0645/,ordinal:"%dم",week:{dow:6,doy:12}});var gi="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),yi=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",gi[7],gi[8],gi[9]];e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:ut,ss:ut,m:ut,mm:ut,h:ut,hh:ut,d:ut,dd:ut,M:ut,MM:ut,y:ut,yy:ut},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourdhui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}}),e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourdhui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}}),e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourdhui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});var vi="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),bi="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?bi[e.month()]:vi[e.month()]:vi},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Méitheamh","Iúil","Lúnasa","Meán Fómhair","Deaireadh Fómhair","Samhain","Nollaig"],monthsShort:["Eaná","Feab","Márt","Aibr","Beal","Méit","Iúil","Lúna","Meán","Deai","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Satharn"],weekdaysShort:["Dom","Lua","Mái","Céa","Déa","hAo","Sat"],weekdaysMin:["Do","Lu","Má","Ce","Dé","hA","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}}),e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}}),e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:lt,ss:lt,m:lt,mm:lt,h:lt,hh:lt,d:lt,dd:lt,M:lt,MM:lt,y:lt,yy:lt},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokalli"===t?e:"donparam"===t?12<e?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokalli":e<16?"donparam":e<20?"sanje":"rati"}});var Mi={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:""},wi={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[\u0ae7\u0ae8\u0ae9\u0aea\u0aeb\u0aec\u0aed\u0aee\u0aef\u0ae6]/g,function(e){return wi[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Mi[e]})},meridiemParse:/\u0ab0\u0abe\u0aa4|\u0aac\u0aaa\u0acb\u0ab0|\u0ab8\u0ab5\u0abe\u0ab0|\u0ab8\u0abe\u0a82\u0a9c/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?10<=e?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}}),e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יוליוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יוליוג׳_ספט׳וק׳וב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישיישי_שבת".split("_"),weekdaysShort:׳׳׳׳׳_ו׳׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/\u05d0\u05d7\u05d4"\u05e6|\u05dc\u05e4\u05e0\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8|\u05d1\u05d1\u05d5\u05e7\u05e8|\u05d1\u05e2\u05e8\u05d1/i,isPM:function(e){return/^(\u05d0\u05d7\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05d1\u05e2\u05e8\u05d1)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}});var Li={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""},xi={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"};e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(e){return xi[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Li[e]})},meridiemParse:/\u0930\u093e\u0924|\u0938\u0941\u092c\u0939|\u0926\u094b\u092a\u0939\u0930|\u0936\u093e\u092e/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?10<=e?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}}),e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:dt,m:dt,mm:dt,h:dt,hh:dt,d:"dan",dd:dt,M:"mjesec",MM:dt,y:"godinu",yy:dt},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});var ki="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return ft.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return ft.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:ct,ss:ct,m:ct,mm:ct,h:ct,hh:ct,d:ct,dd:ct,M:ct,MM:ct,y:ct,yy:ct},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/\u0563\u056b\u0577\u0565\u0580\u057e\u0561|\u0561\u057c\u0561\u057e\u0578\u057f\u057e\u0561|\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576/,isPM:function(e){return/^(\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(\u056b\u0576|\u0580\u0564)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}}),e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?11<=e?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:pt,ss:pt,m:pt,mm:pt,h:"klukkustund",hh:pt,d:pt,dd:pt,M:pt,MM:pt,y:pt,yy:pt},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("ja",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/\u5348\u524d|\u5348\u5f8c/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()<this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()<e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}\u65e5/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}}),e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?11<=e?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}}),e.defineLocale("ka",{months:{
standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(\u10ec\u10d8\u10dc\u10d0|\u10e8\u10d4\u10db\u10d3\u10d4\u10d2)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10ec\u10d4\u10da\u10d8)/.test(e)?e.replace(/\u10d8$/,"ში"):e+"ში"},past:function(e){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10d3\u10e6\u10d4|\u10d7\u10d5\u10d4)/.test(e)?e.replace(/(\u10d8|\u10d4)$/,"ის წინ"):/\u10ec\u10d4\u10da\u10d8/.test(e)?e.replace(/\u10ec\u10d4\u10da\u10d8$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-\u10da\u10d8|\u10db\u10d4-\d{1,2}|\d{1,2}-\u10d4/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}});var Di={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:аңтар_ақпан_наурыз_сәуірамыраусым_шілдеамыз_қыркүйек_қазан_қарашаелтоқсан".split("_"),monthsShort:аң_ақп_нау_сәуам_мауіл_там_қыраз_қарел".split("_"),weekdays:ексенбіүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:ек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0448\u0456|\u0448\u044b)/,ordinal:function(e){return e+(Di[e]||Di[e%10]||Di[100<=e?100:null])},week:{dow:1,doy:7}});var Ti={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},Yi={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u1796\u17d2\u179a\u17b9\u1780|\u179b\u17d2\u1784\u17b6\u1785/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/\u1791\u17b8\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[\u17e1\u17e2\u17e3\u17e4\u17e5\u17e6\u17e7\u17e8\u17e9\u17e0]/g,function(e){return Yi[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Ti[e]})},week:{dow:1,doy:4}});var Si={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:""},Ci={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಬರ್_ಡಿಸೆಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆ_ಅಕ್ಟೋ_ನವೆ_ಡಿಸೆ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[\u0ce7\u0ce8\u0ce9\u0cea\u0ceb\u0cec\u0ced\u0cee\u0cef\u0ce6]/g,function(e){return Ci[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Si[e]})},meridiemParse:/\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf|\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6|\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8|\u0cb8\u0c82\u0c9c\u0cc6/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?10<=e?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(\u0ca8\u0cc6\u0cd5)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}}),e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(\uc77c|\uc6d4|\uc8fc)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/\uc624\uc804|\uc624\ud6c4/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}});var ji={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},Ei={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},Hi=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:Hi,monthsShort:Hi,weekdays:هكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه".split("_"),weekdaysShort:هكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u0626\u06ce\u0648\u0627\u0631\u0647\u200c|\u0628\u0647\u200c\u06cc\u0627\u0646\u06cc/,isPM:function(e){return/\u0626\u06ce\u0648\u0627\u0631\u0647\u200c/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(e){return Ei[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return ji[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}});var Ai={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апрай_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:екшемби_Дүйшөмбүейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:ек_Дүй_Шей_Шарей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0447\u0438|\u0447\u044b|\u0447\u04af|\u0447\u0443)/,ordinal:function(e){return e+(Ai[e]||Ai[e%10]||Ai[100<=e?100:null])},week:{dow:1,doy:7}}),e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return _t(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return _t(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:mt,mm:"%d Minutten",h:mt,hh:"%d Stonnen",d:mt,dd:"%d Deeg",M:mt,MM:"%d Méint",y:mt,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/\u0e95\u0ead\u0e99\u0ec0\u0e8a\u0ebb\u0ec9\u0eb2|\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(\u0e97\u0eb5\u0ec8)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}});var Oi={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"},ss:bt,m:gt,mm:bt,h:gt,hh:bt,d:gt,dd:bt,M:gt,MM:bt,y:gt,yy:bt},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}});var Pi={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:wt,m:Lt,mm:wt,h:Lt,hh:wt,d:Lt,dd:wt,M:Lt,MM:wt,y:Lt,yy:wt},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var Ni={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:2<=e&&e<=4?t[1]:t[2]},translate:function(e,t,n){var r=Ni.words[n];return 1===n.length?t?r[0]:r[1]:e+" "+Ni.correctGrammaticalCase(e,r)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:Ni.translate,m:Ni.translate,mm:Ni.translate,h:Ni.translate,hh:Ni.translate,d:"dan",dd:Ni.translate,M:"mjesec",MM:Ni.translate,y:"godinu",yy:Ni.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апрај_јун_јул_авг_сеп_окт_ноеек".split("_"),weekdays:едела_понеделник_вторник_средаетврток_петок_сабота".split("_"),weekdaysShort:ед_пон_вто_среет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_сре_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":10<n&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}}),e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റബർ_ഒക്ടോബർ_നവബർ_ഡിസബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവ._ഡിസ.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴ_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f|\u0d30\u0d3e\u0d35\u0d3f\u0d32\u0d46|\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d|\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02|\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&4<=e||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}}),e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар саруравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар саролдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмархагваүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мягхаүраа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лхүа_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/\u04ae\u04e8|\u04ae\u0425/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:xt,ss:xt,m:xt,mm:xt,h:xt,hh:xt,d:xt,dd:xt,M:xt,MM:xt,y:xt,yy:xt},dayOfMonthOrdinalParse:/\d{1,2} \u04e9\u0434\u04e9\u0440/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}});var Ii={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""},Ri={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"};e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:kt,ss:kt,m:kt,mm:kt,h:kt,hh:kt,d:kt,dd:kt,M:kt,MM:kt,y:kt,yy:kt},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(e){return Ri[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Ii[e]})},meridiemParse:/\u0930\u093e\u0924\u094d\u0930\u0940|\u0938\u0915\u093e\u0933\u0940|\u0926\u0941\u092a\u093e\u0930\u0940|\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात्री"===t?e<4?e:e+12:"सकाळी"===t?e:"दुपारी"===t?10<=e?e:e+12:"सायंकाळी"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात्री":e<10?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}}),e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?11<=e?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?11<=e?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}});var Wi={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:""},$i={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","":"0"};e.defineLocale("my",{months:"ဇန်နါရီ_ဖေဖော်ါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[\u1041\u1042\u1043\u1044\u1045\u1046\u1047\u1048\u1049\u1040]/g,function(e){return $i[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Wi[e]})},week:{dow:1,doy:4}}),e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var Fi={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""},zi={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(e){return zi[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Fi[e]})},meridiemParse:/\u0930\u093e\u0924\u093f|\u092c\u093f\u0939\u093e\u0928|\u0926\u093f\u0909\u0901\u0938\u094b|\u0938\u093e\u0901\u091d/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?10<=e?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})
;var qi="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),Bi="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),Ui=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],Vi=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?Bi[e.month()]:qi[e.month()]:qi},monthsRegex:Vi,monthsShortRegex:Vi,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:Ui,longMonthsParse:Ui,shortMonthsParse:Ui,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}});var Ji="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),Gi="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),Xi=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],Ki=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?Gi[e.month()]:Ji[e.month()]:Ji},monthsRegex:Ki,monthsShortRegex:Ki,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:Xi,longMonthsParse:Xi,shortMonthsParse:Xi,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var Qi={1:"",2:"੨",3:"੩",4:"",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:""},Zi={"":"1","੨":"2","੩":"3","":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[\u0a67\u0a68\u0a69\u0a6a\u0a6b\u0a6c\u0a6d\u0a6e\u0a6f\u0a66]/g,function(e){return Zi[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Qi[e]})},meridiemParse:/\u0a30\u0a3e\u0a24|\u0a38\u0a35\u0a47\u0a30|\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30|\u0a38\u0a3c\u0a3e\u0a2e/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?10<=e?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}});var eo="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),to="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");e.defineLocale("pl",{months:function(e,t){return e?""===t?"("+to[e.month()]+"|"+eo[e.month()]+")":/D MMMM/.test(t)?to[e.month()]:eo[e.month()]:eo},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:Tt,m:Tt,mm:Tt,h:Tt,hh:Tt,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:Tt,y:"rok",yy:Tt},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº"}),e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:Yt,m:"un minut",mm:Yt,h:"o oră",hh:Yt,d:"o zi",dd:Yt,M:"o lună",MM:Yt,y:"un an",yy:Yt},week:{dow:1,doy:7}});var no=[/^\u044f\u043d\u0432/i,/^\u0444\u0435\u0432/i,/^\u043c\u0430\u0440/i,/^\u0430\u043f\u0440/i,/^\u043c\u0430[\u0439\u044f]/i,/^\u0438\u044e\u043d/i,/^\u0438\u044e\u043b/i,/^\u0430\u0432\u0433/i,/^\u0441\u0435\u043d/i,/^\u043e\u043a\u0442/i,/^\u043d\u043e\u044f/i,/^\u0434\u0435\u043a/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:оскресенье_понедельник_вторник_средаетверг_пятница_суббота".split("_"),format:оскресенье_понедельник_вторник_средуетверг_пятницу_субботу".split("_"),isFormat:/\[ ?[\u0412\u0432] ?(?:\u043f\u0440\u043e\u0448\u043b\u0443\u044e|\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e|\u044d\u0442\u0443)? ?\] ?dddd/},weekdaysShort:с_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:с_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:no,longMonthsParse:no,shortMonthsParse:no,monthsRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsShortRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsStrictRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044f\u044c]|\u0444\u0435\u0432\u0440\u0430\u043b[\u044f\u044c]|\u043c\u0430\u0440\u0442\u0430?|\u0430\u043f\u0440\u0435\u043b[\u044f\u044c]|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044f\u044c]|\u0438\u044e\u043b[\u044f\u044c]|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043e\u043a\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043d\u043e\u044f\u0431\u0440[\u044f\u044c]|\u0434\u0435\u043a\u0430\u0431\u0440[\u044f\u044c])/i,monthsShortStrictRegex:/^(\u044f\u043d\u0432\.|\u0444\u0435\u0432\u0440?\.|\u043c\u0430\u0440[\u0442.]|\u0430\u043f\u0440\.|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044c\u044f.]|\u0438\u044e\u043b[\u044c\u044f.]|\u0430\u0432\u0433\.|\u0441\u0435\u043d\u0442?\.|\u043e\u043a\u0442\.|\u043d\u043e\u044f\u0431?\.|\u0434\u0435\u043a\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:St,m:St,mm:St,h:"час",hh:St,d:"день",dd:St,M:"месяц",MM:St,y:"год",yy:St},meridiemParse:/\u043d\u043e\u0447\u0438|\u0443\u0442\u0440\u0430|\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430/i,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e|\u044f)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}});var ro=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],io=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:ro,monthsShort:ro,weekdays:io,weekdaysShort:io,weekdaysMin:io,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/\u0635\u0628\u062d|\u0634\u0627\u0645/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}}),e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} \u0dc0\u0dd0\u0db1\u0dd2/,ordinal:function(e){return e+" වැනි"},meridiemParse:/\u0db4\u0dd9\u0dbb \u0dc0\u0dbb\u0dd4|\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4|\u0db4\u0dd9.\u0dc0|\u0db4.\u0dc0./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return 11<e?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}});var oo="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),ao="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");e.defineLocale("sk",{months:oo,monthsShort:ao,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:jt,ss:jt,m:jt,mm:jt,h:jt,hh:jt,d:jt,dd:jt,M:jt,MM:jt,y:jt,yy:jt},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:Et,ss:Et,m:Et,mm:Et,h:Et,hh:Et,d:Et,dd:Et,M:Et,MM:Et,y:Et,yy:Et},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var so={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:2<=e&&e<=4?t[1]:t[2]},translate:function(e,t,n){var r=so.words[n];return 1===n.length?t?r[0]:r[1]:e+" "+so.correctGrammaticalCase(e,r)}};e.defineLocale("sr-cyrl",{months:"јануаребруарарт_април_мај_јун_јул_август_септембар_октобаровембарецембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:едеља_понедељак_уторак_средаетвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:е_по_ут_сре_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:so.translate,m:so.translate,mm:so.translate,h:so.translate,hh:so.translate,d:"дан",dd:so.translate,M:"месец",MM:so.translate,y:"годину",yy:so.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});var uo={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:2<=e&&e<=4?t[1]:t[2]},translate:function(e,t,n){var r=uo.words[n];return 1===n.length?t?r[0]:r[1]:e+" "+uo.correctGrammaticalCase(e,r)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:uo.translate,m:uo.translate,mm:uo.translate,h:uo.translate,hh:uo.translate,d:"dan",dd:uo.translate,M:"mesec",MM:uo.translate,y:"godinu",yy:uo.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?11<=e?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}}),e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"e":1===t?"a":2===t?"a":"e")},week:{dow:1,doy:4}}),e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}});var lo={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:""},co={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}\u0bb5\u0ba4\u0bc1/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[\u0be7\u0be8\u0be9\u0bea\u0beb\u0bec\u0bed\u0bee\u0bef\u0be6]/g,function(e){return co[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return lo[e]})},meridiemParse:/\u0baf\u0bbe\u0bae\u0bae\u0bcd|\u0bb5\u0bc8\u0b95\u0bb1\u0bc8|\u0b95\u0bbe\u0bb2\u0bc8|\u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd|\u0b8e\u0bb1\u0bcd\u0baa\u0bbe\u0b9f\u0bc1|\u0bae\u0bbe\u0bb2\u0bc8/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t?e:"நண்பகல்"===t&&10<=e?e:e+12},week:{dow:0,doy:6}}),e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెబర్_అక్టోబర్_నవబర్_డిసెబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,
weekdays:"ఆదివార_సోమవార_మగళవార_బుధవార_గురువార_శుక్రవార_శనివార".split("_"),weekdaysShort:"ఆది_సోమ_మగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మ_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}\u0c35/,ordinal:"%dవ",meridiemParse:/\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f|\u0c09\u0c26\u0c2f\u0c02|\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02|\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?10<=e?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}}),e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}});var fo={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:"январеврал_март_апрел_май_июн_июл_август_сентябр_октяброябрекабр".split("_"),monthsShort:"янв_фев_мар_апрай_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбеушанбе_сешанбеоршанбе_панҷшанбеумъаанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшбум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Пагоҳ соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/\u0448\u0430\u0431|\u0441\u0443\u0431\u04b3|\u0440\u04ef\u0437|\u0431\u0435\u0433\u043e\u04b3/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?11<=e?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0443\u043c|\u044e\u043c)/,ordinal:function(e){return e+(fo[e]||fo[e%10]||fo[100<=e?100:null])},week:{dow:1,doy:7}}),e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07|\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}}),e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});var ho="pagh_wa_cha_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");e.defineLocale("tlh",{months:"tera jar wa_tera jar cha_tera jar wej_tera jar loS_tera jar vagh_tera jar jav_tera jar Soch_tera jar chorgh_tera jar Hut_tera jar wamaH_tera jar wamaH wa_tera jar wamaH cha".split("_"),monthsShort:"jar wa_jar cha_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wamaH_jar wamaH wa_jar wamaH cha".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[waleS] LT",nextWeek:"LLL",lastDay:"[waHu] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:Ht,m:"wa tup",mm:Ht,h:"wa rep",hh:Ht,d:"wa jaj",dd:Ht,M:"wa jar",MM:Ht,y:"wa DIS",yy:Ht},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var po={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,t){switch(t){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var n=e%10;return e+(po[n]||po[e%100-n]||po[100<=e?100:null])}},week:{dow:1,doy:7}}),e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return 11<e?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:At,ss:At,m:At,mm:At,h:At,hh:At,d:At,dd:At,M:At,MM:At,y:At,yy:At},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}}),e.defineLocale("tzm",{months:"ⵉⴰⵢ_ⴱⴰⵢ_ⵎⴰⵚ_ⵉⴱ_ⵎⴰⵢⵢⵓ_ⵢⵓⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⴱⵉ_ⴽⵟⵓⴱ_ⵓⵡⴰⴱⵉ_ⴷⵓⵊⴱⵉ".split("_"),monthsShort:"ⵉⴰⵢ_ⴱⴰⵢ_ⵎⴰⵚ_ⵉⴱ_ⵎⴰⵢⵢⵓ_ⵢⵓⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⴱⵉ_ⴽⵟⵓⴱ_ⵓⵡⴰⴱⵉ_ⴷⵓⵊⴱⵉ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰ",M:"ⴰⵢoⵓ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}}),e.defineLocale("ug-cn",{months:انۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:انۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:ەكشەنبە_دۈشەنبەەيشەنبەارشەنبەەيشەنبە_جۈمەەنبە".split("_"),weekdaysShort:ە_دۈ_سەاە_جۈ_شە".split("_"),weekdaysMin:ە_دۈ_سەاە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5|\u0633\u06d5\u06be\u06d5\u0631|\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646|\u0686\u06c8\u0634|\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646|\u0643\u06d5\u0686/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:11<=e?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-\u0643\u06c8\u0646\u0649|-\u0626\u0627\u064a|-\u06be\u06d5\u067e\u062a\u06d5)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}}),e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_веровт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:еділя_понеділок_вівторок_середаетвер_пятниця_субота".split("_"),accusative:еділю_понеділок_вівторок_середуетвер_пятницю_суботу".split("_"),genitive:еділі_понеділкаівторка_середи_четверга_пятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[\u0412\u0432\u0423\u0443]\]) ?dddd/.test(t)?"accusative":/\[?(?:\u043c\u0438\u043d\u0443\u043b\u043e\u0457|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u043e\u0457)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:Pt("[Сьогодні "),nextDay:Pt("[Завтра "),lastDay:Pt("[Вчора "),nextWeek:Pt("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return Pt("[Минулої] dddd [").call(this);case 1:case 2:case 4:return Pt("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:Ot,m:Ot,mm:Ot,h:"годину",hh:Ot,d:"день",dd:Ot,M:"місяць",MM:Ot,y:"рік",yy:Ot},meridiemParse:/\u043d\u043e\u0447\u0456|\u0440\u0430\u043d\u043a\u0443|\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430/,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}});var mo=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],_o=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];return e.defineLocale("ur",{months:mo,monthsShort:mo,weekdays:_o,weekdaysShort:_o,weekdaysMin:_o,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/\u0635\u0628\u062d|\u0634\u0627\u0645/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}}),e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}}),e.defineLocale("uz",{months:"январеврал_март_апрел_май_июн_июл_август_сентябр_октяброябрекабр".split("_"),monthsShort:"янв_фев_мар_апрай_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанбаушанба_Сешанбаоршанбаайшанбаумаанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чорай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Сеоауа".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}}),e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}),e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}}),e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/\u1ecdj\u1ecd\u0301\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}}),e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:11<=e?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u5468)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}}),e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?11<=e?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}}),e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?11<=e?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}}),e.locale("en"),e}),function(){function e(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function t(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i<o;){var a=e[i];t(r,a,n(a),e)}return r}function n(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function r(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function i(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function o(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function a(e,t){return!(null==e||!e.length)&&-1<m(e,t,0)}function s(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}function u(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}function l(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}function d(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}function c(e,t,n,r){var i=null==e?0:e.length;for(r&&i&&(n=e[--i]);i--;)n=t(n,e[i],i,e);return n}function f(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function h(e,t,n){var r;return n(e,function(e,n,i){if(t(e,n,i))return r=n,!1}),r}function p(e,t,n,r){var i=e.length;for(n+=r?1:-1;r?n--:++n<i;)if(t(e[n],n,e))return n;return-1}function m(e,t,n){if(t===t)e:{--n;for(var r=e.length;++n<r;)if(e[n]===t){e=n;break e}e=-1}else e=p(e,g,n);return e}function _(e,t,n,r){--n;for(var i=e.length;++n<i;)if(r(e[n],t))return n;return-1}function g(e){return e!==e}function y(e,t){var n=null==e?0:e.length;return n?L(e,t)/n:$}function v(e){return function(t){return null==t?R:t[e]}}function b(e){return function(t){return null==e?R:e[t]}}function M(e,t,n,r,i){return i(e,function(e,i,o){n=r?(r=!1,e):t(n,e,i,o)}),n}function w(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].c;return e}function L(e,t){for(var n,r=-1,i=e.length;++r<i;){var o=t(e[r]);o!==R&&(n=n===R?o:n+o)}return n}function x(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function k(e,t){return u(t,function(t){return[t,e[t]]})}function D(e){return function(t){return e(t)}}function T(e,t){return u(t,function(t){return e[t]})}function Y(e,t){return e.has(t)}function S(e,t){for(var n=-1,r=e.length;++n<r&&-1<m(t,e[n],0););return n}function C(e,t){for(var n=e.length;n--&&-1<m(t,e[n],0););return n}function j(e){return"\\"+Ee[e]}function E(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function H(e,t){return function(n){return e(t(n))}}function A(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n];a!==t&&"__lodash_placeholder__"!==a||(e[n]="__lodash_placeholder__",o[i++]=n)}return o}function O(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}function P(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n}function N(e){if(Te.test(e)){for(var t=ke.lastIndex=0;ke.test(e);)++t;e=t}else e=Ge(e);return e}function I(e){return Te.test(e)?e.match(ke)||[]:e.split("")}
var R,W=1/0,$=NaN,F=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],z=/\b__p\+='';/g,q=/\b(__p\+=)''\+/g,B=/(__e\(.*?\)|\b__t\))\+'';/g,U=/&(?:amp|lt|gt|quot|#39);/g,V=/[&<>"']/g,J=RegExp(U.source),G=RegExp(V.source),X=/<%-([\s\S]+?)%>/g,K=/<%([\s\S]+?)%>/g,Q=/<%=([\s\S]+?)%>/g,Z=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ee=/^\w*$/,te=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ne=/[\\^$.*+?()[\]{}|]/g,re=RegExp(ne.source),ie=/^\s+|\s+$/g,oe=/^\s+/,ae=/\s+$/,se=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ue=/\{\n\/\* \[wrapped with (.+)\] \*/,le=/,? & /,de=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ce=/\\(\\)?/g,fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,he=/\w*$/,pe=/^[-+]0x[0-9a-f]+$/i,me=/^0b[01]+$/i,_e=/^\[object .+?Constructor\]$/,ge=/^0o[0-7]+$/i,ye=/^(?:0|[1-9]\d*)$/,ve=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,Me=/['\n\r\u2028\u2029\\]/g,we="[\\ufe0e\\ufe0f]?(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?(?:\\u200d(?:[^\\ud800-\\udfff]|(?:\\ud83c[\\udde6-\\uddff]){2}|[\\ud800-\\udbff][\\udc00-\\udfff])[\\ufe0e\\ufe0f]?(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?)*",Le=RegExp("[']","g"),xe=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g"),ke=RegExp("\\ud83c[\\udffb-\\udfff](?=\\ud83c[\\udffb-\\udfff])|(?:[^\\ud800-\\udfff][\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]?|[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|(?:\\ud83c[\\udde6-\\uddff]){2}|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff])"+we,"g"),De=RegExp(["[A-Z\\xc0-\\xd6\\xd8-\\xde]?[a-z\\xdf-\\xf6\\xf8-\\xff]+(?:['](?:d|ll|m|re|s|t|ve))?(?=[\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000]|[A-Z\\xc0-\\xd6\\xd8-\\xde]|$)|(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['](?:D|LL|M|RE|S|T|VE))?(?=[\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000]|[A-Z\\xc0-\\xd6\\xd8-\\xde](?:[a-z\\xdf-\\xf6\\xf8-\\xff]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])|$)|[A-Z\\xc0-\\xd6\\xd8-\\xde]?(?:[a-z\\xdf-\\xf6\\xf8-\\xff]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['](?:d|ll|m|re|s|t|ve))?|[A-Z\\xc0-\\xd6\\xd8-\\xde]+(?:['](?:D|LL|M|RE|S|T|VE))?|\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])|\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])|\\d+","(?:[\\u2700-\\u27bf]|(?:\\ud83c[\\udde6-\\uddff]){2}|[\\ud800-\\udbff][\\udc00-\\udfff])[\\ufe0e\\ufe0f]?(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?(?:\\u200d(?:[^\\ud800-\\udfff]|(?:\\ud83c[\\udde6-\\uddff]){2}|[\\ud800-\\udbff][\\udc00-\\udfff])[\\ufe0e\\ufe0f]?(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?)*"].join("|"),"g"),Te=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]"),Ye=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Se="Array Buffer DataView Date Error Float32Array Float64Array Function Int8Array Int16Array Int32Array Map Math Object Promise RegExp Set String Symbol TypeError Uint8Array Uint8ClampedArray Uint16Array Uint32Array WeakMap _ clearTimeout isFinite parseInt setTimeout".split(" "),Ce={};Ce["[object Float32Array]"]=Ce["[object Float64Array]"]=Ce["[object Int8Array]"]=Ce["[object Int16Array]"]=Ce["[object Int32Array]"]=Ce["[object Uint8Array]"]=Ce["[object Uint8ClampedArray]"]=Ce["[object Uint16Array]"]=Ce["[object Uint32Array]"]=!0,Ce["[object Arguments]"]=Ce["[object Array]"]=Ce["[object ArrayBuffer]"]=Ce["[object Boolean]"]=Ce["[object DataView]"]=Ce["[object Date]"]=Ce["[object Error]"]=Ce["[object Function]"]=Ce["[object Map]"]=Ce["[object Number]"]=Ce["[object Object]"]=Ce["[object RegExp]"]=Ce["[object Set]"]=Ce["[object String]"]=Ce["[object WeakMap]"]=!1;var je={};je["[object Arguments]"]=je["[object Array]"]=je["[object ArrayBuffer]"]=je["[object DataView]"]=je["[object Boolean]"]=je["[object Date]"]=je["[object Float32Array]"]=je["[object Float64Array]"]=je["[object Int8Array]"]=je["[object Int16Array]"]=je["[object Int32Array]"]=je["[object Map]"]=je["[object Number]"]=je["[object Object]"]=je["[object RegExp]"]=je["[object Set]"]=je["[object String]"]=je["[object Symbol]"]=je["[object Uint8Array]"]=je["[object Uint8ClampedArray]"]=je["[object Uint16Array]"]=je["[object Uint32Array]"]=!0,je["[object Error]"]=je["[object Function]"]=je["[object WeakMap]"]=!1;var Ee={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},He=parseFloat,Ae=parseInt,Oe="object"==typeof global&&global&&global.Object===Object&&global,Pe="object"==typeof self&&self&&self.Object===Object&&self,Ne=Oe||Pe||Function("return this")(),Ie="object"==typeof exports&&exports&&!exports.nodeType&&exports,Re=Ie&&"object"==typeof module&&module&&!module.nodeType&&module,We=Re&&Re.exports===Ie,$e=We&&Oe.process,Fe=function(){try{var e=Re&&Re.require&&Re.require("util").types;return e||$e&&$e.binding&&$e.binding("util")}catch(e){}}(),ze=Fe&&Fe.isArrayBuffer,qe=Fe&&Fe.isDate,Be=Fe&&Fe.isMap,Ue=Fe&&Fe.isRegExp,Ve=Fe&&Fe.isSet,Je=Fe&&Fe.isTypedArray,Ge=v("length"),Xe=b({"À":"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","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Ke=b({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"}),Qe=b({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"}),Ze=function b(we){function ke(e){if(yi(e)&&!as(e)&&!(e instanceof Pe)){if(e instanceof Oe)return e;if(ao.call(e,"__wrapped__"))return $r(e)}return new Oe(e)}function Ee(){}function Oe(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=R}function Pe(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Ie(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Re(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function $e(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Fe(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new $e;++t<n;)this.add(e[t])}function Ge(e){this.size=(this.__data__=new Re(e)).size}function et(e,t){var n,r=as(e),i=!r&&os(e),o=!r&&!i&&us(e),a=!r&&!i&&!o&&hs(e),i=(r=r||i||o||a)?x(e.length,eo):[],s=i.length;for(n in e)!t&&!ao.call(e,n)||r&&("length"==n||o&&("offset"==n||"parent"==n)||a&&("buffer"==n||"byteLength"==n||"byteOffset"==n)||Tr(n,s))||i.push(n);return i}function tt(e){var t=e.length;return t?e[on(0,t-1)]:R}function nt(e,t){return Nr(On(e),ft(t,0,e.length))}function rt(e){return Nr(On(e))}function it(e,t,n){(n===R||di(e[t],n))&&(n!==R||t in e)||dt(e,t,n)}function ot(e,t,n){var r=e[t];ao.call(e,t)&&di(r,n)&&(n!==R||t in e)||dt(e,t,n)}function at(e,t){for(var n=e.length;n--;)if(di(e[n][0],t))return n;return-1}function st(e,t,n,r){return oa(e,function(e,i,o){t(r,e,n(e),o)}),r}function ut(e,t){return e&&Pn(t,Ei(t),e)}function lt(e,t){return e&&Pn(t,Hi(t),e)}function dt(e,t,n){"__proto__"==t&&ko?ko(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function ct(e,t){for(var n=-1,r=t.length,i=Vi(r),o=null==e;++n<r;)i[n]=o?R:Ci(e,t[n]);return i}function ft(e,t,n){return e===e&&(n!==R&&(e=e<=n?e:n),t!==R&&(e=e>=t?e:t)),e}function ht(e,t,r,i,o,a){var s,u=1&t,l=2&t,d=4&t;if(r&&(s=o?r(e,i,o,a):r(e)),s!==R)return s;if(!gi(e))return e;if(i=as(e)){if(s=Lr(e),!u)return On(e,s)}else{var c=_a(e),f="[object Function]"==c||"[object GeneratorFunction]"==c;if(us(e))return Sn(e,u);if("[object Object]"==c||"[object Arguments]"==c||f&&!o){if(s=l||f?{}:xr(e),!u)return l?In(e,lt(s,e)):Nn(e,ut(s,e))}else{if(!je[c])return o?e:{};s=kr(e,c,u)}}if(a||(a=new Ge),o=a.get(e))return o;if(a.set(e,s),fs(e))return e.forEach(function(n){s.add(ht(n,t,r,n,e,a))}),s;if(ds(e))return e.forEach(function(n,i){s.set(i,ht(n,t,r,i,e,a))}),s;var l=d?l?mr:pr:l?Hi:Ei,h=i?R:l(e);return n(h||e,function(n,i){h&&(i=n,n=e[i]),ot(s,i,ht(n,t,r,i,e,a))}),s}function pt(e){var t=Ei(e);return function(n){return mt(n,e,t)}}function mt(e,t,n){var r=n.length;if(null==e)return!r;for(e=Qi(e);r--;){var i=n[r],o=t[i],a=e[i];if(a===R&&!(i in e)||!o(a))return!1}return!0}function _t(e,t,n){if("function"!=typeof e)throw new to("Expected a function");return va(function(){e.apply(R,n)},t)}function gt(e,t,n,r){var i=-1,o=a,l=!0,d=e.length,c=[],f=t.length;if(!d)return c;n&&(t=u(t,D(n))),r?(o=s,l=!1):200<=t.length&&(o=Y,l=!1,t=new Fe(t));e:for(;++i<d;){var h=e[i],p=null==n?h:n(h),h=r||0!==h?h:0;if(l&&p===p){for(var m=f;m--;)if(t[m]===p)continue e;c.push(h)}else o(t,p,r)||c.push(h)}return c}function yt(e,t){var n=!0;return oa(e,function(e,r,i){return n=!!t(e,r,i)}),n}function vt(e,t,n){for(var r=-1,i=e.length;++r<i;){var o=e[r],a=t(o);if(null!=a&&(s===R?a===a&&!wi(a):n(a,s)))var s=a,u=o}return u}function bt(e,t){var n=[];return oa(e,function(e,r,i){t(e,r,i)&&n.push(e)}),n}function Mt(e,t,n,r,i){var o=-1,a=e.length;for(n||(n=Dr),i||(i=[]);++o<a;){var s=e[o];0<t&&n(s)?1<t?Mt(s,t-1,n,r,i):l(i,s):r||(i[i.length]=s)}return i}function wt(e,t){return e&&sa(e,t,Ei)}function Lt(e,t){return e&&ua(e,t,Ei)}function xt(e,t){return o(t,function(t){return pi(e[t])})}function kt(e,t){t=Tn(t,e);for(var n=0,r=t.length;null!=e&&n<r;)e=e[Ir(t[n++])];return n&&n==r?e:R}function Dt(e,t,n){return t=t(e),as(e)?t:l(t,n(e))}function Tt(e){if(null==e)return e===R?"[object Undefined]":"[object Null]";if(xo&&xo in Qi(e)){var t=ao.call(e,xo),n=e[xo];try{e[xo]=R;var r=!0}catch(e){}var i=lo.call(e);r&&(t?e[xo]=n:delete e[xo]),e=i}else e=lo.call(e);return e}function Yt(e,t){return e>t}function St(e,t){return null!=e&&ao.call(e,t)}function Ct(e,t){return null!=e&&t in Qi(e)}function jt(e,t,n){for(var r=n?s:a,i=e[0].length,o=e.length,l=o,d=Vi(o),c=1/0,f=[];l--;){var h=e[l];l&&t&&(h=u(h,D(t))),c=No(h.length,c),d[l]=!n&&(t||120<=i&&120<=h.length)?new Fe(l&&h):R}var h=e[0],p=-1,m=d[0];e:for(;++p<i&&f.length<c;){var _=h[p],g=t?t(_):_,_=n||0!==_?_:0;if(m?!Y(m,g):!r(f,g,n)){for(l=o;--l;){var y=d[l];if(y?!Y(y,g):!r(e[l],g,n))continue e}m&&m.push(g),f.push(_)}}return f}function Et(e,t,n,r){return wt(e,function(e,i,o){t(r,n(e),i,o)}),r}function Ht(t,n,r){return n=Tn(n,t),t=2>n.length?t:kt(t,fn(n,0,-1)),n=null==t?t:t[Ir(Ur(n))],null==n?R:e(n,t,r)}function At(e){return yi(e)&&"[object Arguments]"==Tt(e)}function Ot(e){return yi(e)&&"[object ArrayBuffer]"==Tt(e)}function Pt(e){return yi(e)&&"[object Date]"==Tt(e)}function Nt(e,t,n,r,i){if(e===t)return!0;if(null==e||null==t||!yi(e)&&!yi(t))return e!==e&&t!==t;e:{var o=as(e),a=as(t),s=o?"[object Array]":_a(e),u=a?"[object Array]":_a(t),s="[object Arguments]"==s?"[object Object]":s,u="[object Arguments]"==u?"[object Object]":u,l="[object Object]"==s,a="[object Object]"==u;if((u=s==u)&&us(e)){if(!us(t)){t=!1;break e}o=!0,l=!1}if(u&&!l)i||(i=new Ge),t=o||hs(e)?cr(e,t,n,r,Nt,i):fr(e,t,s,n,r,Nt,i);else{if(!(1&n)&&(o=l&&ao.call(e,"__wrapped__"),s=a&&ao.call(t,"__wrapped__"),o||s)){e=o?e.value():e,t=s?t.value():t,i||(i=new Ge),t=Nt(e,t,n,r,i);break e}if(u)t:if(i||(i=new Ge),o=1&n,s=pr(e),a=s.length,u=pr(t).length,a==u||o){for(l=a;l--;){var d=s[l];if(!(o?d in t:ao.call(t,d))){t=!1;break t}}if((u=i.get(e))&&i.get(t))t=u==t;else{u=!0,i.set(e,t),i.set(t,e);for(var c=o;++l<a;){var d=s[l],f=e[d],h=t[d];if(r)var p=o?r(h,f,d,t,e,i):r(f,h,d,e,t,i);if(p===R?f!==h&&!Nt(f,h,n,r,i):!p){u=!1;break}c||(c="constructor"==d)}u&&!c&&(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)&&(u=!1)),i.delete(e),i.delete(t),t=u}}else t=!1;else t=!1}}return t}function It(e){return yi(e)&&"[object Map]"==_a(e)}function Rt(e,t,n,r){var i=n.length,o=i,a=!r;if(null==e)return!o;for(e=Qi(e);i--;){var s=n[i];if(a&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++i<o;){var s=n[i],u=s[0],l=e[u],d=s[1];if(a&&s[2]){if(l===R&&!(u in e))return!1}else{if(s=new Ge,r)var c=r(l,d,u,e,t,s);if(c===R?!Nt(d,l,3,r,s):!c)return!1}}return!0}function Wt(e){return!(!gi(e)||uo&&uo in e)&&(pi(e)?ho:_e).test(Rr(e))}function $t(e){return yi(e)&&"[object RegExp]"==Tt(e)}function Ft(e){return yi(e)&&"[object Set]"==_a(e)}function zt(e){return yi(e)&&_i(e.length)&&!!Ce[Tt(e)]}function qt(e){return"function"==typeof e?e:null==e?Wi:"object"==typeof e?as(e)?Gt(e[0],e[1]):Jt(e):qi(e)}function Bt(e){if(!jr(e))return Oo(e);var t,n=[];for(t in Qi(e))ao.call(e,t)&&"constructor"!=t&&n.push(t);return n}function Ut(e,t){return e<t}function Vt(e,t){var n=-1,r=ci(e)?Vi(e.length):[];return oa(e,function(e,i,o){r[++n]=t(e,i,o)}),r}function Jt(e){var t=br(e);return 1==t.length&&t[0][2]?Er(t[0][0],t[0][1]):function(n){return n===e||Rt(n,e,t)}}function Gt(e,t){return Sr(e)&&t===t&&!gi(t)?Er(Ir(e),t):function(n){var r=Ci(n,e);return r===R&&r===t?ji(n,e):Nt(t,r,3)}}function Xt(e,t,n,r,i){e!==t&&sa(t,function(o,a){if(gi(o)){i||(i=new Ge);var s=i,u=Ar(e,a),l=Ar(t,a),d=s.get(l);if(!d){var d=r?r(u,l,a+"",e,t,s):R,c=d===R;if(c){var f=as(l),h=!f&&us(l),p=!f&&!h&&hs(l),d=l;f||h||p?as(u)?d=u:fi(u)?d=On(u):h?(c=!1,d=Sn(l,!0)):p?(c=!1,d=jn(l,!0)):d=[]:bi(l)||os(l)?(d=u,os(u)?d=Yi(u):gi(u)&&!pi(u)||(d=xr(l))):c=!1}c&&(s.set(l,d),Xt(d,l,n,r,s),s.delete(l))}it(e,a,d)}else s=r?r(Ar(e,a),o,a+"",e,t,i):R,s===R&&(s=o),it(e,a,s)},Hi)}function Kt(e,t){var n=e.length;if(n)return t+=0>t?n:0,Tr(t,n)?e[t]:R}function Qt(e,t,n){var r=-1;return t=u(t.length?t:[Wi],D(yr())),e=Vt(e,function(e,n,i){return{a:u(t,function(t){return t(e)}),b:++r,c:e}}),w(e,function(e,t){var r;e:{r=-1;for(var i=e.a,o=t.a,a=i.length,s=n.length;++r<a;){var u=En(i[r],o[r]);if(u){if(r>=s){r=u;break e}r=u*("desc"==n[r]?-1:1);break e}}r=e.b-t.b}return r})}function Zt(e,t){return en(e,t,function(t,n){return ji(e,n)})}function en(e,t,n){for(var r=-1,i=t.length,o={};++r<i;){var a=t[r],s=kt(e,a);n(s,a)&&dn(o,Tn(a,e),s)}return o}function tn(e){return function(t){return kt(t,e)}}function nn(e,t,n,r){var i=r?_:m,o=-1,a=t.length,s=e;for(e===t&&(t=On(t)),n&&(s=u(e,D(n)));++o<a;)for(var l=0,d=t[o],d=n?n(d):d;-1<(l=i(s,d,l,r));)s!==e&&Mo.call(s,l,1),Mo.call(e,l,1);return e}function rn(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;Tr(i)?Mo.call(e,i,1):bn(e,i)}}return e}function on(e,t){return e+Co(Wo()*(t-e+1))}function an(e,t){var n="";if(!e||1>t||9007199254740991<t)return n;do{t%2&&(n+=e),(t=Co(t/2))&&(e+=e)}while(t);return n}function sn(e,t){return ba(Hr(e,t,Wi),e+"")}function un(e){return tt(Oi(e))}function ln(e,t){var n=Oi(e);return Nr(n,ft(t,0,n.length))}function dn(e,t,n,r){if(!gi(e))return e;t=Tn(t,e);for(var i=-1,o=t.length,a=o-1,s=e;null!=s&&++i<o;){var u=Ir(t[i]),l=n;if(i!=a){var d=s[u],l=r?r(d,u,s):R;l===R&&(l=gi(d)?d:Tr(t[i+1])?[]:{})}ot(s,u,l),s=s[u]}return e}function cn(e){return Nr(Oi(e))}function fn(e,t,n){var r=-1,i=e.length;for(0>t&&(t=-t>i?0:i+t),n=n>i?i:n,0>n&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0,n=Vi(i);++r<i;)n[r]=e[r+t];return n}function hn(e,t){var n;return oa(e,function(e,r,i){return!(n=t(e,r,i))}),!!n}function pn(e,t,n){var r=0,i=null==e?r:e.length;if("number"==typeof t&&t===t&&2147483647>=i){for(;r<i;){var o=r+i>>>1,a=e[o];null!==a&&!wi(a)&&(n?a<=t:a<t)?r=o+1:i=o}return i}return mn(e,t,Wi,n)}function mn(e,t,n,r){t=n(t);for(var i=0,o=null==e?0:e.length,a=t!==t,s=null===t,u=wi(t),l=t===R;i<o;){var d=Co((i+o)/2),c=n(e[d]),f=c!==R,h=null===c,p=c===c,m=wi(c);(a?r||p:l?p&&(r||f):s?p&&f&&(r||!h):u?p&&f&&!h&&(r||!m):h||m?0:r?c<=t:c<t)?i=d+1:o=d}return No(o,4294967294)}function _n(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n],s=t?t(a):a;if(!n||!di(s,u)){var u=s;o[i++]=0===a?0:a}}return o}function gn(e){return"number"==typeof e?e:wi(e)?$:+e}function yn(e){if("string"==typeof e)return e;if(as(e))return u(e,yn)+"";if(wi(e))return ra?ra.call(e):"";var t=e+"";return"0"==t&&1/e==-W?"-0":t}function vn(e,t,n){var r=-1,i=a,o=e.length,u=!0,l=[],d=l;if(n)u=!1,i=s;else if(200<=o){if(i=t?null:fa(e))return O(i);u=!1,i=Y,d=new Fe}else d=t?[]:l;e:for(;++r<o;){var c=e[r],f=t?t(c):c,c=n||0!==c?c:0;if(u&&f===f){for(var h=d.length;h--;)if(d[h]===f)continue e;t&&d.push(f),l.push(c)}else i(d,f,n)||(d!==l&&d.push(f),l.push(c))}return l}function bn(e,t){return t=Tn(t,e),null==(e=2>t.length?e:kt(e,fn(t,0,-1)))||delete e[Ir(Ur(t))]}function Mn(e,t,n,r){for(var i=e.length,o=r?i:-1;(r?o--:++o<i)&&t(e[o],o,e););return n?fn(e,r?0:o,r?o+1:i):fn(e,r?o+1:0,r?i:o)}function wn(e,t){var n=e;return n instanceof Pe&&(n=n.value()),d(t,function(e,t){return t.func.apply(t.thisArg,l([e],t.args))},n)}function Ln(e,t,n){var r=e.length;if(2>r)return r?vn(e[0]):[];for(var i=-1,o=Vi(r);++i<r;)for(var a=e[i],s=-1;++s<r;)s!=i&&(o[i]=gt(o[i]||a,e[s],t,n));return vn(Mt(o,1),t,n)}function xn(e,t,n){for(var r=-1,i=e.length,o=t.length,a={};++r<i;)n(a,e[r],r<o?t[r]:R);return a}function kn(e){return fi(e)?e:[]}function Dn(e){return"function"==typeof e?e:Wi}function Tn(e,t){return as(e)?e:Sr(e,t)?[e]:Ma(Si(e))}function Yn(e,t,n){var r=e.length;return n=n===R?r:n,!t&&n>=r?e:fn(e,t,n)}function Sn(e,t){if(t)return e.slice();var n=e.length,n=go?go(n):new e.constructor(n);return e.copy(n),n}function Cn(e){var t=new e.constructor(e.byteLength);return new _o(t).set(new _o(e)),t}function jn(e,t){return new e.constructor(t?Cn(e.buffer):e.buffer,e.byteOffset,e.length)}function En(e,t){if(e!==t){var n=e!==R,r=null===e,i=e===e,o=wi(e),a=t!==R,s=null===t,u=t===t,l=wi(t);if(!s&&!l&&!o&&e>t||o&&a&&u&&!s&&!l||r&&a&&u||!n&&u||!i)return 1;if(!r&&!o&&!l&&e<t||l&&n&&i&&!r&&!o||s&&n&&i||!a&&i||!u)return-1}return 0}function Hn(e,t,n,r){var i=-1,o=e.length,a=n.length,s=-1,u=t.length,l=Po(o-a,0),d=Vi(u+l);for(r=!r;++s<u;)d[s]=t[s];for(;++i<a;)(r||i<o)&&(d[n[i]]=e[i]);for(;l--;)d[s++]=e[i++];return d}function An(e,t,n,r){var i=-1,o=e.length,a=-1,s=n.length,u=-1,l=t.length,d=Po(o-s,0),c=Vi(d+l);for(r=!r;++i<d;)c[i]=e[i];for(d=i;++u<l;)c[d+u]=t[u];for(;++a<s;)(r||i<o)&&(c[d+n[a]]=e[i++]);return c}function On(e,t){var n=-1,r=e.length;for(t||(t=Vi(r));++n<r;)t[n]=e[n];return t}function Pn(e,t,n,r){var i=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],u=r?r(n[s],e[s],s,n,e):R;u===R&&(u=e[s]),i?dt(n,s,u):ot(n,s,u)}return n}function Nn(e,t){return Pn(e,pa(e),t)}function In(e,t){return Pn(e,ma(e),t)}function Rn(e,n){return function(r,i){var o=as(r)?t:st,a=n?n():{};return o(r,e,yr(i,2),a)}}function Wn(e){return sn(function(t,n){var r=-1,i=n.length,o=1<i?n[i-1]:R,a=2<i?n[2]:R,o=3<e.length&&"function"==typeof o?(i--,o):R;for(a&&Yr(n[0],n[1],a)&&(o=3>i?R:o,i=1),t=Qi(t);++r<i;)(a=n[r])&&e(t,a,r,o);return t})}function $n(e,t){return function(n,r){if(null==n)return n;if(!ci(n))return e(n,r);for(var i=n.length,o=t?i:-1,a=Qi(n);(t?o--:++o<i)&&!1!==r(a[o],o,a););return n}}function Fn(e){return function(t,n,r){var i=-1,o=Qi(t);r=r(t);for(var a=r.length;a--;){var s=r[e?a:++i];if(!1===n(o[s],s,o))break}return t}}function zn(e,t,n){function r(){return(this&&this!==Ne&&this instanceof r?o:e).apply(i?n:this,arguments)}var i=1&t,o=Un(e);return r}function qn(e){return function(t){t=Si(t);var n=Te.test(t)?I(t):R,r=n?n[0]:t.charAt(0);return t=n?Yn(n,1).join(""):t.slice(1),r[e]()+t}}function Bn(e){return function(t){return d(Ii(Ni(t).replace(Le,"")),e,"")}}function Un(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=ia(e.prototype),t=e.apply(n,t);return gi(t)?t:n}}function Vn(t,n,r){function i(){for(var a=arguments.length,s=Vi(a),u=a,l=gr(i);u--;)s[u]=arguments[u];return u=3>a&&s[0]!==l&&s[a-1]!==l?[]:A(s,l),a-=u.length,a<r?ir(t,n,Xn,i.placeholder,R,s,u,R,R,r-a):e(this&&this!==Ne&&this instanceof i?o:t,this,s)}var o=Un(t);return i}function Jn(e){return function(t,n,r){var i=Qi(t);if(!ci(t)){var o=yr(n,3);t=Ei(t),n=function(e){return o(i[e],e,i)}}return n=e(t,n,r),-1<n?i[o?t[n]:n]:R}}function Gn(e){return hr(function(t){var n=t.length,r=n,i=Oe.prototype.thru;for(e&&t.reverse();r--;){var o=t[r];if("function"!=typeof o)throw new to("Expected a function");if(i&&!a&&"wrapper"==_r(o))var a=new Oe([],!0)}for(r=a?r:n;++r<n;)var o=t[r],i=_r(o),s="wrapper"==i?ha(o):R,a=s&&Cr(s[0])&&424==s[1]&&!s[4].length&&1==s[9]?a[_r(s[0])].apply(a,s[3]):1==o.length&&Cr(o)?a[i]():a.thru(o);return function(){var e=arguments,r=e[0];if(a&&1==e.length&&as(r))return a.plant(r).value();for(var i=0,e=n?t[i].apply(this,e):r;++i<n;)e=t[i].call(this,e);return e}})}function Xn(e,t,n,r,i,o,a,s,u,l){function d(){for(var g=arguments.length,y=Vi(g),v=g;v--;)y[v]=arguments[v];if(p){var b,M=gr(d),v=y.length;for(b=0;v--;)y[v]===M&&++b}if(r&&(y=Hn(y,r,i,p)),o&&(y=An(y,o,a,p)),g-=b,p&&g<l)return M=A(y,M),ir(e,t,Xn,d.placeholder,n,y,M,s,u,l-g);if(M=f?n:this,v=h?M[e]:e,g=y.length,s){b=y.length;for(var w=No(s.length,b),L=On(y);w--;){var x=s[w];y[w]=Tr(x,b)?L[x]:R}}else m&&1<g&&y.reverse();return c&&u<g&&(y.length=u),this&&this!==Ne&&this instanceof d&&(v=_||Un(v)),v.apply(M,y)}var c=128&t,f=1&t,h=2&t,p=24&t,m=512&t,_=h?R:Un(e);return d}function Kn(e,t){return function(n,r){return Et(n,e,t(r),{})}}function Qn(e,t){return function(n,r){var i;if(n===R&&r===R)return t;if(n!==R&&(i=n),r!==R){if(i===R)return r;"string"==typeof n||"string"==typeof r?(n=yn(n),r=yn(r)):(n=gn(n),r=gn(r)),i=e(n,r)}return i}}function Zn(t){return hr(function(n){return n=u(n,D(yr())),sn(function(r){var i=this;return t(n,function(t){return e(t,i,r)})})})}function er(e,t){t=t===R?" ":yn(t);var n=t.length;return 2>n?n?an(t,e):t:(n=an(t,So(e/N(t))),Te.test(t)?Yn(I(n),0,e).join(""):n.slice(0,e))}function tr(t,n,r,i){function o(){for(var n=-1,u=arguments.length,l=-1,d=i.length,c=Vi(d+u),f=this&&this!==Ne&&this instanceof o?s:t;++l<d;)c[l]=i[l];for(;u--;)c[l++]=arguments[++n];return e(f,a?r:this,c)}var a=1&n,s=Un(t);return o}function nr(e){return function(t,n,r){r&&"number"!=typeof r&&Yr(t,n,r)&&(n=r=R),t=xi(t),n===R?(n=t,t=0):n=xi(n),r=r===R?t<n?1:-1:xi(r);var i=-1;n=Po(So((n-t)/(r||1)),0);for(var o=Vi(n);n--;)o[e?n:++i]=t,t+=r;return o}}function rr(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=Ti(t),n=Ti(n)),e(t,n)}}function ir(e,t,n,r,i,o,a,s,u,l){var d=8&t,c=d?a:R;a=d?R:a;var f=d?o:R;return o=d?R:o,t=(t|(d?32:64))&~(d?64:32),4&t||(t&=-4),i=[e,t,i,f,c,o,a,s,u,l],n=n.apply(R,i),Cr(e)&&ya(n,i),n.placeholder=r,Or(n,e,t)}function or(e){var t=Ki[e];return function(e,n){if(e=Ti(e),n=null==n?0:No(ki(n),292)){var r=(Si(e)+"e").split("e"),r=t(r[0]+"e"+(+r[1]+n)),r=(Si(r)+"e").split("e");return+(r[0]+"e"+(+r[1]-n))}return t(e)}}function ar(e){return function(t){var n=_a(t);return"[object Map]"==n?E(t):"[object Set]"==n?P(t):k(t,e(t))}}function sr(e,t,n,r,i,o,a,s){var u=2&t;if(!u&&"function"!=typeof e)throw new to("Expected a function");var l=r?r.length:0;if(l||(t&=-97,r=i=R),a=a===R?a:Po(ki(a),0),s=s===R?s:ki(s),l-=i?i.length:0,64&t){var d=r,c=i;r=i=R}var f=u?R:ha(e);return o=[e,t,n,r,i,d,c,o,a,s],f&&(n=o[1],e=f[1],t=n|e,r=128==e&&8==n||128==e&&256==n&&o[7].length<=f[8]||384==e&&f[7].length<=f[8]&&8==n,131>t||r)&&(1&e&&(o[2]=f[2],t|=1&n?0:4),(n=f[3])&&(r=o[3],o[3]=r?Hn(r,n,f[4]):n,o[4]=r?A(o[3],"__lodash_placeholder__"):f[4]),(n=f[5])&&(r=o[5],o[5]=r?An(r,n,f[6]):n,o[6]=r?A(o[5],"__lodash_placeholder__"):f[6]),(n=f[7])&&(o[7]=n),128&e&&(o[8]=null==o[8]?f[8]:No(o[8],f[8])),null==o[9]&&(o[9]=f[9]),o[0]=f[0],o[1]=t),e=o[0],t=o[1],n=o[2],r=o[3],i=o[4],s=o[9]=o[9]===R?u?0:e.length:Po(o[9]-l,0),!s&&24&t&&(t&=-25),u=t&&1!=t?8==t||16==t?Vn(e,t,s):32!=t&&33!=t||i.length?Xn.apply(R,o):tr(e,t,n,r):zn(e,t,n),Or((f?la:ya)(u,o),e,t)}function ur(e,t,n,r){return e===R||di(e,ro[n])&&!ao.call(r,n)?t:e}function lr(e,t,n,r,i,o){return gi(e)&&gi(t)&&(o.set(t,e),Xt(e,t,R,lr,o),o.delete(t)),e}function dr(e){return bi(e)?R:e}function cr(e,t,n,r,i,o){var a=1&n,s=e.length,u=t.length;if(s!=u&&!(a&&u>s))return!1;if((u=o.get(e))&&o.get(t))return u==t;var u=-1,l=!0,d=2&n?new Fe:R;for(o.set(e,t),o.set(t,e);++u<s;){var c=e[u],h=t[u];if(r)var p=a?r(h,c,u,t,e,o):r(c,h,u,e,t,o);if(p!==R){if(p)continue;l=!1;break}if(d){if(!f(t,function(e,t){if(!Y(d,t)&&(c===e||i(c,e,n,r,o)))return d.push(t)})){l=!1;break}}else if(c!==h&&!i(c,h,n,r,o)){l=!1;break}}return o.delete(e),o.delete(t),l}function fr(e,t,n,r,i,o,a){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)break;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":if(e.byteLength!=t.byteLength||!o(new _o(e),new _o(t)))break;return!0;case"[object Boolean]":case"[object Date]":case"[object Number]":return di(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var s=E;case"[object Set]":if(s||(s=O),e.size!=t.size&&!(1&r))break;return(n=a.get(e))?n==t:(r|=2,a.set(e,t),t=cr(s(e),s(t),r,i,o,a),a.delete(e),t);case"[object Symbol]":if(na)return na.call(e)==na.call(t)}return!1}function hr(e){return ba(Hr(e,R,qr),e+"")}function pr(e){return Dt(e,Ei,pa)}function mr(e){return Dt(e,Hi,ma)}function _r(e){for(var t=e.name+"",n=Go[t],r=ao.call(Go,t)?n.length:0;r--;){var i=n[r],o=i.func;if(null==o||o==e)return i.name}return t}function gr(e){return(ao.call(ke,"placeholder")?ke:e).placeholder}function yr(){var e=ke.iteratee||$i,e=e===$i?qt:e;return arguments.length?e(arguments[0],arguments[1]):e}function vr(e,t){var n=e.__data__,r=typeof t;return("string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==t:null===t)?n["string"==typeof t?"string":"hash"]:n.map}function br(e){for(var t=Ei(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,i===i&&!gi(i)]}return t}function Mr(e,t){var n=null==e?R:e[t];return Wt(n)?n:R}function wr(e,t,n){t=Tn(t,e);for(var r=-1,i=t.length,o=!1;++r<i;){var a=Ir(t[r]);if(!(o=null!=e&&n(e,a)))break;e=e[a]}return o||++r!=i?o:!!(i=null==e?0:e.length)&&_i(i)&&Tr(a,i)&&(as(e)||os(e))}function Lr(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&ao.call(e,"index")&&(n.index=e.index,n.input=e.input),n}function xr(e){return"function"!=typeof e.constructor||jr(e)?{}:ia(yo(e))}function kr(e,t,n){var r=e.constructor;switch(t){case"[object ArrayBuffer]":return Cn(e);case"[object Boolean]":case"[object Date]":return new r(+e);case"[object DataView]":return t=n?Cn(e.buffer):e.buffer,new e.constructor(t,e.byteOffset,e.byteLength);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return jn(e,n);case"[object Map]":return new r;case"[object Number]":case"[object String]":return new r(e);case"[object RegExp]":return t=new e.constructor(e.source,he.exec(e)),t.lastIndex=e.lastIndex,t;case"[object Set]":return new r;case"[object Symbol]":return na?Qi(na.call(e)):{}}}function Dr(e){return as(e)||os(e)||!!(wo&&e&&e[wo])}function Tr(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&ye.test(e))&&-1<e&&0==e%1&&e<t}function Yr(e,t,n){if(!gi(n))return!1;var r=typeof t;return!!("number"==r?ci(n)&&Tr(t,n.length):"string"==r&&t in n)&&di(n[t],e)}function Sr(e,t){if(as(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!wi(e))||ee.test(e)||!Z.test(e)||null!=t&&e in Qi(t)}function Cr(e){var t=_r(e),n=ke[t];return"function"==typeof n&&t in Pe.prototype&&(e===n||!!(t=ha(n))&&e===t[0])}function jr(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||ro)}function Er(e,t){return function(n){return null!=n&&n[e]===t&&(t!==R||e in Qi(n))}}function Hr(t,n,r){return n=Po(n===R?t.length-1:n,0),function(){for(var i=arguments,o=-1,a=Po(i.length-n,0),s=Vi(a);++o<a;)s[o]=i[n+o];for(o=-1,a=Vi(n+1);++o<n;)a[o]=i[o];return a[n]=r(s),e(t,this,a)}}function Ar(e,t){if("__proto__"!=t)return e[t]}function Or(e,t,n){var r=t+"";t=ba;var i,o=Wr;return i=(i=r.match(ue))?i[1].split(le):[],n=o(i,n),(o=n.length)&&(i=o-1,n[i]=(1<o?"& ":"")+n[i],n=n.join(2<o?", ":" "),r=r.replace(se,"{\n/* [wrapped with "+n+"] */\n")),t(e,r)}function Pr(e){var t=0,n=0;return function(){var r=Io(),i=16-(r-n);if(n=r,0<i){if(800<=++t)return arguments[0]}else t=0;return e.apply(R,arguments)}}function Nr(e,t){var n=-1,r=e.length,i=r-1;for(t=t===R?r:t;++n<t;){var r=on(n,i),o=e[r];e[r]=e[n],e[n]=o}return e.length=t,e}function Ir(e){if("string"==typeof e||wi(e))return e;var t=e+"";return"0"==t&&1/e==-W?"-0":t}function Rr(e){if(null!=e){try{return oo.call(e)}catch(e){}return e+""}return""}function Wr(e,t){return n(F,function(n){var r="_."+n[0];t&n[1]&&!a(e,r)&&e.push(r)}),e.sort()}function $r(e){if(e instanceof Pe)return e.clone();var t=new Oe(e.__wrapped__,e.__chain__);return t.__actions__=On(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function Fr(e,t,n){var r=null==e?0:e.length;return r?(n=null==n?0:ki(n),0>n&&(n=Po(r+n,0)),p(e,yr(t,3),n)):-1}function zr(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r-1;return n!==R&&(i=ki(n),i=0>n?Po(r+i,0):No(i,r-1)),p(e,yr(t,3),i,!0)}function qr(e){return(null==e?0:e.length)?Mt(e,1):[]}function Br(e){return e&&e.length?e[0]:R}function Ur(e){var t=null==e?0:e.length;return t?e[t-1]:R}function Vr(e,t){return e&&e.length&&t&&t.length?nn(e,t):e}function Jr(e){
return null==e?e:$o.call(e)}function Gr(e){if(!e||!e.length)return[];var t=0;return e=o(e,function(e){if(fi(e))return t=Po(e.length,t),!0}),x(t,function(t){return u(e,v(t))})}function Xr(t,n){if(!t||!t.length)return[];var r=Gr(t);return null==n?r:u(r,function(t){return e(n,R,t)})}function Kr(e){return e=ke(e),e.__chain__=!0,e}function Qr(e,t){return t(e)}function Zr(){return this}function ei(e,t){return(as(e)?n:oa)(e,yr(t,3))}function ti(e,t){return(as(e)?r:aa)(e,yr(t,3))}function ni(e,t){return(as(e)?u:Vt)(e,yr(t,3))}function ri(e,t,n){return t=n?R:t,t=e&&null==t?e.length:t,sr(e,128,R,R,R,R,t)}function ii(e,t){var n;if("function"!=typeof t)throw new to("Expected a function");return e=ki(e),function(){return 0<--e&&(n=t.apply(this,arguments)),1>=e&&(t=R),n}}function oi(e,t,n){return t=n?R:t,e=sr(e,8,R,R,R,R,R,t),e.placeholder=oi.placeholder,e}function ai(e,t,n){return t=n?R:t,e=sr(e,16,R,R,R,R,R,t),e.placeholder=ai.placeholder,e}function si(e,t,n){function r(t){var n=u,r=l;return u=l=R,p=t,c=e.apply(r,n)}function i(e){var n=e-h;return e-=p,h===R||n>=t||0>n||_&&e>=d}function o(){var e=Ja();if(i(e))return a(e);var n,r=va;n=e-p,e=t-(e-h),n=_?No(e,d-n):e,f=r(o,n)}function a(e){return f=R,g&&u?r(e):(u=l=R,c)}function s(){var e=Ja(),n=i(e);if(u=arguments,l=this,h=e,n){if(f===R)return p=e=h,f=va(o,t),m?r(e):c;if(_)return f=va(o,t),r(h)}return f===R&&(f=va(o,t)),c}var u,l,d,c,f,h,p=0,m=!1,_=!1,g=!0;if("function"!=typeof e)throw new to("Expected a function");return t=Ti(t)||0,gi(n)&&(m=!!n.leading,d=(_="maxWait"in n)?Po(Ti(n.maxWait)||0,t):d,g="trailing"in n?!!n.trailing:g),s.cancel=function(){f!==R&&ca(f),p=0,u=h=l=f=R},s.flush=function(){return f===R?c:a(Ja())},s}function ui(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new to("Expected a function");var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;return o.has(i)?o.get(i):(r=e.apply(this,r),n.cache=o.set(i,r)||o,r)};return n.cache=new(ui.Cache||$e),n}function li(e){if("function"!=typeof e)throw new to("Expected a function");return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function di(e,t){return e===t||e!==e&&t!==t}function ci(e){return null!=e&&_i(e.length)&&!pi(e)}function fi(e){return yi(e)&&ci(e)}function hi(e){if(!yi(e))return!1;var t=Tt(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!bi(e)}function pi(e){return!!gi(e)&&("[object Function]"==(e=Tt(e))||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e)}function mi(e){return"number"==typeof e&&e==ki(e)}function _i(e){return"number"==typeof e&&-1<e&&0==e%1&&9007199254740991>=e}function gi(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function yi(e){return null!=e&&"object"==typeof e}function vi(e){return"number"==typeof e||yi(e)&&"[object Number]"==Tt(e)}function bi(e){return!(!yi(e)||"[object Object]"!=Tt(e))&&(null===(e=yo(e))||"function"==typeof(e=ao.call(e,"constructor")&&e.constructor)&&e instanceof e&&oo.call(e)==co)}function Mi(e){return"string"==typeof e||!as(e)&&yi(e)&&"[object String]"==Tt(e)}function wi(e){return"symbol"==typeof e||yi(e)&&"[object Symbol]"==Tt(e)}function Li(e){if(!e)return[];if(ci(e))return Mi(e)?I(e):On(e);if(Lo&&e[Lo]){e=e[Lo]();for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}return t=_a(e),("[object Map]"==t?E:"[object Set]"==t?O:Oi)(e)}function xi(e){return e?(e=Ti(e),e===W||e===-W?1.7976931348623157e308*(0>e?-1:1):e===e?e:0):0===e?e:0}function ki(e){e=xi(e);var t=e%1;return e===e?t?e-t:e:0}function Di(e){return e?ft(ki(e),0,4294967295):0}function Ti(e){if("number"==typeof e)return e;if(wi(e))return $;if(gi(e)&&(e="function"==typeof e.valueOf?e.valueOf():e,e=gi(e)?e+"":e),"string"!=typeof e)return 0===e?e:+e;e=e.replace(ie,"");var t=me.test(e);return t||ge.test(e)?Ae(e.slice(2),t?2:8):pe.test(e)?$:+e}function Yi(e){return Pn(e,Hi(e))}function Si(e){return null==e?"":yn(e)}function Ci(e,t,n){return e=null==e?R:kt(e,t),e===R?n:e}function ji(e,t){return null!=e&&wr(e,t,Ct)}function Ei(e){return ci(e)?et(e):Bt(e)}function Hi(e){if(ci(e))e=et(e,!0);else if(gi(e)){var t,n=jr(e),r=[];for(t in e)("constructor"!=t||!n&&ao.call(e,t))&&r.push(t);e=r}else{if(t=[],null!=e)for(n in Qi(e))t.push(n);e=t}return e}function Ai(e,t){if(null==e)return{};var n=u(mr(e),function(e){return[e]});return t=yr(t),en(e,n,function(e,n){return t(e,n[0])})}function Oi(e){return null==e?[]:T(e,Ei(e))}function Pi(e){return Rs(Si(e).toLowerCase())}function Ni(e){return(e=Si(e))&&e.replace(ve,Xe).replace(xe,"")}function Ii(e,t,n){return e=Si(e),t=n?R:t,t===R?Ye.test(e)?e.match(De)||[]:e.match(de)||[]:e.match(t)||[]}function Ri(e){return function(){return e}}function Wi(e){return e}function $i(e){return qt("function"==typeof e?e:ht(e,1))}function Fi(e,t,r){var i=Ei(t),o=xt(t,i);null!=r||gi(t)&&(o.length||!i.length)||(r=t,t=e,e=this,o=xt(t,Ei(t)));var a=!(gi(r)&&"chain"in r&&!r.chain),s=pi(e);return n(o,function(n){var r=t[n];e[n]=r,s&&(e.prototype[n]=function(){var t=this.__chain__;if(a||t){var n=e(this.__wrapped__);return(n.__actions__=On(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,l([this.value()],arguments))})}),e}function zi(){}function qi(e){return Sr(e)?v(Ir(e)):tn(e)}function Bi(){return[]}function Ui(){return!1}we=null==we?Ne:Ze.defaults(Ne.Object(),we,Ze.pick(Ne,Se));var Vi=we.Array,Ji=we.Date,Gi=we.Error,Xi=we.Function,Ki=we.Math,Qi=we.Object,Zi=we.RegExp,eo=we.String,to=we.TypeError,no=Vi.prototype,ro=Qi.prototype,io=we["__core-js_shared__"],oo=Xi.prototype.toString,ao=ro.hasOwnProperty,so=0,uo=function(){var e=/[^.]+$/.exec(io&&io.keys&&io.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),lo=ro.toString,co=oo.call(Qi),fo=Ne._,ho=Zi("^"+oo.call(ao).replace(ne,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),po=We?we.Buffer:R,mo=we.Symbol,_o=we.Uint8Array,go=po?po.allocUnsafe:R,yo=H(Qi.getPrototypeOf,Qi),vo=Qi.create,bo=ro.propertyIsEnumerable,Mo=no.splice,wo=mo?mo.isConcatSpreadable:R,Lo=mo?mo.iterator:R,xo=mo?mo.toStringTag:R,ko=function(){try{var e=Mr(Qi,"defineProperty");return e({},"",{}),e}catch(e){}}(),Do=we.clearTimeout!==Ne.clearTimeout&&we.clearTimeout,To=Ji&&Ji.now!==Ne.Date.now&&Ji.now,Yo=we.setTimeout!==Ne.setTimeout&&we.setTimeout,So=Ki.ceil,Co=Ki.floor,jo=Qi.getOwnPropertySymbols,Eo=po?po.isBuffer:R,Ho=we.isFinite,Ao=no.join,Oo=H(Qi.keys,Qi),Po=Ki.max,No=Ki.min,Io=Ji.now,Ro=we.parseInt,Wo=Ki.random,$o=no.reverse,Fo=Mr(we,"DataView"),zo=Mr(we,"Map"),qo=Mr(we,"Promise"),Bo=Mr(we,"Set"),Uo=Mr(we,"WeakMap"),Vo=Mr(Qi,"create"),Jo=Uo&&new Uo,Go={},Xo=Rr(Fo),Ko=Rr(zo),Qo=Rr(qo),Zo=Rr(Bo),ea=Rr(Uo),ta=mo?mo.prototype:R,na=ta?ta.valueOf:R,ra=ta?ta.toString:R,ia=function(){function e(){}return function(t){return gi(t)?vo?vo(t):(e.prototype=t,t=new e,e.prototype=R,t):{}}}();ke.templateSettings={escape:X,evaluate:K,interpolate:Q,variable:"",imports:{_:ke}},ke.prototype=Ee.prototype,ke.prototype.constructor=ke,Oe.prototype=ia(Ee.prototype),Oe.prototype.constructor=Oe,Pe.prototype=ia(Ee.prototype),Pe.prototype.constructor=Pe,Ie.prototype.clear=function(){this.__data__=Vo?Vo(null):{},this.size=0},Ie.prototype.delete=function(e){return e=this.has(e)&&delete this.__data__[e],this.size-=e?1:0,e},Ie.prototype.get=function(e){var t=this.__data__;return Vo?(e=t[e],"__lodash_hash_undefined__"===e?R:e):ao.call(t,e)?t[e]:R},Ie.prototype.has=function(e){var t=this.__data__;return Vo?t[e]!==R:ao.call(t,e)},Ie.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Vo&&t===R?"__lodash_hash_undefined__":t,this},Re.prototype.clear=function(){this.__data__=[],this.size=0},Re.prototype.delete=function(e){var t=this.__data__;return!(0>(e=at(t,e))||(e==t.length-1?t.pop():Mo.call(t,e,1),--this.size,0))},Re.prototype.get=function(e){var t=this.__data__;return e=at(t,e),0>e?R:t[e][1]},Re.prototype.has=function(e){return-1<at(this.__data__,e)},Re.prototype.set=function(e,t){var n=this.__data__,r=at(n,e);return 0>r?(++this.size,n.push([e,t])):n[r][1]=t,this},$e.prototype.clear=function(){this.size=0,this.__data__={hash:new Ie,map:new(zo||Re),string:new Ie}},$e.prototype.delete=function(e){return e=vr(this,e).delete(e),this.size-=e?1:0,e},$e.prototype.get=function(e){return vr(this,e).get(e)},$e.prototype.has=function(e){return vr(this,e).has(e)},$e.prototype.set=function(e,t){var n=vr(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Fe.prototype.add=Fe.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Fe.prototype.has=function(e){return this.__data__.has(e)},Ge.prototype.clear=function(){this.__data__=new Re,this.size=0},Ge.prototype.delete=function(e){var t=this.__data__;return e=t.delete(e),this.size=t.size,e},Ge.prototype.get=function(e){return this.__data__.get(e)},Ge.prototype.has=function(e){return this.__data__.has(e)},Ge.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Re){var r=n.__data__;if(!zo||199>r.length)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new $e(r)}return n.set(e,t),this.size=n.size,this};var oa=$n(wt),aa=$n(Lt,!0),sa=Fn(),ua=Fn(!0),la=Jo?function(e,t){return Jo.set(e,t),e}:Wi,da=ko?function(e,t){return ko(e,"toString",{configurable:!0,enumerable:!1,value:Ri(t),writable:!0})}:Wi,ca=Do||function(e){return Ne.clearTimeout(e)},fa=Bo&&1/O(new Bo([,-0]))[1]==W?function(e){return new Bo(e)}:zi,ha=Jo?function(e){return Jo.get(e)}:zi,pa=jo?function(e){return null==e?[]:(e=Qi(e),o(jo(e),function(t){return bo.call(e,t)}))}:Bi,ma=jo?function(e){for(var t=[];e;)l(t,pa(e)),e=yo(e);return t}:Bi,_a=Tt;(Fo&&"[object DataView]"!=_a(new Fo(new ArrayBuffer(1)))||zo&&"[object Map]"!=_a(new zo)||qo&&"[object Promise]"!=_a(qo.resolve())||Bo&&"[object Set]"!=_a(new Bo)||Uo&&"[object WeakMap]"!=_a(new Uo))&&(_a=function(e){var t=Tt(e);if(e=(e="[object Object]"==t?e.constructor:R)?Rr(e):"")switch(e){case Xo:return"[object DataView]";case Ko:return"[object Map]";case Qo:return"[object Promise]";case Zo:return"[object Set]";case ea:return"[object WeakMap]"}return t});var ga=io?pi:Ui,ya=Pr(la),va=Yo||function(e,t){return Ne.setTimeout(e,t)},ba=Pr(da),Ma=function(e){e=ui(e,function(e){return 500===t.size&&t.clear(),e});var t=e.cache;return e}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(te,function(e,n,r,i){t.push(r?i.replace(ce,"$1"):n||e)}),t}),wa=sn(function(e,t){return fi(e)?gt(e,Mt(t,1,fi,!0)):[]}),La=sn(function(e,t){var n=Ur(t);return fi(n)&&(n=R),fi(e)?gt(e,Mt(t,1,fi,!0),yr(n,2)):[]}),xa=sn(function(e,t){var n=Ur(t);return fi(n)&&(n=R),fi(e)?gt(e,Mt(t,1,fi,!0),R,n):[]}),ka=sn(function(e){var t=u(e,kn);return t.length&&t[0]===e[0]?jt(t):[]}),Da=sn(function(e){var t=Ur(e),n=u(e,kn);return t===Ur(n)?t=R:n.pop(),n.length&&n[0]===e[0]?jt(n,yr(t,2)):[]}),Ta=sn(function(e){var t=Ur(e),n=u(e,kn);return(t="function"==typeof t?t:R)&&n.pop(),n.length&&n[0]===e[0]?jt(n,R,t):[]}),Ya=sn(Vr),Sa=hr(function(e,t){var n=null==e?0:e.length,r=ct(e,t);return rn(e,u(t,function(e){return Tr(e,n)?+e:e}).sort(En)),r}),Ca=sn(function(e){return vn(Mt(e,1,fi,!0))}),ja=sn(function(e){var t=Ur(e);return fi(t)&&(t=R),vn(Mt(e,1,fi,!0),yr(t,2))}),Ea=sn(function(e){var t=Ur(e),t="function"==typeof t?t:R;return vn(Mt(e,1,fi,!0),R,t)}),Ha=sn(function(e,t){return fi(e)?gt(e,t):[]}),Aa=sn(function(e){return Ln(o(e,fi))}),Oa=sn(function(e){var t=Ur(e);return fi(t)&&(t=R),Ln(o(e,fi),yr(t,2))}),Pa=sn(function(e){var t=Ur(e),t="function"==typeof t?t:R;return Ln(o(e,fi),R,t)}),Na=sn(Gr),Ia=sn(function(e){var t=e.length,t=1<t?e[t-1]:R,t="function"==typeof t?(e.pop(),t):R;return Xr(e,t)}),Ra=hr(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,i=function(t){return ct(t,e)};return!(1<t||this.__actions__.length)&&r instanceof Pe&&Tr(n)?(r=r.slice(n,+n+(t?1:0)),r.__actions__.push({func:Qr,args:[i],thisArg:R}),new Oe(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(R),e})):this.thru(i)}),Wa=Rn(function(e,t,n){ao.call(e,n)?++e[n]:dt(e,n,1)}),$a=Jn(Fr),Fa=Jn(zr),za=Rn(function(e,t,n){ao.call(e,n)?e[n].push(t):dt(e,n,[t])}),qa=sn(function(t,n,r){var i=-1,o="function"==typeof n,a=ci(t)?Vi(t.length):[];return oa(t,function(t){a[++i]=o?e(n,t,r):Ht(t,n,r)}),a}),Ba=Rn(function(e,t,n){dt(e,n,t)}),Ua=Rn(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]}),Va=sn(function(e,t){if(null==e)return[];var n=t.length;return 1<n&&Yr(e,t[0],t[1])?t=[]:2<n&&Yr(t[0],t[1],t[2])&&(t=[t[0]]),Qt(e,Mt(t,1),[])}),Ja=To||function(){return Ne.Date.now()},Ga=sn(function(e,t,n){var r=1;if(n.length)var i=A(n,gr(Ga)),r=32|r;return sr(e,r,t,n,i)}),Xa=sn(function(e,t,n){var r=3;if(n.length)var i=A(n,gr(Xa)),r=32|r;return sr(t,r,e,n,i)}),Ka=sn(function(e,t){return _t(e,1,t)}),Qa=sn(function(e,t,n){return _t(e,Ti(t)||0,n)});ui.Cache=$e;var Za=sn(function(t,n){n=1==n.length&&as(n[0])?u(n[0],D(yr())):u(Mt(n,1),D(yr()));var r=n.length;return sn(function(i){for(var o=-1,a=No(i.length,r);++o<a;)i[o]=n[o].call(this,i[o]);return e(t,this,i)})}),es=sn(function(e,t){return sr(e,32,R,t,A(t,gr(es)))}),ts=sn(function(e,t){return sr(e,64,R,t,A(t,gr(ts)))}),ns=hr(function(e,t){return sr(e,256,R,R,R,t)}),rs=rr(Yt),is=rr(function(e,t){return e>=t}),os=At(function(){return arguments}())?At:function(e){return yi(e)&&ao.call(e,"callee")&&!bo.call(e,"callee")},as=Vi.isArray,ss=ze?D(ze):Ot,us=Eo||Ui,ls=qe?D(qe):Pt,ds=Be?D(Be):It,cs=Ue?D(Ue):$t,fs=Ve?D(Ve):Ft,hs=Je?D(Je):zt,ps=rr(Ut),ms=rr(function(e,t){return e<=t}),_s=Wn(function(e,t){if(jr(t)||ci(t))Pn(t,Ei(t),e);else for(var n in t)ao.call(t,n)&&ot(e,n,t[n])}),gs=Wn(function(e,t){Pn(t,Hi(t),e)}),ys=Wn(function(e,t,n,r){Pn(t,Hi(t),e,r)}),vs=Wn(function(e,t,n,r){Pn(t,Ei(t),e,r)}),bs=hr(ct),Ms=sn(function(e,t){e=Qi(e);var n=-1,r=t.length,i=2<r?t[2]:R;for(i&&Yr(t[0],t[1],i)&&(r=1);++n<r;)for(var i=t[n],o=Hi(i),a=-1,s=o.length;++a<s;){var u=o[a],l=e[u];(l===R||di(l,ro[u])&&!ao.call(e,u))&&(e[u]=i[u])}return e}),ws=sn(function(t){return t.push(R,lr),e(Ts,R,t)}),Ls=Kn(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=lo.call(t)),e[t]=n},Ri(Wi)),xs=Kn(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=lo.call(t)),ao.call(e,t)?e[t].push(n):e[t]=[n]},yr),ks=sn(Ht),Ds=Wn(function(e,t,n){Xt(e,t,n)}),Ts=Wn(function(e,t,n,r){Xt(e,t,n,r)}),Ys=hr(function(e,t){var n={};if(null==e)return n;var r=!1;t=u(t,function(t){return t=Tn(t,e),r||(r=1<t.length),t}),Pn(e,mr(e),n),r&&(n=ht(n,7,dr));for(var i=t.length;i--;)bn(n,t[i]);return n}),Ss=hr(function(e,t){return null==e?{}:Zt(e,t)}),Cs=ar(Ei),js=ar(Hi),Es=Bn(function(e,t,n){return t=t.toLowerCase(),e+(n?Pi(t):t)}),Hs=Bn(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),As=Bn(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Os=qn("toLowerCase"),Ps=Bn(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}),Ns=Bn(function(e,t,n){return e+(n?" ":"")+Rs(t)}),Is=Bn(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Rs=qn("toUpperCase"),Ws=sn(function(t,n){try{return e(t,R,n)}catch(e){return hi(e)?e:new Gi(e)}}),$s=hr(function(e,t){return n(t,function(t){t=Ir(t),dt(e,t,Ga(e[t],e))}),e}),Fs=Gn(),zs=Gn(!0),qs=sn(function(e,t){return function(n){return Ht(n,e,t)}}),Bs=sn(function(e,t){return function(n){return Ht(e,n,t)}}),Us=Zn(u),Vs=Zn(i),Js=Zn(f),Gs=nr(),Xs=nr(!0),Ks=Qn(function(e,t){return e+t},0),Qs=or("ceil"),Zs=Qn(function(e,t){return e/t},1),eu=or("floor"),tu=Qn(function(e,t){return e*t},1),nu=or("round"),ru=Qn(function(e,t){return e-t},0);return ke.after=function(e,t){if("function"!=typeof t)throw new to("Expected a function");return e=ki(e),function(){if(1>--e)return t.apply(this,arguments)}},ke.ary=ri,ke.assign=_s,ke.assignIn=gs,ke.assignInWith=ys,ke.assignWith=vs,ke.at=bs,ke.before=ii,ke.bind=Ga,ke.bindAll=$s,ke.bindKey=Xa,ke.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return as(e)?e:[e]},ke.chain=Kr,ke.chunk=function(e,t,n){if(t=(n?Yr(e,t,n):t===R)?1:Po(ki(t),0),!(n=null==e?0:e.length)||1>t)return[];for(var r=0,i=0,o=Vi(So(n/t));r<n;)o[i++]=fn(e,r,r+=t);return o},ke.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,i=[];++t<n;){var o=e[t];o&&(i[r++]=o)}return i},ke.concat=function(){var e=arguments.length;if(!e)return[];for(var t=Vi(e-1),n=arguments[0];e--;)t[e-1]=arguments[e];return l(as(n)?On(n):[n],Mt(t,1))},ke.cond=function(t){var n=null==t?0:t.length,r=yr();return t=n?u(t,function(e){if("function"!=typeof e[1])throw new to("Expected a function");return[r(e[0]),e[1]]}):[],sn(function(r){for(var i=-1;++i<n;){var o=t[i];if(e(o[0],this,r))return e(o[1],this,r)}})},ke.conforms=function(e){return pt(ht(e,1))},ke.constant=Ri,ke.countBy=Wa,ke.create=function(e,t){var n=ia(e);return null==t?n:ut(n,t)},ke.curry=oi,ke.curryRight=ai,ke.debounce=si,ke.defaults=Ms,ke.defaultsDeep=ws,ke.defer=Ka,ke.delay=Qa,ke.difference=wa,ke.differenceBy=La,ke.differenceWith=xa,ke.drop=function(e,t,n){var r=null==e?0:e.length;return r?(t=n||t===R?1:ki(t),fn(e,0>t?0:t,r)):[]},ke.dropRight=function(e,t,n){var r=null==e?0:e.length;return r?(t=n||t===R?1:ki(t),t=r-t,fn(e,0,0>t?0:t)):[]},ke.dropRightWhile=function(e,t){return e&&e.length?Mn(e,yr(t,3),!0,!0):[]},ke.dropWhile=function(e,t){return e&&e.length?Mn(e,yr(t,3),!0):[]},ke.fill=function(e,t,n,r){var i=null==e?0:e.length;if(!i)return[];for(n&&"number"!=typeof n&&Yr(e,t,n)&&(n=0,r=i),i=e.length,n=ki(n),0>n&&(n=-n>i?0:i+n),r=r===R||r>i?i:ki(r),0>r&&(r+=i),r=n>r?0:Di(r);n<r;)e[n++]=t;return e},ke.filter=function(e,t){return(as(e)?o:bt)(e,yr(t,3))},ke.flatMap=function(e,t){return Mt(ni(e,t),1)},ke.flatMapDeep=function(e,t){return Mt(ni(e,t),W)},ke.flatMapDepth=function(e,t,n){return n=n===R?1:ki(n),Mt(ni(e,t),n)},ke.flatten=qr,ke.flattenDeep=function(e){return(null==e?0:e.length)?Mt(e,W):[]},ke.flattenDepth=function(e,t){return null!=e&&e.length?(t=t===R?1:ki(t),Mt(e,t)):[]},ke.flip=function(e){return sr(e,512)},ke.flow=Fs,ke.flowRight=zs,ke.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var i=e[t];r[i[0]]=i[1]}return r},ke.functions=function(e){return null==e?[]:xt(e,Ei(e))},ke.functionsIn=function(e){return null==e?[]:xt(e,Hi(e))},ke.groupBy=za,ke.initial=function(e){return(null==e?0:e.length)?fn(e,0,-1):[]},ke.intersection=ka,ke.intersectionBy=Da,ke.intersectionWith=Ta,ke.invert=Ls,ke.invertBy=xs,ke.invokeMap=qa,ke.iteratee=$i,ke.keyBy=Ba,ke.keys=Ei,ke.keysIn=Hi,ke.map=ni,ke.mapKeys=function(e,t){var n={};return t=yr(t,3),wt(e,function(e,r,i){dt(n,t(e,r,i),e)}),n},ke.mapValues=function(e,t){var n={};return t=yr(t,3),wt(e,function(e,r,i){dt(n,r,t(e,r,i))}),n},ke.matches=function(e){return Jt(ht(e,1))},ke.matchesProperty=function(e,t){return Gt(e,ht(t,1))},ke.memoize=ui,ke.merge=Ds,ke.mergeWith=Ts,ke.method=qs,ke.methodOf=Bs,ke.mixin=Fi,ke.negate=li,ke.nthArg=function(e){return e=ki(e),sn(function(t){return Kt(t,e)})},ke.omit=Ys,ke.omitBy=function(e,t){return Ai(e,li(yr(t)))},ke.once=function(e){return ii(2,e)},ke.orderBy=function(e,t,n,r){return null==e?[]:(as(t)||(t=null==t?[]:[t]),n=r?R:n,as(n)||(n=null==n?[]:[n]),Qt(e,t,n))},ke.over=Us,ke.overArgs=Za,ke.overEvery=Vs,ke.overSome=Js,ke.partial=es,ke.partialRight=ts,ke.partition=Ua,ke.pick=Ss,ke.pickBy=Ai,ke.property=qi,ke.propertyOf=function(e){return function(t){return null==e?R:kt(e,t)}},ke.pull=Ya,ke.pullAll=Vr,ke.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?nn(e,t,yr(n,2)):e},ke.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?nn(e,t,R,n):e},ke.pullAt=Sa,ke.range=Gs,ke.rangeRight=Xs,ke.rearg=ns,ke.reject=function(e,t){return(as(e)?o:bt)(e,li(yr(t,3)))},ke.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,i=[],o=e.length;for(t=yr(t,3);++r<o;){var a=e[r];t(a,r,e)&&(n.push(a),i.push(r))}return rn(e,i),n},ke.rest=function(e,t){if("function"!=typeof e)throw new to("Expected a function");return t=t===R?t:ki(t),sn(e,t)},ke.reverse=Jr,ke.sampleSize=function(e,t,n){return t=(n?Yr(e,t,n):t===R)?1:ki(t),(as(e)?nt:ln)(e,t)},ke.set=function(e,t,n){return null==e?e:dn(e,t,n)},ke.setWith=function(e,t,n,r){return r="function"==typeof r?r:R,null==e?e:dn(e,t,n,r)},ke.shuffle=function(e){return(as(e)?rt:cn)(e)},ke.slice=function(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&Yr(e,t,n)?(t=0,n=r):(t=null==t?0:ki(t),n=n===R?r:ki(n)),fn(e,t,n)):[]},ke.sortBy=Va,ke.sortedUniq=function(e){return e&&e.length?_n(e):[]},ke.sortedUniqBy=function(e,t){return e&&e.length?_n(e,yr(t,2)):[]},ke.split=function(e,t,n){return n&&"number"!=typeof n&&Yr(e,t,n)&&(t=n=R),n=n===R?4294967295:n>>>0,n?(e=Si(e))&&("string"==typeof t||null!=t&&!cs(t))&&!(t=yn(t))&&Te.test(e)?Yn(I(e),0,n):e.split(t,n):[]},ke.spread=function(t,n){if("function"!=typeof t)throw new to("Expected a function");return n=null==n?0:Po(ki(n),0),sn(function(r){var i=r[n];return r=Yn(r,0,n),i&&l(r,i),e(t,this,r)})},ke.tail=function(e){var t=null==e?0:e.length;return t?fn(e,1,t):[]},ke.take=function(e,t,n){return e&&e.length?(t=n||t===R?1:ki(t),fn(e,0,0>t?0:t)):[]},ke.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?(t=n||t===R?1:ki(t),t=r-t,fn(e,0>t?0:t,r)):[]},ke.takeRightWhile=function(e,t){return e&&e.length?Mn(e,yr(t,3),!1,!0):[]},ke.takeWhile=function(e,t){return e&&e.length?Mn(e,yr(t,3)):[]},ke.tap=function(e,t){return t(e),e},ke.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new to("Expected a function");return gi(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),si(e,t,{leading:r,maxWait:t,trailing:i})},ke.thru=Qr,ke.toArray=Li,ke.toPairs=Cs,ke.toPairsIn=js,ke.toPath=function(e){return as(e)?u(e,Ir):wi(e)?[e]:On(Ma(Si(e)))},ke.toPlainObject=Yi,ke.transform=function(e,t,r){var i=as(e),o=i||us(e)||hs(e);if(t=yr(t,4),null==r){var a=e&&e.constructor;r=o?i?new a:[]:gi(e)&&pi(a)?ia(yo(e)):{}}return(o?n:wt)(e,function(e,n,i){return t(r,e,n,i)}),r},ke.unary=function(e){return ri(e,1)},ke.union=Ca,ke.unionBy=ja,ke.unionWith=Ea,ke.uniq=function(e){return e&&e.length?vn(e):[]},ke.uniqBy=function(e,t){return e&&e.length?vn(e,yr(t,2)):[]},ke.uniqWith=function(e,t){return t="function"==typeof t?t:R,e&&e.length?vn(e,R,t):[]},ke.unset=function(e,t){return null==e||bn(e,t)},ke.unzip=Gr,ke.unzipWith=Xr,ke.update=function(e,t,n){return null!=e&&(n=Dn(n),e=dn(e,t,n(kt(e,t)),void 0)),e},ke.updateWith=function(e,t,n,r){return r="function"==typeof r?r:R,null!=e&&(n=Dn(n),e=dn(e,t,n(kt(e,t)),r)),e},ke.values=Oi,ke.valuesIn=function(e){return null==e?[]:T(e,Hi(e))},ke.without=Ha,ke.words=Ii,ke.wrap=function(e,t){return es(Dn(t),e)},ke.xor=Aa,ke.xorBy=Oa,ke.xorWith=Pa,ke.zip=Na,ke.zipObject=function(e,t){return xn(e||[],t||[],ot)},ke.zipObjectDeep=function(e,t){return xn(e||[],t||[],dn)},ke.zipWith=Ia,ke.entries=Cs,ke.entriesIn=js,ke.extend=gs,ke.extendWith=ys,Fi(ke,ke),ke.add=Ks,ke.attempt=Ws,ke.camelCase=Es,ke.capitalize=Pi,ke.ceil=Qs,ke.clamp=function(e,t,n){return n===R&&(n=t,t=R),n!==R&&(n=Ti(n),n=n===n?n:0),t!==R&&(t=Ti(t),t=t===t?t:0),ft(Ti(e),t,n)},ke.clone=function(e){return ht(e,4)},ke.cloneDeep=function(e){return ht(e,5)},ke.cloneDeepWith=function(e,t){return t="function"==typeof t?t:R,ht(e,5,t)},ke.cloneWith=function(e,t){return t="function"==typeof t?t:R,ht(e,4,t)},ke.conformsTo=function(e,t){return null==t||mt(e,t,Ei(t))},ke.deburr=Ni,ke.defaultTo=function(e,t){return null==e||e!==e?t:e},ke.divide=Zs,ke.endsWith=function(e,t,n){e=Si(e),t=yn(t);var r=e.length,r=n=n===R?r:ft(ki(n),0,r);return 0<=(n-=t.length)&&e.slice(n,r)==t},ke.eq=di,ke.escape=function(e){return(e=Si(e))&&G.test(e)?e.replace(V,Ke):e},ke.escapeRegExp=function(e){return(e=Si(e))&&re.test(e)?e.replace(ne,"\\$&"):e},ke.every=function(e,t,n){var r=as(e)?i:yt;return n&&Yr(e,t,n)&&(t=R),r(e,yr(t,3))},ke.find=$a,ke.findIndex=Fr,ke.findKey=function(e,t){return h(e,yr(t,3),wt)},ke.findLast=Fa,ke.findLastIndex=zr,ke.findLastKey=function(e,t){return h(e,yr(t,3),Lt)},ke.floor=eu,ke.forEach=ei,ke.forEachRight=ti,ke.forIn=function(e,t){return null==e?e:sa(e,yr(t,3),Hi)},ke.forInRight=function(e,t){return null==e?e:ua(e,yr(t,3),Hi)},ke.forOwn=function(e,t){return e&&wt(e,yr(t,3))},ke.forOwnRight=function(e,t){return e&&Lt(e,yr(t,3))},ke.get=Ci,ke.gt=rs,ke.gte=is,ke.has=function(e,t){return null!=e&&wr(e,t,St)},ke.hasIn=ji,ke.head=Br,ke.identity=Wi,ke.includes=function(e,t,n,r){return e=ci(e)?e:Oi(e),n=n&&!r?ki(n):0,r=e.length,0>n&&(n=Po(r+n,0)),Mi(e)?n<=r&&-1<e.indexOf(t,n):!!r&&-1<m(e,t,n)},ke.indexOf=function(e,t,n){var r=null==e?0:e.length;return r?(n=null==n?0:ki(n),0>n&&(n=Po(r+n,0)),m(e,t,n)):-1},ke.inRange=function(e,t,n){return t=xi(t),n===R?(n=t,t=0):n=xi(n),(e=Ti(e))>=No(t,n)&&e<Po(t,n)},ke.invoke=ks,ke.isArguments=os,ke.isArray=as,ke.isArrayBuffer=ss,ke.isArrayLike=ci,ke.isArrayLikeObject=fi,ke.isBoolean=function(e){return!0===e||!1===e||yi(e)&&"[object Boolean]"==Tt(e)},ke.isBuffer=us,ke.isDate=ls,ke.isElement=function(e){return yi(e)&&1===e.nodeType&&!bi(e)},ke.isEmpty=function(e){if(null==e)return!0;if(ci(e)&&(as(e)||"string"==typeof e||"function"==typeof e.splice||us(e)||hs(e)||os(e)))return!e.length;var t=_a(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(jr(e))return!Bt(e).length;for(var n in e)if(ao.call(e,n))return!1;return!0},ke.isEqual=function(e,t){return Nt(e,t)},ke.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:R)?n(e,t):R;return r===R?Nt(e,t,R,n):!!r},ke.isError=hi,ke.isFinite=function(e){return"number"==typeof e&&Ho(e)},ke.isFunction=pi,ke.isInteger=mi,ke.isLength=_i,ke.isMap=ds,ke.isMatch=function(e,t){return e===t||Rt(e,t,br(t))},ke.isMatchWith=function(e,t,n){return n="function"==typeof n?n:R,Rt(e,t,br(t),n)},ke.isNaN=function(e){return vi(e)&&e!=+e},ke.isNative=function(e){if(ga(e))throw new Gi("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Wt(e)},ke.isNil=function(e){return null==e},ke.isNull=function(e){return null===e},ke.isNumber=vi,ke.isObject=gi,ke.isObjectLike=yi,ke.isPlainObject=bi,ke.isRegExp=cs,ke.isSafeInteger=function(e){return mi(e)&&-9007199254740991<=e&&9007199254740991>=e},ke.isSet=fs,ke.isString=Mi,ke.isSymbol=wi,ke.isTypedArray=hs,ke.isUndefined=function(e){return e===R},ke.isWeakMap=function(e){return yi(e)&&"[object WeakMap]"==_a(e)},ke.isWeakSet=function(e){return yi(e)&&"[object WeakSet]"==Tt(e)},ke.join=function(e,t){return null==e?"":Ao.call(e,t)},ke.kebabCase=Hs,ke.last=Ur,ke.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r;if(n!==R&&(i=ki(n),i=0>i?Po(r+i,0):No(i,r-1)),t===t)e:{for(n=i+1;n--;)if(e[n]===t){e=n;break e}e=n}else e=p(e,g,i,!0);return e},ke.lowerCase=As,ke.lowerFirst=Os,ke.lt=ps,ke.lte=ms,ke.max=function(e){return e&&e.length?vt(e,Wi,Yt):R},ke.maxBy=function(e,t){return e&&e.length?vt(e,yr(t,2),Yt):R},ke.mean=function(e){return y(e,Wi)},ke.meanBy=function(e,t){return y(e,yr(t,2))},ke.min=function(e){return e&&e.length?vt(e,Wi,Ut):R},ke.minBy=function(e,t){return e&&e.length?vt(e,yr(t,2),Ut):R},ke.stubArray=Bi,ke.stubFalse=Ui,ke.stubObject=function(){return{}},ke.stubString=function(){return""},ke.stubTrue=function(){return!0},ke.multiply=tu,ke.nth=function(e,t){return e&&e.length?Kt(e,ki(t)):R},ke.noConflict=function(){return Ne._===this&&(Ne._=fo),this},ke.noop=zi,ke.now=Ja,ke.pad=function(e,t,n){e=Si(e);var r=(t=ki(t))?N(e):0;return!t||r>=t?e:(t=(t-r)/2,er(Co(t),n)+e+er(So(t),n))},ke.padEnd=function(e,t,n){e=Si(e);var r=(t=ki(t))?N(e):0;return t&&r<t?e+er(t-r,n):e},ke.padStart=function(e,t,n){e=Si(e);var r=(t=ki(t))?N(e):0;return t&&r<t?er(t-r,n)+e:e},ke.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),Ro(Si(e).replace(oe,""),t||0)},ke.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Yr(e,t,n)&&(t=n=R),n===R&&("boolean"==typeof t?(n=t,t=R):"boolean"==typeof e&&(n=e,e=R)),e===R&&t===R?(e=0,t=1):(e=xi(e),t===R?(t=e,e=0):t=xi(t)),e>t){var r=e;e=t,t=r}return n||e%1||t%1?(n=Wo(),No(e+n*(t-e+He("1e-"+((n+"").length-1))),t)):on(e,t)},ke.reduce=function(e,t,n){var r=as(e)?d:M,i=3>arguments.length;return r(e,yr(t,4),n,i,oa)},ke.reduceRight=function(e,t,n){var r=as(e)?c:M,i=3>arguments.length;return r(e,yr(t,4),n,i,aa)},ke.repeat=function(e,t,n){return t=(n?Yr(e,t,n):t===R)?1:ki(t),an(Si(e),t)},ke.replace=function(){var e=arguments,t=Si(e[0]);return 3>e.length?t:t.replace(e[1],e[2])},ke.result=function(e,t,n){t=Tn(t,e);var r=-1,i=t.length;for(i||(i=1,e=R);++r<i;){var o=null==e?R:e[Ir(t[r])];o===R&&(r=i,o=n),e=pi(o)?o.call(e):o}return e},ke.round=nu,ke.runInContext=b,ke.sample=function(e){return(as(e)?tt:un)(e)},ke.size=function(e){if(null==e)return 0;if(ci(e))return Mi(e)?N(e):e.length;var t=_a(e);return"[object Map]"==t||"[object Set]"==t?e.size:Bt(e).length},ke.snakeCase=Ps,ke.some=function(e,t,n){var r=as(e)?f:hn;return n&&Yr(e,t,n)&&(t=R),r(e,yr(t,3))},ke.sortedIndex=function(e,t){return pn(e,t)},ke.sortedIndexBy=function(e,t,n){return mn(e,t,yr(n,2))},ke.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=pn(e,t);if(r<n&&di(e[r],t))return r}return-1},ke.sortedLastIndex=function(e,t){return pn(e,t,!0)},ke.sortedLastIndexBy=function(e,t,n){return mn(e,t,yr(n,2),!0)},ke.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=pn(e,t,!0)-1;if(di(e[n],t))return n}return-1},ke.startCase=Ns,ke.startsWith=function(e,t,n){return e=Si(e),n=null==n?0:ft(ki(n),0,e.length),t=yn(t),e.slice(n,n+t.length)==t},ke.subtract=ru,ke.sum=function(e){return e&&e.length?L(e,Wi):0},ke.sumBy=function(e,t){return e&&e.length?L(e,yr(t,2)):0},ke.template=function(e,t,n){var r=ke.templateSettings;n&&Yr(e,t,n)&&(t=R),e=Si(e),t=ys({},t,r,ur),n=ys({},t.imports,r.imports,ur);var i,o,a=Ei(n),s=T(n,a),u=0;n=t.interpolate||be;var l="__p+='";n=Zi((t.escape||be).source+"|"+n.source+"|"+(n===Q?fe:be).source+"|"+(t.evaluate||be).source+"|$","g");var d="sourceURL"in t?"//# sourceURL="+t.sourceURL+"\n":"";if(e.replace(n,function(t,n,r,a,s,d){return r||(r=a),l+=e.slice(u,d).replace(Me,j),n&&(i=!0,l+="'+__e("+n+")+'"),s&&(o=!0,l+="';"+s+";\n__p+='"),r&&(l+="'+((__t=("+r+"))==null?'':__t)+'"),u=d+t.length,t}),l+="';",(t=t.variable)||(l="with(obj){"+l+"}"),l=(o?l.replace(z,""):l).replace(q,"$1").replace(B,"$1;"),l="function("+(t||"obj")+"){"+(t?"":"obj||(obj={});")+"var __t,__p=''"+(i?",__e=_.escape":"")+(o?",__j=Array.prototype.join;function print(){__p+=__j.call(arguments,'')}":";")+l+"return __p}",t=Ws(function(){return Xi(a,d+"return "+l).apply(R,s)}),t.source=l,hi(t))throw t;return t},ke.times=function(e,t){if(1>(e=ki(e))||9007199254740991<e)return[];var n=4294967295,r=No(e,4294967295);for(t=yr(t),e-=4294967295,r=x(r,t);++n<e;)t(n);return r},ke.toFinite=xi,ke.toInteger=ki,ke.toLength=Di,ke.toLower=function(e){return Si(e).toLowerCase()},ke.toNumber=Ti,ke.toSafeInteger=function(e){return e?ft(ki(e),-9007199254740991,9007199254740991):0===e?e:0},ke.toString=Si,ke.toUpper=function(e){return Si(e).toUpperCase()},ke.trim=function(e,t,n){return(e=Si(e))&&(n||t===R)?e.replace(ie,""):e&&(t=yn(t))?(e=I(e),n=I(t),t=S(e,n),n=C(e,n)+1,Yn(e,t,n).join("")):e},ke.trimEnd=function(e,t,n){return(e=Si(e))&&(n||t===R)?e.replace(ae,""):e&&(t=yn(t))?(e=I(e),t=C(e,I(t))+1,Yn(e,0,t).join("")):e},ke.trimStart=function(e,t,n){return(e=Si(e))&&(n||t===R)?e.replace(oe,""):e&&(t=yn(t))?(e=I(e),t=S(e,I(t)),Yn(e,t).join("")):e},ke.truncate=function(e,t){var n=30,r="...";if(gi(t))var i="separator"in t?t.separator:i,n="length"in t?ki(t.length):n,r="omission"in t?yn(t.omission):r;e=Si(e);var o=e.length;if(Te.test(e))var a=I(e),o=a.length;if(n>=o)return e;if(1>(o=n-N(r)))return r;if(n=a?Yn(a,0,o).join(""):e.slice(0,o),i===R)return n+r;if(a&&(o+=n.length-o),cs(i)){if(e.slice(o).search(i)){var s=n;for(i.global||(i=Zi(i.source,Si(he.exec(i))+"g")),i.lastIndex=0;a=i.exec(s);)var u=a.index;n=n.slice(0,u===R?o:u)}}else e.indexOf(yn(i),o)!=o&&-1<(i=n.lastIndexOf(i))&&(n=n.slice(0,i));return n+r},ke.unescape=function(e){return(e=Si(e))&&J.test(e)?e.replace(U,Qe):e},ke.uniqueId=function(e){var t=++so;return Si(e)+t},ke.upperCase=Is,ke.upperFirst=Rs,ke.each=ei,ke.eachRight=ti,ke.first=Br,Fi(ke,function(){var e={}
;return wt(ke,function(t,n){ao.call(ke.prototype,n)||(e[n]=t)}),e}(),{chain:!1}),ke.VERSION="4.17.11",n("bind bindKey curry curryRight partial partialRight".split(" "),function(e){ke[e].placeholder=ke}),n(["drop","take"],function(e,t){Pe.prototype[e]=function(n){n=n===R?1:Po(ki(n),0);var r=this.__filtered__&&!t?new Pe(this):this.clone();return r.__filtered__?r.__takeCount__=No(n,r.__takeCount__):r.__views__.push({size:No(n,4294967295),type:e+(0>r.__dir__?"Right":"")}),r},Pe.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),n(["filter","map","takeWhile"],function(e,t){var n=t+1,r=1==n||3==n;Pe.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:yr(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),n(["head","last"],function(e,t){var n="take"+(t?"Right":"");Pe.prototype[e]=function(){return this[n](1).value()[0]}}),n(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");Pe.prototype[e]=function(){return this.__filtered__?new Pe(this):this[n](1)}}),Pe.prototype.compact=function(){return this.filter(Wi)},Pe.prototype.find=function(e){return this.filter(e).head()},Pe.prototype.findLast=function(e){return this.reverse().find(e)},Pe.prototype.invokeMap=sn(function(e,t){return"function"==typeof e?new Pe(this):this.map(function(n){return Ht(n,e,t)})}),Pe.prototype.reject=function(e){return this.filter(li(yr(e)))},Pe.prototype.slice=function(e,t){e=ki(e);var n=this;return n.__filtered__&&(0<e||0>t)?new Pe(n):(0>e?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==R&&(t=ki(t),n=0>t?n.dropRight(-t):n.take(t-e)),n)},Pe.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Pe.prototype.toArray=function(){return this.take(4294967295)},wt(Pe.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),i=ke[r?"take"+("last"==t?"Right":""):t],o=r||/^find/.test(t);i&&(ke.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,s=t instanceof Pe,u=a[0],d=s||as(t),c=function(e){return e=i.apply(ke,l([e],a)),r&&f?e[0]:e};d&&n&&"function"==typeof u&&1!=u.length&&(s=d=!1);var f=this.__chain__,h=!!this.__actions__.length,u=o&&!f,s=s&&!h;return!o&&d?(t=s?t:new Pe(this),t=e.apply(t,a),t.__actions__.push({func:Qr,args:[c],thisArg:R}),new Oe(t,f)):u&&s?e.apply(this,a):(t=this.thru(c),u?r?t.value()[0]:t.value():t)})}),n("pop push shift sort splice unshift".split(" "),function(e){var t=no[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);ke.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(as(i)?i:[],e)}return this[n](function(n){return t.apply(as(n)?n:[],e)})}}),wt(Pe.prototype,function(e,t){var n=ke[t];if(n){var r=n.name+"";(Go[r]||(Go[r]=[])).push({name:t,func:n})}}),Go[Xn(R,2).name]=[{name:"wrapper",func:R}],Pe.prototype.clone=function(){var e=new Pe(this.__wrapped__);return e.__actions__=On(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=On(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=On(this.__views__),e},Pe.prototype.reverse=function(){if(this.__filtered__){var e=new Pe(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e},Pe.prototype.value=function(){var e,t=this.__wrapped__.value(),n=this.__dir__,r=as(t),i=0>n,o=r?t.length:0;e=0;for(var a=o,s=this.__views__,u=-1,l=s.length;++u<l;){var d=s[u],c=d.size;switch(d.type){case"drop":e+=c;break;case"dropRight":a-=c;break;case"take":a=No(a,e+c);break;case"takeRight":e=Po(e,a-c)}}if(e={start:e,end:a},a=e.start,s=e.end,e=s-a,a=i?s:a-1,s=this.__iteratees__,u=s.length,l=0,d=No(e,this.__takeCount__),!r||!i&&o==e&&d==e)return wn(t,this.__actions__);r=[];e:for(;e--&&l<d;){for(a+=n,i=-1,o=t[a];++i<u;){var f=s[i],c=f.type,f=(0,f.iteratee)(o);if(2==c)o=f;else if(!f){if(1==c)continue e;break e}}r[l++]=o}return r},ke.prototype.at=Ra,ke.prototype.chain=function(){return Kr(this)},ke.prototype.commit=function(){return new Oe(this.value(),this.__chain__)},ke.prototype.next=function(){this.__values__===R&&(this.__values__=Li(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?R:this.__values__[this.__index__++]}},ke.prototype.plant=function(e){for(var t,n=this;n instanceof Ee;){var r=$r(n);r.__index__=0,r.__values__=R,t?i.__wrapped__=r:t=r;var i=r,n=n.__wrapped__}return i.__wrapped__=e,t},ke.prototype.reverse=function(){var e=this.__wrapped__;return e instanceof Pe?(this.__actions__.length&&(e=new Pe(this)),e=e.reverse(),e.__actions__.push({func:Qr,args:[Jr],thisArg:R}),new Oe(e,this.__chain__)):this.thru(Jr)},ke.prototype.toJSON=ke.prototype.valueOf=ke.prototype.value=function(){return wn(this.__wrapped__,this.__actions__)},ke.prototype.first=ke.prototype.head,Lo&&(ke.prototype[Lo]=Zr),ke}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Ne._=Ze,define(function(){return Ze})):Re?((Re.exports=Ze)._=Ze,Ie._=Ze):Ne._=Ze}.call(this),function(){var e,t=window.Messenger;e=window.Messenger=function(){return e._call.apply(this,arguments)},window.Messenger.noConflict=function(){return window.Messenger=t,e}}(),window.Messenger._=function(){if(window._)return window._;var e=Array.prototype,t=Object.prototype,n=Function.prototype,r=(e.push,e.slice),i=(e.concat,t.toString);t.hasOwnProperty;var o=e.forEach,a=(e.map,e.reduce,e.reduceRight,e.filter),s=(e.every,e.some,e.indexOf,e.lastIndexOf,Array.isArray,Object.keys),u=n.bind,l={},d={},c=l.each=l.forEach=function(e,t,n){if(null!=e)if(o&&e.forEach===o)e.forEach(t,n);else if(e.length===+e.length){for(var r=0,i=e.length;i>r;r++)if(t.call(n,e[r],r,e)===d)return}else for(var a in e)if(l.has(e,a)&&t.call(n,e[a],a,e)===d)return};l.result=function(e,t){if(null==e)return null;var n=e[t];return l.isFunction(n)?n.call(e):n},l.once=function(e){var t,n=!1;return function(){return n?t:(n=!0,t=e.apply(this,arguments),e=null,t)}};var f=0;return l.uniqueId=function(e){var t=++f+"";return e?e+t:t},l.filter=l.select=function(e,t,n){var r=[];return null==e?r:a&&e.filter===a?e.filter(t,n):(c(e,function(e,i,o){t.call(n,e,i,o)&&(r[r.length]=e)}),r)},c(["Arguments","Function","String","Number","Date","RegExp"],function(e){l["is"+e]=function(t){return i.call(t)=="[object "+e+"]"}}),l.defaults=function(e){return c(r.call(arguments,1),function(t){if(t)for(var n in t)null==e[n]&&(e[n]=t[n])}),e},l.extend=function(e){return c(r.call(arguments,1),function(t){if(t)for(var n in t)e[n]=t[n]}),e},l.keys=s||function(e){if(e!==Object(e))throw new TypeError("Invalid object");var t=[];for(var n in e)l.has(e,n)&&(t[t.length]=n);return t},l.bind=function(e,t){if(e.bind===u&&u)return u.apply(e,r.call(arguments,1));var n=r.call(arguments,2);return function(){return e.apply(t,n.concat(r.call(arguments)))}},l.isObject=function(e){return e===Object(e)},l}(),window.Messenger.Events=function(){if(window.Backbone&&Backbone.Events)return Backbone.Events;return function(){var e=/\s+/,t=function(t,n,r,i){if(!r)return!0;if("object"==typeof r)for(var o in r)t[n].apply(t,[o,r[o]].concat(i));else{if(!e.test(r))return!0;for(var a=r.split(e),s=0,u=a.length;u>s;s++)t[n].apply(t,[a[s]].concat(i))}},n=function(e,t){var n,r=-1,i=e.length;switch(t.length){case 0:for(;i>++r;)(n=e[r]).callback.call(n.ctx);return;case 1:for(;i>++r;)(n=e[r]).callback.call(n.ctx,t[0]);return;case 2:for(;i>++r;)(n=e[r]).callback.call(n.ctx,t[0],t[1]);return;case 3:for(;i>++r;)(n=e[r]).callback.call(n.ctx,t[0],t[1],t[2]);return;default:for(;i>++r;)(n=e[r]).callback.apply(n.ctx,t)}},r={on:function(e,n,r){return t(this,"on",e,[n,r])&&n?(this._events||(this._events={}),(this._events[e]||(this._events[e]=[])).push({callback:n,context:r,ctx:r||this}),this):this},once:function(e,n,r){if(!t(this,"once",e,[n,r])||!n)return this;var i=this,o=_.once(function(){i.off(e,o),n.apply(this,arguments)});return o._callback=n,this.on(e,o,r),this},off:function(e,n,r){var i,o,a,s,u,l,d,c;if(!this._events||!t(this,"off",e,[n,r]))return this;if(!e&&!n&&!r)return this._events={},this;for(s=e?[e]:_.keys(this._events),u=0,l=s.length;l>u;u++)if(e=s[u],i=this._events[e]){if(a=[],n||r)for(d=0,c=i.length;c>d;d++)o=i[d],(n&&n!==o.callback&&n!==o.callback._callback||r&&r!==o.context)&&a.push(o);this._events[e]=a}return this},trigger:function(e){if(!this._events)return this;var r=Array.prototype.slice.call(arguments,1);if(!t(this,"trigger",e,r))return this;var i=this._events[e],o=this._events.all;return i&&n(i,r),o&&n(o,arguments),this},listenTo:function(e,t,n){return(this._listeners||(this._listeners={}))[e._listenerId||(e._listenerId=_.uniqueId("l"))]=e,e.on(t,"object"==typeof t?this:n,this),this},stopListening:function(e,t,n){var r=this._listeners;if(r){if(e)e.off(t,"object"==typeof t?this:n,this),t||n||delete r[e._listenerId];else{"object"==typeof t&&(n=this);for(var i in r)r[i].off(t,n,this);this._listeners={}}return this}}};return r.bind=r.on,r.unbind=r.off,r}()}(),function(){var e,t,n,r,i,o,a,s,u,l,d,c={}.hasOwnProperty,f=function(e,t){function n(){this.constructor=e}for(var r in t)c.call(t,r)&&(e[r]=t[r]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},h=[].slice,p=[].indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(t in this&&this[t]===e)return t;return-1};e=jQuery,o=null!=(u=window._)?u:window.Messenger._,r=null!=(l="undefined"!=typeof Backbone&&null!==Backbone?Backbone.Events:void 0)?l:window.Messenger.Events,n=function(){function t(t){e.extend(this,r),o.isObject(t)&&(t.el&&this.setElement(t.el),this.model=t.model),this.initialize.apply(this,arguments)}return t.prototype.setElement=function(t){return this.$el=e(t),this.el=this.$el[0]},t.prototype.delegateEvents=function(e){var t,n,r,i,a,s,u;if(e||(e=o.result(this,"events"))){this.undelegateEvents(),t=/^(\S+)\s*(.*)$/,u=[];for(r in e){if(a=e[r],o.isFunction(a)||(a=this[e[r]]),!a)throw Error('Method "'+e[r]+'" does not exist');i=r.match(t),n=i[1],s=i[2],a=o.bind(a,this),n+=".delegateEvents"+this.cid,""===s?u.push(this.jqon(n,a)):u.push(this.jqon(n,s,a))}return u}},t.prototype.jqon=function(e,t,n){var r;return null!=this.$el.on?(r=this.$el).on.apply(r,arguments):(null==n&&(n=t,t=void 0),null!=t?this.$el.delegate(t,e,n):this.$el.bind(e,n))},t.prototype.jqoff=function(e){var t;return null!=this.$el.off?(t=this.$el).off.apply(t,arguments):(this.$el.undelegate(),this.$el.unbind(e))},t.prototype.undelegateEvents=function(){return this.jqoff(".delegateEvents"+this.cid)},t.prototype.remove=function(){return this.undelegateEvents(),this.$el.remove()},t}(),a=function(t){function n(){return n.__super__.constructor.apply(this,arguments)}return f(n,t),n.prototype.defaults={hideAfter:10,scroll:!0,closeButtonText:"&times;",escapeText:!1},n.prototype.initialize=function(t){return null==t&&(t={}),this.shown=!1,this.rendered=!1,this.messenger=t.messenger,this.options=e.extend({},this.options,t,this.defaults)},n.prototype.show=function(){var e;return this.rendered||this.render(),this.$message.removeClass("messenger-hidden"),e=this.shown,this.shown=!0,e?void 0:this.trigger("show")},n.prototype.hide=function(){var e;if(this.rendered)return this.$message.addClass("messenger-hidden"),e=this.shown,this.shown=!1,e?this.trigger("hide"):void 0},n.prototype.cancel=function(){return this.hide()},n.prototype.update=function(t){var n,r=this;return o.isString(t)&&(t={message:t}),e.extend(this.options,t),this.lastUpdate=new Date,this.rendered=!1,this.events=null!=(n=this.options.events)?n:{},this.render(),this.actionsToEvents(),this.delegateEvents(),this.checkClickable(),this.options.hideAfter?(this.$message.addClass("messenger-will-hide-after"),null!=this._hideTimeout&&clearTimeout(this._hideTimeout),this._hideTimeout=setTimeout(function(){return r.hide()},1e3*this.options.hideAfter)):this.$message.removeClass("messenger-will-hide-after"),this.options.hideOnNavigate?(this.$message.addClass("messenger-will-hide-on-navigate"),null!=("undefined"!=typeof Backbone&&null!==Backbone?Backbone.history:void 0)&&Backbone.history.on("route",function(){return r.hide()})):this.$message.removeClass("messenger-will-hide-on-navigate"),this.trigger("update",this)},n.prototype.scrollTo=function(){return this.options.scroll?e.scrollTo(this.$el,{duration:400,offset:{left:0,top:-20}}):void 0},n.prototype.timeSinceUpdate=function(){return this.lastUpdate?new Date-this.lastUpdate:null},n.prototype.actionsToEvents=function(){var e,t,n,r,i=this;n=this.options.actions,r=[];for(t in n)e=n[t],r.push(this.events['click [data-action="'+t+'"] a']=function(e){return function(n){return n.preventDefault(),n.stopPropagation(),i.trigger("action:"+t,e,n),e.action.call(i,n,i)}}(e));return r},n.prototype.checkClickable=function(){var e,t,n;t=this.events,n=[];for(e in t)t[e],"click"===e?n.push(this.$message.addClass("messenger-clickable")):n.push(void 0);return n},n.prototype.undelegateEvents=function(){var e;return n.__super__.undelegateEvents.apply(this,arguments),null!=(e=this.$message)?e.removeClass("messenger-clickable"):void 0},n.prototype.parseActions=function(){var t,n,r,i,o;n=[],o=this.options.actions;for(i in o)t=o[i],r=e.extend({},t),r.name=i,null==r.label&&(r.label=i),n.push(r);return n},n.prototype.template=function(t){var n,r,i,o,a,s,u,l,d,c,f=this;for(a=e("<div class='messenger-message message alert "+t.type+" message-"+t.type+" alert-"+t.type+"'>"),t.showCloseButton&&(i=e('<button type="button" class="messenger-close" data-dismiss="alert">'),i.html(t.closeButtonText),i.click(function(){var e;return f.cancel(),"function"==typeof(e=f.options).onClickClose&&e.onClickClose(),!0}),a.append(i)),s=t.escapeText?e('<div class="messenger-message-inner"></div>').text(t.message):e('<div class="messenger-message-inner">'+t.message+"</div>"),a.append(s),t.actions.length&&(r=e('<div class="messenger-actions">')),c=t.actions,l=0,d=c.length;d>l;l++)u=c[l],n=e("<span>"),n.attr("data-action",""+u.name),o=e("<a>"),o.html(u.label),n.append(e('<span class="messenger-phrase">')),n.append(o),r.append(n);return a.append(r),a},n.prototype.render=function(){var t;if(!this.rendered)return this._hasSlot||(this.setElement(this.messenger._reserveMessageSlot(this)),this._hasSlot=!0),t=e.extend({},this.options,{actions:this.parseActions()}),this.$message=e(this.template(t)),this.$el.html(this.$message),this.shown=!0,this.rendered=!0,this.trigger("render")},n}(n),i=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return f(t,e),t.prototype.initialize=function(){return t.__super__.initialize.apply(this,arguments),this._timers={}},t.prototype.cancel=function(){return this.clearTimers(),this.hide(),null!=this._actionInstance&&null!=this._actionInstance.abort?this._actionInstance.abort():void 0},t.prototype.clearTimers=function(){var e,t,n,r;n=this._timers;for(e in n)t=n[e],clearTimeout(t);return this._timers={},null!=(r=this.$message)?r.removeClass("messenger-retry-soon messenger-retry-later"):void 0},t.prototype.render=function(){var e,n,r,i;t.__super__.render.apply(this,arguments),this.clearTimers(),r=this.options.actions,i=[];for(n in r)e=r[n],e.auto?i.push(this.startCountdown(n,e)):i.push(void 0);return i},t.prototype.renderPhrase=function(e,t){return e.phrase.replace("TIME",this.formatTime(t))},t.prototype.formatTime=function(e){var t;return t=function(e,t){return e=Math.floor(e),1!==e&&(t+="s"),"in "+e+" "+t},0===Math.floor(e)?"now...":60>e?t(e,"second"):(e/=60,60>e?t(e,"minute"):(e/=60,t(e,"hour")))},t.prototype.startCountdown=function(e,t){var n,r,i,o,a=this;if(null==this._timers[e])return n=this.$message.find("[data-action='"+e+"'] .messenger-phrase"),r=null!=(o=t.delay)?o:3,10>=r?(this.$message.removeClass("messenger-retry-later"),this.$message.addClass("messenger-retry-soon")):(this.$message.removeClass("messenger-retry-soon"),this.$message.addClass("messenger-retry-later")),(i=function(){var o;return n.text(a.renderPhrase(t,r)),r>0?(o=Math.min(r,1),r-=o,a._timers[e]=setTimeout(i,1e3*o)):(a.$message.removeClass("messenger-retry-soon messenger-retry-later"),delete a._timers[e],t.action())})()},t}(a),s=function(t){function n(){return n.__super__.constructor.apply(this,arguments)}return f(n,t),n.prototype.tagName="ul",n.prototype.className="messenger",n.prototype.messageDefaults={type:"info"},n.prototype.initialize=function(t){return this.options=null!=t?t:{},this.history=[],this.messageDefaults=e.extend({},this.messageDefaults,this.options.messageDefaults)},n.prototype.render=function(){return this.updateMessageSlotClasses()},n.prototype.findById=function(e){return o.filter(this.history,function(t){return t.msg.options.id===e})},n.prototype._reserveMessageSlot=function(t){var n,r,i=this;for(n=e("<li>"),n.addClass("messenger-message-slot"),this.$el.prepend(n),this.history.push({msg:t,$slot:n}),this._enforceIdConstraint(t),t.on("update",function(){return i._enforceIdConstraint(t)});this.options.maxMessages&&this.history.length>this.options.maxMessages;)r=this.history.shift(),r.msg.remove(),r.$slot.remove();return n},n.prototype._enforceIdConstraint=function(e){var t,n,r,i,o;if(null!=e.options.id)for(o=this.history,n=0,r=o.length;r>n;n++)if(t=o[n],i=t.msg,null!=i.options.id&&i.options.id===e.options.id&&e!==i){if(e.options.singleton)return void e.hide();i.hide()}},n.prototype.newMessage=function(e){var t,n,r,o,s=this;return null==e&&(e={}),e.messenger=this,a=null!=(n=null!=(r=Messenger.themes[null!=(o=e.theme)?o:this.options.theme])?r.Message:void 0)?n:i,t=new a(e),t.on("show",function(){return e.scrollTo&&"fixed"!==s.$el.css("position")?t.scrollTo():void 0}),t.on("hide show render",this.updateMessageSlotClasses,this),t},n.prototype.updateMessageSlotClasses=function(){var e,t,n,r,i,o,a;for(r=!0,t=null,e=!1,a=this.history,i=0,o=a.length;o>i;i++)n=a[i],n.$slot.removeClass("messenger-first messenger-last messenger-shown"),n.msg.shown&&n.msg.rendered&&(n.$slot.addClass("messenger-shown"),e=!0,t=n,r&&(r=!1,n.$slot.addClass("messenger-first")));return null!=t&&t.$slot.addClass("messenger-last"),this.$el[(e?"remove":"add")+"Class"]("messenger-empty")},n.prototype.hideAll=function(){var e,t,n,r,i;for(r=this.history,i=[],t=0,n=r.length;n>t;t++)e=r[t],i.push(e.msg.hide());return i},n.prototype.post=function(t){var n;return o.isString(t)&&(t={message:t}),t=e.extend(!0,{},this.messageDefaults,t),n=this.newMessage(t),n.update(t),n},n}(n),t=function(t){function n(){return n.__super__.constructor.apply(this,arguments)}return f(n,t),n.prototype.doDefaults={progressMessage:null,successMessage:null,errorMessage:"Error connecting to the server.",showSuccessWithoutError:!0,retry:{auto:!0,allow:!0},action:e.ajax},n.prototype.hookBackboneAjax=function(t){var n,r=this;if(null==t&&(t={}),null==window.Backbone)throw"Expected Backbone to be defined";return t=o.defaults(t,{id:"BACKBONE_ACTION",errorMessage:!1,successMessage:"Request completed successfully.",showSuccessWithoutError:!1}),n=function(e){var n;return n=o.extend({},t,e.messenger),r.do(n,e)},null!=Backbone.ajax?(Backbone.ajax._withoutMessenger&&(Backbone.ajax=Backbone.ajax._withoutMessenger),(null==t.action||t.action===this.doDefaults.action)&&(t.action=Backbone.ajax),n._withoutMessenger=Backbone.ajax,Backbone.ajax=n):Backbone.sync=o.wrap(Backbone.sync,function(){var t,r,i;return i=arguments[0],t=arguments.length>=2?h.call(arguments,1):[],r=e.ajax,e.ajax=n,i.call.apply(i,[this].concat(h.call(t))),e.ajax=r})},n.prototype._getHandlerResponse=function(e){return!1!==e&&(!0===e||null==e||e)},n.prototype._parseEvents=function(e){var t,n,r,i,o,a;null==e&&(e={}),o={};for(i in e)r=e[i],n=i.indexOf(" "),a=i.substring(0,n),t=i.substring(n+1),null==o[a]&&(o[a]={}),o[a][t]=r;return o},n.prototype._normalizeResponse=function(){var e,t,n,r,i,a,s;for(n=arguments.length>=1?h.call(arguments,0):[],r=null,i=null,e=null,a=0,s=n.length;s>a;a++)t=n[a],"success"===t||"timeout"===t||"abort"===t?r=t:null!=(null!=t?t.readyState:void 0)&&null!=(null!=t?t.responseText:void 0)?i=t:o.isObject(t)&&(e=t);return[r,e,i]},n.prototype.run=function(){var t,n,r,i,a,s,u,l,d,c,f=this;if(s=arguments[0],l=arguments[1],t=arguments.length>=3?h.call(arguments,2):[],null==l&&(l={}),s=e.extend(!0,{},this.messageDefaults,this.doDefaults,null!=s?s:{}),n=this._parseEvents(s.events),r=function(e,t){var n;return n=s[e+"Message"],o.isFunction(n)?n.call(f,e,t):n},u=null!=(c=s.messageInstance)?c:this.newMessage(s),null!=s.id&&(u.options.id=s.id),null!=s.progressMessage&&u.update(e.extend({},s,{message:r("progress",null),type:"info"})),a={},o.each(["error","success"],function(i){var d;return d=l[i],a[i]=function(){var a,c,m,_,g,y,v,b,M,w,L,x;return g=arguments.length>=1?h.call(arguments,0):[],b=f._normalizeResponse.apply(f,g),_=b[0],b[1],v=b[2],"success"===i&&null==u.errorCount&&!1===s.showSuccessWithoutError&&(s.successMessage=null),"error"===i&&(null==s.errorCount&&(s.errorCount=0),s.errorCount+=1),c=s.returnsPromise?g[0]:"function"==typeof d?d.apply(null,g):void 0,y=f._getHandlerResponse(c),o.isString(y)&&(y={message:y}),"error"!==i||0!==(null!=v?v.status:void 0)&&"abort"!==_?"error"===i&&null!=s.ignoredErrorCodes&&(M=null!=v?v.status:void 0,p.call(s.ignoredErrorCodes,M)>=0)?void u.hide():(a={message:r(i,v),type:i,events:null!=(w=n[i])?w:{},hideOnNavigate:"success"===i},m=e.extend({},s,a,y),"number"==typeof(null!=(L=m.retry)?L.allow:void 0)&&m.retry.allow--,"error"===i&&(null!=v?v.status:void 0)>=500&&(null!=(x=m.retry)?x.allow:void 0)?(null==m.retry.delay&&(m.retry.delay=4>m.errorCount?10:300),m.hideAfter&&(null==m._hideAfter&&(m._hideAfter=m.hideAfter),m.hideAfter=m._hideAfter+m.retry.delay),m._retryActions=!0,m.actions={retry:{label:"retry now",phrase:"Retrying TIME",auto:m.retry.auto,delay:m.retry.delay,action:function(){return m.messageInstance=u,setTimeout(function(){return f.do.apply(f,[m,l].concat(h.call(t)))},0)}},cancel:{action:function(){return u.cancel()}}}):m._retryActions&&(delete m.actions.retry,delete m.actions.cancel,delete s._retryActions),u.update(m),y&&m.message?(Messenger(o.extend({},f.options,{instance:f})),u.show()):u.hide()):void u.hide()}}),!s.returnsPromise)for(d in a)i=a[d],l[d],l[d]=i;return u._actionInstance=s.action.apply(s,[l].concat(h.call(t))),s.returnsPromise&&u._actionInstance.then(a.success,a.error),u},n.prototype.do=n.prototype.run,n.prototype.ajax=function(){var t,n;return n=arguments[0],t=arguments.length>=2?h.call(arguments,1):[],n.action=e.ajax,this.run.apply(this,[n].concat(h.call(t)))},n.prototype.expectPromise=function(e,t){return t=o.extend({},t,{action:e,returnsPromise:!0}),this.run(t)},n.prototype.error=function(e){return null==e&&(e={}),"string"==typeof e&&(e={message:e}),e.type="error",this.post(e)},n.prototype.info=function(e){return null==e&&(e={}),"string"==typeof e&&(e={message:e}),e.type="info",this.post(e)},n.prototype.success=function(e){return null==e&&(e={}),"string"==typeof e&&(e={message:e}),e.type="success",this.post(e)},n}(s),e.fn.messenger=function(){var n,r,i,a,u,l,d,c;return i=arguments[0],r=arguments.length>=2?h.call(arguments,1):[],null==i&&(i={}),n=this,null!=i&&o.isString(i)?(c=n.data("messenger"))[i].apply(c,r):(u=i,null==n.data("messenger")&&(s=null!=(l=null!=(d=Messenger.themes[u.theme])?d.Messenger:void 0)?l:t,n.data("messenger",a=new s(e.extend({el:n},u))),a.render()),n.data("messenger"))},window.Messenger._call=function(t){var n,r,i,o,a,s,u,l,d,c;if(a={extraClasses:"messenger-fixed messenger-on-bottom messenger-on-right",theme:"future",maxMessages:9,parentLocations:["body"]},t=e.extend(a,e._messengerDefaults,Messenger.options,t),null!=t.theme&&(t.extraClasses+=" messenger-theme-"+t.theme),s=t.instance||Messenger.instance,null==t.instance){for(l=t.parentLocations,r=null,null,d=0,c=l.length;c>d;d++)if(u=l[d],r=e(u),r.length){i=u;break}s?e(s._location).is(e(i))||(s.$el.detach(),r.prepend(s.$el)):(n=e("<ul>"),r.prepend(n),s=n.messenger(t),s._location=i,Messenger.instance=s)}return null!=s._addedClasses&&s.$el.removeClass(s._addedClasses),s.$el.addClass(o=s.className+" "+t.extraClasses),s._addedClasses=o,s},e.extend(Messenger,{Message:i,Messenger:t,themes:null!=(d=Messenger.themes)?d:{}}),e.globalMessenger=window.Messenger=Messenger}.call(this),function(e){"use strict";"function"==typeof define&&define.amd?define(e):"undefined"!=typeof module&&void 0!==module.exports?module.exports=e():window.Sortable=e()}(function(){"use strict";function e(e,t){if(!e||!e.getBoundingClientRect)return Ie();var n=e,r=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var i=c(n);if(n.clientWidth<n.scrollWidth&&("auto"==i.overflowX||"scroll"==i.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==i.overflowY||"scroll"==i.overflowY)){if(!n||!n.getBoundingClientRect||n===ge.body)return Ie();if(r||t)return n;r=!0}}}while(n=n.parentNode);return Ie()}function t(e,t,n){e.scrollLeft+=t,e.scrollTop+=n}function n(e){E&&E.parentNode&&E.parentNode[me]&&E.parentNode[me]._computeIsAligned(e)}function r(){!Ce&&A&&c(A,"display","none")}function i(){!Ce&&A&&c(A,"display","")}function o(e){if(E){var t=function(e,t){for(var n=0;n<de.length;n++)if(!v(de[n])){var r=S(de[n]),i=de[n][me].options.emptyInsertThreshold,o=e>=r.left-i&&e<=r.right+i,a=t>=r.top-i&&t<=r.bottom+i;if(i&&o&&a)return de[n]}}((e=e.touches?e.touches[0]:e).clientX,e.clientY);if(t){var n={};for(var r in e)n[r]=e[r];n.target=n.rootEl=t,n.preventDefault=void 0,n.stopPropagation=void 0,t[me]._onDragOver(n)}}}function a(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be HTMLElement, not "+{}.toString.call(e);this.el=e,this.options=t=k({},t),e[me]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,scroll:!0,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0,draggable:/[uo]l/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Ne(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:ye(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==a.supportPointer&&"PointerEvent"in window,emptyInsertThreshold:5};for(var r in n)!(r in t)&&(t[r]=n[r]);for(var i in $e(t),this)"_"===i.charAt(0)&&"function"==typeof this[i]&&(this[i]=this[i].bind(this));this.nativeDraggable=!t.forceFallback&&Se,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?u(e,"pointerdown",this._onTapStart):(u(e,"mousedown",this._onTapStart),u(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(u(e,"dragover",this),u(e,"dragenter",this)),de.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[])}function s(e,t,n,r){if(e){n=n||ge;do{if(null!=t&&(">"===t[0]?e.parentNode===n&&L(e,t):L(e,t))||r&&e===n)return e;if(e===n)break}while(e=(i=e).host&&i!==ge&&i.host.nodeType?i.host:i.parentNode)}var i;return null}function u(e,t,n){e.addEventListener(t,n,!Le&&we)}function l(e,t,n){e.removeEventListener(t,n,!Le&&we)}function d(e,t,n){if(e&&t)if(e.classList)e.classList[n?"add":"remove"](t);else{var r=(" "+e.className+" ").replace(pe," ").replace(" "+t+" "," ");e.className=(r+(n?" "+t:"")).replace(pe," ")}}function c(e,t,n){var r=e&&e.style;if(r){if(void 0===n)return ge.defaultView&&ge.defaultView.getComputedStyle?n=ge.defaultView.getComputedStyle(e,""):e.currentStyle&&(n=e.currentStyle),void 0===t?n:n[t];t in r||-1!==t.indexOf("webkit")||(t="-webkit-"+t),r[t]=n+("string"==typeof n?"":"px")}}function f(e){var t="";do{var n=c(e,"transform");n&&"none"!==n&&(t=n+" "+t)}while(e=e.parentNode);return window.DOMMatrix?new DOMMatrix(t):window.WebKitCSSMatrix?new WebKitCSSMatrix(t):window.CSSMatrix?new CSSMatrix(t):void 0}function h(e,t,n){if(e){var r=e.getElementsByTagName(t),i=0,o=r.length;if(n)for(;i<o;i++)n(r[i],i);return r}return[]}function p(e,t,n,r,i,o,a,s,u,l,d){var c,f=(e=e||t[me]).options,h="on"+n.charAt(0).toUpperCase()+n.substr(1);!window.CustomEvent||Le||xe?(c=ge.createEvent("Event")).initEvent(n,!0,!0):c=new CustomEvent(n,{bubbles:!0,cancelable:!0}),c.to=i||t,c.from=o||t,c.item=r||t,c.clone=O,c.oldIndex=a,c.newIndex=s,c.oldDraggableIndex=u,c.newDraggableIndex=l,c.originalEvent=d,c.pullMode=V?V.lastPutMode:void 0,t&&t.dispatchEvent(c),f[h]&&f[h].call(e,c)}function m(e,t,n,r,i,o,a,s){var u,l,d=e[me],c=d.options.onMove;return!window.CustomEvent||Le||xe?(u=ge.createEvent("Event")).initEvent("move",!0,!0):u=new CustomEvent("move",{bubbles:!0,cancelable:!0}),u.to=t,u.from=e,u.dragged=n,u.draggedRect=r,u.related=i||t,u.relatedRect=o||S(t),u.willInsertAfter=s,u.originalEvent=a,e.dispatchEvent(u),c&&(l=c.call(d,u,a)),l}function _(e){e.draggable=!1}function g(){je=!1}function y(e,t,n){for(var r=0,i=0,o=e.children;i<o.length;){if("none"!==o[i].style.display&&o[i]!==A&&o[i]!==E&&s(o[i],n.draggable,e,!1)){if(r===t)return o[i];r++}i++}return null}function v(e){for(var t=e.lastElementChild;t&&(t===A||"none"===c(t,"display"));)t=t.previousElementSibling;return t||null}function b(e){return w(E)<w(e)?1:-1}function M(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,r=0;n--;)r+=t.charCodeAt(n);return r.toString(36)}function w(e,t){var n=0;if(!e||!e.parentNode)return-1;for(;e&&(e=e.previousElementSibling);)"TEMPLATE"===e.nodeName.toUpperCase()||e===O||t&&!L(e,t)||n++;return n}function L(e,t){if(t){if(">"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(e){return!1}return!1}}function x(e,t){return function(){if(!Fe){var n=arguments,r=this;Fe=ve(function(){1===n.length?e.call(r,n[0]):e.apply(r,n),Fe=void 0},t)}}}function k(e,t){if(e&&t)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}function D(e){return Me&&Me.dom?Me.dom(e).cloneNode(!0):be?be(e).clone(!0)[0]:e.cloneNode(!0)}function T(e){return ve(e,0)}function Y(e){return clearTimeout(e)}function S(e,t,n,r){if(e.getBoundingClientRect||e===_e){var i,o,a,s,u,l,d;if(d=e!==_e&&e!==Ie()?(o=(i=e.getBoundingClientRect()).top,a=i.left,s=i.bottom,u=i.right,l=i.height,i.width):(a=o=0,s=window.innerHeight,u=window.innerWidth,l=window.innerHeight,window.innerWidth),r&&e!==_e&&(n=n||e.parentNode,!Le))do{if(n&&n.getBoundingClientRect&&"none"!==c(n,"transform")){var h=n.getBoundingClientRect();o-=h.top+ye(c(n,"border-top-width")),a-=h.left+ye(c(n,"border-left-width")),s=o+i.height,u=a+i.width;break}}while(n=n.parentNode);if(t&&e!==_e){var p=f(n||e),m=p&&p.a,_=p&&p.d;p&&(s=(o/=_)+(l/=_),u=(a/=m)+(d/=m))}return{top:o,left:a,bottom:s,right:u,width:d,height:l}}}function C(t,n){for(var r=e(t,!0),i=S(t)[n];r;){var o=S(r)[n];if(!("top"===n||"left"===n?o<=i:i<=o))return r;if(r===Ie())break;r=e(r,!1)}return!1}function j(e){var t=0,n=0,r=Ie();if(e)do{var i=f(e),o=i.a,a=i.d;t+=e.scrollLeft*o,n+=e.scrollTop*a}while(e!==r&&(e=e.parentNode));return[t,n]}if("undefined"==typeof window||!window.document)return function(){throw new Error("Sortable.js requires a window with a document")};var E,H,A,O,P,N,I,R,W,$,F,z,q,B,U,V,J,G,X,K,Q,Z,ee,te,ne,re,ie,oe,ae=[],se=!1,ue=!1,le=!1,de=[],ce=!1,fe=!1,he=[],pe=/\s+/g,me="Sortable"+(new Date).getTime(),_e=window,ge=_e.document,ye=_e.parseInt,ve=_e.setTimeout,be=_e.jQuery||_e.Zepto,Me=_e.Polymer,we={capture:!1,passive:!1},Le=!!navigator.userAgent.match(/(?:Trident.*rv[ :]?11\.|msie|iemobile)/i),xe=!!navigator.userAgent.match(/Edge/i),ke=!!navigator.userAgent.match(/firefox/i),De=!(!navigator.userAgent.match(/safari/i)||navigator.userAgent.match(/chrome/i)||navigator.userAgent.match(/android/i)),Te=!!navigator.userAgent.match(/iP(ad|od|hone)/i),Ye=xe||Le?"cssFloat":"float",Se="draggable"in ge.createElement("div"),Ce=function(){if(Le)return!1;var e=ge.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents
}(),je=!1,Ee=!1,He=Math.abs,Ae=Math.min,Oe=Math.max,Pe=[],Ne=function(e,t){var n=c(e),r=ye(n.width)-ye(n.paddingLeft)-ye(n.paddingRight)-ye(n.borderLeftWidth)-ye(n.borderRightWidth),i=y(e,0,t),o=y(e,1,t),a=i&&c(i),s=o&&c(o),u=a&&ye(a.marginLeft)+ye(a.marginRight)+S(i).width,l=s&&ye(s.marginLeft)+ye(s.marginRight)+S(o).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&"none"!==a.float){var d="left"===a.float?"left":"right";return!o||"both"!==s.clear&&s.clear!==d?"horizontal":"vertical"}return i&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||r<=u&&"none"===n[Ye]||o&&"none"===n[Ye]&&r<u+l)?"vertical":"horizontal"},Ie=function(){return Le?ge.documentElement:ge.scrollingElement},Re=x(function(n,r,i,o){if(r.scroll){var s=i?i[me]:window,u=r.scrollSensitivity,l=r.scrollSpeed,d=n.clientX,f=n.clientY,h=Ie(),p=!1;W!==i&&(We(),R=r.scroll,$=r.scrollFn,!0===R&&(R=e(i,!0),W=R));var m=0,_=R;do{var g,y,v,b,M,w,L,x,k,D=_,T=S(D),Y=T.top,C=T.bottom,j=T.left,E=T.right,H=T.width,A=T.height;if(g=D.scrollWidth,y=D.scrollHeight,v=c(D),x=D.scrollLeft,k=D.scrollTop,L=D===h?(w=H<g&&("auto"===v.overflowX||"scroll"===v.overflowX||"visible"===v.overflowX),A<y&&("auto"===v.overflowY||"scroll"===v.overflowY||"visible"===v.overflowY)):(w=H<g&&("auto"===v.overflowX||"scroll"===v.overflowX),A<y&&("auto"===v.overflowY||"scroll"===v.overflowY)),b=w&&(He(E-d)<=u&&x+H<g)-(He(j-d)<=u&&!!x),M=L&&(He(C-f)<=u&&k+A<y)-(He(Y-f)<=u&&!!k),!ae[m])for(var O=0;O<=m;O++)ae[O]||(ae[O]={});ae[m].vx==b&&ae[m].vy==M&&ae[m].el===D||(ae[m].el=D,ae[m].vx=b,ae[m].vy=M,clearInterval(ae[m].pid),!D||0==b&&0==M||(p=!0,ae[m].pid=setInterval(function(){o&&0===this.layer&&(a.active._emulateDragOver(!0),a.active._onTouchMove(Q,!0));var e=ae[this.layer].vy?ae[this.layer].vy*l:0,r=ae[this.layer].vx?ae[this.layer].vx*l:0;"function"==typeof $&&"continue"!==$.call(s,r,e,n,Q,ae[this.layer].el)||t(ae[this.layer].el,r,e)}.bind({layer:m}),24))),m++}while(r.bubbleScroll&&_!==h&&(_=e(_,!1)));se=p}},30),We=function(){ae.forEach(function(e){clearInterval(e.pid)}),ae=[]},$e=function(e){function t(e,n){return function(r,i,o,a){var s=r.options.group.name&&i.options.group.name&&r.options.group.name===i.options.group.name;if(null==e&&(n||s))return!0;if(null==e||!1===e)return!1;if(n&&"clone"===e)return e;if("function"==typeof e)return t(e(r,i,o,a),n)(r,i,o,a);var u=(n?r:i).options.group.name;return!0===e||"string"==typeof e&&e===u||e.join&&-1<e.indexOf(u)}}var n={},r=e.group;r&&"object"==typeof r||(r={name:r}),n.name=r.name,n.checkPull=t(r.pull,!0),n.checkPut=t(r.put),n.revertClone=r.revertClone,e.group=n};ge.addEventListener("click",function(e){if(le)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),le=!1},!0);var Fe;return a.prototype={constructor:a,_computeIsAligned:function(e){var t;if(A&&!Ce?(r(),t=ge.elementFromPoint(e.clientX,e.clientY),i()):t=e.target,t=s(t,this.options.draggable,this.el,!1),!Ee&&E&&E.parentNode===this.el){for(var n,o,a,u,l,d,c,f,h=this.el.children,p=0;p<h.length;p++)s(h[p],this.options.draggable,this.el,!1)&&h[p]!==t&&(h[p].sortableMouseAligned=(n=e.clientX,o=e.clientY,a=h[p],u=this._getDirection(e,null),this.options,l=S(a),d="vertical"===u?l.left:l.top,c="vertical"===u?l.right:l.bottom,d<(f="vertical"===u?n:o)&&f<c));s(t,this.options.draggable,this.el,!0)||(ee=null),Ee=!0,ve(function(){Ee=!1},30)}},_getDirection:function(e,t){return"function"==typeof this.options.direction?this.options.direction.call(this,e,t,E):this.options.direction},_onTapStart:function(e){if(e.cancelable){var t,n,r=this,i=this.el,o=this.options,a=o.preventOnFilter,u=e.type,l=e.touches&&e.touches[0],d=(l||e).target,c=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||d,f=o.filter;if(function(e){Pe.length=0;for(var t=e.getElementsByTagName("input"),n=t.length;n--;){var r=t[n];r.checked&&Pe.push(r)}}(i),!E&&!(/mousedown|pointerdown/.test(u)&&0!==e.button||o.disabled||c.isContentEditable||(d=s(d,o.draggable,i,!1),I===d))){if(t=w(d),n=w(d,o.draggable),"function"==typeof f){if(f.call(this,e,d,this))return p(r,c,"filter",d,i,i,t,void 0,n),void(a&&e.cancelable&&e.preventDefault())}else if(f&&(f=f.split(",").some(function(e){if(e=s(c,e.trim(),i,!1))return p(r,e,"filter",d,i,i,t,void 0,n),!0})))return void(a&&e.cancelable&&e.preventDefault());o.handle&&!s(c,o.handle,i,!1)||this._prepareDragStart(e,l,d,t,n)}}},_handleAutoScroll:function(t,n){if(E&&this.options.scroll){var r=t.clientX,i=t.clientY,o=ge.elementFromPoint(r,i),a=this;if(n||xe||Le||De){Re(t,a.options,o,n);var s=e(o,!0);!se||J&&r===G&&i===X||(J&&clearInterval(J),J=setInterval(function(){if(E){var o=e(ge.elementFromPoint(r,i),!0);o!==s&&(s=o,We(),Re(t,a.options,s,n))}},10),G=r,X=i)}else{if(!a.options.bubbleScroll||e(o,!0)===Ie())return void We();Re(t,a.options,e(o,!1),!1)}}},_prepareDragStart:function(e,t,n,r,i){var a,s=this,l=s.el,c=s.options,f=l.ownerDocument;n&&!E&&n.parentNode===l&&(P=l,H=(E=n).parentNode,N=E.nextSibling,I=n,U=c.group,F=r,q=i,K={target:E,clientX:(t||e).clientX,clientY:(t||e).clientY},this._lastX=(t||e).clientX,this._lastY=(t||e).clientY,E.style["will-change"]="all",E.style.transition="",E.style.transform="",a=function(){s._disableDelayedDragEvents(),!ke&&s.nativeDraggable&&(E.draggable=!0),s._triggerDragStart(e,t),p(s,P,"choose",E,P,P,F,void 0,q),d(E,c.chosenClass,!0)},c.ignore.split(",").forEach(function(e){h(E,e.trim(),_)}),u(f,"dragover",o),u(f,"mousemove",o),u(f,"touchmove",o),u(f,"mouseup",s._onDrop),u(f,"touchend",s._onDrop),u(f,"touchcancel",s._onDrop),ke&&this.nativeDraggable&&(this.options.touchStartThreshold=4,E.draggable=!0),!c.delay||c.delayOnTouchOnly&&!t||this.nativeDraggable&&(xe||Le)?a():(u(f,"mouseup",s._disableDelayedDrag),u(f,"touchend",s._disableDelayedDrag),u(f,"touchcancel",s._disableDelayedDrag),u(f,"mousemove",s._delayedDragTouchMoveHandler),u(f,"touchmove",s._delayedDragTouchMoveHandler),c.supportPointer&&u(f,"pointermove",s._delayedDragTouchMoveHandler),s._dragStartTimer=ve(a,c.delay)))},_delayedDragTouchMoveHandler:function(e){var t=e.touches?e.touches[0]:e;Oe(He(t.clientX-this._lastX),He(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){E&&_(E),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;l(e,"mouseup",this._disableDelayedDrag),l(e,"touchend",this._disableDelayedDrag),l(e,"touchcancel",this._disableDelayedDrag),l(e,"mousemove",this._delayedDragTouchMoveHandler),l(e,"touchmove",this._delayedDragTouchMoveHandler),l(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||("touch"==e.pointerType?e:null),!this.nativeDraggable||t?this.options.supportPointer?u(ge,"pointermove",this._onTouchMove):u(ge,t?"touchmove":"mousemove",this._onTouchMove):(u(E,"dragend",this),u(P,"dragstart",this._onDragStart));try{ge.selection?T(function(){ge.selection.empty()}):window.getSelection().removeAllRanges()}catch(e){}},_dragStarted:function(e,t){if(ue=!1,P&&E){this.nativeDraggable&&(u(ge,"dragover",this._handleAutoScroll),u(ge,"dragover",n));var r=this.options;!e&&d(E,r.dragClass,!1),d(E,r.ghostClass,!0),c(E,"transform",""),a.active=this,e&&this._appendGhost(),p(this,P,"start",E,P,P,F,void 0,q,void 0,t)}else this._nulling()},_emulateDragOver:function(e){if(Q){if(this._lastX===Q.clientX&&this._lastY===Q.clientY&&!e)return;this._lastX=Q.clientX,this._lastY=Q.clientY,r();for(var t=ge.elementFromPoint(Q.clientX,Q.clientY),n=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(Q.clientX,Q.clientY))!==n;)n=t;if(n)do{if(n[me]&&n[me]._onDragOver({clientX:Q.clientX,clientY:Q.clientY,target:t,rootEl:n})&&!this.options.dragoverBubble)break;t=n}while(n=n.parentNode);E.parentNode[me]._computeIsAligned(Q),i()}},_onTouchMove:function(e,t){if(K){var n=this.options,r=n.fallbackTolerance,i=n.fallbackOffset,o=e.touches?e.touches[0]:e,s=A&&f(A),u=A&&s&&s.a,l=A&&s&&s.d,d=Te&&ie&&j(ie),h=(o.clientX-K.clientX+i.x)/(u||1)+(d?d[0]-he[0]:0)/(u||1),p=(o.clientY-K.clientY+i.y)/(l||1)+(d?d[1]-he[1]:0)/(l||1),m=e.touches?"translate3d("+h+"px,"+p+"px,0)":"translate("+h+"px,"+p+"px)";if(!a.active&&!ue){if(r&&Ae(He(o.clientX-this._lastX),He(o.clientY-this._lastY))<r)return;this._onDragStart(e,!0)}!t&&this._handleAutoScroll(o,!0),Z=!0,Q=o,c(A,"webkitTransform",m),c(A,"mozTransform",m),c(A,"msTransform",m),c(A,"transform",m),e.cancelable&&e.preventDefault()}},_appendGhost:function(){if(!A){var e=this.options.fallbackOnBody?ge.body:P,t=S(E,!0,e,!Te),n=(c(E),this.options);if(Te){for(ie=e;"static"===c(ie,"position")&&"none"===c(ie,"transform")&&ie!==ge;)ie=ie.parentNode;if(ie!==ge){var r=S(ie,!0);t.top-=r.top,t.left-=r.left}ie!==ge.body&&ie!==ge.documentElement?(ie===ge&&(ie=Ie()),t.top+=ie.scrollTop,t.left+=ie.scrollLeft):ie=Ie(),he=j(ie)}d(A=E.cloneNode(!0),n.ghostClass,!1),d(A,n.fallbackClass,!0),d(A,n.dragClass,!0),c(A,"box-sizing","border-box"),c(A,"margin",0),c(A,"top",t.top),c(A,"left",t.left),c(A,"width",t.width),c(A,"height",t.height),c(A,"opacity","0.8"),c(A,"position",Te?"absolute":"fixed"),c(A,"zIndex","100000"),c(A,"pointerEvents","none"),e.appendChild(A)}},_onDragStart:function(e,t){var n=this,r=e.dataTransfer,i=n.options;(O=D(E)).draggable=!1,O.style["will-change"]="",this._hideClone(),d(O,n.options.chosenClass,!1),n._cloneId=T(function(){n.options.removeCloneOnHide||P.insertBefore(O,E),p(n,P,"clone",E)}),!t&&d(E,i.dragClass,!0),t?(le=!0,n._loopId=setInterval(n._emulateDragOver,50)):(l(ge,"mouseup",n._onDrop),l(ge,"touchend",n._onDrop),l(ge,"touchcancel",n._onDrop),r&&(r.effectAllowed="move",i.setData&&i.setData.call(n,r,E)),u(ge,"drop",n),c(E,"transform","translateZ(0)")),ue=!0,n._dragStartId=T(n._dragStarted.bind(n,t,e)),u(ge,"selectstart",n),De&&c(ge.body,"user-select","none")},_onDragOver:function(e){function n(t){return t&&(M?y._hideClone():y._showClone(x),y&&(d(E,V?V.options.ghostClass:y.options.ghostClass,!1),d(E,h.ghostClass,!0)),V!==x&&x!==a.active?V=x:x===a.active&&(V=null),i&&x._animate(i,E),f&&u&&x._animate(u,f)),(f===E&&!E.animated||f===c&&!f.animated)&&(ee=null),h.dragoverBubble||e.rootEl||f===ge||(x._handleAutoScroll(e),E.parentNode[me]._computeIsAligned(e),!t&&o(e)),!h.dragoverBubble&&e.stopPropagation&&e.stopPropagation(),!0}function r(){p(x,P,"change",f,c,P,F,w(E),q,w(E,h.draggable),e)}var i,u,l,c=this.el,f=e.target,h=this.options,_=h.group,y=a.active,M=U===_,L=h.sort,x=this;if(!je){if(void 0!==e.preventDefault&&e.cancelable&&e.preventDefault(),Z=!0,f=s(f,h.draggable,c,!0),E.contains(e.target)||f.animated)return n(!1);if(f!==E&&(le=!1),y&&!h.disabled&&(M?L||(l=!P.contains(E)):V===this||(this.lastPutMode=U.checkPull(this,y,E,e))&&_.checkPut(this,y,E,e))){var k=this._getDirection(e,f);if(i=S(E),l)return this._hideClone(),H=P,N?P.insertBefore(E,N):P.appendChild(E),n(!0);var D=v(c);if(!D||function(e,t,n){var r=S(v(n)),i="vertical"===t?e.clientY:e.clientX,o="vertical"===t?e.clientX:e.clientY,a="vertical"===t?r.bottom:r.right,s="vertical"===t?r.left:r.top,u="vertical"===t?r.right:r.bottom;return"vertical"===t?u+10<o||o<=u&&a<i&&s<=o:a<i&&s<o||i<=a&&u+10<o}(e,k,c)&&!D.animated){if(D&&c===e.target&&(f=D),f&&(u=S(f)),M?y._hideClone():y._showClone(this),!1!==m(P,c,E,i,f,u,e,!!f))return c.appendChild(E),H=c,oe=null,r(),n(!0)}else if(f&&f!==E&&f.parentNode===c){var T,Y=0,j=f.sortableMouseAligned,A=E.parentNode!==c,O="vertical"===k?"top":"left",I=C(f,"top")||C(E,"top"),R=I?I.scrollTop:void 0;if(ee!==f&&(ne=null,T=S(f)[O],ce=!1),ne=function(e,t,n){var r=e===E&&oe||S(e),i=t===E&&oe||S(t),o="vertical"===n?r.left:r.top,a="vertical"===n?r.right:r.bottom,s="vertical"===n?r.width:r.height,u="vertical"===n?i.left:i.top,l="vertical"===n?i.right:i.bottom,d="vertical"===n?i.width:i.height;return o===u||a===l||o+s/2===u+d/2}(E,f,k)&&j||A||I||h.invertSwap||"insert"===ne||"swap"===ne?("swap"!==ne&&(fe=h.invertSwap||A),Y=function(e,t,n,r,i,o,a){var s=S(t),u="vertical"===n?e.clientY:e.clientX,l="vertical"===n?s.height:s.width,d="vertical"===n?s.top:s.left,c="vertical"===n?s.bottom:s.right,f=S(E),h=!1;if(!o)if(a&&re<l*r){if(!ce&&(1===te?d+l*i/2<u:u<c-l*i/2)&&(ce=!0),ce)h=!0;else if("vertical"===n?f.top:f.left,"vertical"===n?f.bottom:f.right,1===te?u<d+re:c-re<u)return-1*te}else if(d+l*(1-r)/2<u&&u<c-l*(1-r)/2)return b(t);return(h=h||o)&&(u<d+l*i/2||c-l*i/2<u)?d+l/2<u?1:-1:0}(e,f,k,h.swapThreshold,null==h.invertedSwapThreshold?h.swapThreshold:h.invertedSwapThreshold,fe,ee===f),"swap"):(Y=b(f),"insert"),0===Y)return n(!1);oe=null,te=Y,u=S(ee=f);var W=f.nextElementSibling,$=!1,z=m(P,c,E,i,f,u,e,$=1===Y);if(!1!==z)return 1!==z&&-1!==z||($=1===z),je=!0,ve(g,30),M?y._hideClone():y._showClone(this),$&&!W?c.appendChild(E):f.parentNode.insertBefore(E,$?W:f),I&&t(I,0,R-I.scrollTop),H=E.parentNode,void 0===T||fe||(re=He(T-S(f)[O])),r(),n(!0)}if(c.contains(E))return n(!1)}return!1}},_animate:function(e,t){var n=this.options.animation;if(n){var r=S(t);if(t===E&&(oe=r),1===e.nodeType&&(e=S(e)),e.left+e.width/2!==r.left+r.width/2||e.top+e.height/2!==r.top+r.height/2){var i=f(this.el),o=i&&i.a,a=i&&i.d;c(t,"transition","none"),c(t,"transform","translate3d("+(e.left-r.left)/(o||1)+"px,"+(e.top-r.top)/(a||1)+"px,0)"),this._repaint(t),c(t,"transition","transform "+n+"ms"+(this.options.easing?" "+this.options.easing:"")),c(t,"transform","translate3d(0,0,0)")}"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=ve(function(){c(t,"transition",""),c(t,"transform",""),t.animated=!1},n)}},_repaint:function(e){return e.offsetWidth},_offMoveEvents:function(){l(ge,"touchmove",this._onTouchMove),l(ge,"pointermove",this._onTouchMove),l(ge,"dragover",o),l(ge,"mousemove",o),l(ge,"touchmove",o)},_offUpEvents:function(){var e=this.el.ownerDocument;l(e,"mouseup",this._onDrop),l(e,"touchend",this._onDrop),l(e,"pointerup",this._onDrop),l(e,"touchcancel",this._onDrop),l(ge,"selectstart",this)},_onDrop:function(e){var t=this.el,r=this.options;ce=fe=se=ue=!1,clearInterval(this._loopId),clearInterval(J),We(),clearTimeout(Fe),Fe=void 0,clearTimeout(this._dragStartTimer),Y(this._cloneId),Y(this._dragStartId),l(ge,"mousemove",this._onTouchMove),this.nativeDraggable&&(l(ge,"drop",this),l(t,"dragstart",this._onDragStart),l(ge,"dragover",this._handleAutoScroll),l(ge,"dragover",n)),De&&c(ge.body,"user-select",""),this._offMoveEvents(),this._offUpEvents(),e&&(Z&&(e.cancelable&&e.preventDefault(),!r.dropBubble&&e.stopPropagation()),A&&A.parentNode&&A.parentNode.removeChild(A),(P===H||V&&"clone"!==V.lastPutMode)&&O&&O.parentNode&&O.parentNode.removeChild(O),E&&(this.nativeDraggable&&l(E,"dragend",this),_(E),E.style["will-change"]="",d(E,V?V.options.ghostClass:this.options.ghostClass,!1),d(E,this.options.chosenClass,!1),p(this,P,"unchoose",E,H,P,F,null,q,null,e),P!==H?(z=w(E),B=w(E,r.draggable),0<=z&&(p(null,H,"add",E,H,P,F,z,q,B,e),p(this,P,"remove",E,H,P,F,z,q,B,e),p(null,H,"sort",E,H,P,F,z,q,B,e),p(this,P,"sort",E,H,P,F,z,q,B,e)),V&&V.save()):E.nextSibling!==N&&(z=w(E),B=w(E,r.draggable),0<=z&&(p(this,P,"update",E,H,P,F,z,q,B,e),p(this,P,"sort",E,H,P,F,z,q,B,e))),a.active&&(null!=z&&-1!==z||(z=F,B=q),p(this,P,"end",E,H,P,F,z,q,B,e),this.save()))),this._nulling()},_nulling:function(){P=E=H=A=N=O=I=R=W=ae.length=J=G=X=K=Q=Z=z=F=ee=te=oe=V=U=a.active=null,Pe.forEach(function(e){e.checked=!0}),Pe.length=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":E&&(this._onDragOver(e),function(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}(e));break;case"selectstart":e.preventDefault()}},toArray:function(){for(var e,t=[],n=this.el.children,r=0,i=n.length,o=this.options;r<i;r++)s(e=n[r],o.draggable,this.el,!1)&&t.push(e.getAttribute(o.dataIdAttr)||M(e));return t},sort:function(e){var t={},n=this.el;this.toArray().forEach(function(e,r){var i=n.children[r];s(i,this.options.draggable,n,!1)&&(t[e]=i)},this),e.forEach(function(e){t[e]&&(n.removeChild(t[e]),n.appendChild(t[e]))})},save:function(){var e=this.options.store;e&&e.set&&e.set(this)},closest:function(e,t){return s(e,t||this.options.draggable,this.el,!1)},option:function(e,t){var n=this.options;if(void 0===t)return n[e];n[e]=t,"group"===e&&$e(n)},destroy:function(){var e=this.el;e[me]=null,l(e,"mousedown",this._onTapStart),l(e,"touchstart",this._onTapStart),l(e,"pointerdown",this._onTapStart),this.nativeDraggable&&(l(e,"dragover",this),l(e,"dragenter",this)),Array.prototype.forEach.call(e.querySelectorAll("[draggable]"),function(e){e.removeAttribute("draggable")}),this._onDrop(),de.splice(de.indexOf(this.el),1),this.el=e=null},_hideClone:function(){O.cloneHidden||(c(O,"display","none"),O.cloneHidden=!0,O.parentNode&&this.options.removeCloneOnHide&&O.parentNode.removeChild(O))},_showClone:function(e){"clone"===e.lastPutMode?O.cloneHidden&&(P.contains(E)&&!this.options.group.revertClone?P.insertBefore(O,E):N?P.insertBefore(O,N):P.appendChild(O),this.options.group.revertClone&&this._animate(E,O),c(O,"display",""),O.cloneHidden=!1):this._hideClone()}},u(ge,"touchmove",function(e){(a.active||ue)&&e.cancelable&&e.preventDefault()}),a.utils={on:u,off:l,css:c,find:h,is:function(e,t){return!!s(e,t,e,!1)},extend:k,throttle:x,closest:s,toggleClass:d,clone:D,index:w,nextTick:T,cancelNextTick:Y,detectDirection:Ne,getChild:y},a.create=function(e,t){return new a(e,t)},a.version="1.9.0",a}),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){function t(t,n){var r=e('<div class="minicolors" />'),i=e.minicolors.defaults;t.data("minicolors-initialized")||(n=e.extend(!0,{},i,n),r.addClass("minicolors-theme-"+n.theme).toggleClass("minicolors-with-opacity",n.opacity).toggleClass("minicolors-no-data-uris",!0!==n.dataUris),void 0!==n.position&&e.each(n.position.split(" "),function(){r.addClass("minicolors-position-"+this)}),t.addClass("minicolors-input").data("minicolors-initialized",!1).data("minicolors-settings",n).prop("size",7).wrap(r).after('<div class="minicolors-panel minicolors-slider-'+n.control+'"><div class="minicolors-slider minicolors-sprite"><div class="minicolors-picker"></div></div><div class="minicolors-opacity-slider minicolors-sprite"><div class="minicolors-picker"></div></div><div class="minicolors-grid minicolors-sprite"><div class="minicolors-grid-inner"></div><div class="minicolors-picker"><div></div></div></div></div>'),n.inline||(t.after('<span class="minicolors-swatch minicolors-sprite"><span class="minicolors-swatch-color"></span></span>'),t.next(".minicolors-swatch").on("click",function(e){e.preventDefault(),t.focus()})),t.parent().find(".minicolors-panel").on("selectstart",function(){return!1}).end(),n.inline&&t.parent().addClass("minicolors-inline"),s(t,!1),t.data("minicolors-initialized",!0))}function n(e){var t=e.parent();e.removeData("minicolors-initialized").removeData("minicolors-settings").removeProp("size").removeClass("minicolors-input"),t.before(e).remove()}function r(e){var t=e.parent(),n=t.find(".minicolors-panel"),r=e.data("minicolors-settings");!e.data("minicolors-initialized")||e.prop("disabled")||t.hasClass("minicolors-inline")||t.hasClass("minicolors-focus")||(i(),t.addClass("minicolors-focus"),n.stop(!0,!0).fadeIn(r.showSpeed,function(){r.show&&r.show.call(e.get(0))}))}function i(){e(".minicolors-focus").each(function(){var t=e(this),n=t.find(".minicolors-input"),r=t.find(".minicolors-panel"),i=n.data("minicolors-settings");r.fadeOut(i.hideSpeed,function(){i.hide&&i.hide.call(n.get(0)),t.removeClass("minicolors-focus")})})}function o(e,t,n){var r,i,o,s,u=e.parents(".minicolors").find(".minicolors-input"),l=u.data("minicolors-settings"),d=e.find("[class$=-picker]"),c=e.offset().left,f=e.offset().top,h=Math.round(t.pageX-c),p=Math.round(t.pageY-f),m=n?l.animationSpeed:0;t.originalEvent.changedTouches&&(h=t.originalEvent.changedTouches[0].pageX-c,p=t.originalEvent.changedTouches[0].pageY-f),0>h&&(h=0),0>p&&(p=0),h>e.width()&&(h=e.width()),p>e.height()&&(p=e.height()),e.parent().is(".minicolors-slider-wheel")&&d.parent().is(".minicolors-grid")&&(r=75-h,i=75-p,o=Math.sqrt(r*r+i*i),s=Math.atan2(i,r),0>s&&(s+=2*Math.PI),o>75&&(o=75,h=75-75*Math.cos(s),p=75-75*Math.sin(s)),h=Math.round(h),p=Math.round(p)),e.is(".minicolors-grid")?d.stop(!0).animate({top:p+"px",left:h+"px"},m,l.animationEasing,function(){a(u,e)}):d.stop(!0).animate({top:p+"px"},m,l.animationEasing,function(){a(u,e)})}function a(e,t){function n(e,t){var n,r;return e.length&&t?(n=e.offset().left,r=e.offset().top,{x:n-t.offset().left+e.outerWidth()/2,y:r-t.offset().top+e.outerHeight()/2}):null}var r,i,o,a,s,l,d,f=e.val(),p=e.attr("data-opacity"),m=e.parent(),g=e.data("minicolors-settings"),y=m.find(".minicolors-swatch"),v=m.find(".minicolors-grid"),b=m.find(".minicolors-slider"),M=m.find(".minicolors-opacity-slider"),w=v.find("[class$=-picker]"),L=b.find("[class$=-picker]"),x=M.find("[class$=-picker]"),k=n(w,v),D=n(L,b),T=n(x,M);if(t.is(".minicolors-grid, .minicolors-slider")){switch(g.control){case"wheel":a=v.width()/2-k.x,s=v.height()/2-k.y,l=Math.sqrt(a*a+s*s),d=Math.atan2(s,a),0>d&&(d+=2*Math.PI),l>75&&(l=75,k.x=69-75*Math.cos(d),k.y=69-75*Math.sin(d)),i=h(l/.75,0,100),r=h(180*d/Math.PI,0,360),o=h(100-Math.floor(D.y*(100/b.height())),0,100),f=_({h:r,s:i,b:o}),b.css("backgroundColor",_({h:r,s:i,b:100}));break;case"saturation":r=h(parseInt(k.x*(360/v.width()),10),0,360),i=h(100-Math.floor(D.y*(100/b.height())),0,100),o=h(100-Math.floor(k.y*(100/v.height())),0,100),f=_({h:r,s:i,b:o}),b.css("backgroundColor",_({h:r,s:100,b:o})),m.find(".minicolors-grid-inner").css("opacity",i/100);break;case"brightness":r=h(parseInt(k.x*(360/v.width()),10),0,360),i=h(100-Math.floor(k.y*(100/v.height())),0,100),o=h(100-Math.floor(D.y*(100/b.height())),0,100),f=_({h:r,s:i,b:o}),b.css("backgroundColor",_({h:r,s:i,b:100})),m.find(".minicolors-grid-inner").css("opacity",1-o/100);break;default:r=h(360-parseInt(D.y*(360/b.height()),10),0,360),i=h(Math.floor(k.x*(100/v.width())),0,100),o=h(100-Math.floor(k.y*(100/v.height())),0,100),f=_({h:r,s:i,b:o}),v.css("backgroundColor",_({h:r,s:100,b:100}))}e.val(c(f,g.letterCase))}t.is(".minicolors-opacity-slider")&&(p=g.opacity?parseFloat(1-T.y/M.height()).toFixed(2):1,g.opacity&&e.attr("data-opacity",p)),y.find("SPAN").css({backgroundColor:f,opacity:p}),u(e,f,p)}function s(e,t){var n,r,i,o,a,s,l,d=e.parent(),p=e.data("minicolors-settings"),m=d.find(".minicolors-swatch"),y=d.find(".minicolors-grid"),v=d.find(".minicolors-slider"),b=d.find(".minicolors-opacity-slider"),M=y.find("[class$=-picker]"),w=v.find("[class$=-picker]"),L=b.find("[class$=-picker]");switch(n=c(f(e.val(),!0),p.letterCase),n||(n=c(f(p.defaultValue,!0),p.letterCase)),r=g(n),t||e.val(n),p.opacity&&(i=""===e.attr("data-opacity")?1:h(parseFloat(e.attr("data-opacity")).toFixed(2),0,1),isNaN(i)&&(i=1),e.attr("data-opacity",i),m.find("SPAN").css("opacity",i),a=h(b.height()-b.height()*i,0,b.height()),L.css("top",a+"px")),m.find("SPAN").css("backgroundColor",n),p.control){case"wheel":s=h(Math.ceil(.75*r.s),0,y.height()/2),l=r.h*Math.PI/180,o=h(75-Math.cos(l)*s,0,y.width()),a=h(75-Math.sin(l)*s,0,y.height()),M.css({top:a+"px",left:o+"px"}),a=150-r.b/(100/y.height()),""===n&&(a=0),w.css("top",a+"px"),v.css("backgroundColor",_({h:r.h,s:r.s,b:100}));break;case"saturation":o=h(5*r.h/12,0,150),a=h(y.height()-Math.ceil(r.b/(100/y.height())),0,y.height()),M.css({top:a+"px",left:o+"px"}),a=h(v.height()-r.s*(v.height()/100),0,v.height()),w.css("top",a+"px"),v.css("backgroundColor",_({h:r.h,s:100,b:r.b})),d.find(".minicolors-grid-inner").css("opacity",r.s/100);break;case"brightness":o=h(5*r.h/12,0,150),a=h(y.height()-Math.ceil(r.s/(100/y.height())),0,y.height()),M.css({top:a+"px",left:o+"px"}),a=h(v.height()-r.b*(v.height()/100),0,v.height()),w.css("top",a+"px"),v.css("backgroundColor",_({h:r.h,s:r.s,b:100})),d.find(".minicolors-grid-inner").css("opacity",1-r.b/100);break;default:o=h(Math.ceil(r.s/(100/y.width())),0,y.width()),a=h(y.height()-Math.ceil(r.b/(100/y.height())),0,y.height()),M.css({top:a+"px",left:o+"px"}),a=h(v.height()-r.h/(360/v.height()),0,v.height()),w.css("top",a+"px"),y.css("backgroundColor",_({h:r.h,s:100,b:100}))}e.data("minicolors-initialized")&&u(e,n,i)}function u(e,t,n){var r=e.data("minicolors-settings"),i=e.data("minicolors-lastChange");i&&i.hex===t&&i.opacity===n||(e.data("minicolors-lastChange",{hex:t,opacity:n}),r.change&&(r.changeDelay?(clearTimeout(e.data("minicolors-changeTimeout")),e.data("minicolors-changeTimeout",setTimeout(function(){r.change.call(e.get(0),t,n)},r.changeDelay))):r.change.call(e.get(0),t,n)),e.trigger("change").trigger("input"))}function l(t){var n=f(e(t).val(),!0),r=v(n),i=e(t).attr("data-opacity");return r?(void 0!==i&&e.extend(r,{a:parseFloat(i)}),r):null}function d(t,n){var r=f(e(t).val(),!0),i=v(r),o=e(t).attr("data-opacity");return i?(void 0===o&&(o=1),n?"rgba("+i.r+", "+i.g+", "+i.b+", "+parseFloat(o)+")":"rgb("+i.r+", "+i.g+", "+i.b+")"):null}function c(e,t){return"uppercase"===t?e.toUpperCase():e.toLowerCase()}function f(e,t){return e=e.replace(/[^A-F0-9]/gi,""),3!==e.length&&6!==e.length?"":(3===e.length&&t&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),"#"+e)}function h(e,t,n){return t>e&&(e=t),e>n&&(e=n),e}function p(e){var t={},n=Math.round(e.h),r=Math.round(255*e.s/100),i=Math.round(255*e.b/100);if(0===r)t.r=t.g=t.b=i;else{var o=i,a=(255-r)*i/255,s=n%60*(o-a)/60;360===n&&(n=0),60>n?(t.r=o,t.b=a,t.g=a+s):120>n?(t.g=o,t.b=a,t.r=o-s):180>n?(t.g=o,t.r=a,t.b=a+s):240>n?(t.b=o,t.r=a,t.g=o-s):300>n?(t.b=o,t.g=a,t.r=a+s):360>n?(t.r=o,t.g=a,t.b=o-s):(t.r=0,t.g=0,t.b=0)}return{r:Math.round(t.r),g:Math.round(t.g),b:Math.round(t.b)}}function m(t){var n=[t.r.toString(16),t.g.toString(16),t.b.toString(16)];return e.each(n,function(e,t){1===t.length&&(n[e]="0"+t)}),"#"+n.join("")}function _(e){return m(p(e))}function g(e){var t=y(v(e));return 0===t.s&&(t.h=360),t}function y(e){var t={h:0,s:0,b:0},n=Math.min(e.r,e.g,e.b),r=Math.max(e.r,e.g,e.b),i=r-n;return t.b=r,t.s=0!==r?255*i/r:0,t.h=0!==t.s?e.r===r?(e.g-e.b)/i:e.g===r?2+(e.b-e.r)/i:4+(e.r-e.g)/i:-1,t.h*=60,t.h<0&&(t.h+=360),t.s*=100/255,t.b*=100/255,t}function v(e){return e=parseInt(e.indexOf("#")>-1?e.substring(1):e,16),{r:e>>16,g:(65280&e)>>8,b:255&e}}e.minicolors={defaults:{animationSpeed:50,animationEasing:"swing",change:null,changeDelay:0,control:"hue",dataUris:!0,defaultValue:"",hide:null,hideSpeed:100,inline:!1,letterCase:"lowercase",opacity:!1,position:"bottom left",show:null,showSpeed:100,theme:"default"}},e.extend(e.fn,{minicolors:function(o,a){switch(o){case"destroy":return e(this).each(function(){n(e(this))}),e(this);case"hide":return i(),e(this);case"opacity":return void 0===a?e(this).attr("data-opacity"):(e(this).each(function(){s(e(this).attr("data-opacity",a))}),e(this));case"rgbObject":return l(e(this));case"rgbString":case"rgbaString":return d(e(this),"rgbaString"===o);case"settings":return void 0===a?e(this).data("minicolors-settings"):(e(this).each(function(){var t=e(this).data("minicolors-settings")||{};n(e(this)),e(this).minicolors(e.extend(!0,t,a))}),e(this));case"show":return r(e(this).eq(0)),e(this);case"value":return void 0===a?e(this).val():(e(this).each(function(){s(e(this).val(a))}),e(this));default:return"create"!==o&&(a=o),e(this).each(function(){t(e(this),a)}),e(this)}}}),e(document).on("mousedown.minicolors touchstart.minicolors",function(t){e(t.target).parents().add(t.target).hasClass("minicolors")||i()}).on("mousedown.minicolors touchstart.minicolors",".minicolors-grid, .minicolors-slider, .minicolors-opacity-slider",function(t){var n=e(this);t.preventDefault(),e(document).data("minicolors-target",n),o(n,t,!0)}).on("mousemove.minicolors touchmove.minicolors",function(t){var n=e(document).data("minicolors-target");n&&o(n,t)}).on("mouseup.minicolors touchend.minicolors",function(){e(this).removeData("minicolors-target")}).on("mousedown.minicolors touchstart.minicolors",".minicolors-swatch",function(t){var n=e(this).parent().find(".minicolors-input");t.preventDefault(),r(n)}).on("focus.minicolors",".minicolors-input",function(){var t=e(this);t.data("minicolors-initialized")&&r(t)}).on("blur.minicolors",".minicolors-input",function(){var t=e(this),n=t.data("minicolors-settings");t.data("minicolors-initialized")&&(t.val(f(t.val(),!0)),""===t.val()&&t.val(f(n.defaultValue,!0)),t.val(c(t.val(),n.letterCase)))}).on("keydown.minicolors",".minicolors-input",function(t){var n=e(this);if(n.data("minicolors-initialized"))switch(t.keyCode){case 9:i();break;case 13:case 27:i(),n.blur()}}).on("keyup.minicolors",".minicolors-input",function(){var t=e(this);t.data("minicolors-initialized")&&s(t,!0)}).on("paste.minicolors",".minicolors-input",function(){var t=e(this);t.data("minicolors-initialized")&&setTimeout(function(){s(t,!0)},1)})}),function(e,t,n){!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):jQuery&&!jQuery.fn.sparkline&&e(jQuery)}(function(n){"use strict";var r,i,o,a,s,u,l,d,c,f,h,p,m,_,g,y,v,b,M,w,L,x,k,D,T,Y,S,C,j,E,H,A={},O=0;r=function(){return{common:{type:"line",lineColor:"#00f",fillColor:"#cdf",defaultPixelsPerValue:3,width:"auto",height:"auto",composite:!1,tagValuesAttribute:"values",tagOptionsPrefix:"spark",enableTagOptions:!1,enableHighlight:!0,highlightLighten:1.4,tooltipSkipNull:!0,tooltipPrefix:"",tooltipSuffix:"",disableHiddenCheck:!1,numberFormatter:!1,numberDigitGroupCount:3,numberDigitGroupSep:",",numberDecimalMark:".",disableTooltips:!1,disableInteraction:!1},line:{spotColor:"#f80",highlightSpotColor:"#5f5",highlightLineColor:"#f22",spotRadius:1.5,minSpotColor:"#f80",maxSpotColor:"#f80",lineWidth:1,normalRangeMin:void 0,normalRangeMax:void 0,normalRangeColor:"#ccc",drawNormalOnTop:!1,chartRangeMin:void 0,chartRangeMax:void 0,chartRangeMinX:void 0,chartRangeMaxX:void 0,tooltipFormat:new o('<span style="color: {{color}}">&#9679;</span> {{prefix}}{{y}}{{suffix}}')},bar:{barColor:"#3366cc",negBarColor:"#f44",stackedBarColor:["#3366cc","#dc3912","#ff9900","#109618","#66aa00","#dd4477","#0099c6","#990099"],zeroColor:void 0,nullColor:void 0,zeroAxis:!0,barWidth:4,barSpacing:1,chartRangeMax:void 0,chartRangeMin:void 0,chartRangeClip:!1,colorMap:void 0,tooltipFormat:new o('<span style="color: {{color}}">&#9679;</span> {{prefix}}{{value}}{{suffix}}')},tristate:{barWidth:4,barSpacing:1,posBarColor:"#6f6",negBarColor:"#f44",zeroBarColor:"#999",colorMap:{},tooltipFormat:new o('<span style="color: {{color}}">&#9679;</span> {{value:map}}'),tooltipValueLookups:{map:{"-1":"Loss",0:"Draw",1:"Win"}}},discrete:{lineHeight:"auto",thresholdColor:void 0,thresholdValue:0,chartRangeMax:void 0,chartRangeMin:void 0,chartRangeClip:!1,tooltipFormat:new o("{{prefix}}{{value}}{{suffix}}")},bullet:{targetColor:"#f33",targetWidth:3,performanceColor:"#33f",rangeColors:["#d3dafe","#a8b6ff","#7f94ff"],base:void 0,tooltipFormat:new o("{{fieldkey:fields}} - {{value}}"),tooltipValueLookups:{fields:{r:"Range",p:"Performance",t:"Target"}}},pie:{offset:0,sliceColors:["#3366cc","#dc3912","#ff9900","#109618","#66aa00","#dd4477","#0099c6","#990099"],borderWidth:0,borderColor:"#000",tooltipFormat:new o('<span style="color: {{color}}">&#9679;</span> {{value}} ({{percent.1}}%)')},box:{raw:!1,boxLineColor:"#000",boxFillColor:"#cdf",whiskerColor:"#000",outlierLineColor:"#333",outlierFillColor:"#fff",medianColor:"#f00",showOutliers:!0,outlierIQR:1.5,spotRadius:1.5,target:void 0,targetColor:"#4a2",chartRangeMax:void 0,chartRangeMin:void 0,tooltipFormat:new o("{{field:fields}}: {{value}}"),tooltipFormatFieldlistKey:"field",tooltipValueLookups:{fields:{lq:"Lower Quartile",med:"Median",uq:"Upper Quartile",lo:"Left Outlier",ro:"Right Outlier",lw:"Left Whisker",rw:"Right Whisker"}}}}},
T='.jqstooltip { position: absolute;left: 0px;top: 0px;visibility: hidden;background: rgb(0, 0, 0) transparent;background-color: rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";color: white;font: 10px arial, san serif;text-align: left;white-space: nowrap;padding: 5px;border: 1px solid white;box-sizing: content-box;z-index: 10000;}.jqsfield { color: white;font: 10px arial, san serif;text-align: left;}',i=function(){var e,t;return e=function(){this.init.apply(this,arguments)},arguments.length>1?(arguments[0]?(e.prototype=n.extend(new arguments[0],arguments[arguments.length-1]),e._super=arguments[0].prototype):e.prototype=arguments[arguments.length-1],arguments.length>2&&(t=Array.prototype.slice.call(arguments,1,-1),t.unshift(e.prototype),n.extend.apply(n,t))):e.prototype=arguments[0],e.prototype.cls=e,e},n.SPFormatClass=o=i({fre:/\{\{([\w.]+?)(:(.+?))?\}\}/g,precre:/(\w+)\.(\d+)/,init:function(e,t){this.format=e,this.fclass=t},render:function(e,t,n){var r,i,o,a,s,u=this,l=e;return this.format.replace(this.fre,function(){var e;return i=arguments[1],o=arguments[3],r=u.precre.exec(i),r?(s=r[2],i=r[1]):s=!1,void 0===(a=l[i])?"":o&&t&&t[o]?(e=t[o],e.get?t[o].get(a)||a:t[o][a]||a):(c(a)&&(a=n.get("numberFormatter")?n.get("numberFormatter")(a):m(a,s,n.get("numberDigitGroupCount"),n.get("numberDigitGroupSep"),n.get("numberDecimalMark"))),a)})}}),n.spformat=function(e,t){return new o(e,t)},a=function(e,t,n){return e<t?t:e>n?n:e},s=function(e,n){var r;return 2===n?(r=t.floor(e.length/2),e.length%2?e[r]:(e[r-1]+e[r])/2):e.length%2?(r=(e.length*n+n)/4,r%1?(e[t.floor(r)]+e[t.floor(r)-1])/2:e[r-1]):(r=(e.length*n+2)/4,r%1?(e[t.floor(r)]+e[t.floor(r)-1])/2:e[r-1])},u=function(e){var t;switch(e){case"undefined":e=void 0;break;case"null":e=null;break;case"true":e=!0;break;case"false":e=!1;break;default:t=parseFloat(e),e==t&&(e=t)}return e},l=function(e){var t,n=[];for(t=e.length;t--;)n[t]=u(e[t]);return n},d=function(e,t){var n,r,i=[];for(n=0,r=e.length;n<r;n++)e[n]!==t&&i.push(e[n]);return i},c=function(e){return!isNaN(parseFloat(e))&&isFinite(e)},m=function(e,t,r,i,o){var a,s;for(e=(!1===t?parseFloat(e).toString():e.toFixed(t)).split(""),a=(a=n.inArray(".",e))<0?e.length:a,a<e.length&&(e[a]=o),s=a-r;s>0;s-=r)e.splice(s,0,i);return e.join("")},f=function(e,t,n){var r;for(r=t.length;r--;)if((!n||null!==t[r])&&t[r]!==e)return!1;return!0},p=function(e){return n.isArray(e)?e:[e]},h=function(t){var n,r;if(e.createStyleSheet)try{return void(e.createStyleSheet().cssText=t)}catch(e){r=!0}n=e.createElement("style"),n.type="text/css",e.getElementsByTagName("head")[0].appendChild(n),r?e.styleSheets[e.styleSheets.length-1].cssText=t:n["string"==typeof e.body.style.WebkitAppearance?"innerText":"innerHTML"]=t},n.fn.simpledraw=function(t,r,i,o){var a,s;if(i&&(a=this.data("_jqs_vcanvas")))return a;if(!1===n.fn.sparkline.canvas)return!1;if(void 0===n.fn.sparkline.canvas){var u=e.createElement("canvas");if(u.getContext&&u.getContext("2d"))n.fn.sparkline.canvas=function(e,t,n,r){return new j(e,t,n,r)};else{if(!e.namespaces||e.namespaces.v)return n.fn.sparkline.canvas=!1,!1;e.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML"),n.fn.sparkline.canvas=function(e,t,n,r){return new E(e,t,n)}}}return void 0===t&&(t=n(this).innerWidth()),void 0===r&&(r=n(this).innerHeight()),a=n.fn.sparkline.canvas(t,r,this,o),s=n(this).data("_jqs_mhandler"),s&&s.registerCanvas(a),a},n.fn.cleardraw=function(){var e=this.data("_jqs_vcanvas");e&&e.reset()},n.RangeMapClass=_=i({init:function(e){var t,n,r=[];for(t in e)e.hasOwnProperty(t)&&"string"==typeof t&&t.indexOf(":")>-1&&(n=t.split(":"),n[0]=0===n[0].length?-1/0:parseFloat(n[0]),n[1]=0===n[1].length?1/0:parseFloat(n[1]),n[2]=e[t],r.push(n));this.map=e,this.rangelist=r||!1},get:function(e){var t,n,r,i=this.rangelist;if(void 0!==(r=this.map[e]))return r;if(i)for(t=i.length;t--;)if(n=i[t],n[0]<=e&&n[1]>=e)return n[2]}}),n.range_map=function(e){return new _(e)},g=i({init:function(e,t){var r=n(e);this.$el=r,this.options=t,this.currentPageX=0,this.currentPageY=0,this.el=e,this.splist=[],this.tooltip=null,this.over=!1,this.displayTooltips=!t.get("disableTooltips"),this.highlightEnabled=!t.get("disableHighlight")},registerSparkline:function(e){this.splist.push(e),this.over&&this.updateDisplay()},registerCanvas:function(e){var t=n(e.canvas);this.canvas=e,this.$canvas=t,t.mouseenter(n.proxy(this.mouseenter,this)),t.mouseleave(n.proxy(this.mouseleave,this)),t.click(n.proxy(this.mouseclick,this))},reset:function(e){this.splist=[],this.tooltip&&e&&(this.tooltip.remove(),this.tooltip=void 0)},mouseclick:function(e){var t=n.Event("sparklineClick");t.originalEvent=e,t.sparklines=this.splist,this.$el.trigger(t)},mouseenter:function(t){n(e.body).unbind("mousemove.jqs"),n(e.body).bind("mousemove.jqs",n.proxy(this.mousemove,this)),this.over=!0,this.currentPageX=t.pageX,this.currentPageY=t.pageY,this.currentEl=t.target,!this.tooltip&&this.displayTooltips&&(this.tooltip=new y(this.options),this.tooltip.updatePosition(t.pageX,t.pageY)),this.updateDisplay()},mouseleave:function(){n(e.body).unbind("mousemove.jqs");var t,r,i=this.splist,o=i.length,a=!1;for(this.over=!1,this.currentEl=null,this.tooltip&&(this.tooltip.remove(),this.tooltip=null),r=0;r<o;r++)t=i[r],t.clearRegionHighlight()&&(a=!0);a&&this.canvas.render()},mousemove:function(e){this.currentPageX=e.pageX,this.currentPageY=e.pageY,this.currentEl=e.target,this.tooltip&&this.tooltip.updatePosition(e.pageX,e.pageY),this.updateDisplay()},updateDisplay:function(){var e,t,r,i,o,a=this.splist,s=a.length,u=!1,l=this.$canvas.offset(),d=this.currentPageX-l.left,c=this.currentPageY-l.top;if(this.over){for(r=0;r<s;r++)t=a[r],(i=t.setRegionHighlight(this.currentEl,d,c))&&(u=!0);if(u){if(o=n.Event("sparklineRegionChange"),o.sparklines=this.splist,this.$el.trigger(o),this.tooltip){for(e="",r=0;r<s;r++)t=a[r],e+=t.getCurrentRegionTooltip();this.tooltip.setContent(e)}this.disableHighlight||this.canvas.render()}null===i&&this.mouseleave()}}}),y=i({sizeStyle:"position: static !important;display: block !important;visibility: hidden !important;float: left !important;",init:function(t){var r,i=t.get("tooltipClassname","jqstooltip"),o=this.sizeStyle;this.container=t.get("tooltipContainer")||e.body,this.tooltipOffsetX=t.get("tooltipOffsetX",10),this.tooltipOffsetY=t.get("tooltipOffsetY",12),n("#jqssizetip").remove(),n("#jqstooltip").remove(),this.sizetip=n("<div/>",{id:"jqssizetip",style:o,class:i}),this.tooltip=n("<div/>",{id:"jqstooltip",class:i}).appendTo(this.container),r=this.tooltip.offset(),this.offsetLeft=r.left,this.offsetTop=r.top,this.hidden=!0,n(window).unbind("resize.jqs scroll.jqs"),n(window).bind("resize.jqs scroll.jqs",n.proxy(this.updateWindowDims,this)),this.updateWindowDims()},updateWindowDims:function(){this.scrollTop=n(window).scrollTop(),this.scrollLeft=n(window).scrollLeft(),this.scrollRight=this.scrollLeft+n(window).width(),this.updatePosition()},getSize:function(e){this.sizetip.html(e).appendTo(this.container),this.width=this.sizetip.width()+1,this.height=this.sizetip.height(),this.sizetip.remove()},setContent:function(e){if(!e)return this.tooltip.css("visibility","hidden"),void(this.hidden=!0);this.getSize(e),this.tooltip.html(e).css({width:this.width,height:this.height,visibility:"visible"}),this.hidden&&(this.hidden=!1,this.updatePosition())},updatePosition:function(e,t){if(void 0===e){if(void 0===this.mousex)return;e=this.mousex-this.offsetLeft,t=this.mousey-this.offsetTop}else this.mousex=e-=this.offsetLeft,this.mousey=t-=this.offsetTop;this.height&&this.width&&!this.hidden&&(t-=this.height+this.tooltipOffsetY,e+=this.tooltipOffsetX,t<this.scrollTop&&(t=this.scrollTop),e<this.scrollLeft?e=this.scrollLeft:e+this.width>this.scrollRight&&(e=this.scrollRight-this.width),this.tooltip.css({left:e,top:t}))},remove:function(){this.tooltip.remove(),this.sizetip.remove(),this.sizetip=this.tooltip=void 0,n(window).unbind("resize.jqs scroll.jqs")}}),Y=function(){h(T)},n(Y),H=[],n.fn.sparkline=function(t,r){return this.each(function(){var i,o,a=new n.fn.sparkline.options(this,r),s=n(this);if(i=function(){var r,i,o,u,l,d,c;if("html"===t||void 0===t?(c=this.getAttribute(a.get("tagValuesAttribute")),void 0!==c&&null!==c||(c=s.html()),r=c.replace(/(^\s*<!--)|(-->\s*$)|\s+/g,"").split(",")):r=t,i="auto"===a.get("width")?r.length*a.get("defaultPixelsPerValue"):a.get("width"),"auto"===a.get("height")?a.get("composite")&&n.data(this,"_jqs_vcanvas")||(u=e.createElement("span"),u.innerHTML="a",s.html(u),o=n(u).innerHeight()||n(u).height(),n(u).remove(),u=null):o=a.get("height"),a.get("disableInteraction")?l=!1:(l=n.data(this,"_jqs_mhandler"),l?a.get("composite")||l.reset():(l=new g(this,a),n.data(this,"_jqs_mhandler",l))),a.get("composite")&&!n.data(this,"_jqs_vcanvas"))return void(n.data(this,"_jqs_errnotify")||(alert("Attempted to attach a composite sparkline to an element with no existing sparkline"),n.data(this,"_jqs_errnotify",!0)));d=new(n.fn.sparkline[a.get("type")])(this,r,a,i,o),d.render(),l&&l.registerSparkline(d)},n(this).html()&&!a.get("disableHiddenCheck")&&n(this).is(":hidden")||!n(this).parents("body").length){if(!a.get("composite")&&n.data(this,"_jqs_pending"))for(o=H.length;o;o--)H[o-1][0]==this&&H.splice(o-1,1);H.push([this,i]),n.data(this,"_jqs_pending",!0)}else i.call(this)})},n.fn.sparkline.defaults=r(),n.sparkline_display_visible=function(){var e,t,r,i=[];for(t=0,r=H.length;t<r;t++)e=H[t][0],n(e).is(":visible")&&!n(e).parents().is(":hidden")?(H[t][1].call(e),n.data(H[t][0],"_jqs_pending",!1),i.push(t)):n(e).closest("html").length||n.data(e,"_jqs_pending")||(n.data(H[t][0],"_jqs_pending",!1),i.push(t));for(t=i.length;t;t--)H.splice(i[t-1],1)},n.fn.sparkline.options=i({init:function(e,t){var r,i,o,a;this.userOptions=t=t||{},this.tag=e,this.tagValCache={},i=n.fn.sparkline.defaults,o=i.common,this.tagOptionsPrefix=t.enableTagOptions&&(t.tagOptionsPrefix||o.tagOptionsPrefix),a=this.getTagSetting("type"),r=a===A?i[t.type||o.type]:i[a],this.mergedOptions=n.extend({},o,r,t)},getTagSetting:function(e){var t,n,r,i,o=this.tagOptionsPrefix;if(!1===o||void 0===o)return A;if(this.tagValCache.hasOwnProperty(e))t=this.tagValCache.key;else{if(void 0===(t=this.tag.getAttribute(o+e))||null===t)t=A;else if("["===t.substr(0,1))for(t=t.substr(1,t.length-2).split(","),n=t.length;n--;)t[n]=u(t[n].replace(/(^\s*)|(\s*$)/g,""));else if("{"===t.substr(0,1))for(r=t.substr(1,t.length-2).split(","),t={},n=r.length;n--;)i=r[n].split(":",2),t[i[0].replace(/(^\s*)|(\s*$)/g,"")]=u(i[1].replace(/(^\s*)|(\s*$)/g,""));else t=u(t);this.tagValCache.key=t}return t},get:function(e,t){var n,r=this.getTagSetting(e);return r!==A?r:void 0===(n=this.mergedOptions[e])?t:n}}),n.fn.sparkline._base=i({disabled:!1,init:function(e,t,r,i,o){this.el=e,this.$el=n(e),this.values=t,this.options=r,this.width=i,this.height=o,this.currentRegion=void 0},initTarget:function(){var e=!this.options.get("disableInteraction");(this.target=this.$el.simpledraw(this.width,this.height,this.options.get("composite"),e))?(this.canvasWidth=this.target.pixelWidth,this.canvasHeight=this.target.pixelHeight):this.disabled=!0},render:function(){return!this.disabled||(this.el.innerHTML="",!1)},getRegion:function(e,t){},setRegionHighlight:function(e,t,n){var r,i=this.currentRegion,o=!this.options.get("disableHighlight");return t>this.canvasWidth||n>this.canvasHeight||t<0||n<0?null:(r=this.getRegion(e,t,n),i!==r&&(void 0!==i&&o&&this.removeHighlight(),this.currentRegion=r,void 0!==r&&o&&this.renderHighlight(),!0))},clearRegionHighlight:function(){return void 0!==this.currentRegion&&(this.removeHighlight(),this.currentRegion=void 0,!0)},renderHighlight:function(){this.changeHighlight(!0)},removeHighlight:function(){this.changeHighlight(!1)},changeHighlight:function(e){},getCurrentRegionTooltip:function(){var e,t,r,i,a,s,u,l,d,c,f,h,p,m,_=this.options,g="",y=[];if(void 0===this.currentRegion)return"";if(e=this.getCurrentRegionFields(),f=_.get("tooltipFormatter"))return f(this,_,e);if(_.get("tooltipChartTitle")&&(g+='<div class="jqs jqstitle">'+_.get("tooltipChartTitle")+"</div>\n"),!(t=this.options.get("tooltipFormat")))return"";if(n.isArray(t)||(t=[t]),n.isArray(e)||(e=[e]),u=this.options.get("tooltipFormatFieldlist"),l=this.options.get("tooltipFormatFieldlistKey"),u&&l){for(d=[],s=e.length;s--;)c=e[s][l],-1!=(m=n.inArray(c,u))&&(d[m]=e[s]);e=d}for(r=t.length,p=e.length,s=0;s<r;s++)for(h=t[s],"string"==typeof h&&(h=new o(h)),i=h.fclass||"jqsfield",m=0;m<p;m++)e[m].isNull&&_.get("tooltipSkipNull")||(n.extend(e[m],{prefix:_.get("tooltipPrefix"),suffix:_.get("tooltipSuffix")}),a=h.render(e[m],_.get("tooltipValueLookups"),_),y.push('<div class="'+i+'">'+a+"</div>"));return y.length?g+y.join("\n"):""},getCurrentRegionFields:function(){},calcHighlightColor:function(e,n){var r,i,o,s,u=n.get("highlightColor"),l=n.get("highlightLighten");if(u)return u;if(l&&(r=/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i.exec(e)||/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i.exec(e))){for(o=[],i=4===e.length?16:1,s=0;s<3;s++)o[s]=a(t.round(parseInt(r[s+1],16)*i*l),0,255);return"rgb("+o.join(",")+")"}return e}}),v={changeHighlight:function(e){var t,r=this.currentRegion,i=this.target,o=this.regionShapes[r];o&&(t=this.renderRegion(r,e),n.isArray(t)||n.isArray(o)?(i.replaceWithShapes(o,t),this.regionShapes[r]=n.map(t,function(e){return e.id})):(i.replaceWithShape(o,t),this.regionShapes[r]=t.id))},render:function(){var e,t,r,i,o=this.values,a=this.target,s=this.regionShapes;if(this.cls._super.render.call(this)){for(r=o.length;r--;)if(e=this.renderRegion(r))if(n.isArray(e)){for(t=[],i=e.length;i--;)e[i].append(),t.push(e[i].id);s[r]=t}else e.append(),s[r]=e.id;else s[r]=null;a.render()}}},n.fn.sparkline.line=b=i(n.fn.sparkline._base,{type:"line",init:function(e,t,n,r,i){b._super.init.call(this,e,t,n,r,i),this.vertices=[],this.regionMap=[],this.xvalues=[],this.yvalues=[],this.yminmax=[],this.hightlightSpotId=null,this.lastShapeId=null,this.initTarget()},getRegion:function(e,t,n){var r,i=this.regionMap;for(r=i.length;r--;)if(null!==i[r]&&t>=i[r][0]&&t<=i[r][1])return i[r][2]},getCurrentRegionFields:function(){var e=this.currentRegion;return{isNull:null===this.yvalues[e],x:this.xvalues[e],y:this.yvalues[e],color:this.options.get("lineColor"),fillColor:this.options.get("fillColor"),offset:e}},renderHighlight:function(){var e,t,n=this.currentRegion,r=this.target,i=this.vertices[n],o=this.options,a=o.get("spotRadius"),s=o.get("highlightSpotColor"),u=o.get("highlightLineColor");i&&(a&&s&&(e=r.drawCircle(i[0],i[1],a,void 0,s),this.highlightSpotId=e.id,r.insertAfterShape(this.lastShapeId,e)),u&&(t=r.drawLine(i[0],this.canvasTop,i[0],this.canvasTop+this.canvasHeight,u),this.highlightLineId=t.id,r.insertAfterShape(this.lastShapeId,t)))},removeHighlight:function(){var e=this.target;this.highlightSpotId&&(e.removeShapeId(this.highlightSpotId),this.highlightSpotId=null),this.highlightLineId&&(e.removeShapeId(this.highlightLineId),this.highlightLineId=null)},scanValues:function(){var e,n,r,i,o,a=this.values,s=a.length,u=this.xvalues,l=this.yvalues,d=this.yminmax;for(e=0;e<s;e++)n=a[e],r="string"==typeof a[e],i="object"==typeof a[e]&&a[e]instanceof Array,o=r&&a[e].split(":"),r&&2===o.length?(u.push(Number(o[0])),l.push(Number(o[1])),d.push(Number(o[1]))):i?(u.push(n[0]),l.push(n[1]),d.push(n[1])):(u.push(e),null===a[e]||"null"===a[e]?l.push(null):(l.push(Number(n)),d.push(Number(n))));this.options.get("xvalues")&&(u=this.options.get("xvalues")),this.maxy=this.maxyorg=t.max.apply(t,d),this.miny=this.minyorg=t.min.apply(t,d),this.maxx=t.max.apply(t,u),this.minx=t.min.apply(t,u),this.xvalues=u,this.yvalues=l,this.yminmax=d},processRangeOptions:function(){var e=this.options,t=e.get("normalRangeMin"),n=e.get("normalRangeMax");void 0!==t&&(t<this.miny&&(this.miny=t),n>this.maxy&&(this.maxy=n)),void 0!==e.get("chartRangeMin")&&(e.get("chartRangeClip")||e.get("chartRangeMin")<this.miny)&&(this.miny=e.get("chartRangeMin")),void 0!==e.get("chartRangeMax")&&(e.get("chartRangeClip")||e.get("chartRangeMax")>this.maxy)&&(this.maxy=e.get("chartRangeMax")),void 0!==e.get("chartRangeMinX")&&(e.get("chartRangeClipX")||e.get("chartRangeMinX")<this.minx)&&(this.minx=e.get("chartRangeMinX")),void 0!==e.get("chartRangeMaxX")&&(e.get("chartRangeClipX")||e.get("chartRangeMaxX")>this.maxx)&&(this.maxx=e.get("chartRangeMaxX"))},drawNormalRange:function(e,n,r,i,o){var a=this.options.get("normalRangeMin"),s=this.options.get("normalRangeMax"),u=n+t.round(r-r*((s-this.miny)/o)),l=t.round(r*(s-a)/o);this.target.drawRect(e,u,i,l,void 0,this.options.get("normalRangeColor")).append()},render:function(){var e,r,i,o,a,s,u,l,d,c,f,h,p,m,g,y,v,M,w,L,x,k,D,T,Y,S=this.options,C=this.target,j=this.canvasWidth,E=this.canvasHeight,H=this.vertices,A=S.get("spotRadius"),O=this.regionMap;if(b._super.render.call(this)&&(this.scanValues(),this.processRangeOptions(),D=this.xvalues,T=this.yvalues,this.yminmax.length&&!(this.yvalues.length<2))){for(o=a=0,e=this.maxx-this.minx==0?1:this.maxx-this.minx,r=this.maxy-this.miny==0?1:this.maxy-this.miny,i=this.yvalues.length-1,A&&(j<4*A||E<4*A)&&(A=0),A&&(x=S.get("highlightSpotColor")&&!S.get("disableInteraction"),(x||S.get("minSpotColor")||S.get("spotColor")&&T[i]===this.miny)&&(E-=t.ceil(A)),(x||S.get("maxSpotColor")||S.get("spotColor")&&T[i]===this.maxy)&&(E-=t.ceil(A),o+=t.ceil(A)),(x||(S.get("minSpotColor")||S.get("maxSpotColor"))&&(T[0]===this.miny||T[0]===this.maxy))&&(a+=t.ceil(A),j-=t.ceil(A)),(x||S.get("spotColor")||S.get("minSpotColor")||S.get("maxSpotColor")&&(T[i]===this.miny||T[i]===this.maxy))&&(j-=t.ceil(A))),E--,void 0===S.get("normalRangeMin")||S.get("drawNormalOnTop")||this.drawNormalRange(a,o,E,j,r),u=[],l=[u],m=g=null,y=T.length,Y=0;Y<y;Y++)d=D[Y],f=D[Y+1],c=T[Y],h=a+t.round((d-this.minx)*(j/e)),p=Y<y-1?a+t.round((f-this.minx)*(j/e)):j,g=h+(p-h)/2,O[Y]=[m||0,g,Y],m=g,null===c?Y&&(null!==T[Y-1]&&(u=[],l.push(u)),H.push(null)):(c<this.miny&&(c=this.miny),c>this.maxy&&(c=this.maxy),u.length||u.push([h,o+E]),s=[h,o+t.round(E-E*((c-this.miny)/r))],u.push(s),H.push(s));for(v=[],M=[],w=l.length,Y=0;Y<w;Y++)u=l[Y],u.length&&(S.get("fillColor")&&(u.push([u[u.length-1][0],o+E]),M.push(u.slice(0)),u.pop()),u.length>2&&(u[0]=[u[0][0],u[1][1]]),v.push(u));for(w=M.length,Y=0;Y<w;Y++)C.drawShape(M[Y],S.get("fillColor"),S.get("fillColor")).append();for(void 0!==S.get("normalRangeMin")&&S.get("drawNormalOnTop")&&this.drawNormalRange(a,o,E,j,r),w=v.length,Y=0;Y<w;Y++)C.drawShape(v[Y],S.get("lineColor"),void 0,S.get("lineWidth")).append();if(A&&S.get("valueSpots"))for(L=S.get("valueSpots"),void 0===L.get&&(L=new _(L)),Y=0;Y<y;Y++)(k=L.get(T[Y]))&&C.drawCircle(a+t.round((D[Y]-this.minx)*(j/e)),o+t.round(E-E*((T[Y]-this.miny)/r)),A,void 0,k).append();A&&S.get("spotColor")&&null!==T[i]&&C.drawCircle(a+t.round((D[D.length-1]-this.minx)*(j/e)),o+t.round(E-E*((T[i]-this.miny)/r)),A,void 0,S.get("spotColor")).append(),this.maxy!==this.minyorg&&(A&&S.get("minSpotColor")&&(d=D[n.inArray(this.minyorg,T)],C.drawCircle(a+t.round((d-this.minx)*(j/e)),o+t.round(E-E*((this.minyorg-this.miny)/r)),A,void 0,S.get("minSpotColor")).append()),A&&S.get("maxSpotColor")&&(d=D[n.inArray(this.maxyorg,T)],C.drawCircle(a+t.round((d-this.minx)*(j/e)),o+t.round(E-E*((this.maxyorg-this.miny)/r)),A,void 0,S.get("maxSpotColor")).append())),this.lastShapeId=C.getLastShapeId(),this.canvasTop=o,C.render()}}}),n.fn.sparkline.bar=M=i(n.fn.sparkline._base,v,{type:"bar",init:function(e,r,i,o,s){var c,f,h,p,m,g,y,v,b,w,L,x,k,D,T,Y,S,C,j,E,H,A,O=parseInt(i.get("barWidth"),10),P=parseInt(i.get("barSpacing"),10),N=i.get("chartRangeMin"),I=i.get("chartRangeMax"),R=i.get("chartRangeClip"),W=1/0,$=-1/0;for(M._super.init.call(this,e,r,i,o,s),g=0,y=r.length;g<y;g++)E=r[g],((c="string"==typeof E&&E.indexOf(":")>-1)||n.isArray(E))&&(T=!0,c&&(E=r[g]=l(E.split(":"))),E=d(E,null),f=t.min.apply(t,E),h=t.max.apply(t,E),f<W&&(W=f),h>$&&($=h));this.stacked=T,this.regionShapes={},this.barWidth=O,this.barSpacing=P,this.totalBarWidth=O+P,this.width=o=r.length*O+(r.length-1)*P,this.initTarget(),R&&(k=void 0===N?-1/0:N,D=void 0===I?1/0:I),m=[],p=T?[]:m;var F=[],z=[];for(g=0,y=r.length;g<y;g++)if(T)for(Y=r[g],r[g]=j=[],F[g]=0,p[g]=z[g]=0,S=0,C=Y.length;S<C;S++)null!==(E=j[S]=R?a(Y[S],k,D):Y[S])&&(E>0&&(F[g]+=E),W<0&&$>0?E<0?z[g]+=t.abs(E):p[g]+=E:p[g]+=t.abs(E-(E<0?$:W)),m.push(E));else E=R?a(r[g],k,D):r[g],null!==(E=r[g]=u(E))&&m.push(E);this.max=x=t.max.apply(t,m),this.min=L=t.min.apply(t,m),this.stackMax=$=T?t.max.apply(t,F):x,this.stackMin=W=T?t.min.apply(t,m):L,void 0!==i.get("chartRangeMin")&&(i.get("chartRangeClip")||i.get("chartRangeMin")<L)&&(L=i.get("chartRangeMin")),void 0!==i.get("chartRangeMax")&&(i.get("chartRangeClip")||i.get("chartRangeMax")>x)&&(x=i.get("chartRangeMax")),this.zeroAxis=b=i.get("zeroAxis",!0),w=L<=0&&x>=0&&b?0:0==b?L:L>0?L:x,this.xaxisOffset=w,v=T?t.max.apply(t,p)+t.max.apply(t,z):x-L,this.canvasHeightEf=b&&L<0?this.canvasHeight-2:this.canvasHeight-1,L<w?(A=T&&x>=0?$:x,(H=(A-w)/v*this.canvasHeight)!==t.ceil(H)&&(this.canvasHeightEf-=2,H=t.ceil(H))):H=this.canvasHeight,this.yoffset=H,n.isArray(i.get("colorMap"))?(this.colorMapByIndex=i.get("colorMap"),this.colorMapByValue=null):(this.colorMapByIndex=null,this.colorMapByValue=i.get("colorMap"),this.colorMapByValue&&void 0===this.colorMapByValue.get&&(this.colorMapByValue=new _(this.colorMapByValue))),this.range=v},getRegion:function(e,n,r){var i=t.floor(n/this.totalBarWidth);return i<0||i>=this.values.length?void 0:i},getCurrentRegionFields:function(){var e,t,n=this.currentRegion,r=p(this.values[n]),i=[];for(t=r.length;t--;)e=r[t],i.push({isNull:null===e,value:e,color:this.calcColor(t,e,n),offset:n});return i},calcColor:function(e,t,r){var i,o,a=this.colorMapByIndex,s=this.colorMapByValue,u=this.options;return i=this.stacked?u.get("stackedBarColor"):t<0?u.get("negBarColor"):u.get("barColor"),0===t&&void 0!==u.get("zeroColor")&&(i=u.get("zeroColor")),s&&(o=s.get(t))?i=o:a&&a.length>r&&(i=a[r]),n.isArray(i)?i[e%i.length]:i},renderRegion:function(e,r){var i,o,a,s,u,l,d,c,h,p,m=this.values[e],_=this.options,g=this.xaxisOffset,y=[],v=this.range,b=this.stacked,M=this.target,w=e*this.totalBarWidth,L=this.canvasHeightEf,x=this.yoffset;if(m=n.isArray(m)?m:[m],d=m.length,c=m[0],s=f(null,m),p=f(g,m,!0),s)return _.get("nullColor")?(a=r?_.get("nullColor"):this.calcHighlightColor(_.get("nullColor"),_),i=x>0?x-1:x,M.drawRect(w,i,this.barWidth-1,0,a,a)):void 0;for(u=x,l=0;l<d;l++){if(c=m[l],b&&c===g){if(!p||h)continue;h=!0}o=v>0?t.floor(L*(t.abs(c-g)/v))+1:1,c<g||c===g&&0===x?(i=u,u+=o):(i=x-o,x-=o),a=this.calcColor(l,c,e),r&&(a=this.calcHighlightColor(a,_)),y.push(M.drawRect(w,i,this.barWidth-1,o-1,a,a))}return 1===y.length?y[0]:y}}),n.fn.sparkline.tristate=w=i(n.fn.sparkline._base,v,{type:"tristate",init:function(e,t,r,i,o){var a=parseInt(r.get("barWidth"),10),s=parseInt(r.get("barSpacing"),10);w._super.init.call(this,e,t,r,i,o),this.regionShapes={},this.barWidth=a,this.barSpacing=s,this.totalBarWidth=a+s,this.values=n.map(t,Number),this.width=i=t.length*a+(t.length-1)*s,n.isArray(r.get("colorMap"))?(this.colorMapByIndex=r.get("colorMap"),this.colorMapByValue=null):(this.colorMapByIndex=null,this.colorMapByValue=r.get("colorMap"),this.colorMapByValue&&void 0===this.colorMapByValue.get&&(this.colorMapByValue=new _(this.colorMapByValue))),this.initTarget()},getRegion:function(e,n,r){return t.floor(n/this.totalBarWidth)},getCurrentRegionFields:function(){var e=this.currentRegion;return{isNull:void 0===this.values[e],value:this.values[e],color:this.calcColor(this.values[e],e),offset:e}},calcColor:function(e,t){var n,r=this.values,i=this.options,o=this.colorMapByIndex,a=this.colorMapByValue;return a&&(n=a.get(e))?n:o&&o.length>t?o[t]:r[t]<0?i.get("negBarColor"):r[t]>0?i.get("posBarColor"):i.get("zeroBarColor")},renderRegion:function(e,n){var r,i,o,a,s,u,l=this.values,d=this.options,c=this.target;if(r=c.pixelHeight,o=t.round(r/2),a=e*this.totalBarWidth,l[e]<0?(s=o,i=o-1):l[e]>0?(s=0,i=o-1):(s=o-1,i=2),null!==(u=this.calcColor(l[e],e)))return n&&(u=this.calcHighlightColor(u,d)),c.drawRect(a,s,this.barWidth-1,i-1,u,u)}}),n.fn.sparkline.discrete=L=i(n.fn.sparkline._base,v,{type:"discrete",init:function(e,r,i,o,a){L._super.init.call(this,e,r,i,o,a),this.regionShapes={},this.values=r=n.map(r,Number),this.min=t.min.apply(t,r),this.max=t.max.apply(t,r),this.range=this.max-this.min,this.width=o="auto"===i.get("width")?2*r.length:this.width,this.interval=t.floor(o/r.length),this.itemWidth=o/r.length,void 0!==i.get("chartRangeMin")&&(i.get("chartRangeClip")||i.get("chartRangeMin")<this.min)&&(this.min=i.get("chartRangeMin")),void 0!==i.get("chartRangeMax")&&(i.get("chartRangeClip")||i.get("chartRangeMax")>this.max)&&(this.max=i.get("chartRangeMax")),this.initTarget(),this.target&&(this.lineHeight="auto"===i.get("lineHeight")?t.round(.3*this.canvasHeight):i.get("lineHeight"))},getRegion:function(e,n,r){return t.floor(n/this.itemWidth)},getCurrentRegionFields:function(){var e=this.currentRegion;return{isNull:void 0===this.values[e],value:this.values[e],offset:e}},renderRegion:function(e,n){var r,i,o,s,u=this.values,l=this.options,d=this.min,c=this.max,f=this.range,h=this.interval,p=this.target,m=this.canvasHeight,_=this.lineHeight,g=m-_;return i=a(u[e],d,c),s=e*h,r=t.round(g-g*((i-d)/f)),o=l.get("thresholdColor")&&i<l.get("thresholdValue")?l.get("thresholdColor"):l.get("lineColor"),n&&(o=this.calcHighlightColor(o,l)),p.drawLine(s,r,s,r+_,o)}}),n.fn.sparkline.bullet=x=i(n.fn.sparkline._base,{type:"bullet",init:function(e,n,r,i,o){var a,s,u;x._super.init.call(this,e,n,r,i,o),this.values=n=l(n),u=n.slice(),u[0]=null===u[0]?u[2]:u[0],u[1]=null===n[1]?u[2]:u[1],a=t.min.apply(t,n),s=t.max.apply(t,n),a=void 0===r.get("base")?a<0?a:0:r.get("base"),this.min=a,this.max=s,this.range=s-a,this.shapes={},this.valueShapes={},this.regiondata={},this.width=i="auto"===r.get("width")?"4.0em":i,this.target=this.$el.simpledraw(i,o,r.get("composite")),n.length||(this.disabled=!0),this.initTarget()},getRegion:function(e,t,n){var r=this.target.getShapeAt(e,t,n);return void 0!==r&&void 0!==this.shapes[r]?this.shapes[r]:void 0},getCurrentRegionFields:function(){var e=this.currentRegion;return{fieldkey:e.substr(0,1),value:this.values[e.substr(1)],region:e}},changeHighlight:function(e){var t,n=this.currentRegion,r=this.valueShapes[n];switch(delete this.shapes[r],n.substr(0,1)){case"r":t=this.renderRange(n.substr(1),e);break;case"p":t=this.renderPerformance(e);break;case"t":t=this.renderTarget(e)}this.valueShapes[n]=t.id,this.shapes[t.id]=n,this.target.replaceWithShape(r,t)},renderRange:function(e,n){var r=this.values[e],i=t.round(this.canvasWidth*((r-this.min)/this.range)),o=this.options.get("rangeColors")[e-2];return n&&(o=this.calcHighlightColor(o,this.options)),this.target.drawRect(0,0,i-1,this.canvasHeight-1,o,o)},renderPerformance:function(e){var n=this.values[1],r=t.round(this.canvasWidth*((n-this.min)/this.range)),i=this.options.get("performanceColor");return e&&(i=this.calcHighlightColor(i,this.options)),this.target.drawRect(0,t.round(.3*this.canvasHeight),r-1,t.round(.4*this.canvasHeight)-1,i,i)},renderTarget:function(e){var n=this.values[0],r=t.round(this.canvasWidth*((n-this.min)/this.range)-this.options.get("targetWidth")/2),i=t.round(.1*this.canvasHeight),o=this.canvasHeight-2*i,a=this.options.get("targetColor");return e&&(a=this.calcHighlightColor(a,this.options)),this.target.drawRect(r,i,this.options.get("targetWidth")-1,o-1,a,a)},render:function(){var e,t,n=this.values.length,r=this.target;if(x._super.render.call(this)){for(e=2;e<n;e++)t=this.renderRange(e).append(),this.shapes[t.id]="r"+e,this.valueShapes["r"+e]=t.id;null!==this.values[1]&&(t=this.renderPerformance().append(),this.shapes[t.id]="p1",this.valueShapes.p1=t.id),null!==this.values[0]&&(t=this.renderTarget().append(),this.shapes[t.id]="t0",this.valueShapes.t0=t.id),r.render()}}}),n.fn.sparkline.pie=k=i(n.fn.sparkline._base,{type:"pie",init:function(e,r,i,o,a){var s,u=0;if(k._super.init.call(this,e,r,i,o,a),this.shapes={},this.valueShapes={},this.values=r=n.map(r,Number),"auto"===i.get("width")&&(this.width=this.height),r.length>0)for(s=r.length;s--;)u+=r[s];this.total=u,this.initTarget(),this.radius=t.floor(t.min(this.canvasWidth,this.canvasHeight)/2)},getRegion:function(e,t,n){var r=this.target.getShapeAt(e,t,n);return void 0!==r&&void 0!==this.shapes[r]?this.shapes[r]:void 0},getCurrentRegionFields:function(){var e=this.currentRegion;return{isNull:void 0===this.values[e],value:this.values[e],percent:this.values[e]/this.total*100,color:this.options.get("sliceColors")[e%this.options.get("sliceColors").length],offset:e}},changeHighlight:function(e){var t=this.currentRegion,n=this.renderSlice(t,e),r=this.valueShapes[t];delete this.shapes[r],this.target.replaceWithShape(r,n),this.valueShapes[t]=n.id,this.shapes[n.id]=t},renderSlice:function(e,n){var r,i,o,a,s,u=this.target,l=this.options,d=this.radius,c=l.get("borderWidth"),f=l.get("offset"),h=2*t.PI,p=this.values,m=this.total,_=f?2*t.PI*(f/360):0;for(a=p.length,o=0;o<a;o++){if(r=_,i=_,m>0&&(i=_+h*(p[o]/m)),e===o)return s=l.get("sliceColors")[o%l.get("sliceColors").length],n&&(s=this.calcHighlightColor(s,l)),u.drawPieSlice(d,d,d-c,r,i,void 0,s);_=i}},render:function(){var e,n,r=this.target,i=this.values,o=this.options,a=this.radius,s=o.get("borderWidth"),u=o.get("donutWidth");if(k._super.render.call(this)){for(s&&r.drawCircle(a,a,t.floor(a-s/2),o.get("borderColor"),void 0,s).append(),n=i.length;n--;)i[n]&&(e=this.renderSlice(n).append(),this.valueShapes[n]=e.id,this.shapes[e.id]=n);u&&r.drawCircle(a,a,a-u,o.get("donutColor"),o.get("donutColor"),0).append(),r.render()}}}),n.fn.sparkline.box=D=i(n.fn.sparkline._base,{type:"box",init:function(e,t,r,i,o){D._super.init.call(this,e,t,r,i,o),this.values=n.map(t,Number),this.width="auto"===r.get("width")?"4.0em":i,this.initTarget(),this.values.length||(this.disabled=1)},getRegion:function(){return 1},getCurrentRegionFields:function(){var e=[{field:"lq",value:this.quartiles[0]},{field:"med",value:this.quartiles[1]},{field:"uq",value:this.quartiles[2]}];return void 0!==this.loutlier&&e.push({field:"lo",value:this.loutlier}),void 0!==this.routlier&&e.push({field:"ro",value:this.routlier}),void 0!==this.lwhisker&&e.push({field:"lw",value:this.lwhisker}),void 0!==this.rwhisker&&e.push({field:"rw",value:this.rwhisker}),e},render:function(){var e,n,r,i,o,a,u,l,d,c,f,h=this.target,p=this.values,m=p.length,_=this.options,g=this.canvasWidth,y=this.canvasHeight,v=void 0===_.get("chartRangeMin")?t.min.apply(t,p):_.get("chartRangeMin"),b=void 0===_.get("chartRangeMax")?t.max.apply(t,p):_.get("chartRangeMax"),M=0;if(D._super.render.call(this)){if(_.get("raw"))_.get("showOutliers")&&p.length>5?(n=p[0],e=p[1],i=p[2],o=p[3],a=p[4],u=p[5],l=p[6]):(e=p[0],i=p[1],o=p[2],a=p[3],u=p[4]);else if(p.sort(function(e,t){return e-t}),i=s(p,1),o=s(p,2),a=s(p,3),r=a-i,_.get("showOutliers")){for(e=u=void 0,d=0;d<m;d++)void 0===e&&p[d]>i-r*_.get("outlierIQR")&&(e=p[d]),p[d]<a+r*_.get("outlierIQR")&&(u=p[d]);n=p[0],l=p[m-1]}else e=p[0],u=p[m-1];this.quartiles=[i,o,a],this.lwhisker=e,this.rwhisker=u,this.loutlier=n,this.routlier=l,f=g/(b-v+1),_.get("showOutliers")&&(M=t.ceil(_.get("spotRadius")),g-=2*t.ceil(_.get("spotRadius")),f=g/(b-v+1),n<e&&h.drawCircle((n-v)*f+M,y/2,_.get("spotRadius"),_.get("outlierLineColor"),_.get("outlierFillColor")).append(),l>u&&h.drawCircle((l-v)*f+M,y/2,_.get("spotRadius"),_.get("outlierLineColor"),_.get("outlierFillColor")).append()),h.drawRect(t.round((i-v)*f+M),t.round(.1*y),t.round((a-i)*f),t.round(.8*y),_.get("boxLineColor"),_.get("boxFillColor")).append(),h.drawLine(t.round((e-v)*f+M),t.round(y/2),t.round((i-v)*f+M),t.round(y/2),_.get("lineColor")).append(),h.drawLine(t.round((e-v)*f+M),t.round(y/4),t.round((e-v)*f+M),t.round(y-y/4),_.get("whiskerColor")).append(),
h.drawLine(t.round((u-v)*f+M),t.round(y/2),t.round((a-v)*f+M),t.round(y/2),_.get("lineColor")).append(),h.drawLine(t.round((u-v)*f+M),t.round(y/4),t.round((u-v)*f+M),t.round(y-y/4),_.get("whiskerColor")).append(),h.drawLine(t.round((o-v)*f+M),t.round(.1*y),t.round((o-v)*f+M),t.round(.9*y),_.get("medianColor")).append(),_.get("target")&&(c=t.ceil(_.get("spotRadius")),h.drawLine(t.round((_.get("target")-v)*f+M),t.round(y/2-c),t.round((_.get("target")-v)*f+M),t.round(y/2+c),_.get("targetColor")).append(),h.drawLine(t.round((_.get("target")-v)*f+M-c),t.round(y/2),t.round((_.get("target")-v)*f+M+c),t.round(y/2),_.get("targetColor")).append()),h.render()}}}),S=i({init:function(e,t,n,r){this.target=e,this.id=t,this.type=n,this.args=r},append:function(){return this.target.appendShape(this),this}}),C=i({_pxregex:/(\d+)(px)?\s*$/i,init:function(e,t,r){e&&(this.width=e,this.height=t,this.target=r,this.lastShapeId=null,r[0]&&(r=r[0]),n.data(r,"_jqs_vcanvas",this))},drawLine:function(e,t,n,r,i,o){return this.drawShape([[e,t],[n,r]],i,o)},drawShape:function(e,t,n,r){return this._genShape("Shape",[e,t,n,r])},drawCircle:function(e,t,n,r,i,o){return this._genShape("Circle",[e,t,n,r,i,o])},drawPieSlice:function(e,t,n,r,i,o,a){return this._genShape("PieSlice",[e,t,n,r,i,o,a])},drawRect:function(e,t,n,r,i,o){return this._genShape("Rect",[e,t,n,r,i,o])},getElement:function(){return this.canvas},getLastShapeId:function(){return this.lastShapeId},reset:function(){alert("reset not implemented")},_insert:function(e,t){n(t).html(e)},_calculatePixelDims:function(e,t,r){var i;i=this._pxregex.exec(t),this.pixelHeight=i?i[1]:n(r).height(),i=this._pxregex.exec(e),this.pixelWidth=i?i[1]:n(r).width()},_genShape:function(e,t){var n=O++;return t.unshift(n),new S(this,n,e,t)},appendShape:function(e){alert("appendShape not implemented")},replaceWithShape:function(e,t){alert("replaceWithShape not implemented")},insertAfterShape:function(e,t){alert("insertAfterShape not implemented")},removeShapeId:function(e){alert("removeShapeId not implemented")},getShapeAt:function(e,t,n){alert("getShapeAt not implemented")},render:function(){alert("render not implemented")}}),j=i(C,{init:function(t,r,i,o){j._super.init.call(this,t,r,i),this.canvas=e.createElement("canvas"),i[0]&&(i=i[0]),n.data(i,"_jqs_vcanvas",this),n(this.canvas).css({display:"inline-block",width:t,height:r,verticalAlign:"top"}),this._insert(this.canvas,i),this._calculatePixelDims(t,r,this.canvas),this.canvas.width=this.pixelWidth,this.canvas.height=this.pixelHeight,this.interact=o,this.shapes={},this.shapeseq=[],this.currentTargetShapeId=void 0,n(this.canvas).css({width:this.pixelWidth,height:this.pixelHeight})},_getContext:function(e,t,n){var r=this.canvas.getContext("2d");return void 0!==e&&(r.strokeStyle=e),r.lineWidth=void 0===n?1:n,void 0!==t&&(r.fillStyle=t),r},reset:function(){this._getContext().clearRect(0,0,this.pixelWidth,this.pixelHeight),this.shapes={},this.shapeseq=[],this.currentTargetShapeId=void 0},_drawShape:function(e,t,n,r,i){var o,a,s=this._getContext(n,r,i);for(s.beginPath(),s.moveTo(t[0][0]+.5,t[0][1]+.5),o=1,a=t.length;o<a;o++)s.lineTo(t[o][0]+.5,t[o][1]+.5);void 0!==n&&s.stroke(),void 0!==r&&s.fill(),void 0!==this.targetX&&void 0!==this.targetY&&s.isPointInPath(this.targetX,this.targetY)&&(this.currentTargetShapeId=e)},_drawCircle:function(e,n,r,i,o,a,s){var u=this._getContext(o,a,s);u.beginPath(),u.arc(n,r,i,0,2*t.PI,!1),void 0!==this.targetX&&void 0!==this.targetY&&u.isPointInPath(this.targetX,this.targetY)&&(this.currentTargetShapeId=e),void 0!==o&&u.stroke(),void 0!==a&&u.fill()},_drawPieSlice:function(e,t,n,r,i,o,a,s){var u=this._getContext(a,s);u.beginPath(),u.moveTo(t,n),u.arc(t,n,r,i,o,!1),u.lineTo(t,n),u.closePath(),void 0!==a&&u.stroke(),s&&u.fill(),void 0!==this.targetX&&void 0!==this.targetY&&u.isPointInPath(this.targetX,this.targetY)&&(this.currentTargetShapeId=e)},_drawRect:function(e,t,n,r,i,o,a){return this._drawShape(e,[[t,n],[t+r,n],[t+r,n+i],[t,n+i],[t,n]],o,a)},appendShape:function(e){return this.shapes[e.id]=e,this.shapeseq.push(e.id),this.lastShapeId=e.id,e.id},replaceWithShape:function(e,t){var n,r=this.shapeseq;for(this.shapes[t.id]=t,n=r.length;n--;)r[n]==e&&(r[n]=t.id);delete this.shapes[e]},replaceWithShapes:function(e,t){var n,r,i,o=this.shapeseq,a={};for(r=e.length;r--;)a[e[r]]=!0;for(r=o.length;r--;)n=o[r],a[n]&&(o.splice(r,1),delete this.shapes[n],i=r);for(r=t.length;r--;)o.splice(i,0,t[r].id),this.shapes[t[r].id]=t[r]},insertAfterShape:function(e,t){var n,r=this.shapeseq;for(n=r.length;n--;)if(r[n]===e)return r.splice(n+1,0,t.id),void(this.shapes[t.id]=t)},removeShapeId:function(e){var t,n=this.shapeseq;for(t=n.length;t--;)if(n[t]===e){n.splice(t,1);break}delete this.shapes[e]},getShapeAt:function(e,t,n){return this.targetX=t,this.targetY=n,this.render(),this.currentTargetShapeId},render:function(){var e,t,n,r=this.shapeseq,i=this.shapes,o=r.length,a=this._getContext();for(a.clearRect(0,0,this.pixelWidth,this.pixelHeight),n=0;n<o;n++)e=r[n],t=i[e],this["_draw"+t.type].apply(this,t.args);this.interact||(this.shapes={},this.shapeseq=[])}}),E=i(C,{init:function(t,r,i){var o;E._super.init.call(this,t,r,i),i[0]&&(i=i[0]),n.data(i,"_jqs_vcanvas",this),this.canvas=e.createElement("span"),n(this.canvas).css({display:"inline-block",position:"relative",overflow:"hidden",width:t,height:r,margin:"0px",padding:"0px",verticalAlign:"top"}),this._insert(this.canvas,i),this._calculatePixelDims(t,r,this.canvas),this.canvas.width=this.pixelWidth,this.canvas.height=this.pixelHeight,o='<v:group coordorigin="0 0" coordsize="'+this.pixelWidth+" "+this.pixelHeight+'" style="position:absolute;top:0;left:0;width:'+this.pixelWidth+"px;height="+this.pixelHeight+'px;"></v:group>',this.canvas.insertAdjacentHTML("beforeEnd",o),this.group=n(this.canvas).children()[0],this.rendered=!1,this.prerender=""},_drawShape:function(e,t,n,r,i){var o,a,s,u,l,d,c=[];for(d=0,l=t.length;d<l;d++)c[d]=t[d][0]+","+t[d][1];return o=c.splice(0,1),i=void 0===i?1:i,a=void 0===n?' stroked="false" ':' strokeWeight="'+i+'px" strokeColor="'+n+'" ',s=void 0===r?' filled="false"':' fillColor="'+r+'" filled="true" ',u=c[0]===c[c.length-1]?"x ":"",'<v:shape coordorigin="0 0" coordsize="'+this.pixelWidth+" "+this.pixelHeight+'" id="jqsshape'+e+'" '+a+s+' style="position:absolute;left:0px;top:0px;height:'+this.pixelHeight+"px;width:"+this.pixelWidth+'px;padding:0px;margin:0px;" path="m '+o+" l "+c.join(", ")+" "+u+'e"> </v:shape>'},_drawCircle:function(e,t,n,r,i,o,a){var s,u;return t-=r,n-=r,s=void 0===i?' stroked="false" ':' strokeWeight="'+a+'px" strokeColor="'+i+'" ',u=void 0===o?' filled="false"':' fillColor="'+o+'" filled="true" ','<v:oval id="jqsshape'+e+'" '+s+u+' style="position:absolute;top:'+n+"px; left:"+t+"px; width:"+2*r+"px; height:"+2*r+'px"></v:oval>'},_drawPieSlice:function(e,n,r,i,o,a,s,u){var l,d,c,f,h,p,m;if(o===a)return"";if(a-o==2*t.PI&&(o=0,a=2*t.PI),d=n+t.round(t.cos(o)*i),c=r+t.round(t.sin(o)*i),f=n+t.round(t.cos(a)*i),h=r+t.round(t.sin(a)*i),d===f&&c===h){if(a-o<t.PI)return"";d=f=n+i,c=h=r}return d===f&&c===h&&a-o<t.PI?"":(l=[n-i,r-i,n+i,r+i,d,c,f,h],p=void 0===s?' stroked="false" ':' strokeWeight="1px" strokeColor="'+s+'" ',m=void 0===u?' filled="false"':' fillColor="'+u+'" filled="true" ','<v:shape coordorigin="0 0" coordsize="'+this.pixelWidth+" "+this.pixelHeight+'" id="jqsshape'+e+'" '+p+m+' style="position:absolute;left:0px;top:0px;height:'+this.pixelHeight+"px;width:"+this.pixelWidth+'px;padding:0px;margin:0px;" path="m '+n+","+r+" wa "+l.join(", ")+' x e"> </v:shape>')},_drawRect:function(e,t,n,r,i,o,a){return this._drawShape(e,[[t,n],[t,n+i],[t+r,n+i],[t+r,n],[t,n]],o,a)},reset:function(){this.group.innerHTML=""},appendShape:function(e){var t=this["_draw"+e.type].apply(this,e.args);return this.rendered?this.group.insertAdjacentHTML("beforeEnd",t):this.prerender+=t,this.lastShapeId=e.id,e.id},replaceWithShape:function(e,t){var r=n("#jqsshape"+e),i=this["_draw"+t.type].apply(this,t.args);r[0].outerHTML=i},replaceWithShapes:function(e,t){var r,i=n("#jqsshape"+e[0]),o="",a=t.length;for(r=0;r<a;r++)o+=this["_draw"+t[r].type].apply(this,t[r].args);for(i[0].outerHTML=o,r=1;r<e.length;r++)n("#jqsshape"+e[r]).remove()},insertAfterShape:function(e,t){var r=n("#jqsshape"+e),i=this["_draw"+t.type].apply(this,t.args);r[0].insertAdjacentHTML("afterEnd",i)},removeShapeId:function(e){var t=n("#jqsshape"+e);this.group.removeChild(t[0])},getShapeAt:function(e,t,n){return e.id.substr(8)},render:function(){this.rendered||(this.group.innerHTML=this.prerender,this.rendered=!0)}})})}(document,Math),!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Sweetalert2=t()}(this,function(){"use strict";var e={title:"",titleText:"",text:"",html:"",type:null,customClass:"",target:"body",animation:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,showConfirmButton:!0,showCancelButton:!1,preConfirm:null,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:"#3085d6",confirmButtonClass:null,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:"#aaa",cancelButtonClass:null,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusCancel:!1,showCloseButton:!1,closeButtonAriaLabel:"Close this dialog",showLoaderOnConfirm:!1,imageUrl:null,imageWidth:null,imageHeight:null,imageAlt:"",imageClass:null,timer:null,width:500,padding:20,background:"#fff",input:null,inputPlaceholder:"",inputValue:"",inputOptions:{},inputAutoTrim:!0,inputClass:null,inputAttributes:{},inputValidator:null,grow:!1,position:"center",progressSteps:[],currentProgressStep:null,progressStepsDistance:"40px",onBeforeOpen:null,onOpen:null,onClose:null,useRejections:!0},t=function(e){var t={};for(var n in e)t[e[n]]="swal2-"+e[n];return t},n=t(["container","shown","iosfix","modal","overlay","fade","show","hide","noanimation","close","title","content","buttonswrapper","confirm","cancel","icon","image","input","file","range","select","radio","checkbox","textarea","inputerror","validationerror","progresssteps","activeprogressstep","progresscircle","progressline","loading","styled","top","top-left","top-right","center","center-left","center-right","bottom","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen"]),r=t(["success","warning","info","question","error"]),i=function(e,t){(e=String(e).replace(/[^0-9a-f]/gi,"")).length<6&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),t=t||0;for(var n="#",r=0;r<3;r++){var i=parseInt(e.substr(2*r,2),16);n+=("00"+(i=Math.round(Math.min(Math.max(0,i+i*t),255)).toString(16))).substr(i.length)}return n},o=function(e){console.warn("SweetAlert2: "+e)},a=function(e){console.error("SweetAlert2: "+e)},s={previousWindowKeyDown:null,previousActiveElement:null,previousBodyPadding:null},u=function(e){var t=d();if(t&&t.parentNode.removeChild(t),"undefined"!=typeof document){var r=document.createElement("div");r.className=n.container,r.innerHTML=l,("string"==typeof e.target?document.querySelector(e.target):e.target).appendChild(r);var i=c(),o=T(i,n.input),s=T(i,n.file),u=i.querySelector("."+n.range+" input"),f=i.querySelector("."+n.range+" output"),h=T(i,n.select),p=i.querySelector("."+n.checkbox+" input"),m=T(i,n.textarea);return o.oninput=function(){R.resetValidationError()},s.onchange=function(){R.resetValidationError()},u.oninput=function(){R.resetValidationError(),f.value=u.value},u.onchange=function(){R.resetValidationError(),u.previousSibling.value=u.value},h.onchange=function(){R.resetValidationError()},p.onchange=function(){R.resetValidationError()},m.oninput=function(){R.resetValidationError()},i}a("SweetAlert2 requires document to initialize")},l=('\n <div role="dialog" aria-modal="true" aria-labelledby="'+n.title+'" aria-describedby="'+n.content+'" class="'+n.modal+'" tabindex="-1">\n <ul class="'+n.progresssteps+'"></ul>\n <div class="'+n.icon+" "+r.error+'">\n <span class="swal2-x-mark"><span class="swal2-x-mark-line-left"></span><span class="swal2-x-mark-line-right"></span></span>\n </div>\n <div class="'+n.icon+" "+r.question+'">?</div>\n <div class="'+n.icon+" "+r.warning+'">!</div>\n <div class="'+n.icon+" "+r.info+'">i</div>\n <div class="'+n.icon+" "+r.success+'">\n <div class="swal2-success-circular-line-left"></div>\n <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>\n <div class="swal2-success-ring"></div> <div class="swal2-success-fix"></div>\n <div class="swal2-success-circular-line-right"></div>\n </div>\n <img class="'+n.image+'" />\n <h2 class="'+n.title+'" id="'+n.title+'"></h2>\n <div id="'+n.content+'" class="'+n.content+'"></div>\n <input class="'+n.input+'" />\n <input type="file" class="'+n.file+'" />\n <div class="'+n.range+'">\n <output></output>\n <input type="range" />\n </div>\n <select class="'+n.select+'"></select>\n <div class="'+n.radio+'"></div>\n <label for="'+n.checkbox+'" class="'+n.checkbox+'">\n <input type="checkbox" />\n </label>\n <textarea class="'+n.textarea+'"></textarea>\n <div class="'+n.validationerror+'" id="'+n.validationerror+'"></div>\n <div class="'+n.buttonswrapper+'">\n <button type="button" class="'+n.confirm+'">OK</button>\n <button type="button" class="'+n.cancel+'">Cancel</button>\n </div>\n <button type="button" class="'+n.close+'">×</button>\n </div>\n').replace(/(^|\n)\s*/g,""),d=function(){return document.body.querySelector("."+n.container)},c=function(){return d()?d().querySelector("."+n.modal):null},f=function(e){return d()?d().querySelector("."+e):null},h=function(){return f(n.title)},p=function(){return f(n.content)},m=function(){return f(n.image)},_=function(){return f(n.progresssteps)},g=function(){return f(n.validationerror)},y=function(){return f(n.confirm)},v=function(){return f(n.cancel)},b=function(){return f(n.buttonswrapper)},M=function(){return f(n.close)},w=function(){var e=Array.from(c().querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])')).sort(function(e,t){return e=parseInt(e.getAttribute("tabindex")),t=parseInt(t.getAttribute("tabindex")),e>t?1:e<t?-1:0}),t=Array.prototype.slice.call(c().querySelectorAll('button, input:not([type=hidden]), textarea, select, a, [tabindex="0"]'));return function(e){var t=[];for(var n in e)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(e.concat(t))},L=function(e,t){return!!e.classList&&e.classList.contains(t)},x=function(e){if(e.focus(),"file"!==e.type){var t=e.value;e.value="",e.value=t}},k=function(e,t){e&&t&&t.split(/\s+/).filter(Boolean).forEach(function(t){e.classList.add(t)})},D=function(e,t){e&&t&&t.split(/\s+/).filter(Boolean).forEach(function(t){e.classList.remove(t)})},T=function(e,t){for(var n=0;n<e.childNodes.length;n++)if(L(e.childNodes[n],t))return e.childNodes[n]},Y=function(e,t){t||(t="block"),e.style.opacity="",e.style.display=t},S=function(e){e.style.opacity="",e.style.display="none"},C=function(e){return e.offsetWidth||e.offsetHeight||e.getClientRects().length},j=function(){var e=document.createElement("div"),t={WebkitAnimation:"webkitAnimationEnd",OAnimation:"oAnimationEnd oanimationend",animation:"animationend"};for(var n in t)if(t.hasOwnProperty(n)&&void 0!==e.style[n])return t[n];return!1}(),E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},H=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},A=H({},e),O=[];"undefined"==typeof Promise&&a("This package requires a Promise library, please include a shim to enable it in this browser (See: https://github.com/limonte/sweetalert2/wiki/Migration-from-SweetAlert-to-SweetAlert2#1-ie-support)");var P=function(e){("string"==typeof e.target&&!document.querySelector(e.target)||"string"!=typeof e.target&&!e.target.appendChild)&&(o('Target parameter is not valid, defaulting to "body"'),e.target="body");var t=void 0,i=c(),s="string"==typeof e.target?document.querySelector(e.target):e.target;t=i&&s&&i.parentNode!==s.parentNode?u(e):i||u(e);for(var l in e)R.isValidParameter(l)||o('Unknown parameter "'+l+'"');t.style.width="number"==typeof e.width?e.width+"px":e.width,t.style.padding=e.padding+"px",t.style.background=e.background;for(var f=t.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix"),g=0;g<f.length;g++)f[g].style.background=e.background;var w=d(),L=h(),x=p(),T=b(),C=y(),j=v(),H=M();if(e.titleText?L.innerText=e.titleText:L.innerHTML=e.title.split("\n").join("<br />"),e.text||e.html){if("object"===E(e.html))if(x.innerHTML="",0 in e.html)for(var A=0;A in e.html;A++)x.appendChild(e.html[A].cloneNode(!0));else x.appendChild(e.html.cloneNode(!0));else e.html?x.innerHTML=e.html:e.text&&(x.textContent=e.text);Y(x)}else S(x);if(e.position in n&&k(w,n[e.position]),e.grow&&"string"==typeof e.grow){var O="grow-"+e.grow;O in n&&k(w,n[O])}e.showCloseButton?(H.setAttribute("aria-label",e.closeButtonAriaLabel),Y(H)):S(H),t.className=n.modal,e.customClass&&k(t,e.customClass);var P=_(),N=parseInt(null===e.currentProgressStep?R.getQueueStep():e.currentProgressStep,10);e.progressSteps.length?(Y(P),function(e){for(;e.firstChild;)e.removeChild(e.firstChild)}(P),N>=e.progressSteps.length&&o("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),e.progressSteps.forEach(function(t,r){var i=document.createElement("li");if(k(i,n.progresscircle),i.innerHTML=t,r===N&&k(i,n.activeprogressstep),P.appendChild(i),r!==e.progressSteps.length-1){var o=document.createElement("li");k(o,n.progressline),o.style.width=e.progressStepsDistance,P.appendChild(o)}})):S(P);for(var I=c().querySelectorAll("."+n.icon),W=0;W<I.length;W++)S(I[W]);if(e.type){var $=!1;for(var F in r)if(e.type===F){$=!0;break}if(!$)return a("Unknown alert type: "+e.type),!1;var z=t.querySelector("."+n.icon+"."+r[e.type]);if(Y(z),e.animation)switch(e.type){case"success":k(z,"swal2-animate-success-icon"),k(z.querySelector(".swal2-success-line-tip"),"swal2-animate-success-line-tip"),k(z.querySelector(".swal2-success-line-long"),"swal2-animate-success-line-long");break;case"error":k(z,"swal2-animate-error-icon"),k(z.querySelector(".swal2-x-mark"),"swal2-animate-x-mark")}}var q=m();e.imageUrl?(q.setAttribute("src",e.imageUrl),q.setAttribute("alt",e.imageAlt),Y(q),e.imageWidth?q.setAttribute("width",e.imageWidth):q.removeAttribute("width"),e.imageHeight?q.setAttribute("height",e.imageHeight):q.removeAttribute("height"),q.className=n.image,e.imageClass&&k(q,e.imageClass)):S(q),e.showCancelButton?j.style.display="inline-block":S(j),e.showConfirmButton?function(e,t){e.style.removeProperty?e.style.removeProperty(t):e.style.removeAttribute(t)}(C,"display"):S(C),e.showConfirmButton||e.showCancelButton?Y(T):S(T),C.innerHTML=e.confirmButtonText,j.innerHTML=e.cancelButtonText,C.setAttribute("aria-label",e.confirmButtonAriaLabel),j.setAttribute("aria-label",e.cancelButtonAriaLabel),e.buttonsStyling&&(C.style.backgroundColor=e.confirmButtonColor,j.style.backgroundColor=e.cancelButtonColor),C.className=n.confirm,k(C,e.confirmButtonClass),j.className=n.cancel,k(j,e.cancelButtonClass),e.buttonsStyling?(k(C,n.styled),k(j,n.styled)):(D(C,n.styled),D(j,n.styled),C.style.backgroundColor=C.style.borderLeftColor=C.style.borderRightColor="",j.style.backgroundColor=j.style.borderLeftColor=j.style.borderRightColor=""),!0===e.animation?D(t,n.noanimation):k(t,n.noanimation),e.showLoaderOnConfirm&&!e.preConfirm&&o("showLoaderOnConfirm is set to true, but preConfirm is not defined.\nshowLoaderOnConfirm should be used together with preConfirm, see usage example:\nhttps://limonte.github.io/sweetalert2/#ajax-request")},N=function(){null===s.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(s.previousBodyPadding=document.body.style.paddingRight,document.body.style.paddingRight=function(){if("ontouchstart"in window||navigator.msMaxTouchPoints)return 0;var e=document.createElement("div");e.style.width="50px",e.style.height="50px",e.style.overflow="scroll",document.body.appendChild(e);var t=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),t}()+"px")},I=function(){if(/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream&&!L(document.body,n.iosfix)){var e=document.body.scrollTop;document.body.style.top=-1*e+"px",k(document.body,n.iosfix)}},R=function e(){for(var t=arguments.length,r=Array(t),o=0;o<t;o++)r[o]=arguments[o];if(void 0===r[0])return a("SweetAlert2 expects at least 1 attribute!"),!1;var u=H({},A);switch(E(r[0])){case"string":u.title=r[0],u.html=r[1],u.type=r[2];break;case"object":H(u,r[0]),u.extraParams=r[0].extraParams,"email"===u.input&&null===u.inputValidator&&(u.inputValidator=function(e){return new Promise(function(t,n){/^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}$/.test(e)?t():n("Invalid email address")})}),"url"===u.input&&null===u.inputValidator&&(u.inputValidator=function(e){return new Promise(function(t,n){/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_+.~#?&\/\/=]*)$/.test(e)?t():n("Invalid URL")})});break;default:return a('Unexpected type of argument! Expected "string" or "object", got '+E(r[0])),!1}P(u);var l=d(),f=c();return new Promise(function(t,r){u.timer&&(f.timeout=setTimeout(function(){e.closeModal(u.onClose),u.useRejections?r("timer"):t({dismiss:"timer"})},u.timer));var o=function(e){if(!(e=e||u.input))return null;switch(e){case"select":case"textarea":case"file":return T(f,n[e]);case"checkbox":return f.querySelector("."+n.checkbox+" input");case"radio":return f.querySelector("."+n.radio+" input:checked")||f.querySelector("."+n.radio+" input:first-child");case"range":return f.querySelector("."+n.range+" input");default:return T(f,n.input)}};u.input&&setTimeout(function(){var e=o();e&&x(e)},0);for(var H=function(n){u.showLoaderOnConfirm&&e.showLoading(),u.preConfirm?u.preConfirm(n,u.extraParams).then(function(r){e.closeModal(u.onClose),t(r||n)},function(t){e.hideLoading(),t&&e.showValidationError(t)}):(e.closeModal(u.onClose),t(u.useRejections?n:{value:n}))},A=function(n){var a=n||window.event,s=a.target||a.srcElement,l=y(),d=v(),c=l&&(l===s||l.contains(s)),f=d&&(d===s||d.contains(s));switch(a.type){case"mouseover":case"mouseup":u.buttonsStyling&&(c?l.style.backgroundColor=i(u.confirmButtonColor,-.1):f&&(d.style.backgroundColor=i(u.cancelButtonColor,-.1)));break;case"mouseout":u.buttonsStyling&&(c?l.style.backgroundColor=u.confirmButtonColor:f&&(d.style.backgroundColor=u.cancelButtonColor));break;case"mousedown":u.buttonsStyling&&(c?l.style.backgroundColor=i(u.confirmButtonColor,-.2):f&&(d.style.backgroundColor=i(u.cancelButtonColor,-.2)));break;case"click":if(c&&e.isVisible())if(e.disableButtons(),u.input){var h=function(){var e=o();if(!e)return null;switch(u.input){case"checkbox":return e.checked?1:0;case"radio":return e.checked?e.value:null;case"file":return e.files.length?e.files[0]:null;default:return u.inputAutoTrim?e.value.trim():e.value}}();u.inputValidator?(e.disableInput(),u.inputValidator(h,u.extraParams).then(function(){e.enableButtons(),e.enableInput(),H(h)},function(t){e.enableButtons(),e.enableInput(),t&&e.showValidationError(t)})):H(h)}else H(!0);else f&&e.isVisible()&&(e.disableButtons(),e.closeModal(u.onClose),u.useRejections?r("cancel"):t({dismiss:"cancel"}))}},O=f.querySelectorAll("button"),R=0;R<O.length;R++)O[R].onclick=A,O[R].onmouseover=A,O[R].onmouseout=A,O[R].onmousedown=A;M().onclick=function(){e.closeModal(u.onClose),u.useRejections?r("close"):t({dismiss:"close"})},l.onclick=function(n){n.target===l&&u.allowOutsideClick&&(e.closeModal(u.onClose),u.useRejections?r("overlay"):t({dismiss:"overlay"}))};var W=b(),$=y(),F=v();u.reverseButtons?$.parentNode.insertBefore(F,$):$.parentNode.insertBefore($,F);var z=function(e,t){for(var n=w(u.focusCancel),r=0;r<n.length;r++){(e+=t)===n.length?e=0:-1===e&&(e=n.length-1);var i=n[e];if(C(i))return i.focus()}},q=function(n){var i=n||window.event;if("Enter"===i.key){if(i.target===o()){if("textarea"===i.target.tagName.toLowerCase())return;e.clickConfirm(),i.preventDefault()}}else if("Tab"===i.key){for(var a=i.target||i.srcElement,s=w(u.focusCancel),l=-1,d=0;d<s.length;d++)if(a===s[d]){l=d;break}i.shiftKey?z(l,-1):z(l,1),i.stopPropagation(),i.preventDefault()}else-1!==["ArrowLeft","ArrowRight","ArrowUp","Arrowdown"].indexOf(i.key)?document.activeElement===$&&C(F)?F.focus():document.activeElement===F&&C($)&&$.focus():"Escape"!==i.key&&"Esc"!==i.key||!0!==u.allowEscapeKey||(e.closeModal(u.onClose),u.useRejections?r("esc"):t({dismiss:"esc"}))};window.onkeydown&&window.onkeydown.toString()===q.toString()||(s.previousWindowKeyDown=window.onkeydown,window.onkeydown=q),u.buttonsStyling&&($.style.borderLeftColor=u.confirmButtonColor,$.style.borderRightColor=u.confirmButtonColor),e.hideLoading=e.disableLoading=function(){u.showConfirmButton||(S($),u.showCancelButton||S(b())),D(W,n.loading),D(f,n.loading),f.removeAttribute("aria-busy"),$.disabled=!1,F.disabled=!1},e.getTitle=function(){return h()},e.getContent=function(){return p()},e.getInput=function(){return o()},e.getImage=function(){return m()},e.getButtonsWrapper=function(){return b()},e.getConfirmButton=function(){return y()},e.getCancelButton=function(){return v()},e.enableButtons=function(){$.disabled=!1,F.disabled=!1},e.disableButtons=function(){$.disabled=!0,F.disabled=!0},e.enableConfirmButton=function(){$.disabled=!1},e.disableConfirmButton=function(){$.disabled=!0},e.enableInput=function(){var e=o();if(!e)return!1;if("radio"===e.type)for(var t=e.parentNode.parentNode.querySelectorAll("input"),n=0;n<t.length;n++)t[n].disabled=!1;else e.disabled=!1},e.disableInput=function(){var e=o();if(!e)return!1;if(e&&"radio"===e.type)for(var t=e.parentNode.parentNode.querySelectorAll("input"),n=0;n<t.length;n++)t[n].disabled=!0;else e.disabled=!0},e.showValidationError=function(e){var t=g();t.innerHTML=e,Y(t);var r=o();r&&(r.setAttribute("aria-invalid",!0),r.setAttribute("aria-describedBy",n.validationerror),x(r),k(r,n.inputerror))},e.resetValidationError=function(){var e=g();S(e);var t=o();t&&(t.removeAttribute("aria-invalid"),t.removeAttribute("aria-describedBy"),D(t,n.inputerror))},e.getProgressSteps=function(){return u.progressSteps},e.setProgressSteps=function(e){u.progressSteps=e,P(u)},e.showProgressSteps=function(){Y(_())},e.hideProgressSteps=function(){S(_())},e.enableButtons(),e.hideLoading(),e.resetValidationError();for(var B=["input","file","range","select","radio","checkbox","textarea"],U=void 0,V=0;V<B.length;V++){var J=n[B[V]],G=T(f,J);if(U=o(B[V])){for(var X in U.attributes)if(U.attributes.hasOwnProperty(X)){var K=U.attributes[X].name;"type"!==K&&"value"!==K&&U.removeAttribute(K)}for(var Q in u.inputAttributes)U.setAttribute(Q,u.inputAttributes[Q])}G.className=J,u.inputClass&&k(G,u.inputClass),S(G)}var Z=void 0;switch(u.input){case"text":case"email":case"password":case"number":case"tel":case"url":(U=T(f,n.input)).value=u.inputValue,U.placeholder=u.inputPlaceholder,U.type=u.input,Y(U);break;case"file":(U=T(f,n.file)).placeholder=u.inputPlaceholder,U.type=u.input,Y(U);break;case"range":var ee=T(f,n.range),te=ee.querySelector("input"),ne=ee.querySelector("output");te.value=u.inputValue,te.type=u.input,ne.value=u.inputValue,Y(ee);break;case"select":var re=T(f,n.select);if(re.innerHTML="",u.inputPlaceholder){var ie=document.createElement("option");ie.innerHTML=u.inputPlaceholder,ie.value="",ie.disabled=!0,ie.selected=!0,re.appendChild(ie)}Z=function(e){for(var t in e){var n=document.createElement("option");n.value=t,n.innerHTML=e[t],u.inputValue.toString()===t&&(n.selected=!0),re.appendChild(n)}Y(re),re.focus()};break;case"radio":var oe=T(f,n.radio);oe.innerHTML="",Z=function(e){for(var t in e){var r=document.createElement("input"),i=document.createElement("label"),o=document.createElement("span");r.type="radio",r.name=n.radio,r.value=t,u.inputValue.toString()===t&&(r.checked=!0),o.innerHTML=e[t],i.appendChild(r),i.appendChild(o),i.for=r.id,oe.appendChild(i)}Y(oe);var a=oe.querySelectorAll("input");a.length&&a[0].focus()};break;case"checkbox":var ae=T(f,n.checkbox),se=o("checkbox");se.type="checkbox",se.value=1,se.id=n.checkbox,se.checked=Boolean(u.inputValue);var ue=ae.getElementsByTagName("span");ue.length&&ae.removeChild(ue[0]),(ue=document.createElement("span")).innerHTML=u.inputPlaceholder,ae.appendChild(ue),Y(ae);break;case"textarea":var le=T(f,n.textarea);le.value=u.inputValue,le.placeholder=u.inputPlaceholder,Y(le);break;case null:break;default:a('Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "'+u.input+'"')}"select"!==u.input&&"radio"!==u.input||(u.inputOptions instanceof Promise?(e.showLoading(),u.inputOptions.then(function(t){e.hideLoading(),Z(t)})):"object"===E(u.inputOptions)?Z(u.inputOptions):a("Unexpected type of inputOptions! Expected object or Promise, got "+E(u.inputOptions))),function(e,t,r){var i=d(),o=c();null!==t&&"function"==typeof t&&t(o),e?(k(o,n.show),k(i,n.fade),D(o,n.hide)):D(o,n.fade),Y(o),i.style.overflowY="hidden",j&&!L(o,n.noanimation)?o.addEventListener(j,function e(){o.removeEventListener(j,e),i.style.overflowY="auto"}):i.style.overflowY="auto",k(document.documentElement,n.shown),k(document.body,n.shown),k(i,n.shown),N(),I(),s.previousActiveElement=document.activeElement,null!==r&&"function"==typeof r&&setTimeout(function(){r(o)})}(u.animation,u.onBeforeOpen,u.onOpen),u.allowEnterKey?u.focusCancel&&C(F)?F.focus():u.focusConfirm&&C($)?$.focus():z(-1,1):document.activeElement&&document.activeElement.blur(),d().scrollTop=0})};return R.isVisible=function(){return!!c()},R.queue=function(e){O=e;var t=function(){O=[],document.body.removeAttribute("data-swal2-queue-step")},n=[];return new Promise(function(e,r){!function i(o,a){o<O.length?(document.body.setAttribute("data-swal2-queue-step",o),R(O[o]).then(function(e){n.push(e),i(o+1,a)},function(e){t(),r(e)})):(t(),e(n))}(0)})},R.getQueueStep=function(){return document.body.getAttribute("data-swal2-queue-step")},R.insertQueueStep=function(e,t){return t&&t<O.length?O.splice(t,0,e):O.push(e)},R.deleteQueueStep=function(e){void 0!==O[e]&&O.splice(e,1)},R.close=R.closeModal=function(e){var t=d(),r=c();if(r){D(r,n.show),k(r,n.hide),clearTimeout(r.timeout),function(){if(window.onkeydown=s.previousWindowKeyDown,s.previousActiveElement&&s.previousActiveElement.focus){var e=window.scrollX,t=window.scrollY;s.previousActiveElement.focus(),e&&t&&window.scrollTo(e,t)}}();var i=function(){t.parentNode&&t.parentNode.removeChild(t),D(document.documentElement,n.shown),D(document.body,n.shown),null!==s.previousBodyPadding&&(document.body.style.paddingRight=s.previousBodyPadding,s.previousBodyPadding=null),function(){if(L(document.body,n.iosfix)){var e=parseInt(document.body.style.top,10);D(document.body,n.iosfix),document.body.style.top="",document.body.scrollTop=-1*e}}()};j&&!L(r,n.noanimation)?r.addEventListener(j,function e(){r.removeEventListener(j,e),L(r,n.hide)&&i()}):i(),null!==e&&"function"==typeof e&&setTimeout(function(){e(r)})}},R.clickConfirm=function(){return y().click()},R.clickCancel=function(){return v().click()},R.showLoading=R.enableLoading=function(){var e=c();e||R(""),e=c();var t=b(),r=y(),i=v();Y(t),Y(r,"inline-block"),k(t,n.loading),k(e,n.loading),r.disabled=!0,i.disabled=!0,e.setAttribute("aria-busy",!0),e.focus()},R.isValidParameter=function(t){return e.hasOwnProperty(t)||"extraParams"===t},R.setDefaults=function(e){if(!e||"object"!==(void 0===e?"undefined":E(e)))return a("the argument for setDefaults() is required and has to be a object");for(var t in e)R.isValidParameter(t)||(o('Unknown parameter "'+t+'"'),delete e[t]);H(A,e)},R.resetDefaults=function(){A=H({},e)},R.noop=function(){},
R.version="6.11.5",R.default=R,R}),window.Sweetalert2&&(window.sweetAlert=window.swal=window.Sweetalert2),function(e){"function"==typeof define&&define.amd?define(["jquery","moment"],e):e(jQuery,moment)}(function(e,t){var n=1e3,r=!1,i=e([]),o=function(){u.resume()},a=function(n,r){var o=n.data("livestampdata");if("number"==typeof r&&(r*=1e3),n.removeAttr("data-livestamp").removeData("livestamp"),r=t(r),t.isMoment(r)&&!isNaN(+r)){var a=e.extend({},{original:n.contents()},o);a.moment=t(r),n.data("livestampdata",a).empty(),i.push(n[0])}},s=function(){r||(u.update(),setTimeout(s,n))},u={update:function(){e("[data-livestamp]").each(function(){var t=e(this);a(t,t.data("livestamp"))});var n=[];i.each(function(){var r=e(this),i=r.data("livestampdata");if(void 0===i)n.push(this);else if(t.isMoment(i.moment)){var o=r.html(),a=i.moment.fromNow();if(o!=a){var s=e.Event("change.livestamp");r.trigger(s,[o,a]),s.isDefaultPrevented()||r.html(a)}}}),i=i.not(n),delete i.prevObject},pause:function(){r=!0},resume:function(){r=!1,s()},interval:function(e){if(void 0===e)return n;n=e}},l={add:function(n,r){return"number"==typeof r&&(r*=1e3),r=t(r),t.isMoment(r)&&!isNaN(+r)&&(n.each(function(){a(e(this),r)}),u.update()),n},destroy:function(t){return i=i.not(t),t.each(function(){var n=e(this),r=n.data("livestampdata");if(void 0===r)return t;n.html(r.original?r.original:"").removeData("livestampdata")}),t},isLivestamp:function(e){return void 0!==e.data("livestampdata")}};e.livestamp=u,e(o),e.fn.livestamp=function(e,t){return l[e]||(t=e,e="add"),l[e](this,t)}}),jQuery.fn.serializeObject=function(){for(var e={},t=this.serializeArray(),n=0,r=t.length;n<r;n++){var i=t[n],o=i.name,a=null!=i.value?i.value:"";void 0!==e[o]?(e[o].push||(e[o]=[e[o]]),e[o].push(a)):e[o]=a}return e},$(function(){function e(e,t){$(".block-"+e).removeClass("show").addClass("hidden"),$(".block-"+t).removeClass("hidden").addClass("show"),$(".steps .step").removeClass("active").filter(":lt("+t+")").addClass("active")}function t(e,t){swal({type:"warning",title:"Confirm your action",text:"Are you sure you want to do this?",buttonsStyling:!1,reverseButtons:!0,confirmButtonText:"Yes",confirmButtonClass:"btn btn-lg btn-danger",cancelButtonClass:"btn btn-lg btn-default",showCancelButton:!0,focusCancel:!0}).then(function(){_.isFunction(e)&&e()},function(){_.isFunction(t)&&t()})}$.ajaxPrefilter(function(e,t,n){var r;return e.crossDomain||(r=window.Global.csrfToken)&&n.setRequestHeader("X-CSRF-Token",r),n}),$.ajaxSetup({beforeSend:function(e){e.setRequestHeader("Accept","application/json")},statusCode:{401:function(){window.location.href="/auth/login"},403:function(){window.location.href="/"}}}),$("form").submit(function(){$(this).find(":submit").prop("disabled",!0)}),$("[data-method]").not(".disabled").append(function(){var e="\n";return e+="<form action='"+$(this).attr("href")+"' method='POST' style='display:none'>\n",e+="<input type='hidden' name='_method' value='"+$(this).attr("data-method")+"'>\n",e+="<input type='hidden' name='_token' value='"+$("meta[name=token]").attr("content")+"'>\n",e+="</form>\n"}).removeAttr("href").on("click",function(){var e=$(this);e.hasClass("confirm-action")?t(function(){e.find("form").submit()}):e.find("form").submit()}),Messenger.options={extraClasses:"messenger-fixed messenger-on-top",theme:"air"},window.Cachet={},moment.locale(Global.locale),$("abbr.timeago").each(function(){var e=$(this);e.livestamp(e.data("timeago")).tooltip()}),window.Cachet.Notifier=function(){this.notify=function(e,t,n){_.isPlainObject(e)&&(e=e.detail),t=void 0===t||"error"===t?"error":t;var r={message:e,type:t,showCloseButton:!0};n=_.extend(r,n),Messenger().post(n)}},$(".sidebar-toggler").on("click",function(e){e.preventDefault(),$(".wrapper").toggleClass("toggled")}),$(".color-code").each(function(){var e=$(this);e.minicolors({control:"hue",defaultValue:e.val()||"",inline:!1,letterCase:"lowercase",opacity:!1,position:"bottom left",theme:"bootstrap"})}),$('[data-toggle="tooltip"]').tooltip(),$("button.close").on("click",function(){$(this).parents("div.alert").addClass("hide")}),$("form[name=IncidentForm] select[name=component_id]").on("change",function(){var e=$(this).find("option:selected"),t=$("#component-status");0!==parseInt(e.val(),10)?t.hasClass("hidden")&&t.removeClass("hidden"):t.addClass("hidden")});var n=document.querySelectorAll("[data-orderable-list]");if($.each(n,function(e,t){var n=$(t).data("orderableList"),r=new Cachet.Notifier;new Sortable(t,{group:"omega",handle:".drag-handle",onUpdate:function(){var e=$.map(t.querySelectorAll("[data-orderable-id]"),function(e){return $(e).data("orderable-id")});$.ajax({async:!0,url:n,type:"POST",data:{ids:e},success:function(){r.notify("Ordering updated.","success")},error:function(){r.notify("Ordering not updated.","error")}})}})}),$("form.component-inline").on("click","input[type=radio]",function(){var e=$(this).parents("form"),t=e.serializeObject();$.ajax({async:!0,url:"/dashboard/api/components/"+t.component_id,type:"POST",data:t,success:function(t){(new Cachet.Notifier).notify(e.data("messenger"),"success")},error:function(e,t,n){(new Cachet.Notifier).notify("Something went wrong updating the component.")}})}),$("#remove-banner").on("click",function(){$("#banner-view").remove(),$("input[name=remove_banner]").val("1")}),$(".group-name").on("click",function(e){e.stopPropagation();var t=$(this);t.find(".group-toggle").toggleClass("ion-ios-minus-outline").toggleClass("ion-ios-plus-outline"),t.next(".group-items").toggleClass("hide")}),$(".select-group").on("click",function(e){return $(this).closest("ul.list-group").find("input[type=checkbox]").prop("checked",!0),e.stopPropagation(),!1}),$(".deselect-group").on("click",function(e){return $(this).closest("ul.list-group").find("input[type=checkbox]").prop("checked",!1),e.stopPropagation(),!1}),$(".wizard-next").on("click",function(){var t=$("#setup-form"),n=$(this),r=n.data("currentBlock"),i=n.data("nextBlock");if(n.button("loading"),i>r){var o=window.location.href.replace(/step\d/,""),a=o+"/step"+r;return $.post(a,t.serializeObject()).done(function(t){e(r,i)}).fail(function(e){var t=_.toArray(e.responseJSON.errors);_.each(t,function(e){(new Cachet.Notifier).notify(e)})}).always(function(){n.button("reset")}),!1}e(r,i),n.button("reset")}),$.fn.sparkline){!function(){$(".sparkline").each(function(){var e=$(this).data();e.valueSpots={"0:":e.spotColor},$(this).sparkline(e.data,e);var t=e.compositedata;if(t){var n=$(this).attr("data-stack-line-color"),r=$(this).attr("data-stack-fill-color"),i=$(this).attr("data-stack-spot-color"),o=$(this).attr("data-stack-spot-radius");$(this).sparkline(t,{composite:!0,lineColor:n,fillColor:r,spotColor:i,highlightSpotColor:i,spotRadius:o,valueSpots:{"0:":i}})}})}()}$("#update-alert").length>0&&$.ajax({async:!0,dataType:"json",url:"/api/v1/version"}).done(function(e){!1===e.meta.on_latest&&$("#update-alert").removeClass("hidden")})});