diff --git a/404.html b/404.html index 10494b7..67a39c7 100644 --- a/404.html +++ b/404.html @@ -1,13 +1,10 @@ - -404 Page not found | Divya Shah

Page not found

Perhaps you were looking for one of these?

Latest

',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:{"*":["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:[]},popperConfig:null},$t={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Wt={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},m=function(){function t(e,t){if("undefined"==typeof K)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(e){if(this._isEnabled)if(e){var s=this.constructor.DATA_KEY,t=n.default(e.currentTarget).data(s);t||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),n.default(e.currentTarget).data(s,t)),t._activeTrigger.click=!t._activeTrigger.click,t._isWithActiveTrigger()?t._enter(null,t):t._leave(null,t)}else{if(n.default(this.getTipElement()).hasClass(Q))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),n.default.removeData(this.element,this.constructor.DATA_KEY),n.default(this.element).off(this.constructor.EVENT_KEY),n.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&n.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){if(e=this,"none"===n.default(this.element).css("display"))throw new Error("Please use show on visible elements");if(o=n.default.Event(this.constructor.Event.SHOW),this.isWithContent()&&this._isEnabled){n.default(this.element).trigger(o);var e,t,o,i,a,r,l,d,u,c=s.findShadowRoot(this.element),h=n.default.contains(null!==c?c:this.element.ownerDocument.documentElement,this.element);if(o.isDefaultPrevented()||!h)return;t=this.getTipElement(),i=s.getUID(this.constructor.NAME),t.setAttribute("id",i),this.element.setAttribute("aria-describedby",i),this.setContent(),this.config.animation&&n.default(t).addClass(ie),l="function"==typeof this.config.placement?this.config.placement.call(this,t,this.element):this.config.placement,a=this._getAttachment(l),this.addAttachmentClass(a),d=this._getContainer(),n.default(t).data(this.constructor.DATA_KEY,this),n.default.contains(this.element.ownerDocument.documentElement,this.tip)||n.default(t).appendTo(d),n.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new K(this.element,t,this._getPopperConfig(a)),n.default(t).addClass(Q),n.default(t).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&n.default(document.body).children().on("mouseover",null,n.default.noop),r=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,n.default(e.element).trigger(e.constructor.Event.SHOWN),t===Fe&&e._leave(null,e)},n.default(this.tip).hasClass(ie)?(u=s.getTransitionDurationFromElement(this.tip),n.default(this.tip).one(s.TRANSITION_END,r).emulateTransitionEnd(u)):r()}},e.hide=function(e){var r,t=this,o=this.getTipElement(),i=n.default.Event(this.constructor.Event.HIDE),a=function(){t._hoverState!==P&&o.parentNode&&o.parentNode.removeChild(o),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),n.default(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};n.default(this.element).trigger(i),!i.isDefaultPrevented()&&(n.default(o).removeClass(Q),"ontouchstart"in document.documentElement&&n.default(document.body).children().off("mouseover",null,n.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,n.default(this.tip).hasClass(ie)?(r=s.getTransitionDurationFromElement(o),n.default(o).one(s.TRANSITION_END,a).emulateTransitionEnd(r)):a(),this._hoverState="")},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(e){n.default(this.getTipElement()).addClass("bs-tooltip-"+e)},e.getTipElement=function(){return this.tip=this.tip||n.default(this.config.template)[0],this.tip},e.setContent=function(){var e=this.getTipElement();this.setElementContent(n.default(e.querySelectorAll(".tooltip-inner")),this.getTitle()),n.default(e).removeClass("fade show")},e.setElementContent=function(e,t){"object"!=typeof t||!t.nodeType&&!t.jquery?this.config.html?(this.config.sanitize&&(t=St(t,this.config.whiteList,this.config.sanitizeFn)),e.html(t)):e.text(t):this.config.html?n.default(t).parent().is(e)||e.empty().append(t):e.text(n.default(t).text())},e.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},e._getPopperConfig=function(e){var t=this;return o({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=o({},e.offsets,t.config.offset(e.offsets,t.element)),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:s.isElement(this.config.container)?n.default(this.config.container):n.default(document).find(this.config.container)},e._getAttachment=function(e){return Bt[e.toUpperCase()]},e._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)n.default(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if("manual"!==t){var s=t===B?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,o=t===B?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;n.default(e.element).on(s,e.config.selector,function(t){return e._enter(t)}).on(o,e.config.selector,function(t){return e._leave(t)})}}),this._hideModalHandler=function(){e.element&&e.hide()},n.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(e,t){var s=this.constructor.DATA_KEY;(t=t||n.default(e.currentTarget).data(s))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),n.default(e.currentTarget).data(s,t)),e&&(t._activeTrigger["focusin"===e.type?Tt:B]=!0),n.default(t.getTipElement()).hasClass(Q)||t._hoverState===P?t._hoverState=P:(clearTimeout(t._timeout),t._hoverState=P,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===P&&t.show()},t.config.delay.show):t.show())},e._leave=function(e,t){var s=this.constructor.DATA_KEY;(t=t||n.default(e.currentTarget).data(s))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),n.default(e.currentTarget).data(s,t)),e&&(t._activeTrigger["focusout"===e.type?Tt:B]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=Fe,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){t._hoverState===Fe&&t.hide()},t.config.delay.hide):t.hide())},e._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},e._getConfig=function(e){var t=n.default(this.element).data();return Object.keys(t).forEach(function(e){-1!==Lt.indexOf(e)&&delete t[e]}),"number"==typeof(e=o({},this.constructor.Default,t,"object"==typeof e&&e?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()),s.typeCheckConfig(Mt,e,this.constructor.DefaultType),e.sanitize&&(e.template=St(e.template,e.whiteList,e.sanitizeFn)),e},e._getDelegateConfig=function(){var e,t={};if(this.config)for(e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=n.default(this.getTipElement()),e=t.attr("class").match(Rt);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(e){this.tip=e.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},e._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(n.default(e).removeClass(ie),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},t._jQueryInterface=function(e){return this.each(function(){var o=n.default(this),s=o.data(de),i="object"==typeof e&&e;if((s||!/dispose|hide/.test(e))&&(s||(s=new t(this,i),o.data(de,s)),"string"==typeof e)){if("undefined"==typeof s[e])throw new TypeError('No method named "'+e+'"');s[e]()}})},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Vt}},{key:"NAME",get:function(){return Mt}},{key:"DATA_KEY",get:function(){return de}},{key:"Event",get:function(){return Wt}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return $t}}]),t}();n.default.fn.tooltip=m._jQueryInterface,n.default.fn.tooltip.Constructor=m,n.default.fn.tooltip.noConflict=function(){return n.default.fn.tooltip=It,m._jQueryInterface};var ze="bs.popover",qt=n.default.fn.popover,Yt=new RegExp("(^|\\s)bs-popover\\S+","g"),Gt=o({},m.Default,{placement:"right",trigger:"click",content:"",template:''}),Xt=o({},m.DefaultType,{content:"(string|element|function)"}),Qt={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},W=function(e){function t(){return e.apply(this,arguments)||this}i=e,(o=t).prototype=Object.create(i.prototype),o.prototype.constructor=o,Se(o,i);var o,i,s=t.prototype;return s.isWithContent=function(){return this.getTitle()||this._getContent()},s.addAttachmentClass=function(e){n.default(this.getTipElement()).addClass("bs-popover-"+e)},s.getTipElement=function(){return this.tip=this.tip||n.default(this.config.template)[0],this.tip},s.setContent=function(){var e,t=n.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle()),e=this._getContent(),"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},s._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},s._cleanTipClass=function(){var t=n.default(this.getTipElement()),e=t.attr("class").match(Yt);null!==e&&e.length>0&&t.removeClass(e.join(""))},t._jQueryInterface=function(e){return this.each(function(){var s=n.default(this).data(ze),o="object"==typeof e?e:null;if((s||!/dispose|hide/.test(e))&&(s||(s=new t(this,o),n.default(this).data(ze,s)),"string"==typeof e)){if("undefined"==typeof s[e])throw new TypeError('No method named "'+e+'"');s[e]()}})},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Gt}},{key:"NAME",get:function(){return"popover"}},{key:"DATA_KEY",get:function(){return ze}},{key:"Event",get:function(){return Qt}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return Xt}}]),t}(m);n.default.fn.popover=W._jQueryInterface,n.default.fn.popover.Constructor=W,n.default.fn.popover.noConflict=function(){return n.default.fn.popover=qt,W._jQueryInterface};var h="scrollspy",re="bs.scrollspy",tn=n.default.fn[h],u="active",xt="position",jt=".nav, .list-group",vt={offset:10,method:"auto",target:""},rn={offset:"number",method:"string",target:"(string|element)"},A=function(){function t(e,t){var s=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(t),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,n.default(this._scrollElement).on("scroll.bs.scrollspy",function(e){return s._process(e)}),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var e=this,o=this._scrollElement===this._scrollElement.window?"offset":xt,t="auto"===this._config.method?o:this._config.method,i=t===xt?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(e){var o,r,a=s.getSelectorFromElement(e);return(a&&(o=document.querySelector(a)),o)&&(r=o.getBoundingClientRect(),r.width||r.height)?[n.default(o)[t]().top+i,a]:null}).filter(function(e){return e}).sort(function(e,t){return e[0]-t[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},e.dispose=function(){n.default.removeData(this._element,re),n.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(e){if("string"!=typeof(e=o({},vt,"object"==typeof e&&e?e:{})).target&&s.isElement(e.target)){var t=n.default(e.target).attr("id");t||(t=s.getUID(h),n.default(e.target).attr("id",t)),e.target="#"+t}return s.typeCheckConfig(h,e,rn),e},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var e,n,t=this._getScrollTop()+this._config.offset,s=this._getScrollHeight(),o=this._config.offset+s-this._getOffsetHeight();if(this._scrollHeight!==s&&this.refresh(),t>=o)n=this._targets[this._targets.length-1],this._activeTarget!==n&&this._activate(n);else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(e=this._offsets.length;e--;)this._activeTarget!==this._targets[e]&&t>=this._offsets[e]&&("undefined"==typeof this._offsets[e+1]||t li > .active",D=function(){function e(e){this._element=e}var t=e.prototype;return t.show=function(){if(i=this,!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&n.default(this._element).hasClass(k)||n.default(this._element).hasClass("disabled"))){var e,o,i,a,r,c,d,t=n.default(this._element).closest(".nav, .list-group")[0],l=s.getSelectorFromElement(this._element);t&&(d="UL"===t.nodeName||"OL"===t.nodeName?Xe:at,e=(e=n.default.makeArray(n.default(t).find(d)))[e.length-1]),a=n.default.Event("hide.bs.tab",{relatedTarget:this._element}),r=n.default.Event("show.bs.tab",{relatedTarget:e}),(e&&n.default(e).trigger(a),n.default(this._element).trigger(r),!r.isDefaultPrevented()&&!a.isDefaultPrevented())&&(l&&(o=document.querySelector(l)),this._activate(this._element,t),c=function(){var t=n.default.Event("hidden.bs.tab",{relatedTarget:i._element}),s=n.default.Event("shown.bs.tab",{relatedTarget:e});n.default(e).trigger(t),n.default(i._element).trigger(s)},o?this._activate(o,o.parentNode,c):c())}},t.dispose=function(){n.default.removeData(this._element,he),this._element=null},t._activate=function(e,t,o){var r,c=this,i=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?n.default(t).children(at):n.default(t).find(Xe))[0],l=o&&i&&n.default(i).hasClass(ct),a=function(){return c._transitionComplete(e,i,o)};i&&l?(r=s.getTransitionDurationFromElement(i),n.default(i).removeClass(Re).one(s.TRANSITION_END,a).emulateTransitionEnd(r)):a()},t._transitionComplete=function(e,t,o){if(t){n.default(t).removeClass(k);var i,a,c,r=n.default(t.parentNode).find("> .dropdown-menu .active")[0];r&&n.default(r).removeClass(k),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}n.default(e).addClass(k),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),s.reflow(e),e.classList.contains(ct)&&e.classList.add(Re),i=e.parentNode,(i&&"LI"===i.nodeName&&(i=i.parentNode),i&&n.default(i).hasClass("dropdown-menu"))&&(a=n.default(e).closest(".dropdown")[0],a&&(c=[].slice.call(a.querySelectorAll(".dropdown-toggle")),n.default(c).addClass(k)),e.setAttribute("aria-expanded",!0)),o&&o()},e._jQueryInterface=function(t){return this.each(function(){var o=n.default(this),s=o.data(he);if(s||(s=new e(this),o.data(he,s)),"string"==typeof t){if("undefined"==typeof s[t])throw new TypeError('No method named "'+t+'"');s[t]()}})},r(e,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),e}();n.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',function(e){e.preventDefault(),D._jQueryInterface.call(n.default(this),"show")}),n.default.fn.tab=D._jQueryInterface,n.default.fn.tab.Constructor=D,n.default.fn.tab.noConflict=function(){return n.default.fn.tab=dn,D._jQueryInterface};var ye="bs.toast",bn=n.default.fn.toast,Ye="hide",F="show",Ke="showing",Be="click.dismiss.bs.toast",He={animation:!0,autohide:!0,delay:500},xn={animation:"boolean",autohide:"boolean",delay:"number"},U=function(){function t(e,t){this._element=e,this._config=this._getConfig(t),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t,i,e=this,o=n.default.Event("show.bs.toast");n.default(this._element).trigger(o),!o.isDefaultPrevented()&&(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),t=function(){e._element.classList.remove(Ke),e._element.classList.add(F),n.default(e._element).trigger("shown.bs.toast"),e._config.autohide&&(e._timeout=setTimeout(function(){e.hide()},e._config.delay))},this._element.classList.remove(Ye),s.reflow(this._element),this._element.classList.add(Ke),this._config.animation?(i=s.getTransitionDurationFromElement(this._element),n.default(this._element).one(s.TRANSITION_END,t).emulateTransitionEnd(i)):t())},e.hide=function(){if(this._element.classList.contains(F)){var e=n.default.Event("hide.bs.toast");n.default(this._element).trigger(e),e.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains(F)&&this._element.classList.remove(F),n.default(this._element).off(Be),n.default.removeData(this._element,ye),this._element=null,this._config=null},e._getConfig=function(e){return e=o({},He,n.default(this._element).data(),"object"==typeof e&&e?e:{}),s.typeCheckConfig("toast",e,this.constructor.DefaultType),e},e._setListeners=function(){var e=this;n.default(this._element).on(Be,'[data-dismiss="toast"]',function(){return e.hide()})},e._close=function(){var o,e=this,t=function(){e._element.classList.add(Ye),n.default(e._element).trigger("hidden.bs.toast")};this._element.classList.remove(F),this._config.animation?(o=s.getTransitionDurationFromElement(this._element),n.default(this._element).one(s.TRANSITION_END,t).emulateTransitionEnd(o)):t()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each(function(){var o=n.default(this),s=o.data(ye);if(s||(s=new t(this,"object"==typeof e&&e),o.data(ye,s)),"string"==typeof e){if("undefined"==typeof s[e])throw new TypeError('No method named "'+e+'"');s[e](this)}})},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"DefaultType",get:function(){return xn}},{key:"Default",get:function(){return He}}]),t}();n.default.fn.toast=U._jQueryInterface,n.default.fn.toast.Constructor=U,n.default.fn.toast.noConflict=function(){return n.default.fn.toast=bn,U._jQueryInterface},e.Alert=y,e.Button=T,e.Carousel=_,e.Collapse=I,e.Dropdown=d,e.Modal=z,e.Popover=W,e.Scrollspy=A,e.Tab=D,e.Toast=U,e.Tooltip=m,e.Util=s,Object.defineProperty(e,"__esModule",{value:!0})});/*! instant.page v5.1.0 - (C) 2019-2020 Alexandre Dieulot - https://instant.page/license */let mouseoverTimer,lastTouchTimestamp;const prefetches=new Set,prefetchElement=document.createElement("link"),isSupported=prefetchElement.relList&&prefetchElement.relList.supports&&prefetchElement.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype,allowQueryString="instantAllowQueryString"in document.body.dataset,allowExternalLinks="instantAllowExternalLinks"in document.body.dataset,useWhitelist="instantWhitelist"in document.body.dataset,mousedownShortcut="instantMousedownShortcut"in document.body.dataset,DELAY_TO_NOT_BE_CONSIDERED_A_TOUCH_INITIATED_ACTION=1111;let delayOnHover=65,useMousedown=!1,useMousedownOnly=!1,useViewport=!1;if("instantIntensity"in document.body.dataset){const e=document.body.dataset.instantIntensity;if(e.substr(0,"mousedown".length)=="mousedown")useMousedown=!0,e=="mousedown-only"&&(useMousedownOnly=!0);else if(e.substr(0,"viewport".length)=="viewport")navigator.connection&&(navigator.connection.saveData||navigator.connection.effectiveType&&navigator.connection.effectiveType.includes("2g"))||(e=="viewport"?document.documentElement.clientWidth*document.documentElement.clientHeight<45e4&&(useViewport=!0):e=="viewport-all"&&(useViewport=!0));else{const t=parseInt(e);isNaN(t)||(delayOnHover=t)}}if(isSupported){const e={capture:!0,passive:!0};if(useMousedownOnly||document.addEventListener("touchstart",touchstartListener,e),useMousedown?mousedownShortcut||document.addEventListener("mousedown",mousedownListener,e):document.addEventListener("mouseover",mouseoverListener,e),mousedownShortcut&&document.addEventListener("mousedown",mousedownShortcutListener,e),useViewport){let e;window.requestIdleCallback?e=e=>{requestIdleCallback(e,{timeout:1500})}:e=e=>{e()},e(()=>{const e=new IntersectionObserver(t=>{t.forEach(t=>{if(t.isIntersecting){const n=t.target;e.unobserve(n),preload(n.href)}})});document.querySelectorAll("a").forEach(t=>{isPreloadable(t)&&e.observe(t)})})}}function touchstartListener(e){lastTouchTimestamp=performance.now();const t=e.target.closest("a");if(!isPreloadable(t))return;preload(t.href)}function mouseoverListener(e){if(performance.now()-lastTouchTimestamp{preload(t.href),mouseoverTimer=void 0},delayOnHover)}function mousedownListener(e){const t=e.target.closest("a");if(!isPreloadable(t))return;preload(t.href)}function mouseoutListener(e){if(e.relatedTarget&&e.target.closest("a")==e.relatedTarget.closest("a"))return;mouseoverTimer&&(clearTimeout(mouseoverTimer),mouseoverTimer=void 0)}function mousedownShortcutListener(e){if(performance.now()-lastTouchTimestamp1||e.metaKey||e.ctrlKey)return;if(!t)return;t.addEventListener("click",function(e){if(e.detail==1337)return;e.preventDefault()},{capture:!0,passive:!1,once:!0});const n=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1,detail:1337});t.dispatchEvent(n)}function isPreloadable(e){if(!e||!e.href)return;if(useWhitelist&&!("instant"in e.dataset))return;if(!allowExternalLinks&&e.origin!=location.origin&&!("instant"in e.dataset))return;if(!["http:","https:"].includes(e.protocol))return;if(e.protocol=="http:"&&location.protocol=="https:")return;if(!allowQueryString&&e.search&&!("instant"in e.dataset))return;if(e.hash&&e.pathname+e.search==location.pathname+location.search)return;if("noInstant"in e.dataset)return;return!0}function preload(e){if(prefetches.has(e))return;const t=document.createElement("link");t.rel="prefetch",t.href=e,document.head.appendChild(t),prefetches.add(e)} \ No newline at end of file diff --git a/js/vendor-bundle.min.d26509351aa0ff874abbee824e982e9b.js b/js/vendor-bundle.min.d26509351aa0ff874abbee824e982e9b.js deleted file mode 100644 index 8b7a9c7..0000000 --- a/js/vendor-bundle.min.d26509351aa0ff874abbee824e982e9b.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n,l,h,b,x,A,S,N,R,H,K,G,Q,g=[],Fe=Object.getPrototypeOf,j=g.slice,yt=g.flat?function(e){return g.flat.call(e)}:function(e){return g.concat.apply([],e)},ie=g.push,te=g.indexOf,ee={},Ce=ee.toString,J=ee.hasOwnProperty,tt=J.toString,Dt=tt.call(Object),a={},o=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},D=function(e){return e!=null&&e===e.window},i=e.document,Ct={type:!0,src:!0,nonce:!0,noModule:!0},_e,pe,it,rt,ft,gt,Ue,ce,Le,ye,nt,st,ot,dt,ht,mt,vt,me,ae,Pe,Me,Oe,Ae,ke,Ee;function He(e,t,n){var s,a,o=(n=n||i).createElement("script");if(o.text=e,t)for(s in Ct)(a=t[s]||t.getAttribute&&t.getAttribute(s))&&o.setAttribute(s,a);n.head.appendChild(o).parentNode.removeChild(o)}function k(e){return e==null?e+"":"object"==typeof e||"function"==typeof e?ee[Ce.call(e)]||"object":typeof e}_e="3.6.0",n=function(e,t){return new n.fn.init(e,t)};function we(e){var t=!!e&&"length"in e&&e.length,n=k(e);return!o(e)&&!D(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+n+")"+n+"*"),we=new RegExp(n+"|>"),_e=new RegExp(H),ye=new RegExp("^"+y+"$"),N={ID:new RegExp("^#("+y+")"),CLASS:new RegExp("^\\.("+y+")"),TAG:new RegExp("^("+y+"|[*])"),ATTR:new RegExp("^"+Z),PSEUDO:new RegExp("^"+H),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+n+"*(even|odd|(([+-]|)(\\d*)n|)"+n+"*(?:([+-]|)"+n+"*(\\d+)|))"+n+"*\\)|)","i"),bool:new RegExp("^(?:"+V+")$","i"),needsContext:new RegExp("^"+n+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+n+"*((?:-\\d)?\\d*)"+n+"*\\)|)(?=[^-]|$)","i")},le=/HTML$/i,je=/^(?:input|select|textarea|button)$/i,be=/^h\d$/i,E=/^[^{]+\{\s*\[native \w/,pe=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Y=/[+~]/,m=new RegExp("\\\\[\\da-fA-F]{1,6}"+n+`?|\\\\([^\\r\\n\\f])`,"g"),f=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},se=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,oe=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ie=function(){v()},de=M(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{b.apply(j=ee.call(h.childNodes),h.childNodes),j[h.childNodes.length].nodeType}catch{b={apply:j.length?function(e,t){ve.apply(e,ee.call(t))}:function(e,t){for(var n=e.length,s=0;e[n++]=t[s++];);e.length=n-1}}}function o(e,t,n,o){var c,d,u,f,p,g,j,m=t&&t.ownerDocument,h=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==h&&9!==h&&11!==h)return n;if(!o&&(v(t),t=t||s,l)){if(11!==h&&(p=pe.exec(e)))if(c=p[1]){if(9===h){{if(!(d=t.getElementById(c)))return n;if(d.id===c)return n.push(d),n}}else if(m&&(d=m.getElementById(c))&&A(t,d)&&d.id===c)return n.push(d),n}else{if(p[2])return b.apply(n,t.getElementsByTagName(e)),n;if((c=p[3])&&i.getElementsByClassName&&t.getElementsByClassName)return b.apply(n,t.getElementsByClassName(c)),n}if(i.qsa&&!S[e+" "]&&(!r||!r.test(e))&&(1!==h||"object"!==t.nodeName.toLowerCase())){if(j=e,m=t,1===h&&(we.test(e)||re.test(e))){for((m=Y.test(e)&&I(t.parentNode)||t)===t&&i.scope||((u=t.getAttribute("id"))?u=u.replace(se,oe):t.setAttribute("id",u=a)),f=(g=k(e)).length;f--;)g[f]=(u?"#"+u:":scope")+" "+z(g[f]);j=g.join(",")}try{return b.apply(n,m.querySelectorAll(j)),n}catch{S(e,!0)}finally{u===a&&t.removeAttribute("id")}}}return G(e.replace(L,"$1"),t,n,o)}function F(){var e=[];return function n(s,o){return e.push(s+" ")>t.cacheLength&&delete n[e.shift()],n[s+" "]=o}}function d(e){return e[a]=!0,e}function u(e){var t=s.createElement("fieldset");try{return!!e(t)}catch{return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function U(e,n){for(var s=e.split("|"),o=s.length;o--;)t.attrHandle[s[o]]=n}function te(e,t){var n=t&&e,s=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(s)return s;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function me(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function fe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function J(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&de(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function w(e){return d(function(t){return t=+t,d(function(n,s){for(var o,i=e([],n.length,t),a=i.length;a--;)n[o=i[a]]&&(n[o]=!(s[o]=n[o]))})})}function I(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(C in i=o.support={},X=o.isXML=function(e){var n=e&&e.namespaceURI,t=e&&(e.ownerDocument||e).documentElement;return!le.test(n||t&&t.nodeName||"HTML")},v=o.setDocument=function(e){var o,p,d=e?e.ownerDocument||e:h;return d!=s&&9===d.nodeType&&d.documentElement&&(c=(s=d).documentElement,l=!X(s),h!=s&&(o=s.defaultView)&&o.top!==o&&(o.addEventListener?o.addEventListener("unload",ie,!1):o.attachEvent&&o.attachEvent("onunload",ie)),i.scope=u(function(e){return c.appendChild(e).appendChild(s.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),i.attributes=u(function(e){return e.className="i",!e.getAttribute("className")}),i.getElementsByTagName=u(function(e){return e.appendChild(s.createComment("")),!e.getElementsByTagName("*").length}),i.getElementsByClassName=E.test(s.getElementsByClassName),i.getById=u(function(e){return c.appendChild(e).id=a,!s.getElementsByName||!s.getElementsByName(a).length}),i.getById?(t.filter.ID=function(e){var t=e.replace(m,f);return function(e){return e.getAttribute("id")===t}},t.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&l){var n=t.getElementById(e);return n?[n]:[]}}):(t.filter.ID=function(e){var t=e.replace(m,f);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},t.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&l){var s,o,i,n=t.getElementById(e);if(n){if((s=n.getAttributeNode("id"))&&s.value===e)return[n];for(i=t.getElementsByName(e),o=0;n=i[o++];)if((s=n.getAttributeNode("id"))&&s.value===e)return[n]}return[]}}),t.find.TAG=i.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):i.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,s=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&s.push(n);return s}return o},t.find.CLASS=i.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&l)return t.getElementsByClassName(e)},O=[],r=[],(i.qsa=E.test(s.querySelectorAll))&&(u(function(e){var t;c.appendChild(e).innerHTML="`,e.querySelectorAll("[msallowcapture^='']").length&&r.push("[*^$]="+n+`*(?:''|"")`),e.querySelectorAll("[selected]").length||r.push("\\["+n+"*(?:value|"+V+")"),e.querySelectorAll("[id~="+a+"-]").length||r.push("~="),(t=s.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||r.push("\\["+n+"*name"+n+"*="+n+`*(?:''|"")`),e.querySelectorAll(":checked").length||r.push(":checked"),e.querySelectorAll("a#"+a+"+*").length||r.push(".#.+[+~]"),e.querySelectorAll("\\ "),r.push(`[\\r\\n\\f]`)}),u(function(e){e.innerHTML="";var t=s.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&r.push("name"+n+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&r.push(":enabled",":disabled"),c.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&r.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),r.push(",.*:")})),(i.matchesSelector=E.test(P=c.matches||c.webkitMatchesSelector||c.mozMatchesSelector||c.oMatchesSelector||c.msMatchesSelector))&&u(function(e){i.disconnectedMatch=P.call(e,"*"),P.call(e,"[s!='']:x"),O.push("!=",H)}),r=r.length&&new RegExp(r.join("|")),O=O.length&&new RegExp(O.join("|")),p=E.test(c.compareDocumentPosition),A=p||E.test(c.contains)?function(e,t){var s=9===e.nodeType?e.documentElement:e,n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(s.contains?s.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},W=p?function(e,t){if(e===t)return x=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!i.sortDetached&&t.compareDocumentPosition(e)===n?e==s||e.ownerDocument==h&&A(h,e)?-1:t==s||t.ownerDocument==h&&A(h,t)?1:g?_(g,e)-_(g,t):0:4&n?-1:1)}:function(e,t){if(e===t)return x=!0,0;var n,o=0,r=e.parentNode,c=t.parentNode,i=[e],a=[t];if(!r||!c)return e==s?-1:t==s?1:r?-1:c?1:g?_(g,e)-_(g,t):0;if(r===c)return te(e,t);for(n=e;n=n.parentNode;)i.unshift(n);for(n=t;n=n.parentNode;)a.unshift(n);for(;i[o]===a[o];)o++;return o?te(i[o],a[o]):i[o]==h?-1:a[o]==h?1:0}),s},o.matches=function(e,t){return o(e,null,null,t)},o.matchesSelector=function(e,t){if(v(e),i.matchesSelector&&l&&!S[t+" "]&&(!O||!O.test(t))&&(!r||!r.test(t)))try{var n=P.call(e,t);if(n||i.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch{S(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(m,f),e[3]=(e[3]||e[4]||e[5]||"").replace(m,f),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||o.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&o.error(e[0]),e},PSEUDO:function(e){var n,t=!e[6]&&e[2];return N.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":t&&_e.test(t)&&(n=k(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(e[0]=e[0].slice(0,n),e[2]=t.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(m,f).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=ae[e+" "];return t||(t=new RegExp("(^|"+n+")"+e+"("+n+"|$)"))&&ae(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(s){var i=o.attr(s,e);return i==null?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function he(e,t,s){return o(t)?n.grep(e,function(e,n){return!!t.call(e,n,e)!==s}):t.nodeType?n.grep(e,function(e){return e===t!==s}):"string"!=typeof t?n.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/,(n.fn.init=function(e,t,s){var a,r;if(!e)return this;if(s=s||it,"string"==typeof e){if(!(a="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:rt.exec(e))||!a[1]&&t)return!t||t.jquery?(t||s).find(e):this.constructor(t).find(e);if(a[1]){if(t=t instanceof n?t[0]:t,n.merge(this,n.parseHTML(a[1],t&&t.nodeType?t.ownerDocument||t:i,!0)),pe.test(a[1])&&n.isPlainObject(t))for(a in t)o(this[a])?this[a](t[a]):this.attr(a,t[a]);return this}return(r=i.getElementById(a[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):o(e)?void 0!==s.ready?s.ready(e):e(n):n.makeArray(e,this)}).prototype=n.fn,it=n(i),ft=/^(?:parents|prev(?:Until|All))/,gt={children:!0,contents:!0,next:!0,prev:!0};function bt(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}n.fn.extend({has:function(e){var t=n(e,this),s=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Xe=/^$|^module$|\/(?:java|ecma)script/i,M=i.createDocumentFragment().appendChild(i.createElement("div"));(Z=i.createElement("input")).setAttribute("type","radio"),Z.setAttribute("checked","checked"),Z.setAttribute("name","t"),M.appendChild(Z),a.checkClone=M.cloneNode(!0).cloneNode(!0).lastChild.checked,M.innerHTML="",a.noCloneChecked=!!M.cloneNode(!0).lastChild.defaultValue,M.innerHTML="",a.option=!!M.lastChild,l={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function r(e,t){var s;return s="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&d(e,t)?n.merge([e],s):s}function ve(e,t){for(var n=0,o=e.length;n",""]),Le=/<|&#?\w+;/;function Ne(e,t,s,o,i){for(var a,c,h,m,p,g,d=t.createDocumentFragment(),f=[],u=0,v=e.length;u\s*$/g;function Se(e,t){return d(e,"table")&&d(11!==t.nodeType?t:t.firstChild,"tr")&&n(e).children("tbody")[0]||e}function $t(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Vt(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Te(e,t){var o,i,a,r,l,d;if(1===t.nodeType){if(s.hasData(e)&&(a=s.get(e).events))for(i in s.remove(t,"handle events"),a)for(o=0,r=a[i].length;o").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",t=function(e){s.remove(),t=null,e&&a("error"===e.type?404:200,e.type)}),i.head.appendChild(s[0])},abort:function(){t&&t()}}}),Oe=[],K=/(=)\?(?=&|$)|\?\?/,n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Oe.pop()||n.expando+"_"+_t.guid++;return this[e]=!0,e}}),n.ajaxPrefilter("json jsonp",function(t,s,i){var a,r,c,l=!1!==t.jsonp&&(K.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&K.test(t.data)&&"data");if(l||"jsonp"===t.dataTypes[0])return a=t.jsonpCallback=o(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,l?t[l]=t[l].replace(K,"$1"+a):!1!==t.jsonp&&(t.url+=(re.test(t.url)?"&":"?")+t.jsonp+"="+a),t.converters["script json"]=function(){return c||n.error(a+" was not called"),c[0]},t.dataTypes[0]="json",r=e[a],e[a]=function(){c=arguments},i.always(function(){void 0===r?n(e).removeProp(a):e[a]=r,t[a]&&(t.jsonpCallback=s.jsonpCallback,Oe.push(a)),c&&o(r)&&r(c[0]),c=r=void 0}),"script"}),a.createHTMLDocument=((Me=i.implementation.createHTMLDocument("").body).innerHTML="
",2===Me.childNodes.length),n.parseHTML=function(e,t,s){return"string"!=typeof e?[]:("boolean"==typeof t&&(s=t,t=!1),t||(a.createHTMLDocument?((c=(t=i.implementation.createHTMLDocument("")).createElement("base")).href=i.location.href,t.head.appendChild(c)):t=i),o=!s&&[],(r=pe.exec(e))?[t.createElement(r[1])]:(r=Ne([e],t,o),o&&o.length&&n(o).remove(),n.merge([],r.childNodes)));var o,r,c},n.fn.load=function(e,t,s){var i,c,l,a=this,r=e.indexOf(" ");return-1").append(n.parseHTML(e)).find(i):e)}).always(s&&function(e,t){a.each(function(){s.apply(this,l||[e.responseText,t,e])})}),this},n.expr.pseudos.animated=function(e){return n.grep(n.timers,function(t){return e===t.elem}).length},n.offset={setOffset:function(e,t,s){var i,r,c,l,d,m,u=n.css(e,"position"),h=n(e),a={};"static"===u&&(e.style.position="relative"),i=h.offset(),c=n.css(e,"top"),d=n.css(e,"left"),("absolute"===u||"fixed"===u)&&-1<(c+d).indexOf("auto")?(l=(m=h.position()).top,r=m.left):(l=parseFloat(c)||0,r=parseFloat(d)||0),o(t)&&(t=t.call(e,s,n.extend({},i))),null!=t.top&&(a.top=t.top-i.top+l),null!=t.left&&(a.left=t.left-i.left+r),"using"in t?t.using.call(e,a):h.css(a)}},n.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){n.offset.setOffset(this,e,t)});var s,o,t=this[0];return t?t.getClientRects().length?(s=t.getBoundingClientRect(),o=t.ownerDocument.defaultView,{top:s.top+o.pageYOffset,left:s.left+o.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,s,o,t=this[0],i={top:0,left:0};if("fixed"===n.css(t,"position"))s=t.getBoundingClientRect();else{for(s=this.offset(),o=t.ownerDocument,e=t.offsetParent||o.documentElement;e&&(e===o.body||e===o.documentElement)&&"static"===n.css(e,"position");)e=e.parentNode;e&&e!==t&&1===e.nodeType&&((i=n(e).offset()).top+=n.css(e,"borderTopWidth",!0),i.left+=n.css(e,"borderLeftWidth",!0))}return{top:s.top-i.top-n.css(t,"marginTop",!0),left:s.left-i.left-n.css(t,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===n.css(e,"position");)e=e.offsetParent;return e||y})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var s="pageYOffset"===t;n.fn[e]=function(n){return v(this,function(e,n,o){var i;if(D(e)?i=e:9===e.nodeType&&(i=e.defaultView),void 0===o)return i?i[t]:e[n];i?i.scrollTo(s?i.pageXOffset:o,s?o:i.pageYOffset):e[n]=o},e,n,arguments.length)}}),n.each(["top","left"],function(e,t){n.cssHooks[t]=Ie(a.pixelPosition,function(e,s){if(s)return s=$(e,t),je.test(s)?n(e).position()[t]+"px":s})}),n.each({Height:"height",Width:"width"},function(e,t){n.each({padding:"inner"+e,content:t,"":"outer"+e},function(s,o){n.fn[o]=function(i,a){var r=arguments.length&&(s||"boolean"!=typeof i),c=s||(!0===i||!0===a?"margin":"border");return v(this,function(t,s,i){var a;return D(t)?0===o.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(a=t.documentElement,Math.max(t.body["scroll"+e],a["scroll"+e],t.body["offset"+e],a["offset"+e],a["client"+e])):void 0===i?n.css(t,s,c):n.style(t,s,i,c)},t,r?i:void 0,r)}})}),n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){n.fn[t]=function(e){return this.on(t,e)}}),n.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,s){return this.on(t,e,n,s)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),n.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){n.fn[t]=function(e,n){return 0=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}},s.jQueryDetection(),n.default.fn.emulateTransitionEnd=function(e){var o=this,t=!1;return n.default(this).one(s.TRANSITION_END,function(){t=!0}),setTimeout(function(){t||s.triggerTransitionEnd(o)},e),this},n.default.event.special[s.TRANSITION_END]={bindType:S,delegateType:S,handle:function(e){if(n.default(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}};var Ee="bs.alert",yn=n.default.fn.alert,y=function(){function e(e){this._element=e}var t=e.prototype;return t.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},t.dispose=function(){n.default.removeData(this._element,Ee),this._element=null},t._getRootElement=function(e){var o=s.getSelectorFromElement(e),t=!1;return o&&(t=document.querySelector(o)),t||(t=n.default(e).closest(".alert")[0]),t},t._triggerCloseEvent=function(e){var t=n.default.Event("close.bs.alert");return n.default(e).trigger(t),t},t._removeElement=function(e){var t,o=this;n.default(e).removeClass("show"),n.default(e).hasClass("fade")?(t=s.getTransitionDurationFromElement(e),n.default(e).one(s.TRANSITION_END,function(t){return o._destroyElement(e,t)}).emulateTransitionEnd(t)):this._destroyElement(e)},t._destroyElement=function(e){n.default(e).detach().trigger("closed.bs.alert").remove()},e._jQueryInterface=function(t){return this.each(function(){var o=n.default(this),s=o.data(Ee);s||(s=new e(this),o.data(Ee,s)),"close"===t&&s[t](this)})},e._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},r(e,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),e}();n.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',y._handleDismiss(new y)),n.default.fn.alert=y._jQueryInterface,n.default.fn.alert.Constructor=y,n.default.fn.alert.noConflict=function(){return n.default.fn.alert=yn,y._jQueryInterface};var Ce="bs.button",vn=n.default.fn.button,c="active",Ge='[data-toggle^="button"]',ve='input:not([type="hidden"])',dt=".btn",T=function(){function e(e){this._element=e,this.shouldAvoidTriggerChange=!1}var t=e.prototype;return t.toggle=function(){var e,s,t=!0,o=!0,i=n.default(this._element).closest('[data-toggle="buttons"]')[0];i&&(e=this._element.querySelector(ve),e&&("radio"===e.type&&(e.checked&&this._element.classList.contains(c)?t=!1:(s=i.querySelector(".active"),s&&n.default(s).removeClass(c))),t&&("checkbox"!==e.type&&"radio"!==e.type||(e.checked=!this._element.classList.contains(c)),this.shouldAvoidTriggerChange||n.default(e).trigger("change")),e.focus(),o=!1)),this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(o&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(c)),t&&n.default(this._element).toggleClass(c))},t.dispose=function(){n.default.removeData(this._element,Ce),this._element=null},e._jQueryInterface=function(t,s){return this.each(function(){var i=n.default(this),o=i.data(Ce);o||(o=new e(this),i.data(Ce,o)),o.shouldAvoidTriggerChange=s,"toggle"===t&&o[t]()})},r(e,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),e}();n.default(document).on("click.bs.button.data-api",Ge,function(e){var s,t=e.target,o=t;if(n.default(t).hasClass("btn")||(t=n.default(t).closest(dt)[0]),!t||t.hasAttribute("disabled")||t.classList.contains("disabled"))e.preventDefault();else{if(s=t.querySelector(ve),s&&(s.hasAttribute("disabled")||s.classList.contains("disabled")))return void e.preventDefault();"INPUT"!==o.tagName&&"LABEL"===t.tagName||T._jQueryInterface.call(n.default(t),"toggle","INPUT"===o.tagName)}}).on("focus.bs.button.data-api blur.bs.button.data-api",Ge,function(e){var t=n.default(e.target).closest(dt)[0];n.default(t).toggleClass("focus",/^focus(in)?$/.test(e.type))}),n.default(window).on("load.bs.button.data-api",function(){for(var t,n,s,i,a,e=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),o=0,r=e.length;o0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=t.prototype;return e.next=function(){this._isSliding||this._slide(ne)},e.nextWhenVisible=function(){var e=n.default(this._element);!document.hidden&&e.is(":visible")&&"hidden"!==e.css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide(V)},e.pause=function(e){e||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(s.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(e){e||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(e){var t,s,o=this;if(this._activeElement=this._element.querySelector(oe),t=this._getItemIndex(this._activeElement),!(e>this._items.length-1||e<0))if(this._isSliding)n.default(this._element).one(mt,function(){return o.to(e)});else{if(t===e)return this.pause(),void this.cycle();s=e>t?ne:V,this._slide(s,this._items[e])}},e.dispose=function(){n.default(this._element).off(".bs.carousel"),n.default.removeData(this._element,te),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(e){return e=o({},me,e),s.typeCheckConfig(p,e,nn),e},e._handleSwipe=function(){var e,t=Math.abs(this.touchDeltaX);t<=40||(e=t/this.touchDeltaX,this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next())},e._addEventListeners=function(){var e=this;this._config.keyboard&&n.default(this._element).on("keydown.bs.carousel",function(t){return e._keydown(t)}),"hover"===this._config.pause&&n.default(this._element).on("mouseenter.bs.carousel",function(t){return e.pause(t)}).on("mouseleave.bs.carousel",function(t){return e.cycle(t)}),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){if(e=this,this._touchSupported){var e,t=function(t){e._pointerEvent&&Et[t.originalEvent.pointerType.toUpperCase()]?e.touchStartX=t.originalEvent.clientX:e._pointerEvent||(e.touchStartX=t.originalEvent.touches[0].clientX)},s=function(t){e._pointerEvent&&Et[t.originalEvent.pointerType.toUpperCase()]&&(e.touchDeltaX=t.originalEvent.clientX-e.touchStartX),e._handleSwipe(),"hover"===e._config.pause&&(e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval))};n.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",function(e){return e.preventDefault()}),this._pointerEvent?(n.default(this._element).on("pointerdown.bs.carousel",function(e){return t(e)}),n.default(this._element).on("pointerup.bs.carousel",function(e){return s(e)}),this._element.classList.add("pointer-event")):(n.default(this._element).on("touchstart.bs.carousel",function(e){return t(e)}),n.default(this._element).on("touchmove.bs.carousel",function(t){return function(t){e.touchDeltaX=t.originalEvent.touches&&t.originalEvent.touches.length>1?0:t.originalEvent.touches[0].clientX-e.touchStartX}(t)}),n.default(this._element).on("touchend.bs.carousel",function(e){return s(e)}))}},e._keydown=function(e){if(!/input|textarea/i.test(e.target.tagName))switch(e.which){case 37:e.preventDefault(),this.prev();break;case 39:e.preventDefault(),this.next()}},e._getItemIndex=function(e){return this._items=e&&e.parentNode?[].slice.call(e.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(e)},e._getItemByDirection=function(e,t){var s,o=e===ne,i=e===V,n=this._getItemIndex(t),a=this._items.length-1;return(i&&0===n||o&&n===a)&&!this._config.wrap?t:(s=(n+(e===V?-1:1))%this._items.length,-1===s?this._items[this._items.length-1]:this._items[s])},e._triggerSlideEvent=function(e,t){var o=this._getItemIndex(e),i=this._getItemIndex(this._element.querySelector(oe)),s=n.default.Event("slide.bs.carousel",{relatedTarget:e,direction:t,from:i,to:o});return n.default(this._element).trigger(s),s},e._setActiveIndicatorElement=function(e){if(this._indicatorsElement){var t,s=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));n.default(s).removeClass(O),t=this._indicatorsElement.children[this._getItemIndex(e)],t&&n.default(t).addClass(O)}},e._updateInterval=function(){var e,t=this._activeElement||this._element.querySelector(oe);t&&(e=parseInt(t.getAttribute("data-interval"),10),e?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=e):this._config.interval=this._config.defaultInterval||this._config.interval)},e._slide=function(e,t){var a,r,c,l,h,d=this,i=this._element.querySelector(oe),m=this._getItemIndex(i),o=t||i&&this._getItemByDirection(e,i),f=this._getItemIndex(o),u=Boolean(this._interval);e===ne?(a="carousel-item-left",r="carousel-item-next",c="left"):(a="carousel-item-right",r="carousel-item-prev",c="right"),o&&n.default(o).hasClass(O)?this._isSliding=!1:!this._triggerSlideEvent(o,c).isDefaultPrevented()&&i&&o&&(this._isSliding=!0,u&&this.pause(),this._setActiveIndicatorElement(o),this._activeElement=o,l=n.default.Event(mt,{relatedTarget:o,direction:c,from:m,to:f}),n.default(this._element).hasClass("slide")?(n.default(o).addClass(r),s.reflow(o),n.default(i).addClass(a),n.default(o).addClass(a),h=s.getTransitionDurationFromElement(i),n.default(i).one(s.TRANSITION_END,function(){n.default(o).removeClass(a+" "+r).addClass(O),n.default(i).removeClass("active "+r+" "+a),d._isSliding=!1,setTimeout(function(){return n.default(d._element).trigger(l)},0)}).emulateTransitionEnd(h)):(n.default(i).removeClass(O),n.default(o).addClass(O),this._isSliding=!1,n.default(this._element).trigger(l)),u&&this.cycle())},t._jQueryInterface=function(e){return this.each(function(){var a,s=n.default(this).data(te),i=o({},me,n.default(this).data());if("object"==typeof e&&(i=o({},i,e)),a="string"==typeof e?e:i.slide,s||(s=new t(this,i),n.default(this).data(te,s)),"number"==typeof e)s.to(e);else if("string"==typeof a){if("undefined"==typeof s[a])throw new TypeError('No method named "'+a+'"');s[a]()}else i.interval&&i.ride&&(s.pause(),s.cycle())})},t._dataApiClickHandler=function(e){if(a=s.getSelectorFromElement(this),a&&(i=n.default(a)[0],i&&n.default(i).hasClass("carousel"))){var i,a,c=o({},n.default(i).data(),n.default(this).data()),r=this.getAttribute("data-slide-to");r&&(c.interval=!1),t._jQueryInterface.call(n.default(i),c),r&&n.default(i).data(te).to(r),e.preventDefault()}},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return me}}]),t}();n.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",_._dataApiClickHandler),n.default(window).on("load.bs.carousel.data-api",function(){for(var t,s=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),e=0,o=s.length;e0&&(this._selector=o,this._triggerArray.push(a))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=t.prototype;return e.toggle=function(){n.default(this._element).hasClass(R)?this.hide():this.show()},e.show=function(){if(o=this,!(this._isTransitioning||n.default(this._element).hasClass(R)||(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter(function(e){return"string"==typeof o._config.parent?e.getAttribute("data-parent")===o._config.parent:e.classList.contains(xe)})).length&&(e=null),e&&(a=n.default(e).not(this._selector).data(b))&&a._isTransitioning))&&(r=n.default.Event("show.bs.collapse"),n.default(this._element).trigger(r),!r.isDefaultPrevented())){e&&(t._jQueryInterface.call(n.default(e).not(this._selector),"hide"),a||n.default(e).data(b,null)),i=this._getDimension(),n.default(this._element).removeClass(xe).addClass(Y),this._element.style[i]=0,this._triggerArray.length&&n.default(this._triggerArray).removeClass(Ae).attr("aria-expanded",!0),this.setTransitioning(!0);var e,o,i,a,r,c="scroll"+(i[0].toUpperCase()+i.slice(1)),l=s.getTransitionDurationFromElement(this._element);n.default(this._element).one(s.TRANSITION_END,function(){n.default(o._element).removeClass(Y).addClass("collapse show"),o._element.style[i]="",o.setTransitioning(!1),n.default(o._element).trigger("shown.bs.collapse")}).emulateTransitionEnd(l),this._element.style[i]=this._element[c]+"px"}},e.hide=function(){if(o=this,!this._isTransitioning&&n.default(this._element).hasClass(R)&&(i=n.default.Event("hide.bs.collapse"),n.default(this._element).trigger(i),!i.isDefaultPrevented())){if(e=this._getDimension(),this._element.style[e]=this._element.getBoundingClientRect()[e]+"px",s.reflow(this._element),n.default(this._element).addClass(Y).removeClass("collapse show"),a=this._triggerArray.length,a>0)for(t=0;t=0)return 1;return 0}(),Pt=H&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},Ht))}};function zt(e){return e&&"[object Function]"==={}.toString.call(e)}function f(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function ke(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function L(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=f(e),n=t.overflow,s=t.overflowX,o=t.overflowY;return/(auto|scroll|overlay)/.test(n+o+s)?e:L(ke(e))}function rt(e){return e&&e.referenceNode?e.referenceNode:e}ce=H&&!!window.MSInputMethodContext&&!!document.documentMode,be=H&&/MSIE 10/.test(navigator.userAgent);function w(e){return 11===e?ce:10===e?be:ce||be}function C(e){if(!e)return document.documentElement;for(var n,s=w(10)?document.body:null,t=e.offsetParent||null;t===s&&e.nextElementSibling;)t=(e=e.nextElementSibling).offsetParent;return n=t&&t.nodeName,n&&"BODY"!==n&&"HTML"!==n?-1!==["TH","TD","TABLE"].indexOf(t.nodeName)&&"static"===f(t,"position")?C(t):t:e?e.ownerDocument.documentElement:document.documentElement}function ue(e){return null!==e.parentNode?ue(e.parentNode):e}function se(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n,o,i,l,a=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=a?e:t,c=a?t:e,s=document.createRange();return s.setStart(r,0),s.setEnd(c,0),n=s.commonAncestorContainer,e!==n&&t!==n||r.contains(c)?"BODY"===(l=(o=n).nodeName)||"HTML"!==l&&C(o.firstElementChild)!==o?C(n):n:(i=ue(e),i.host?se(i.host,t):se(e,ue(t).host))}function E(e){var s,o,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",t="top"===i?"scrollTop":"scrollLeft",n=e.nodeName;return"BODY"===n||"HTML"===n?(s=e.ownerDocument.documentElement,o=e.ownerDocument.scrollingElement||s,o[t]):e[t]}function Nt(e,t){var i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=E(t,"top"),o=E(t,"left"),n=i?-1:1;return e.top+=s*n,e.bottom+=s*n,e.left+=o*n,e.right+=o*n,e}function Ft(e,t){var n="x"===t?"Left":"Top",s="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+s+"Width"])}function Ct(e,t,n,s){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],w(10)?parseInt(n["offset"+e])+parseInt(s["margin"+("Height"===e?"Top":"Left")])+parseInt(s["margin"+("Height"===e?"Bottom":"Right")]):0)}function Ot(e){var n=e.body,t=e.documentElement,s=w(10)&&getComputedStyle(t);return{height:Ct("Height",n,t,s),width:Ct("Width",n,t,s)}}var on=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},an=function(){function e(e,t){for(var n,s=0;s2&&void 0!==arguments[2]&&arguments[2],m=w(10),p="HTML"===t.nodeName,o=fe(e),s=fe(t),c=L(e),i=f(t),d=parseFloat(i.borderTopWidth),u=parseFloat(i.borderLeftWidth);return h&&p&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0)),n=l({top:o.top-s.top-d,left:o.left-s.left-u,width:o.width,height:o.height}),(n.marginTop=0,n.marginLeft=0,!m&&p)&&(a=parseFloat(i.marginTop),r=parseFloat(i.marginLeft),n.top-=d-a,n.bottom-=d-a,n.left-=u-r,n.right-=u-r,n.marginTop=a,n.marginLeft=r),(m&&!h?t.contains(c):t===c&&"BODY"!==c.nodeName)&&(n=Nt(n,t)),n}function cn(e){var s=arguments.length>1&&void 0!==arguments[1]&&arguments[1],t=e.ownerDocument.documentElement,n=pe(e,t),o=Math.max(t.clientWidth,window.innerWidth||0),i=Math.max(t.clientHeight,window.innerHeight||0),a=s?0:E(t),r=s?0:E(t,"left"),c={top:a-n.top+n.marginTop,left:r-n.left+n.marginLeft,width:o,height:i};return l(c)}function ht(e){var t,n=e.nodeName;return"BODY"!==n&&"HTML"!==n&&("fixed"===f(e,"position")||(t=ke(e),!!t&&ht(t)))}function lt(e){if(!e||!e.parentElement||w())return document.documentElement;for(var t=e.parentElement;t&&"none"===f(t,"transform");)t=t.parentElement;return t||document.documentElement}function je(e,t,n,s){var i,a,r,c=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},l=c?lt(e):se(e,rt(t));if("viewport"===s)o=cn(l,c);else if(a=void 0,"scrollParent"===s?"BODY"===(a=L(ke(t))).nodeName&&(a=e.ownerDocument.documentElement):a="window"===s?e.ownerDocument.documentElement:s,i=pe(a,l,c),"HTML"!==a.nodeName||ht(l))o=i;else{var d=Ot(e.ownerDocument),u=d.height,h=d.width;o.top+=i.top-i.marginTop,o.bottom=u+i.top,o.left+=i.left-i.marginLeft,o.right=h+i.left}return r="number"==typeof(n=n||0),o.left+=r?n:n.left||0,o.top+=r?n:n.top||0,o.right-=r?n:n.right||0,o.bottom-=r?n:n.bottom||0,o}function hn(e){return e.width*e.height}function it(e,t,n,s,o){if(c=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,-1===e.indexOf("auto"))return e;var c,a=je(n,s,c,o),r={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},l=Object.keys(r).map(function(e){return i({key:e},r[e],{area:hn(r[e])})}).sort(function(e,t){return t.area-e.area}),d=l.filter(function(e){var t=e.width,s=e.height;return t>=n.clientWidth&&s>=n.clientHeight}),h=d.length>0?d[0].key:l[0].key,u=e.split("-")[1];return h+(u?"-"+u:"")}function ot(e,t,n){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=s?lt(t):se(t,rt(n));return pe(n,o,s)}function nt(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),s=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+s,height:e.offsetHeight+n}}function X(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,function(e){return t[e]})}function Ze(e,t,n){n=n.split("-")[0];var s=nt(e),a={width:s.width,height:s.height},o=-1!==["right","left"].indexOf(n),r=o?"top":"left",i=o?"left":"top",c=o?"height":"width",l=o?"width":"height";return a[r]=t[r]+t[c]/2-s[c]/2,a[i]=n===i?t[i]-s[l]:t[X(i)],a}function M(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function Qe(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex(function(e){return e.name===n});var s=M(e,function(e){return e.name===n});return e.indexOf(s)}(e,0,n))).forEach(function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&zt(n)&&(t.offsets.popper=l(t.offsets.popper),t.offsets.reference=l(t.offsets.reference),t=n(t,e))}),t}function jn(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=ot(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=it(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=Ze(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=Qe(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function qe(e,t){return e.some(function(e){var n=e.name;return e.enabled&&n===t})}function Me(e){for(var n,s,o=[!1,"ms","Webkit","Moz","O"],i=e.charAt(0).toUpperCase()+e.slice(1),t=0;t1&&void 0!==arguments[1]&&arguments[1],t=$.indexOf(e),n=$.slice(t+1).concat($.slice(0,t));return s?n.reverse():n}We={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var s=e.placement,d=s.split("-")[0],o=s.split("-")[1];if(o){var a=e.offsets,n=a.reference,r=a.popper,c=-1!==["bottom","top"].indexOf(d),t=c?"left":"top",l=c?"width":"height",u={start:x({},t,n[t]),end:x({},t,n[t]+n[l]-r[l])};e.offsets.popper=i({},r,u[o])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var s,i=t.offset,r=e.placement,a=e.offsets,n=a.popper,c=a.reference,o=r.split("-")[0];return s=Te(+i)?[+i,0]:function(e,t,n,s){var a,r,c=[0,0],d=-1!==["right","left"].indexOf(s),o=e.split(/(\+|-)/).map(function(e){return e.trim()}),i=o.indexOf(M(o,function(e){return-1!==e.search(/,|\s/)}));return o[i]&&-1===o[i].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead."),r=/\s*,\s*|\s+/,a=-1!==i?[o.slice(0,i).concat([o[i].split(r)[0]]),[o[i].split(r)[1]].concat(o.slice(i+1))]:[o],a=a.map(function(e,s){var i=(1===s?!d:d)?"height":"width",o=!1;return e.reduce(function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,o=!0,e):o?(e[e.length-1]+=t,o=!1,e):e.concat(t)},[]).map(function(e){return function(e,t,n,s){var a=e.match(/((?:-|\+)?\d*\.?\d*)(.*)/),i=+a[1],o=a[2];return i?0===o.indexOf("%")?l("%p"===o?n:s)[t]/100*i:"vh"===o||"vw"===o?("vh"===o?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i:i:e}(e,i,t,n)})}),a.forEach(function(e,t){e.forEach(function(n,s){Te(n)&&(c[t]+=n*("-"===e[s-1]?-1:1))})}),c}(i,n,c,o),"left"===o?(n.top+=s[0],n.left-=s[1]):"right"===o?(n.top+=s[0],n.left+=s[1]):"top"===o?(n.left+=s[0],n.top-=s[1]):"bottom"===o&&(n.left+=s[0],n.top+=s[1]),e.popper=n,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){a=t.boundariesElement||C(e.instance.popper),e.instance.reference===a&&(a=C(a));var o,a,r=Me("transform"),s=e.instance.popper.style,c=s.top,l=s.left,d=s[r];s.top="",s.left="",s[r]="",o=je(e.instance.popper,e.instance.reference,t.padding,a,e.positionFixed),s.top=c,s.left=l,s[r]=d,t.boundaries=o;var u=t.priority,n=e.offsets.popper,h={primary:function(e){var s=n[e];return n[e]o[e]&&!t.escapeWithReference&&(i=Math.min(n[s],o[e]-("right"===e?n.width:n.height))),x({},s,i)}};return u.forEach(function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";n=i({},n,h[t](e))}),e.offsets.popper=n,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var r=e.offsets,o=r.popper,n=r.reference,c=e.placement.split("-")[0],s=Math.floor,i=-1!==["top","bottom"].indexOf(c),a=i?"right":"bottom",t=i?"left":"top",l=i?"width":"height";return o[a]s(n[a])&&(e.offsets.popper[t]=s(n[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){if(!Ie(e.instance.modifiers,"arrow","keepTogether"))return e;if(s=t.element,"string"==typeof s){if(!(s=e.instance.popper.querySelector(s)))return e}else if(!e.instance.popper.contains(s))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var s,u,b=e.placement.split("-")[0],p=e.offsets,a=p.popper,o=p.reference,c=-1!==["left","right"].indexOf(b),h=c?"height":"width",d=c?"Top":"Left",n=d.toLowerCase(),v=c?"left":"top",r=c?"bottom":"right",i=nt(s)[h];o[r]-ia[r]&&(e.offsets.popper[n]+=o[n]+i-a[r]),e.offsets.popper=l(e.offsets.popper);var j=o[n]+o[h]/2-i/2,g=f(e.instance.popper),y=parseFloat(g["margin"+d]),_=parseFloat(g["border"+d+"Width"]),m=j-e.offsets.popper[n]-y-_;return m=Math.max(Math.min(a[h]-i,m),0),e.arrowElement=s,e.offsets.arrow=(x(u={},n,Math.round(m)),x(u,v,""),u),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(qe(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var a=je(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),n=e.placement.split("-")[0],r=X(n),s=e.placement.split("-")[1]||"",o=[];switch(t.behavior){case"flip":o=[n,r];break;case"clockwise":o=$e(n);break;case"counterclockwise":o=$e(n,!0);break;default:o=t.behavior}return o.forEach(function(c,l){if(n!==c||o.length===l+1)return e;n=e.placement.split("-")[0],r=X(n);var u=e.offsets.popper,m=e.offsets.reference,d=Math.floor,j="left"===n&&d(u.right)>d(m.left)||"right"===n&&d(u.left)d(m.top)||"bottom"===n&&d(u.top)d(a.right),f=d(u.top)d(a.bottom),b="left"===n&&g||"right"===n&&p||"top"===n&&f||"bottom"===n&&v,h=-1!==["top","bottom"].indexOf(n),_=!!t.flipVariations&&(h&&"start"===s&&g||h&&"end"===s&&p||!h&&"start"===s&&f||!h&&"end"===s&&v),w=!!t.flipVariationsByContent&&(h&&"start"===s&&p||h&&"end"===s&&g||!h&&"start"===s&&v||!h&&"end"===s&&f),y=_||w;(j||b||y)&&(e.flipped=!0,(j||b)&&(n=o[l+1]),y&&(s=function(e){return"end"===e?"start":"start"===e?"end":e}(s)),e.placement=n+(s?"-"+s:""),e.offsets.popper=i({},e.offsets.popper,Ze(e.instance.popper,e.offsets.reference,e.placement)),e=Qe(e.instance.modifiers,e,"flip"))}),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var s=e.placement,t=s.split("-")[0],o=e.offsets,n=o.popper,a=o.reference,i=-1!==["left","right"].indexOf(t),r=-1===["top","left"].indexOf(t);return n[i?"left":"top"]=a[t]-(r?n[i?"width":"height"]:0),e.placement=X(s),e.offsets.popper=l(n),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Ie(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=M(e.instance.modifiers,function(e){return"preventOverflow"===e.name}).boundaries;if(t.bottomn.right||t.top>n.bottom||t.right2&&void 0!==arguments[2]?arguments[2]:{};on(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(s.update)},this.update=Pt(this.update.bind(this)),this.options=i({},e.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(i({},e.Defaults.modifiers,o.modifiers)).forEach(function(t){s.options.modifiers[t]=i({},e.Defaults.modifiers[t]||{},o.modifiers?o.modifiers[t]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(e){return i({name:e},s.options.modifiers[e])}).sort(function(e,t){return e.order-t.order}),this.modifiers.forEach(function(e){e.enabled&&zt(e.onLoad)&&e.onLoad(s.reference,s.popper,s.options,e,s.state)}),this.update(),a=this.options.eventsEnabled,a&&this.enableEventListeners(),this.state.eventsEnabled=a}return an(e,[{key:"update",value:function(){return jn.call(this)}},{key:"destroy",value:function(){return _n.call(this)}},{key:"enableEventListeners",value:function(){return Cn.call(this)}},{key:"disableEventListeners",value:function(){return mn.call(this)}}]),e}(),N.Utils=("undefined"!=typeof window?window:global).PopperUtils,N.placements=De,N.Defaults=We;var n,s,S,N,$,ce,be,Le,De,We,K=N,g="dropdown",q="bs.dropdown",gn=n.default.fn[g],pn=new RegExp("38|40|27"),G="disabled",a="show",Je="dropdown-menu-right",et="hide.bs.dropdown",tt="hidden.bs.dropdown",Oe="click.bs.dropdown.data-api",st="keydown.bs.dropdown.data-api",Z='[data-toggle="dropdown"]',_e=".dropdown-menu",fn={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},Dt={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},d=function(){function e(e,t){this._element=e,this._popper=null,this._config=this._getConfig(t),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var t=e.prototype;return t.toggle=function(){if(!this._element.disabled&&!n.default(this._element).hasClass(G)){var t=n.default(this._menu).hasClass(a);e._clearMenus(),t||this.show(!0)}},t.show=function(t){if(void 0===t&&(t=!1),!(this._element.disabled||n.default(this._element).hasClass(G)||n.default(this._menu).hasClass(a))){var i,r={relatedTarget:this._element},c=n.default.Event("show.bs.dropdown",r),o=e._getParentFromElement(this._element);if(n.default(o).trigger(c),!c.isDefaultPrevented()){if(!this._inNavbar&&t){if("undefined"==typeof K)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");i=this._element,"parent"===this._config.reference?i=o:s.isElement(this._config.reference)&&(i=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(i=this._config.reference[0])),"scrollParent"!==this._config.boundary&&n.default(o).addClass("position-static"),this._popper=new K(i,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===n.default(o).closest(".navbar-nav").length&&n.default(document.body).children().on("mouseover",null,n.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),n.default(this._menu).toggleClass(a),n.default(o).toggleClass(a).trigger(n.default.Event("shown.bs.dropdown",r))}}},t.hide=function(){if(!this._element.disabled&&!n.default(this._element).hasClass(G)&&n.default(this._menu).hasClass(a)){var t={relatedTarget:this._element},s=n.default.Event(et,t),o=e._getParentFromElement(this._element);n.default(o).trigger(s),s.isDefaultPrevented()||(this._popper&&this._popper.destroy(),n.default(this._menu).toggleClass(a),n.default(o).toggleClass(a).trigger(n.default.Event(tt,t)))}},t.dispose=function(){n.default.removeData(this._element,q),n.default(this._element).off(".bs.dropdown"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},t.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},t._addEventListeners=function(){var e=this;n.default(this._element).on("click.bs.dropdown",function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},t._getConfig=function(e){return e=o({},this.constructor.Default,n.default(this._element).data(),e),s.typeCheckConfig(g,e,this.constructor.DefaultType),e},t._getMenuElement=function(){if(!this._menu){var t=e._getParentFromElement(this._element);t&&(this._menu=t.querySelector(_e))}return this._menu},t._getPlacement=function(){var t=n.default(this._element.parentNode),e="bottom-start";return t.hasClass("dropup")?e=n.default(this._menu).hasClass(Je)?"top-end":"top-start":t.hasClass("dropright")?e="right-start":t.hasClass("dropleft")?e="left-start":n.default(this._menu).hasClass(Je)&&(e="bottom-end"),e},t._detectNavbar=function(){return n.default(this._element).closest(".navbar").length>0},t._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=o({},e.offsets,t._config.offset(e.offsets,t._element)),e}:e.offset=this._config.offset,e},t._getPopperConfig=function(){var e={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(e.modifiers.applyStyle={enabled:!1}),o({},e,this._config.popperConfig)},e._jQueryInterface=function(t){return this.each(function(){var s=n.default(this).data(q);if(s||(s=new e(this,"object"==typeof t?t:null),n.default(this).data(q,s)),"string"==typeof t){if("undefined"==typeof s[t])throw new TypeError('No method named "'+t+'"');s[t]()}})},e._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var l,d,o=[].slice.call(document.querySelectorAll(Z)),s=0,u=o.length;s0&&s--,40===t.which&&sdocument.documentElement.clientHeight,t||(this._element.style.overflowY="hidden"),this._element.classList.add(ft),o=s.getTransitionDurationFromElement(this._dialog),n.default(this._element).off(s.TRANSITION_END),n.default(this._element).one(s.TRANSITION_END,function(){e._element.classList.remove(ft),t||n.default(e._element).one(s.TRANSITION_END,function(){e._element.style.overflowY=""}).emulateTransitionEnd(e._element,o)}).emulateTransitionEnd(o),this._element.focus())},e._showElement=function(e){var o,r,c,t=this,i=n.default(this._element).hasClass(v),a=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),n.default(this._dialog).hasClass("modal-dialog-scrollable")&&a?a.scrollTop=0:this._element.scrollTop=0,i&&s.reflow(this._element),n.default(this._element).addClass(ee),this._config.focus&&this._enforceFocus(),r=n.default.Event("shown.bs.modal",{relatedTarget:e}),o=function(){t._config.focus&&t._element.focus(),t._isTransitioning=!1,n.default(t._element).trigger(r)},i?(c=s.getTransitionDurationFromElement(this._dialog),n.default(this._dialog).one(s.TRANSITION_END,o).emulateTransitionEnd(c)):o()},e._enforceFocus=function(){var e=this;n.default(document).off(ae).on(ae,function(t){document!==t.target&&e._element!==t.target&&0===n.default(e._element).has(t.target).length&&e._element.focus()})},e._setEscapeEvent=function(){var e=this;this._isShown?n.default(this._element).on(yt,function(t){e._config.keyboard&&27===t.which?(t.preventDefault(),e.hide()):e._config.keyboard||27!==t.which||e._triggerBackdropTransition()}):this._isShown||n.default(this._element).off(yt)},e._setResizeEvent=function(){var e=this;this._isShown?n.default(window).on(bt,function(t){return e.handleUpdate(t)}):n.default(window).off(bt)},e._hideModal=function(){var e=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop(function(){n.default(document.body).removeClass(ut),e._resetAdjustments(),e._resetScrollbar(),n.default(e._element).trigger(pt)})},e._removeBackdrop=function(){this._backdrop&&(n.default(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(e){var i,a,r,t=this,o=n.default(this._element).hasClass(v)?v:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",o&&this._backdrop.classList.add(o),n.default(this._backdrop).appendTo(document.body),n.default(this._element).on(le,function(e){t._ignoreBackdropClick?t._ignoreBackdropClick=!1:e.target===e.currentTarget&&("static"===t._config.backdrop?t._triggerBackdropTransition():t.hide())}),o&&s.reflow(this._backdrop),n.default(this._backdrop).addClass(ee),!e)return;if(!o)return void e();a=s.getTransitionDurationFromElement(this._backdrop),n.default(this._backdrop).one(s.TRANSITION_END,e).emulateTransitionEnd(a)}else!this._isShown&&this._backdrop?(n.default(this._backdrop).removeClass(ee),i=function(){t._removeBackdrop(),e&&e()},n.default(this._element).hasClass(v)?(r=s.getTransitionDurationFromElement(this._backdrop),n.default(this._backdrop).one(s.TRANSITION_END,i).emulateTransitionEnd(r)):i()):e&&e()},e._adjustDialog=function(){var e=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(e.left+e.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:{"*":["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:[]},popperConfig:null},$t={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Wt={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},m=function(){function t(e,t){if("undefined"==typeof K)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(e){if(this._isEnabled)if(e){var s=this.constructor.DATA_KEY,t=n.default(e.currentTarget).data(s);t||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),n.default(e.currentTarget).data(s,t)),t._activeTrigger.click=!t._activeTrigger.click,t._isWithActiveTrigger()?t._enter(null,t):t._leave(null,t)}else{if(n.default(this.getTipElement()).hasClass(Q))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),n.default.removeData(this.element,this.constructor.DATA_KEY),n.default(this.element).off(this.constructor.EVENT_KEY),n.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&n.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){if(e=this,"none"===n.default(this.element).css("display"))throw new Error("Please use show on visible elements");if(o=n.default.Event(this.constructor.Event.SHOW),this.isWithContent()&&this._isEnabled){n.default(this.element).trigger(o);var e,t,o,i,a,r,l,d,u,c=s.findShadowRoot(this.element),h=n.default.contains(null!==c?c:this.element.ownerDocument.documentElement,this.element);if(o.isDefaultPrevented()||!h)return;t=this.getTipElement(),i=s.getUID(this.constructor.NAME),t.setAttribute("id",i),this.element.setAttribute("aria-describedby",i),this.setContent(),this.config.animation&&n.default(t).addClass(ie),l="function"==typeof this.config.placement?this.config.placement.call(this,t,this.element):this.config.placement,a=this._getAttachment(l),this.addAttachmentClass(a),d=this._getContainer(),n.default(t).data(this.constructor.DATA_KEY,this),n.default.contains(this.element.ownerDocument.documentElement,this.tip)||n.default(t).appendTo(d),n.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new K(this.element,t,this._getPopperConfig(a)),n.default(t).addClass(Q),n.default(t).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&n.default(document.body).children().on("mouseover",null,n.default.noop),r=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,n.default(e.element).trigger(e.constructor.Event.SHOWN),t===Fe&&e._leave(null,e)},n.default(this.tip).hasClass(ie)?(u=s.getTransitionDurationFromElement(this.tip),n.default(this.tip).one(s.TRANSITION_END,r).emulateTransitionEnd(u)):r()}},e.hide=function(e){var r,t=this,o=this.getTipElement(),i=n.default.Event(this.constructor.Event.HIDE),a=function(){t._hoverState!==P&&o.parentNode&&o.parentNode.removeChild(o),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),n.default(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};n.default(this.element).trigger(i),!i.isDefaultPrevented()&&(n.default(o).removeClass(Q),"ontouchstart"in document.documentElement&&n.default(document.body).children().off("mouseover",null,n.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,n.default(this.tip).hasClass(ie)?(r=s.getTransitionDurationFromElement(o),n.default(o).one(s.TRANSITION_END,a).emulateTransitionEnd(r)):a(),this._hoverState="")},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(e){n.default(this.getTipElement()).addClass("bs-tooltip-"+e)},e.getTipElement=function(){return this.tip=this.tip||n.default(this.config.template)[0],this.tip},e.setContent=function(){var e=this.getTipElement();this.setElementContent(n.default(e.querySelectorAll(".tooltip-inner")),this.getTitle()),n.default(e).removeClass("fade show")},e.setElementContent=function(e,t){"object"!=typeof t||!t.nodeType&&!t.jquery?this.config.html?(this.config.sanitize&&(t=St(t,this.config.whiteList,this.config.sanitizeFn)),e.html(t)):e.text(t):this.config.html?n.default(t).parent().is(e)||e.empty().append(t):e.text(n.default(t).text())},e.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},e._getPopperConfig=function(e){var t=this;return o({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=o({},e.offsets,t.config.offset(e.offsets,t.element)),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:s.isElement(this.config.container)?n.default(this.config.container):n.default(document).find(this.config.container)},e._getAttachment=function(e){return Bt[e.toUpperCase()]},e._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)n.default(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if("manual"!==t){var s=t===B?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,o=t===B?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;n.default(e.element).on(s,e.config.selector,function(t){return e._enter(t)}).on(o,e.config.selector,function(t){return e._leave(t)})}}),this._hideModalHandler=function(){e.element&&e.hide()},n.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(e,t){var s=this.constructor.DATA_KEY;(t=t||n.default(e.currentTarget).data(s))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),n.default(e.currentTarget).data(s,t)),e&&(t._activeTrigger["focusin"===e.type?Tt:B]=!0),n.default(t.getTipElement()).hasClass(Q)||t._hoverState===P?t._hoverState=P:(clearTimeout(t._timeout),t._hoverState=P,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===P&&t.show()},t.config.delay.show):t.show())},e._leave=function(e,t){var s=this.constructor.DATA_KEY;(t=t||n.default(e.currentTarget).data(s))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),n.default(e.currentTarget).data(s,t)),e&&(t._activeTrigger["focusout"===e.type?Tt:B]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=Fe,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){t._hoverState===Fe&&t.hide()},t.config.delay.hide):t.hide())},e._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},e._getConfig=function(e){var t=n.default(this.element).data();return Object.keys(t).forEach(function(e){-1!==Lt.indexOf(e)&&delete t[e]}),"number"==typeof(e=o({},this.constructor.Default,t,"object"==typeof e&&e?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()),s.typeCheckConfig(Mt,e,this.constructor.DefaultType),e.sanitize&&(e.template=St(e.template,e.whiteList,e.sanitizeFn)),e},e._getDelegateConfig=function(){var e,t={};if(this.config)for(e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=n.default(this.getTipElement()),e=t.attr("class").match(Rt);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(e){this.tip=e.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},e._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(n.default(e).removeClass(ie),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},t._jQueryInterface=function(e){return this.each(function(){var o=n.default(this),s=o.data(de),i="object"==typeof e&&e;if((s||!/dispose|hide/.test(e))&&(s||(s=new t(this,i),o.data(de,s)),"string"==typeof e)){if("undefined"==typeof s[e])throw new TypeError('No method named "'+e+'"');s[e]()}})},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Vt}},{key:"NAME",get:function(){return Mt}},{key:"DATA_KEY",get:function(){return de}},{key:"Event",get:function(){return Wt}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return $t}}]),t}();n.default.fn.tooltip=m._jQueryInterface,n.default.fn.tooltip.Constructor=m,n.default.fn.tooltip.noConflict=function(){return n.default.fn.tooltip=It,m._jQueryInterface};var ze="bs.popover",qt=n.default.fn.popover,Yt=new RegExp("(^|\\s)bs-popover\\S+","g"),Gt=o({},m.Default,{placement:"right",trigger:"click",content:"",template:''}),Xt=o({},m.DefaultType,{content:"(string|element|function)"}),Qt={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},W=function(e){function t(){return e.apply(this,arguments)||this}i=e,(o=t).prototype=Object.create(i.prototype),o.prototype.constructor=o,Se(o,i);var o,i,s=t.prototype;return s.isWithContent=function(){return this.getTitle()||this._getContent()},s.addAttachmentClass=function(e){n.default(this.getTipElement()).addClass("bs-popover-"+e)},s.getTipElement=function(){return this.tip=this.tip||n.default(this.config.template)[0],this.tip},s.setContent=function(){var e,t=n.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle()),e=this._getContent(),"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},s._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},s._cleanTipClass=function(){var t=n.default(this.getTipElement()),e=t.attr("class").match(Yt);null!==e&&e.length>0&&t.removeClass(e.join(""))},t._jQueryInterface=function(e){return this.each(function(){var s=n.default(this).data(ze),o="object"==typeof e?e:null;if((s||!/dispose|hide/.test(e))&&(s||(s=new t(this,o),n.default(this).data(ze,s)),"string"==typeof e)){if("undefined"==typeof s[e])throw new TypeError('No method named "'+e+'"');s[e]()}})},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Gt}},{key:"NAME",get:function(){return"popover"}},{key:"DATA_KEY",get:function(){return ze}},{key:"Event",get:function(){return Qt}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return Xt}}]),t}(m);n.default.fn.popover=W._jQueryInterface,n.default.fn.popover.Constructor=W,n.default.fn.popover.noConflict=function(){return n.default.fn.popover=qt,W._jQueryInterface};var h="scrollspy",re="bs.scrollspy",tn=n.default.fn[h],u="active",xt="position",jt=".nav, .list-group",vt={offset:10,method:"auto",target:""},rn={offset:"number",method:"string",target:"(string|element)"},A=function(){function t(e,t){var s=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(t),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,n.default(this._scrollElement).on("scroll.bs.scrollspy",function(e){return s._process(e)}),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var e=this,o=this._scrollElement===this._scrollElement.window?"offset":xt,t="auto"===this._config.method?o:this._config.method,i=t===xt?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(e){var o,r,a=s.getSelectorFromElement(e);return(a&&(o=document.querySelector(a)),o)&&(r=o.getBoundingClientRect(),r.width||r.height)?[n.default(o)[t]().top+i,a]:null}).filter(function(e){return e}).sort(function(e,t){return e[0]-t[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},e.dispose=function(){n.default.removeData(this._element,re),n.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(e){if("string"!=typeof(e=o({},vt,"object"==typeof e&&e?e:{})).target&&s.isElement(e.target)){var t=n.default(e.target).attr("id");t||(t=s.getUID(h),n.default(e.target).attr("id",t)),e.target="#"+t}return s.typeCheckConfig(h,e,rn),e},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var e,n,t=this._getScrollTop()+this._config.offset,s=this._getScrollHeight(),o=this._config.offset+s-this._getOffsetHeight();if(this._scrollHeight!==s&&this.refresh(),t>=o)n=this._targets[this._targets.length-1],this._activeTarget!==n&&this._activate(n);else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(e=this._offsets.length;e--;)this._activeTarget!==this._targets[e]&&t>=this._offsets[e]&&("undefined"==typeof this._offsets[e+1]||t li > .active",D=function(){function e(e){this._element=e}var t=e.prototype;return t.show=function(){if(i=this,!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&n.default(this._element).hasClass(k)||n.default(this._element).hasClass("disabled"))){var e,o,i,a,r,c,d,t=n.default(this._element).closest(".nav, .list-group")[0],l=s.getSelectorFromElement(this._element);t&&(d="UL"===t.nodeName||"OL"===t.nodeName?Xe:at,e=(e=n.default.makeArray(n.default(t).find(d)))[e.length-1]),a=n.default.Event("hide.bs.tab",{relatedTarget:this._element}),r=n.default.Event("show.bs.tab",{relatedTarget:e}),(e&&n.default(e).trigger(a),n.default(this._element).trigger(r),!r.isDefaultPrevented()&&!a.isDefaultPrevented())&&(l&&(o=document.querySelector(l)),this._activate(this._element,t),c=function(){var t=n.default.Event("hidden.bs.tab",{relatedTarget:i._element}),s=n.default.Event("shown.bs.tab",{relatedTarget:e});n.default(e).trigger(t),n.default(i._element).trigger(s)},o?this._activate(o,o.parentNode,c):c())}},t.dispose=function(){n.default.removeData(this._element,he),this._element=null},t._activate=function(e,t,o){var r,c=this,i=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?n.default(t).children(at):n.default(t).find(Xe))[0],l=o&&i&&n.default(i).hasClass(ct),a=function(){return c._transitionComplete(e,i,o)};i&&l?(r=s.getTransitionDurationFromElement(i),n.default(i).removeClass(Re).one(s.TRANSITION_END,a).emulateTransitionEnd(r)):a()},t._transitionComplete=function(e,t,o){if(t){n.default(t).removeClass(k);var i,a,c,r=n.default(t.parentNode).find("> .dropdown-menu .active")[0];r&&n.default(r).removeClass(k),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}n.default(e).addClass(k),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),s.reflow(e),e.classList.contains(ct)&&e.classList.add(Re),i=e.parentNode,(i&&"LI"===i.nodeName&&(i=i.parentNode),i&&n.default(i).hasClass("dropdown-menu"))&&(a=n.default(e).closest(".dropdown")[0],a&&(c=[].slice.call(a.querySelectorAll(".dropdown-toggle")),n.default(c).addClass(k)),e.setAttribute("aria-expanded",!0)),o&&o()},e._jQueryInterface=function(t){return this.each(function(){var o=n.default(this),s=o.data(he);if(s||(s=new e(this),o.data(he,s)),"string"==typeof t){if("undefined"==typeof s[t])throw new TypeError('No method named "'+t+'"');s[t]()}})},r(e,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),e}();n.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',function(e){e.preventDefault(),D._jQueryInterface.call(n.default(this),"show")}),n.default.fn.tab=D._jQueryInterface,n.default.fn.tab.Constructor=D,n.default.fn.tab.noConflict=function(){return n.default.fn.tab=dn,D._jQueryInterface};var ye="bs.toast",bn=n.default.fn.toast,Ye="hide",F="show",Ke="showing",Be="click.dismiss.bs.toast",He={animation:!0,autohide:!0,delay:500},xn={animation:"boolean",autohide:"boolean",delay:"number"},U=function(){function t(e,t){this._element=e,this._config=this._getConfig(t),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t,i,e=this,o=n.default.Event("show.bs.toast");n.default(this._element).trigger(o),!o.isDefaultPrevented()&&(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),t=function(){e._element.classList.remove(Ke),e._element.classList.add(F),n.default(e._element).trigger("shown.bs.toast"),e._config.autohide&&(e._timeout=setTimeout(function(){e.hide()},e._config.delay))},this._element.classList.remove(Ye),s.reflow(this._element),this._element.classList.add(Ke),this._config.animation?(i=s.getTransitionDurationFromElement(this._element),n.default(this._element).one(s.TRANSITION_END,t).emulateTransitionEnd(i)):t())},e.hide=function(){if(this._element.classList.contains(F)){var e=n.default.Event("hide.bs.toast");n.default(this._element).trigger(e),e.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains(F)&&this._element.classList.remove(F),n.default(this._element).off(Be),n.default.removeData(this._element,ye),this._element=null,this._config=null},e._getConfig=function(e){return e=o({},He,n.default(this._element).data(),"object"==typeof e&&e?e:{}),s.typeCheckConfig("toast",e,this.constructor.DefaultType),e},e._setListeners=function(){var e=this;n.default(this._element).on(Be,'[data-dismiss="toast"]',function(){return e.hide()})},e._close=function(){var o,e=this,t=function(){e._element.classList.add(Ye),n.default(e._element).trigger("hidden.bs.toast")};this._element.classList.remove(F),this._config.animation?(o=s.getTransitionDurationFromElement(this._element),n.default(this._element).one(s.TRANSITION_END,t).emulateTransitionEnd(o)):t()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each(function(){var o=n.default(this),s=o.data(ye);if(s||(s=new t(this,"object"==typeof e&&e),o.data(ye,s)),"string"==typeof e){if("undefined"==typeof s[e])throw new TypeError('No method named "'+e+'"');s[e](this)}})},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"DefaultType",get:function(){return xn}},{key:"Default",get:function(){return He}}]),t}();n.default.fn.toast=U._jQueryInterface,n.default.fn.toast.Constructor=U,n.default.fn.toast.noConflict=function(){return n.default.fn.toast=bn,U._jQueryInterface},e.Alert=y,e.Button=T,e.Carousel=_,e.Collapse=I,e.Dropdown=d,e.Modal=z,e.Popover=W,e.Scrollspy=A,e.Tab=D,e.Toast=U,e.Tooltip=m,e.Util=s,Object.defineProperty(e,"__esModule",{value:!0})});let mouseoverTimer,lastTouchTimestamp;const prefetches=new Set,prefetchElement=document.createElement("link"),isSupported=prefetchElement.relList&&prefetchElement.relList.supports&&prefetchElement.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype,allowQueryString="instantAllowQueryString"in document.body.dataset,allowExternalLinks="instantAllowExternalLinks"in document.body.dataset,useWhitelist="instantWhitelist"in document.body.dataset,mousedownShortcut="instantMousedownShortcut"in document.body.dataset,DELAY_TO_NOT_BE_CONSIDERED_A_TOUCH_INITIATED_ACTION=1111;let delayOnHover=65,useMousedown=!1,useMousedownOnly=!1,useViewport=!1;if("instantIntensity"in document.body.dataset){const e=document.body.dataset.instantIntensity;if(e.substr(0,"mousedown".length)=="mousedown")useMousedown=!0,e=="mousedown-only"&&(useMousedownOnly=!0);else if(e.substr(0,"viewport".length)=="viewport")navigator.connection&&(navigator.connection.saveData||navigator.connection.effectiveType&&navigator.connection.effectiveType.includes("2g"))||(e=="viewport"?document.documentElement.clientWidth*document.documentElement.clientHeight<45e4&&(useViewport=!0):e=="viewport-all"&&(useViewport=!0));else{const t=parseInt(e);isNaN(t)||(delayOnHover=t)}}if(isSupported){const e={capture:!0,passive:!0};if(useMousedownOnly||document.addEventListener("touchstart",touchstartListener,e),useMousedown?mousedownShortcut||document.addEventListener("mousedown",mousedownListener,e):document.addEventListener("mouseover",mouseoverListener,e),mousedownShortcut&&document.addEventListener("mousedown",mousedownShortcutListener,e),useViewport){let e;window.requestIdleCallback?e=e=>{requestIdleCallback(e,{timeout:1500})}:e=e=>{e()},e(()=>{const e=new IntersectionObserver(t=>{t.forEach(t=>{if(t.isIntersecting){const n=t.target;e.unobserve(n),preload(n.href)}})});document.querySelectorAll("a").forEach(t=>{isPreloadable(t)&&e.observe(t)})})}}function touchstartListener(e){lastTouchTimestamp=performance.now();const t=e.target.closest("a");if(!isPreloadable(t))return;preload(t.href)}function mouseoverListener(e){if(performance.now()-lastTouchTimestamp{preload(t.href),mouseoverTimer=void 0},delayOnHover)}function mousedownListener(e){const t=e.target.closest("a");if(!isPreloadable(t))return;preload(t.href)}function mouseoutListener(e){if(e.relatedTarget&&e.target.closest("a")==e.relatedTarget.closest("a"))return;mouseoverTimer&&(clearTimeout(mouseoverTimer),mouseoverTimer=void 0)}function mousedownShortcutListener(e){if(performance.now()-lastTouchTimestamp1||e.metaKey||e.ctrlKey)return;if(!t)return;t.addEventListener("click",function(e){if(e.detail==1337)return;e.preventDefault()},{capture:!0,passive:!1,once:!0});const n=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1,detail:1337});t.dispatchEvent(n)}function isPreloadable(e){if(!e||!e.href)return;if(useWhitelist&&!("instant"in e.dataset))return;if(!allowExternalLinks&&e.origin!=location.origin&&!("instant"in e.dataset))return;if(!["http:","https:"].includes(e.protocol))return;if(e.protocol=="http:"&&location.protocol=="https:")return;if(!allowQueryString&&e.search&&!("instant"in e.dataset))return;if(e.hash&&e.pathname+e.search==location.pathname+location.search)return;if("noInstant"in e.dataset)return;return!0}function preload(e){if(prefetches.has(e))return;const t=document.createElement("link");t.rel="prefetch",t.href=e,document.head.appendChild(t),prefetches.add(e)} \ No newline at end of file diff --git a/post/getting-started/index.html b/post/getting-started/index.html index e95a12a..843ad3a 100644 --- a/post/getting-started/index.html +++ b/post/getting-started/index.html @@ -1,18 +1,15 @@ - -Welcome to Wowchemy, the website builder for Hugo | Divya Shah

