-
Notifications
You must be signed in to change notification settings - Fork 0
/
scripts.793ce8af0ee10a51.js
1 lines (1 loc) · 294 KB
/
scripts.793ce8af0ee10a51.js
1
(function(b,ot,A,ut){function S(d,g){this.settings=null,this.options=b.extend({},S.Defaults,g),this.$element=b(d),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},b.each(["onResize","onThrottledResize"],b.proxy(function(h,k){this._handlers[k]=b.proxy(this[k],this)},this)),b.each(S.Plugins,b.proxy(function(h,k){this._plugins[h.charAt(0).toLowerCase()+h.slice(1)]=new k(this)},this)),b.each(S.Workers,b.proxy(function(h,k){this._pipe.push({filter:k.filter,run:b.proxy(k.run,this)})},this)),this.setup(),this.initialize()}S.Defaults={items:3,loop:!1,center:!1,rewind:!1,checkVisibility:!0,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:ot,fallbackEasing:"swing",slideTransition:"",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},S.Width={Default:"default",Inner:"inner",Outer:"outer"},S.Type={Event:"event",State:"state"},S.Plugins={},S.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(d){d.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(d){var g=this.settings.margin||"",k=this.settings.rtl,I={width:"auto","margin-left":k?g:"","margin-right":k?"":g};!!this.settings.autoWidth&&this.$stage.children().css(I),d.css=I}},{filter:["width","items","settings"],run:function(d){var g=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,h=null,k=this._items.length,I=!this.settings.autoWidth,W=[];for(d.items={merge:!1,width:g};k--;)h=this._mergers[k],h=this.settings.mergeFit&&Math.min(h,this.settings.items)||h,d.items.merge=h>1||d.items.merge,W[k]=I?g*h:this._items[k].width();this._widths=W}},{filter:["items","settings"],run:function(){var d=[],g=this._items,h=this.settings,k=Math.max(2*h.items,4),I=2*Math.ceil(g.length/2),W=h.loop&&g.length?h.rewind?k:Math.max(k,I):0,K="",it="";for(W/=2;W>0;)d.push(this.normalize(d.length/2,!0)),K+=g[d[d.length-1]][0].outerHTML,d.push(this.normalize(g.length-1-(d.length-1)/2,!0)),it=g[d[d.length-1]][0].outerHTML+it,W-=1;this._clones=d,b(K).addClass("cloned").appendTo(this.$stage),b(it).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var d=this.settings.rtl?1:-1,g=this._clones.length+this._items.length,h=-1,k=0,I=0,W=[];++h<g;)k=W[h-1]||0,I=this._widths[this.relative(h)]+this.settings.margin,W.push(k+I*d);this._coordinates=W}},{filter:["width","items","settings"],run:function(){var d=this.settings.stagePadding,g=this._coordinates,h={width:Math.ceil(Math.abs(g[g.length-1]))+2*d,"padding-left":d||"","padding-right":d||""};this.$stage.css(h)}},{filter:["width","items","settings"],run:function(d){var g=this._coordinates.length,h=!this.settings.autoWidth,k=this.$stage.children();if(h&&d.items.merge)for(;g--;)d.css.width=this._widths[this.relative(g)],k.eq(g).css(d.css);else h&&(d.css.width=d.items.width,k.css(d.css))}},{filter:["items"],run:function(){this._coordinates.length<1&&this.$stage.removeAttr("style")}},{filter:["width","items","settings"],run:function(d){d.current=d.current?this.$stage.children().index(d.current):0,d.current=Math.max(this.minimum(),Math.min(this.maximum(),d.current)),this.reset(d.current)}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var d,g,h,k,I=this.settings.rtl?1:-1,W=2*this.settings.stagePadding,K=this.coordinates(this.current())+W,it=K+this.width()*I,q=[];for(h=0,k=this._coordinates.length;h<k;h++)d=this._coordinates[h-1]||0,g=Math.abs(this._coordinates[h])+W*I,(this.op(d,"<=",K)&&this.op(d,">",it)||this.op(g,"<",K)&&this.op(g,">",it))&&q.push(h);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+q.join("), :eq(")+")").addClass("active"),this.$stage.children(".center").removeClass("center"),this.settings.center&&this.$stage.children().eq(this.current()).addClass("center")}}],S.prototype.initializeStage=function(){this.$stage=this.$element.find("."+this.settings.stageClass),this.$stage.length||(this.$element.addClass(this.options.loadingClass),this.$stage=b("<"+this.settings.stageElement+">",{class:this.settings.stageClass}).wrap(b("<div/>",{class:this.settings.stageOuterClass})),this.$element.append(this.$stage.parent()))},S.prototype.initializeItems=function(){var d=this.$element.find(".owl-item");if(d.length)return this._items=d.get().map(function(g){return b(g)}),this._mergers=this._items.map(function(){return 1}),void this.refresh();this.replace(this.$element.children().not(this.$stage.parent())),this.isVisible()?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass)},S.prototype.initialize=function(){var d,h;this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")&&(d=this.$element.find("img"),h=this.$element.children(this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:ut).width(),d.length&&h<=0&&this.preloadAutoWidthImages(d)),this.initializeStage(),this.initializeItems(),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},S.prototype.isVisible=function(){return!this.settings.checkVisibility||this.$element.is(":visible")},S.prototype.setup=function(){var d=this.viewport(),g=this.options.responsive,h=-1,k=null;g?(b.each(g,function(I){I<=d&&I>h&&(h=Number(I))}),"function"==typeof(k=b.extend({},this.options,g[h])).stagePadding&&(k.stagePadding=k.stagePadding()),delete k.responsive,k.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+h))):k=b.extend({},this.options),this.trigger("change",{property:{name:"settings",value:k}}),this._breakpoint=h,this.settings=k,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},S.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},S.prototype.prepare=function(d){var g=this.trigger("prepare",{content:d});return g.data||(g.data=b("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(d)),this.trigger("prepared",{content:g.data}),g.data},S.prototype.update=function(){for(var d=0,g=this._pipe.length,h=b.proxy(function(I){return this[I]},this._invalidated),k={};d<g;)(this._invalidated.all||b.grep(this._pipe[d].filter,h).length>0)&&this._pipe[d].run(k),d++;this._invalidated={},!this.is("valid")&&this.enter("valid")},S.prototype.width=function(d){switch(d=d||S.Width.Default){case S.Width.Inner:case S.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},S.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},S.prototype.onThrottledResize=function(){ot.clearTimeout(this.resizeTimer),this.resizeTimer=ot.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},S.prototype.onResize=function(){return!!this._items.length&&this._width!==this.$element.width()&&!!this.isVisible()&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))},S.prototype.registerEventHandlers=function(){b.support.transition&&this.$stage.on(b.support.transition.end+".owl.core",b.proxy(this.onTransitionEnd,this)),!1!==this.settings.responsive&&this.on(ot,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",b.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",b.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",b.proxy(this.onDragEnd,this)))},S.prototype.onDragStart=function(d){var g=null;3!==d.which&&(b.support.transform?g={x:(g=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","))[16===g.length?12:4],y:g[16===g.length?13:5]}:(g=this.$stage.position(),g={x:this.settings.rtl?g.left+this.$stage.width()-this.width()+this.settings.margin:g.left,y:g.top}),this.is("animating")&&(b.support.transform?this.animate(g.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===d.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=b(d.target),this._drag.stage.start=g,this._drag.stage.current=g,this._drag.pointer=this.pointer(d),b(A).on("mouseup.owl.core touchend.owl.core",b.proxy(this.onDragEnd,this)),b(A).one("mousemove.owl.core touchmove.owl.core",b.proxy(function(h){var k=this.difference(this._drag.pointer,this.pointer(h));b(A).on("mousemove.owl.core touchmove.owl.core",b.proxy(this.onDragMove,this)),Math.abs(k.x)<Math.abs(k.y)&&this.is("valid")||(h.preventDefault(),this.enter("dragging"),this.trigger("drag"))},this)))},S.prototype.onDragMove=function(d){var g=null,h=null,k=null,I=this.difference(this._drag.pointer,this.pointer(d)),W=this.difference(this._drag.stage.start,I);this.is("dragging")&&(d.preventDefault(),this.settings.loop?(g=this.coordinates(this.minimum()),h=this.coordinates(this.maximum()+1)-g,W.x=((W.x-g)%h+h)%h+g):(g=this.coordinates(this.settings.rtl?this.maximum():this.minimum()),h=this.coordinates(this.settings.rtl?this.minimum():this.maximum()),k=this.settings.pullDrag?-1*I.x/5:0,W.x=Math.max(Math.min(W.x,g+k),h+k)),this._drag.stage.current=W,this.animate(W.x))},S.prototype.onDragEnd=function(d){var g=this.difference(this._drag.pointer,this.pointer(d)),h=this._drag.stage.current,k=g.x>0^this.settings.rtl?"left":"right";b(A).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==g.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(h.x,0!==g.x?k:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=k,(Math.abs(g.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},S.prototype.closest=function(d,g){var h=-1,I=this.width(),W=this.coordinates();return this.settings.freeDrag||b.each(W,b.proxy(function(K,it){return"left"===g&&d>it-30&&d<it+30?h=K:"right"===g&&d>it-I-30&&d<it-I+30?h=K+1:this.op(d,"<",it)&&this.op(d,">",W[K+1]!==ut?W[K+1]:it-I)&&(h="left"===g?K+1:K),-1===h},this)),this.settings.loop||(this.op(d,">",W[this.minimum()])?h=d=this.minimum():this.op(d,"<",W[this.maximum()])&&(h=d=this.maximum())),h},S.prototype.animate=function(d){var g=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),g&&(this.enter("animating"),this.trigger("translate")),b.support.transform3d&&b.support.transition?this.$stage.css({transform:"translate3d("+d+"px,0px,0px)",transition:this.speed()/1e3+"s"+(this.settings.slideTransition?" "+this.settings.slideTransition:"")}):g?this.$stage.animate({left:d+"px"},this.speed(),this.settings.fallbackEasing,b.proxy(this.onTransitionEnd,this)):this.$stage.css({left:d+"px"})},S.prototype.is=function(d){return this._states.current[d]&&this._states.current[d]>0},S.prototype.current=function(d){if(d===ut)return this._current;if(0===this._items.length)return ut;if(d=this.normalize(d),this._current!==d){var g=this.trigger("change",{property:{name:"position",value:d}});g.data!==ut&&(d=this.normalize(g.data)),this._current=d,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},S.prototype.invalidate=function(d){return"string"===b.type(d)&&(this._invalidated[d]=!0,this.is("valid")&&this.leave("valid")),b.map(this._invalidated,function(g,h){return h})},S.prototype.reset=function(d){(d=this.normalize(d))!==ut&&(this._speed=0,this._current=d,this.suppress(["translate","translated"]),this.animate(this.coordinates(d)),this.release(["translate","translated"]))},S.prototype.normalize=function(d,g){var h=this._items.length,k=g?0:this._clones.length;return!this.isNumeric(d)||h<1?d=ut:(d<0||d>=h+k)&&(d=((d-k/2)%h+h)%h+k/2),d},S.prototype.relative=function(d){return this.normalize(d-=this._clones.length/2,!0)},S.prototype.maximum=function(d){var g,h,k,I=this.settings,W=this._coordinates.length;if(I.loop)W=this._clones.length/2+this._items.length-1;else if(I.autoWidth||I.merge){if(g=this._items.length)for(h=this._items[--g].width(),k=this.$element.width();g--&&!((h+=this._items[g].width()+this.settings.margin)>k););W=g+1}else W=I.center?this._items.length-1:this._items.length-I.items;return d&&(W-=this._clones.length/2),Math.max(W,0)},S.prototype.minimum=function(d){return d?0:this._clones.length/2},S.prototype.items=function(d){return d===ut?this._items.slice():(d=this.normalize(d,!0),this._items[d])},S.prototype.mergers=function(d){return d===ut?this._mergers.slice():(d=this.normalize(d,!0),this._mergers[d])},S.prototype.clones=function(d){var g=this._clones.length/2,h=g+this._items.length,k=function(I){return I%2==0?h+I/2:g-(I+1)/2};return b.map(this._clones,d===ut?function(I,W){return k(W)}:function(I,W){return I===d?k(W):null})},S.prototype.speed=function(d){return d!==ut&&(this._speed=d),this._speed},S.prototype.coordinates=function(d){var g,h=1,k=d-1;return d===ut?b.map(this._coordinates,b.proxy(function(I,W){return this.coordinates(W)},this)):(this.settings.center?(this.settings.rtl&&(h=-1,k=d+1),g=this._coordinates[d],g+=(this.width()-g+(this._coordinates[k]||0))/2*h):g=this._coordinates[k]||0,g=Math.ceil(g))},S.prototype.duration=function(d,g,h){return 0===h?0:Math.min(Math.max(Math.abs(g-d),1),6)*Math.abs(h||this.settings.smartSpeed)},S.prototype.to=function(d,g){var h=this.current(),k=null,I=d-this.relative(h),W=(I>0)-(I<0),K=this._items.length,it=this.minimum(),q=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(I)>K/2&&(I+=-1*W*K),(k=(((d=h+I)-it)%K+K)%K+it)!==d&&k-I<=q&&k-I>0&&(d=k,this.reset(h=k-I))):d=this.settings.rewind?(d%(q+=1)+q)%q:Math.max(it,Math.min(q,d)),this.speed(this.duration(h,d,g)),this.current(d),this.isVisible()&&this.update()},S.prototype.next=function(d){d=d||!1,this.to(this.relative(this.current())+1,d)},S.prototype.prev=function(d){d=d||!1,this.to(this.relative(this.current())-1,d)},S.prototype.onTransitionEnd=function(d){if(d!==ut&&(d.stopPropagation(),(d.target||d.srcElement||d.originalTarget)!==this.$stage.get(0)))return!1;this.leave("animating"),this.trigger("translated")},S.prototype.viewport=function(){var d;return this.options.responsiveBaseElement!==ot?d=b(this.options.responsiveBaseElement).width():ot.innerWidth?d=ot.innerWidth:A.documentElement&&A.documentElement.clientWidth?d=A.documentElement.clientWidth:console.warn("Can not detect viewport width."),d},S.prototype.replace=function(d){this.$stage.empty(),this._items=[],d&&(d=d instanceof jQuery?d:b(d)),this.settings.nestedItemSelector&&(d=d.find("."+this.settings.nestedItemSelector)),d.filter(function(){return 1===this.nodeType}).each(b.proxy(function(g,h){h=this.prepare(h),this.$stage.append(h),this._items.push(h),this._mergers.push(1*h.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},S.prototype.add=function(d,g){var h=this.relative(this._current);g=g===ut?this._items.length:this.normalize(g,!0),d=d instanceof jQuery?d:b(d),this.trigger("add",{content:d,position:g}),d=this.prepare(d),0===this._items.length||g===this._items.length?(0===this._items.length&&this.$stage.append(d),0!==this._items.length&&this._items[g-1].after(d),this._items.push(d),this._mergers.push(1*d.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[g].before(d),this._items.splice(g,0,d),this._mergers.splice(g,0,1*d.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[h]&&this.reset(this._items[h].index()),this.invalidate("items"),this.trigger("added",{content:d,position:g})},S.prototype.remove=function(d){(d=this.normalize(d,!0))!==ut&&(this.trigger("remove",{content:this._items[d],position:d}),this._items[d].remove(),this._items.splice(d,1),this._mergers.splice(d,1),this.invalidate("items"),this.trigger("removed",{content:null,position:d}))},S.prototype.preloadAutoWidthImages=function(d){d.each(b.proxy(function(g,h){this.enter("pre-loading"),h=b(h),b(new Image).one("load",b.proxy(function(k){h.attr("src",k.target.src),h.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",h.attr("src")||h.attr("data-src")||h.attr("data-src-retina"))},this))},S.prototype.destroy=function(){for(var d in this.$element.off(".owl.core"),this.$stage.off(".owl.core"),b(A).off(".owl.core"),!1!==this.settings.responsive&&(ot.clearTimeout(this.resizeTimer),this.off(ot,"resize",this._handlers.onThrottledResize)),this._plugins)this._plugins[d].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.remove(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},S.prototype.op=function(d,g,h){var k=this.settings.rtl;switch(g){case"<":return k?d>h:d<h;case">":return k?d<h:d>h;case">=":return k?d<=h:d>=h;case"<=":return k?d>=h:d<=h}},S.prototype.on=function(d,g,h,k){d.addEventListener?d.addEventListener(g,h,k):d.attachEvent&&d.attachEvent("on"+g,h)},S.prototype.off=function(d,g,h,k){d.removeEventListener?d.removeEventListener(g,h,k):d.detachEvent&&d.detachEvent("on"+g,h)},S.prototype.trigger=function(d,g,h,k,I){var W={item:{count:this._items.length,index:this.current()}},K=b.camelCase(b.grep(["on",d,h],function(q){return q}).join("-").toLowerCase()),it=b.Event([d,"owl",h||"carousel"].join(".").toLowerCase(),b.extend({relatedTarget:this},W,g));return this._supress[d]||(b.each(this._plugins,function(q,P){P.onTrigger&&P.onTrigger(it)}),this.register({type:S.Type.Event,name:d}),this.$element.trigger(it),this.settings&&"function"==typeof this.settings[K]&&this.settings[K].call(this,it)),it},S.prototype.enter=function(d){b.each([d].concat(this._states.tags[d]||[]),b.proxy(function(g,h){this._states.current[h]===ut&&(this._states.current[h]=0),this._states.current[h]++},this))},S.prototype.leave=function(d){b.each([d].concat(this._states.tags[d]||[]),b.proxy(function(g,h){this._states.current[h]--},this))},S.prototype.register=function(d){if(d.type===S.Type.Event){if(b.event.special[d.name]||(b.event.special[d.name]={}),!b.event.special[d.name].owl){var g=b.event.special[d.name]._default;b.event.special[d.name]._default=function(h){return!g||!g.apply||h.namespace&&-1!==h.namespace.indexOf("owl")?h.namespace&&h.namespace.indexOf("owl")>-1:g.apply(this,arguments)},b.event.special[d.name].owl=!0}}else d.type===S.Type.State&&(this._states.tags[d.name]=this._states.tags[d.name]?this._states.tags[d.name].concat(d.tags):d.tags,this._states.tags[d.name]=b.grep(this._states.tags[d.name],b.proxy(function(h,k){return b.inArray(h,this._states.tags[d.name])===k},this)))},S.prototype.suppress=function(d){b.each(d,b.proxy(function(g,h){this._supress[h]=!0},this))},S.prototype.release=function(d){b.each(d,b.proxy(function(g,h){delete this._supress[h]},this))},S.prototype.pointer=function(d){var g={x:null,y:null};return(d=(d=d.originalEvent||d||ot.event).touches&&d.touches.length?d.touches[0]:d.changedTouches&&d.changedTouches.length?d.changedTouches[0]:d).pageX?(g.x=d.pageX,g.y=d.pageY):(g.x=d.clientX,g.y=d.clientY),g},S.prototype.isNumeric=function(d){return!isNaN(parseFloat(d))},S.prototype.difference=function(d,g){return{x:d.x-g.x,y:d.y-g.y}},b.fn.owlCarousel=function(d){var g=Array.prototype.slice.call(arguments,1);return this.each(function(){var h=b(this),k=h.data("owl.carousel");k||(k=new S(this,"object"==typeof d&&d),h.data("owl.carousel",k),b.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(I,W){k.register({type:S.Type.Event,name:W}),k.$element.on(W+".owl.carousel.core",b.proxy(function(K){K.namespace&&K.relatedTarget!==this&&(this.suppress([W]),k[W].apply(this,[].slice.call(arguments,1)),this.release([W]))},k))})),"string"==typeof d&&"_"!==d.charAt(0)&&k[d].apply(k,g)})},b.fn.owlCarousel.Constructor=S})(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){var S=function(d){this._core=d,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":b.proxy(function(g){g.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=b.extend({},S.Defaults,this._core.options),this._core.$element.on(this._handlers)};S.Defaults={autoRefresh:!0,autoRefreshInterval:500},S.prototype.watch=function(){this._interval||(this._visible=this._core.isVisible(),this._interval=ot.setInterval(b.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},S.prototype.refresh=function(){this._core.isVisible()!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},S.prototype.destroy=function(){var d,g;for(d in ot.clearInterval(this._interval),this._handlers)this._core.$element.off(d,this._handlers[d]);for(g in Object.getOwnPropertyNames(this))"function"!=typeof this[g]&&(this[g]=null)},b.fn.owlCarousel.Constructor.Plugins.AutoRefresh=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){var S=function(d){this._core=d,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":b.proxy(function(g){if(g.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(g.property&&"position"==g.property.name||"initialized"==g.type)){var h=this._core.settings,k=h.center&&Math.ceil(h.items/2)||h.items,I=h.center&&-1*k||0,W=(g.property&&void 0!==g.property.value?g.property.value:this._core.current())+I,K=this._core.clones().length,it=b.proxy(function(q,P){this.load(P)},this);for(h.lazyLoadEager>0&&(k+=h.lazyLoadEager,h.loop&&(W-=h.lazyLoadEager,k++));I++<k;)this.load(K/2+this._core.relative(W)),K&&b.each(this._core.clones(this._core.relative(W)),it),W++}},this)},this._core.options=b.extend({},S.Defaults,this._core.options),this._core.$element.on(this._handlers)};S.Defaults={lazyLoad:!1,lazyLoadEager:0},S.prototype.load=function(d){var g=this._core.$stage.children().eq(d),h=g&&g.find(".owl-lazy");!h||b.inArray(g.get(0),this._loaded)>-1||(h.each(b.proxy(function(k,I){var W,K=b(I),it=ot.devicePixelRatio>1&&K.attr("data-src-retina")||K.attr("data-src")||K.attr("data-srcset");this._core.trigger("load",{element:K,url:it},"lazy"),K.is("img")?K.one("load.owl.lazy",b.proxy(function(){K.css("opacity",1),this._core.trigger("loaded",{element:K,url:it},"lazy")},this)).attr("src",it):K.is("source")?K.one("load.owl.lazy",b.proxy(function(){this._core.trigger("loaded",{element:K,url:it},"lazy")},this)).attr("srcset",it):((W=new Image).onload=b.proxy(function(){K.css({"background-image":'url("'+it+'")',opacity:"1"}),this._core.trigger("loaded",{element:K,url:it},"lazy")},this),W.src=it)},this)),this._loaded.push(g.get(0)))},S.prototype.destroy=function(){var d,g;for(d in this.handlers)this._core.$element.off(d,this.handlers[d]);for(g in Object.getOwnPropertyNames(this))"function"!=typeof this[g]&&(this[g]=null)},b.fn.owlCarousel.Constructor.Plugins.Lazy=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){var S=function(d){this._core=d,this._previousHeight=null,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":b.proxy(function(h){h.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":b.proxy(function(h){h.namespace&&this._core.settings.autoHeight&&"position"===h.property.name&&this.update()},this),"loaded.owl.lazy":b.proxy(function(h){h.namespace&&this._core.settings.autoHeight&&h.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=b.extend({},S.Defaults,this._core.options),this._core.$element.on(this._handlers),this._intervalId=null;var g=this;b(ot).on("load",function(){g._core.settings.autoHeight&&g.update()}),b(ot).resize(function(){g._core.settings.autoHeight&&(null!=g._intervalId&&clearTimeout(g._intervalId),g._intervalId=setTimeout(function(){g.update()},250))})};S.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},S.prototype.update=function(){var d=this._core._current,g=d+this._core.settings.items,h=this._core.settings.lazyLoad,k=this._core.$stage.children().toArray().slice(d,g),I=[],W=0;b.each(k,function(K,it){I.push(b(it).height())}),(W=Math.max.apply(null,I))<=1&&h&&this._previousHeight&&(W=this._previousHeight),this._previousHeight=W,this._core.$stage.parent().height(W).addClass(this._core.settings.autoHeightClass)},S.prototype.destroy=function(){var d,g;for(d in this._handlers)this._core.$element.off(d,this._handlers[d]);for(g in Object.getOwnPropertyNames(this))"function"!=typeof this[g]&&(this[g]=null)},b.fn.owlCarousel.Constructor.Plugins.AutoHeight=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){var S=function(d){this._core=d,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":b.proxy(function(g){g.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":b.proxy(function(g){g.namespace&&this._core.settings.video&&this.isInFullScreen()&&g.preventDefault()},this),"refreshed.owl.carousel":b.proxy(function(g){g.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":b.proxy(function(g){g.namespace&&"position"===g.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":b.proxy(function(g){if(g.namespace){var h=b(g.content).find(".owl-video");h.length&&(h.css("display","none"),this.fetch(h,b(g.content)))}},this)},this._core.options=b.extend({},S.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",b.proxy(function(g){this.play(g)},this))};S.Defaults={video:!1,videoHeight:!1,videoWidth:!1},S.prototype.fetch=function(d,g){var h=d.attr("data-vimeo-id")?"vimeo":d.attr("data-vzaar-id")?"vzaar":"youtube",k=d.attr("data-vimeo-id")||d.attr("data-youtube-id")||d.attr("data-vzaar-id"),I=d.attr("data-width")||this._core.settings.videoWidth,W=d.attr("data-height")||this._core.settings.videoHeight,K=d.attr("href");if(!K)throw new Error("Missing video URL.");if((k=K.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com|be\-nocookie\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/))[3].indexOf("youtu")>-1)h="youtube";else if(k[3].indexOf("vimeo")>-1)h="vimeo";else{if(!(k[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");h="vzaar"}this._videos[K]={type:h,id:k=k[6],width:I,height:W},g.attr("data-video",K),this.thumbnail(d,this._videos[K])},S.prototype.thumbnail=function(d,g){var h,W=g.width&&g.height?"width:"+g.width+"px;height:"+g.height+"px;":"",K=d.find("img"),it="src",q="",P=this._core.settings,bt=function(m){h=b("<div/>",P.lazyLoad?{class:"owl-video-tn "+q,srcType:m}:{class:"owl-video-tn",style:"opacity:1;background-image:url("+m+")"}),d.after(h),d.after('<div class="owl-video-play-icon"></div>')};if(d.wrap(b("<div/>",{class:"owl-video-wrapper",style:W})),this._core.settings.lazyLoad&&(it="data-src",q="owl-lazy"),K.length)return bt(K.attr(it)),K.remove(),!1;"youtube"===g.type?bt("//img.youtube.com/vi/"+g.id+"/hqdefault.jpg"):"vimeo"===g.type?b.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+g.id+".json",jsonp:"callback",dataType:"jsonp",success:function(m){bt(m[0].thumbnail_large)}}):"vzaar"===g.type&&b.ajax({type:"GET",url:"//vzaar.com/api/videos/"+g.id+".json",jsonp:"callback",dataType:"jsonp",success:function(m){bt(m.framegrab_url)}})},S.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},S.prototype.play=function(d){var g,k=b(d.target).closest("."+this._core.settings.itemClass),I=this._videos[k.attr("data-video")],W=I.width||"100%",K=I.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),k=this._core.items(this._core.relative(k.index())),this._core.reset(k.index()),(g=b('<iframe frameborder="0" allowfullscreen mozallowfullscreen webkitAllowFullScreen ></iframe>')).attr("height",K),g.attr("width",W),"youtube"===I.type?g.attr("src","//www.youtube.com/embed/"+I.id+"?autoplay=1&rel=0&v="+I.id):"vimeo"===I.type?g.attr("src","//player.vimeo.com/video/"+I.id+"?autoplay=1"):"vzaar"===I.type&&g.attr("src","//view.vzaar.com/"+I.id+"/player?autoplay=true"),b(g).wrap('<div class="owl-video-frame" />').insertAfter(k.find(".owl-video")),this._playing=k.addClass("owl-video-playing"))},S.prototype.isInFullScreen=function(){var d=A.fullscreenElement||A.mozFullScreenElement||A.webkitFullscreenElement;return d&&b(d).parent().hasClass("owl-video-frame")},S.prototype.destroy=function(){var d,g;for(d in this._core.$element.off("click.owl.video"),this._handlers)this._core.$element.off(d,this._handlers[d]);for(g in Object.getOwnPropertyNames(this))"function"!=typeof this[g]&&(this[g]=null)},b.fn.owlCarousel.Constructor.Plugins.Video=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){var S=function(d){this.core=d,this.core.options=b.extend({},S.Defaults,this.core.options),this.swapping=!0,this.previous=void 0,this.next=void 0,this.handlers={"change.owl.carousel":b.proxy(function(g){g.namespace&&"position"==g.property.name&&(this.previous=this.core.current(),this.next=g.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":b.proxy(function(g){g.namespace&&(this.swapping="translated"==g.type)},this),"translate.owl.carousel":b.proxy(function(g){g.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};S.Defaults={animateOut:!1,animateIn:!1},S.prototype.swap=function(){if(1===this.core.settings.items&&b.support.animation&&b.support.transition){this.core.speed(0);var d,g=b.proxy(this.clear,this),h=this.core.$stage.children().eq(this.previous),k=this.core.$stage.children().eq(this.next),I=this.core.settings.animateIn,W=this.core.settings.animateOut;this.core.current()!==this.previous&&(W&&(d=this.core.coordinates(this.previous)-this.core.coordinates(this.next),h.one(b.support.animation.end,g).css({left:d+"px"}).addClass("animated owl-animated-out").addClass(W)),I&&k.one(b.support.animation.end,g).addClass("animated owl-animated-in").addClass(I))}},S.prototype.clear=function(d){b(d.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},S.prototype.destroy=function(){var d,g;for(d in this.handlers)this.core.$element.off(d,this.handlers[d]);for(g in Object.getOwnPropertyNames(this))"function"!=typeof this[g]&&(this[g]=null)},b.fn.owlCarousel.Constructor.Plugins.Animate=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){var S=function(d){this._core=d,this._call=null,this._time=0,this._timeout=0,this._paused=!0,this._handlers={"changed.owl.carousel":b.proxy(function(g){g.namespace&&"settings"===g.property.name?this._core.settings.autoplay?this.play():this.stop():g.namespace&&"position"===g.property.name&&this._paused&&(this._time=0)},this),"initialized.owl.carousel":b.proxy(function(g){g.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":b.proxy(function(g,h,k){g.namespace&&this.play(h,k)},this),"stop.owl.autoplay":b.proxy(function(g){g.namespace&&this.stop()},this),"mouseover.owl.autoplay":b.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":b.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":b.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":b.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=b.extend({},S.Defaults,this._core.options)};S.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},S.prototype._next=function(d){this._call=ot.setTimeout(b.proxy(this._next,this,d),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||A.hidden||this._core.next(d||this._core.settings.autoplaySpeed)},S.prototype.read=function(){return(new Date).getTime()-this._time},S.prototype.play=function(d,g){var h;this._core.is("rotating")||this._core.enter("rotating"),d=d||this._core.settings.autoplayTimeout,h=Math.min(this._time%(this._timeout||d),d),this._paused?(this._time=this.read(),this._paused=!1):ot.clearTimeout(this._call),this._time+=this.read()%d-h,this._timeout=d,this._call=ot.setTimeout(b.proxy(this._next,this,g),d-h)},S.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,ot.clearTimeout(this._call),this._core.leave("rotating"))},S.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,ot.clearTimeout(this._call))},S.prototype.destroy=function(){var d,g;for(d in this.stop(),this._handlers)this._core.$element.off(d,this._handlers[d]);for(g in Object.getOwnPropertyNames(this))"function"!=typeof this[g]&&(this[g]=null)},b.fn.owlCarousel.Constructor.Plugins.autoplay=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){"use strict";var S=function(d){this._core=d,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":b.proxy(function(g){g.namespace&&this._core.settings.dotsData&&this._templates.push('<div class="'+this._core.settings.dotClass+'">'+b(g.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"</div>")},this),"added.owl.carousel":b.proxy(function(g){g.namespace&&this._core.settings.dotsData&&this._templates.splice(g.position,0,this._templates.pop())},this),"remove.owl.carousel":b.proxy(function(g){g.namespace&&this._core.settings.dotsData&&this._templates.splice(g.position,1)},this),"changed.owl.carousel":b.proxy(function(g){g.namespace&&"position"==g.property.name&&this.draw()},this),"initialized.owl.carousel":b.proxy(function(g){g.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":b.proxy(function(g){g.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=b.extend({},S.Defaults,this._core.options),this.$element.on(this._handlers)};S.Defaults={nav:!1,navText:['<span aria-label="Previous">‹</span>','<span aria-label="Next">›</span>'],navSpeed:!1,navElement:'button type="button" role="presentation"',navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},S.prototype.initialize=function(){var d,g=this._core.settings;for(d in this._controls.$relative=(g.navContainer?b(g.navContainer):b("<div>").addClass(g.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=b("<"+g.navElement+">").addClass(g.navClass[0]).html(g.navText[0]).prependTo(this._controls.$relative).on("click",b.proxy(function(h){this.prev(g.navSpeed)},this)),this._controls.$next=b("<"+g.navElement+">").addClass(g.navClass[1]).html(g.navText[1]).appendTo(this._controls.$relative).on("click",b.proxy(function(h){this.next(g.navSpeed)},this)),g.dotsData||(this._templates=[b('<button role="button">').addClass(g.dotClass).append(b("<span>")).prop("outerHTML")]),this._controls.$absolute=(g.dotsContainer?b(g.dotsContainer):b("<div>").addClass(g.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","button",b.proxy(function(h){var k=b(h.target).parent().is(this._controls.$absolute)?b(h.target).index():b(h.target).parent().index();h.preventDefault(),this.to(k,g.dotsSpeed)},this)),this._overrides)this._core[d]=b.proxy(this[d],this)},S.prototype.destroy=function(){var d,g,h,k,I;for(d in I=this._core.settings,this._handlers)this.$element.off(d,this._handlers[d]);for(g in this._controls)"$relative"===g&&I.navContainer?this._controls[g].html(""):this._controls[g].remove();for(k in this.overides)this._core[k]=this._overrides[k];for(h in Object.getOwnPropertyNames(this))"function"!=typeof this[h]&&(this[h]=null)},S.prototype.update=function(){var d,g,k=this._core.clones().length/2,I=k+this._core.items().length,W=this._core.maximum(!0),K=this._core.settings,it=K.center||K.autoWidth||K.dotsData?1:K.dotsEach||K.items;if("page"!==K.slideBy&&(K.slideBy=Math.min(K.slideBy,K.items)),K.dots||"page"==K.slideBy)for(this._pages=[],d=k,g=0;d<I;d++){if(g>=it||0===g){if(this._pages.push({start:Math.min(W,d-k),end:d-k+it-1}),Math.min(W,d-k)===W)break;g=0}g+=this._core.mergers(this._core.relative(d))}},S.prototype.draw=function(){var d,g=this._core.settings,h=this._core.items().length<=g.items,k=this._core.relative(this._core.current()),I=g.loop||g.rewind;this._controls.$relative.toggleClass("disabled",!g.nav||h),g.nav&&(this._controls.$previous.toggleClass("disabled",!I&&k<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!I&&k>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!g.dots||h),g.dots&&(d=this._pages.length-this._controls.$absolute.children().length,g.dotsData&&0!==d?this._controls.$absolute.html(this._templates.join("")):d>0?this._controls.$absolute.append(new Array(d+1).join(this._templates[0])):d<0&&this._controls.$absolute.children().slice(d).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(b.inArray(this.current(),this._pages)).addClass("active"))},S.prototype.onTrigger=function(d){var g=this._core.settings;d.page={index:b.inArray(this.current(),this._pages),count:this._pages.length,size:g&&(g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items)}},S.prototype.current=function(){var d=this._core.relative(this._core.current());return b.grep(this._pages,b.proxy(function(g,h){return g.start<=d&&g.end>=d},this)).pop()},S.prototype.getPosition=function(d){var g,h,k=this._core.settings;return"page"==k.slideBy?(g=b.inArray(this.current(),this._pages),d?++g:--g,g=this._pages[(g%(h=this._pages.length)+h)%h].start):(g=this._core.relative(this._core.current()),h=this._core.items().length,d?g+=k.slideBy:g-=k.slideBy),g},S.prototype.next=function(d){b.proxy(this._overrides.to,this._core)(this.getPosition(!0),d)},S.prototype.prev=function(d){b.proxy(this._overrides.to,this._core)(this.getPosition(!1),d)},S.prototype.to=function(d,g,h){var k;!h&&this._pages.length?(k=this._pages.length,b.proxy(this._overrides.to,this._core)(this._pages[(d%k+k)%k].start,g)):b.proxy(this._overrides.to,this._core)(d,g)},b.fn.owlCarousel.Constructor.Plugins.Navigation=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){"use strict";var S=function(d){this._core=d,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":b.proxy(function(g){g.namespace&&"URLHash"===this._core.settings.startPosition&&b(ot).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":b.proxy(function(g){if(g.namespace){var h=b(g.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!h)return;this._hashes[h]=g.content}},this),"changed.owl.carousel":b.proxy(function(g){if(g.namespace&&"position"===g.property.name){var h=this._core.items(this._core.relative(this._core.current())),k=b.map(this._hashes,function(I,W){return I===h?W:null}).join();if(!k||ot.location.hash.slice(1)===k)return;ot.location.hash=k}},this)},this._core.options=b.extend({},S.Defaults,this._core.options),this.$element.on(this._handlers),b(ot).on("hashchange.owl.navigation",b.proxy(function(g){var h=ot.location.hash.substring(1),k=this._core.$stage.children(),I=this._hashes[h]&&k.index(this._hashes[h]);void 0!==I&&I!==this._core.current()&&this._core.to(this._core.relative(I),!1,!0)},this))};S.Defaults={URLhashListener:!1},S.prototype.destroy=function(){var d,g;for(d in b(ot).off("hashchange.owl.navigation"),this._handlers)this._core.$element.off(d,this._handlers[d]);for(g in Object.getOwnPropertyNames(this))"function"!=typeof this[g]&&(this[g]=null)},b.fn.owlCarousel.Constructor.Plugins.Hash=S}(window.Zepto||window.jQuery,window,document),function(b,ot,A,ut){function S(W,K){var it=!1,q=W.charAt(0).toUpperCase()+W.slice(1);return b.each((W+" "+h.join(q+" ")+q).split(" "),function(P,bt){if(g[bt]!==ut)return it=!K||bt,!1}),it}function d(W){return S(W,!0)}var g=b("<support>").get(0).style,h="Webkit Moz O ms".split(" "),k={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}};!!S("transition")&&(b.support.transition=new String(d("transition")),b.support.transition.end=k.transition.end[b.support.transition]),!!S("animation")&&(b.support.animation=new String(d("animation")),b.support.animation.end=k.animation.end[b.support.animation]),S("transform")&&(b.support.transform=new String(d("transform")),b.support.transform3d=!!S("perspective"))}(window.Zepto||window.jQuery,window,document),function(b,ot){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=b.document?ot(b,!0):function(A){if(!A.document)throw new Error("jQuery requires a window with a document");return ot(A)}:ot(b)}(typeof window<"u"?window:this,function(b,ot){"use strict";var A=[],ut=Object.getPrototypeOf,S=A.slice,d=A.flat?function(t){return A.flat.call(t)}:function(t){return A.concat.apply([],t)},g=A.push,h=A.indexOf,k={},I=k.toString,W=k.hasOwnProperty,K=W.toString,it=K.call(Object),q={},P=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType&&"function"!=typeof t.item},bt=function(t){return null!=t&&t===t.window},m=b.document,E={type:!0,src:!0,nonce:!0,noModule:!0};function D(t,n,i){var e,r,s=(i=i||m).createElement("script");if(s.text=t,n)for(e in E)(r=n[e]||n.getAttribute&&n.getAttribute(e))&&s.setAttribute(e,r);i.head.appendChild(s).parentNode.removeChild(s)}function j(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?k[I.call(t)]||"object":typeof t}var Q="3.7.0",z=/HTML$/i,o=function(t,n){return new o.fn.init(t,n)};function tt(t){var n=!!t&&"length"in t&&t.length,i=j(t);return!P(t)&&!bt(t)&&("array"===i||0===n||"number"==typeof n&&0<n&&n-1 in t)}function X(t,n){return t.nodeName&&t.nodeName.toLowerCase()===n.toLowerCase()}o.fn=o.prototype={jquery:Q,constructor:o,length:0,toArray:function(){return S.call(this)},get:function(t){return null==t?S.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var n=o.merge(this.constructor(),t);return n.prevObject=this,n},each:function(t){return o.each(this,t)},map:function(t){return this.pushStack(o.map(this,function(n,i){return t.call(n,i,n)}))},slice:function(){return this.pushStack(S.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(o.grep(this,function(t,n){return(n+1)%2}))},odd:function(){return this.pushStack(o.grep(this,function(t,n){return n%2}))},eq:function(t){var n=this.length,i=+t+(t<0?n:0);return this.pushStack(0<=i&&i<n?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:A.sort,splice:A.splice},o.extend=o.fn.extend=function(){var t,n,i,e,r,s,a=arguments[0]||{},u=1,c=arguments.length,p=!1;for("boolean"==typeof a&&(p=a,a=arguments[u]||{},u++),"object"==typeof a||P(a)||(a={}),u===c&&(a=this,u--);u<c;u++)if(null!=(t=arguments[u]))for(n in t)e=t[n],"__proto__"!==n&&a!==e&&(p&&e&&(o.isPlainObject(e)||(r=Array.isArray(e)))?(i=a[n],s=r&&!Array.isArray(i)?[]:r||o.isPlainObject(i)?i:{},r=!1,a[n]=o.extend(p,s,e)):void 0!==e&&(a[n]=e));return a},o.extend({expando:"jQuery"+(Q+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var n,i;return!(!t||"[object Object]"!==I.call(t)||(n=ut(t))&&("function"!=typeof(i=W.call(n,"constructor")&&n.constructor)||K.call(i)!==it))},isEmptyObject:function(t){var n;for(n in t)return!1;return!0},globalEval:function(t,n,i){D(t,{nonce:n&&n.nonce},i)},each:function(t,n){var i,e=0;if(tt(t))for(i=t.length;e<i&&!1!==n.call(t[e],e,t[e]);e++);else for(e in t)if(!1===n.call(t[e],e,t[e]))break;return t},text:function(t){var n,i="",e=0,r=t.nodeType;if(r){if(1===r||9===r||11===r)return t.textContent;if(3===r||4===r)return t.nodeValue}else for(;n=t[e++];)i+=o.text(n);return i},makeArray:function(t,n){var i=n||[];return null!=t&&(tt(Object(t))?o.merge(i,"string"==typeof t?[t]:t):g.call(i,t)),i},inArray:function(t,n,i){return null==n?-1:h.call(n,t,i)},isXMLDoc:function(t){var i=t&&(t.ownerDocument||t).documentElement;return!z.test(t&&t.namespaceURI||i&&i.nodeName||"HTML")},merge:function(t,n){for(var i=+n.length,e=0,r=t.length;e<i;e++)t[r++]=n[e];return t.length=r,t},grep:function(t,n,i){for(var e=[],r=0,s=t.length,a=!i;r<s;r++)!n(t[r],r)!==a&&e.push(t[r]);return e},map:function(t,n,i){var e,r,s=0,a=[];if(tt(t))for(e=t.length;s<e;s++)null!=(r=n(t[s],s,i))&&a.push(r);else for(s in t)null!=(r=n(t[s],s,i))&&a.push(r);return d(a)},guid:1,support:q}),"function"==typeof Symbol&&(o.fn[Symbol.iterator]=A[Symbol.iterator]),o.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,n){k["[object "+n+"]"]=n.toLowerCase()});var _t=A.pop,Xt=A.sort,Ut=A.splice,rt="[\\x20\\t\\r\\n\\f]",Qt=new RegExp("^"+rt+"+|((?:^|[^\\\\])(?:\\\\.)*)"+rt+"+$","g");o.contains=function(t,n){var i=n&&n.parentNode;return t===i||!(!i||1!==i.nodeType||!(t.contains?t.contains(i):t.compareDocumentPosition&&16&t.compareDocumentPosition(i)))};var Yt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function ie(t,n){return n?"\0"===t?"\ufffd":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t}o.escapeSelector=function(t){return(t+"").replace(Yt,ie)};var At=m,Ee=g;!function(){var t,n,i,e,r,s,a,u,c,p,y=Ee,x=o.expando,v=0,T=0,M=pt(),F=pt(),V=pt(),st=pt(),dt=function(l,f){return l===f&&(r=!0),0},Pt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",qt="(?:\\\\[\\da-fA-F]{1,6}"+rt+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Z="\\["+rt+"*("+qt+")(?:"+rt+"*([*^$|!~]?=)"+rt+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+qt+"))|)"+rt+"*\\]",le=":("+qt+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Z+")*)|.*)\\)|)",et=new RegExp(rt+"+","g"),ht=new RegExp("^"+rt+"*,"+rt+"*"),Ze=new RegExp("^"+rt+"*([>+~]|"+rt+")"+rt+"*"),ri=new RegExp(rt+"|>"),Ft=new RegExp(le),Je=new RegExp("^"+qt+"$"),Kt={ID:new RegExp("^#("+qt+")"),CLASS:new RegExp("^\\.("+qt+")"),TAG:new RegExp("^("+qt+"|[*])"),ATTR:new RegExp("^"+Z),PSEUDO:new RegExp("^"+le),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+rt+"*(even|odd|(([+-]|)(\\d*)n|)"+rt+"*(?:([+-]|)"+rt+"*(\\d+)|))"+rt+"*\\)|)","i"),bool:new RegExp("^(?:"+Pt+")$","i"),needsContext:new RegExp("^"+rt+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+rt+"*((?:-\\d)?\\d*)"+rt+"*\\)|)(?=[^-]|$)","i")},ce=/^(?:input|select|textarea|button)$/i,Me=/^h\d$/i,It=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,vt=/[+~]/,gt=new RegExp("\\\\[\\da-fA-F]{1,6}"+rt+"?|\\\\([^\\r\\n\\f])","g"),Et=function(l,f){var _="0x"+l.slice(1)-65536;return f||(_<0?String.fromCharCode(_+65536):String.fromCharCode(_>>10|55296,1023&_|56320))},ue=function(){he()},kt=yn(function(l){return!0===l.disabled&&X(l,"fieldset")},{dir:"parentNode",next:"legend"});try{y.apply(A=S.call(At.childNodes),At.childNodes)}catch{y={apply:function(f,_){Ee.apply(f,S.call(_))},call:function(f){Ee.apply(f,S.call(arguments,1))}}}function B(l,f,_,w){var C,N,O,H,L,nt,Y,G=f&&f.ownerDocument,J=f?f.nodeType:9;if(_=_||[],"string"!=typeof l||!l||1!==J&&9!==J&&11!==J)return _;if(!w&&(he(f),f=f||s,u)){if(11!==J&&(L=It.exec(l)))if(C=L[1]){if(9===J){if(!(O=f.getElementById(C)))return _;if(O.id===C)return y.call(_,O),_}else if(G&&(O=G.getElementById(C))&&B.contains(f,O)&&O.id===C)return y.call(_,O),_}else{if(L[2])return y.apply(_,f.getElementsByTagName(l)),_;if((C=L[3])&&f.getElementsByClassName)return y.apply(_,f.getElementsByClassName(C)),_}if(!(st[l+" "]||c&&c.test(l))){if(Y=l,G=f,1===J&&(ri.test(l)||Ze.test(l))){for((G=vt.test(l)&&oi(f.parentNode)||f)==f&&q.scope||((H=f.getAttribute("id"))?H=o.escapeSelector(H):f.setAttribute("id",H=x)),N=(nt=mn(l)).length;N--;)nt[N]=(H?"#"+H:":scope")+" "+vn(nt[N]);Y=nt.join(",")}try{return y.apply(_,G.querySelectorAll(Y)),_}catch{st(l,!0)}finally{H===x&&f.removeAttribute("id")}}}return Li(l.replace(Qt,"$1"),f,_,w)}function pt(){var l=[];return function f(_,w){return l.push(_+" ")>n.cacheLength&&delete f[l.shift()],f[_+" "]=w}}function ft(l){return l[x]=!0,l}function at(l){var f=s.createElement("fieldset");try{return!!l(f)}catch{return!1}finally{f.parentNode&&f.parentNode.removeChild(f),f=null}}function Bt(l){return function(f){return X(f,"input")&&f.type===l}}function He(l){return function(f){return(X(f,"input")||X(f,"button"))&&f.type===l}}function gn(l){return function(f){return"form"in f?f.parentNode&&!1===f.disabled?"label"in f?"label"in f.parentNode?f.parentNode.disabled===l:f.disabled===l:f.isDisabled===l||f.isDisabled!==!l&&kt(f)===l:f.disabled===l:"label"in f&&f.disabled===l}}function Te(l){return ft(function(f){return f=+f,ft(function(_,w){for(var C,N=l([],_.length,f),O=N.length;O--;)_[C=N[O]]&&(_[C]=!(w[C]=_[C]))})})}function oi(l){return l&&typeof l.getElementsByTagName<"u"&&l}function he(l){var f,_=l?l.ownerDocument||l:At;return _!=s&&9===_.nodeType&&_.documentElement&&(a=(s=_).documentElement,u=!o.isXMLDoc(s),p=a.matches||a.webkitMatchesSelector||a.msMatchesSelector,At!=s&&(f=s.defaultView)&&f.top!==f&&f.addEventListener("unload",ue),q.getById=at(function(w){return a.appendChild(w).id=o.expando,!s.getElementsByName||!s.getElementsByName(o.expando).length}),q.disconnectedMatch=at(function(w){return p.call(w,"*")}),q.scope=at(function(){return s.querySelectorAll(":scope")}),q.cssHas=at(function(){try{return s.querySelector(":has(*,:jqfake)"),!1}catch{return!0}}),q.getById?(n.filter.ID=function(w){var C=w.replace(gt,Et);return function(N){return N.getAttribute("id")===C}},n.find.ID=function(w,C){if(typeof C.getElementById<"u"&&u){var N=C.getElementById(w);return N?[N]:[]}}):(n.filter.ID=function(w){var C=w.replace(gt,Et);return function(N){var O=typeof N.getAttributeNode<"u"&&N.getAttributeNode("id");return O&&O.value===C}},n.find.ID=function(w,C){if(typeof C.getElementById<"u"&&u){var N,O,H,L=C.getElementById(w);if(L){if((N=L.getAttributeNode("id"))&&N.value===w)return[L];for(H=C.getElementsByName(w),O=0;L=H[O++];)if((N=L.getAttributeNode("id"))&&N.value===w)return[L]}return[]}}),n.find.TAG=function(w,C){return typeof C.getElementsByTagName<"u"?C.getElementsByTagName(w):C.querySelectorAll(w)},n.find.CLASS=function(w,C){if(typeof C.getElementsByClassName<"u"&&u)return C.getElementsByClassName(w)},c=[],at(function(w){var C;a.appendChild(w).innerHTML="<a id='"+x+"' href='' disabled='disabled'></a><select id='"+x+"-\r\\' disabled='disabled'><option selected=''></option></select>",w.querySelectorAll("[selected]").length||c.push("\\["+rt+"*(?:value|"+Pt+")"),w.querySelectorAll("[id~="+x+"-]").length||c.push("~="),w.querySelectorAll("a#"+x+"+*").length||c.push(".#.+[+~]"),w.querySelectorAll(":checked").length||c.push(":checked"),(C=s.createElement("input")).setAttribute("type","hidden"),w.appendChild(C).setAttribute("name","D"),a.appendChild(w).disabled=!0,2!==w.querySelectorAll(":disabled").length&&c.push(":enabled",":disabled"),(C=s.createElement("input")).setAttribute("name",""),w.appendChild(C),w.querySelectorAll("[name='']").length||c.push("\\["+rt+"*name"+rt+"*="+rt+"*(?:''|\"\")")}),q.cssHas||c.push(":has"),c=c.length&&new RegExp(c.join("|")),dt=function(w,C){if(w===C)return r=!0,0;var N=!w.compareDocumentPosition-!C.compareDocumentPosition;return N||(1&(N=(w.ownerDocument||w)==(C.ownerDocument||C)?w.compareDocumentPosition(C):1)||!q.sortDetached&&C.compareDocumentPosition(w)===N?w===s||w.ownerDocument==At&&B.contains(At,w)?-1:C===s||C.ownerDocument==At&&B.contains(At,C)?1:e?h.call(e,w)-h.call(e,C):0:4&N?-1:1)}),s}for(t in B.matches=function(l,f){return B(l,null,null,f)},B.matchesSelector=function(l,f){if(he(l),u&&!st[f+" "]&&(!c||!c.test(f)))try{var _=p.call(l,f);if(_||q.disconnectedMatch||l.document&&11!==l.document.nodeType)return _}catch{st(f,!0)}return 0<B(f,s,null,[l]).length},B.contains=function(l,f){return(l.ownerDocument||l)!=s&&he(l),o.contains(l,f)},B.attr=function(l,f){(l.ownerDocument||l)!=s&&he(l);var _=n.attrHandle[f.toLowerCase()],w=_&&W.call(n.attrHandle,f.toLowerCase())?_(l,f,!u):void 0;return void 0!==w?w:l.getAttribute(f)},B.error=function(l){throw new Error("Syntax error, unrecognized expression: "+l)},o.uniqueSort=function(l){var f,_=[],w=0,C=0;if(r=!q.sortStable,e=!q.sortStable&&S.call(l,0),Xt.call(l,dt),r){for(;f=l[C++];)f===l[C]&&(w=_.push(C));for(;w--;)Ut.call(l,_[w],1)}return e=null,l},o.fn.uniqueSort=function(){return this.pushStack(o.uniqueSort(S.apply(this)))},(n=o.expr={cacheLength:50,createPseudo:ft,match:Kt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(l){return l[1]=l[1].replace(gt,Et),l[3]=(l[3]||l[4]||l[5]||"").replace(gt,Et),"~="===l[2]&&(l[3]=" "+l[3]+" "),l.slice(0,4)},CHILD:function(l){return l[1]=l[1].toLowerCase(),"nth"===l[1].slice(0,3)?(l[3]||B.error(l[0]),l[4]=+(l[4]?l[5]+(l[6]||1):2*("even"===l[3]||"odd"===l[3])),l[5]=+(l[7]+l[8]||"odd"===l[3])):l[3]&&B.error(l[0]),l},PSEUDO:function(l){var f,_=!l[6]&&l[2];return Kt.CHILD.test(l[0])?null:(l[3]?l[2]=l[4]||l[5]||"":_&&Ft.test(_)&&(f=mn(_,!0))&&(f=_.indexOf(")",_.length-f)-_.length)&&(l[0]=l[0].slice(0,f),l[2]=_.slice(0,f)),l.slice(0,3))}},filter:{TAG:function(l){var f=l.replace(gt,Et).toLowerCase();return"*"===l?function(){return!0}:function(_){return X(_,f)}},CLASS:function(l){var f=M[l+" "];return f||(f=new RegExp("(^|"+rt+")"+l+"("+rt+"|$)"))&&M(l,function(_){return f.test("string"==typeof _.className&&_.className||typeof _.getAttribute<"u"&&_.getAttribute("class")||"")})},ATTR:function(l,f,_){return function(w){var C=B.attr(w,l);return null==C?"!="===f:!f||(C+="","="===f?C===_:"!="===f?C!==_:"^="===f?_&&0===C.indexOf(_):"*="===f?_&&-1<C.indexOf(_):"$="===f?_&&C.slice(-_.length)===_:"~="===f?-1<(" "+C.replace(et," ")+" ").indexOf(_):"|="===f&&(C===_||C.slice(0,_.length+1)===_+"-"))}},CHILD:function(l,f,_,w,C){var N="nth"!==l.slice(0,3),O="last"!==l.slice(-4),H="of-type"===f;return 1===w&&0===C?function(L){return!!L.parentNode}:function(L,nt,Y){var G,J,U,mt,xt,yt=N!==O?"nextSibling":"previousSibling",St=L.parentNode,Nt=H&&L.nodeName.toLowerCase(),Rt=!Y&&!H,lt=!1;if(St){if(N){for(;yt;){for(U=L;U=U[yt];)if(H?X(U,Nt):1===U.nodeType)return!1;xt=yt="only"===l&&!xt&&"nextSibling"}return!0}if(xt=[O?St.firstChild:St.lastChild],O&&Rt){for(lt=(mt=(G=(J=St[x]||(St[x]={}))[l]||[])[0]===v&&G[1])&&G[2],U=mt&&St.childNodes[mt];U=++mt&&U&&U[yt]||(lt=mt=0)||xt.pop();)if(1===U.nodeType&&++lt&&U===L){J[l]=[v,mt,lt];break}}else if(Rt&&(lt=mt=(G=(J=L[x]||(L[x]={}))[l]||[])[0]===v&&G[1]),!1===lt)for(;(U=++mt&&U&&U[yt]||(lt=mt=0)||xt.pop())&&(!(H?X(U,Nt):1===U.nodeType)||!++lt||(Rt&&((J=U[x]||(U[x]={}))[l]=[v,lt]),U!==L)););return(lt-=C)===w||lt%w==0&&0<=lt/w}}},PSEUDO:function(l,f){var _,w=n.pseudos[l]||n.setFilters[l.toLowerCase()]||B.error("unsupported pseudo: "+l);return w[x]?w(f):1<w.length?(_=[l,l,"",f],n.setFilters.hasOwnProperty(l.toLowerCase())?ft(function(C,N){for(var O,H=w(C,f),L=H.length;L--;)C[O=h.call(C,H[L])]=!(N[O]=H[L])}):function(C){return w(C,0,_)}):w}},pseudos:{not:ft(function(l){var f=[],_=[],w=ci(l.replace(Qt,"$1"));return w[x]?ft(function(C,N,O,H){for(var L,nt=w(C,null,H,[]),Y=C.length;Y--;)(L=nt[Y])&&(C[Y]=!(N[Y]=L))}):function(C,N,O){return f[0]=C,w(f,null,O,_),f[0]=null,!_.pop()}}),has:ft(function(l){return function(f){return 0<B(l,f).length}}),contains:ft(function(l){return l=l.replace(gt,Et),function(f){return-1<(f.textContent||o.text(f)).indexOf(l)}}),lang:ft(function(l){return Je.test(l||"")||B.error("unsupported lang: "+l),l=l.replace(gt,Et).toLowerCase(),function(f){var _;do{if(_=u?f.lang:f.getAttribute("xml:lang")||f.getAttribute("lang"))return(_=_.toLowerCase())===l||0===_.indexOf(l+"-")}while((f=f.parentNode)&&1===f.nodeType);return!1}}),target:function(l){var f=b.location&&b.location.hash;return f&&f.slice(1)===l.id},root:function(l){return l===a},focus:function(l){return l===function(){try{return s.activeElement}catch{}}()&&s.hasFocus()&&!!(l.type||l.href||~l.tabIndex)},enabled:gn(!1),disabled:gn(!0),checked:function(l){return X(l,"input")&&!!l.checked||X(l,"option")&&!!l.selected},selected:function(l){return!0===l.selected},empty:function(l){for(l=l.firstChild;l;l=l.nextSibling)if(l.nodeType<6)return!1;return!0},parent:function(l){return!n.pseudos.empty(l)},header:function(l){return Me.test(l.nodeName)},input:function(l){return ce.test(l.nodeName)},button:function(l){return X(l,"input")&&"button"===l.type||X(l,"button")},text:function(l){var f;return X(l,"input")&&"text"===l.type&&(null==(f=l.getAttribute("type"))||"text"===f.toLowerCase())},first:Te(function(){return[0]}),last:Te(function(l,f){return[f-1]}),eq:Te(function(l,f,_){return[_<0?_+f:_]}),even:Te(function(l,f){for(var _=0;_<f;_+=2)l.push(_);return l}),odd:Te(function(l,f){for(var _=1;_<f;_+=2)l.push(_);return l}),lt:Te(function(l,f,_){var w;for(w=_<0?_+f:f<_?f:_;0<=--w;)l.push(w);return l}),gt:Te(function(l,f,_){for(var w=_<0?_+f:_;++w<f;)l.push(w);return l})}}).pseudos.nth=n.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})n.pseudos[t]=Bt(t);for(t in{submit:!0,reset:!0})n.pseudos[t]=He(t);function ji(){}function mn(l,f){var _,w,C,N,O,H,L,nt=F[l+" "];if(nt)return f?0:nt.slice(0);for(O=l,H=[],L=n.preFilter;O;){for(N in _&&!(w=ht.exec(O))||(w&&(O=O.slice(w[0].length)||O),H.push(C=[])),_=!1,(w=Ze.exec(O))&&(_=w.shift(),C.push({value:_,type:w[0].replace(Qt," ")}),O=O.slice(_.length)),n.filter)!(w=Kt[N].exec(O))||L[N]&&!(w=L[N](w))||(_=w.shift(),C.push({value:_,type:N,matches:w}),O=O.slice(_.length));if(!_)break}return f?O.length:O?B.error(l):F(l,H).slice(0)}function vn(l){for(var f=0,_=l.length,w="";f<_;f++)w+=l[f].value;return w}function yn(l,f,_){var w=f.dir,C=f.next,N=C||w,O=_&&"parentNode"===N,H=T++;return f.first?function(L,nt,Y){for(;L=L[w];)if(1===L.nodeType||O)return l(L,nt,Y);return!1}:function(L,nt,Y){var G,J,U=[v,H];if(Y){for(;L=L[w];)if((1===L.nodeType||O)&&l(L,nt,Y))return!0}else for(;L=L[w];)if(1===L.nodeType||O)if(J=L[x]||(L[x]={}),C&&X(L,C))L=L[w]||L;else{if((G=J[N])&&G[0]===v&&G[1]===H)return U[2]=G[2];if((J[N]=U)[2]=l(L,nt,Y))return!0}return!1}}function si(l){return 1<l.length?function(f,_,w){for(var C=l.length;C--;)if(!l[C](f,_,w))return!1;return!0}:l[0]}function bn(l,f,_,w,C){for(var N,O=[],H=0,L=l.length,nt=null!=f;H<L;H++)(N=l[H])&&(_&&!_(N,w,C)||(O.push(N),nt&&f.push(H)));return O}function ai(l,f,_,w,C,N){return w&&!w[x]&&(w=ai(w)),C&&!C[x]&&(C=ai(C,N)),ft(function(O,H,L,nt){var Y,G,J,U,mt=[],xt=[],yt=H.length,St=O||function(Rt,lt,Ce){for(var Wt=0,_n=lt.length;Wt<_n;Wt++)B(Rt,lt[Wt],Ce);return Ce}(f||"*",L.nodeType?[L]:L,[]),Nt=!l||!O&&f?St:bn(St,mt,l,L,nt);if(_?_(Nt,U=C||(O?l:yt||w)?[]:H,L,nt):U=Nt,w)for(Y=bn(U,xt),w(Y,[],L,nt),G=Y.length;G--;)(J=Y[G])&&(U[xt[G]]=!(Nt[xt[G]]=J));if(O){if(C||l){if(C){for(Y=[],G=U.length;G--;)(J=U[G])&&Y.push(Nt[G]=J);C(null,U=[],Y,nt)}for(G=U.length;G--;)(J=U[G])&&-1<(Y=C?h.call(O,J):mt[G])&&(O[Y]=!(H[Y]=J))}}else U=bn(U===H?U.splice(yt,U.length):U),C?C(null,H,U,nt):y.apply(H,U)})}function li(l){for(var f,_,w,C=l.length,N=n.relative[l[0].type],O=N||n.relative[" "],H=N?1:0,L=yn(function(G){return G===f},O,!0),nt=yn(function(G){return-1<h.call(f,G)},O,!0),Y=[function(G,J,U){var mt=!N&&(U||J!=i)||((f=J).nodeType?L(G,J,U):nt(G,J,U));return f=null,mt}];H<C;H++)if(_=n.relative[l[H].type])Y=[yn(si(Y),_)];else{if((_=n.filter[l[H].type].apply(null,l[H].matches))[x]){for(w=++H;w<C&&!n.relative[l[w].type];w++);return ai(1<H&&si(Y),1<H&&vn(l.slice(0,H-1).concat({value:" "===l[H-2].type?"*":""})).replace(Qt,"$1"),_,H<w&&li(l.slice(H,w)),w<C&&li(l=l.slice(w)),w<C&&vn(l))}Y.push(_)}return si(Y)}function ci(l,f){var _,w,C,N,O,H,L=[],nt=[],Y=V[l+" "];if(!Y){for(f||(f=mn(l)),_=f.length;_--;)(Y=li(f[_]))[x]?L.push(Y):nt.push(Y);(Y=V(l,(w=nt,N=0<(C=L).length,O=0<w.length,H=function(G,J,U,mt,xt){var yt,St,Nt,Rt=0,lt="0",Ce=G&&[],Wt=[],_n=i,Ni=G||O&&n.find.TAG("*",xt),Oi=v+=null==_n?1:Math.random()||.1,Pi=Ni.length;for(xt&&(i=J==s||J||xt);lt!==Pi&&null!=(yt=Ni[lt]);lt++){if(O&&yt){for(St=0,J||yt.ownerDocument==s||(he(yt),U=!u);Nt=w[St++];)if(Nt(yt,J||s,U)){y.call(mt,yt);break}xt&&(v=Oi)}N&&((yt=!Nt&&yt)&&Rt--,G&&Ce.push(yt))}if(Rt+=lt,N&<!==Rt){for(St=0;Nt=C[St++];)Nt(Ce,Wt,J,U);if(G){if(0<Rt)for(;lt--;)Ce[lt]||Wt[lt]||(Wt[lt]=_t.call(mt));Wt=bn(Wt)}y.apply(mt,Wt),xt&&!G&&0<Wt.length&&1<Rt+C.length&&o.uniqueSort(mt)}return xt&&(v=Oi,i=_n),Ce},N?ft(H):H))).selector=l}return Y}function Li(l,f,_,w){var C,N,O,H,L,nt="function"==typeof l&&l,Y=!w&&mn(l=nt.selector||l);if(_=_||[],1===Y.length){if(2<(N=Y[0]=Y[0].slice(0)).length&&"ID"===(O=N[0]).type&&9===f.nodeType&&u&&n.relative[N[1].type]){if(!(f=(n.find.ID(O.matches[0].replace(gt,Et),f)||[])[0]))return _;nt&&(f=f.parentNode),l=l.slice(N.shift().value.length)}for(C=Kt.needsContext.test(l)?0:N.length;C--&&!n.relative[H=(O=N[C]).type];)if((L=n.find[H])&&(w=L(O.matches[0].replace(gt,Et),vt.test(N[0].type)&&oi(f.parentNode)||f))){if(N.splice(C,1),!(l=w.length&&vn(N)))return y.apply(_,w),_;break}}return(nt||ci(l,Y))(w,f,!u,_,!f||vt.test(l)&&oi(f.parentNode)||f),_}ji.prototype=n.filters=n.pseudos,n.setFilters=new ji,q.sortStable=x.split("").sort(dt).join("")===x,he(),q.sortDetached=at(function(l){return 1&l.compareDocumentPosition(s.createElement("fieldset"))}),o.find=B,o.expr[":"]=o.expr.pseudos,o.unique=o.uniqueSort,B.compile=ci,B.select=Li,B.setDocument=he,B.escape=o.escapeSelector,B.getText=o.text,B.isXML=o.isXMLDoc,B.selectors=o.expr,B.support=o.support,B.uniqueSort=o.uniqueSort}();var Dt=function(t,n,i){for(var e=[],r=void 0!==i;(t=t[n])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&o(t).is(i))break;e.push(t)}return e},je=function(t,n){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==n&&i.push(t);return i},Gt=o.expr.match.needsContext,R=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Zt(t,n,i){return P(n)?o.grep(t,function(e,r){return!!n.call(e,r,e)!==i}):n.nodeType?o.grep(t,function(e){return e===n!==i}):"string"!=typeof n?o.grep(t,function(e){return-1<h.call(n,e)!==i}):o.filter(n,t,i)}o.filter=function(t,n,i){var e=n[0];return i&&(t=":not("+t+")"),1===n.length&&1===e.nodeType?o.find.matchesSelector(e,t)?[e]:[]:o.find.matches(t,o.grep(n,function(r){return 1===r.nodeType}))},o.fn.extend({find:function(t){var n,i,e=this.length,r=this;if("string"!=typeof t)return this.pushStack(o(t).filter(function(){for(n=0;n<e;n++)if(o.contains(r[n],this))return!0}));for(i=this.pushStack([]),n=0;n<e;n++)o.find(t,r[n],i);return 1<e?o.uniqueSort(i):i},filter:function(t){return this.pushStack(Zt(this,t||[],!1))},not:function(t){return this.pushStack(Zt(this,t||[],!0))},is:function(t){return!!Zt(this,"string"==typeof t&&Gt.test(t)?o(t):t||[],!1).length}});var Jt,de=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(o.fn.init=function(t,n,i){var e,r;if(!t)return this;if(i=i||Jt,"string"==typeof t){if(!(e="<"===t[0]&&">"===t[t.length-1]&&3<=t.length?[null,t,null]:de.exec(t))||!e[1]&&n)return!n||n.jquery?(n||i).find(t):this.constructor(n).find(t);if(e[1]){if(o.merge(this,o.parseHTML(e[1],(n=n instanceof o?n[0]:n)&&n.nodeType?n.ownerDocument||n:m,!0)),R.test(e[1])&&o.isPlainObject(n))for(e in n)P(this[e])?this[e](n[e]):this.attr(e,n[e]);return this}return(r=m.getElementById(e[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):P(t)?void 0!==i.ready?i.ready(t):t(o):o.makeArray(t,this)}).prototype=o.fn,Jt=o(m);var Ie=/^(?:parents|prev(?:Until|All))/,wn={children:!0,contents:!0,next:!0,prev:!0};function ye(t,n){for(;(t=t[n])&&1!==t.nodeType;);return t}o.fn.extend({has:function(t){var n=o(t,this),i=n.length;return this.filter(function(){for(var e=0;e<i;e++)if(o.contains(this,n[e]))return!0})},closest:function(t,n){var i,e=0,r=this.length,s=[],a="string"!=typeof t&&o(t);if(!Gt.test(t))for(;e<r;e++)for(i=this[e];i&&i!==n;i=i.parentNode)if(i.nodeType<11&&(a?-1<a.index(i):1===i.nodeType&&o.find.matchesSelector(i,t))){s.push(i);break}return this.pushStack(1<s.length?o.uniqueSort(s):s)},index:function(t){return t?"string"==typeof t?h.call(o(t),this[0]):h.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,n){return this.pushStack(o.uniqueSort(o.merge(this.get(),o(t,n))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),o.each({parent:function(t){var n=t.parentNode;return n&&11!==n.nodeType?n:null},parents:function(t){return Dt(t,"parentNode")},parentsUntil:function(t,n,i){return Dt(t,"parentNode",i)},next:function(t){return ye(t,"nextSibling")},prev:function(t){return ye(t,"previousSibling")},nextAll:function(t){return Dt(t,"nextSibling")},prevAll:function(t){return Dt(t,"previousSibling")},nextUntil:function(t,n,i){return Dt(t,"nextSibling",i)},prevUntil:function(t,n,i){return Dt(t,"previousSibling",i)},siblings:function(t){return je((t.parentNode||{}).firstChild,t)},children:function(t){return je(t.firstChild)},contents:function(t){return null!=t.contentDocument&&ut(t.contentDocument)?t.contentDocument:(X(t,"template")&&(t=t.content||t),o.merge([],t.childNodes))}},function(t,n){o.fn[t]=function(i,e){var r=o.map(this,n,i);return"Until"!==t.slice(-5)&&(e=i),e&&"string"==typeof e&&(r=o.filter(e,r)),1<this.length&&(wn[t]||o.uniqueSort(r),Ie.test(t)&&r.reverse()),this.pushStack(r)}});var Lt=/[^\x20\t\r\n\f]+/g;function Mt(t){return t}function ke(t){throw t}function Be(t,n,i,e){var r;try{t&&P(r=t.promise)?r.call(t).done(n).fail(i):t&&P(r=t.then)?r.call(t,n,i):n.apply(void 0,[t].slice(e))}catch(s){i.apply(void 0,[s])}}o.Callbacks=function(t){var i;t="string"==typeof t?(i={},o.each(t.match(Lt)||[],function(v,T){i[T]=!0}),i):o.extend({},t);var e,r,s,a,u=[],c=[],p=-1,y=function(){for(a=a||t.once,s=e=!0;c.length;p=-1)for(r=c.shift();++p<u.length;)!1===u[p].apply(r[0],r[1])&&t.stopOnFalse&&(p=u.length,r=!1);t.memory||(r=!1),e=!1,a&&(u=r?[]:"")},x={add:function(){return u&&(r&&!e&&(p=u.length-1,c.push(r)),function v(T){o.each(T,function(M,F){P(F)?t.unique&&x.has(F)||u.push(F):F&&F.length&&"string"!==j(F)&&v(F)})}(arguments),r&&!e&&y()),this},remove:function(){return o.each(arguments,function(v,T){for(var M;-1<(M=o.inArray(T,u,M));)u.splice(M,1),M<=p&&p--}),this},has:function(v){return v?-1<o.inArray(v,u):0<u.length},empty:function(){return u&&(u=[]),this},disable:function(){return a=c=[],u=r="",this},disabled:function(){return!u},lock:function(){return a=c=[],r||e||(u=r=""),this},locked:function(){return!!a},fireWith:function(v,T){return a||(T=[v,(T=T||[]).slice?T.slice():T],c.push(T),e||y()),this},fire:function(){return x.fireWith(this,arguments),this},fired:function(){return!!s}};return x},o.extend({Deferred:function(t){var n=[["notify","progress",o.Callbacks("memory"),o.Callbacks("memory"),2],["resolve","done",o.Callbacks("once memory"),o.Callbacks("once memory"),0,"resolved"],["reject","fail",o.Callbacks("once memory"),o.Callbacks("once memory"),1,"rejected"]],i="pending",e={state:function(){return i},always:function(){return r.done(arguments).fail(arguments),this},catch:function(s){return e.then(null,s)},pipe:function(){var s=arguments;return o.Deferred(function(a){o.each(n,function(u,c){var p=P(s[c[4]])&&s[c[4]];r[c[1]](function(){var y=p&&p.apply(this,arguments);y&&P(y.promise)?y.promise().progress(a.notify).done(a.resolve).fail(a.reject):a[c[0]+"With"](this,p?[y]:arguments)})}),s=null}).promise()},then:function(s,a,u){var c=0;function p(y,x,v,T){return function(){var M=this,F=arguments,V=function(){var dt,Pt;if(!(y<c)){if((dt=v.apply(M,F))===x.promise())throw new TypeError("Thenable self-resolution");P(Pt=dt&&("object"==typeof dt||"function"==typeof dt)&&dt.then)?T?Pt.call(dt,p(c,x,Mt,T),p(c,x,ke,T)):(c++,Pt.call(dt,p(c,x,Mt,T),p(c,x,ke,T),p(c,x,Mt,x.notifyWith))):(v!==Mt&&(M=void 0,F=[dt]),(T||x.resolveWith)(M,F))}},st=T?V:function(){try{V()}catch(dt){o.Deferred.exceptionHook&&o.Deferred.exceptionHook(dt,st.error),c<=y+1&&(v!==ke&&(M=void 0,F=[dt]),x.rejectWith(M,F))}};y?st():(o.Deferred.getErrorHook?st.error=o.Deferred.getErrorHook():o.Deferred.getStackHook&&(st.error=o.Deferred.getStackHook()),b.setTimeout(st))}}return o.Deferred(function(y){n[0][3].add(p(0,y,P(u)?u:Mt,y.notifyWith)),n[1][3].add(p(0,y,P(s)?s:Mt)),n[2][3].add(p(0,y,P(a)?a:ke))}).promise()},promise:function(s){return null!=s?o.extend(s,e):e}},r={};return o.each(n,function(s,a){var u=a[2],c=a[5];e[a[1]]=u.add,c&&u.add(function(){i=c},n[3-s][2].disable,n[3-s][3].disable,n[0][2].lock,n[0][3].lock),u.add(a[3].fire),r[a[0]]=function(){return r[a[0]+"With"](this===r?void 0:this,arguments),this},r[a[0]+"With"]=u.fireWith}),e.promise(r),t&&t.call(r,r),r},when:function(t){var n=arguments.length,i=n,e=Array(i),r=S.call(arguments),s=o.Deferred(),a=function(u){return function(c){e[u]=this,r[u]=1<arguments.length?S.call(arguments):c,--n||s.resolveWith(e,r)}};if(n<=1&&(Be(t,s.done(a(i)).resolve,s.reject,!n),"pending"===s.state()||P(r[i]&&r[i].then)))return s.then();for(;i--;)Be(r[i],a(i),s.reject);return s.promise()}});var ui=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;o.Deferred.exceptionHook=function(t,n){b.console&&b.console.warn&&t&&ui.test(t.name)&&b.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},o.readyException=function(t){b.setTimeout(function(){throw t})};var Le=o.Deferred();function ct(){m.removeEventListener("DOMContentLoaded",ct),b.removeEventListener("load",ct),o.ready()}o.fn.ready=function(t){return Le.then(t).catch(function(n){o.readyException(n)}),this},o.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--o.readyWait:o.isReady)||(o.isReady=!0)!==t&&0<--o.readyWait||Le.resolveWith(m,[o])}}),o.ready.then=Le.then,"complete"===m.readyState||"loading"!==m.readyState&&!m.documentElement.doScroll?b.setTimeout(o.ready):(m.addEventListener("DOMContentLoaded",ct),b.addEventListener("load",ct));var zt=function(t,n,i,e,r,s,a){var u=0,c=t.length,p=null==i;if("object"===j(i))for(u in r=!0,i)zt(t,n,u,i[u],!0,s,a);else if(void 0!==e&&(r=!0,P(e)||(a=!0),p&&(a?(n.call(t,e),n=null):(p=n,n=function(y,x,v){return p.call(o(y),v)})),n))for(;u<c;u++)n(t[u],i,a?e:e.call(t[u],u,n(t[u],i)));return r?t:p?n.call(t):c?n(t[0],i):s},vi=/^-ms-/,xn=/-([a-z])/g;function on(t,n){return n.toUpperCase()}function jt(t){return t.replace(vi,"ms-").replace(xn,on)}var te=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function pe(){this.expando=o.expando+pe.uid++}pe.uid=1,pe.prototype={cache:function(t){var n=t[this.expando];return n||(n={},te(t)&&(t.nodeType?t[this.expando]=n:Object.defineProperty(t,this.expando,{value:n,configurable:!0}))),n},set:function(t,n,i){var e,r=this.cache(t);if("string"==typeof n)r[jt(n)]=i;else for(e in n)r[jt(e)]=n[e];return r},get:function(t,n){return void 0===n?this.cache(t):t[this.expando]&&t[this.expando][jt(n)]},access:function(t,n,i){return void 0===n||n&&"string"==typeof n&&void 0===i?this.get(t,n):(this.set(t,n,i),void 0!==i?i:n)},remove:function(t,n){var i,e=t[this.expando];if(void 0!==e){if(void 0!==n)for((i=(n=Array.isArray(n)?n.map(jt):(n=jt(n))in e?[n]:n.match(Lt)||[]).length);i--;)delete e[n[i]];(void 0===n||o.isEmptyObject(e))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var n=t[this.expando];return void 0!==n&&!o.isEmptyObject(n)}};var $=new pe,Tt=new pe,Tn=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,yi=/[A-Z]/g;function Fn(t,n,i){var e,r;if(void 0===i&&1===t.nodeType)if(e="data-"+n.replace(yi,"-$&").toLowerCase(),"string"==typeof(i=t.getAttribute(e))){try{i="true"===(r=i)||"false"!==r&&("null"===r?null:r===+r+""?+r:Tn.test(r)?JSON.parse(r):r)}catch{}Tt.set(t,n,i)}else i=void 0;return i}o.extend({hasData:function(t){return Tt.hasData(t)||$.hasData(t)},data:function(t,n,i){return Tt.access(t,n,i)},removeData:function(t,n){Tt.remove(t,n)},_data:function(t,n,i){return $.access(t,n,i)},_removeData:function(t,n){$.remove(t,n)}}),o.fn.extend({data:function(t,n){var i,e,r,s=this[0],a=s&&s.attributes;if(void 0===t){if(this.length&&(r=Tt.get(s),1===s.nodeType&&!$.get(s,"hasDataAttrs"))){for(i=a.length;i--;)a[i]&&0===(e=a[i].name).indexOf("data-")&&(e=jt(e.slice(5)),Fn(s,e,r[e]));$.set(s,"hasDataAttrs",!0)}return r}return"object"==typeof t?this.each(function(){Tt.set(this,t)}):zt(this,function(u){var c;if(s&&void 0===u)return void 0!==(c=Tt.get(s,t))||void 0!==(c=Fn(s,t))?c:void 0;this.each(function(){Tt.set(this,t,u)})},null,n,1<arguments.length,null,!0)},removeData:function(t){return this.each(function(){Tt.remove(this,t)})}}),o.extend({queue:function(t,n,i){var e;if(t)return e=$.get(t,n=(n||"fx")+"queue"),i&&(!e||Array.isArray(i)?e=$.access(t,n,o.makeArray(i)):e.push(i)),e||[]},dequeue:function(t,n){var i=o.queue(t,n=n||"fx"),e=i.length,r=i.shift(),s=o._queueHooks(t,n);"inprogress"===r&&(r=i.shift(),e--),r&&("fx"===n&&i.unshift("inprogress"),delete s.stop,r.call(t,function(){o.dequeue(t,n)},s)),!e&&s&&s.empty.fire()},_queueHooks:function(t,n){var i=n+"queueHooks";return $.get(t,i)||$.access(t,i,{empty:o.Callbacks("once memory").add(function(){$.remove(t,[n+"queue",i])})})}}),o.fn.extend({queue:function(t,n){var i=2;return"string"!=typeof t&&(n=t,t="fx",i--),arguments.length<i?o.queue(this[0],t):void 0===n?this:this.each(function(){var e=o.queue(this,t,n);o._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&o.dequeue(this,t)})},dequeue:function(t){return this.each(function(){o.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,n){var i,e=1,r=o.Deferred(),s=this,a=this.length,u=function(){--e||r.resolveWith(s,[s])};for("string"!=typeof t&&(n=t,t=void 0),t=t||"fx";a--;)(i=$.get(s[a],t+"queueHooks"))&&i.empty&&(e++,i.empty.add(u));return u(),r.promise(n)}});var Bn=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ee=new RegExp("^(?:([+-])=|)("+Bn+")([a-z%]*)$","i"),$t=["Top","Right","Bottom","Left"],Vt=m.documentElement,ne=function(t){return o.contains(t.ownerDocument,t)},Vn={composed:!0};Vt.getRootNode&&(ne=function(t){return o.contains(t.ownerDocument,t)||t.getRootNode(Vn)===t.ownerDocument});var Ve=function(t,n){return"none"===(t=n||t).style.display||""===t.style.display&&ne(t)&&"none"===o.css(t,"display")};function Xn(t,n,i,e){var r,s,a=20,u=e?function(){return e.cur()}:function(){return o.css(t,n,"")},c=u(),p=i&&i[3]||(o.cssNumber[n]?"":"px"),y=t.nodeType&&(o.cssNumber[n]||"px"!==p&&+c)&&ee.exec(o.css(t,n));if(y&&y[3]!==p){for(p=p||y[3],y=+(c/=2)||1;a--;)o.style(t,n,y+p),(1-s)*(1-(s=u()/c||.5))<=0&&(a=0),y/=s;o.style(t,n,(y*=2)+p),i=i||[]}return i&&(y=+y||+c||0,r=i[1]?y+(i[1]+1)*i[2]:+i[2],e&&(e.unit=p,e.start=y,e.end=r)),r}var $e={};function fe(t,n){for(var i,e,r,s,a,u,c,p=[],y=0,x=t.length;y<x;y++)(e=t[y]).style&&(i=e.style.display,n?("none"===i&&(p[y]=$.get(e,"display")||null,p[y]||(e.style.display="")),""===e.style.display&&Ve(e)&&(p[y]=(c=a=s=void 0,a=(r=e).ownerDocument,(c=$e[u=r.nodeName])||(s=a.body.appendChild(a.createElement(u)),c=o.css(s,"display"),s.parentNode.removeChild(s),"none"===c&&(c="block"),$e[u]=c)))):"none"!==i&&(p[y]="none",$.set(e,"display",i)));for(y=0;y<x;y++)null!=p[y]&&(t[y].style.display=p[y]);return t}o.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Ve(this)?o(this).show():o(this).hide()})}});var re,qe,Ae=/^(?:checkbox|radio)$/i,Cn=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Xe=/^$|^module$|\/(?:java|ecma)script/i;re=m.createDocumentFragment().appendChild(m.createElement("div")),(qe=m.createElement("input")).setAttribute("type","radio"),qe.setAttribute("checked","checked"),qe.setAttribute("name","t"),re.appendChild(qe),q.checkClone=re.cloneNode(!0).cloneNode(!0).lastChild.checked,re.innerHTML="<textarea>x</textarea>",q.noCloneChecked=!!re.cloneNode(!0).lastChild.defaultValue,re.innerHTML="<option></option>",q.option=!!re.lastChild;var wt={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Ct(t,n){var i;return i=typeof t.getElementsByTagName<"u"?t.getElementsByTagName(n||"*"):typeof t.querySelectorAll<"u"?t.querySelectorAll(n||"*"):[],void 0===n||n&&X(t,n)?o.merge([t],i):i}function Re(t,n){for(var i=0,e=t.length;i<e;i++)$.set(t[i],"globalEval",!n||$.get(n[i],"globalEval"))}wt.tbody=wt.tfoot=wt.colgroup=wt.caption=wt.thead,wt.th=wt.td,q.option||(wt.optgroup=wt.option=[1,"<select multiple='multiple'>","</select>"]);var bi=/<|&#?\w+;/;function Un(t,n,i,e,r){for(var s,a,u,c,p,y,x=n.createDocumentFragment(),v=[],T=0,M=t.length;T<M;T++)if((s=t[T])||0===s)if("object"===j(s))o.merge(v,s.nodeType?[s]:s);else if(bi.test(s)){for(a=a||x.appendChild(n.createElement("div")),u=(Cn.exec(s)||["",""])[1].toLowerCase(),a.innerHTML=(c=wt[u]||wt._default)[1]+o.htmlPrefilter(s)+c[2],y=c[0];y--;)a=a.lastChild;o.merge(v,a.childNodes),(a=x.firstChild).textContent=""}else v.push(n.createTextNode(s));for(x.textContent="",T=0;s=v[T++];)if(e&&-1<o.inArray(s,e))r&&r.push(s);else if(p=ne(s),a=Ct(x.appendChild(s),"script"),p&&Re(a),i)for(y=0;s=a[y++];)Xe.test(s.type||"")&&i.push(s);return x}var Qn=/^([^.]*)(?:\.(.+)|)/;function be(){return!0}function _e(){return!1}function sn(t,n,i,e,r,s){var a,u;if("object"==typeof n){for(u in"string"!=typeof i&&(e=e||i,i=void 0),n)sn(t,u,i,e,n[u],s);return t}if(null==e&&null==r?(r=i,e=i=void 0):null==r&&("string"==typeof i?(r=e,e=void 0):(r=e,e=i,i=void 0)),!1===r)r=_e;else if(!r)return t;return 1===s&&(a=r,(r=function(c){return o().off(c),a.apply(this,arguments)}).guid=a.guid||(a.guid=o.guid++)),t.each(function(){o.event.add(this,n,r,e,i)})}function Ue(t,n,i){i?($.set(t,n,!1),o.event.add(t,n,{namespace:!1,handler:function(e){var r,s=$.get(this,n);if(1&e.isTrigger&&this[n]){if(s)(o.event.special[n]||{}).delegateType&&e.stopPropagation();else if(s=S.call(arguments),$.set(this,n,s),this[n](),r=$.get(this,n),$.set(this,n,!1),s!==r)return e.stopImmediatePropagation(),e.preventDefault(),r}else s&&($.set(this,n,o.event.trigger(s[0],s.slice(1),this)),e.stopPropagation(),e.isImmediatePropagationStopped=be)}})):void 0===$.get(t,n)&&o.event.add(t,n,be)}o.event={global:{},add:function(t,n,i,e,r){var s,a,u,c,p,y,x,v,T,M,F,V=$.get(t);if(te(t))for(i.handler&&(i=(s=i).handler,r=s.selector),r&&o.find.matchesSelector(Vt,r),i.guid||(i.guid=o.guid++),(c=V.events)||(c=V.events=Object.create(null)),(a=V.handle)||(a=V.handle=function(st){return typeof o<"u"&&o.event.triggered!==st.type?o.event.dispatch.apply(t,arguments):void 0}),p=(n=(n||"").match(Lt)||[""]).length;p--;)T=F=(u=Qn.exec(n[p])||[])[1],M=(u[2]||"").split(".").sort(),T&&(x=o.event.special[T]||{},x=o.event.special[T=(r?x.delegateType:x.bindType)||T]||{},y=o.extend({type:T,origType:F,data:e,handler:i,guid:i.guid,selector:r,needsContext:r&&o.expr.match.needsContext.test(r),namespace:M.join(".")},s),(v=c[T])||((v=c[T]=[]).delegateCount=0,x.setup&&!1!==x.setup.call(t,e,M,a)||t.addEventListener&&t.addEventListener(T,a)),x.add&&(x.add.call(t,y),y.handler.guid||(y.handler.guid=i.guid)),r?v.splice(v.delegateCount++,0,y):v.push(y),o.event.global[T]=!0)},remove:function(t,n,i,e,r){var s,a,u,c,p,y,x,v,T,M,F,V=$.hasData(t)&&$.get(t);if(V&&(c=V.events)){for(p=(n=(n||"").match(Lt)||[""]).length;p--;)if(T=F=(u=Qn.exec(n[p])||[])[1],M=(u[2]||"").split(".").sort(),T){for(x=o.event.special[T]||{},v=c[T=(e?x.delegateType:x.bindType)||T]||[],u=u[2]&&new RegExp("(^|\\.)"+M.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=s=v.length;s--;)y=v[s],!r&&F!==y.origType||i&&i.guid!==y.guid||u&&!u.test(y.namespace)||e&&e!==y.selector&&("**"!==e||!y.selector)||(v.splice(s,1),y.selector&&v.delegateCount--,x.remove&&x.remove.call(t,y));a&&!v.length&&(x.teardown&&!1!==x.teardown.call(t,M,V.handle)||o.removeEvent(t,T,V.handle),delete c[T])}else for(T in c)o.event.remove(t,T+n[p],i,e,!0);o.isEmptyObject(c)&&$.remove(t,"handle events")}},dispatch:function(t){var n,i,e,r,s,a,u=new Array(arguments.length),c=o.event.fix(t),p=($.get(this,"events")||Object.create(null))[c.type]||[],y=o.event.special[c.type]||{};for(u[0]=c,n=1;n<arguments.length;n++)u[n]=arguments[n];if(c.delegateTarget=this,!y.preDispatch||!1!==y.preDispatch.call(this,c)){for(a=o.event.handlers.call(this,c,p),n=0;(r=a[n++])&&!c.isPropagationStopped();)for(c.currentTarget=r.elem,i=0;(s=r.handlers[i++])&&!c.isImmediatePropagationStopped();)c.rnamespace&&!1!==s.namespace&&!c.rnamespace.test(s.namespace)||(c.handleObj=s,c.data=s.data,void 0!==(e=((o.event.special[s.origType]||{}).handle||s.handler).apply(r.elem,u))&&!1===(c.result=e)&&(c.preventDefault(),c.stopPropagation()));return y.postDispatch&&y.postDispatch.call(this,c),c.result}},handlers:function(t,n){var i,e,r,s,a,u=[],c=n.delegateCount,p=t.target;if(c&&p.nodeType&&!("click"===t.type&&1<=t.button))for(;p!==this;p=p.parentNode||this)if(1===p.nodeType&&("click"!==t.type||!0!==p.disabled)){for(s=[],a={},i=0;i<c;i++)void 0===a[r=(e=n[i]).selector+" "]&&(a[r]=e.needsContext?-1<o(r,this).index(p):o.find(r,this,null,[p]).length),a[r]&&s.push(e);s.length&&u.push({elem:p,handlers:s})}return p=this,c<n.length&&u.push({elem:p,handlers:n.slice(c)}),u},addProp:function(t,n){Object.defineProperty(o.Event.prototype,t,{enumerable:!0,configurable:!0,get:P(n)?function(){if(this.originalEvent)return n(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(i){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:i})}})},fix:function(t){return t[o.expando]?t:new o.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var n=this||t;return Ae.test(n.type)&&n.click&&X(n,"input")&&Ue(n,"click",!0),!1},trigger:function(t){var n=this||t;return Ae.test(n.type)&&n.click&&X(n,"input")&&Ue(n,"click"),!0},_default:function(t){var n=t.target;return Ae.test(n.type)&&n.click&&X(n,"input")&&$.get(n,"click")||X(n,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},o.removeEvent=function(t,n,i){t.removeEventListener&&t.removeEventListener(n,i)},o.Event=function(t,n){if(!(this instanceof o.Event))return new o.Event(t,n);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?be:_e,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,n&&o.extend(this,n),this.timeStamp=t&&t.timeStamp||Date.now(),this[o.expando]=!0},o.Event.prototype={constructor:o.Event,isDefaultPrevented:_e,isPropagationStopped:_e,isImmediatePropagationStopped:_e,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=be,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=be,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=be,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},o.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},o.event.addProp),o.each({focus:"focusin",blur:"focusout"},function(t,n){function i(e){if(m.documentMode){var r=$.get(this,"handle"),s=o.event.fix(e);s.type="focusin"===e.type?"focus":"blur",s.isSimulated=!0,r(e),s.target===s.currentTarget&&r(s)}else o.event.simulate(n,e.target,o.event.fix(e))}o.event.special[t]={setup:function(){var e;if(Ue(this,t,!0),!m.documentMode)return!1;(e=$.get(this,n))||this.addEventListener(n,i),$.set(this,n,(e||0)+1)},trigger:function(){return Ue(this,t),!0},teardown:function(){var e;if(!m.documentMode)return!1;(e=$.get(this,n)-1)?$.set(this,n,e):(this.removeEventListener(n,i),$.remove(this,n))},_default:function(e){return $.get(e.target,t)},delegateType:n},o.event.special[n]={setup:function(){var e=this.ownerDocument||this.document||this,r=m.documentMode?this:e,s=$.get(r,n);s||(m.documentMode?this.addEventListener(n,i):e.addEventListener(t,i,!0)),$.set(r,n,(s||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,r=m.documentMode?this:e,s=$.get(r,n)-1;s?$.set(r,n,s):(m.documentMode?this.removeEventListener(n,i):e.removeEventListener(t,i,!0),$.remove(r,n))}}}),o.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,n){o.event.special[t]={delegateType:n,bindType:n,handle:function(i){var e,r=i.relatedTarget,s=i.handleObj;return r&&(r===this||o.contains(this,r))||(i.type=s.origType,e=s.handler.apply(this,arguments),i.type=n),e}}}),o.fn.extend({on:function(t,n,i,e){return sn(this,t,n,i,e)},one:function(t,n,i,e){return sn(this,t,n,i,e,1)},off:function(t,n,i){var e,r;if(t&&t.preventDefault&&t.handleObj)return e=t.handleObj,o(t.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler),this;if("object"==typeof t){for(r in t)this.off(r,n,t[r]);return this}return!1!==n&&"function"!=typeof n||(i=n,n=void 0),!1===i&&(i=_e),this.each(function(){o.event.remove(this,t,i,n)})}});var _i=/<script|<style|<link/i,we=/checked\s*(?:[^=]|=\s*.checked.)/i,hi=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function En(t,n){return X(t,"table")&&X(11!==n.nodeType?n:n.firstChild,"tr")&&o(t).children("tbody")[0]||t}function kn(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function di(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function an(t,n){var i,e,r,s,a,u;if(1===n.nodeType){if($.hasData(t)&&(u=$.get(t).events))for(r in $.remove(n,"handle events"),u)for(i=0,e=u[r].length;i<e;i++)o.event.add(n,r,u[r][i]);Tt.hasData(t)&&(s=Tt.access(t),a=o.extend({},s),Tt.set(n,a))}}function ge(t,n,i,e){n=d(n);var r,s,a,u,c,p,y=0,x=t.length,v=x-1,T=n[0],M=P(T);if(M||1<x&&"string"==typeof T&&!q.checkClone&&we.test(T))return t.each(function(F){var V=t.eq(F);M&&(n[0]=T.call(this,F,V.html())),ge(V,n,i,e)});if(x&&(s=(r=Un(n,t[0].ownerDocument,!1,t,e)).firstChild,1===r.childNodes.length&&(r=s),s||e)){for(u=(a=o.map(Ct(r,"script"),kn)).length;y<x;y++)c=r,y!==v&&(c=o.clone(c,!0,!0),u&&o.merge(a,Ct(c,"script"))),i.call(t[y],c,y);if(u)for(p=a[a.length-1].ownerDocument,o.map(a,di),y=0;y<u;y++)Xe.test((c=a[y]).type||"")&&!$.access(c,"globalEval")&&o.contains(p,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?o._evalUrl&&!c.noModule&&o._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},p):D(c.textContent.replace(hi,""),c,p))}return t}function An(t,n,i){for(var e,r=n?o.filter(n,t):t,s=0;null!=(e=r[s]);s++)i||1!==e.nodeType||o.cleanData(Ct(e)),e.parentNode&&(i&&ne(e)&&Re(Ct(e,"script")),e.parentNode.removeChild(e));return t}o.extend({htmlPrefilter:function(t){return t},clone:function(t,n,i){var e,r,s,a,u,c,p,y=t.cloneNode(!0),x=ne(t);if(!(q.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||o.isXMLDoc(t)))for(a=Ct(y),e=0,r=(s=Ct(t)).length;e<r;e++)u=s[e],"input"===(p=(c=a[e]).nodeName.toLowerCase())&&Ae.test(u.type)?c.checked=u.checked:"input"!==p&&"textarea"!==p||(c.defaultValue=u.defaultValue);if(n)if(i)for(s=s||Ct(t),a=a||Ct(y),e=0,r=s.length;e<r;e++)an(s[e],a[e]);else an(t,y);return 0<(a=Ct(y,"script")).length&&Re(a,!x&&Ct(t,"script")),y},cleanData:function(t){for(var n,i,e,r=o.event.special,s=0;void 0!==(i=t[s]);s++)if(te(i)){if(n=i[$.expando]){if(n.events)for(e in n.events)r[e]?o.event.remove(i,e):o.removeEvent(i,e,n.handle);i[$.expando]=void 0}i[Tt.expando]&&(i[Tt.expando]=void 0)}}}),o.fn.extend({detach:function(t){return An(this,t,!0)},remove:function(t){return An(this,t)},text:function(t){return zt(this,function(n){return void 0===n?o.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=n)})},null,t,arguments.length)},append:function(){return ge(this,arguments,function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||En(this,t).appendChild(t)})},prepend:function(){return ge(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var n=En(this,t);n.insertBefore(t,n.firstChild)}})},before:function(){return ge(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return ge(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,n=0;null!=(t=this[n]);n++)1===t.nodeType&&(o.cleanData(Ct(t,!1)),t.textContent="");return this},clone:function(t,n){return t=null!=t&&t,n=n??t,this.map(function(){return o.clone(this,t,n)})},html:function(t){return zt(this,function(n){var i=this[0]||{},e=0,r=this.length;if(void 0===n&&1===i.nodeType)return i.innerHTML;if("string"==typeof n&&!_i.test(n)&&!wt[(Cn.exec(n)||["",""])[1].toLowerCase()]){n=o.htmlPrefilter(n);try{for(;e<r;e++)1===(i=this[e]||{}).nodeType&&(o.cleanData(Ct(i,!1)),i.innerHTML=n);i=0}catch{}}i&&this.empty().append(n)},null,t,arguments.length)},replaceWith:function(){var t=[];return ge(this,arguments,function(n){var i=this.parentNode;o.inArray(this,t)<0&&(o.cleanData(Ct(this)),i&&i.replaceChild(n,this))},t)}}),o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,n){o.fn[t]=function(i){for(var e,r=[],s=o(i),a=s.length-1,u=0;u<=a;u++)e=u===a?this:this.clone(!0),o(s[u])[n](e),g.apply(r,e.get());return this.pushStack(r)}});var ln=new RegExp("^("+Bn+")(?!px)[a-z%]+$","i"),cn=/^--/,We=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=b),n.getComputedStyle(t)},Sn=function(t,n,i){var e,r,s={};for(r in n)s[r]=t.style[r],t.style[r]=n[r];for(r in e=i.call(t),n)t.style[r]=s[r];return e},pi=new RegExp($t.join("|"),"i");function Ne(t,n,i){var e,r,s,a,u=cn.test(n),c=t.style;return(i=i||We(t))&&(a=i.getPropertyValue(n)||i[n],u&&a&&(a=a.replace(Qt,"$1")||void 0),""!==a||ne(t)||(a=o.style(t,n)),!q.pixelBoxStyles()&&ln.test(a)&&pi.test(n)&&(e=c.width,r=c.minWidth,s=c.maxWidth,c.minWidth=c.maxWidth=c.width=a,a=i.width,c.width=e,c.minWidth=r,c.maxWidth=s)),void 0!==a?a+"":a}function Kn(t,n){return{get:function(){if(!t())return(this.get=n).apply(this,arguments);delete this.get}}}!function(){function t(){if(p){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",p.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Vt.appendChild(c).appendChild(p);var y=b.getComputedStyle(p);i="1%"!==y.top,u=12===n(y.marginLeft),p.style.right="60%",s=36===n(y.right),e=36===n(y.width),p.style.position="absolute",r=12===n(p.offsetWidth/3),Vt.removeChild(c),p=null}}function n(y){return Math.round(parseFloat(y))}var i,e,r,s,a,u,c=m.createElement("div"),p=m.createElement("div");p.style&&(p.style.backgroundClip="content-box",p.cloneNode(!0).style.backgroundClip="",q.clearCloneStyle="content-box"===p.style.backgroundClip,o.extend(q,{boxSizingReliable:function(){return t(),e},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),r},reliableTrDimensions:function(){var y,x,v,T;return null==a&&(y=m.createElement("table"),x=m.createElement("tr"),v=m.createElement("div"),y.style.cssText="position:absolute;left:-11111px;border-collapse:separate",x.style.cssText="border:1px solid",x.style.height="1px",v.style.height="9px",v.style.display="block",Vt.appendChild(y).appendChild(x).appendChild(v),T=b.getComputedStyle(x),a=parseInt(T.height,10)+parseInt(T.borderTopWidth,10)+parseInt(T.borderBottomWidth,10)===x.offsetHeight,Vt.removeChild(y)),a}}))}();var Dn=["Webkit","Moz","ms"],jn=m.createElement("div").style,Ln={};function tn(t){return o.cssProps[t]||Ln[t]||(t in jn?t:Ln[t]=function(i){for(var e=i[0].toUpperCase()+i.slice(1),r=Dn.length;r--;)if((i=Dn[r]+e)in jn)return i}(t)||t)}var fi=/^(none|table(?!-c[ea]).+)/,Yn={position:"absolute",visibility:"hidden",display:"block"},Gn={letterSpacing:"0",fontWeight:"400"};function Zn(t,n,i){var e=ee.exec(n);return e?Math.max(0,e[2]-(i||0))+(e[3]||"px"):n}function xe(t,n,i,e,r,s){var a="width"===n?1:0,u=0,c=0,p=0;if(i===(e?"border":"content"))return 0;for(;a<4;a+=2)"margin"===i&&(p+=o.css(t,i+$t[a],!0,r)),e?("content"===i&&(c-=o.css(t,"padding"+$t[a],!0,r)),"margin"!==i&&(c-=o.css(t,"border"+$t[a]+"Width",!0,r))):(c+=o.css(t,"padding"+$t[a],!0,r),"padding"!==i?c+=o.css(t,"border"+$t[a]+"Width",!0,r):u+=o.css(t,"border"+$t[a]+"Width",!0,r));return!e&&0<=s&&(c+=Math.max(0,Math.ceil(t["offset"+n[0].toUpperCase()+n.slice(1)]-s-c-u-.5))||0),c+p}function Nn(t,n,i){var e=We(t),r=(!q.boxSizingReliable()||i)&&"border-box"===o.css(t,"boxSizing",!1,e),s=r,a=Ne(t,n,e),u="offset"+n[0].toUpperCase()+n.slice(1);if(ln.test(a)){if(!i)return a;a="auto"}return(!q.boxSizingReliable()&&r||!q.reliableTrDimensions()&&X(t,"tr")||"auto"===a||!parseFloat(a)&&"inline"===o.css(t,"display",!1,e))&&t.getClientRects().length&&(r="border-box"===o.css(t,"boxSizing",!1,e),(s=u in t)&&(a=t[u])),(a=parseFloat(a)||0)+xe(t,n,i||(r?"border":"content"),s,e,a)+"px"}function Ot(t,n,i,e,r){return new Ot.prototype.init(t,n,i,e,r)}o.extend({cssHooks:{opacity:{get:function(t,n){if(n){var i=Ne(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(t,n,i,e){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,s,a,u=jt(n),c=cn.test(n),p=t.style;if(c||(n=tn(u)),a=o.cssHooks[n]||o.cssHooks[u],void 0===i)return a&&"get"in a&&void 0!==(r=a.get(t,!1,e))?r:p[n];"string"==(s=typeof i)&&(r=ee.exec(i))&&r[1]&&(i=Xn(t,n,r),s="number"),null!=i&&i==i&&("number"!==s||c||(i+=r&&r[3]||(o.cssNumber[u]?"":"px")),q.clearCloneStyle||""!==i||0!==n.indexOf("background")||(p[n]="inherit"),a&&"set"in a&&void 0===(i=a.set(t,i,e))||(c?p.setProperty(n,i):p[n]=i))}},css:function(t,n,i,e){var r,s,a,u=jt(n);return cn.test(n)||(n=tn(u)),(a=o.cssHooks[n]||o.cssHooks[u])&&"get"in a&&(r=a.get(t,!0,i)),void 0===r&&(r=Ne(t,n,e)),"normal"===r&&n in Gn&&(r=Gn[n]),""===i||i?(s=parseFloat(r),!0===i||isFinite(s)?s||0:r):r}}),o.each(["height","width"],function(t,n){o.cssHooks[n]={get:function(i,e,r){if(e)return!fi.test(o.css(i,"display"))||i.getClientRects().length&&i.getBoundingClientRect().width?Nn(i,n,r):Sn(i,Yn,function(){return Nn(i,n,r)})},set:function(i,e,r){var s,a=We(i),u=!q.scrollboxSize()&&"absolute"===a.position,c=(u||r)&&"border-box"===o.css(i,"boxSizing",!1,a),p=r?xe(i,n,r,c,a):0;return c&&u&&(p-=Math.ceil(i["offset"+n[0].toUpperCase()+n.slice(1)]-parseFloat(a[n])-xe(i,n,"border",!1,a)-.5)),p&&(s=ee.exec(e))&&"px"!==(s[3]||"px")&&(i.style[n]=e,e=o.css(i,n)),Zn(0,e,p)}}}),o.cssHooks.marginLeft=Kn(q.reliableMarginLeft,function(t,n){if(n)return(parseFloat(Ne(t,"marginLeft"))||t.getBoundingClientRect().left-Sn(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),o.each({margin:"",padding:"",border:"Width"},function(t,n){o.cssHooks[t+n]={expand:function(i){for(var e=0,r={},s="string"==typeof i?i.split(" "):[i];e<4;e++)r[t+$t[e]+n]=s[e]||s[e-2]||s[0];return r}},"margin"!==t&&(o.cssHooks[t+n].set=Zn)}),o.fn.extend({css:function(t,n){return zt(this,function(i,e,r){var s,a,u={},c=0;if(Array.isArray(e)){for(s=We(i),a=e.length;c<a;c++)u[e[c]]=o.css(i,e[c],!1,s);return u}return void 0!==r?o.style(i,e,r):o.css(i,e)},t,n,1<arguments.length)}}),((o.Tween=Ot).prototype={constructor:Ot,init:function(t,n,i,e,r,s){this.elem=t,this.prop=i,this.easing=r||o.easing._default,this.options=n,this.start=this.now=this.cur(),this.end=e,this.unit=s||(o.cssNumber[i]?"":"px")},cur:function(){var t=Ot.propHooks[this.prop];return t&&t.get?t.get(this):Ot.propHooks._default.get(this)},run:function(t){var n,i=Ot.propHooks[this.prop];return this.pos=n=this.options.duration?o.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):t,this.now=(this.end-this.start)*n+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):Ot.propHooks._default.set(this),this}}).init.prototype=Ot.prototype,(Ot.propHooks={_default:{get:function(t){var n;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(n=o.css(t.elem,t.prop,""))&&"auto"!==n?n:0},set:function(t){o.fx.step[t.prop]?o.fx.step[t.prop](t):1!==t.elem.nodeType||!o.cssHooks[t.prop]&&null==t.elem.style[tn(t.prop)]?t.elem[t.prop]=t.now:o.style(t.elem,t.prop,t.now+t.unit)}}}).scrollTop=Ot.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},o.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},o.fx=Ot.prototype.init,o.fx.step={};var me,ze,ve,On,wi=/^(?:toggle|show|hide)$/,xi=/queueHooks$/;function oe(){ze&&(!1===m.hidden&&b.requestAnimationFrame?b.requestAnimationFrame(oe):b.setTimeout(oe,o.fx.interval),o.fx.tick())}function Jn(){return b.setTimeout(function(){me=void 0}),me=Date.now()}function Qe(t,n){var i,e=0,r={height:t};for(n=n?1:0;e<4;e+=2-n)r["margin"+(i=$t[e])]=r["padding"+i]=t;return n&&(r.opacity=r.width=t),r}function ti(t,n,i){for(var e,r=(Ht.tweeners[n]||[]).concat(Ht.tweeners["*"]),s=0,a=r.length;s<a;s++)if(e=r[s].call(i,n,t))return e}function Ht(t,n,i){var e,r,s=0,a=Ht.prefilters.length,u=o.Deferred().always(function(){delete c.elem}),c=function(){if(r)return!1;for(var x=me||Jn(),v=Math.max(0,p.startTime+p.duration-x),T=1-(v/p.duration||0),M=0,F=p.tweens.length;M<F;M++)p.tweens[M].run(T);return u.notifyWith(t,[p,T,v]),T<1&&F?v:(F||u.notifyWith(t,[p,1,0]),u.resolveWith(t,[p]),!1)},p=u.promise({elem:t,props:o.extend({},n),opts:o.extend(!0,{specialEasing:{},easing:o.easing._default},i),originalProperties:n,originalOptions:i,startTime:me||Jn(),duration:i.duration,tweens:[],createTween:function(x,v){var T=o.Tween(t,p.opts,x,v,p.opts.specialEasing[x]||p.opts.easing);return p.tweens.push(T),T},stop:function(x){var v=0,T=x?p.tweens.length:0;if(r)return this;for(r=!0;v<T;v++)p.tweens[v].run(1);return x?(u.notifyWith(t,[p,1,0]),u.resolveWith(t,[p,x])):u.rejectWith(t,[p,x]),this}}),y=p.props;for(function(x,v){var T,M,F,V,st;for(T in x)if(F=v[M=jt(T)],V=x[T],Array.isArray(V)&&(F=V[1],V=x[T]=V[0]),T!==M&&(x[M]=V,delete x[T]),(st=o.cssHooks[M])&&"expand"in st)for(T in V=st.expand(V),delete x[M],V)T in x||(x[T]=V[T],v[T]=F);else v[M]=F}(y,p.opts.specialEasing);s<a;s++)if(e=Ht.prefilters[s].call(p,t,y,p.opts))return P(e.stop)&&(o._queueHooks(p.elem,p.opts.queue).stop=e.stop.bind(e)),e;return o.map(y,ti,p),P(p.opts.start)&&p.opts.start.call(t,p),p.progress(p.opts.progress).done(p.opts.done,p.opts.complete).fail(p.opts.fail).always(p.opts.always),o.fx.timer(o.extend(c,{elem:t,anim:p,queue:p.opts.queue})),p}o.Animation=o.extend(Ht,{tweeners:{"*":[function(t,n){var i=this.createTween(t,n);return Xn(i.elem,t,ee.exec(n),i),i}]},tweener:function(t,n){P(t)?(n=t,t=["*"]):t=t.match(Lt);for(var i,e=0,r=t.length;e<r;e++)(Ht.tweeners[i=t[e]]=Ht.tweeners[i]||[]).unshift(n)},prefilters:[function(t,n,i){var e,r,s,a,u,c,p,y,x="width"in n||"height"in n,v=this,T={},M=t.style,F=t.nodeType&&Ve(t),V=$.get(t,"fxshow");for(e in i.queue||(null==(a=o._queueHooks(t,"fx")).unqueued&&(a.unqueued=0,u=a.empty.fire,a.empty.fire=function(){a.unqueued||u()}),a.unqueued++,v.always(function(){v.always(function(){a.unqueued--,o.queue(t,"fx").length||a.empty.fire()})})),n)if(wi.test(r=n[e])){if(delete n[e],s=s||"toggle"===r,r===(F?"hide":"show")){if("show"!==r||!V||void 0===V[e])continue;F=!0}T[e]=V&&V[e]||o.style(t,e)}if((c=!o.isEmptyObject(n))||!o.isEmptyObject(T))for(e in x&&1===t.nodeType&&(i.overflow=[M.overflow,M.overflowX,M.overflowY],null==(p=V&&V.display)&&(p=$.get(t,"display")),"none"===(y=o.css(t,"display"))&&(p?y=p:(fe([t],!0),p=t.style.display||p,y=o.css(t,"display"),fe([t]))),("inline"===y||"inline-block"===y&&null!=p)&&"none"===o.css(t,"float")&&(c||(v.done(function(){M.display=p}),null==p&&(p="none"===(y=M.display)?"":y)),M.display="inline-block")),i.overflow&&(M.overflow="hidden",v.always(function(){M.overflow=i.overflow[0],M.overflowX=i.overflow[1],M.overflowY=i.overflow[2]})),c=!1,T)c||(V?"hidden"in V&&(F=V.hidden):V=$.access(t,"fxshow",{display:p}),s&&(V.hidden=!F),F&&fe([t],!0),v.done(function(){for(e in F||fe([t]),$.remove(t,"fxshow"),T)o.style(t,e,T[e])})),c=ti(F?V[e]:0,e,v),e in V||(V[e]=c.start,F&&(c.end=c.start,c.start=0))}],prefilter:function(t,n){n?Ht.prefilters.unshift(t):Ht.prefilters.push(t)}}),o.speed=function(t,n,i){var e=t&&"object"==typeof t?o.extend({},t):{complete:i||!i&&n||P(t)&&t,duration:t,easing:i&&n||n&&!P(n)&&n};return o.fx.off?e.duration=0:"number"!=typeof e.duration&&(e.duration=e.duration in o.fx.speeds?o.fx.speeds[e.duration]:o.fx.speeds._default),null!=e.queue&&!0!==e.queue||(e.queue="fx"),e.old=e.complete,e.complete=function(){P(e.old)&&e.old.call(this),e.queue&&o.dequeue(this,e.queue)},e},o.fn.extend({fadeTo:function(t,n,i,e){return this.filter(Ve).css("opacity",0).show().end().animate({opacity:n},t,i,e)},animate:function(t,n,i,e){var r=o.isEmptyObject(t),s=o.speed(n,i,e),a=function(){var u=Ht(this,o.extend({},t),s);(r||$.get(this,"finish"))&&u.stop(!0)};return a.finish=a,r||!1===s.queue?this.each(a):this.queue(s.queue,a)},stop:function(t,n,i){var e=function(r){var s=r.stop;delete r.stop,s(i)};return"string"!=typeof t&&(i=n,n=t,t=void 0),n&&this.queue(t||"fx",[]),this.each(function(){var r=!0,s=null!=t&&t+"queueHooks",a=o.timers,u=$.get(this);if(s)u[s]&&u[s].stop&&e(u[s]);else for(s in u)u[s]&&u[s].stop&&xi.test(s)&&e(u[s]);for(s=a.length;s--;)a[s].elem!==this||null!=t&&a[s].queue!==t||(a[s].anim.stop(i),r=!1,a.splice(s,1));!r&&i||o.dequeue(this,t)})},finish:function(t){return!1!==t&&(t=t||"fx"),this.each(function(){var n,i=$.get(this),e=i[t+"queue"],r=i[t+"queueHooks"],s=o.timers,a=e?e.length:0;for(i.finish=!0,o.queue(this,t,[]),r&&r.stop&&r.stop.call(this,!0),n=s.length;n--;)s[n].elem===this&&s[n].queue===t&&(s[n].anim.stop(!0),s.splice(n,1));for(n=0;n<a;n++)e[n]&&e[n].finish&&e[n].finish.call(this);delete i.finish})}}),o.each(["toggle","show","hide"],function(t,n){var i=o.fn[n];o.fn[n]=function(e,r,s){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(Qe(n,!0),e,r,s)}}),o.each({slideDown:Qe("show"),slideUp:Qe("hide"),slideToggle:Qe("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,n){o.fn[t]=function(i,e,r){return this.animate(n,i,e,r)}}),o.timers=[],o.fx.tick=function(){var t,n=0,i=o.timers;for(me=Date.now();n<i.length;n++)(t=i[n])()||i[n]!==t||i.splice(n--,1);i.length||o.fx.stop(),me=void 0},o.fx.timer=function(t){o.timers.push(t),o.fx.start()},o.fx.interval=13,o.fx.start=function(){ze||(ze=!0,oe())},o.fx.stop=function(){ze=null},o.fx.speeds={slow:600,fast:200,_default:400},o.fn.delay=function(t,n){return t=o.fx&&o.fx.speeds[t]||t,this.queue(n=n||"fx",function(i,e){var r=b.setTimeout(i,t);e.stop=function(){b.clearTimeout(r)}})},ve=m.createElement("input"),On=m.createElement("select").appendChild(m.createElement("option")),ve.type="checkbox",q.checkOn=""!==ve.value,q.optSelected=On.selected,(ve=m.createElement("input")).value="t",ve.type="radio",q.radioValue="t"===ve.value;var Pn,Oe=o.expr.attrHandle;o.fn.extend({attr:function(t,n){return zt(this,o.attr,t,n,1<arguments.length)},removeAttr:function(t){return this.each(function(){o.removeAttr(this,t)})}}),o.extend({attr:function(t,n,i){var e,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return typeof t.getAttribute>"u"?o.prop(t,n,i):(1===s&&o.isXMLDoc(t)||(r=o.attrHooks[n.toLowerCase()]||(o.expr.match.bool.test(n)?Pn:void 0)),void 0!==i?null===i?void o.removeAttr(t,n):r&&"set"in r&&void 0!==(e=r.set(t,i,n))?e:(t.setAttribute(n,i+""),i):r&&"get"in r&&null!==(e=r.get(t,n))?e:null==(e=o.find.attr(t,n))?void 0:e)},attrHooks:{type:{set:function(t,n){if(!q.radioValue&&"radio"===n&&X(t,"input")){var i=t.value;return t.setAttribute("type",n),i&&(t.value=i),n}}}},removeAttr:function(t,n){var i,e=0,r=n&&n.match(Lt);if(r&&1===t.nodeType)for(;i=r[e++];)t.removeAttribute(i)}}),Pn={set:function(t,n,i){return!1===n?o.removeAttr(t,i):t.setAttribute(i,i),i}},o.each(o.expr.match.bool.source.match(/\w+/g),function(t,n){var i=Oe[n]||o.find.attr;Oe[n]=function(e,r,s){var a,u,c=r.toLowerCase();return s||(u=Oe[c],Oe[c]=a,a=null!=i(e,r,s)?c:null,Oe[c]=u),a}});var Ti=/^(?:input|select|textarea|button)$/i,Ci=/^(?:a|area)$/i;function se(t){return(t.match(Lt)||[]).join(" ")}function ae(t){return t.getAttribute&&t.getAttribute("class")||""}function Ke(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(Lt)||[]}o.fn.extend({prop:function(t,n){return zt(this,o.prop,t,n,1<arguments.length)},removeProp:function(t){return this.each(function(){delete this[o.propFix[t]||t]})}}),o.extend({prop:function(t,n,i){var e,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&o.isXMLDoc(t)||(r=o.propHooks[n=o.propFix[n]||n]),void 0!==i?r&&"set"in r&&void 0!==(e=r.set(t,i,n))?e:t[n]=i:r&&"get"in r&&null!==(e=r.get(t,n))?e:t[n]},propHooks:{tabIndex:{get:function(t){var n=o.find.attr(t,"tabindex");return n?parseInt(n,10):Ti.test(t.nodeName)||Ci.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),q.optSelected||(o.propHooks.selected={get:function(t){return null},set:function(t){}}),o.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){o.propFix[this.toLowerCase()]=this}),o.fn.extend({addClass:function(t){var n,i,e,r,s,a;return P(t)?this.each(function(u){o(this).addClass(t.call(this,u,ae(this)))}):(n=Ke(t)).length?this.each(function(){if(e=ae(this),i=1===this.nodeType&&" "+se(e)+" "){for(s=0;s<n.length;s++)i.indexOf(" "+(r=n[s])+" ")<0&&(i+=r+" ");a=se(i),e!==a&&this.setAttribute("class",a)}}):this},removeClass:function(t){var n,i,e,r,s,a;return P(t)?this.each(function(u){o(this).removeClass(t.call(this,u,ae(this)))}):arguments.length?(n=Ke(t)).length?this.each(function(){if(e=ae(this),i=1===this.nodeType&&" "+se(e)+" "){for(s=0;s<n.length;s++)for(r=n[s];-1<i.indexOf(" "+r+" ");)i=i.replace(" "+r+" "," ");a=se(i),e!==a&&this.setAttribute("class",a)}}):this:this.attr("class","")},toggleClass:function(t,n){var i,e,r,s,a=typeof t,u="string"===a||Array.isArray(t);return P(t)?this.each(function(c){o(this).toggleClass(t.call(this,c,ae(this),n),n)}):"boolean"==typeof n&&u?n?this.addClass(t):this.removeClass(t):(i=Ke(t),this.each(function(){if(u)for(s=o(this),r=0;r<i.length;r++)s.hasClass(e=i[r])?s.removeClass(e):s.addClass(e);else void 0!==t&&"boolean"!==a||((e=ae(this))&&$.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":$.get(this,"__className__")||""))}))},hasClass:function(t){var n,i,e=0;for(n=" "+t+" ";i=this[e++];)if(1===i.nodeType&&-1<(" "+se(ae(i))+" ").indexOf(n))return!0;return!1}});var Mn=/\r/g;o.fn.extend({val:function(t){var n,i,e,r=this[0];return arguments.length?(e=P(t),this.each(function(s){var a;1===this.nodeType&&(null==(a=e?t.call(this,s,o(this).val()):t)?a="":"number"==typeof a?a+="":Array.isArray(a)&&(a=o.map(a,function(u){return null==u?"":u+""})),(n=o.valHooks[this.type]||o.valHooks[this.nodeName.toLowerCase()])&&"set"in n&&void 0!==n.set(this,a,"value")||(this.value=a))})):r?(n=o.valHooks[r.type]||o.valHooks[r.nodeName.toLowerCase()])&&"get"in n&&void 0!==(i=n.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(Mn,""):i??"":void 0}}),o.extend({valHooks:{option:{get:function(t){return o.find.attr(t,"value")??se(o.text(t))}},select:{get:function(t){var n,i,e,r=t.options,s=t.selectedIndex,a="select-one"===t.type,u=a?null:[],c=a?s+1:r.length;for(e=s<0?c:a?s:0;e<c;e++)if(((i=r[e]).selected||e===s)&&!i.disabled&&(!i.parentNode.disabled||!X(i.parentNode,"optgroup"))){if(n=o(i).val(),a)return n;u.push(n)}return u},set:function(t,n){for(var i,e,r=t.options,s=o.makeArray(n),a=r.length;a--;)((e=r[a]).selected=-1<o.inArray(o.valHooks.option.get(e),s))&&(i=!0);return i||(t.selectedIndex=-1),s}}}}),o.each(["radio","checkbox"],function(){o.valHooks[this]={set:function(t,n){if(Array.isArray(n))return t.checked=-1<o.inArray(o(t).val(),n)}},q.checkOn||(o.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var Se=b.location,Hn={guid:Date.now()},Fe=/\?/;o.parseXML=function(t){var n,i;if(!t||"string"!=typeof t)return null;try{n=(new b.DOMParser).parseFromString(t,"text/xml")}catch{}return i=n&&n.getElementsByTagName("parsererror")[0],n&&!i||o.error("Invalid XML: "+(i?o.map(i.childNodes,function(e){return e.textContent}).join("\n"):t)),n};var In=/^(?:focusinfocus|focusoutblur)$/,ei=function(t){t.stopPropagation()};o.extend(o.event,{trigger:function(t,n,i,e){var r,s,a,u,c,p,y,x,v=[i||m],T=W.call(t,"type")?t.type:t,M=W.call(t,"namespace")?t.namespace.split("."):[];if(s=x=a=i=i||m,3!==i.nodeType&&8!==i.nodeType&&!In.test(T+o.event.triggered)&&(-1<T.indexOf(".")&&(T=(M=T.split(".")).shift(),M.sort()),c=T.indexOf(":")<0&&"on"+T,(t=t[o.expando]?t:new o.Event(T,"object"==typeof t&&t)).isTrigger=e?2:3,t.namespace=M.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+M.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:o.makeArray(n,[t]),y=o.event.special[T]||{},e||!y.trigger||!1!==y.trigger.apply(i,n))){if(!e&&!y.noBubble&&!bt(i)){for(In.test((u=y.delegateType||T)+T)||(s=s.parentNode);s;s=s.parentNode)v.push(s),a=s;a===(i.ownerDocument||m)&&v.push(a.defaultView||a.parentWindow||b)}for(r=0;(s=v[r++])&&!t.isPropagationStopped();)x=s,t.type=1<r?u:y.bindType||T,(p=($.get(s,"events")||Object.create(null))[t.type]&&$.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&te(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=T,e||t.isDefaultPrevented()||y._default&&!1!==y._default.apply(v.pop(),n)||!te(i)||c&&P(i[T])&&!bt(i)&&((a=i[c])&&(i[c]=null),o.event.triggered=T,t.isPropagationStopped()&&x.addEventListener(T,ei),i[T](),t.isPropagationStopped()&&x.removeEventListener(T,ei),o.event.triggered=void 0,a&&(i[c]=a)),t.result}},simulate:function(t,n,i){var e=o.extend(new o.Event,i,{type:t,isSimulated:!0});o.event.trigger(e,null,n)}}),o.fn.extend({trigger:function(t,n){return this.each(function(){o.event.trigger(t,n,this)})},triggerHandler:function(t,n){var i=this[0];if(i)return o.event.trigger(t,n,i,!0)}});var Ei=/\[\]$/,ni=/\r?\n/g,Ye=/^(?:submit|button|image|reset|file)$/i,ki=/^(?:input|select|textarea|keygen)/i;function un(t,n,i,e){var r;if(Array.isArray(n))o.each(n,function(s,a){i||Ei.test(t)?e(t,a):un(t+"["+("object"==typeof a&&null!=a?s:"")+"]",a,i,e)});else if(i||"object"!==j(n))e(t,n);else for(r in n)un(t+"["+r+"]",n[r],i,e)}o.param=function(t,n){var i,e=[],r=function(s,a){var u=P(a)?a():a;e[e.length]=encodeURIComponent(s)+"="+encodeURIComponent(u??"")};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!o.isPlainObject(t))o.each(t,function(){r(this.name,this.value)});else for(i in t)un(i,t[i],n,r);return e.join("&")},o.fn.extend({serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=o.prop(this,"elements");return t?o.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!o(this).is(":disabled")&&ki.test(this.nodeName)&&!Ye.test(t)&&(this.checked||!Ae.test(t))}).map(function(t,n){var i=o(this).val();return null==i?null:Array.isArray(i)?o.map(i,function(e){return{name:n.name,value:e.replace(ni,"\r\n")}}):{name:n.name,value:i.replace(ni,"\r\n")}}).get()}});var $n=/%20/g,gi=/#.*$/,hn=/([?&])_=[^&]*/,mi=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ai=/^(?:GET|HEAD)$/,Si=/^\/\//,Ge={},dn={},qn="*/".concat("*"),pn=m.createElement("a");function Rn(t){return function(n,i){"string"!=typeof n&&(i=n,n="*");var e,r=0,s=n.toLowerCase().match(Lt)||[];if(P(i))for(;e=s[r++];)"+"===e[0]?(e=e.slice(1)||"*",(t[e]=t[e]||[]).unshift(i)):(t[e]=t[e]||[]).push(i)}}function en(t,n,i,e){var r={},s=t===dn;function a(u){var c;return r[u]=!0,o.each(t[u]||[],function(p,y){var x=y(n,i,e);return"string"!=typeof x||s||r[x]?s?!(c=x):void 0:(n.dataTypes.unshift(x),a(x),!1)}),c}return a(n.dataTypes[0])||!r["*"]&&a("*")}function nn(t,n){var i,e,r=o.ajaxSettings.flatOptions||{};for(i in n)void 0!==n[i]&&((r[i]?t:e||(e={}))[i]=n[i]);return e&&o.extend(!0,t,e),t}pn.href=Se.href,o.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Se.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Se.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":qn,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":o.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,n){return n?nn(nn(t,o.ajaxSettings),n):nn(o.ajaxSettings,t)},ajaxPrefilter:Rn(Ge),ajaxTransport:Rn(dn),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0);var i,e,r,s,a,u,c,p,y,x,v=o.ajaxSetup({},n=n||{}),T=v.context||v,M=v.context&&(T.nodeType||T.jquery)?o(T):o.event,F=o.Deferred(),V=o.Callbacks("once memory"),st=v.statusCode||{},dt={},Pt={},qt="canceled",Z={readyState:0,getResponseHeader:function(et){var ht;if(c){if(!s)for(s={};ht=mi.exec(r);)s[ht[1].toLowerCase()+" "]=(s[ht[1].toLowerCase()+" "]||[]).concat(ht[2]);ht=s[et.toLowerCase()+" "]}return null==ht?null:ht.join(", ")},getAllResponseHeaders:function(){return c?r:null},setRequestHeader:function(et,ht){return null==c&&(et=Pt[et.toLowerCase()]=Pt[et.toLowerCase()]||et,dt[et]=ht),this},overrideMimeType:function(et){return null==c&&(v.mimeType=et),this},statusCode:function(et){var ht;if(et)if(c)Z.always(et[Z.status]);else for(ht in et)st[ht]=[st[ht],et[ht]];return this},abort:function(et){var ht=et||qt;return i&&i.abort(ht),le(0,ht),this}};if(F.promise(Z),v.url=((t||v.url||Se.href)+"").replace(Si,Se.protocol+"//"),v.type=n.method||n.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(Lt)||[""],null==v.crossDomain){u=m.createElement("a");try{u.href=v.url,u.href=u.href,v.crossDomain=pn.protocol+"//"+pn.host!=u.protocol+"//"+u.host}catch{v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=o.param(v.data,v.traditional)),en(Ge,v,n,Z),c)return Z;for(y in(p=o.event&&v.global)&&0==o.active++&&o.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ai.test(v.type),e=v.url.replace(gi,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace($n,"+")):(x=v.url.slice(e.length),v.data&&(v.processData||"string"==typeof v.data)&&(e+=(Fe.test(e)?"&":"?")+v.data,delete v.data),!1===v.cache&&(e=e.replace(hn,"$1"),x=(Fe.test(e)?"&":"?")+"_="+Hn.guid+++x),v.url=e+x),v.ifModified&&(o.lastModified[e]&&Z.setRequestHeader("If-Modified-Since",o.lastModified[e]),o.etag[e]&&Z.setRequestHeader("If-None-Match",o.etag[e])),(v.data&&v.hasContent&&!1!==v.contentType||n.contentType)&&Z.setRequestHeader("Content-Type",v.contentType),Z.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+qn+"; q=0.01":""):v.accepts["*"]),v.headers)Z.setRequestHeader(y,v.headers[y]);if(v.beforeSend&&(!1===v.beforeSend.call(T,Z,v)||c))return Z.abort();if(qt="abort",V.add(v.complete),Z.done(v.success),Z.fail(v.error),i=en(dn,v,n,Z)){if(Z.readyState=1,p&&M.trigger("ajaxSend",[Z,v]),c)return Z;v.async&&0<v.timeout&&(a=b.setTimeout(function(){Z.abort("timeout")},v.timeout));try{c=!1,i.send(dt,le)}catch(et){if(c)throw et;le(-1,et)}}else le(-1,"No Transport");function le(et,ht,Ze,ri){var Ft,Je,Kt,ce,Me,It=ht;c||(c=!0,a&&b.clearTimeout(a),i=void 0,r=ri||"",Z.readyState=0<et?4:0,Ft=200<=et&&et<300||304===et,Ze&&(ce=function(vt,gt,Et){for(var ue,kt,B,pt,ft=vt.contents,at=vt.dataTypes;"*"===at[0];)at.shift(),void 0===ue&&(ue=vt.mimeType||gt.getResponseHeader("Content-Type"));if(ue)for(kt in ft)if(ft[kt]&&ft[kt].test(ue)){at.unshift(kt);break}if(at[0]in Et)B=at[0];else{for(kt in Et){if(!at[0]||vt.converters[kt+" "+at[0]]){B=kt;break}pt||(pt=kt)}B=B||pt}if(B)return B!==at[0]&&at.unshift(B),Et[B]}(v,Z,Ze)),!Ft&&-1<o.inArray("script",v.dataTypes)&&o.inArray("json",v.dataTypes)<0&&(v.converters["text script"]=function(){}),ce=function(vt,gt,Et,ue){var kt,B,pt,ft,at,Bt={},He=vt.dataTypes.slice();if(He[1])for(pt in vt.converters)Bt[pt.toLowerCase()]=vt.converters[pt];for(B=He.shift();B;)if(vt.responseFields[B]&&(Et[vt.responseFields[B]]=gt),!at&&ue&&vt.dataFilter&&(gt=vt.dataFilter(gt,vt.dataType)),at=B,B=He.shift())if("*"===B)B=at;else if("*"!==at&&at!==B){if(!(pt=Bt[at+" "+B]||Bt["* "+B]))for(kt in Bt)if((ft=kt.split(" "))[1]===B&&(pt=Bt[at+" "+ft[0]]||Bt["* "+ft[0]])){!0===pt?pt=Bt[kt]:!0!==Bt[kt]&&(B=ft[0],He.unshift(ft[1]));break}if(!0!==pt)if(pt&&vt.throws)gt=pt(gt);else try{gt=pt(gt)}catch(gn){return{state:"parsererror",error:pt?gn:"No conversion from "+at+" to "+B}}}return{state:"success",data:gt}}(v,ce,Z,Ft),Ft?(v.ifModified&&((Me=Z.getResponseHeader("Last-Modified"))&&(o.lastModified[e]=Me),(Me=Z.getResponseHeader("etag"))&&(o.etag[e]=Me)),204===et||"HEAD"===v.type?It="nocontent":304===et?It="notmodified":(It=ce.state,Je=ce.data,Ft=!(Kt=ce.error))):(Kt=It,!et&&It||(It="error",et<0&&(et=0))),Z.status=et,Z.statusText=(ht||It)+"",Ft?F.resolveWith(T,[Je,It,Z]):F.rejectWith(T,[Z,It,Kt]),Z.statusCode(st),st=void 0,p&&M.trigger(Ft?"ajaxSuccess":"ajaxError",[Z,v,Ft?Je:Kt]),V.fireWith(T,[Z,It]),p&&(M.trigger("ajaxComplete",[Z,v]),--o.active||o.event.trigger("ajaxStop")))}return Z},getJSON:function(t,n,i){return o.get(t,n,i,"json")},getScript:function(t,n){return o.get(t,void 0,n,"script")}}),o.each(["get","post"],function(t,n){o[n]=function(i,e,r,s){return P(e)&&(s=s||r,r=e,e=void 0),o.ajax(o.extend({url:i,type:n,dataType:s,data:e,success:r},o.isPlainObject(i)&&i))}}),o.ajaxPrefilter(function(t){var n;for(n in t.headers)"content-type"===n.toLowerCase()&&(t.contentType=t.headers[n]||"")}),o._evalUrl=function(t,n,i){return o.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){o.globalEval(e,n,i)}})},o.fn.extend({wrapAll:function(t){var n;return this[0]&&(P(t)&&(t=t.call(this[0])),n=o(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&n.insertBefore(this[0]),n.map(function(){for(var i=this;i.firstElementChild;)i=i.firstElementChild;return i}).append(this)),this},wrapInner:function(t){return P(t)?this.each(function(n){o(this).wrapInner(t.call(this,n))}):this.each(function(){var n=o(this),i=n.contents();i.length?i.wrapAll(t):n.append(t)})},wrap:function(t){var n=P(t);return this.each(function(i){o(this).wrapAll(n?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){o(this).replaceWith(this.childNodes)}),this}}),o.expr.pseudos.hidden=function(t){return!o.expr.pseudos.visible(t)},o.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},o.ajaxSettings.xhr=function(){try{return new b.XMLHttpRequest}catch{}};var ii={0:200,1223:204},De=o.ajaxSettings.xhr();q.cors=!!De&&"withCredentials"in De,q.ajax=De=!!De,o.ajaxTransport(function(t){var n,i;if(q.cors||De&&!t.crossDomain)return{send:function(e,r){var s,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(s in t.xhrFields)a[s]=t.xhrFields[s];for(s in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)a.setRequestHeader(s,e[s]);n=function(u){return function(){n&&(n=i=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===u?a.abort():"error"===u?"number"!=typeof a.status?r(0,"error"):r(a.status,a.statusText):r(ii[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=n(),i=a.onerror=a.ontimeout=n("error"),void 0!==a.onabort?a.onabort=i:a.onreadystatechange=function(){4===a.readyState&&b.setTimeout(function(){n&&i()})},n=n("abort");try{a.send(t.hasContent&&t.data||null)}catch(u){if(n)throw u}},abort:function(){n&&n()}}}),o.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),o.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return o.globalEval(t),t}}}),o.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),o.ajaxTransport("script",function(t){var n,i;if(t.crossDomain||t.scriptAttrs)return{send:function(e,r){n=o("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(s){n.remove(),i=null,s&&r("error"===s.type?404:200,s.type)}),m.head.appendChild(n[0])},abort:function(){i&&i()}}});var fn,Pe=[],rn=/(=)\?(?=&|$)|\?\?/;o.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Pe.pop()||o.expando+"_"+Hn.guid++;return this[t]=!0,t}}),o.ajaxPrefilter("json jsonp",function(t,n,i){var e,r,s,a=!1!==t.jsonp&&(rn.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&rn.test(t.data)&&"data");if(a||"jsonp"===t.dataTypes[0])return e=t.jsonpCallback=P(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(rn,"$1"+e):!1!==t.jsonp&&(t.url+=(Fe.test(t.url)?"&":"?")+t.jsonp+"="+e),t.converters["script json"]=function(){return s||o.error(e+" was not called"),s[0]},t.dataTypes[0]="json",r=b[e],b[e]=function(){s=arguments},i.always(function(){void 0===r?o(b).removeProp(e):b[e]=r,t[e]&&(t.jsonpCallback=n.jsonpCallback,Pe.push(e)),s&&P(r)&&r(s[0]),s=r=void 0}),"script"}),q.createHTMLDocument=((fn=m.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===fn.childNodes.length),o.parseHTML=function(t,n,i){return"string"!=typeof t?[]:("boolean"==typeof n&&(i=n,n=!1),n||(q.createHTMLDocument?((e=(n=m.implementation.createHTMLDocument("")).createElement("base")).href=m.location.href,n.head.appendChild(e)):n=m),s=!i&&[],(r=R.exec(t))?[n.createElement(r[1])]:(r=Un([t],n,s),s&&s.length&&o(s).remove(),o.merge([],r.childNodes)));var e,r,s},o.fn.load=function(t,n,i){var e,r,s,a=this,u=t.indexOf(" ");return-1<u&&(e=se(t.slice(u)),t=t.slice(0,u)),P(n)?(i=n,n=void 0):n&&"object"==typeof n&&(r="POST"),0<a.length&&o.ajax({url:t,type:r||"GET",dataType:"html",data:n}).done(function(c){s=arguments,a.html(e?o("<div>").append(o.parseHTML(c)).find(e):c)}).always(i&&function(c,p){a.each(function(){i.apply(this,s||[c.responseText,p,c])})}),this},o.expr.pseudos.animated=function(t){return o.grep(o.timers,function(n){return t===n.elem}).length},o.offset={setOffset:function(t,n,i){var e,r,s,a,u,c,p=o.css(t,"position"),y=o(t),x={};"static"===p&&(t.style.position="relative"),u=y.offset(),s=o.css(t,"top"),c=o.css(t,"left"),("absolute"===p||"fixed"===p)&&-1<(s+c).indexOf("auto")?(a=(e=y.position()).top,r=e.left):(a=parseFloat(s)||0,r=parseFloat(c)||0),P(n)&&(n=n.call(t,i,o.extend({},u))),null!=n.top&&(x.top=n.top-u.top+a),null!=n.left&&(x.left=n.left-u.left+r),"using"in n?n.using.call(t,x):y.css(x)}},o.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(r){o.offset.setOffset(this,t,r)});var n,i,e=this[0];return e?e.getClientRects().length?{top:(n=e.getBoundingClientRect()).top+(i=e.ownerDocument.defaultView).pageYOffset,left:n.left+i.pageXOffset}:{top:0,left:0}:void 0},position:function(){if(this[0]){var t,n,i,e=this[0],r={top:0,left:0};if("fixed"===o.css(e,"position"))n=e.getBoundingClientRect();else{for(n=this.offset(),i=e.ownerDocument,t=e.offsetParent||i.documentElement;t&&(t===i.body||t===i.documentElement)&&"static"===o.css(t,"position");)t=t.parentNode;t&&t!==e&&1===t.nodeType&&((r=o(t).offset()).top+=o.css(t,"borderTopWidth",!0),r.left+=o.css(t,"borderLeftWidth",!0))}return{top:n.top-r.top-o.css(e,"marginTop",!0),left:n.left-r.left-o.css(e,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===o.css(t,"position");)t=t.offsetParent;return t||Vt})}}),o.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,n){var i="pageYOffset"===n;o.fn[t]=function(e){return zt(this,function(r,s,a){var u;if(bt(r)?u=r:9===r.nodeType&&(u=r.defaultView),void 0===a)return u?u[n]:r[s];u?u.scrollTo(i?u.pageXOffset:a,i?a:u.pageYOffset):r[s]=a},t,e,arguments.length)}}),o.each(["top","left"],function(t,n){o.cssHooks[n]=Kn(q.pixelPosition,function(i,e){if(e)return e=Ne(i,n),ln.test(e)?o(i).position()[n]+"px":e})}),o.each({Height:"height",Width:"width"},function(t,n){o.each({padding:"inner"+t,content:n,"":"outer"+t},function(i,e){o.fn[e]=function(r,s){var a=arguments.length&&(i||"boolean"!=typeof r),u=i||(!0===r||!0===s?"margin":"border");return zt(this,function(c,p,y){var x;return bt(c)?0===e.indexOf("outer")?c["inner"+t]:c.document.documentElement["client"+t]:9===c.nodeType?(x=c.documentElement,Math.max(c.body["scroll"+t],x["scroll"+t],c.body["offset"+t],x["offset"+t],x["client"+t])):void 0===y?o.css(c,p,u):o.style(c,p,y,u)},n,a?r:void 0,a)}})}),o.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,n){o.fn[n]=function(i){return this.on(n,i)}}),o.fn.extend({bind:function(t,n,i){return this.on(t,null,n,i)},unbind:function(t,n){return this.off(t,null,n)},delegate:function(t,n,i,e){return this.on(n,t,i,e)},undelegate:function(t,n,i){return 1===arguments.length?this.off(t,"**"):this.off(n,t||"**",i)},hover:function(t,n){return this.mouseenter(t).mouseleave(n||t)}}),o.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(t,n){o.fn[n]=function(i,e){return 0<arguments.length?this.on(n,null,i,e):this.trigger(n)}});var Wn=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;o.proxy=function(t,n){var i,e,r;if("string"==typeof n&&(i=t[n],n=t,t=i),P(t))return e=S.call(arguments,2),(r=function(){return t.apply(n||this,e.concat(S.call(arguments)))}).guid=t.guid=t.guid||o.guid++,r},o.holdReady=function(t){t?o.readyWait++:o.ready(!0)},o.isArray=Array.isArray,o.parseJSON=JSON.parse,o.nodeName=X,o.isFunction=P,o.isWindow=bt,o.camelCase=jt,o.type=j,o.now=Date.now,o.isNumeric=function(t){var n=o.type(t);return("number"===n||"string"===n)&&!isNaN(t-parseFloat(t))},o.trim=function(t){return null==t?"":(t+"").replace(Wn,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return o});var zn=b.jQuery,Di=b.$;return o.noConflict=function(t){return b.$===o&&(b.$=Di),t&&b.jQuery===o&&(b.jQuery=zn),o},typeof ot>"u"&&(b.jQuery=b.$=o),o}),function(b,ot){"object"==typeof exports&&typeof module<"u"?module.exports=ot(require("@popperjs/core")):"function"==typeof define&&define.amd?define(["@popperjs/core"],ot):(b=typeof globalThis<"u"?globalThis:b||self).bootstrap=ot(b.Popper)}(this,function(b){"use strict";const A=function ot(i){if(i&&i.__esModule)return i;const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(i)for(const r in i)if("default"!==r){const s=Object.getOwnPropertyDescriptor(i,r);Object.defineProperty(e,r,s.get?s:{enumerable:!0,get:()=>i[r]})}return e.default=i,Object.freeze(e)}(b),ut="transitionend",S=i=>{let e=i.getAttribute("data-bs-target");if(!e||"#"===e){let r=i.getAttribute("href");if(!r||!r.includes("#")&&!r.startsWith("."))return null;r.includes("#")&&!r.startsWith("#")&&(r=`#${r.split("#")[1]}`),e=r&&"#"!==r?r.trim():null}return e},d=i=>{const e=S(i);return e&&document.querySelector(e)?e:null},g=i=>{const e=S(i);return e?document.querySelector(e):null},h=i=>{i.dispatchEvent(new Event(ut))},k=i=>!(!i||"object"!=typeof i)&&(void 0!==i.jquery&&(i=i[0]),void 0!==i.nodeType),I=i=>k(i)?i.jquery?i[0]:i:"string"==typeof i&&i.length>0?document.querySelector(i):null,W=i=>{if(!k(i)||0===i.getClientRects().length)return!1;const e="visible"===getComputedStyle(i).getPropertyValue("visibility"),r=i.closest("details:not([open])");if(!r)return e;if(r!==i){const s=i.closest("summary");if(s&&s.parentNode!==r||null===s)return!1}return e},K=i=>!i||i.nodeType!==Node.ELEMENT_NODE||!!i.classList.contains("disabled")||(void 0!==i.disabled?i.disabled:i.hasAttribute("disabled")&&"false"!==i.getAttribute("disabled")),it=i=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof i.getRootNode){const e=i.getRootNode();return e instanceof ShadowRoot?e:null}return i instanceof ShadowRoot?i:i.parentNode?it(i.parentNode):null},q=()=>{},bt=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,m=[],E=()=>"rtl"===document.documentElement.dir,D=i=>{var e;e=()=>{const r=bt();if(r){const s=i.NAME,a=r.fn[s];r.fn[s]=i.jQueryInterface,r.fn[s].Constructor=i,r.fn[s].noConflict=()=>(r.fn[s]=a,i.jQueryInterface)}},"loading"===document.readyState?(m.length||document.addEventListener("DOMContentLoaded",()=>{for(const r of m)r()}),m.push(e)):e()},j=i=>{"function"==typeof i&&i()},Q=(i,e,r=!0)=>{if(!r)return void j(i);const s=(c=>{if(!c)return 0;let{transitionDuration:p,transitionDelay:y}=window.getComputedStyle(c);const x=Number.parseFloat(p),v=Number.parseFloat(y);return x||v?(p=p.split(",")[0],y=y.split(",")[0],1e3*(Number.parseFloat(p)+Number.parseFloat(y))):0})(e)+5;let a=!1;const u=({target:c})=>{c===e&&(a=!0,e.removeEventListener(ut,u),j(i))};e.addEventListener(ut,u),setTimeout(()=>{a||h(e)},s)},z=(i,e,r,s)=>{const a=i.length;let u=i.indexOf(e);return-1===u?!r&&s?i[a-1]:i[0]:(u+=r?1:-1,s&&(u=(u+a)%a),i[Math.max(0,Math.min(u,a-1))])},o=/[^.]*(?=\..*)\.|.*/,tt=/\..*/,X=/::\d+$/,_t={};let Xt=1;const Ut={mouseenter:"mouseover",mouseleave:"mouseout"},rt=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function Qt(i,e){return e&&`${e}::${Xt++}`||i.uidEvent||Xt++}function Yt(i){const e=Qt(i);return i.uidEvent=e,_t[e]=_t[e]||{},_t[e]}function ie(i,e,r=null){return Object.values(i).find(s=>s.callable===e&&s.delegationSelector===r)}function At(i,e,r){const s="string"==typeof e,a=s?r:e||r;let u=Gt(i);return rt.has(u)||(u=i),[s,a,u]}function Ee(i,e,r,s,a){if("string"!=typeof e||!i)return;let[u,c,p]=At(e,r,s);var V;e in Ut&&(V=c,c=function(st){if(!st.relatedTarget||st.relatedTarget!==st.delegateTarget&&!st.delegateTarget.contains(st.relatedTarget))return V.call(this,st)});const y=Yt(i),x=y[p]||(y[p]={}),v=ie(x,c,u?r:null);if(v)return void(v.oneOff=v.oneOff&&a);const T=Qt(c,e.replace(o,"")),M=u?function(F,V,st){return function dt(Pt){const qt=F.querySelectorAll(V);for(let{target:Z}=Pt;Z&&Z!==this;Z=Z.parentNode)for(const le of qt)if(le===Z)return Zt(Pt,{delegateTarget:Z}),dt.oneOff&&R.off(F,Pt.type,V,st),st.apply(Z,[Pt])}}(i,r,c):function(F,V){return function st(dt){return Zt(dt,{delegateTarget:F}),st.oneOff&&R.off(F,dt.type,V),V.apply(F,[dt])}}(i,c);M.delegationSelector=u?r:null,M.callable=c,M.oneOff=a,M.uidEvent=T,x[T]=M,i.addEventListener(p,M,u)}function Dt(i,e,r,s,a){const u=ie(e[r],s,a);u&&(i.removeEventListener(r,u,Boolean(a)),delete e[r][u.uidEvent])}function je(i,e,r,s){const a=e[r]||{};for(const u of Object.keys(a))if(u.includes(s)){const c=a[u];Dt(i,e,r,c.callable,c.delegationSelector)}}function Gt(i){return i=i.replace(tt,""),Ut[i]||i}const R={on(i,e,r,s){Ee(i,e,r,s,!1)},one(i,e,r,s){Ee(i,e,r,s,!0)},off(i,e,r,s){if("string"!=typeof e||!i)return;const[a,u,c]=At(e,r,s),p=c!==e,y=Yt(i),x=y[c]||{},v=e.startsWith(".");if(void 0===u){if(v)for(const T of Object.keys(y))je(i,y,T,e.slice(1));for(const T of Object.keys(x)){const M=T.replace(X,"");if(!p||e.includes(M)){const F=x[T];Dt(i,y,c,F.callable,F.delegationSelector)}}}else{if(!Object.keys(x).length)return;Dt(i,y,c,u,a?r:null)}},trigger(i,e,r){if("string"!=typeof e||!i)return null;const s=bt();let a=null,u=!0,c=!0,p=!1;e!==Gt(e)&&s&&(a=s.Event(e,r),s(i).trigger(a),u=!a.isPropagationStopped(),c=!a.isImmediatePropagationStopped(),p=a.isDefaultPrevented());let y=new Event(e,{bubbles:u,cancelable:!0});return y=Zt(y,r),p&&y.preventDefault(),c&&i.dispatchEvent(y),y.defaultPrevented&&a&&a.preventDefault(),y}};function Zt(i,e){for(const[r,s]of Object.entries(e||{}))try{i[r]=s}catch{Object.defineProperty(i,r,{configurable:!0,get:()=>s})}return i}const Jt=new Map,de={set(i,e,r){Jt.has(i)||Jt.set(i,new Map);const s=Jt.get(i);s.has(e)||0===s.size?s.set(e,r):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(s.keys())[0]}.`)},get:(i,e)=>Jt.has(i)&&Jt.get(i).get(e)||null,remove(i,e){if(!Jt.has(i))return;const r=Jt.get(i);r.delete(e),0===r.size&&Jt.delete(i)}};function Ie(i){if("true"===i)return!0;if("false"===i)return!1;if(i===Number(i).toString())return Number(i);if(""===i||"null"===i)return null;if("string"!=typeof i)return i;try{return JSON.parse(decodeURIComponent(i))}catch{return i}}function wn(i){return i.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}const ye={setDataAttribute(i,e,r){i.setAttribute(`data-bs-${wn(e)}`,r)},removeDataAttribute(i,e){i.removeAttribute(`data-bs-${wn(e)}`)},getDataAttributes(i){if(!i)return{};const e={},r=Object.keys(i.dataset).filter(s=>s.startsWith("bs")&&!s.startsWith("bsConfig"));for(const s of r){let a=s.replace(/^bs/,"");a=a.charAt(0).toLowerCase()+a.slice(1,a.length),e[a]=Ie(i.dataset[s])}return e},getDataAttribute:(i,e)=>Ie(i.getAttribute(`data-bs-${wn(e)}`))};class Lt{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(e,r){const s=k(r)?ye.getDataAttribute(r,"config"):{};return{...this.constructor.Default,..."object"==typeof s?s:{},...k(r)?ye.getDataAttributes(r):{},..."object"==typeof e?e:{}}}_typeCheckConfig(e,r=this.constructor.DefaultType){for(const a of Object.keys(r)){const u=r[a],c=e[a],p=k(c)?"element":null==(s=c)?`${s}`:Object.prototype.toString.call(s).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(u).test(p))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${a}" provided type "${p}" but expected type "${u}".`)}var s}}class Mt extends Lt{constructor(e,r){super(),(e=I(e))&&(this._element=e,this._config=this._getConfig(r),de.set(this._element,this.constructor.DATA_KEY,this))}dispose(){de.remove(this._element,this.constructor.DATA_KEY),R.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,r,s=!0){Q(e,r,s)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return de.get(I(e),this.DATA_KEY)}static getOrCreateInstance(e,r={}){return this.getInstance(e)||new this(e,"object"==typeof r?r:null)}static get VERSION(){return"5.2.3"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}const ke=(i,e="hide")=>{const s=i.NAME;R.on(document,`click.dismiss${i.EVENT_KEY}`,`[data-bs-dismiss="${s}"]`,function(a){if(["A","AREA"].includes(this.tagName)&&a.preventDefault(),K(this))return;const u=g(this)||this.closest(`.${s}`);i.getOrCreateInstance(u)[e]()})};class Be extends Mt{static get NAME(){return"alert"}close(){if(R.trigger(this._element,"close.bs.alert").defaultPrevented)return;this._element.classList.remove("show");const e=this._element.classList.contains("fade");this._queueCallback(()=>this._destroyElement(),this._element,e)}_destroyElement(){this._element.remove(),R.trigger(this._element,"closed.bs.alert"),this.dispose()}static jQueryInterface(e){return this.each(function(){const r=Be.getOrCreateInstance(this);if("string"==typeof e){if(void 0===r[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);r[e](this)}})}}ke(Be,"close"),D(Be);const ui='[data-bs-toggle="button"]';class Le extends Mt{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(e){return this.each(function(){const r=Le.getOrCreateInstance(this);"toggle"===e&&r[e]()})}}R.on(document,"click.bs.button.data-api",ui,i=>{i.preventDefault();const e=i.target.closest(ui);Le.getOrCreateInstance(e).toggle()}),D(Le);const ct={find:(i,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,i)),findOne:(i,e=document.documentElement)=>Element.prototype.querySelector.call(e,i),children:(i,e)=>[].concat(...i.children).filter(r=>r.matches(e)),parents(i,e){const r=[];let s=i.parentNode.closest(e);for(;s;)r.push(s),s=s.parentNode.closest(e);return r},prev(i,e){let r=i.previousElementSibling;for(;r;){if(r.matches(e))return[r];r=r.previousElementSibling}return[]},next(i,e){let r=i.nextElementSibling;for(;r;){if(r.matches(e))return[r];r=r.nextElementSibling}return[]},focusableChildren(i){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(r=>`${r}:not([tabindex^="-"])`).join(",");return this.find(e,i).filter(r=>!K(r)&&W(r))}},zt={endCallback:null,leftCallback:null,rightCallback:null},vi={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class xn extends Lt{constructor(e,r){super(),this._element=e,e&&xn.isSupported()&&(this._config=this._getConfig(r),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return zt}static get DefaultType(){return vi}static get NAME(){return"swipe"}dispose(){R.off(this._element,".bs.swipe")}_start(e){this._supportPointerEvents?this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX):this._deltaX=e.touches[0].clientX}_end(e){this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX-this._deltaX),this._handleSwipe(),j(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){const e=Math.abs(this._deltaX);if(e<=40)return;const r=e/this._deltaX;this._deltaX=0,r&&j(r>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(R.on(this._element,"pointerdown.bs.swipe",e=>this._start(e)),R.on(this._element,"pointerup.bs.swipe",e=>this._end(e)),this._element.classList.add("pointer-event")):(R.on(this._element,"touchstart.bs.swipe",e=>this._start(e)),R.on(this._element,"touchmove.bs.swipe",e=>this._move(e)),R.on(this._element,"touchend.bs.swipe",e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&("pen"===e.pointerType||"touch"===e.pointerType)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const on="next",jt="prev",te="left",pe="right",$="slid.bs.carousel",Tt="carousel",Tn="active",yi={ArrowLeft:pe,ArrowRight:te},Fn={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Bn={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class ee extends Mt{constructor(e,r){super(e,r),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=ct.findOne(".carousel-indicators",this._element),this._addEventListeners(),this._config.ride===Tt&&this.cycle()}static get Default(){return Fn}static get DefaultType(){return Bn}static get NAME(){return"carousel"}next(){this._slide(on)}nextWhenVisible(){!document.hidden&&W(this._element)&&this.next()}prev(){this._slide(jt)}pause(){this._isSliding&&h(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?R.one(this._element,$,()=>this.cycle()):this.cycle())}to(e){const r=this._getItems();if(e>r.length-1||e<0)return;if(this._isSliding)return void R.one(this._element,$,()=>this.to(e));const s=this._getItemIndex(this._getActive());s!==e&&this._slide(e>s?on:jt,r[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&R.on(this._element,"keydown.bs.carousel",e=>this._keydown(e)),"hover"===this._config.pause&&(R.on(this._element,"mouseenter.bs.carousel",()=>this.pause()),R.on(this._element,"mouseleave.bs.carousel",()=>this._maybeEnableCycle())),this._config.touch&&xn.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const r of ct.find(".carousel-item img",this._element))R.on(r,"dragstart.bs.carousel",s=>s.preventDefault());this._swipeHelper=new xn(this._element,{leftCallback:()=>this._slide(this._directionToOrder(te)),rightCallback:()=>this._slide(this._directionToOrder(pe)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),500+this._config.interval))}})}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;const r=yi[e.key];r&&(e.preventDefault(),this._slide(this._directionToOrder(r)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;const r=ct.findOne(".active",this._indicatorsElement);r.classList.remove(Tn),r.removeAttribute("aria-current");const s=ct.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);s&&(s.classList.add(Tn),s.setAttribute("aria-current","true"))}_updateInterval(){const e=this._activeElement||this._getActive();if(!e)return;const r=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=r||this._config.defaultInterval}_slide(e,r=null){if(this._isSliding)return;const s=this._getActive(),a=e===on,u=r||z(this._getItems(),s,a,this._config.wrap);if(u===s)return;const c=this._getItemIndex(u),p=T=>R.trigger(this._element,T,{relatedTarget:u,direction:this._orderToDirection(e),from:this._getItemIndex(s),to:c});if(p("slide.bs.carousel").defaultPrevented||!s||!u)return;const y=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(c),this._activeElement=u;const x=a?"carousel-item-start":"carousel-item-end",v=a?"carousel-item-next":"carousel-item-prev";u.classList.add(v),s.classList.add(x),u.classList.add(x),this._queueCallback(()=>{u.classList.remove(x,v),u.classList.add(Tn),s.classList.remove(Tn,v,x),this._isSliding=!1,p($)},s,this._isAnimated()),y&&this.cycle()}_isAnimated(){return this._element.classList.contains("slide")}_getActive(){return ct.findOne(".active.carousel-item",this._element)}_getItems(){return ct.find(".carousel-item",this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(e){return E()?e===te?jt:on:e===te?on:jt}_orderToDirection(e){return E()?e===jt?te:pe:e===jt?pe:te}static jQueryInterface(e){return this.each(function(){const r=ee.getOrCreateInstance(this,e);if("number"!=typeof e){if("string"==typeof e){if(void 0===r[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);r[e]()}}else r.to(e)})}}R.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",function(i){const e=g(this);if(!e||!e.classList.contains(Tt))return;i.preventDefault();const r=ee.getOrCreateInstance(e),s=this.getAttribute("data-bs-slide-to");return s?(r.to(s),void r._maybeEnableCycle()):"next"===ye.getDataAttribute(this,"slide")?(r.next(),void r._maybeEnableCycle()):(r.prev(),void r._maybeEnableCycle())}),R.on(window,"load.bs.carousel.data-api",()=>{const i=ct.find('[data-bs-ride="carousel"]');for(const e of i)ee.getOrCreateInstance(e)}),D(ee);const $t="show",Vt="collapse",ne="collapsing",Vn='[data-bs-toggle="collapse"]',Ve={parent:null,toggle:!0},Xn={parent:"(null|element)",toggle:"boolean"};class $e extends Mt{constructor(e,r){super(e,r),this._isTransitioning=!1,this._triggerArray=[];const s=ct.find(Vn);for(const a of s){const u=d(a),c=ct.find(u).filter(p=>p===this._element);null!==u&&c.length&&this._triggerArray.push(a)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return Ve}static get DefaultType(){return Xn}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let e=[];if(this._config.parent&&(e=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter(a=>a!==this._element).map(a=>$e.getOrCreateInstance(a,{toggle:!1}))),e.length&&e[0]._isTransitioning||R.trigger(this._element,"show.bs.collapse").defaultPrevented)return;for(const a of e)a.hide();const r=this._getDimension();this._element.classList.remove(Vt),this._element.classList.add(ne),this._element.style[r]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const s=`scroll${r[0].toUpperCase()+r.slice(1)}`;this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(ne),this._element.classList.add(Vt,$t),this._element.style[r]="",R.trigger(this._element,"shown.bs.collapse")},this._element,!0),this._element.style[r]=`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown()||R.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const e=this._getDimension();this._element.style[e]=`${this._element.getBoundingClientRect()[e]}px`,this._element.classList.add(ne),this._element.classList.remove(Vt,$t);for(const r of this._triggerArray){const s=g(r);s&&!this._isShown(s)&&this._addAriaAndCollapsedClass([r],!1)}this._isTransitioning=!0,this._element.style[e]="",this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(ne),this._element.classList.add(Vt),R.trigger(this._element,"hidden.bs.collapse")},this._element,!0)}_isShown(e=this._element){return e.classList.contains($t)}_configAfterMerge(e){return e.toggle=Boolean(e.toggle),e.parent=I(e.parent),e}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const e=this._getFirstLevelChildren(Vn);for(const r of e){const s=g(r);s&&this._addAriaAndCollapsedClass([r],this._isShown(s))}}_getFirstLevelChildren(e){const r=ct.find(":scope .collapse .collapse",this._config.parent);return ct.find(e,this._config.parent).filter(s=>!r.includes(s))}_addAriaAndCollapsedClass(e,r){if(e.length)for(const s of e)s.classList.toggle("collapsed",!r),s.setAttribute("aria-expanded",r)}static jQueryInterface(e){const r={};return"string"==typeof e&&/show|hide/.test(e)&&(r.toggle=!1),this.each(function(){const s=$e.getOrCreateInstance(this,r);if("string"==typeof e){if(void 0===s[e])throw new TypeError(`No method named "${e}"`);s[e]()}})}}R.on(document,"click.bs.collapse.data-api",Vn,function(i){("A"===i.target.tagName||i.delegateTarget&&"A"===i.delegateTarget.tagName)&&i.preventDefault();const e=d(this),r=ct.find(e);for(const s of r)$e.getOrCreateInstance(s,{toggle:!1}).toggle()}),D($e);const fe="dropdown",re="ArrowUp",qe="ArrowDown",Ae="click.bs.dropdown.data-api",Cn="keydown.bs.dropdown.data-api",Xe="show",wt='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',Ct=`${wt}.show`,Re=".dropdown-menu",bi=E()?"top-end":"top-start",Un=E()?"top-start":"top-end",Qn=E()?"bottom-end":"bottom-start",be=E()?"bottom-start":"bottom-end",_e=E()?"left-start":"right-start",sn=E()?"right-start":"left-start",Ue={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},_i={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class we extends Mt{constructor(e,r){super(e,r),this._popper=null,this._parent=this._element.parentNode,this._menu=ct.next(this._element,Re)[0]||ct.prev(this._element,Re)[0]||ct.findOne(Re,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return Ue}static get DefaultType(){return _i}static get NAME(){return fe}toggle(){return this._isShown()?this.hide():this.show()}show(){if(K(this._element)||this._isShown())return;const e={relatedTarget:this._element};if(!R.trigger(this._element,"show.bs.dropdown",e).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(".navbar-nav"))for(const r of[].concat(...document.body.children))R.on(r,"mouseover",q);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(Xe),this._element.classList.add(Xe),R.trigger(this._element,"shown.bs.dropdown",e)}}hide(){!K(this._element)&&this._isShown()&&this._completeHide({relatedTarget:this._element})}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(e){if(!R.trigger(this._element,"hide.bs.dropdown",e).defaultPrevented){if("ontouchstart"in document.documentElement)for(const r of[].concat(...document.body.children))R.off(r,"mouseover",q);this._popper&&this._popper.destroy(),this._menu.classList.remove(Xe),this._element.classList.remove(Xe),this._element.setAttribute("aria-expanded","false"),ye.removeDataAttribute(this._menu,"popper"),R.trigger(this._element,"hidden.bs.dropdown",e)}}_getConfig(e){if("object"==typeof(e=super._getConfig(e)).reference&&!k(e.reference)&&"function"!=typeof e.reference.getBoundingClientRect)throw new TypeError(`${fe.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(void 0===A)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let e=this._element;"parent"===this._config.reference?e=this._parent:k(this._config.reference)?e=I(this._config.reference):"object"==typeof this._config.reference&&(e=this._config.reference);const r=this._getPopperConfig();this._popper=A.createPopper(e,this._menu,r)}_isShown(){return this._menu.classList.contains(Xe)}_getPlacement(){const e=this._parent;if(e.classList.contains("dropend"))return _e;if(e.classList.contains("dropstart"))return sn;if(e.classList.contains("dropup-center"))return"top";if(e.classList.contains("dropdown-center"))return"bottom";const r="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return e.classList.contains("dropup")?r?Un:bi:r?be:Qn}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:e}=this._config;return"string"==typeof e?e.split(",").map(r=>Number.parseInt(r,10)):"function"==typeof e?r=>e(r,this._element):e}_getPopperConfig(){const e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||"static"===this._config.display)&&(ye.setDataAttribute(this._menu,"popper","static"),e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,..."function"==typeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_selectMenuItem({key:e,target:r}){const s=ct.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter(a=>W(a));s.length&&z(s,r,e===qe,!s.includes(r)).focus()}static jQueryInterface(e){return this.each(function(){const r=we.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===r[e])throw new TypeError(`No method named "${e}"`);r[e]()}})}static clearMenus(e){if(2===e.button||"keyup"===e.type&&"Tab"!==e.key)return;const r=ct.find(Ct);for(const s of r){const a=we.getInstance(s);if(!a||!1===a._config.autoClose)continue;const u=e.composedPath(),c=u.includes(a._menu);if(u.includes(a._element)||"inside"===a._config.autoClose&&!c||"outside"===a._config.autoClose&&c||a._menu.contains(e.target)&&("keyup"===e.type&&"Tab"===e.key||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;const p={relatedTarget:a._element};"click"===e.type&&(p.clickEvent=e),a._completeHide(p)}}static dataApiKeydownHandler(e){const r=/input|textarea/i.test(e.target.tagName),s="Escape"===e.key,a=[re,qe].includes(e.key);if(!a&&!s||r&&!s)return;e.preventDefault();const u=this.matches(wt)?this:ct.prev(this,wt)[0]||ct.next(this,wt)[0]||ct.findOne(wt,e.delegateTarget.parentNode),c=we.getOrCreateInstance(u);if(a)return e.stopPropagation(),c.show(),void c._selectMenuItem(e);c._isShown()&&(e.stopPropagation(),c.hide(),u.focus())}}R.on(document,Cn,wt,we.dataApiKeydownHandler),R.on(document,Cn,Re,we.dataApiKeydownHandler),R.on(document,Ae,we.clearMenus),R.on(document,"keyup.bs.dropdown.data-api",we.clearMenus),R.on(document,Ae,wt,function(i){i.preventDefault(),we.getOrCreateInstance(this).toggle()}),D(we);const hi=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",En=".sticky-top",kn="padding-right",di="margin-right";class an{constructor(){this._element=document.body}getWidth(){const e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){const e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,kn,r=>r+e),this._setElementAttributes(hi,kn,r=>r+e),this._setElementAttributes(En,di,r=>r-e)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,kn),this._resetElementAttributes(hi,kn),this._resetElementAttributes(En,di)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(e,r,s){const a=this.getWidth();this._applyManipulationCallback(e,u=>{if(u!==this._element&&window.innerWidth>u.clientWidth+a)return;this._saveInitialAttribute(u,r);const c=window.getComputedStyle(u).getPropertyValue(r);u.style.setProperty(r,`${s(Number.parseFloat(c))}px`)})}_saveInitialAttribute(e,r){const s=e.style.getPropertyValue(r);s&&ye.setDataAttribute(e,r,s)}_resetElementAttributes(e,r){this._applyManipulationCallback(e,s=>{const a=ye.getDataAttribute(s,r);null!==a?(ye.removeDataAttribute(s,r),s.style.setProperty(r,a)):s.style.removeProperty(r)})}_applyManipulationCallback(e,r){if(k(e))r(e);else for(const s of ct.find(e,this._element))r(s)}}const An="mousedown.bs.backdrop",ln={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},cn={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class We extends Lt{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return ln}static get DefaultType(){return cn}static get NAME(){return"backdrop"}show(e){if(!this._config.isVisible)return void j(e);this._append();this._getElement().classList.add("show"),this._emulateAnimation(()=>{j(e)})}hide(e){this._config.isVisible?(this._getElement().classList.remove("show"),this._emulateAnimation(()=>{this.dispose(),j(e)})):j(e)}dispose(){this._isAppended&&(R.off(this._element,An),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const e=document.createElement("div");e.className=this._config.className,this._config.isAnimated&&e.classList.add("fade"),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=I(e.rootElement),e}_append(){if(this._isAppended)return;const e=this._getElement();this._config.rootElement.append(e),R.on(e,An,()=>{j(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){Q(e,this._getElement(),this._config.isAnimated)}}const Sn=".bs.focustrap",pi="backward",Ne={autofocus:!0,trapElement:null},Kn={autofocus:"boolean",trapElement:"element"};class Dn extends Lt{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return Ne}static get DefaultType(){return Kn}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),R.off(document,Sn),R.on(document,"focusin.bs.focustrap",e=>this._handleFocusin(e)),R.on(document,"keydown.tab.bs.focustrap",e=>this._handleKeydown(e)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,R.off(document,Sn))}_handleFocusin(e){const{trapElement:r}=this._config;if(e.target===document||e.target===r||r.contains(e.target))return;const s=ct.focusableChildren(r);0===s.length?r.focus():this._lastTabNavDirection===pi?s[s.length-1].focus():s[0].focus()}_handleKeydown(e){"Tab"===e.key&&(this._lastTabNavDirection=e.shiftKey?pi:"forward")}}const jn="hidden.bs.modal",Ln="show.bs.modal",tn="modal-open",Yn="modal-static",Gn={backdrop:!0,focus:!0,keyboard:!0},Zn={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class xe extends Mt{constructor(e,r){super(e,r),this._dialog=ct.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new an,this._addEventListeners()}static get Default(){return Gn}static get DefaultType(){return Zn}static get NAME(){return"modal"}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||R.trigger(this._element,Ln,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(tn),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){this._isShown&&!this._isTransitioning&&(R.trigger(this._element,"hide.bs.modal").defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove("show"),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated())))}dispose(){for(const e of[window,this._dialog])R.off(e,".bs.modal");this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new We({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Dn({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const r=ct.findOne(".modal-body",this._dialog);r&&(r.scrollTop=0),this._element.classList.add("show"),this._queueCallback(()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,R.trigger(this._element,"shown.bs.modal",{relatedTarget:e})},this._dialog,this._isAnimated())}_addEventListeners(){R.on(this._element,"keydown.dismiss.bs.modal",e=>{if("Escape"===e.key)return this._config.keyboard?(e.preventDefault(),void this.hide()):void this._triggerBackdropTransition()}),R.on(window,"resize.bs.modal",()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),R.on(this._element,"mousedown.dismiss.bs.modal",e=>{R.one(this._element,"click.dismiss.bs.modal",r=>{this._element===e.target&&this._element===r.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(tn),this._resetAdjustments(),this._scrollBar.reset(),R.trigger(this._element,jn)})}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(R.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const e=this._element.scrollHeight>document.documentElement.clientHeight,r=this._element.style.overflowY;"hidden"===r||this._element.classList.contains(Yn)||(e||(this._element.style.overflowY="hidden"),this._element.classList.add(Yn),this._queueCallback(()=>{this._element.classList.remove(Yn),this._queueCallback(()=>{this._element.style.overflowY=r},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,r=this._scrollBar.getWidth(),s=r>0;if(s&&!e){const a=E()?"paddingLeft":"paddingRight";this._element.style[a]=`${r}px`}if(!s&&e){const a=E()?"paddingRight":"paddingLeft";this._element.style[a]=`${r}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,r){return this.each(function(){const s=xe.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===s[e])throw new TypeError(`No method named "${e}"`);s[e](r)}})}}R.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',function(i){const e=g(this);["A","AREA"].includes(this.tagName)&&i.preventDefault(),R.one(e,Ln,s=>{s.defaultPrevented||R.one(e,jn,()=>{W(this)&&this.focus()})});const r=ct.findOne(".modal.show");r&&xe.getInstance(r).hide(),xe.getOrCreateInstance(e).toggle(this)}),ke(xe),D(xe);const Ot="showing",ze=".offcanvas.show",ve="hidePrevented.bs.offcanvas",On="hidden.bs.offcanvas",wi={backdrop:!0,keyboard:!0,scroll:!1},xi={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class oe extends Mt{constructor(e,r){super(e,r),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return wi}static get DefaultType(){return xi}static get NAME(){return"offcanvas"}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||R.trigger(this._element,"show.bs.offcanvas",{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._backdrop.show(),this._config.scroll||(new an).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Ot),this._queueCallback(()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add("show"),this._element.classList.remove(Ot),R.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:e})},this._element,!0))}hide(){this._isShown&&(R.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add("hiding"),this._backdrop.hide(),this._queueCallback(()=>{this._element.classList.remove("show","hiding"),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new an).reset(),R.trigger(this._element,On)},this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const e=Boolean(this._config.backdrop);return new We({className:"offcanvas-backdrop",isVisible:e,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:e?()=>{"static"!==this._config.backdrop?this.hide():R.trigger(this._element,ve)}:null})}_initializeFocusTrap(){return new Dn({trapElement:this._element})}_addEventListeners(){R.on(this._element,"keydown.dismiss.bs.offcanvas",e=>{"Escape"===e.key&&(this._config.keyboard?this.hide():R.trigger(this._element,ve))})}static jQueryInterface(e){return this.each(function(){const r=oe.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===r[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);r[e](this)}})}}R.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',function(i){const e=g(this);if(["A","AREA"].includes(this.tagName)&&i.preventDefault(),K(this))return;R.one(e,On,()=>{W(this)&&this.focus()});const r=ct.findOne(ze);r&&r!==e&&oe.getInstance(r).hide(),oe.getOrCreateInstance(e).toggle(this)}),R.on(window,"load.bs.offcanvas.data-api",()=>{for(const i of ct.find(ze))oe.getOrCreateInstance(i).show()}),R.on(window,"resize.bs.offcanvas",()=>{for(const i of ct.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(i).position&&oe.getOrCreateInstance(i).hide()}),ke(oe),D(oe);const Jn=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),Qe=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,ti=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Ht=(i,e)=>{const r=i.nodeName.toLowerCase();return e.includes(r)?!Jn.has(r)||Boolean(Qe.test(i.nodeValue)||ti.test(i.nodeValue)):e.filter(s=>s instanceof RegExp).some(s=>s.test(r))},Pn={"*":["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","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Oe={allowList:Pn,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},Ti={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},Ci={entry:"(string|element|function|null)",selector:"(string|element)"};class se extends Lt{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return Oe}static get DefaultType(){return Ti}static get NAME(){return"TemplateFactory"}getContent(){return Object.values(this._config.content).map(e=>this._resolvePossibleFunction(e)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(e){return this._checkContent(e),this._config.content={...this._config.content,...e},this}toHtml(){const e=document.createElement("div");e.innerHTML=this._maybeSanitize(this._config.template);for(const[a,u]of Object.entries(this._config.content))this._setContent(e,u,a);const r=e.children[0],s=this._resolvePossibleFunction(this._config.extraClass);return s&&r.classList.add(...s.split(" ")),r}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(const[r,s]of Object.entries(e))super._typeCheckConfig({selector:r,entry:s},Ci)}_setContent(e,r,s){const a=ct.findOne(s,e);a&&((r=this._resolvePossibleFunction(r))?k(r)?this._putElementInTemplate(I(r),a):this._config.html?a.innerHTML=this._maybeSanitize(r):a.textContent=r:a.remove())}_maybeSanitize(e){return this._config.sanitize?function(r,s,a){if(!r.length)return r;if(a&&"function"==typeof a)return a(r);const u=(new window.DOMParser).parseFromString(r,"text/html"),c=[].concat(...u.body.querySelectorAll("*"));for(const p of c){const y=p.nodeName.toLowerCase();if(!Object.keys(s).includes(y)){p.remove();continue}const x=[].concat(...p.attributes),v=[].concat(s["*"]||[],s[y]||[]);for(const T of x)Ht(T,v)||p.removeAttribute(T.nodeName)}return u.body.innerHTML}(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return"function"==typeof e?e(this):e}_putElementInTemplate(e,r){if(this._config.html)return r.innerHTML="",void r.append(e);r.textContent=e.textContent}}const ae=new Set(["sanitize","allowList","sanitizeFn"]),Ke="fade",Mn="show",Hn="hide.bs.modal",Fe="hover",ei={AUTO:"auto",TOP:"top",RIGHT:E()?"left":"right",BOTTOM:"bottom",LEFT:E()?"right":"left"},Ei={allowList:Pn,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,0],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',title:"",trigger:"hover focus"},ni={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class Ye extends Mt{constructor(e,r){if(void 0===A)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(e,r),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return Ei}static get DefaultType(){return ni}static get NAME(){return"tooltip"}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())}dispose(){clearTimeout(this._timeout),R.off(this._element.closest(".modal"),Hn,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this._isWithContent()||!this._isEnabled)return;const e=R.trigger(this._element,this.constructor.eventName("show")),r=(it(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!r)return;this._disposePopper();const s=this._getTipElement();this._element.setAttribute("aria-describedby",s.getAttribute("id"));const{container:a}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(s),R.trigger(this._element,this.constructor.eventName("inserted"))),this._popper=this._createPopper(s),s.classList.add(Mn),"ontouchstart"in document.documentElement)for(const u of[].concat(...document.body.children))R.on(u,"mouseover",q);this._queueCallback(()=>{R.trigger(this._element,this.constructor.eventName("shown")),!1===this._isHovered&&this._leave(),this._isHovered=!1},this.tip,this._isAnimated())}hide(){if(this._isShown()&&!R.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented){if(this._getTipElement().classList.remove(Mn),"ontouchstart"in document.documentElement)for(const e of[].concat(...document.body.children))R.off(e,"mouseover",q);this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,this._isHovered=null,this._queueCallback(()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),R.trigger(this._element,this.constructor.eventName("hidden")))},this.tip,this._isAnimated())}}update(){this._popper&&this._popper.update()}_isWithContent(){return Boolean(this._getTitle())}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(e){const r=this._getTemplateFactory(e).toHtml();if(!r)return null;r.classList.remove(Ke,Mn),r.classList.add(`bs-${this.constructor.NAME}-auto`);const s=(a=>{do{a+=Math.floor(1e6*Math.random())}while(document.getElementById(a));return a})(this.constructor.NAME).toString();return r.setAttribute("id",s),this._isAnimated()&&r.classList.add(Ke),r}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new se({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{".tooltip-inner":this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(e){return this.constructor.getOrCreateInstance(e.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(Ke)}_isShown(){return this.tip&&this.tip.classList.contains(Mn)}_createPopper(e){const r="function"==typeof this._config.placement?this._config.placement.call(this,e,this._element):this._config.placement,s=ei[r.toUpperCase()];return A.createPopper(this._element,e,this._getPopperConfig(s))}_getOffset(){const{offset:e}=this._config;return"string"==typeof e?e.split(",").map(r=>Number.parseInt(r,10)):"function"==typeof e?r=>e(r,this._element):e}_resolvePossibleFunction(e){return"function"==typeof e?e.call(this._element):e}_getPopperConfig(e){const r={placement:e,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:s=>{this._getTipElement().setAttribute("data-popper-placement",s.state.placement)}}]};return{...r,..."function"==typeof this._config.popperConfig?this._config.popperConfig(r):this._config.popperConfig}}_setListeners(){const e=this._config.trigger.split(" ");for(const r of e)if("click"===r)R.on(this._element,this.constructor.eventName("click"),this._config.selector,s=>{this._initializeOnDelegatedTarget(s).toggle()});else if("manual"!==r){const s=this.constructor.eventName(r===Fe?"mouseenter":"focusin"),a=this.constructor.eventName(r===Fe?"mouseleave":"focusout");R.on(this._element,s,this._config.selector,u=>{const c=this._initializeOnDelegatedTarget(u);c._activeTrigger["focusin"===u.type?"focus":Fe]=!0,c._enter()}),R.on(this._element,a,this._config.selector,u=>{const c=this._initializeOnDelegatedTarget(u);c._activeTrigger["focusout"===u.type?"focus":Fe]=c._element.contains(u.relatedTarget),c._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},R.on(this._element.closest(".modal"),Hn,this._hideModalHandler)}_fixTitle(){const e=this._element.getAttribute("title");e&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",e),this._element.setAttribute("data-bs-original-title",e),this._element.removeAttribute("title"))}_enter(){this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show))}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(e,r){clearTimeout(this._timeout),this._timeout=setTimeout(e,r)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){const r=ye.getDataAttributes(this._element);for(const s of Object.keys(r))ae.has(s)&&delete r[s];return e={...r,..."object"==typeof e&&e?e:{}},e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e.container=!1===e.container?document.body:I(e.container),"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),e}_getDelegateConfig(){const e={};for(const r in this._config)this.constructor.Default[r]!==this._config[r]&&(e[r]=this._config[r]);return e.selector=!1,e.trigger="manual",e}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(e){return this.each(function(){const r=Ye.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===r[e])throw new TypeError(`No method named "${e}"`);r[e]()}})}}D(Ye);const ki={...Ye.Default,content:"",offset:[0,8],placement:"right",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',trigger:"click"},un={...Ye.DefaultType,content:"(null|string|element|function)"};class $n extends Ye{static get Default(){return ki}static get DefaultType(){return un}static get NAME(){return"popover"}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{".popover-header":this._getTitle(),".popover-body":this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(e){return this.each(function(){const r=$n.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===r[e])throw new TypeError(`No method named "${e}"`);r[e]()}})}}D($n);const gi="click.bs.scrollspy",hn="active",Ai={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},Si={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Ge extends Mt{constructor(e,r){super(e,r),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return Ai}static get DefaultType(){return Si}static get NAME(){return"scrollspy"}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=I(e.target)||document.body,e.rootMargin=e.offset?`${e.offset}px 0px -30%`:e.rootMargin,"string"==typeof e.threshold&&(e.threshold=e.threshold.split(",").map(r=>Number.parseFloat(r))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(R.off(this._config.target,gi),R.on(this._config.target,gi,"[href]",e=>{const r=this._observableSections.get(e.target.hash);if(r){e.preventDefault();const s=this._rootElement||window,a=r.offsetTop-this._element.offsetTop;if(s.scrollTo)return void s.scrollTo({top:a,behavior:"smooth"});s.scrollTop=a}}))}_getNewObserver(){return new IntersectionObserver(r=>this._observerCallback(r),{root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin})}_observerCallback(e){const r=c=>this._targetLinks.get(`#${c.target.id}`),s=c=>{this._previousScrollData.visibleEntryTop=c.target.offsetTop,this._process(r(c))},a=(this._rootElement||document.documentElement).scrollTop,u=a>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=a;for(const c of e){if(!c.isIntersecting){this._activeTarget=null,this._clearActiveClass(r(c));continue}const p=c.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(u&&p){if(s(c),!a)return}else u||p||s(c)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const e=ct.find("[href]",this._config.target);for(const r of e){if(!r.hash||K(r))continue;const s=ct.findOne(r.hash,this._element);W(s)&&(this._targetLinks.set(r.hash,r),this._observableSections.set(r.hash,s))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(hn),this._activateParents(e),R.trigger(this._element,"activate.bs.scrollspy",{relatedTarget:e}))}_activateParents(e){if(e.classList.contains("dropdown-item"))ct.findOne(".dropdown-toggle",e.closest(".dropdown")).classList.add(hn);else for(const r of ct.parents(e,".nav, .list-group"))for(const s of ct.prev(r,".nav-link, .nav-item > .nav-link, .list-group-item"))s.classList.add(hn)}_clearActiveClass(e){e.classList.remove(hn);const r=ct.find("[href].active",e);for(const s of r)s.classList.remove(hn)}static jQueryInterface(e){return this.each(function(){const r=Ge.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===r[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);r[e]()}})}}R.on(window,"load.bs.scrollspy.data-api",()=>{for(const i of ct.find('[data-bs-spy="scroll"]'))Ge.getOrCreateInstance(i)}),D(Ge);const dn="ArrowLeft",qn="ArrowRight",pn="ArrowUp",Rn="ArrowDown",en="active",ii="show",De='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',fn=`.nav-link:not(.dropdown-toggle), .list-group-item:not(.dropdown-toggle), [role="tab"]:not(.dropdown-toggle), ${De}`;class Pe extends Mt{constructor(e){super(e),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),R.on(this._element,"keydown.bs.tab",r=>this._keydown(r)))}static get NAME(){return"tab"}show(){const e=this._element;if(this._elemIsActive(e))return;const r=this._getActiveElem(),s=r?R.trigger(r,"hide.bs.tab",{relatedTarget:e}):null;R.trigger(e,"show.bs.tab",{relatedTarget:r}).defaultPrevented||s&&s.defaultPrevented||(this._deactivate(r,e),this._activate(e,r))}_activate(e,r){e&&(e.classList.add(en),this._activate(g(e)),this._queueCallback(()=>{"tab"===e.getAttribute("role")?(e.removeAttribute("tabindex"),e.setAttribute("aria-selected",!0),this._toggleDropDown(e,!0),R.trigger(e,"shown.bs.tab",{relatedTarget:r})):e.classList.add(ii)},e,e.classList.contains("fade")))}_deactivate(e,r){e&&(e.classList.remove(en),e.blur(),this._deactivate(g(e)),this._queueCallback(()=>{"tab"===e.getAttribute("role")?(e.setAttribute("aria-selected",!1),e.setAttribute("tabindex","-1"),this._toggleDropDown(e,!1),R.trigger(e,"hidden.bs.tab",{relatedTarget:r})):e.classList.remove(ii)},e,e.classList.contains("fade")))}_keydown(e){if(![dn,qn,pn,Rn].includes(e.key))return;e.stopPropagation(),e.preventDefault();const r=[qn,Rn].includes(e.key),s=z(this._getChildren().filter(a=>!K(a)),e.target,r,!0);s&&(s.focus({preventScroll:!0}),Pe.getOrCreateInstance(s).show())}_getChildren(){return ct.find(fn,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,r){this._setAttributeIfNotExists(e,"role","tablist");for(const s of r)this._setInitialAttributesOnChild(s)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);const r=this._elemIsActive(e),s=this._getOuterElement(e);e.setAttribute("aria-selected",r),s!==e&&this._setAttributeIfNotExists(s,"role","presentation"),r||e.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(e,"role","tab"),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){const r=g(e);r&&(this._setAttributeIfNotExists(r,"role","tabpanel"),e.id&&this._setAttributeIfNotExists(r,"aria-labelledby",`#${e.id}`))}_toggleDropDown(e,r){const s=this._getOuterElement(e);if(!s.classList.contains("dropdown"))return;const a=(u,c)=>{const p=ct.findOne(u,s);p&&p.classList.toggle(c,r)};a(".dropdown-toggle",en),a(".dropdown-menu",ii),s.setAttribute("aria-expanded",r)}_setAttributeIfNotExists(e,r,s){e.hasAttribute(r)||e.setAttribute(r,s)}_elemIsActive(e){return e.classList.contains(en)}_getInnerElement(e){return e.matches(fn)?e:ct.findOne(fn,e)}_getOuterElement(e){return e.closest(".nav-item, .list-group-item")||e}static jQueryInterface(e){return this.each(function(){const r=Pe.getOrCreateInstance(this);if("string"==typeof e){if(void 0===r[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);r[e]()}})}}R.on(document,"click.bs.tab",De,function(i){["A","AREA"].includes(this.tagName)&&i.preventDefault(),K(this)||Pe.getOrCreateInstance(this).show()}),R.on(window,"load.bs.tab",()=>{for(const i of ct.find('.active[data-bs-toggle="tab"], .active[data-bs-toggle="pill"], .active[data-bs-toggle="list"]'))Pe.getOrCreateInstance(i)}),D(Pe);const Wn="show",zn="showing",Di={animation:"boolean",autohide:"boolean",delay:"number"},t={animation:!0,autohide:!0,delay:5e3};class n extends Mt{constructor(e,r){super(e,r),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return t}static get DefaultType(){return Di}static get NAME(){return"toast"}show(){R.trigger(this._element,"show.bs.toast").defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove("hide"),this._element.classList.add(Wn,zn),this._queueCallback(()=>{this._element.classList.remove(zn),R.trigger(this._element,"shown.bs.toast"),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){this.isShown()&&(R.trigger(this._element,"hide.bs.toast").defaultPrevented||(this._element.classList.add(zn),this._queueCallback(()=>{this._element.classList.add("hide"),this._element.classList.remove(zn,Wn),R.trigger(this._element,"hidden.bs.toast")},this._element,this._config.animation)))}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(Wn),super.dispose()}isShown(){return this._element.classList.contains(Wn)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(e,r){switch(e.type){case"mouseover":case"mouseout":this._hasMouseInteraction=r;break;case"focusin":case"focusout":this._hasKeyboardInteraction=r}if(r)return void this._clearTimeout();const s=e.relatedTarget;this._element===s||this._element.contains(s)||this._maybeScheduleHide()}_setListeners(){R.on(this._element,"mouseover.bs.toast",e=>this._onInteraction(e,!0)),R.on(this._element,"mouseout.bs.toast",e=>this._onInteraction(e,!1)),R.on(this._element,"focusin.bs.toast",e=>this._onInteraction(e,!0)),R.on(this._element,"focusout.bs.toast",e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each(function(){const r=n.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===r[e])throw new TypeError(`No method named "${e}"`);r[e](this)}})}}return ke(n),D(n),{Alert:Be,Button:Le,Carousel:ee,Collapse:$e,Dropdown:we,Modal:xe,Offcanvas:oe,Popover:$n,ScrollSpy:Ge,Tab:Pe,Toast:n,Tooltip:Ye}}),function(b,ot){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=b.document?ot(b,!0):function(A){if(!A.document)throw new Error("jQuery requires a window with a document");return ot(A)}:ot(b)}(typeof window<"u"?window:this,function(b,ot){"use strict";var A=[],ut=Object.getPrototypeOf,S=A.slice,d=A.flat?function(t){return A.flat.call(t)}:function(t){return A.concat.apply([],t)},g=A.push,h=A.indexOf,k={},I=k.toString,W=k.hasOwnProperty,K=W.toString,it=K.call(Object),q={},P=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType&&"function"!=typeof t.item},bt=function(t){return null!=t&&t===t.window},m=b.document,E={type:!0,src:!0,nonce:!0,noModule:!0};function D(t,n,i){var e,r,s=(i=i||m).createElement("script");if(s.text=t,n)for(e in E)(r=n[e]||n.getAttribute&&n.getAttribute(e))&&s.setAttribute(e,r);i.head.appendChild(s).parentNode.removeChild(s)}function j(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?k[I.call(t)]||"object":typeof t}var Q="3.7.0",z=/HTML$/i,o=function(t,n){return new o.fn.init(t,n)};function tt(t){var n=!!t&&"length"in t&&t.length,i=j(t);return!P(t)&&!bt(t)&&("array"===i||0===n||"number"==typeof n&&0<n&&n-1 in t)}function X(t,n){return t.nodeName&&t.nodeName.toLowerCase()===n.toLowerCase()}o.fn=o.prototype={jquery:Q,constructor:o,length:0,toArray:function(){return S.call(this)},get:function(t){return null==t?S.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var n=o.merge(this.constructor(),t);return n.prevObject=this,n},each:function(t){return o.each(this,t)},map:function(t){return this.pushStack(o.map(this,function(n,i){return t.call(n,i,n)}))},slice:function(){return this.pushStack(S.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(o.grep(this,function(t,n){return(n+1)%2}))},odd:function(){return this.pushStack(o.grep(this,function(t,n){return n%2}))},eq:function(t){var n=this.length,i=+t+(t<0?n:0);return this.pushStack(0<=i&&i<n?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:A.sort,splice:A.splice},o.extend=o.fn.extend=function(){var t,n,i,e,r,s,a=arguments[0]||{},u=1,c=arguments.length,p=!1;for("boolean"==typeof a&&(p=a,a=arguments[u]||{},u++),"object"==typeof a||P(a)||(a={}),u===c&&(a=this,u--);u<c;u++)if(null!=(t=arguments[u]))for(n in t)e=t[n],"__proto__"!==n&&a!==e&&(p&&e&&(o.isPlainObject(e)||(r=Array.isArray(e)))?(i=a[n],s=r&&!Array.isArray(i)?[]:r||o.isPlainObject(i)?i:{},r=!1,a[n]=o.extend(p,s,e)):void 0!==e&&(a[n]=e));return a},o.extend({expando:"jQuery"+(Q+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var n,i;return!(!t||"[object Object]"!==I.call(t)||(n=ut(t))&&("function"!=typeof(i=W.call(n,"constructor")&&n.constructor)||K.call(i)!==it))},isEmptyObject:function(t){var n;for(n in t)return!1;return!0},globalEval:function(t,n,i){D(t,{nonce:n&&n.nonce},i)},each:function(t,n){var i,e=0;if(tt(t))for(i=t.length;e<i&&!1!==n.call(t[e],e,t[e]);e++);else for(e in t)if(!1===n.call(t[e],e,t[e]))break;return t},text:function(t){var n,i="",e=0,r=t.nodeType;if(r){if(1===r||9===r||11===r)return t.textContent;if(3===r||4===r)return t.nodeValue}else for(;n=t[e++];)i+=o.text(n);return i},makeArray:function(t,n){var i=n||[];return null!=t&&(tt(Object(t))?o.merge(i,"string"==typeof t?[t]:t):g.call(i,t)),i},inArray:function(t,n,i){return null==n?-1:h.call(n,t,i)},isXMLDoc:function(t){var i=t&&(t.ownerDocument||t).documentElement;return!z.test(t&&t.namespaceURI||i&&i.nodeName||"HTML")},merge:function(t,n){for(var i=+n.length,e=0,r=t.length;e<i;e++)t[r++]=n[e];return t.length=r,t},grep:function(t,n,i){for(var e=[],r=0,s=t.length,a=!i;r<s;r++)!n(t[r],r)!==a&&e.push(t[r]);return e},map:function(t,n,i){var e,r,s=0,a=[];if(tt(t))for(e=t.length;s<e;s++)null!=(r=n(t[s],s,i))&&a.push(r);else for(s in t)null!=(r=n(t[s],s,i))&&a.push(r);return d(a)},guid:1,support:q}),"function"==typeof Symbol&&(o.fn[Symbol.iterator]=A[Symbol.iterator]),o.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,n){k["[object "+n+"]"]=n.toLowerCase()});var _t=A.pop,Xt=A.sort,Ut=A.splice,rt="[\\x20\\t\\r\\n\\f]",Qt=new RegExp("^"+rt+"+|((?:^|[^\\\\])(?:\\\\.)*)"+rt+"+$","g");o.contains=function(t,n){var i=n&&n.parentNode;return t===i||!(!i||1!==i.nodeType||!(t.contains?t.contains(i):t.compareDocumentPosition&&16&t.compareDocumentPosition(i)))};var Yt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function ie(t,n){return n?"\0"===t?"\ufffd":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t}o.escapeSelector=function(t){return(t+"").replace(Yt,ie)};var At=m,Ee=g;!function(){var t,n,i,e,r,s,a,u,c,p,y=Ee,x=o.expando,v=0,T=0,M=pt(),F=pt(),V=pt(),st=pt(),dt=function(l,f){return l===f&&(r=!0),0},Pt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",qt="(?:\\\\[\\da-fA-F]{1,6}"+rt+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Z="\\["+rt+"*("+qt+")(?:"+rt+"*([*^$|!~]?=)"+rt+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+qt+"))|)"+rt+"*\\]",le=":("+qt+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Z+")*)|.*)\\)|)",et=new RegExp(rt+"+","g"),ht=new RegExp("^"+rt+"*,"+rt+"*"),Ze=new RegExp("^"+rt+"*([>+~]|"+rt+")"+rt+"*"),ri=new RegExp(rt+"|>"),Ft=new RegExp(le),Je=new RegExp("^"+qt+"$"),Kt={ID:new RegExp("^#("+qt+")"),CLASS:new RegExp("^\\.("+qt+")"),TAG:new RegExp("^("+qt+"|[*])"),ATTR:new RegExp("^"+Z),PSEUDO:new RegExp("^"+le),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+rt+"*(even|odd|(([+-]|)(\\d*)n|)"+rt+"*(?:([+-]|)"+rt+"*(\\d+)|))"+rt+"*\\)|)","i"),bool:new RegExp("^(?:"+Pt+")$","i"),needsContext:new RegExp("^"+rt+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+rt+"*((?:-\\d)?\\d*)"+rt+"*\\)|)(?=[^-]|$)","i")},ce=/^(?:input|select|textarea|button)$/i,Me=/^h\d$/i,It=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,vt=/[+~]/,gt=new RegExp("\\\\[\\da-fA-F]{1,6}"+rt+"?|\\\\([^\\r\\n\\f])","g"),Et=function(l,f){var _="0x"+l.slice(1)-65536;return f||(_<0?String.fromCharCode(_+65536):String.fromCharCode(_>>10|55296,1023&_|56320))},ue=function(){he()},kt=yn(function(l){return!0===l.disabled&&X(l,"fieldset")},{dir:"parentNode",next:"legend"});try{y.apply(A=S.call(At.childNodes),At.childNodes)}catch{y={apply:function(f,_){Ee.apply(f,S.call(_))},call:function(f){Ee.apply(f,S.call(arguments,1))}}}function B(l,f,_,w){var C,N,O,H,L,nt,Y,G=f&&f.ownerDocument,J=f?f.nodeType:9;if(_=_||[],"string"!=typeof l||!l||1!==J&&9!==J&&11!==J)return _;if(!w&&(he(f),f=f||s,u)){if(11!==J&&(L=It.exec(l)))if(C=L[1]){if(9===J){if(!(O=f.getElementById(C)))return _;if(O.id===C)return y.call(_,O),_}else if(G&&(O=G.getElementById(C))&&B.contains(f,O)&&O.id===C)return y.call(_,O),_}else{if(L[2])return y.apply(_,f.getElementsByTagName(l)),_;if((C=L[3])&&f.getElementsByClassName)return y.apply(_,f.getElementsByClassName(C)),_}if(!(st[l+" "]||c&&c.test(l))){if(Y=l,G=f,1===J&&(ri.test(l)||Ze.test(l))){for((G=vt.test(l)&&oi(f.parentNode)||f)==f&&q.scope||((H=f.getAttribute("id"))?H=o.escapeSelector(H):f.setAttribute("id",H=x)),N=(nt=mn(l)).length;N--;)nt[N]=(H?"#"+H:":scope")+" "+vn(nt[N]);Y=nt.join(",")}try{return y.apply(_,G.querySelectorAll(Y)),_}catch{st(l,!0)}finally{H===x&&f.removeAttribute("id")}}}return Li(l.replace(Qt,"$1"),f,_,w)}function pt(){var l=[];return function f(_,w){return l.push(_+" ")>n.cacheLength&&delete f[l.shift()],f[_+" "]=w}}function ft(l){return l[x]=!0,l}function at(l){var f=s.createElement("fieldset");try{return!!l(f)}catch{return!1}finally{f.parentNode&&f.parentNode.removeChild(f),f=null}}function Bt(l){return function(f){return X(f,"input")&&f.type===l}}function He(l){return function(f){return(X(f,"input")||X(f,"button"))&&f.type===l}}function gn(l){return function(f){return"form"in f?f.parentNode&&!1===f.disabled?"label"in f?"label"in f.parentNode?f.parentNode.disabled===l:f.disabled===l:f.isDisabled===l||f.isDisabled!==!l&&kt(f)===l:f.disabled===l:"label"in f&&f.disabled===l}}function Te(l){return ft(function(f){return f=+f,ft(function(_,w){for(var C,N=l([],_.length,f),O=N.length;O--;)_[C=N[O]]&&(_[C]=!(w[C]=_[C]))})})}function oi(l){return l&&typeof l.getElementsByTagName<"u"&&l}function he(l){var f,_=l?l.ownerDocument||l:At;return _!=s&&9===_.nodeType&&_.documentElement&&(a=(s=_).documentElement,u=!o.isXMLDoc(s),p=a.matches||a.webkitMatchesSelector||a.msMatchesSelector,At!=s&&(f=s.defaultView)&&f.top!==f&&f.addEventListener("unload",ue),q.getById=at(function(w){return a.appendChild(w).id=o.expando,!s.getElementsByName||!s.getElementsByName(o.expando).length}),q.disconnectedMatch=at(function(w){return p.call(w,"*")}),q.scope=at(function(){return s.querySelectorAll(":scope")}),q.cssHas=at(function(){try{return s.querySelector(":has(*,:jqfake)"),!1}catch{return!0}}),q.getById?(n.filter.ID=function(w){var C=w.replace(gt,Et);return function(N){return N.getAttribute("id")===C}},n.find.ID=function(w,C){if(typeof C.getElementById<"u"&&u){var N=C.getElementById(w);return N?[N]:[]}}):(n.filter.ID=function(w){var C=w.replace(gt,Et);return function(N){var O=typeof N.getAttributeNode<"u"&&N.getAttributeNode("id");return O&&O.value===C}},n.find.ID=function(w,C){if(typeof C.getElementById<"u"&&u){var N,O,H,L=C.getElementById(w);if(L){if((N=L.getAttributeNode("id"))&&N.value===w)return[L];for(H=C.getElementsByName(w),O=0;L=H[O++];)if((N=L.getAttributeNode("id"))&&N.value===w)return[L]}return[]}}),n.find.TAG=function(w,C){return typeof C.getElementsByTagName<"u"?C.getElementsByTagName(w):C.querySelectorAll(w)},n.find.CLASS=function(w,C){if(typeof C.getElementsByClassName<"u"&&u)return C.getElementsByClassName(w)},c=[],at(function(w){var C;a.appendChild(w).innerHTML="<a id='"+x+"' href='' disabled='disabled'></a><select id='"+x+"-\r\\' disabled='disabled'><option selected=''></option></select>",w.querySelectorAll("[selected]").length||c.push("\\["+rt+"*(?:value|"+Pt+")"),w.querySelectorAll("[id~="+x+"-]").length||c.push("~="),w.querySelectorAll("a#"+x+"+*").length||c.push(".#.+[+~]"),w.querySelectorAll(":checked").length||c.push(":checked"),(C=s.createElement("input")).setAttribute("type","hidden"),w.appendChild(C).setAttribute("name","D"),a.appendChild(w).disabled=!0,2!==w.querySelectorAll(":disabled").length&&c.push(":enabled",":disabled"),(C=s.createElement("input")).setAttribute("name",""),w.appendChild(C),w.querySelectorAll("[name='']").length||c.push("\\["+rt+"*name"+rt+"*="+rt+"*(?:''|\"\")")}),q.cssHas||c.push(":has"),c=c.length&&new RegExp(c.join("|")),dt=function(w,C){if(w===C)return r=!0,0;var N=!w.compareDocumentPosition-!C.compareDocumentPosition;return N||(1&(N=(w.ownerDocument||w)==(C.ownerDocument||C)?w.compareDocumentPosition(C):1)||!q.sortDetached&&C.compareDocumentPosition(w)===N?w===s||w.ownerDocument==At&&B.contains(At,w)?-1:C===s||C.ownerDocument==At&&B.contains(At,C)?1:e?h.call(e,w)-h.call(e,C):0:4&N?-1:1)}),s}for(t in B.matches=function(l,f){return B(l,null,null,f)},B.matchesSelector=function(l,f){if(he(l),u&&!st[f+" "]&&(!c||!c.test(f)))try{var _=p.call(l,f);if(_||q.disconnectedMatch||l.document&&11!==l.document.nodeType)return _}catch{st(f,!0)}return 0<B(f,s,null,[l]).length},B.contains=function(l,f){return(l.ownerDocument||l)!=s&&he(l),o.contains(l,f)},B.attr=function(l,f){(l.ownerDocument||l)!=s&&he(l);var _=n.attrHandle[f.toLowerCase()],w=_&&W.call(n.attrHandle,f.toLowerCase())?_(l,f,!u):void 0;return void 0!==w?w:l.getAttribute(f)},B.error=function(l){throw new Error("Syntax error, unrecognized expression: "+l)},o.uniqueSort=function(l){var f,_=[],w=0,C=0;if(r=!q.sortStable,e=!q.sortStable&&S.call(l,0),Xt.call(l,dt),r){for(;f=l[C++];)f===l[C]&&(w=_.push(C));for(;w--;)Ut.call(l,_[w],1)}return e=null,l},o.fn.uniqueSort=function(){return this.pushStack(o.uniqueSort(S.apply(this)))},(n=o.expr={cacheLength:50,createPseudo:ft,match:Kt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(l){return l[1]=l[1].replace(gt,Et),l[3]=(l[3]||l[4]||l[5]||"").replace(gt,Et),"~="===l[2]&&(l[3]=" "+l[3]+" "),l.slice(0,4)},CHILD:function(l){return l[1]=l[1].toLowerCase(),"nth"===l[1].slice(0,3)?(l[3]||B.error(l[0]),l[4]=+(l[4]?l[5]+(l[6]||1):2*("even"===l[3]||"odd"===l[3])),l[5]=+(l[7]+l[8]||"odd"===l[3])):l[3]&&B.error(l[0]),l},PSEUDO:function(l){var f,_=!l[6]&&l[2];return Kt.CHILD.test(l[0])?null:(l[3]?l[2]=l[4]||l[5]||"":_&&Ft.test(_)&&(f=mn(_,!0))&&(f=_.indexOf(")",_.length-f)-_.length)&&(l[0]=l[0].slice(0,f),l[2]=_.slice(0,f)),l.slice(0,3))}},filter:{TAG:function(l){var f=l.replace(gt,Et).toLowerCase();return"*"===l?function(){return!0}:function(_){return X(_,f)}},CLASS:function(l){var f=M[l+" "];return f||(f=new RegExp("(^|"+rt+")"+l+"("+rt+"|$)"))&&M(l,function(_){return f.test("string"==typeof _.className&&_.className||typeof _.getAttribute<"u"&&_.getAttribute("class")||"")})},ATTR:function(l,f,_){return function(w){var C=B.attr(w,l);return null==C?"!="===f:!f||(C+="","="===f?C===_:"!="===f?C!==_:"^="===f?_&&0===C.indexOf(_):"*="===f?_&&-1<C.indexOf(_):"$="===f?_&&C.slice(-_.length)===_:"~="===f?-1<(" "+C.replace(et," ")+" ").indexOf(_):"|="===f&&(C===_||C.slice(0,_.length+1)===_+"-"))}},CHILD:function(l,f,_,w,C){var N="nth"!==l.slice(0,3),O="last"!==l.slice(-4),H="of-type"===f;return 1===w&&0===C?function(L){return!!L.parentNode}:function(L,nt,Y){var G,J,U,mt,xt,yt=N!==O?"nextSibling":"previousSibling",St=L.parentNode,Nt=H&&L.nodeName.toLowerCase(),Rt=!Y&&!H,lt=!1;if(St){if(N){for(;yt;){for(U=L;U=U[yt];)if(H?X(U,Nt):1===U.nodeType)return!1;xt=yt="only"===l&&!xt&&"nextSibling"}return!0}if(xt=[O?St.firstChild:St.lastChild],O&&Rt){for(lt=(mt=(G=(J=St[x]||(St[x]={}))[l]||[])[0]===v&&G[1])&&G[2],U=mt&&St.childNodes[mt];U=++mt&&U&&U[yt]||(lt=mt=0)||xt.pop();)if(1===U.nodeType&&++lt&&U===L){J[l]=[v,mt,lt];break}}else if(Rt&&(lt=mt=(G=(J=L[x]||(L[x]={}))[l]||[])[0]===v&&G[1]),!1===lt)for(;(U=++mt&&U&&U[yt]||(lt=mt=0)||xt.pop())&&(!(H?X(U,Nt):1===U.nodeType)||!++lt||(Rt&&((J=U[x]||(U[x]={}))[l]=[v,lt]),U!==L)););return(lt-=C)===w||lt%w==0&&0<=lt/w}}},PSEUDO:function(l,f){var _,w=n.pseudos[l]||n.setFilters[l.toLowerCase()]||B.error("unsupported pseudo: "+l);return w[x]?w(f):1<w.length?(_=[l,l,"",f],n.setFilters.hasOwnProperty(l.toLowerCase())?ft(function(C,N){for(var O,H=w(C,f),L=H.length;L--;)C[O=h.call(C,H[L])]=!(N[O]=H[L])}):function(C){return w(C,0,_)}):w}},pseudos:{not:ft(function(l){var f=[],_=[],w=ci(l.replace(Qt,"$1"));return w[x]?ft(function(C,N,O,H){for(var L,nt=w(C,null,H,[]),Y=C.length;Y--;)(L=nt[Y])&&(C[Y]=!(N[Y]=L))}):function(C,N,O){return f[0]=C,w(f,null,O,_),f[0]=null,!_.pop()}}),has:ft(function(l){return function(f){return 0<B(l,f).length}}),contains:ft(function(l){return l=l.replace(gt,Et),function(f){return-1<(f.textContent||o.text(f)).indexOf(l)}}),lang:ft(function(l){return Je.test(l||"")||B.error("unsupported lang: "+l),l=l.replace(gt,Et).toLowerCase(),function(f){var _;do{if(_=u?f.lang:f.getAttribute("xml:lang")||f.getAttribute("lang"))return(_=_.toLowerCase())===l||0===_.indexOf(l+"-")}while((f=f.parentNode)&&1===f.nodeType);return!1}}),target:function(l){var f=b.location&&b.location.hash;return f&&f.slice(1)===l.id},root:function(l){return l===a},focus:function(l){return l===function(){try{return s.activeElement}catch{}}()&&s.hasFocus()&&!!(l.type||l.href||~l.tabIndex)},enabled:gn(!1),disabled:gn(!0),checked:function(l){return X(l,"input")&&!!l.checked||X(l,"option")&&!!l.selected},selected:function(l){return!0===l.selected},empty:function(l){for(l=l.firstChild;l;l=l.nextSibling)if(l.nodeType<6)return!1;return!0},parent:function(l){return!n.pseudos.empty(l)},header:function(l){return Me.test(l.nodeName)},input:function(l){return ce.test(l.nodeName)},button:function(l){return X(l,"input")&&"button"===l.type||X(l,"button")},text:function(l){var f;return X(l,"input")&&"text"===l.type&&(null==(f=l.getAttribute("type"))||"text"===f.toLowerCase())},first:Te(function(){return[0]}),last:Te(function(l,f){return[f-1]}),eq:Te(function(l,f,_){return[_<0?_+f:_]}),even:Te(function(l,f){for(var _=0;_<f;_+=2)l.push(_);return l}),odd:Te(function(l,f){for(var _=1;_<f;_+=2)l.push(_);return l}),lt:Te(function(l,f,_){var w;for(w=_<0?_+f:f<_?f:_;0<=--w;)l.push(w);return l}),gt:Te(function(l,f,_){for(var w=_<0?_+f:_;++w<f;)l.push(w);return l})}}).pseudos.nth=n.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})n.pseudos[t]=Bt(t);for(t in{submit:!0,reset:!0})n.pseudos[t]=He(t);function ji(){}function mn(l,f){var _,w,C,N,O,H,L,nt=F[l+" "];if(nt)return f?0:nt.slice(0);for(O=l,H=[],L=n.preFilter;O;){for(N in _&&!(w=ht.exec(O))||(w&&(O=O.slice(w[0].length)||O),H.push(C=[])),_=!1,(w=Ze.exec(O))&&(_=w.shift(),C.push({value:_,type:w[0].replace(Qt," ")}),O=O.slice(_.length)),n.filter)!(w=Kt[N].exec(O))||L[N]&&!(w=L[N](w))||(_=w.shift(),C.push({value:_,type:N,matches:w}),O=O.slice(_.length));if(!_)break}return f?O.length:O?B.error(l):F(l,H).slice(0)}function vn(l){for(var f=0,_=l.length,w="";f<_;f++)w+=l[f].value;return w}function yn(l,f,_){var w=f.dir,C=f.next,N=C||w,O=_&&"parentNode"===N,H=T++;return f.first?function(L,nt,Y){for(;L=L[w];)if(1===L.nodeType||O)return l(L,nt,Y);return!1}:function(L,nt,Y){var G,J,U=[v,H];if(Y){for(;L=L[w];)if((1===L.nodeType||O)&&l(L,nt,Y))return!0}else for(;L=L[w];)if(1===L.nodeType||O)if(J=L[x]||(L[x]={}),C&&X(L,C))L=L[w]||L;else{if((G=J[N])&&G[0]===v&&G[1]===H)return U[2]=G[2];if((J[N]=U)[2]=l(L,nt,Y))return!0}return!1}}function si(l){return 1<l.length?function(f,_,w){for(var C=l.length;C--;)if(!l[C](f,_,w))return!1;return!0}:l[0]}function bn(l,f,_,w,C){for(var N,O=[],H=0,L=l.length,nt=null!=f;H<L;H++)(N=l[H])&&(_&&!_(N,w,C)||(O.push(N),nt&&f.push(H)));return O}function ai(l,f,_,w,C,N){return w&&!w[x]&&(w=ai(w)),C&&!C[x]&&(C=ai(C,N)),ft(function(O,H,L,nt){var Y,G,J,U,mt=[],xt=[],yt=H.length,St=O||function(Rt,lt,Ce){for(var Wt=0,_n=lt.length;Wt<_n;Wt++)B(Rt,lt[Wt],Ce);return Ce}(f||"*",L.nodeType?[L]:L,[]),Nt=!l||!O&&f?St:bn(St,mt,l,L,nt);if(_?_(Nt,U=C||(O?l:yt||w)?[]:H,L,nt):U=Nt,w)for(Y=bn(U,xt),w(Y,[],L,nt),G=Y.length;G--;)(J=Y[G])&&(U[xt[G]]=!(Nt[xt[G]]=J));if(O){if(C||l){if(C){for(Y=[],G=U.length;G--;)(J=U[G])&&Y.push(Nt[G]=J);C(null,U=[],Y,nt)}for(G=U.length;G--;)(J=U[G])&&-1<(Y=C?h.call(O,J):mt[G])&&(O[Y]=!(H[Y]=J))}}else U=bn(U===H?U.splice(yt,U.length):U),C?C(null,H,U,nt):y.apply(H,U)})}function li(l){for(var f,_,w,C=l.length,N=n.relative[l[0].type],O=N||n.relative[" "],H=N?1:0,L=yn(function(G){return G===f},O,!0),nt=yn(function(G){return-1<h.call(f,G)},O,!0),Y=[function(G,J,U){var mt=!N&&(U||J!=i)||((f=J).nodeType?L(G,J,U):nt(G,J,U));return f=null,mt}];H<C;H++)if(_=n.relative[l[H].type])Y=[yn(si(Y),_)];else{if((_=n.filter[l[H].type].apply(null,l[H].matches))[x]){for(w=++H;w<C&&!n.relative[l[w].type];w++);return ai(1<H&&si(Y),1<H&&vn(l.slice(0,H-1).concat({value:" "===l[H-2].type?"*":""})).replace(Qt,"$1"),_,H<w&&li(l.slice(H,w)),w<C&&li(l=l.slice(w)),w<C&&vn(l))}Y.push(_)}return si(Y)}function ci(l,f){var _,w,C,N,O,H,L=[],nt=[],Y=V[l+" "];if(!Y){for(f||(f=mn(l)),_=f.length;_--;)(Y=li(f[_]))[x]?L.push(Y):nt.push(Y);(Y=V(l,(w=nt,N=0<(C=L).length,O=0<w.length,H=function(G,J,U,mt,xt){var yt,St,Nt,Rt=0,lt="0",Ce=G&&[],Wt=[],_n=i,Ni=G||O&&n.find.TAG("*",xt),Oi=v+=null==_n?1:Math.random()||.1,Pi=Ni.length;for(xt&&(i=J==s||J||xt);lt!==Pi&&null!=(yt=Ni[lt]);lt++){if(O&&yt){for(St=0,J||yt.ownerDocument==s||(he(yt),U=!u);Nt=w[St++];)if(Nt(yt,J||s,U)){y.call(mt,yt);break}xt&&(v=Oi)}N&&((yt=!Nt&&yt)&&Rt--,G&&Ce.push(yt))}if(Rt+=lt,N&<!==Rt){for(St=0;Nt=C[St++];)Nt(Ce,Wt,J,U);if(G){if(0<Rt)for(;lt--;)Ce[lt]||Wt[lt]||(Wt[lt]=_t.call(mt));Wt=bn(Wt)}y.apply(mt,Wt),xt&&!G&&0<Wt.length&&1<Rt+C.length&&o.uniqueSort(mt)}return xt&&(v=Oi,i=_n),Ce},N?ft(H):H))).selector=l}return Y}function Li(l,f,_,w){var C,N,O,H,L,nt="function"==typeof l&&l,Y=!w&&mn(l=nt.selector||l);if(_=_||[],1===Y.length){if(2<(N=Y[0]=Y[0].slice(0)).length&&"ID"===(O=N[0]).type&&9===f.nodeType&&u&&n.relative[N[1].type]){if(!(f=(n.find.ID(O.matches[0].replace(gt,Et),f)||[])[0]))return _;nt&&(f=f.parentNode),l=l.slice(N.shift().value.length)}for(C=Kt.needsContext.test(l)?0:N.length;C--&&!n.relative[H=(O=N[C]).type];)if((L=n.find[H])&&(w=L(O.matches[0].replace(gt,Et),vt.test(N[0].type)&&oi(f.parentNode)||f))){if(N.splice(C,1),!(l=w.length&&vn(N)))return y.apply(_,w),_;break}}return(nt||ci(l,Y))(w,f,!u,_,!f||vt.test(l)&&oi(f.parentNode)||f),_}ji.prototype=n.filters=n.pseudos,n.setFilters=new ji,q.sortStable=x.split("").sort(dt).join("")===x,he(),q.sortDetached=at(function(l){return 1&l.compareDocumentPosition(s.createElement("fieldset"))}),o.find=B,o.expr[":"]=o.expr.pseudos,o.unique=o.uniqueSort,B.compile=ci,B.select=Li,B.setDocument=he,B.escape=o.escapeSelector,B.getText=o.text,B.isXML=o.isXMLDoc,B.selectors=o.expr,B.support=o.support,B.uniqueSort=o.uniqueSort}();var Dt=function(t,n,i){for(var e=[],r=void 0!==i;(t=t[n])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&o(t).is(i))break;e.push(t)}return e},je=function(t,n){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==n&&i.push(t);return i},Gt=o.expr.match.needsContext,R=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Zt(t,n,i){return P(n)?o.grep(t,function(e,r){return!!n.call(e,r,e)!==i}):n.nodeType?o.grep(t,function(e){return e===n!==i}):"string"!=typeof n?o.grep(t,function(e){return-1<h.call(n,e)!==i}):o.filter(n,t,i)}o.filter=function(t,n,i){var e=n[0];return i&&(t=":not("+t+")"),1===n.length&&1===e.nodeType?o.find.matchesSelector(e,t)?[e]:[]:o.find.matches(t,o.grep(n,function(r){return 1===r.nodeType}))},o.fn.extend({find:function(t){var n,i,e=this.length,r=this;if("string"!=typeof t)return this.pushStack(o(t).filter(function(){for(n=0;n<e;n++)if(o.contains(r[n],this))return!0}));for(i=this.pushStack([]),n=0;n<e;n++)o.find(t,r[n],i);return 1<e?o.uniqueSort(i):i},filter:function(t){return this.pushStack(Zt(this,t||[],!1))},not:function(t){return this.pushStack(Zt(this,t||[],!0))},is:function(t){return!!Zt(this,"string"==typeof t&&Gt.test(t)?o(t):t||[],!1).length}});var Jt,de=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(o.fn.init=function(t,n,i){var e,r;if(!t)return this;if(i=i||Jt,"string"==typeof t){if(!(e="<"===t[0]&&">"===t[t.length-1]&&3<=t.length?[null,t,null]:de.exec(t))||!e[1]&&n)return!n||n.jquery?(n||i).find(t):this.constructor(n).find(t);if(e[1]){if(o.merge(this,o.parseHTML(e[1],(n=n instanceof o?n[0]:n)&&n.nodeType?n.ownerDocument||n:m,!0)),R.test(e[1])&&o.isPlainObject(n))for(e in n)P(this[e])?this[e](n[e]):this.attr(e,n[e]);return this}return(r=m.getElementById(e[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):P(t)?void 0!==i.ready?i.ready(t):t(o):o.makeArray(t,this)}).prototype=o.fn,Jt=o(m);var Ie=/^(?:parents|prev(?:Until|All))/,wn={children:!0,contents:!0,next:!0,prev:!0};function ye(t,n){for(;(t=t[n])&&1!==t.nodeType;);return t}o.fn.extend({has:function(t){var n=o(t,this),i=n.length;return this.filter(function(){for(var e=0;e<i;e++)if(o.contains(this,n[e]))return!0})},closest:function(t,n){var i,e=0,r=this.length,s=[],a="string"!=typeof t&&o(t);if(!Gt.test(t))for(;e<r;e++)for(i=this[e];i&&i!==n;i=i.parentNode)if(i.nodeType<11&&(a?-1<a.index(i):1===i.nodeType&&o.find.matchesSelector(i,t))){s.push(i);break}return this.pushStack(1<s.length?o.uniqueSort(s):s)},index:function(t){return t?"string"==typeof t?h.call(o(t),this[0]):h.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,n){return this.pushStack(o.uniqueSort(o.merge(this.get(),o(t,n))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),o.each({parent:function(t){var n=t.parentNode;return n&&11!==n.nodeType?n:null},parents:function(t){return Dt(t,"parentNode")},parentsUntil:function(t,n,i){return Dt(t,"parentNode",i)},next:function(t){return ye(t,"nextSibling")},prev:function(t){return ye(t,"previousSibling")},nextAll:function(t){return Dt(t,"nextSibling")},prevAll:function(t){return Dt(t,"previousSibling")},nextUntil:function(t,n,i){return Dt(t,"nextSibling",i)},prevUntil:function(t,n,i){return Dt(t,"previousSibling",i)},siblings:function(t){return je((t.parentNode||{}).firstChild,t)},children:function(t){return je(t.firstChild)},contents:function(t){return null!=t.contentDocument&&ut(t.contentDocument)?t.contentDocument:(X(t,"template")&&(t=t.content||t),o.merge([],t.childNodes))}},function(t,n){o.fn[t]=function(i,e){var r=o.map(this,n,i);return"Until"!==t.slice(-5)&&(e=i),e&&"string"==typeof e&&(r=o.filter(e,r)),1<this.length&&(wn[t]||o.uniqueSort(r),Ie.test(t)&&r.reverse()),this.pushStack(r)}});var Lt=/[^\x20\t\r\n\f]+/g;function Mt(t){return t}function ke(t){throw t}function Be(t,n,i,e){var r;try{t&&P(r=t.promise)?r.call(t).done(n).fail(i):t&&P(r=t.then)?r.call(t,n,i):n.apply(void 0,[t].slice(e))}catch(s){i.apply(void 0,[s])}}o.Callbacks=function(t){var i;t="string"==typeof t?(i={},o.each(t.match(Lt)||[],function(v,T){i[T]=!0}),i):o.extend({},t);var e,r,s,a,u=[],c=[],p=-1,y=function(){for(a=a||t.once,s=e=!0;c.length;p=-1)for(r=c.shift();++p<u.length;)!1===u[p].apply(r[0],r[1])&&t.stopOnFalse&&(p=u.length,r=!1);t.memory||(r=!1),e=!1,a&&(u=r?[]:"")},x={add:function(){return u&&(r&&!e&&(p=u.length-1,c.push(r)),function v(T){o.each(T,function(M,F){P(F)?t.unique&&x.has(F)||u.push(F):F&&F.length&&"string"!==j(F)&&v(F)})}(arguments),r&&!e&&y()),this},remove:function(){return o.each(arguments,function(v,T){for(var M;-1<(M=o.inArray(T,u,M));)u.splice(M,1),M<=p&&p--}),this},has:function(v){return v?-1<o.inArray(v,u):0<u.length},empty:function(){return u&&(u=[]),this},disable:function(){return a=c=[],u=r="",this},disabled:function(){return!u},lock:function(){return a=c=[],r||e||(u=r=""),this},locked:function(){return!!a},fireWith:function(v,T){return a||(T=[v,(T=T||[]).slice?T.slice():T],c.push(T),e||y()),this},fire:function(){return x.fireWith(this,arguments),this},fired:function(){return!!s}};return x},o.extend({Deferred:function(t){var n=[["notify","progress",o.Callbacks("memory"),o.Callbacks("memory"),2],["resolve","done",o.Callbacks("once memory"),o.Callbacks("once memory"),0,"resolved"],["reject","fail",o.Callbacks("once memory"),o.Callbacks("once memory"),1,"rejected"]],i="pending",e={state:function(){return i},always:function(){return r.done(arguments).fail(arguments),this},catch:function(s){return e.then(null,s)},pipe:function(){var s=arguments;return o.Deferred(function(a){o.each(n,function(u,c){var p=P(s[c[4]])&&s[c[4]];r[c[1]](function(){var y=p&&p.apply(this,arguments);y&&P(y.promise)?y.promise().progress(a.notify).done(a.resolve).fail(a.reject):a[c[0]+"With"](this,p?[y]:arguments)})}),s=null}).promise()},then:function(s,a,u){var c=0;function p(y,x,v,T){return function(){var M=this,F=arguments,V=function(){var dt,Pt;if(!(y<c)){if((dt=v.apply(M,F))===x.promise())throw new TypeError("Thenable self-resolution");P(Pt=dt&&("object"==typeof dt||"function"==typeof dt)&&dt.then)?T?Pt.call(dt,p(c,x,Mt,T),p(c,x,ke,T)):(c++,Pt.call(dt,p(c,x,Mt,T),p(c,x,ke,T),p(c,x,Mt,x.notifyWith))):(v!==Mt&&(M=void 0,F=[dt]),(T||x.resolveWith)(M,F))}},st=T?V:function(){try{V()}catch(dt){o.Deferred.exceptionHook&&o.Deferred.exceptionHook(dt,st.error),c<=y+1&&(v!==ke&&(M=void 0,F=[dt]),x.rejectWith(M,F))}};y?st():(o.Deferred.getErrorHook?st.error=o.Deferred.getErrorHook():o.Deferred.getStackHook&&(st.error=o.Deferred.getStackHook()),b.setTimeout(st))}}return o.Deferred(function(y){n[0][3].add(p(0,y,P(u)?u:Mt,y.notifyWith)),n[1][3].add(p(0,y,P(s)?s:Mt)),n[2][3].add(p(0,y,P(a)?a:ke))}).promise()},promise:function(s){return null!=s?o.extend(s,e):e}},r={};return o.each(n,function(s,a){var u=a[2],c=a[5];e[a[1]]=u.add,c&&u.add(function(){i=c},n[3-s][2].disable,n[3-s][3].disable,n[0][2].lock,n[0][3].lock),u.add(a[3].fire),r[a[0]]=function(){return r[a[0]+"With"](this===r?void 0:this,arguments),this},r[a[0]+"With"]=u.fireWith}),e.promise(r),t&&t.call(r,r),r},when:function(t){var n=arguments.length,i=n,e=Array(i),r=S.call(arguments),s=o.Deferred(),a=function(u){return function(c){e[u]=this,r[u]=1<arguments.length?S.call(arguments):c,--n||s.resolveWith(e,r)}};if(n<=1&&(Be(t,s.done(a(i)).resolve,s.reject,!n),"pending"===s.state()||P(r[i]&&r[i].then)))return s.then();for(;i--;)Be(r[i],a(i),s.reject);return s.promise()}});var ui=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;o.Deferred.exceptionHook=function(t,n){b.console&&b.console.warn&&t&&ui.test(t.name)&&b.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},o.readyException=function(t){b.setTimeout(function(){throw t})};var Le=o.Deferred();function ct(){m.removeEventListener("DOMContentLoaded",ct),b.removeEventListener("load",ct),o.ready()}o.fn.ready=function(t){return Le.then(t).catch(function(n){o.readyException(n)}),this},o.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--o.readyWait:o.isReady)||(o.isReady=!0)!==t&&0<--o.readyWait||Le.resolveWith(m,[o])}}),o.ready.then=Le.then,"complete"===m.readyState||"loading"!==m.readyState&&!m.documentElement.doScroll?b.setTimeout(o.ready):(m.addEventListener("DOMContentLoaded",ct),b.addEventListener("load",ct));var zt=function(t,n,i,e,r,s,a){var u=0,c=t.length,p=null==i;if("object"===j(i))for(u in r=!0,i)zt(t,n,u,i[u],!0,s,a);else if(void 0!==e&&(r=!0,P(e)||(a=!0),p&&(a?(n.call(t,e),n=null):(p=n,n=function(y,x,v){return p.call(o(y),v)})),n))for(;u<c;u++)n(t[u],i,a?e:e.call(t[u],u,n(t[u],i)));return r?t:p?n.call(t):c?n(t[0],i):s},vi=/^-ms-/,xn=/-([a-z])/g;function on(t,n){return n.toUpperCase()}function jt(t){return t.replace(vi,"ms-").replace(xn,on)}var te=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function pe(){this.expando=o.expando+pe.uid++}pe.uid=1,pe.prototype={cache:function(t){var n=t[this.expando];return n||(n={},te(t)&&(t.nodeType?t[this.expando]=n:Object.defineProperty(t,this.expando,{value:n,configurable:!0}))),n},set:function(t,n,i){var e,r=this.cache(t);if("string"==typeof n)r[jt(n)]=i;else for(e in n)r[jt(e)]=n[e];return r},get:function(t,n){return void 0===n?this.cache(t):t[this.expando]&&t[this.expando][jt(n)]},access:function(t,n,i){return void 0===n||n&&"string"==typeof n&&void 0===i?this.get(t,n):(this.set(t,n,i),void 0!==i?i:n)},remove:function(t,n){var i,e=t[this.expando];if(void 0!==e){if(void 0!==n)for((i=(n=Array.isArray(n)?n.map(jt):(n=jt(n))in e?[n]:n.match(Lt)||[]).length);i--;)delete e[n[i]];(void 0===n||o.isEmptyObject(e))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var n=t[this.expando];return void 0!==n&&!o.isEmptyObject(n)}};var $=new pe,Tt=new pe,Tn=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,yi=/[A-Z]/g;function Fn(t,n,i){var e,r;if(void 0===i&&1===t.nodeType)if(e="data-"+n.replace(yi,"-$&").toLowerCase(),"string"==typeof(i=t.getAttribute(e))){try{i="true"===(r=i)||"false"!==r&&("null"===r?null:r===+r+""?+r:Tn.test(r)?JSON.parse(r):r)}catch{}Tt.set(t,n,i)}else i=void 0;return i}o.extend({hasData:function(t){return Tt.hasData(t)||$.hasData(t)},data:function(t,n,i){return Tt.access(t,n,i)},removeData:function(t,n){Tt.remove(t,n)},_data:function(t,n,i){return $.access(t,n,i)},_removeData:function(t,n){$.remove(t,n)}}),o.fn.extend({data:function(t,n){var i,e,r,s=this[0],a=s&&s.attributes;if(void 0===t){if(this.length&&(r=Tt.get(s),1===s.nodeType&&!$.get(s,"hasDataAttrs"))){for(i=a.length;i--;)a[i]&&0===(e=a[i].name).indexOf("data-")&&(e=jt(e.slice(5)),Fn(s,e,r[e]));$.set(s,"hasDataAttrs",!0)}return r}return"object"==typeof t?this.each(function(){Tt.set(this,t)}):zt(this,function(u){var c;if(s&&void 0===u)return void 0!==(c=Tt.get(s,t))||void 0!==(c=Fn(s,t))?c:void 0;this.each(function(){Tt.set(this,t,u)})},null,n,1<arguments.length,null,!0)},removeData:function(t){return this.each(function(){Tt.remove(this,t)})}}),o.extend({queue:function(t,n,i){var e;if(t)return e=$.get(t,n=(n||"fx")+"queue"),i&&(!e||Array.isArray(i)?e=$.access(t,n,o.makeArray(i)):e.push(i)),e||[]},dequeue:function(t,n){var i=o.queue(t,n=n||"fx"),e=i.length,r=i.shift(),s=o._queueHooks(t,n);"inprogress"===r&&(r=i.shift(),e--),r&&("fx"===n&&i.unshift("inprogress"),delete s.stop,r.call(t,function(){o.dequeue(t,n)},s)),!e&&s&&s.empty.fire()},_queueHooks:function(t,n){var i=n+"queueHooks";return $.get(t,i)||$.access(t,i,{empty:o.Callbacks("once memory").add(function(){$.remove(t,[n+"queue",i])})})}}),o.fn.extend({queue:function(t,n){var i=2;return"string"!=typeof t&&(n=t,t="fx",i--),arguments.length<i?o.queue(this[0],t):void 0===n?this:this.each(function(){var e=o.queue(this,t,n);o._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&o.dequeue(this,t)})},dequeue:function(t){return this.each(function(){o.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,n){var i,e=1,r=o.Deferred(),s=this,a=this.length,u=function(){--e||r.resolveWith(s,[s])};for("string"!=typeof t&&(n=t,t=void 0),t=t||"fx";a--;)(i=$.get(s[a],t+"queueHooks"))&&i.empty&&(e++,i.empty.add(u));return u(),r.promise(n)}});var Bn=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ee=new RegExp("^(?:([+-])=|)("+Bn+")([a-z%]*)$","i"),$t=["Top","Right","Bottom","Left"],Vt=m.documentElement,ne=function(t){return o.contains(t.ownerDocument,t)},Vn={composed:!0};Vt.getRootNode&&(ne=function(t){return o.contains(t.ownerDocument,t)||t.getRootNode(Vn)===t.ownerDocument});var Ve=function(t,n){return"none"===(t=n||t).style.display||""===t.style.display&&ne(t)&&"none"===o.css(t,"display")};function Xn(t,n,i,e){var r,s,a=20,u=e?function(){return e.cur()}:function(){return o.css(t,n,"")},c=u(),p=i&&i[3]||(o.cssNumber[n]?"":"px"),y=t.nodeType&&(o.cssNumber[n]||"px"!==p&&+c)&&ee.exec(o.css(t,n));if(y&&y[3]!==p){for(p=p||y[3],y=+(c/=2)||1;a--;)o.style(t,n,y+p),(1-s)*(1-(s=u()/c||.5))<=0&&(a=0),y/=s;o.style(t,n,(y*=2)+p),i=i||[]}return i&&(y=+y||+c||0,r=i[1]?y+(i[1]+1)*i[2]:+i[2],e&&(e.unit=p,e.start=y,e.end=r)),r}var $e={};function fe(t,n){for(var i,e,r,s,a,u,c,p=[],y=0,x=t.length;y<x;y++)(e=t[y]).style&&(i=e.style.display,n?("none"===i&&(p[y]=$.get(e,"display")||null,p[y]||(e.style.display="")),""===e.style.display&&Ve(e)&&(p[y]=(c=a=s=void 0,a=(r=e).ownerDocument,(c=$e[u=r.nodeName])||(s=a.body.appendChild(a.createElement(u)),c=o.css(s,"display"),s.parentNode.removeChild(s),"none"===c&&(c="block"),$e[u]=c)))):"none"!==i&&(p[y]="none",$.set(e,"display",i)));for(y=0;y<x;y++)null!=p[y]&&(t[y].style.display=p[y]);return t}o.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Ve(this)?o(this).show():o(this).hide()})}});var re,qe,Ae=/^(?:checkbox|radio)$/i,Cn=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Xe=/^$|^module$|\/(?:java|ecma)script/i;re=m.createDocumentFragment().appendChild(m.createElement("div")),(qe=m.createElement("input")).setAttribute("type","radio"),qe.setAttribute("checked","checked"),qe.setAttribute("name","t"),re.appendChild(qe),q.checkClone=re.cloneNode(!0).cloneNode(!0).lastChild.checked,re.innerHTML="<textarea>x</textarea>",q.noCloneChecked=!!re.cloneNode(!0).lastChild.defaultValue,re.innerHTML="<option></option>",q.option=!!re.lastChild;var wt={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Ct(t,n){var i;return i=typeof t.getElementsByTagName<"u"?t.getElementsByTagName(n||"*"):typeof t.querySelectorAll<"u"?t.querySelectorAll(n||"*"):[],void 0===n||n&&X(t,n)?o.merge([t],i):i}function Re(t,n){for(var i=0,e=t.length;i<e;i++)$.set(t[i],"globalEval",!n||$.get(n[i],"globalEval"))}wt.tbody=wt.tfoot=wt.colgroup=wt.caption=wt.thead,wt.th=wt.td,q.option||(wt.optgroup=wt.option=[1,"<select multiple='multiple'>","</select>"]);var bi=/<|&#?\w+;/;function Un(t,n,i,e,r){for(var s,a,u,c,p,y,x=n.createDocumentFragment(),v=[],T=0,M=t.length;T<M;T++)if((s=t[T])||0===s)if("object"===j(s))o.merge(v,s.nodeType?[s]:s);else if(bi.test(s)){for(a=a||x.appendChild(n.createElement("div")),u=(Cn.exec(s)||["",""])[1].toLowerCase(),a.innerHTML=(c=wt[u]||wt._default)[1]+o.htmlPrefilter(s)+c[2],y=c[0];y--;)a=a.lastChild;o.merge(v,a.childNodes),(a=x.firstChild).textContent=""}else v.push(n.createTextNode(s));for(x.textContent="",T=0;s=v[T++];)if(e&&-1<o.inArray(s,e))r&&r.push(s);else if(p=ne(s),a=Ct(x.appendChild(s),"script"),p&&Re(a),i)for(y=0;s=a[y++];)Xe.test(s.type||"")&&i.push(s);return x}var Qn=/^([^.]*)(?:\.(.+)|)/;function be(){return!0}function _e(){return!1}function sn(t,n,i,e,r,s){var a,u;if("object"==typeof n){for(u in"string"!=typeof i&&(e=e||i,i=void 0),n)sn(t,u,i,e,n[u],s);return t}if(null==e&&null==r?(r=i,e=i=void 0):null==r&&("string"==typeof i?(r=e,e=void 0):(r=e,e=i,i=void 0)),!1===r)r=_e;else if(!r)return t;return 1===s&&(a=r,(r=function(c){return o().off(c),a.apply(this,arguments)}).guid=a.guid||(a.guid=o.guid++)),t.each(function(){o.event.add(this,n,r,e,i)})}function Ue(t,n,i){i?($.set(t,n,!1),o.event.add(t,n,{namespace:!1,handler:function(e){var r,s=$.get(this,n);if(1&e.isTrigger&&this[n]){if(s)(o.event.special[n]||{}).delegateType&&e.stopPropagation();else if(s=S.call(arguments),$.set(this,n,s),this[n](),r=$.get(this,n),$.set(this,n,!1),s!==r)return e.stopImmediatePropagation(),e.preventDefault(),r}else s&&($.set(this,n,o.event.trigger(s[0],s.slice(1),this)),e.stopPropagation(),e.isImmediatePropagationStopped=be)}})):void 0===$.get(t,n)&&o.event.add(t,n,be)}o.event={global:{},add:function(t,n,i,e,r){var s,a,u,c,p,y,x,v,T,M,F,V=$.get(t);if(te(t))for(i.handler&&(i=(s=i).handler,r=s.selector),r&&o.find.matchesSelector(Vt,r),i.guid||(i.guid=o.guid++),(c=V.events)||(c=V.events=Object.create(null)),(a=V.handle)||(a=V.handle=function(st){return typeof o<"u"&&o.event.triggered!==st.type?o.event.dispatch.apply(t,arguments):void 0}),p=(n=(n||"").match(Lt)||[""]).length;p--;)T=F=(u=Qn.exec(n[p])||[])[1],M=(u[2]||"").split(".").sort(),T&&(x=o.event.special[T]||{},x=o.event.special[T=(r?x.delegateType:x.bindType)||T]||{},y=o.extend({type:T,origType:F,data:e,handler:i,guid:i.guid,selector:r,needsContext:r&&o.expr.match.needsContext.test(r),namespace:M.join(".")},s),(v=c[T])||((v=c[T]=[]).delegateCount=0,x.setup&&!1!==x.setup.call(t,e,M,a)||t.addEventListener&&t.addEventListener(T,a)),x.add&&(x.add.call(t,y),y.handler.guid||(y.handler.guid=i.guid)),r?v.splice(v.delegateCount++,0,y):v.push(y),o.event.global[T]=!0)},remove:function(t,n,i,e,r){var s,a,u,c,p,y,x,v,T,M,F,V=$.hasData(t)&&$.get(t);if(V&&(c=V.events)){for(p=(n=(n||"").match(Lt)||[""]).length;p--;)if(T=F=(u=Qn.exec(n[p])||[])[1],M=(u[2]||"").split(".").sort(),T){for(x=o.event.special[T]||{},v=c[T=(e?x.delegateType:x.bindType)||T]||[],u=u[2]&&new RegExp("(^|\\.)"+M.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=s=v.length;s--;)y=v[s],!r&&F!==y.origType||i&&i.guid!==y.guid||u&&!u.test(y.namespace)||e&&e!==y.selector&&("**"!==e||!y.selector)||(v.splice(s,1),y.selector&&v.delegateCount--,x.remove&&x.remove.call(t,y));a&&!v.length&&(x.teardown&&!1!==x.teardown.call(t,M,V.handle)||o.removeEvent(t,T,V.handle),delete c[T])}else for(T in c)o.event.remove(t,T+n[p],i,e,!0);o.isEmptyObject(c)&&$.remove(t,"handle events")}},dispatch:function(t){var n,i,e,r,s,a,u=new Array(arguments.length),c=o.event.fix(t),p=($.get(this,"events")||Object.create(null))[c.type]||[],y=o.event.special[c.type]||{};for(u[0]=c,n=1;n<arguments.length;n++)u[n]=arguments[n];if(c.delegateTarget=this,!y.preDispatch||!1!==y.preDispatch.call(this,c)){for(a=o.event.handlers.call(this,c,p),n=0;(r=a[n++])&&!c.isPropagationStopped();)for(c.currentTarget=r.elem,i=0;(s=r.handlers[i++])&&!c.isImmediatePropagationStopped();)c.rnamespace&&!1!==s.namespace&&!c.rnamespace.test(s.namespace)||(c.handleObj=s,c.data=s.data,void 0!==(e=((o.event.special[s.origType]||{}).handle||s.handler).apply(r.elem,u))&&!1===(c.result=e)&&(c.preventDefault(),c.stopPropagation()));return y.postDispatch&&y.postDispatch.call(this,c),c.result}},handlers:function(t,n){var i,e,r,s,a,u=[],c=n.delegateCount,p=t.target;if(c&&p.nodeType&&!("click"===t.type&&1<=t.button))for(;p!==this;p=p.parentNode||this)if(1===p.nodeType&&("click"!==t.type||!0!==p.disabled)){for(s=[],a={},i=0;i<c;i++)void 0===a[r=(e=n[i]).selector+" "]&&(a[r]=e.needsContext?-1<o(r,this).index(p):o.find(r,this,null,[p]).length),a[r]&&s.push(e);s.length&&u.push({elem:p,handlers:s})}return p=this,c<n.length&&u.push({elem:p,handlers:n.slice(c)}),u},addProp:function(t,n){Object.defineProperty(o.Event.prototype,t,{enumerable:!0,configurable:!0,get:P(n)?function(){if(this.originalEvent)return n(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(i){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:i})}})},fix:function(t){return t[o.expando]?t:new o.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var n=this||t;return Ae.test(n.type)&&n.click&&X(n,"input")&&Ue(n,"click",!0),!1},trigger:function(t){var n=this||t;return Ae.test(n.type)&&n.click&&X(n,"input")&&Ue(n,"click"),!0},_default:function(t){var n=t.target;return Ae.test(n.type)&&n.click&&X(n,"input")&&$.get(n,"click")||X(n,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},o.removeEvent=function(t,n,i){t.removeEventListener&&t.removeEventListener(n,i)},o.Event=function(t,n){if(!(this instanceof o.Event))return new o.Event(t,n);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?be:_e,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,n&&o.extend(this,n),this.timeStamp=t&&t.timeStamp||Date.now(),this[o.expando]=!0},o.Event.prototype={constructor:o.Event,isDefaultPrevented:_e,isPropagationStopped:_e,isImmediatePropagationStopped:_e,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=be,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=be,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=be,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},o.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},o.event.addProp),o.each({focus:"focusin",blur:"focusout"},function(t,n){function i(e){if(m.documentMode){var r=$.get(this,"handle"),s=o.event.fix(e);s.type="focusin"===e.type?"focus":"blur",s.isSimulated=!0,r(e),s.target===s.currentTarget&&r(s)}else o.event.simulate(n,e.target,o.event.fix(e))}o.event.special[t]={setup:function(){var e;if(Ue(this,t,!0),!m.documentMode)return!1;(e=$.get(this,n))||this.addEventListener(n,i),$.set(this,n,(e||0)+1)},trigger:function(){return Ue(this,t),!0},teardown:function(){var e;if(!m.documentMode)return!1;(e=$.get(this,n)-1)?$.set(this,n,e):(this.removeEventListener(n,i),$.remove(this,n))},_default:function(e){return $.get(e.target,t)},delegateType:n},o.event.special[n]={setup:function(){var e=this.ownerDocument||this.document||this,r=m.documentMode?this:e,s=$.get(r,n);s||(m.documentMode?this.addEventListener(n,i):e.addEventListener(t,i,!0)),$.set(r,n,(s||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,r=m.documentMode?this:e,s=$.get(r,n)-1;s?$.set(r,n,s):(m.documentMode?this.removeEventListener(n,i):e.removeEventListener(t,i,!0),$.remove(r,n))}}}),o.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,n){o.event.special[t]={delegateType:n,bindType:n,handle:function(i){var e,r=i.relatedTarget,s=i.handleObj;return r&&(r===this||o.contains(this,r))||(i.type=s.origType,e=s.handler.apply(this,arguments),i.type=n),e}}}),o.fn.extend({on:function(t,n,i,e){return sn(this,t,n,i,e)},one:function(t,n,i,e){return sn(this,t,n,i,e,1)},off:function(t,n,i){var e,r;if(t&&t.preventDefault&&t.handleObj)return e=t.handleObj,o(t.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler),this;if("object"==typeof t){for(r in t)this.off(r,n,t[r]);return this}return!1!==n&&"function"!=typeof n||(i=n,n=void 0),!1===i&&(i=_e),this.each(function(){o.event.remove(this,t,i,n)})}});var _i=/<script|<style|<link/i,we=/checked\s*(?:[^=]|=\s*.checked.)/i,hi=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function En(t,n){return X(t,"table")&&X(11!==n.nodeType?n:n.firstChild,"tr")&&o(t).children("tbody")[0]||t}function kn(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function di(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function an(t,n){var i,e,r,s,a,u;if(1===n.nodeType){if($.hasData(t)&&(u=$.get(t).events))for(r in $.remove(n,"handle events"),u)for(i=0,e=u[r].length;i<e;i++)o.event.add(n,r,u[r][i]);Tt.hasData(t)&&(s=Tt.access(t),a=o.extend({},s),Tt.set(n,a))}}function ge(t,n,i,e){n=d(n);var r,s,a,u,c,p,y=0,x=t.length,v=x-1,T=n[0],M=P(T);if(M||1<x&&"string"==typeof T&&!q.checkClone&&we.test(T))return t.each(function(F){var V=t.eq(F);M&&(n[0]=T.call(this,F,V.html())),ge(V,n,i,e)});if(x&&(s=(r=Un(n,t[0].ownerDocument,!1,t,e)).firstChild,1===r.childNodes.length&&(r=s),s||e)){for(u=(a=o.map(Ct(r,"script"),kn)).length;y<x;y++)c=r,y!==v&&(c=o.clone(c,!0,!0),u&&o.merge(a,Ct(c,"script"))),i.call(t[y],c,y);if(u)for(p=a[a.length-1].ownerDocument,o.map(a,di),y=0;y<u;y++)Xe.test((c=a[y]).type||"")&&!$.access(c,"globalEval")&&o.contains(p,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?o._evalUrl&&!c.noModule&&o._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},p):D(c.textContent.replace(hi,""),c,p))}return t}function An(t,n,i){for(var e,r=n?o.filter(n,t):t,s=0;null!=(e=r[s]);s++)i||1!==e.nodeType||o.cleanData(Ct(e)),e.parentNode&&(i&&ne(e)&&Re(Ct(e,"script")),e.parentNode.removeChild(e));return t}o.extend({htmlPrefilter:function(t){return t},clone:function(t,n,i){var e,r,s,a,u,c,p,y=t.cloneNode(!0),x=ne(t);if(!(q.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||o.isXMLDoc(t)))for(a=Ct(y),e=0,r=(s=Ct(t)).length;e<r;e++)u=s[e],"input"===(p=(c=a[e]).nodeName.toLowerCase())&&Ae.test(u.type)?c.checked=u.checked:"input"!==p&&"textarea"!==p||(c.defaultValue=u.defaultValue);if(n)if(i)for(s=s||Ct(t),a=a||Ct(y),e=0,r=s.length;e<r;e++)an(s[e],a[e]);else an(t,y);return 0<(a=Ct(y,"script")).length&&Re(a,!x&&Ct(t,"script")),y},cleanData:function(t){for(var n,i,e,r=o.event.special,s=0;void 0!==(i=t[s]);s++)if(te(i)){if(n=i[$.expando]){if(n.events)for(e in n.events)r[e]?o.event.remove(i,e):o.removeEvent(i,e,n.handle);i[$.expando]=void 0}i[Tt.expando]&&(i[Tt.expando]=void 0)}}}),o.fn.extend({detach:function(t){return An(this,t,!0)},remove:function(t){return An(this,t)},text:function(t){return zt(this,function(n){return void 0===n?o.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=n)})},null,t,arguments.length)},append:function(){return ge(this,arguments,function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||En(this,t).appendChild(t)})},prepend:function(){return ge(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var n=En(this,t);n.insertBefore(t,n.firstChild)}})},before:function(){return ge(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return ge(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,n=0;null!=(t=this[n]);n++)1===t.nodeType&&(o.cleanData(Ct(t,!1)),t.textContent="");return this},clone:function(t,n){return t=null!=t&&t,n=n??t,this.map(function(){return o.clone(this,t,n)})},html:function(t){return zt(this,function(n){var i=this[0]||{},e=0,r=this.length;if(void 0===n&&1===i.nodeType)return i.innerHTML;if("string"==typeof n&&!_i.test(n)&&!wt[(Cn.exec(n)||["",""])[1].toLowerCase()]){n=o.htmlPrefilter(n);try{for(;e<r;e++)1===(i=this[e]||{}).nodeType&&(o.cleanData(Ct(i,!1)),i.innerHTML=n);i=0}catch{}}i&&this.empty().append(n)},null,t,arguments.length)},replaceWith:function(){var t=[];return ge(this,arguments,function(n){var i=this.parentNode;o.inArray(this,t)<0&&(o.cleanData(Ct(this)),i&&i.replaceChild(n,this))},t)}}),o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,n){o.fn[t]=function(i){for(var e,r=[],s=o(i),a=s.length-1,u=0;u<=a;u++)e=u===a?this:this.clone(!0),o(s[u])[n](e),g.apply(r,e.get());return this.pushStack(r)}});var ln=new RegExp("^("+Bn+")(?!px)[a-z%]+$","i"),cn=/^--/,We=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=b),n.getComputedStyle(t)},Sn=function(t,n,i){var e,r,s={};for(r in n)s[r]=t.style[r],t.style[r]=n[r];for(r in e=i.call(t),n)t.style[r]=s[r];return e},pi=new RegExp($t.join("|"),"i");function Ne(t,n,i){var e,r,s,a,u=cn.test(n),c=t.style;return(i=i||We(t))&&(a=i.getPropertyValue(n)||i[n],u&&a&&(a=a.replace(Qt,"$1")||void 0),""!==a||ne(t)||(a=o.style(t,n)),!q.pixelBoxStyles()&&ln.test(a)&&pi.test(n)&&(e=c.width,r=c.minWidth,s=c.maxWidth,c.minWidth=c.maxWidth=c.width=a,a=i.width,c.width=e,c.minWidth=r,c.maxWidth=s)),void 0!==a?a+"":a}function Kn(t,n){return{get:function(){if(!t())return(this.get=n).apply(this,arguments);delete this.get}}}!function(){function t(){if(p){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",p.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Vt.appendChild(c).appendChild(p);var y=b.getComputedStyle(p);i="1%"!==y.top,u=12===n(y.marginLeft),p.style.right="60%",s=36===n(y.right),e=36===n(y.width),p.style.position="absolute",r=12===n(p.offsetWidth/3),Vt.removeChild(c),p=null}}function n(y){return Math.round(parseFloat(y))}var i,e,r,s,a,u,c=m.createElement("div"),p=m.createElement("div");p.style&&(p.style.backgroundClip="content-box",p.cloneNode(!0).style.backgroundClip="",q.clearCloneStyle="content-box"===p.style.backgroundClip,o.extend(q,{boxSizingReliable:function(){return t(),e},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),r},reliableTrDimensions:function(){var y,x,v,T;return null==a&&(y=m.createElement("table"),x=m.createElement("tr"),v=m.createElement("div"),y.style.cssText="position:absolute;left:-11111px;border-collapse:separate",x.style.cssText="border:1px solid",x.style.height="1px",v.style.height="9px",v.style.display="block",Vt.appendChild(y).appendChild(x).appendChild(v),T=b.getComputedStyle(x),a=parseInt(T.height,10)+parseInt(T.borderTopWidth,10)+parseInt(T.borderBottomWidth,10)===x.offsetHeight,Vt.removeChild(y)),a}}))}();var Dn=["Webkit","Moz","ms"],jn=m.createElement("div").style,Ln={};function tn(t){return o.cssProps[t]||Ln[t]||(t in jn?t:Ln[t]=function(i){for(var e=i[0].toUpperCase()+i.slice(1),r=Dn.length;r--;)if((i=Dn[r]+e)in jn)return i}(t)||t)}var fi=/^(none|table(?!-c[ea]).+)/,Yn={position:"absolute",visibility:"hidden",display:"block"},Gn={letterSpacing:"0",fontWeight:"400"};function Zn(t,n,i){var e=ee.exec(n);return e?Math.max(0,e[2]-(i||0))+(e[3]||"px"):n}function xe(t,n,i,e,r,s){var a="width"===n?1:0,u=0,c=0,p=0;if(i===(e?"border":"content"))return 0;for(;a<4;a+=2)"margin"===i&&(p+=o.css(t,i+$t[a],!0,r)),e?("content"===i&&(c-=o.css(t,"padding"+$t[a],!0,r)),"margin"!==i&&(c-=o.css(t,"border"+$t[a]+"Width",!0,r))):(c+=o.css(t,"padding"+$t[a],!0,r),"padding"!==i?c+=o.css(t,"border"+$t[a]+"Width",!0,r):u+=o.css(t,"border"+$t[a]+"Width",!0,r));return!e&&0<=s&&(c+=Math.max(0,Math.ceil(t["offset"+n[0].toUpperCase()+n.slice(1)]-s-c-u-.5))||0),c+p}function Nn(t,n,i){var e=We(t),r=(!q.boxSizingReliable()||i)&&"border-box"===o.css(t,"boxSizing",!1,e),s=r,a=Ne(t,n,e),u="offset"+n[0].toUpperCase()+n.slice(1);if(ln.test(a)){if(!i)return a;a="auto"}return(!q.boxSizingReliable()&&r||!q.reliableTrDimensions()&&X(t,"tr")||"auto"===a||!parseFloat(a)&&"inline"===o.css(t,"display",!1,e))&&t.getClientRects().length&&(r="border-box"===o.css(t,"boxSizing",!1,e),(s=u in t)&&(a=t[u])),(a=parseFloat(a)||0)+xe(t,n,i||(r?"border":"content"),s,e,a)+"px"}function Ot(t,n,i,e,r){return new Ot.prototype.init(t,n,i,e,r)}o.extend({cssHooks:{opacity:{get:function(t,n){if(n){var i=Ne(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(t,n,i,e){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,s,a,u=jt(n),c=cn.test(n),p=t.style;if(c||(n=tn(u)),a=o.cssHooks[n]||o.cssHooks[u],void 0===i)return a&&"get"in a&&void 0!==(r=a.get(t,!1,e))?r:p[n];"string"==(s=typeof i)&&(r=ee.exec(i))&&r[1]&&(i=Xn(t,n,r),s="number"),null!=i&&i==i&&("number"!==s||c||(i+=r&&r[3]||(o.cssNumber[u]?"":"px")),q.clearCloneStyle||""!==i||0!==n.indexOf("background")||(p[n]="inherit"),a&&"set"in a&&void 0===(i=a.set(t,i,e))||(c?p.setProperty(n,i):p[n]=i))}},css:function(t,n,i,e){var r,s,a,u=jt(n);return cn.test(n)||(n=tn(u)),(a=o.cssHooks[n]||o.cssHooks[u])&&"get"in a&&(r=a.get(t,!0,i)),void 0===r&&(r=Ne(t,n,e)),"normal"===r&&n in Gn&&(r=Gn[n]),""===i||i?(s=parseFloat(r),!0===i||isFinite(s)?s||0:r):r}}),o.each(["height","width"],function(t,n){o.cssHooks[n]={get:function(i,e,r){if(e)return!fi.test(o.css(i,"display"))||i.getClientRects().length&&i.getBoundingClientRect().width?Nn(i,n,r):Sn(i,Yn,function(){return Nn(i,n,r)})},set:function(i,e,r){var s,a=We(i),u=!q.scrollboxSize()&&"absolute"===a.position,c=(u||r)&&"border-box"===o.css(i,"boxSizing",!1,a),p=r?xe(i,n,r,c,a):0;return c&&u&&(p-=Math.ceil(i["offset"+n[0].toUpperCase()+n.slice(1)]-parseFloat(a[n])-xe(i,n,"border",!1,a)-.5)),p&&(s=ee.exec(e))&&"px"!==(s[3]||"px")&&(i.style[n]=e,e=o.css(i,n)),Zn(0,e,p)}}}),o.cssHooks.marginLeft=Kn(q.reliableMarginLeft,function(t,n){if(n)return(parseFloat(Ne(t,"marginLeft"))||t.getBoundingClientRect().left-Sn(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),o.each({margin:"",padding:"",border:"Width"},function(t,n){o.cssHooks[t+n]={expand:function(i){for(var e=0,r={},s="string"==typeof i?i.split(" "):[i];e<4;e++)r[t+$t[e]+n]=s[e]||s[e-2]||s[0];return r}},"margin"!==t&&(o.cssHooks[t+n].set=Zn)}),o.fn.extend({css:function(t,n){return zt(this,function(i,e,r){var s,a,u={},c=0;if(Array.isArray(e)){for(s=We(i),a=e.length;c<a;c++)u[e[c]]=o.css(i,e[c],!1,s);return u}return void 0!==r?o.style(i,e,r):o.css(i,e)},t,n,1<arguments.length)}}),((o.Tween=Ot).prototype={constructor:Ot,init:function(t,n,i,e,r,s){this.elem=t,this.prop=i,this.easing=r||o.easing._default,this.options=n,this.start=this.now=this.cur(),this.end=e,this.unit=s||(o.cssNumber[i]?"":"px")},cur:function(){var t=Ot.propHooks[this.prop];return t&&t.get?t.get(this):Ot.propHooks._default.get(this)},run:function(t){var n,i=Ot.propHooks[this.prop];return this.pos=n=this.options.duration?o.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):t,this.now=(this.end-this.start)*n+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):Ot.propHooks._default.set(this),this}}).init.prototype=Ot.prototype,(Ot.propHooks={_default:{get:function(t){var n;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(n=o.css(t.elem,t.prop,""))&&"auto"!==n?n:0},set:function(t){o.fx.step[t.prop]?o.fx.step[t.prop](t):1!==t.elem.nodeType||!o.cssHooks[t.prop]&&null==t.elem.style[tn(t.prop)]?t.elem[t.prop]=t.now:o.style(t.elem,t.prop,t.now+t.unit)}}}).scrollTop=Ot.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},o.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},o.fx=Ot.prototype.init,o.fx.step={};var me,ze,ve,On,wi=/^(?:toggle|show|hide)$/,xi=/queueHooks$/;function oe(){ze&&(!1===m.hidden&&b.requestAnimationFrame?b.requestAnimationFrame(oe):b.setTimeout(oe,o.fx.interval),o.fx.tick())}function Jn(){return b.setTimeout(function(){me=void 0}),me=Date.now()}function Qe(t,n){var i,e=0,r={height:t};for(n=n?1:0;e<4;e+=2-n)r["margin"+(i=$t[e])]=r["padding"+i]=t;return n&&(r.opacity=r.width=t),r}function ti(t,n,i){for(var e,r=(Ht.tweeners[n]||[]).concat(Ht.tweeners["*"]),s=0,a=r.length;s<a;s++)if(e=r[s].call(i,n,t))return e}function Ht(t,n,i){var e,r,s=0,a=Ht.prefilters.length,u=o.Deferred().always(function(){delete c.elem}),c=function(){if(r)return!1;for(var x=me||Jn(),v=Math.max(0,p.startTime+p.duration-x),T=1-(v/p.duration||0),M=0,F=p.tweens.length;M<F;M++)p.tweens[M].run(T);return u.notifyWith(t,[p,T,v]),T<1&&F?v:(F||u.notifyWith(t,[p,1,0]),u.resolveWith(t,[p]),!1)},p=u.promise({elem:t,props:o.extend({},n),opts:o.extend(!0,{specialEasing:{},easing:o.easing._default},i),originalProperties:n,originalOptions:i,startTime:me||Jn(),duration:i.duration,tweens:[],createTween:function(x,v){var T=o.Tween(t,p.opts,x,v,p.opts.specialEasing[x]||p.opts.easing);return p.tweens.push(T),T},stop:function(x){var v=0,T=x?p.tweens.length:0;if(r)return this;for(r=!0;v<T;v++)p.tweens[v].run(1);return x?(u.notifyWith(t,[p,1,0]),u.resolveWith(t,[p,x])):u.rejectWith(t,[p,x]),this}}),y=p.props;for(function(x,v){var T,M,F,V,st;for(T in x)if(F=v[M=jt(T)],V=x[T],Array.isArray(V)&&(F=V[1],V=x[T]=V[0]),T!==M&&(x[M]=V,delete x[T]),(st=o.cssHooks[M])&&"expand"in st)for(T in V=st.expand(V),delete x[M],V)T in x||(x[T]=V[T],v[T]=F);else v[M]=F}(y,p.opts.specialEasing);s<a;s++)if(e=Ht.prefilters[s].call(p,t,y,p.opts))return P(e.stop)&&(o._queueHooks(p.elem,p.opts.queue).stop=e.stop.bind(e)),e;return o.map(y,ti,p),P(p.opts.start)&&p.opts.start.call(t,p),p.progress(p.opts.progress).done(p.opts.done,p.opts.complete).fail(p.opts.fail).always(p.opts.always),o.fx.timer(o.extend(c,{elem:t,anim:p,queue:p.opts.queue})),p}o.Animation=o.extend(Ht,{tweeners:{"*":[function(t,n){var i=this.createTween(t,n);return Xn(i.elem,t,ee.exec(n),i),i}]},tweener:function(t,n){P(t)?(n=t,t=["*"]):t=t.match(Lt);for(var i,e=0,r=t.length;e<r;e++)(Ht.tweeners[i=t[e]]=Ht.tweeners[i]||[]).unshift(n)},prefilters:[function(t,n,i){var e,r,s,a,u,c,p,y,x="width"in n||"height"in n,v=this,T={},M=t.style,F=t.nodeType&&Ve(t),V=$.get(t,"fxshow");for(e in i.queue||(null==(a=o._queueHooks(t,"fx")).unqueued&&(a.unqueued=0,u=a.empty.fire,a.empty.fire=function(){a.unqueued||u()}),a.unqueued++,v.always(function(){v.always(function(){a.unqueued--,o.queue(t,"fx").length||a.empty.fire()})})),n)if(wi.test(r=n[e])){if(delete n[e],s=s||"toggle"===r,r===(F?"hide":"show")){if("show"!==r||!V||void 0===V[e])continue;F=!0}T[e]=V&&V[e]||o.style(t,e)}if((c=!o.isEmptyObject(n))||!o.isEmptyObject(T))for(e in x&&1===t.nodeType&&(i.overflow=[M.overflow,M.overflowX,M.overflowY],null==(p=V&&V.display)&&(p=$.get(t,"display")),"none"===(y=o.css(t,"display"))&&(p?y=p:(fe([t],!0),p=t.style.display||p,y=o.css(t,"display"),fe([t]))),("inline"===y||"inline-block"===y&&null!=p)&&"none"===o.css(t,"float")&&(c||(v.done(function(){M.display=p}),null==p&&(p="none"===(y=M.display)?"":y)),M.display="inline-block")),i.overflow&&(M.overflow="hidden",v.always(function(){M.overflow=i.overflow[0],M.overflowX=i.overflow[1],M.overflowY=i.overflow[2]})),c=!1,T)c||(V?"hidden"in V&&(F=V.hidden):V=$.access(t,"fxshow",{display:p}),s&&(V.hidden=!F),F&&fe([t],!0),v.done(function(){for(e in F||fe([t]),$.remove(t,"fxshow"),T)o.style(t,e,T[e])})),c=ti(F?V[e]:0,e,v),e in V||(V[e]=c.start,F&&(c.end=c.start,c.start=0))}],prefilter:function(t,n){n?Ht.prefilters.unshift(t):Ht.prefilters.push(t)}}),o.speed=function(t,n,i){var e=t&&"object"==typeof t?o.extend({},t):{complete:i||!i&&n||P(t)&&t,duration:t,easing:i&&n||n&&!P(n)&&n};return o.fx.off?e.duration=0:"number"!=typeof e.duration&&(e.duration=e.duration in o.fx.speeds?o.fx.speeds[e.duration]:o.fx.speeds._default),null!=e.queue&&!0!==e.queue||(e.queue="fx"),e.old=e.complete,e.complete=function(){P(e.old)&&e.old.call(this),e.queue&&o.dequeue(this,e.queue)},e},o.fn.extend({fadeTo:function(t,n,i,e){return this.filter(Ve).css("opacity",0).show().end().animate({opacity:n},t,i,e)},animate:function(t,n,i,e){var r=o.isEmptyObject(t),s=o.speed(n,i,e),a=function(){var u=Ht(this,o.extend({},t),s);(r||$.get(this,"finish"))&&u.stop(!0)};return a.finish=a,r||!1===s.queue?this.each(a):this.queue(s.queue,a)},stop:function(t,n,i){var e=function(r){var s=r.stop;delete r.stop,s(i)};return"string"!=typeof t&&(i=n,n=t,t=void 0),n&&this.queue(t||"fx",[]),this.each(function(){var r=!0,s=null!=t&&t+"queueHooks",a=o.timers,u=$.get(this);if(s)u[s]&&u[s].stop&&e(u[s]);else for(s in u)u[s]&&u[s].stop&&xi.test(s)&&e(u[s]);for(s=a.length;s--;)a[s].elem!==this||null!=t&&a[s].queue!==t||(a[s].anim.stop(i),r=!1,a.splice(s,1));!r&&i||o.dequeue(this,t)})},finish:function(t){return!1!==t&&(t=t||"fx"),this.each(function(){var n,i=$.get(this),e=i[t+"queue"],r=i[t+"queueHooks"],s=o.timers,a=e?e.length:0;for(i.finish=!0,o.queue(this,t,[]),r&&r.stop&&r.stop.call(this,!0),n=s.length;n--;)s[n].elem===this&&s[n].queue===t&&(s[n].anim.stop(!0),s.splice(n,1));for(n=0;n<a;n++)e[n]&&e[n].finish&&e[n].finish.call(this);delete i.finish})}}),o.each(["toggle","show","hide"],function(t,n){var i=o.fn[n];o.fn[n]=function(e,r,s){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(Qe(n,!0),e,r,s)}}),o.each({slideDown:Qe("show"),slideUp:Qe("hide"),slideToggle:Qe("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,n){o.fn[t]=function(i,e,r){return this.animate(n,i,e,r)}}),o.timers=[],o.fx.tick=function(){var t,n=0,i=o.timers;for(me=Date.now();n<i.length;n++)(t=i[n])()||i[n]!==t||i.splice(n--,1);i.length||o.fx.stop(),me=void 0},o.fx.timer=function(t){o.timers.push(t),o.fx.start()},o.fx.interval=13,o.fx.start=function(){ze||(ze=!0,oe())},o.fx.stop=function(){ze=null},o.fx.speeds={slow:600,fast:200,_default:400},o.fn.delay=function(t,n){return t=o.fx&&o.fx.speeds[t]||t,this.queue(n=n||"fx",function(i,e){var r=b.setTimeout(i,t);e.stop=function(){b.clearTimeout(r)}})},ve=m.createElement("input"),On=m.createElement("select").appendChild(m.createElement("option")),ve.type="checkbox",q.checkOn=""!==ve.value,q.optSelected=On.selected,(ve=m.createElement("input")).value="t",ve.type="radio",q.radioValue="t"===ve.value;var Pn,Oe=o.expr.attrHandle;o.fn.extend({attr:function(t,n){return zt(this,o.attr,t,n,1<arguments.length)},removeAttr:function(t){return this.each(function(){o.removeAttr(this,t)})}}),o.extend({attr:function(t,n,i){var e,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return typeof t.getAttribute>"u"?o.prop(t,n,i):(1===s&&o.isXMLDoc(t)||(r=o.attrHooks[n.toLowerCase()]||(o.expr.match.bool.test(n)?Pn:void 0)),void 0!==i?null===i?void o.removeAttr(t,n):r&&"set"in r&&void 0!==(e=r.set(t,i,n))?e:(t.setAttribute(n,i+""),i):r&&"get"in r&&null!==(e=r.get(t,n))?e:null==(e=o.find.attr(t,n))?void 0:e)},attrHooks:{type:{set:function(t,n){if(!q.radioValue&&"radio"===n&&X(t,"input")){var i=t.value;return t.setAttribute("type",n),i&&(t.value=i),n}}}},removeAttr:function(t,n){var i,e=0,r=n&&n.match(Lt);if(r&&1===t.nodeType)for(;i=r[e++];)t.removeAttribute(i)}}),Pn={set:function(t,n,i){return!1===n?o.removeAttr(t,i):t.setAttribute(i,i),i}},o.each(o.expr.match.bool.source.match(/\w+/g),function(t,n){var i=Oe[n]||o.find.attr;Oe[n]=function(e,r,s){var a,u,c=r.toLowerCase();return s||(u=Oe[c],Oe[c]=a,a=null!=i(e,r,s)?c:null,Oe[c]=u),a}});var Ti=/^(?:input|select|textarea|button)$/i,Ci=/^(?:a|area)$/i;function se(t){return(t.match(Lt)||[]).join(" ")}function ae(t){return t.getAttribute&&t.getAttribute("class")||""}function Ke(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(Lt)||[]}o.fn.extend({prop:function(t,n){return zt(this,o.prop,t,n,1<arguments.length)},removeProp:function(t){return this.each(function(){delete this[o.propFix[t]||t]})}}),o.extend({prop:function(t,n,i){var e,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&o.isXMLDoc(t)||(r=o.propHooks[n=o.propFix[n]||n]),void 0!==i?r&&"set"in r&&void 0!==(e=r.set(t,i,n))?e:t[n]=i:r&&"get"in r&&null!==(e=r.get(t,n))?e:t[n]},propHooks:{tabIndex:{get:function(t){var n=o.find.attr(t,"tabindex");return n?parseInt(n,10):Ti.test(t.nodeName)||Ci.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),q.optSelected||(o.propHooks.selected={get:function(t){return null},set:function(t){}}),o.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){o.propFix[this.toLowerCase()]=this}),o.fn.extend({addClass:function(t){var n,i,e,r,s,a;return P(t)?this.each(function(u){o(this).addClass(t.call(this,u,ae(this)))}):(n=Ke(t)).length?this.each(function(){if(e=ae(this),i=1===this.nodeType&&" "+se(e)+" "){for(s=0;s<n.length;s++)i.indexOf(" "+(r=n[s])+" ")<0&&(i+=r+" ");a=se(i),e!==a&&this.setAttribute("class",a)}}):this},removeClass:function(t){var n,i,e,r,s,a;return P(t)?this.each(function(u){o(this).removeClass(t.call(this,u,ae(this)))}):arguments.length?(n=Ke(t)).length?this.each(function(){if(e=ae(this),i=1===this.nodeType&&" "+se(e)+" "){for(s=0;s<n.length;s++)for(r=n[s];-1<i.indexOf(" "+r+" ");)i=i.replace(" "+r+" "," ");a=se(i),e!==a&&this.setAttribute("class",a)}}):this:this.attr("class","")},toggleClass:function(t,n){var i,e,r,s,a=typeof t,u="string"===a||Array.isArray(t);return P(t)?this.each(function(c){o(this).toggleClass(t.call(this,c,ae(this),n),n)}):"boolean"==typeof n&&u?n?this.addClass(t):this.removeClass(t):(i=Ke(t),this.each(function(){if(u)for(s=o(this),r=0;r<i.length;r++)s.hasClass(e=i[r])?s.removeClass(e):s.addClass(e);else void 0!==t&&"boolean"!==a||((e=ae(this))&&$.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":$.get(this,"__className__")||""))}))},hasClass:function(t){var n,i,e=0;for(n=" "+t+" ";i=this[e++];)if(1===i.nodeType&&-1<(" "+se(ae(i))+" ").indexOf(n))return!0;return!1}});var Mn=/\r/g;o.fn.extend({val:function(t){var n,i,e,r=this[0];return arguments.length?(e=P(t),this.each(function(s){var a;1===this.nodeType&&(null==(a=e?t.call(this,s,o(this).val()):t)?a="":"number"==typeof a?a+="":Array.isArray(a)&&(a=o.map(a,function(u){return null==u?"":u+""})),(n=o.valHooks[this.type]||o.valHooks[this.nodeName.toLowerCase()])&&"set"in n&&void 0!==n.set(this,a,"value")||(this.value=a))})):r?(n=o.valHooks[r.type]||o.valHooks[r.nodeName.toLowerCase()])&&"get"in n&&void 0!==(i=n.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(Mn,""):i??"":void 0}}),o.extend({valHooks:{option:{get:function(t){return o.find.attr(t,"value")??se(o.text(t))}},select:{get:function(t){var n,i,e,r=t.options,s=t.selectedIndex,a="select-one"===t.type,u=a?null:[],c=a?s+1:r.length;for(e=s<0?c:a?s:0;e<c;e++)if(((i=r[e]).selected||e===s)&&!i.disabled&&(!i.parentNode.disabled||!X(i.parentNode,"optgroup"))){if(n=o(i).val(),a)return n;u.push(n)}return u},set:function(t,n){for(var i,e,r=t.options,s=o.makeArray(n),a=r.length;a--;)((e=r[a]).selected=-1<o.inArray(o.valHooks.option.get(e),s))&&(i=!0);return i||(t.selectedIndex=-1),s}}}}),o.each(["radio","checkbox"],function(){o.valHooks[this]={set:function(t,n){if(Array.isArray(n))return t.checked=-1<o.inArray(o(t).val(),n)}},q.checkOn||(o.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var Se=b.location,Hn={guid:Date.now()},Fe=/\?/;o.parseXML=function(t){var n,i;if(!t||"string"!=typeof t)return null;try{n=(new b.DOMParser).parseFromString(t,"text/xml")}catch{}return i=n&&n.getElementsByTagName("parsererror")[0],n&&!i||o.error("Invalid XML: "+(i?o.map(i.childNodes,function(e){return e.textContent}).join("\n"):t)),n};var In=/^(?:focusinfocus|focusoutblur)$/,ei=function(t){t.stopPropagation()};o.extend(o.event,{trigger:function(t,n,i,e){var r,s,a,u,c,p,y,x,v=[i||m],T=W.call(t,"type")?t.type:t,M=W.call(t,"namespace")?t.namespace.split("."):[];if(s=x=a=i=i||m,3!==i.nodeType&&8!==i.nodeType&&!In.test(T+o.event.triggered)&&(-1<T.indexOf(".")&&(T=(M=T.split(".")).shift(),M.sort()),c=T.indexOf(":")<0&&"on"+T,(t=t[o.expando]?t:new o.Event(T,"object"==typeof t&&t)).isTrigger=e?2:3,t.namespace=M.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+M.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:o.makeArray(n,[t]),y=o.event.special[T]||{},e||!y.trigger||!1!==y.trigger.apply(i,n))){if(!e&&!y.noBubble&&!bt(i)){for(In.test((u=y.delegateType||T)+T)||(s=s.parentNode);s;s=s.parentNode)v.push(s),a=s;a===(i.ownerDocument||m)&&v.push(a.defaultView||a.parentWindow||b)}for(r=0;(s=v[r++])&&!t.isPropagationStopped();)x=s,t.type=1<r?u:y.bindType||T,(p=($.get(s,"events")||Object.create(null))[t.type]&&$.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&te(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=T,e||t.isDefaultPrevented()||y._default&&!1!==y._default.apply(v.pop(),n)||!te(i)||c&&P(i[T])&&!bt(i)&&((a=i[c])&&(i[c]=null),o.event.triggered=T,t.isPropagationStopped()&&x.addEventListener(T,ei),i[T](),t.isPropagationStopped()&&x.removeEventListener(T,ei),o.event.triggered=void 0,a&&(i[c]=a)),t.result}},simulate:function(t,n,i){var e=o.extend(new o.Event,i,{type:t,isSimulated:!0});o.event.trigger(e,null,n)}}),o.fn.extend({trigger:function(t,n){return this.each(function(){o.event.trigger(t,n,this)})},triggerHandler:function(t,n){var i=this[0];if(i)return o.event.trigger(t,n,i,!0)}});var Ei=/\[\]$/,ni=/\r?\n/g,Ye=/^(?:submit|button|image|reset|file)$/i,ki=/^(?:input|select|textarea|keygen)/i;function un(t,n,i,e){var r;if(Array.isArray(n))o.each(n,function(s,a){i||Ei.test(t)?e(t,a):un(t+"["+("object"==typeof a&&null!=a?s:"")+"]",a,i,e)});else if(i||"object"!==j(n))e(t,n);else for(r in n)un(t+"["+r+"]",n[r],i,e)}o.param=function(t,n){var i,e=[],r=function(s,a){var u=P(a)?a():a;e[e.length]=encodeURIComponent(s)+"="+encodeURIComponent(u??"")};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!o.isPlainObject(t))o.each(t,function(){r(this.name,this.value)});else for(i in t)un(i,t[i],n,r);return e.join("&")},o.fn.extend({serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=o.prop(this,"elements");return t?o.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!o(this).is(":disabled")&&ki.test(this.nodeName)&&!Ye.test(t)&&(this.checked||!Ae.test(t))}).map(function(t,n){var i=o(this).val();return null==i?null:Array.isArray(i)?o.map(i,function(e){return{name:n.name,value:e.replace(ni,"\r\n")}}):{name:n.name,value:i.replace(ni,"\r\n")}}).get()}});var $n=/%20/g,gi=/#.*$/,hn=/([?&])_=[^&]*/,mi=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ai=/^(?:GET|HEAD)$/,Si=/^\/\//,Ge={},dn={},qn="*/".concat("*"),pn=m.createElement("a");function Rn(t){return function(n,i){"string"!=typeof n&&(i=n,n="*");var e,r=0,s=n.toLowerCase().match(Lt)||[];if(P(i))for(;e=s[r++];)"+"===e[0]?(e=e.slice(1)||"*",(t[e]=t[e]||[]).unshift(i)):(t[e]=t[e]||[]).push(i)}}function en(t,n,i,e){var r={},s=t===dn;function a(u){var c;return r[u]=!0,o.each(t[u]||[],function(p,y){var x=y(n,i,e);return"string"!=typeof x||s||r[x]?s?!(c=x):void 0:(n.dataTypes.unshift(x),a(x),!1)}),c}return a(n.dataTypes[0])||!r["*"]&&a("*")}function nn(t,n){var i,e,r=o.ajaxSettings.flatOptions||{};for(i in n)void 0!==n[i]&&((r[i]?t:e||(e={}))[i]=n[i]);return e&&o.extend(!0,t,e),t}pn.href=Se.href,o.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Se.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Se.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":qn,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":o.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,n){return n?nn(nn(t,o.ajaxSettings),n):nn(o.ajaxSettings,t)},ajaxPrefilter:Rn(Ge),ajaxTransport:Rn(dn),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0);var i,e,r,s,a,u,c,p,y,x,v=o.ajaxSetup({},n=n||{}),T=v.context||v,M=v.context&&(T.nodeType||T.jquery)?o(T):o.event,F=o.Deferred(),V=o.Callbacks("once memory"),st=v.statusCode||{},dt={},Pt={},qt="canceled",Z={readyState:0,getResponseHeader:function(et){var ht;if(c){if(!s)for(s={};ht=mi.exec(r);)s[ht[1].toLowerCase()+" "]=(s[ht[1].toLowerCase()+" "]||[]).concat(ht[2]);ht=s[et.toLowerCase()+" "]}return null==ht?null:ht.join(", ")},getAllResponseHeaders:function(){return c?r:null},setRequestHeader:function(et,ht){return null==c&&(et=Pt[et.toLowerCase()]=Pt[et.toLowerCase()]||et,dt[et]=ht),this},overrideMimeType:function(et){return null==c&&(v.mimeType=et),this},statusCode:function(et){var ht;if(et)if(c)Z.always(et[Z.status]);else for(ht in et)st[ht]=[st[ht],et[ht]];return this},abort:function(et){var ht=et||qt;return i&&i.abort(ht),le(0,ht),this}};if(F.promise(Z),v.url=((t||v.url||Se.href)+"").replace(Si,Se.protocol+"//"),v.type=n.method||n.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(Lt)||[""],null==v.crossDomain){u=m.createElement("a");try{u.href=v.url,u.href=u.href,v.crossDomain=pn.protocol+"//"+pn.host!=u.protocol+"//"+u.host}catch{v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=o.param(v.data,v.traditional)),en(Ge,v,n,Z),c)return Z;for(y in(p=o.event&&v.global)&&0==o.active++&&o.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ai.test(v.type),e=v.url.replace(gi,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace($n,"+")):(x=v.url.slice(e.length),v.data&&(v.processData||"string"==typeof v.data)&&(e+=(Fe.test(e)?"&":"?")+v.data,delete v.data),!1===v.cache&&(e=e.replace(hn,"$1"),x=(Fe.test(e)?"&":"?")+"_="+Hn.guid+++x),v.url=e+x),v.ifModified&&(o.lastModified[e]&&Z.setRequestHeader("If-Modified-Since",o.lastModified[e]),o.etag[e]&&Z.setRequestHeader("If-None-Match",o.etag[e])),(v.data&&v.hasContent&&!1!==v.contentType||n.contentType)&&Z.setRequestHeader("Content-Type",v.contentType),Z.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+qn+"; q=0.01":""):v.accepts["*"]),v.headers)Z.setRequestHeader(y,v.headers[y]);if(v.beforeSend&&(!1===v.beforeSend.call(T,Z,v)||c))return Z.abort();if(qt="abort",V.add(v.complete),Z.done(v.success),Z.fail(v.error),i=en(dn,v,n,Z)){if(Z.readyState=1,p&&M.trigger("ajaxSend",[Z,v]),c)return Z;v.async&&0<v.timeout&&(a=b.setTimeout(function(){Z.abort("timeout")},v.timeout));try{c=!1,i.send(dt,le)}catch(et){if(c)throw et;le(-1,et)}}else le(-1,"No Transport");function le(et,ht,Ze,ri){var Ft,Je,Kt,ce,Me,It=ht;c||(c=!0,a&&b.clearTimeout(a),i=void 0,r=ri||"",Z.readyState=0<et?4:0,Ft=200<=et&&et<300||304===et,Ze&&(ce=function(vt,gt,Et){for(var ue,kt,B,pt,ft=vt.contents,at=vt.dataTypes;"*"===at[0];)at.shift(),void 0===ue&&(ue=vt.mimeType||gt.getResponseHeader("Content-Type"));if(ue)for(kt in ft)if(ft[kt]&&ft[kt].test(ue)){at.unshift(kt);break}if(at[0]in Et)B=at[0];else{for(kt in Et){if(!at[0]||vt.converters[kt+" "+at[0]]){B=kt;break}pt||(pt=kt)}B=B||pt}if(B)return B!==at[0]&&at.unshift(B),Et[B]}(v,Z,Ze)),!Ft&&-1<o.inArray("script",v.dataTypes)&&o.inArray("json",v.dataTypes)<0&&(v.converters["text script"]=function(){}),ce=function(vt,gt,Et,ue){var kt,B,pt,ft,at,Bt={},He=vt.dataTypes.slice();if(He[1])for(pt in vt.converters)Bt[pt.toLowerCase()]=vt.converters[pt];for(B=He.shift();B;)if(vt.responseFields[B]&&(Et[vt.responseFields[B]]=gt),!at&&ue&&vt.dataFilter&&(gt=vt.dataFilter(gt,vt.dataType)),at=B,B=He.shift())if("*"===B)B=at;else if("*"!==at&&at!==B){if(!(pt=Bt[at+" "+B]||Bt["* "+B]))for(kt in Bt)if((ft=kt.split(" "))[1]===B&&(pt=Bt[at+" "+ft[0]]||Bt["* "+ft[0]])){!0===pt?pt=Bt[kt]:!0!==Bt[kt]&&(B=ft[0],He.unshift(ft[1]));break}if(!0!==pt)if(pt&&vt.throws)gt=pt(gt);else try{gt=pt(gt)}catch(gn){return{state:"parsererror",error:pt?gn:"No conversion from "+at+" to "+B}}}return{state:"success",data:gt}}(v,ce,Z,Ft),Ft?(v.ifModified&&((Me=Z.getResponseHeader("Last-Modified"))&&(o.lastModified[e]=Me),(Me=Z.getResponseHeader("etag"))&&(o.etag[e]=Me)),204===et||"HEAD"===v.type?It="nocontent":304===et?It="notmodified":(It=ce.state,Je=ce.data,Ft=!(Kt=ce.error))):(Kt=It,!et&&It||(It="error",et<0&&(et=0))),Z.status=et,Z.statusText=(ht||It)+"",Ft?F.resolveWith(T,[Je,It,Z]):F.rejectWith(T,[Z,It,Kt]),Z.statusCode(st),st=void 0,p&&M.trigger(Ft?"ajaxSuccess":"ajaxError",[Z,v,Ft?Je:Kt]),V.fireWith(T,[Z,It]),p&&(M.trigger("ajaxComplete",[Z,v]),--o.active||o.event.trigger("ajaxStop")))}return Z},getJSON:function(t,n,i){return o.get(t,n,i,"json")},getScript:function(t,n){return o.get(t,void 0,n,"script")}}),o.each(["get","post"],function(t,n){o[n]=function(i,e,r,s){return P(e)&&(s=s||r,r=e,e=void 0),o.ajax(o.extend({url:i,type:n,dataType:s,data:e,success:r},o.isPlainObject(i)&&i))}}),o.ajaxPrefilter(function(t){var n;for(n in t.headers)"content-type"===n.toLowerCase()&&(t.contentType=t.headers[n]||"")}),o._evalUrl=function(t,n,i){return o.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){o.globalEval(e,n,i)}})},o.fn.extend({wrapAll:function(t){var n;return this[0]&&(P(t)&&(t=t.call(this[0])),n=o(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&n.insertBefore(this[0]),n.map(function(){for(var i=this;i.firstElementChild;)i=i.firstElementChild;return i}).append(this)),this},wrapInner:function(t){return P(t)?this.each(function(n){o(this).wrapInner(t.call(this,n))}):this.each(function(){var n=o(this),i=n.contents();i.length?i.wrapAll(t):n.append(t)})},wrap:function(t){var n=P(t);return this.each(function(i){o(this).wrapAll(n?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){o(this).replaceWith(this.childNodes)}),this}}),o.expr.pseudos.hidden=function(t){return!o.expr.pseudos.visible(t)},o.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},o.ajaxSettings.xhr=function(){try{return new b.XMLHttpRequest}catch{}};var ii={0:200,1223:204},De=o.ajaxSettings.xhr();q.cors=!!De&&"withCredentials"in De,q.ajax=De=!!De,o.ajaxTransport(function(t){var n,i;if(q.cors||De&&!t.crossDomain)return{send:function(e,r){var s,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(s in t.xhrFields)a[s]=t.xhrFields[s];for(s in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)a.setRequestHeader(s,e[s]);n=function(u){return function(){n&&(n=i=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===u?a.abort():"error"===u?"number"!=typeof a.status?r(0,"error"):r(a.status,a.statusText):r(ii[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=n(),i=a.onerror=a.ontimeout=n("error"),void 0!==a.onabort?a.onabort=i:a.onreadystatechange=function(){4===a.readyState&&b.setTimeout(function(){n&&i()})},n=n("abort");try{a.send(t.hasContent&&t.data||null)}catch(u){if(n)throw u}},abort:function(){n&&n()}}}),o.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),o.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return o.globalEval(t),t}}}),o.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),o.ajaxTransport("script",function(t){var n,i;if(t.crossDomain||t.scriptAttrs)return{send:function(e,r){n=o("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(s){n.remove(),i=null,s&&r("error"===s.type?404:200,s.type)}),m.head.appendChild(n[0])},abort:function(){i&&i()}}});var fn,Pe=[],rn=/(=)\?(?=&|$)|\?\?/;o.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Pe.pop()||o.expando+"_"+Hn.guid++;return this[t]=!0,t}}),o.ajaxPrefilter("json jsonp",function(t,n,i){var e,r,s,a=!1!==t.jsonp&&(rn.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&rn.test(t.data)&&"data");if(a||"jsonp"===t.dataTypes[0])return e=t.jsonpCallback=P(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(rn,"$1"+e):!1!==t.jsonp&&(t.url+=(Fe.test(t.url)?"&":"?")+t.jsonp+"="+e),t.converters["script json"]=function(){return s||o.error(e+" was not called"),s[0]},t.dataTypes[0]="json",r=b[e],b[e]=function(){s=arguments},i.always(function(){void 0===r?o(b).removeProp(e):b[e]=r,t[e]&&(t.jsonpCallback=n.jsonpCallback,Pe.push(e)),s&&P(r)&&r(s[0]),s=r=void 0}),"script"}),q.createHTMLDocument=((fn=m.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===fn.childNodes.length),o.parseHTML=function(t,n,i){return"string"!=typeof t?[]:("boolean"==typeof n&&(i=n,n=!1),n||(q.createHTMLDocument?((e=(n=m.implementation.createHTMLDocument("")).createElement("base")).href=m.location.href,n.head.appendChild(e)):n=m),s=!i&&[],(r=R.exec(t))?[n.createElement(r[1])]:(r=Un([t],n,s),s&&s.length&&o(s).remove(),o.merge([],r.childNodes)));var e,r,s},o.fn.load=function(t,n,i){var e,r,s,a=this,u=t.indexOf(" ");return-1<u&&(e=se(t.slice(u)),t=t.slice(0,u)),P(n)?(i=n,n=void 0):n&&"object"==typeof n&&(r="POST"),0<a.length&&o.ajax({url:t,type:r||"GET",dataType:"html",data:n}).done(function(c){s=arguments,a.html(e?o("<div>").append(o.parseHTML(c)).find(e):c)}).always(i&&function(c,p){a.each(function(){i.apply(this,s||[c.responseText,p,c])})}),this},o.expr.pseudos.animated=function(t){return o.grep(o.timers,function(n){return t===n.elem}).length},o.offset={setOffset:function(t,n,i){var e,r,s,a,u,c,p=o.css(t,"position"),y=o(t),x={};"static"===p&&(t.style.position="relative"),u=y.offset(),s=o.css(t,"top"),c=o.css(t,"left"),("absolute"===p||"fixed"===p)&&-1<(s+c).indexOf("auto")?(a=(e=y.position()).top,r=e.left):(a=parseFloat(s)||0,r=parseFloat(c)||0),P(n)&&(n=n.call(t,i,o.extend({},u))),null!=n.top&&(x.top=n.top-u.top+a),null!=n.left&&(x.left=n.left-u.left+r),"using"in n?n.using.call(t,x):y.css(x)}},o.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(r){o.offset.setOffset(this,t,r)});var n,i,e=this[0];return e?e.getClientRects().length?{top:(n=e.getBoundingClientRect()).top+(i=e.ownerDocument.defaultView).pageYOffset,left:n.left+i.pageXOffset}:{top:0,left:0}:void 0},position:function(){if(this[0]){var t,n,i,e=this[0],r={top:0,left:0};if("fixed"===o.css(e,"position"))n=e.getBoundingClientRect();else{for(n=this.offset(),i=e.ownerDocument,t=e.offsetParent||i.documentElement;t&&(t===i.body||t===i.documentElement)&&"static"===o.css(t,"position");)t=t.parentNode;t&&t!==e&&1===t.nodeType&&((r=o(t).offset()).top+=o.css(t,"borderTopWidth",!0),r.left+=o.css(t,"borderLeftWidth",!0))}return{top:n.top-r.top-o.css(e,"marginTop",!0),left:n.left-r.left-o.css(e,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===o.css(t,"position");)t=t.offsetParent;return t||Vt})}}),o.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,n){var i="pageYOffset"===n;o.fn[t]=function(e){return zt(this,function(r,s,a){var u;if(bt(r)?u=r:9===r.nodeType&&(u=r.defaultView),void 0===a)return u?u[n]:r[s];u?u.scrollTo(i?u.pageXOffset:a,i?a:u.pageYOffset):r[s]=a},t,e,arguments.length)}}),o.each(["top","left"],function(t,n){o.cssHooks[n]=Kn(q.pixelPosition,function(i,e){if(e)return e=Ne(i,n),ln.test(e)?o(i).position()[n]+"px":e})}),o.each({Height:"height",Width:"width"},function(t,n){o.each({padding:"inner"+t,content:n,"":"outer"+t},function(i,e){o.fn[e]=function(r,s){var a=arguments.length&&(i||"boolean"!=typeof r),u=i||(!0===r||!0===s?"margin":"border");return zt(this,function(c,p,y){var x;return bt(c)?0===e.indexOf("outer")?c["inner"+t]:c.document.documentElement["client"+t]:9===c.nodeType?(x=c.documentElement,Math.max(c.body["scroll"+t],x["scroll"+t],c.body["offset"+t],x["offset"+t],x["client"+t])):void 0===y?o.css(c,p,u):o.style(c,p,y,u)},n,a?r:void 0,a)}})}),o.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,n){o.fn[n]=function(i){return this.on(n,i)}}),o.fn.extend({bind:function(t,n,i){return this.on(t,null,n,i)},unbind:function(t,n){return this.off(t,null,n)},delegate:function(t,n,i,e){return this.on(n,t,i,e)},undelegate:function(t,n,i){return 1===arguments.length?this.off(t,"**"):this.off(n,t||"**",i)},hover:function(t,n){return this.mouseenter(t).mouseleave(n||t)}}),o.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(t,n){o.fn[n]=function(i,e){return 0<arguments.length?this.on(n,null,i,e):this.trigger(n)}});var Wn=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;o.proxy=function(t,n){var i,e,r;if("string"==typeof n&&(i=t[n],n=t,t=i),P(t))return e=S.call(arguments,2),(r=function(){return t.apply(n||this,e.concat(S.call(arguments)))}).guid=t.guid=t.guid||o.guid++,r},o.holdReady=function(t){t?o.readyWait++:o.ready(!0)},o.isArray=Array.isArray,o.parseJSON=JSON.parse,o.nodeName=X,o.isFunction=P,o.isWindow=bt,o.camelCase=jt,o.type=j,o.now=Date.now,o.isNumeric=function(t){var n=o.type(t);return("number"===n||"string"===n)&&!isNaN(t-parseFloat(t))},o.trim=function(t){return null==t?"":(t+"").replace(Wn,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return o});var zn=b.jQuery,Di=b.$;return o.noConflict=function(t){return b.$===o&&(b.$=Di),t&&b.jQuery===o&&(b.jQuery=zn),o},typeof ot>"u"&&(b.jQuery=b.$=o),o}),function(b,ot,A,ut){var S=A("html"),d=A(b),g=A(ot),h=A.fancybox=function(){h.open.apply(this,arguments)},k=navigator.userAgent.match(/msie/i),I=null,W=ot.createTouch!==ut,K=function(m){return m&&m.hasOwnProperty&&m instanceof A},it=function(m){return m&&"string"===A.type(m)},q=function(m){return it(m)&&0<m.indexOf("%")},P=function(m,E){var D=parseInt(m,10)||0;return E&&q(m)&&(D*=h.getViewport()[E]/100),Math.ceil(D)},bt=function(m,E){return P(m,E)+"px"};A.extend(h,{version:"2.1.5",defaults:{padding:15,margin:20,width:800,height:600,minWidth:100,minHeight:100,maxWidth:9999,maxHeight:9999,pixelRatio:1,autoSize:!0,autoHeight:!1,autoWidth:!1,autoResize:!0,autoCenter:!W,fitToView:!0,aspectRatio:!1,topRatio:.5,leftRatio:.5,scrolling:"auto",wrapCSS:"",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3e3,preload:3,modal:!1,loop:!0,ajax:{dataType:"html",headers:{"X-fancyBox":!0}},iframe:{scrolling:"auto",preload:!0},swf:{wmode:"transparent",allowfullscreen:"true",allowscriptaccess:"always"},keys:{next:{13:"left",34:"up",39:"left",40:"up"},prev:{8:"right",33:"down",37:"right",38:"down"},close:[27],play:[32],toggle:[70]},direction:{next:"left",prev:"right"},scrollOutside:!0,index:0,type:null,href:null,content:null,title:null,tpl:{wrap:'<div class="fancybox-wrap" tabIndex="-1"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div></div>',image:'<img class="fancybox-image" src="{href}" alt="" />',iframe:'<iframe id="fancybox-frame{rnd}" name="fancybox-frame{rnd}" class="fancybox-iframe" frameborder="0" vspace="0" hspace="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen'+(k?' allowtransparency="true"':"")+"></iframe>",error:'<p class="fancybox-error">The requested content cannot be loaded.<br/>Please try again later.</p>',closeBtn:'<a title="Close" class="fancybox-item fancybox-close" href="javascript:;"></a>',next:'<a title="Next" class="fancybox-nav fancybox-next" href="javascript:;"><span></span></a>',prev:'<a title="Previous" class="fancybox-nav fancybox-prev" href="javascript:;"><span></span></a>'},openEffect:"fade",openSpeed:250,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:250,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:250,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",prevSpeed:250,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:!0,title:!0},onCancel:A.noop,beforeLoad:A.noop,afterLoad:A.noop,beforeShow:A.noop,afterShow:A.noop,beforeChange:A.noop,beforeClose:A.noop,afterClose:A.noop},group:{},opts:{},previous:null,coming:null,current:null,isActive:!1,isOpen:!1,isOpened:!1,wrap:null,skin:null,outer:null,inner:null,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(m,E){if(m&&(A.isPlainObject(E)||(E={}),!1!==h.close(!0)))return A.isArray(m)||(m=K(m)?A(m).get():[m]),A.each(m,function(D,j){var z,o,tt,X,_t,Q={};"object"===A.type(j)&&(j.nodeType&&(j=A(j)),K(j)?(Q={href:j.data("fancybox-href")||j.attr("href"),title:A("<div/>").text(j.data("fancybox-title")||j.attr("title")).html(),isDom:!0,element:j},A.metadata&&A.extend(!0,Q,j.metadata())):Q=j),z=E.href||Q.href||(it(j)?j:null),o=E.title!==ut?E.title:Q.title||"",!(X=(tt=E.content||Q.content)?"html":E.type||Q.type)&&Q.isDom&&((X=j.data("fancybox-type"))||(X=(X=j.prop("class").match(/fancybox\.(\w+)/))?X[1]:null)),it(z)&&(X||(h.isImage(z)?X="image":h.isSWF(z)?X="swf":"#"===z.charAt(0)?X="inline":it(j)&&(X="html",tt=j)),"ajax"===X&&(_t=z.split(/\s+/,2),z=_t.shift(),_t=_t.shift())),tt||("inline"===X?z?tt=A(it(z)?z.replace(/.*(?=#[^\s]+$)/,""):z):Q.isDom&&(tt=j):"html"===X?tt=z:X||z||!Q.isDom||(X="inline",tt=j)),A.extend(Q,{href:z,type:X,content:tt,title:o,selector:_t}),m[D]=Q}),h.opts=A.extend(!0,{},h.defaults,E),E.keys!==ut&&(h.opts.keys=!!E.keys&&A.extend({},h.defaults.keys,E.keys)),h.group=m,h._start(h.opts.index)},cancel:function(){var m=h.coming;m&&!1===h.trigger("onCancel")||(h.hideLoading(),m&&(h.ajaxLoad&&h.ajaxLoad.abort(),h.ajaxLoad=null,h.imgPreload&&(h.imgPreload.onload=h.imgPreload.onerror=null),m.wrap&&m.wrap.stop(!0,!0).trigger("onReset").remove(),h.coming=null,h.current||h._afterZoomOut(m)))},close:function(m){h.cancel(),!1!==h.trigger("beforeClose")&&(h.unbindEvents(),h.isActive&&(h.isOpen&&!0!==m?(h.isOpen=h.isOpened=!1,h.isClosing=!0,A(".fancybox-item, .fancybox-nav").remove(),h.wrap.stop(!0,!0).removeClass("fancybox-opened"),h.transitions[h.current.closeMethod]()):(A(".fancybox-wrap").stop(!0).trigger("onReset").remove(),h._afterZoomOut())))},play:function(m){var E=function(){clearTimeout(h.player.timer)},D=function(){E(),h.current&&h.player.isActive&&(h.player.timer=setTimeout(h.next,h.current.playSpeed))},j=function(){E(),g.unbind(".player"),h.player.isActive=!1,h.trigger("onPlayEnd")};!0===m||!h.player.isActive&&!1!==m?h.current&&(h.current.loop||h.current.index<h.group.length-1)&&(h.player.isActive=!0,g.bind({"onCancel.player beforeClose.player":j,"onUpdate.player":D,"beforeLoad.player":E}),D(),h.trigger("onPlayStart")):j()},next:function(m){var E=h.current;E&&(it(m)||(m=E.direction.next),h.jumpto(E.index+1,m,"next"))},prev:function(m){var E=h.current;E&&(it(m)||(m=E.direction.prev),h.jumpto(E.index-1,m,"prev"))},jumpto:function(m,E,D){var j=h.current;j&&(m=P(m),h.direction=E||j.direction[m>=j.index?"next":"prev"],h.router=D||"jumpto",j.loop&&(0>m&&(m=j.group.length+m%j.group.length),m%=j.group.length),j.group[m]!==ut&&(h.cancel(),h._start(m)))},reposition:function(m,E){var Q,D=h.current,j=D?D.wrap:null;j&&(Q=h._getPosition(E),m&&"scroll"===m.type?(delete Q.position,j.stop(!0,!0).animate(Q,200)):(j.css(Q),D.pos=A.extend({},D.dim,Q)))},update:function(m){var E=m&&m.originalEvent&&m.originalEvent.type,D=!E||"orientationchange"===E;D&&(clearTimeout(I),I=null),h.isOpen&&!I&&(I=setTimeout(function(){var j=h.current;j&&!h.isClosing&&(h.wrap.removeClass("fancybox-tmp"),(D||"load"===E||"resize"===E&&j.autoResize)&&h._setDimension(),"scroll"===E&&j.canShrink||h.reposition(m),h.trigger("onUpdate"),I=null)},D&&!W?0:300))},toggle:function(m){h.isOpen&&(h.current.fitToView="boolean"===A.type(m)?m:!h.current.fitToView,W&&(h.wrap.removeAttr("style").addClass("fancybox-tmp"),h.trigger("onUpdate")),h.update())},hideLoading:function(){g.unbind(".loading"),A("#fancybox-loading").remove()},showLoading:function(){var m,E;h.hideLoading(),m=A('<div id="fancybox-loading"><div></div></div>').click(h.cancel).appendTo("body"),g.bind("keydown.loading",function(D){27===(D.which||D.keyCode)&&(D.preventDefault(),h.cancel())}),h.defaults.fixed||(E=h.getViewport(),m.css({position:"absolute",top:.5*E.h+E.y,left:.5*E.w+E.x})),h.trigger("onLoading")},getViewport:function(){var m=h.current&&h.current.locked||!1,E={x:d.scrollLeft(),y:d.scrollTop()};return m&&m.length?(E.w=m[0].clientWidth,E.h=m[0].clientHeight):(E.w=W&&b.innerWidth?b.innerWidth:d.width(),E.h=W&&b.innerHeight?b.innerHeight:d.height()),E},unbindEvents:function(){h.wrap&&K(h.wrap)&&h.wrap.unbind(".fb"),g.unbind(".fb"),d.unbind(".fb")},bindEvents:function(){var E,m=h.current;m&&(d.bind("orientationchange.fb"+(W?"":" resize.fb")+(m.autoCenter&&!m.locked?" scroll.fb":""),h.update),(E=m.keys)&&g.bind("keydown.fb",function(D){var j=D.which||D.keyCode,Q=D.target||D.srcElement;if(27===j&&h.coming)return!1;D.ctrlKey||D.altKey||D.shiftKey||D.metaKey||Q&&(Q.type||A(Q).is("[contenteditable]"))||A.each(E,function(z,o){return 1<m.group.length&&o[j]!==ut?(h[z](o[j]),D.preventDefault(),!1):-1<A.inArray(j,o)?(h[z](),D.preventDefault(),!1):void 0})}),A.fn.mousewheel&&m.mouseWheel&&h.wrap.bind("mousewheel.fb",function(D,j,Q,z){for(var o=A(D.target||null),tt=!1;o.length&&!(tt||o.is(".fancybox-skin")||o.is(".fancybox-wrap"));)tt=o[0]&&!(o[0].style.overflow&&"hidden"===o[0].style.overflow)&&(o[0].clientWidth&&o[0].scrollWidth>o[0].clientWidth||o[0].clientHeight&&o[0].scrollHeight>o[0].clientHeight),o=A(o).parent();0!==j&&!tt&&1<h.group.length&&!m.canShrink&&(0<z||0<Q?h.prev(0<z?"down":"left"):(0>z||0>Q)&&h.next(0>z?"up":"right"),D.preventDefault())}))},trigger:function(m,E){var D,j=E||h.coming||h.current;if(j){if(A.isFunction(j[m])&&(D=j[m].apply(j,Array.prototype.slice.call(arguments,1))),!1===D)return!1;j.helpers&&A.each(j.helpers,function(Q,z){z&&h.helpers[Q]&&A.isFunction(h.helpers[Q][m])&&h.helpers[Q][m](A.extend(!0,{},h.helpers[Q].defaults,z),j)})}g.trigger(m)},isImage:function(m){return it(m)&&m.match(/(^data:image\/.*,)|(\.(jp(e|g|eg)|gif|png|bmp|webp|svg)((\?|#).*)?$)/i)},isSWF:function(m){return it(m)&&m.match(/\.(swf)((\?|#).*)?$/i)},_start:function(m){var D,j,E={};if(m=P(m),!(D=h.group[m]||null))return!1;if(j=(E=A.extend(!0,{},h.opts,D)).padding,"number"===A.type(D=E.margin)&&(E.margin=[D,D,D,D]),"number"===A.type(j)&&(E.padding=[j,j,j,j]),E.modal&&A.extend(!0,E,{closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{closeClick:!1}}}),E.autoSize&&(E.autoWidth=E.autoHeight=!0),"auto"===E.width&&(E.autoWidth=!0),"auto"===E.height&&(E.autoHeight=!0),E.group=h.group,E.index=m,h.coming=E,!1===h.trigger("beforeLoad"))h.coming=null;else{if(D=E.href,!(j=E.type))return h.coming=null,!(!h.current||!h.router||"jumpto"===h.router)&&(h.current.index=m,h[h.router](h.direction));if(h.isActive=!0,("image"===j||"swf"===j)&&(E.autoHeight=E.autoWidth=!1,E.scrolling="visible"),"image"===j&&(E.aspectRatio=!0),"iframe"===j&&W&&(E.scrolling="scroll"),E.wrap=A(E.tpl.wrap).addClass("fancybox-"+(W?"mobile":"desktop")+" fancybox-type-"+j+" fancybox-tmp "+E.wrapCSS).appendTo(E.parent||"body"),A.extend(E,{skin:A(".fancybox-skin",E.wrap),outer:A(".fancybox-outer",E.wrap),inner:A(".fancybox-inner",E.wrap)}),A.each(["Top","Right","Bottom","Left"],function(Q,z){E.skin.css("padding"+z,bt(E.padding[Q]))}),h.trigger("onReady"),"inline"===j||"html"===j){if(!E.content||!E.content.length)return h._error("content")}else if(!D)return h._error("href");"image"===j?h._loadImage():"ajax"===j?h._loadAjax():"iframe"===j?h._loadIframe():h._afterLoad()}},_error:function(m){A.extend(h.coming,{type:"html",autoWidth:!0,autoHeight:!0,minWidth:0,minHeight:0,scrolling:"no",hasError:m,content:h.coming.tpl.error}),h._afterLoad()},_loadImage:function(){var m=h.imgPreload=new Image;m.onload=function(){this.onload=this.onerror=null,h.coming.width=this.width/h.opts.pixelRatio,h.coming.height=this.height/h.opts.pixelRatio,h._afterLoad()},m.onerror=function(){this.onload=this.onerror=null,h._error("image")},m.src=h.coming.href,!0!==m.complete&&h.showLoading()},_loadAjax:function(){var m=h.coming;h.showLoading(),h.ajaxLoad=A.ajax(A.extend({},m.ajax,{url:m.href,error:function(E,D){h.coming&&"abort"!==D?h._error("ajax",E):h.hideLoading()},success:function(E,D){"success"===D&&(m.content=E,h._afterLoad())}}))},_loadIframe:function(){var m=h.coming,E=A(m.tpl.iframe.replace(/\{rnd\}/g,(new Date).getTime())).attr("scrolling",W?"auto":m.iframe.scrolling).attr("src",m.href);A(m.wrap).bind("onReset",function(){try{A(this).find("iframe").hide().attr("src","//about:blank").end().empty()}catch{}}),m.iframe.preload&&(h.showLoading(),E.one("load",function(){A(this).data("ready",1),W||A(this).bind("load.fb",h.update),A(this).parents(".fancybox-wrap").width("100%").removeClass("fancybox-tmp").show(),h._afterLoad()})),m.content=E.appendTo(m.inner),m.iframe.preload||h._afterLoad()},_preloadImages:function(){var Q,z,m=h.group,E=h.current,D=m.length,j=E.preload?Math.min(E.preload,D-1):0;for(z=1;z<=j;z+=1)"image"===(Q=m[(E.index+z)%D]).type&&Q.href&&((new Image).src=Q.href)},_afterLoad:function(){var D,j,Q,z,o,m=h.coming,E=h.current;if(h.hideLoading(),m&&!1!==h.isActive)if(!1===h.trigger("afterLoad",m,E))m.wrap.stop(!0).trigger("onReset").remove(),h.coming=null;else{switch(E&&(h.trigger("beforeChange",E),E.wrap.stop(!0).removeClass("fancybox-opened").find(".fancybox-item, .fancybox-nav").remove()),h.unbindEvents(),D=m.content,j=m.type,Q=m.scrolling,A.extend(h,{wrap:m.wrap,skin:m.skin,outer:m.outer,inner:m.inner,current:m,previous:E}),z=m.href,j){case"inline":case"ajax":case"html":m.selector?D=A("<div>").html(D).find(m.selector):K(D)&&(D.data("fancybox-placeholder")||D.data("fancybox-placeholder",A('<div class="fancybox-placeholder"></div>').insertAfter(D).hide()),D=D.show().detach(),m.wrap.bind("onReset",function(){A(this).find(D).length&&D.hide().replaceAll(D.data("fancybox-placeholder")).data("fancybox-placeholder",!1)}));break;case"image":D=m.tpl.image.replace(/\{href\}/g,z);break;case"swf":D='<object id="fancybox-swf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="movie" value="'+z+'"></param>',o="",A.each(m.swf,function(tt,X){D+='<param name="'+tt+'" value="'+X+'"></param>',o+=" "+tt+'="'+X+'"'}),D+='<embed src="'+z+'" type="application/x-shockwave-flash" width="100%" height="100%"'+o+"></embed></object>"}K(D)&&D.parent().is(m.inner)||m.inner.append(D),h.trigger("beforeShow"),m.inner.css("overflow","yes"===Q?"scroll":"no"===Q?"hidden":Q),h._setDimension(),h.reposition(),h.isOpen=!1,h.coming=null,h.bindEvents(),h.isOpened?E.prevMethod&&h.transitions[E.prevMethod]():A(".fancybox-wrap").not(m.wrap).stop(!0).trigger("onReset").remove(),h.transitions[h.isOpened?m.nextMethod:m.openMethod](),h._preloadImages()}},_setDimension:function(){var Ee,Dt,je,Gt,R,Zt,Jt,de,Ie,m=h.getViewport(),E=0,D=!1,o=!1,j=(D=h.wrap,h.skin),Q=h.inner,z=h.current,tt=(o=z.width,z.height),X=z.minWidth,_t=z.minHeight,Xt=z.maxWidth,Ut=z.maxHeight,rt=z.scrolling,Qt=z.scrollOutside?z.scrollbarWidth:0,Yt=z.margin,ie=P(Yt[1]+Yt[3]),At=P(Yt[0]+Yt[2]);if(D.add(j).add(Q).width("auto").height("auto").removeClass("fancybox-tmp"),Dt=ie+(Yt=P(j.outerWidth(!0)-j.width())),je=At+(Ee=P(j.outerHeight(!0)-j.height())),Gt=q(o)?(m.w-Dt)*P(o)/100:o,R=q(tt)?(m.h-je)*P(tt)/100:tt,"iframe"===z.type){if(Ie=z.content,z.autoHeight&&1===Ie.data("ready"))try{Ie[0].contentWindow.document.location&&(Q.width(Gt).height(9999),Zt=Ie.contents().find("body"),Qt&&Zt.css("overflow-x","hidden"),R=Zt.outerHeight(!0))}catch{}}else(z.autoWidth||z.autoHeight)&&(Q.addClass("fancybox-tmp"),z.autoWidth||Q.width(Gt),z.autoHeight||Q.height(R),z.autoWidth&&(Gt=Q.width()),z.autoHeight&&(R=Q.height()),Q.removeClass("fancybox-tmp"));if(o=P(Gt),tt=P(R),de=Gt/R,X=P(q(X)?P(X,"w")-Dt:X),Xt=P(q(Xt)?P(Xt,"w")-Dt:Xt),_t=P(q(_t)?P(_t,"h")-je:_t),Zt=Xt,Jt=Ut=P(q(Ut)?P(Ut,"h")-je:Ut),z.fitToView&&(Xt=Math.min(m.w-Dt,Xt),Ut=Math.min(m.h-je,Ut)),Dt=m.w-ie,At=m.h-At,z.aspectRatio?(o>Xt&&(tt=P((o=Xt)/de)),tt>Ut&&(o=P((tt=Ut)*de)),o<X&&(tt=P((o=X)/de)),tt<_t&&(o=P((tt=_t)*de))):(o=Math.max(X,Math.min(o,Xt)),z.autoHeight&&"iframe"!==z.type&&(Q.width(o),tt=Q.height()),tt=Math.max(_t,Math.min(tt,Ut))),z.fitToView)if(Q.width(o).height(tt),D.width(o+Yt),m=D.width(),ie=D.height(),z.aspectRatio)for(;(m>Dt||ie>At)&&o>X&&tt>_t&&!(19<E++);)tt=Math.max(_t,Math.min(Ut,tt-10)),(o=P(tt*de))<X&&(tt=P((o=X)/de)),o>Xt&&(tt=P((o=Xt)/de)),Q.width(o).height(tt),D.width(o+Yt),m=D.width(),ie=D.height();else o=Math.max(X,Math.min(o,o-(m-Dt))),tt=Math.max(_t,Math.min(tt,tt-(ie-At)));Qt&&"auto"===rt&&tt<R&&o+Yt+Qt<Dt&&(o+=Qt),Q.width(o).height(tt),D.width(o+Yt),m=D.width(),ie=D.height(),D=(m>Dt||ie>At)&&o>X&&tt>_t,o=z.aspectRatio?o<Zt&&tt<Jt&&o<Gt&&tt<R:(o<Zt||tt<Jt)&&(o<Gt||tt<R),A.extend(z,{dim:{width:bt(m),height:bt(ie)},origWidth:Gt,origHeight:R,canShrink:D,canExpand:o,wPadding:Yt,hPadding:Ee,wrapSpace:ie-j.outerHeight(!0),skinSpace:j.height()-tt}),!Ie&&z.autoHeight&&tt>_t&&tt<Ut&&!o&&Q.height("auto")},_getPosition:function(m){var E=h.current,D=h.getViewport(),z=E.margin,j=h.wrap.width()+z[1]+z[3],Q=h.wrap.height()+z[0]+z[2];return z={position:"absolute",top:z[0],left:z[3]},E.autoCenter&&E.fixed&&!m&&Q<=D.h&&j<=D.w?z.position="fixed":E.locked||(z.top+=D.y,z.left+=D.x),z.top=bt(Math.max(z.top,z.top+(D.h-Q)*E.topRatio)),z.left=bt(Math.max(z.left,z.left+(D.w-j)*E.leftRatio)),z},_afterZoomIn:function(){var m=h.current;m&&(h.isOpen=h.isOpened=!0,h.wrap.css("overflow","visible").addClass("fancybox-opened"),h.update(),(m.closeClick||m.nextClick&&1<h.group.length)&&h.inner.css("cursor","pointer").bind("click.fb",function(E){A(E.target).is("a")||A(E.target).parent().is("a")||(E.preventDefault(),h[m.closeClick?"close":"next"]())}),m.closeBtn&&A(m.tpl.closeBtn).appendTo(h.skin).bind("click.fb",function(E){E.preventDefault(),h.close()}),m.arrows&&1<h.group.length&&((m.loop||0<m.index)&&A(m.tpl.prev).appendTo(h.outer).bind("click.fb",h.prev),(m.loop||m.index<h.group.length-1)&&A(m.tpl.next).appendTo(h.outer).bind("click.fb",h.next)),h.trigger("afterShow"),m.loop||m.index!==m.group.length-1?h.opts.autoPlay&&!h.player.isActive&&(h.opts.autoPlay=!1,h.play(!0)):h.play(!1))},_afterZoomOut:function(m){m=m||h.current,A(".fancybox-wrap").trigger("onReset").remove(),A.extend(h,{group:{},opts:{},router:!1,current:null,isActive:!1,isOpened:!1,isOpen:!1,isClosing:!1,wrap:null,skin:null,outer:null,inner:null}),h.trigger("afterClose",m)}}),h.transitions={getOrigPosition:function(){var m=h.current,E=m.element,D=m.orig,j={},Q=50,z=50,o=m.hPadding,tt=m.wPadding,X=h.getViewport();return!D&&m.isDom&&E.is(":visible")&&((D=E.find("img:first")).length||(D=E)),K(D)?(j=D.offset(),D.is("img")&&(Q=D.outerWidth(),z=D.outerHeight())):(j.top=X.y+(X.h-z)*m.topRatio,j.left=X.x+(X.w-Q)*m.leftRatio),("fixed"===h.wrap.css("position")||m.locked)&&(j.top-=X.y,j.left-=X.x),{top:bt(j.top-o*m.topRatio),left:bt(j.left-tt*m.leftRatio),width:bt(Q+tt),height:bt(z+o)}},step:function(m,E){var D,j,Q=E.prop,z=(j=h.current).wrapSpace,o=j.skinSpace;("width"===Q||"height"===Q)&&(D=E.end===E.start?1:(m-E.start)/(E.end-E.start),h.isClosing&&(D=1-D),j=m-(j="width"===Q?j.wPadding:j.hPadding),h.skin[Q](P("width"===Q?j:j-z*D)),h.inner[Q](P("width"===Q?j:j-z*D-o*D)))},zoomIn:function(){var m=h.current,E=m.pos,D=m.openEffect,j="elastic"===D,Q=A.extend({opacity:1},E);delete Q.position,j?(E=this.getOrigPosition(),m.openOpacity&&(E.opacity=.1)):"fade"===D&&(E.opacity=.1),h.wrap.css(E).animate(Q,{duration:"none"===D?0:m.openSpeed,easing:m.openEasing,step:j?this.step:null,complete:h._afterZoomIn})},zoomOut:function(){var m=h.current,E=m.closeEffect,D="elastic"===E,j={opacity:.1};D&&(j=this.getOrigPosition(),m.closeOpacity&&(j.opacity=.1)),h.wrap.animate(j,{duration:"none"===E?0:m.closeSpeed,easing:m.closeEasing,step:D?this.step:null,complete:h._afterZoomOut})},changeIn:function(){var z,m=h.current,E=m.nextEffect,D=m.pos,j={opacity:1},Q=h.direction;D.opacity=.1,"elastic"===E&&(z="down"===Q||"up"===Q?"top":"left","down"===Q||"right"===Q?(D[z]=bt(P(D[z])-200),j[z]="+=200px"):(D[z]=bt(P(D[z])+200),j[z]="-=200px")),"none"===E?h._afterZoomIn():h.wrap.css(D).animate(j,{duration:m.nextSpeed,easing:m.nextEasing,complete:h._afterZoomIn})},changeOut:function(){var m=h.previous,E=m.prevEffect,D={opacity:.1},j=h.direction;"elastic"===E&&(D["down"===j||"up"===j?"top":"left"]=("up"===j||"left"===j?"-":"+")+"=200px"),m.wrap.animate(D,{duration:"none"===E?0:m.prevSpeed,easing:m.prevEasing,complete:function(){A(this).trigger("onReset").remove()}})}},h.helpers.overlay={defaults:{closeClick:!0,speedOut:200,showEarly:!0,css:{},locked:!W,fixed:!0},overlay:null,fixed:!1,el:A("html"),create:function(m){var E;m=A.extend({},this.defaults,m),this.overlay&&this.close(),E=h.coming?h.coming.parent:m.parent,this.overlay=A('<div class="fancybox-overlay"></div>').appendTo(E&&E.lenth?E:"body"),this.fixed=!1,m.fixed&&h.defaults.fixed&&(this.overlay.addClass("fancybox-overlay-fixed"),this.fixed=!0)},open:function(m){var E=this;m=A.extend({},this.defaults,m),this.overlay?this.overlay.unbind(".overlay").width("auto").height("auto"):this.create(m),this.fixed||(d.bind("resize.overlay",A.proxy(this.update,this)),this.update()),m.closeClick&&this.overlay.bind("click.overlay",function(D){if(A(D.target).hasClass("fancybox-overlay"))return h.isActive?h.close():E.close(),!1}),this.overlay.css(m.css).show()},close:function(){d.unbind("resize.overlay"),this.el.hasClass("fancybox-lock")&&(A(".fancybox-margin").removeClass("fancybox-margin"),this.el.removeClass("fancybox-lock"),d.scrollTop(this.scrollV).scrollLeft(this.scrollH)),A(".fancybox-overlay").remove().hide(),A.extend(this,{overlay:null,fixed:!1})},update:function(){var E,m="100%";this.overlay.width(m).height("100%"),k?(E=Math.max(ot.documentElement.offsetWidth,ot.body.offsetWidth),g.width()>E&&(m=g.width())):g.width()>d.width()&&(m=g.width()),this.overlay.width(m).height(g.height())},onReady:function(m,E){var D=this.overlay;A(".fancybox-overlay").stop(!0,!0),D||this.create(m),m.locked&&this.fixed&&E.fixed&&(E.locked=this.overlay.append(E.wrap),E.fixed=!1),!0===m.showEarly&&this.beforeShow.apply(this,arguments)},beforeShow:function(m,E){E.locked&&!this.el.hasClass("fancybox-lock")&&(!1!==this.fixPosition&&A("*").filter(function(){return"fixed"===A(this).css("position")&&!A(this).hasClass("fancybox-overlay")&&!A(this).hasClass("fancybox-wrap")}).addClass("fancybox-margin"),this.el.addClass("fancybox-margin"),this.scrollV=d.scrollTop(),this.scrollH=d.scrollLeft(),this.el.addClass("fancybox-lock"),d.scrollTop(this.scrollV).scrollLeft(this.scrollH)),this.open(m)},onUpdate:function(){this.fixed||this.update()},afterClose:function(m){this.overlay&&!h.coming&&this.overlay.fadeOut(m.speedOut,A.proxy(this.close,this))}},h.helpers.title={defaults:{type:"float",position:"bottom"},beforeShow:function(m){var E=h.current,D=E.title,j=m.type;if(A.isFunction(D)&&(D=D.call(E.element,E)),it(D)&&""!==A.trim(D)){switch(E=A('<div class="fancybox-title fancybox-title-'+j+'-wrap">'+D+"</div>"),j){case"inside":j=h.skin;break;case"outside":j=h.wrap;break;case"over":j=h.inner;break;default:j=h.skin,E.appendTo("body"),k&&E.width(E.width()),E.wrapInner('<span class="child"></span>'),h.current.margin[2]+=Math.abs(P(E.css("margin-bottom")))}E["top"===m.position?"prependTo":"appendTo"](j)}}},A.fn.fancybox=function(m){var E,D=A(this),j=this.selector||"",Q=function(z){var X,_t,o=A(this).blur(),tt=E;z.ctrlKey||z.altKey||z.shiftKey||z.metaKey||o.is(".fancybox-wrap")||((_t=o.attr(X=m.groupAttr||"data-fancybox-group"))||(X="rel",_t=o.get(0)[X]),_t&&""!==_t&&"nofollow"!==_t&&(tt=(o=(o=j.length?A(j):D).filter("["+X+'="'+_t+'"]')).index(this)),m.index=tt,!1!==h.open(o,m)&&z.preventDefault())};return E=(m=m||{}).index||0,j&&!1!==m.live?g.undelegate(j,"click.fb-start").delegate(j+":not('.fancybox-item, .fancybox-nav')","click.fb-start",Q):D.unbind("click.fb-start").bind("click.fb-start",Q),this.filter("[data-fancybox-start=1]").trigger("click"),this},g.ready(function(){var m,E,D,j;A.scrollbarWidth===ut&&(A.scrollbarWidth=function(){var D=A('<div style="width:50px;height:50px;overflow:auto"><div/></div>').appendTo("body"),j=(j=D.children()).innerWidth()-j.height(99).innerWidth();return D.remove(),j}),A.support.fixedPosition===ut&&(A.support.fixedPosition=(j=20===(D=A('<div style="position:fixed;top:20px;"></div>').appendTo("body"))[0].offsetTop||15===D[0].offsetTop,D.remove(),j)),A.extend(h.defaults,{scrollbarWidth:A.scrollbarWidth(),fixed:A.support.fixedPosition,parent:A("body")}),m=A(b).width(),S.addClass("fancybox-lock-test"),E=A(b).width(),S.removeClass("fancybox-lock-test"),A("<style type='text/css'>.fancybox-margin{margin-right:"+(E-m)+"px;}</style>").appendTo("head")})}(window,document,jQuery);