Welcome to Wowchemy, the website builder for Hugo

Welcome 👋 We know that first impressions are important, so we’ve populated your new site with some initial content to help you get familiar with everything in no time.

- - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/post/index.html b/post/index.html index 21cd7ae..9b5f22c 100644 --- a/post/index.html +++ b/post/index.html @@ -1,21 +1,18 @@ - -Posts | Divya Shah

Posts

Welcome to Wowchemy, the website builder for Hugo
Welcome 👋 We know that first impressions are important, so we’ve populated your new site with some initial content to help you get familiar with everything in no time.
- - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/post/index.xml b/post/index.xml index fc7776f..977a50e 100644 --- a/post/index.xml +++ b/post/index.xml @@ -145,7 +145,7 @@ console.log('code block'); <p>Wowchemy supports the popular <a href="https://plot.ly/" target="_blank" rel="noopener">Plotly</a> format for interactive charts.</p> <p>Save your Plotly JSON in your page folder, for example <code>line-chart.json</code>, and then add the <code>{{&lt; chart data=&quot;line-chart&quot; &gt;}}</code> shortcode where you would like the chart to appear.</p> <p>Demo:</p> -<div id="chart-512934876" class="chart"></div> +<div id="chart-513794268" class="chart"></div> <script> (function() { let a = setInterval( function() { @@ -154,7 +154,7 @@ return; } clearInterval( a ); Plotly.d3.json("./line-chart.json", function(chart) { -Plotly.plot('chart-512934876', chart.data, chart.layout, {responsive: true}); +Plotly.plot('chart-513794268', chart.data, chart.layout, {responsive: true}); }); }, 500 ); })(); diff --git a/post/jupyter/index.html b/post/jupyter/index.html index e44367d..28c8210 100644 --- a/post/jupyter/index.html +++ b/post/jupyter/index.html @@ -1,10 +1,9 @@ - -Display Jupyter Notebooks with Academic | Divya Shah

Display Jupyter Notebooks with Academic

Learn how to blog in Academic using Jupyter notebooks

- - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/post/page/1/index.html b/post/page/1/index.html index daa9b42..9102ed1 100644 --- a/post/page/1/index.html +++ b/post/page/1/index.html @@ -1 +1,2 @@ -https://divyashah.github.io/post/ \ No newline at end of file +https://divyashah.github.io/post/ + \ No newline at end of file diff --git a/post/writing-technical-content/index.html b/post/writing-technical-content/index.html index c59dd96..3dce4f4 100644 --- a/post/writing-technical-content/index.html +++ b/post/writing-technical-content/index.html @@ -1,13 +1,10 @@ - - - -Writing technical content in Markdown | Divya Shah

Writing technical content in Markdown

Writing technical content in Markdown

Image credit: John Moeses Bauan

Wowchemy is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest.

Highlight your code snippets, take notes on math classes, and draw diagrams from textual representation.

On this page, you’ll find some examples of the types of technical content that can be rendered with Wowchemy.

Examples

Code

Wowchemy supports a Markdown extension for highlighting code syntax. You can customize the styles under the syntax_highlighter option in your config/_default/params.yaml file.

```python
 import pandas as pd
@@ -69,7 +66,7 @@
       console.log('hello');
       console.log('code block');
       ```
-    - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$

Charts

Wowchemy supports the popular Plotly format for interactive charts.

Save your Plotly JSON in your page folder, for example line-chart.json, and then add the {{< chart data="line-chart" >}} shortcode where you would like the chart to appear.

Demo:

You might also find the Plotly JSON Editor useful.

Math

Wowchemy supports a Markdown extension for $\LaTeX$ math. You can enable this feature by toggling the math option in your config/_default/params.yaml file.

To render inline or block math, wrap your LaTeX math with {{< math >}}$...${{< /math >}} or {{< math >}}$$...$${{< /math >}}, respectively. (We wrap the LaTeX math in the Wowchemy math shortcode to prevent Hugo rendering our math as Markdown. The math shortcode is new in v5.5-dev.)

Example math block:

{{< math >}}
+    - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$

Charts

Wowchemy supports the popular Plotly format for interactive charts.

Save your Plotly JSON in your page folder, for example line-chart.json, and then add the {{< chart data="line-chart" >}} shortcode where you would like the chart to appear.

Demo:

You might also find the Plotly JSON Editor useful.

Math

Wowchemy supports a Markdown extension for $\LaTeX$ math. You can enable this feature by toggling the math option in your config/_default/params.yaml file.

To render inline or block math, wrap your LaTeX math with {{< math >}}$...${{< /math >}} or {{< math >}}$$...$${{< /math >}}, respectively. (We wrap the LaTeX math in the Wowchemy math shortcode to prevent Hugo rendering our math as Markdown. The math shortcode is new in v5.5-dev.)

Example math block:

{{< math >}}
 $$
 \gamma_{n} = \frac{ \left | \left (\mathbf x_{n} - \mathbf x_{n-1} \right )^T \left [\nabla F (\mathbf x_{n}) - \nabla F (\mathbf x_{n-1}) \right ] \right |}{\left \|\nabla F(\mathbf{x}_{n}) - \nabla F(\mathbf{x}_{n-1}) \right \|^2}
 $$
@@ -186,13 +183,10 @@
 

renders as

Click to view the spoiler

You found me!

Icons

Academic enables you to use a wide range of icons from Font Awesome and Academicons in addition to emojis.

Here are some examples using the icon shortcode to render icons:

{{< icon name="terminal" pack="fas" >}} Terminal  
 {{< icon name="python" pack="fab" >}} Python  
 {{< icon name="r-project" pack="fab" >}} R
-

renders as

Terminal
Python
R

Did you find this page helpful? Consider sharing it 🙌

Divya Shah, Ph.D.
Divya Shah, Ph.D.
Postdoctoral Reseracher in Robot Design & Development

My research interests include humanoid robotics, mechanism theory, parallel kinematics and computer-aided design.

Divya Shah, Ph.D.
Divya Shah, Ph.D.
Postdoctoral Reseracher in Robot Design & Development

My research interests include humanoid robots, mechatronics, design & development, mechanism theory, parallel kinematics and additive manufacturing.

- - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/project/design-for-dexterity/index.html b/project/design-for-dexterity/index.html index 77eeea4..f6670c1 100644 --- a/project/design-for-dexterity/index.html +++ b/project/design-for-dexterity/index.html @@ -1,35 +1,35 @@ - -Design for Dexterity | Divya Shah

Design for Dexterity

+Design for Dexterity | Divya Shah

Design for Dexterity

iCub (Image credit: iCubTech)

Robot Design for Dexterous Manipulation

This research project is a part of the Ph.D. with Dipartimento di Informatica, Bioingegneria, Robtoica e Ingegneria dei Sistemi (DIBRIS) at the Università degli Studi di Genova and in affiliation with the iCub Tech at the Istituto Italiano di Tecnologia in Genova, Italy. The Ph.D. thesis is aimed towards design of a new wrist for the iCub humanoid with enhanced manipulation dexterity. The main focus here is the study and implementation of parallel orientational mechanisms.

Objectives

  • To study and investigate the state-of-the-art in design for wrist dexterity.
  • To adapt and analyze some of the most promising architectures from the literature.
  • To propose a novel kinematic design for the wrist with enhanced dexterity.
  • To test and develop the proposed mechanism.

Supervisors

  • Alberto Parmiggiani; Technologist & Facility Coordinator, Istituto Italiano di Tecnologia
  • Giorgio Metta; Scientific Director, Istituto Italiano di Tecnologia

Also check out the project of visiting-researcher, which was a part of the doctoral program.

Divya Shah, Ph.D.
Divya Shah, Ph.D.
Postdoctoral Reseracher in Robot Design & Development

My research interests include humanoid robotics, mechanism theory, parallel kinematics and computer-aided design.

- - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/project/ergocub/featured.png b/project/ergocub/featured.png new file mode 100644 index 0000000..da0891b Binary files /dev/null and b/project/ergocub/featured.png differ diff --git a/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_150x0_resize_q75_h2_lanczos_3.webp b/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_150x0_resize_q75_h2_lanczos_3.webp new file mode 100644 index 0000000..33c6edd Binary files /dev/null and b/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_150x0_resize_q75_h2_lanczos_3.webp differ diff --git a/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_550x0_resize_q75_h2_lanczos_3.webp b/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_550x0_resize_q75_h2_lanczos_3.webp new file mode 100644 index 0000000..bff57cc Binary files /dev/null and b/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_550x0_resize_q75_h2_lanczos_3.webp differ diff --git a/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_720x2500_fit_q75_h2_lanczos_3.webp b/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_720x2500_fit_q75_h2_lanczos_3.webp new file mode 100644 index 0000000..37a649c Binary files /dev/null and b/project/ergocub/featured_huf5c42e21e7f1d75e3d0e7705e248916c_384792_720x2500_fit_q75_h2_lanczos_3.webp differ diff --git a/project/ergocub/index.html b/project/ergocub/index.html index c09b737..9495ffa 100644 --- a/project/ergocub/index.html +++ b/project/ergocub/index.html @@ -1,14 +1,16 @@ - -Ergocub | Divya Shah

Ergocub

Design and development of humanoid joint modules

The ergoCub project, funded by INAIL, involves design and development of new humanoid robotic platforms and wearables technologies to assist labourers in warehouse and hospital scenarios.

My contributions involve mechanical design, testing and development of complex integrated mechanical and electrical components to form compact and powerful joint modules for the forthcoming version ergoCub 2.0 humanoid robot.

Supervisors

  • Marco Maggiali; Facility Coordinator, iCubTech Facility, Istituto Italiano di Tecnologia

Divya Shah, Ph.D.
Divya Shah, Ph.D.
Postdoctoral Reseracher in Robot Design & Development

My research interests include humanoid robotics, mechanism theory, parallel kinematics and computer-aided design.