(function(n,t){typeof exports=="object"&&typeof module!="undefined"?t(exports,require("jquery"),require("popper.js")):typeof define=="function"&&define.amd?define(["exports","jquery","popper.js"],t):(n=n||self,t(n.bootstrap={},n.jQuery,n.Popper))})(this,function(n,t,i){"use strict";function eu(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}function p(n,t,i){return t&&eu(n.prototype,t),i&&eu(n,i),n}function gu(n,t,i){return t in n?Object.defineProperty(n,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):n[t]=i,n}function o(n){for(var i,r,t=1;t<arguments.length;t++)i=arguments[t]!=null?arguments[t]:{},r=Object.keys(i),typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(i).filter(function(n){return Object.getOwnPropertyDescriptor(i,n).enumerable}))),r.forEach(function(t){gu(n,t,i[t])});return n}function nf(n,t){n.prototype=Object.create(t.prototype);n.prototype.constructor=n;n.__proto__=t}function uf(n){return{}.toString.call(n).match(/\s([a-z]+)/i)[1].toLowerCase()}function ff(){return{bindType:nr,delegateType:nr,handle:function(n){return t(n.target).is(this)?n.handleObj.handler.apply(this,arguments):undefined}}}function ef(n){var u=this,i=!1;t(this).one(r.TRANSITION_END,function(){i=!0});return setTimeout(function(){i||r.triggerTransitionEnd(u)},n),this}function of(){t.fn.emulateTransitionEnd=ef;t.event.special[r.TRANSITION_END]=ff()}function ye(n,t){var r=n.nodeName.toLowerCase(),u,i,f;if(t.indexOf(r)!==-1)return le.indexOf(r)!==-1?Boolean(n.nodeValue.match(ae)||n.nodeValue.match(ve)):!0;for(u=t.filter(function(n){return n instanceof RegExp}),i=0,f=u.length;i<f;i++)if(r.match(u[i]))return!0;return!1}function au(n,t,i){var r,u,o;if(n.length===0)return n;if(i&&typeof i=="function")return i(n);var s=new window.DOMParser,f=s.parseFromString(n,"text/html"),h=Object.keys(t),e=[].slice.call(f.body.querySelectorAll("*")),c=function(n){var i=e[n],f=i.nodeName.toLowerCase(),r,u;if(h.indexOf(i.nodeName.toLowerCase())===-1)return i.parentNode.removeChild(i),"continue";r=[].slice.call(i.attributes);u=[].concat(t["*"]||[],t[f]||[]);r.forEach(function(n){ye(n,u)||i.removeAttribute(n.nodeName)})};for(r=0,u=e.length;r<u;r++)o=c(r,u),o==="continue";return f.body.innerHTML}var r;t=t&&t.hasOwnProperty("default")?t["default"]:t;i=i&&i.hasOwnProperty("default")?i["default"]:i;var nr="transitionend",tf=1e6,rf=1e3;r={TRANSITION_END:"bsTransitionEnd",getUID:function(n){do n+=~~(Math.random()*tf);while(document.getElementById(n));return n},getSelectorFromElement:function(n){var t=n.getAttribute("data-target"),i;t&&t!=="#"||(i=n.getAttribute("href"),t=i&&i!=="#"?i.trim():"");try{return document.querySelector(t)?t:null}catch(r){return null}},getTransitionDurationFromElement:function(n){if(!n)return 0;var i=t(n).css("transition-duration"),r=t(n).css("transition-delay"),u=parseFloat(i),f=parseFloat(r);return!u&&!f?0:(i=i.split(",")[0],r=r.split(",")[0],(parseFloat(i)+parseFloat(r))*rf)},reflow:function(n){return n.offsetHeight},triggerTransitionEnd:function(n){t(n).trigger(nr)},supportsTransitionEnd:function(){return Boolean(nr)},isElement:function(n){return(n[0]||n).nodeType},typeCheckConfig:function(n,t,i){for(var u in i)if(Object.prototype.hasOwnProperty.call(i,u)){var e=i[u],f=t[u],o=f&&r.isElement(f)?"element":uf(f);if(!new RegExp(e).test(o))throw new Error(n.toUpperCase()+": "+('Option "'+u+'" provided type "'+o+'" ')+('but expected type "'+e+'".'));}},findShadowRoot:function(n){if(!document.documentElement.attachShadow)return null;if(typeof n.getRootNode=="function"){var t=n.getRootNode();return t instanceof ShadowRoot?t:null}return n instanceof ShadowRoot?n:n.parentNode?r.findShadowRoot(n.parentNode):null}};of();var fi="alert",sf="4.3.1",tr="bs.alert",ar="."+tr,hf=t.fn[fi],vr={CLOSE:"close"+ar,CLOSED:"closed"+ar,CLICK_DATA_API:"click"+ar+".data-api"},yr={ALERT:"alert",FADE:"fade",SHOW:"show"},wt=function(){function n(n){this._element=n}var i=n.prototype;return i.close=function(n){var t=this._element,i;(n&&(t=this._getRootElement(n)),i=this._triggerCloseEvent(t),i.isDefaultPrevented())||this._removeElement(t)},i.dispose=function(){t.removeData(this._element,tr);this._element=null},i._getRootElement=function(n){var u=r.getSelectorFromElement(n),i=!1;return u&&(i=document.querySelector(u)),i||(i=t(n).closest("."+yr.ALERT)[0]),i},i._triggerCloseEvent=function(n){var i=t.Event(vr.CLOSE);return t(n).trigger(i),i},i._removeElement=function(n){var u=this,i;if(t(n).removeClass(yr.SHOW),!t(n).hasClass(yr.FADE)){this._destroyElement(n);return}i=r.getTransitionDurationFromElement(n);t(n).one(r.TRANSITION_END,function(t){return u._destroyElement(n,t)}).emulateTransitionEnd(i)},i._destroyElement=function(n){t(n).detach().trigger(vr.CLOSED).remove()},n._jQueryInterface=function(i){return this.each(function(){var u=t(this),r=u.data(tr);r||(r=new n(this),u.data(tr,r));i==="close"&&r[i](this)})},n._handleDismiss=function(n){return function(t){t&&t.preventDefault();n.close(this)}},p(n,null,[{key:"VERSION",get:function(){return sf}}]),n}();t(document).on(vr.CLICK_DATA_API,{DISMISS:'[data-dismiss="alert"]'}.DISMISS,wt._handleDismiss(new wt));t.fn[fi]=wt._jQueryInterface;t.fn[fi].Constructor=wt;t.fn[fi].noConflict=function(){return t.fn[fi]=hf,wt._jQueryInterface};var ei="button",cf="4.3.1",ir="bs.button",pr="."+ir,wr=".data-api",lf=t.fn[ei],ct={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},lt={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:'input:not([type="hidden"])',ACTIVE:".active",BUTTON:".btn"},ou={CLICK_DATA_API:"click"+pr+wr,FOCUS_BLUR_DATA_API:"focus"+pr+wr+" "+("blur"+pr+wr)},oi=function(){function n(n){this._element=n}var i=n.prototype;return i.toggle=function(){var r=!0,f=!0,i=t(this._element).closest(lt.DATA_TOGGLE)[0],n,u;if(i&&(n=this._element.querySelector(lt.INPUT),n)){if(n.type==="radio"&&(n.checked&&this._element.classList.contains(ct.ACTIVE)?r=!1:(u=i.querySelector(lt.ACTIVE),u&&t(u).removeClass(ct.ACTIVE))),r){if(n.hasAttribute("disabled")||i.hasAttribute("disabled")||n.classList.contains("disabled")||i.classList.contains("disabled"))return;n.checked=!this._element.classList.contains(ct.ACTIVE);t(n).trigger("change")}n.focus();f=!1}f&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(ct.ACTIVE));r&&t(this._element).toggleClass(ct.ACTIVE)},i.dispose=function(){t.removeData(this._element,ir);this._element=null},n._jQueryInterface=function(i){return this.each(function(){var r=t(this).data(ir);r||(r=new n(this),t(this).data(ir,r));i==="toggle"&&r[i]()})},p(n,null,[{key:"VERSION",get:function(){return cf}}]),n}();t(document).on(ou.CLICK_DATA_API,lt.DATA_TOGGLE_CARROT,function(n){n.preventDefault();var i=n.target;t(i).hasClass(ct.BUTTON)||(i=t(i).closest(lt.BUTTON));oi._jQueryInterface.call(t(i),"toggle")}).on(ou.FOCUS_BLUR_DATA_API,lt.DATA_TOGGLE_CARROT,function(n){var i=t(n.target).closest(lt.BUTTON)[0];t(i).toggleClass(ct.FOCUS,/^focus(in)?$/.test(n.type))});t.fn[ei]=oi._jQueryInterface;t.fn[ei].Constructor=oi;t.fn[ei].noConflict=function(){return t.fn[ei]=lf,oi._jQueryInterface};var bt="carousel",af="4.3.1",si="bs.carousel",c="."+si,su=".data-api",vf=t.fn[bt],yf=37,pf=39,wf=500,bf=40,br={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},kf={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},d={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},l={SLIDE:"slide"+c,SLID:"slid"+c,KEYDOWN:"keydown"+c,MOUSEENTER:"mouseenter"+c,MOUSELEAVE:"mouseleave"+c,TOUCHSTART:"touchstart"+c,TOUCHMOVE:"touchmove"+c,TOUCHEND:"touchend"+c,POINTERDOWN:"pointerdown"+c,POINTERUP:"pointerup"+c,DRAG_START:"dragstart"+c,LOAD_DATA_API:"load"+c+su,CLICK_DATA_API:"click"+c+su},a={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item",POINTER_EVENT:"pointer-event"},g={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",ITEM_IMG:".carousel-item img",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},hu={TOUCH:"touch",PEN:"pen"},kt=function(){function i(n,t){this._items=null;this._interval=null;this._activeElement=null;this._isPaused=!1;this._isSliding=!1;this.touchTimeout=null;this.touchStartX=0;this.touchDeltaX=0;this._config=this._getConfig(t);this._element=n;this._indicatorsElement=this._element.querySelector(g.INDICATORS);this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0;this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent);this._addEventListeners()}var n=i.prototype;return n.next=function(){this._isSliding||this._slide(d.NEXT)},n.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&t(this._element).css("visibility")!=="hidden"&&this.next()},n.prev=function(){this._isSliding||this._slide(d.PREV)},n.pause=function(n){n||(this._isPaused=!0);this._element.querySelector(g.NEXT_PREV)&&(r.triggerTransitionEnd(this._element),this.cycle(!0));clearInterval(this._interval);this._interval=null},n.cycle=function(n){n||(this._isPaused=!1);this._interval&&(clearInterval(this._interval),this._interval=null);this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(n){var u=this,i,r;if(this._activeElement=this._element.querySelector(g.ACTIVE_ITEM),i=this._getItemIndex(this._activeElement),!(n>this._items.length-1)&&!(n<0)){if(this._isSliding){t(this._element).one(l.SLID,function(){return u.to(n)});return}if(i===n){this.pause();this.cycle();return}r=n>i?d.NEXT:d.PREV;this._slide(r,this._items[n])}},n.dispose=function(){t(this._element).off(c);t.removeData(this._element,si);this._items=null;this._config=null;this._element=null;this._interval=null;this._isPaused=null;this._isSliding=null;this._activeElement=null;this._indicatorsElement=null},n._getConfig=function(n){return n=o({},br,n),r.typeCheckConfig(bt,n,kf),n},n._handleSwipe=function(){var t=Math.abs(this.touchDeltaX),n;t<=bf||(n=t/this.touchDeltaX,n>0&&this.prev(),n<0&&this.next())},n._addEventListeners=function(){var n=this;if(this._config.keyboard)t(this._element).on(l.KEYDOWN,function(t){return n._keydown(t)});if(this._config.pause==="hover")t(this._element).on(l.MOUSEENTER,function(t){return n.pause(t)}).on(l.MOUSELEAVE,function(t){return n.cycle(t)});this._config.touch&&this._addTouchEventListeners()},n._addTouchEventListeners=function(){var n=this;if(this._touchSupported){var i=function(t){n._pointerEvent&&hu[t.originalEvent.pointerType.toUpperCase()]?n.touchStartX=t.originalEvent.clientX:n._pointerEvent||(n.touchStartX=t.originalEvent.touches[0].clientX)},u=function(t){n.touchDeltaX=t.originalEvent.touches&&t.originalEvent.touches.length>1?0:t.originalEvent.touches[0].clientX-n.touchStartX},r=function(t){n._pointerEvent&&hu[t.originalEvent.pointerType.toUpperCase()]&&(n.touchDeltaX=t.originalEvent.clientX-n.touchStartX);n._handleSwipe();n._config.pause==="hover"&&(n.pause(),n.touchTimeout&&clearTimeout(n.touchTimeout),n.touchTimeout=setTimeout(function(t){return n.cycle(t)},wf+n._config.interval))};t(this._element.querySelectorAll(g.ITEM_IMG)).on(l.DRAG_START,function(n){return n.preventDefault()});if(this._pointerEvent){t(this._element).on(l.POINTERDOWN,function(n){return i(n)});t(this._element).on(l.POINTERUP,function(n){return r(n)});this._element.classList.add(a.POINTER_EVENT)}else{t(this._element).on(l.TOUCHSTART,function(n){return i(n)});t(this._element).on(l.TOUCHMOVE,function(n){return u(n)});t(this._element).on(l.TOUCHEND,function(n){return r(n)})}}},n._keydown=function(n){if(!/input|textarea/i.test(n.target.tagName))switch(n.which){case yf:n.preventDefault();this.prev();break;case pf:n.preventDefault();this.next()}},n._getItemIndex=function(n){return this._items=n&&n.parentNode?[].slice.call(n.parentNode.querySelectorAll(g.ITEM)):[],this._items.indexOf(n)},n._getItemByDirection=function(n,t){var f=n===d.NEXT,e=n===d.PREV,i=this._getItemIndex(t),o=this._items.length-1,s=e&&i===0||f&&i===o,u,r;return s&&!this._config.wrap?t:(u=n===d.PREV?-1:1,r=(i+u)%this._items.length,r===-1?this._items[this._items.length-1]:this._items[r])},n._triggerSlideEvent=function(n,i){var u=this._getItemIndex(n),f=this._getItemIndex(this._element.querySelector(g.ACTIVE_ITEM)),r=t.Event(l.SLIDE,{relatedTarget:n,direction:i,from:f,to:u});return t(this._element).trigger(r),r},n._setActiveIndicatorElement=function(n){var r,i;this._indicatorsElement&&(r=[].slice.call(this._indicatorsElement.querySelectorAll(g.ACTIVE)),t(r).removeClass(a.ACTIVE),i=this._indicatorsElement.children[this._getItemIndex(n)],i&&t(i).addClass(a.ACTIVE))},n._slide=function(n,i){var v=this,f=this._element.querySelector(g.ACTIVE_ITEM),b=this._getItemIndex(f),u=i||f&&this._getItemByDirection(n,f),k=this._getItemIndex(u),y=Boolean(this._interval),e,o,s,p,h,c,w;if(n===d.NEXT?(e=a.LEFT,o=a.NEXT,s=d.LEFT):(e=a.RIGHT,o=a.PREV,s=d.RIGHT),u&&t(u).hasClass(a.ACTIVE)){this._isSliding=!1;return}(p=this._triggerSlideEvent(u,s),p.isDefaultPrevented())||f&&u&&(this._isSliding=!0,y&&this.pause(),this._setActiveIndicatorElement(u),h=t.Event(l.SLID,{relatedTarget:u,direction:s,from:b,to:k}),t(this._element).hasClass(a.SLIDE)?(t(u).addClass(o),r.reflow(u),t(f).addClass(e),t(u).addClass(e),c=parseInt(u.getAttribute("data-interval"),10),c?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=c):this._config.interval=this._config.defaultInterval||this._config.interval,w=r.getTransitionDurationFromElement(f),t(f).one(r.TRANSITION_END,function(){t(u).removeClass(e+" "+o).addClass(a.ACTIVE);t(f).removeClass(a.ACTIVE+" "+o+" "+e);v._isSliding=!1;setTimeout(function(){return t(v._element).trigger(h)},0)}).emulateTransitionEnd(w)):(t(f).removeClass(a.ACTIVE),t(u).addClass(a.ACTIVE),this._isSliding=!1,t(this._element).trigger(h)),y&&this.cycle())},i._jQueryInterface=function(n){return this.each(function(){var r=t(this).data(si),u=o({},br,t(this).data()),f;if(typeof n=="object"&&(u=o({},u,n)),f=typeof n=="string"?n:u.slide,r||(r=new i(this,u),t(this).data(si,r)),typeof n=="number")r.to(n);else if(typeof f=="string"){if(typeof r[f]=="undefined")throw new TypeError('No method named "'+f+'"');r[f]()}else u.interval&&u.ride&&(r.pause(),r.cycle())})},i._dataApiClickHandler=function(n){var s=r.getSelectorFromElement(this),u,e,f;s&&(u=t(s)[0],u&&t(u).hasClass(a.CAROUSEL))&&(e=o({},t(u).data(),t(this).data()),f=this.getAttribute("data-slide-to"),f&&(e.interval=!1),i._jQueryInterface.call(t(u),e),f&&t(u).data(si).to(f),n.preventDefault())},p(i,null,[{key:"VERSION",get:function(){return af}},{key:"Default",get:function(){return br}}]),i}();t(document).on(l.CLICK_DATA_API,g.DATA_SLIDE,kt._dataApiClickHandler);t(window).on(l.LOAD_DATA_API,function(){for(var i,r=[].slice.call(document.querySelectorAll(g.DATA_RIDE)),n=0,u=r.length;n<u;n++)i=t(r[n]),kt._jQueryInterface.call(i,i.data())});t.fn[bt]=kt._jQueryInterface;t.fn[bt].Constructor=kt;t.fn[bt].noConflict=function(){return t.fn[bt]=vf,kt._jQueryInterface};var dt="collapse",df="4.3.1",at="bs.collapse",hi="."+at,gf=t.fn[dt],kr={toggle:!0,parent:""},ne={toggle:"boolean",parent:"(string|element)"},ci={SHOW:"show"+hi,SHOWN:"shown"+hi,HIDE:"hide"+hi,HIDDEN:"hidden"+hi,CLICK_DATA_API:"click"+hi+".data-api"},e={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},dr={WIDTH:"width",HEIGHT:"height"},gr={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},li=function(){function i(n,t){var u,i,e;for(this._isTransitioning=!1,this._element=n,this._config=this._getConfig(t),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+n.id+'"],'+('[data-toggle="collapse"][data-target="#'+n.id+'"]'))),u=[].slice.call(document.querySelectorAll(gr.DATA_TOGGLE)),i=0,e=u.length;i<e;i++){var o=u[i],f=r.getSelectorFromElement(o),s=[].slice.call(document.querySelectorAll(f)).filter(function(t){return t===n});f!==null&&s.length>0&&(this._selector=f,this._triggerArray.push(o))}this._parent=this._config.parent?this._getParent():null;this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray);this._config.toggle&&this.toggle()}var n=i.prototype;return n.toggle=function(){t(this._element).hasClass(e.SHOW)?this.hide():this.show()},n.show=function(){var u=this,n,o,s,f;if(!this._isTransitioning&&!t(this._element).hasClass(e.SHOW)&&(this._parent&&(n=[].slice.call(this._parent.querySelectorAll(gr.ACTIVES)).filter(function(n){return typeof u._config.parent=="string"?n.getAttribute("data-parent")===u._config.parent:n.classList.contains(e.COLLAPSE)}),n.length===0&&(n=null)),!n||(o=t(n).not(this._selector).data(at),!o||!o._isTransitioning))&&(s=t.Event(ci.SHOW),t(this._element).trigger(s),!s.isDefaultPrevented())){n&&(i._jQueryInterface.call(t(n).not(this._selector),"hide"),o||t(n).data(at,null));f=this._getDimension();t(this._element).removeClass(e.COLLAPSE).addClass(e.COLLAPSING);this._element.style[f]=0;this._triggerArray.length&&t(this._triggerArray).removeClass(e.COLLAPSED).attr("aria-expanded",!0);this.setTransitioning(!0);var h=function(){t(u._element).removeClass(e.COLLAPSING).addClass(e.COLLAPSE).addClass(e.SHOW);u._element.style[f]="";u.setTransitioning(!1);t(u._element).trigger(ci.SHOWN)},c=f[0].toUpperCase()+f.slice(1),l="scroll"+c,a=r.getTransitionDurationFromElement(this._element);t(this._element).one(r.TRANSITION_END,h).emulateTransitionEnd(a);this._element.style[f]=this._element[l]+"px"}},n.hide=function(){var h=this,u,n,f,i,o,s,c,l,a;if(!this._isTransitioning&&t(this._element).hasClass(e.SHOW)&&(u=t.Event(ci.HIDE),t(this._element).trigger(u),!u.isDefaultPrevented())){if(n=this._getDimension(),this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",r.reflow(this._element),t(this._element).addClass(e.COLLAPSING).removeClass(e.COLLAPSE).removeClass(e.SHOW),f=this._triggerArray.length,f>0)for(i=0;i<f;i++)o=this._triggerArray[i],s=r.getSelectorFromElement(o),s!==null&&(c=t([].slice.call(document.querySelectorAll(s))),c.hasClass(e.SHOW)||t(o).addClass(e.COLLAPSED).attr("aria-expanded",!1));this.setTransitioning(!0);l=function(){h.setTransitioning(!1);t(h._element).removeClass(e.COLLAPSING).addClass(e.COLLAPSE).trigger(ci.HIDDEN)};this._element.style[n]="";a=r.getTransitionDurationFromElement(this._element);t(this._element).one(r.TRANSITION_END,l).emulateTransitionEnd(a)}},n.setTransitioning=function(n){this._isTransitioning=n},n.dispose=function(){t.removeData(this._element,at);this._config=null;this._parent=null;this._element=null;this._triggerArray=null;this._isTransitioning=null},n._getConfig=function(n){return n=o({},kr,n),n.toggle=Boolean(n.toggle),r.typeCheckConfig(dt,n,ne),n},n._getDimension=function(){var n=t(this._element).hasClass(dr.WIDTH);return n?dr.WIDTH:dr.HEIGHT},n._getParent=function(){var e=this,n,u,f;return r.isElement(this._config.parent)?(n=this._config.parent,typeof this._config.parent.jquery!="undefined"&&(n=this._config.parent[0])):n=document.querySelector(this._config.parent),u='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',f=[].slice.call(n.querySelectorAll(u)),t(f).each(function(n,t){e._addAriaAndCollapsedClass(i._getTargetFromElement(t),[t])}),n},n._addAriaAndCollapsedClass=function(n,i){var r=t(n).hasClass(e.SHOW);i.length&&t(i).toggleClass(e.COLLAPSED,!r).attr("aria-expanded",r)},i._getTargetFromElement=function(n){var t=r.getSelectorFromElement(n);return t?document.querySelector(t):null},i._jQueryInterface=function(n){return this.each(function(){var u=t(this),r=u.data(at),f=o({},kr,u.data(),typeof n=="object"&&n?n:{});if(!r&&f.toggle&&/show|hide/.test(n)&&(f.toggle=!1),r||(r=new i(this,f),u.data(at,r)),typeof n=="string"){if(typeof r[n]=="undefined")throw new TypeError('No method named "'+n+'"');r[n]()}})},p(i,null,[{key:"VERSION",get:function(){return df}},{key:"Default",get:function(){return kr}}]),i}();t(document).on(ci.CLICK_DATA_API,gr.DATA_TOGGLE,function(n){n.currentTarget.tagName==="A"&&n.preventDefault();var i=t(this),u=r.getSelectorFromElement(this),f=[].slice.call(document.querySelectorAll(u));t(f).each(function(){var n=t(this),r=n.data(at),u=r?"toggle":i.data();li._jQueryInterface.call(n,u)})});t.fn[dt]=li._jQueryInterface;t.fn[dt].Constructor=li;t.fn[dt].noConflict=function(){return t.fn[dt]=gf,li._jQueryInterface};var gt="dropdown",te="4.3.1",ai="bs.dropdown",ut="."+ai,nu=".data-api",ie=t.fn[gt],rr=27,cu=32,lu=9,tu=38,iu=40,re=3,ue=new RegExp(tu+"|"+iu+"|"+rr),s={HIDE:"hide"+ut,HIDDEN:"hidden"+ut,SHOW:"show"+ut,SHOWN:"shown"+ut,CLICK:"click"+ut,CLICK_DATA_API:"click"+ut+nu,KEYDOWN_DATA_API:"keydown"+ut+nu,KEYUP_DATA_API:"keyup"+ut+nu},u={DISABLED:"disabled",SHOW:"show",DROPUP:"dropup",DROPRIGHT:"dropright",DROPLEFT:"dropleft",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",POSITION_STATIC:"position-static"},nt={DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",MENU:".dropdown-menu",NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)"},ni={TOP:"top-start",TOPEND:"top-end",BOTTOM:"bottom-start",BOTTOMEND:"bottom-end",RIGHT:"right-start",RIGHTEND:"right-end",LEFT:"left-start",LEFTEND:"left-end"},fe={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic"},ee={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string"},et=function(){function n(n,t){this._element=n;this._popper=null;this._config=this._getConfig(t);this._menu=this._getMenuElement();this._inNavbar=this._detectNavbar();this._addEventListeners()}var f=n.prototype;return f.toggle=function(){var f,c,o,h,e;if(!this._element.disabled&&!t(this._element).hasClass(u.DISABLED)&&(f=n._getParentFromElement(this._element),c=t(this._menu).hasClass(u.SHOW),n._clearMenus(),!c)&&(o={relatedTarget:this._element},h=t.Event(s.SHOW,o),t(f).trigger(h),!h.isDefaultPrevented())){if(!this._inNavbar){if(typeof i=="undefined")throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");e=this._element;this._config.reference==="parent"?e=f:r.isElement(this._config.reference)&&(e=this._config.reference,typeof this._config.reference.jquery!="undefined"&&(e=this._config.reference[0]));this._config.boundary!=="scrollParent"&&t(f).addClass(u.POSITION_STATIC);this._popper=new i(e,this._menu,this._getPopperConfig())}if("ontouchstart"in document.documentElement&&t(f).closest(nt.NAVBAR_NAV).length===0)t(document.body).children().on("mouseover",null,t.noop);this._element.focus();this._element.setAttribute("aria-expanded",!0);t(this._menu).toggleClass(u.SHOW);t(f).toggleClass(u.SHOW).trigger(t.Event(s.SHOWN,o))}},f.show=function(){if(!this._element.disabled&&!t(this._element).hasClass(u.DISABLED)&&!t(this._menu).hasClass(u.SHOW)){var i={relatedTarget:this._element},r=t.Event(s.SHOW,i),f=n._getParentFromElement(this._element);(t(f).trigger(r),r.isDefaultPrevented())||(t(this._menu).toggleClass(u.SHOW),t(f).toggleClass(u.SHOW).trigger(t.Event(s.SHOWN,i)))}},f.hide=function(){if(!this._element.disabled&&!t(this._element).hasClass(u.DISABLED)&&t(this._menu).hasClass(u.SHOW)){var i={relatedTarget:this._element},r=t.Event(s.HIDE,i),f=n._getParentFromElement(this._element);(t(f).trigger(r),r.isDefaultPrevented())||(t(this._menu).toggleClass(u.SHOW),t(f).toggleClass(u.SHOW).trigger(t.Event(s.HIDDEN,i)))}},f.dispose=function(){t.removeData(this._element,ai);t(this._element).off(ut);this._element=null;this._menu=null;this._popper!==null&&(this._popper.destroy(),this._popper=null)},f.update=function(){this._inNavbar=this._detectNavbar();this._popper!==null&&this._popper.scheduleUpdate()},f._addEventListeners=function(){var n=this;t(this._element).on(s.CLICK,function(t){t.preventDefault();t.stopPropagation();n.toggle()})},f._getConfig=function(n){return n=o({},this.constructor.Default,t(this._element).data(),n),r.typeCheckConfig(gt,n,this.constructor.DefaultType),n},f._getMenuElement=function(){if(!this._menu){var t=n._getParentFromElement(this._element);t&&(this._menu=t.querySelector(nt.MENU))}return this._menu},f._getPlacement=function(){var i=t(this._element.parentNode),n=ni.BOTTOM;return i.hasClass(u.DROPUP)?(n=ni.TOP,t(this._menu).hasClass(u.MENURIGHT)&&(n=ni.TOPEND)):i.hasClass(u.DROPRIGHT)?n=ni.RIGHT:i.hasClass(u.DROPLEFT)?n=ni.LEFT:t(this._menu).hasClass(u.MENURIGHT)&&(n=ni.BOTTOMEND),n},f._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},f._getOffset=function(){var t=this,n={};return typeof this._config.offset=="function"?n.fn=function(n){return n.offsets=o({},n.offsets,t._config.offset(n.offsets,t._element)||{}),n}:n.offset=this._config.offset,n},f._getPopperConfig=function(){var n={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return this._config.display==="static"&&(n.modifiers.applyStyle={enabled:!1}),n},n._jQueryInterface=function(i){return this.each(function(){var r=t(this).data(ai),u=typeof i=="object"?i:null;if(r||(r=new n(this,u),t(this).data(ai,r)),typeof i=="string"){if(typeof r[i]=="undefined")throw new TypeError('No method named "'+i+'"');r[i]()}})},n._clearMenus=function(i){var f,r,c,a,h;if(!i||i.which!==re&&(i.type!=="keyup"||i.which===lu))for(f=[].slice.call(document.querySelectorAll(nt.DATA_TOGGLE)),r=0,c=f.length;r<c;r++){var e=n._getParentFromElement(f[r]),l=t(f[r]).data(ai),o={relatedTarget:f[r]};(i&&i.type==="click"&&(o.clickEvent=i),l)&&(a=l._menu,t(e).hasClass(u.SHOW))&&(i&&(i.type==="click"&&/input|textarea/i.test(i.target.tagName)||i.type==="keyup"&&i.which===lu)&&t.contains(e,i.target)||(h=t.Event(s.HIDE,o),t(e).trigger(h),h.isDefaultPrevented())||("ontouchstart"in document.documentElement&&t(document.body).children().off("mouseover",null,t.noop),f[r].setAttribute("aria-expanded","false"),t(a).removeClass(u.SHOW),t(e).removeClass(u.SHOW).trigger(t.Event(s.HIDDEN,o))))}},n._getParentFromElement=function(n){var t,i=r.getSelectorFromElement(n);return i&&(t=document.querySelector(i)),t||n.parentNode},n._dataApiKeydownHandler=function(i){var e,o,s,f,r;if((/input|textarea/i.test(i.target.tagName)?i.which!==cu&&(i.which===rr||(i.which===iu||i.which===tu)&&!t(i.target).closest(nt.MENU).length):ue.test(i.which))&&(i.preventDefault(),i.stopPropagation(),!this.disabled&&!t(this).hasClass(u.DISABLED))){if(e=n._getParentFromElement(this),o=t(e).hasClass(u.SHOW),!o||o&&(i.which===rr||i.which===cu)){i.which===rr&&(s=e.querySelector(nt.DATA_TOGGLE),t(s).trigger("focus"));t(this).trigger("click");return}(f=[].slice.call(e.querySelectorAll(nt.VISIBLE_ITEMS)),f.length!==0)&&(r=f.indexOf(i.target),i.which===tu&&r>0&&r--,i.which===iu&&r<f.length-1&&r++,r<0&&(r=0),f[r].focus())}},p(n,null,[{key:"VERSION",get:function(){return te}},{key:"Default",get:function(){return fe}},{key:"DefaultType",get:function(){return ee}}]),n}();t(document).on(s.KEYDOWN_DATA_API,nt.DATA_TOGGLE,et._dataApiKeydownHandler).on(s.KEYDOWN_DATA_API,nt.MENU,et._dataApiKeydownHandler).on(s.CLICK_DATA_API+" "+s.KEYUP_DATA_API,et._clearMenus).on(s.CLICK_DATA_API,nt.DATA_TOGGLE,function(n){n.preventDefault();n.stopPropagation();et._jQueryInterface.call(t(this),"toggle")}).on(s.CLICK_DATA_API,nt.FORM_CHILD,function(n){n.stopPropagation()});t.fn[gt]=et._jQueryInterface;t.fn[gt].Constructor=et;t.fn[gt].noConflict=function(){return t.fn[gt]=ie,et._jQueryInterface};var ti="modal",oe="4.3.1",vi="bs.modal",v="."+vi,se=t.fn[ti],he=27,ru={backdrop:!0,keyboard:!0,focus:!0,show:!0},ce={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},f={HIDE:"hide"+v,HIDDEN:"hidden"+v,SHOW:"show"+v,SHOWN:"shown"+v,FOCUSIN:"focusin"+v,RESIZE:"resize"+v,CLICK_DISMISS:"click.dismiss"+v,KEYDOWN_DISMISS:"keydown.dismiss"+v,MOUSEUP_DISMISS:"mouseup.dismiss"+v,MOUSEDOWN_DISMISS:"mousedown.dismiss"+v,CLICK_DATA_API:"click"+v+".data-api"},h={SCROLLABLE:"modal-dialog-scrollable",SCROLLBAR_MEASURER:"modal-scrollbar-measure",BACKDROP:"modal-backdrop",OPEN:"modal-open",FADE:"fade",SHOW:"show"},ot={DIALOG:".modal-dialog",MODAL_BODY:".modal-body",DATA_TOGGLE:'[data-toggle="modal"]',DATA_DISMISS:'[data-dismiss="modal"]',FIXED_CONTENT:".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",STICKY_CONTENT:".sticky-top"},yi=function(){function i(n,t){this._config=this._getConfig(t);this._element=n;this._dialog=n.querySelector(ot.DIALOG);this._backdrop=null;this._isShown=!1;this._isBodyOverflowing=!1;this._ignoreBackdropClick=!1;this._isTransitioning=!1;this._scrollbarWidth=0}var n=i.prototype;return n.toggle=function(n){return this._isShown?this.hide():this.show(n)},n.show=function(n){var i=this,r;if(!this._isShown&&!this._isTransitioning&&(t(this._element).hasClass(h.FADE)&&(this._isTransitioning=!0),r=t.Event(f.SHOW,{relatedTarget:n}),t(this._element).trigger(r),!this._isShown&&!r.isDefaultPrevented())){this._isShown=!0;this._checkScrollbar();this._setScrollbar();this._adjustDialog();this._setEscapeEvent();this._setResizeEvent();t(this._element).on(f.CLICK_DISMISS,ot.DATA_DISMISS,function(n){return i.hide(n)});t(this._dialog).on(f.MOUSEDOWN_DISMISS,function(){t(i._element).one(f.MOUSEUP_DISMISS,function(n){t(n.target).is(i._element)&&(i._ignoreBackdropClick=!0)})});this._showBackdrop(function(){return i._showElement(n)})}},n.hide=function(n){var o=this,i,u,e;(n&&n.preventDefault(),this._isShown&&!this._isTransitioning)&&(i=t.Event(f.HIDE),t(this._element).trigger(i),this._isShown&&!i.isDefaultPrevented())&&(this._isShown=!1,u=t(this._element).hasClass(h.FADE),u&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),t(document).off(f.FOCUSIN),t(this._element).removeClass(h.SHOW),t(this._element).off(f.CLICK_DISMISS),t(this._dialog).off(f.MOUSEDOWN_DISMISS),u?(e=r.getTransitionDurationFromElement(this._element),t(this._element).one(r.TRANSITION_END,function(n){return o._hideModal(n)}).emulateTransitionEnd(e)):this._hideModal())},n.dispose=function(){[window,this._element,this._dialog].forEach(function(n){return t(n).off(v)});t(document).off(f.FOCUSIN);t.removeData(this._element,vi);this._config=null;this._element=null;this._dialog=null;this._backdrop=null;this._isShown=null;this._isBodyOverflowing=null;this._ignoreBackdropClick=null;this._isTransitioning=null;this._scrollbarWidth=null},n.handleUpdate=function(){this._adjustDialog()},n._getConfig=function(n){return n=o({},ru,n),r.typeCheckConfig(ti,n,ce),n},n._showElement=function(n){var i=this,e=t(this._element).hasClass(h.FADE),o,u,s;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);t(this._dialog).hasClass(h.SCROLLABLE)?this._dialog.querySelector(ot.MODAL_BODY).scrollTop=0:this._element.scrollTop=0;e&&r.reflow(this._element);t(this._element).addClass(h.SHOW);this._config.focus&&this._enforceFocus();o=t.Event(f.SHOWN,{relatedTarget:n});u=function(){i._config.focus&&i._element.focus();i._isTransitioning=!1;t(i._element).trigger(o)};e?(s=r.getTransitionDurationFromElement(this._dialog),t(this._dialog).one(r.TRANSITION_END,u).emulateTransitionEnd(s)):u()},n._enforceFocus=function(){var n=this;t(document).off(f.FOCUSIN).on(f.FOCUSIN,function(i){document!==i.target&&n._element!==i.target&&t(n._element).has(i.target).length===0&&n._element.focus()})},n._setEscapeEvent=function(){var n=this;if(this._isShown&&this._config.keyboard)t(this._element).on(f.KEYDOWN_DISMISS,function(t){t.which===he&&(t.preventDefault(),n.hide())});else this._isShown||t(this._element).off(f.KEYDOWN_DISMISS)},n._setResizeEvent=function(){var n=this;if(this._isShown)t(window).on(f.RESIZE,function(t){return n.handleUpdate(t)});else t(window).off(f.RESIZE)},n._hideModal=function(){var n=this;this._element.style.display="none";this._element.setAttribute("aria-hidden",!0);this._element.removeAttribute("aria-modal");this._isTransitioning=!1;this._showBackdrop(function(){t(document.body).removeClass(h.OPEN);n._resetAdjustments();n._resetScrollbar();t(n._element).trigger(f.HIDDEN)})},n._removeBackdrop=function(){this._backdrop&&(t(this._backdrop).remove(),this._backdrop=null)},n._showBackdrop=function(n){var i=this,u=t(this._element).hasClass(h.FADE)?h.FADE:"",o,e,s;if(this._isShown&&this._config.backdrop){this._backdrop=document.createElement("div");this._backdrop.className=h.BACKDROP;u&&this._backdrop.classList.add(u);t(this._backdrop).appendTo(document.body);t(this._element).on(f.CLICK_DISMISS,function(n){if(i._ignoreBackdropClick){i._ignoreBackdropClick=!1;return}n.target===n.currentTarget&&(i._config.backdrop==="static"?i._element.focus():i.hide())});if(u&&r.reflow(this._backdrop),t(this._backdrop).addClass(h.SHOW),!n)return;if(!u){n();return}o=r.getTransitionDurationFromElement(this._backdrop);t(this._backdrop).one(r.TRANSITION_END,n).emulateTransitionEnd(o)}else!this._isShown&&this._backdrop?(t(this._backdrop).removeClass(h.SHOW),e=function(){i._removeBackdrop();n&&n()},t(this._element).hasClass(h.FADE)?(s=r.getTransitionDurationFromElement(this._backdrop),t(this._backdrop).one(r.TRANSITION_END,e).emulateTransitionEnd(s)):e()):n&&n()},n._adjustDialog=function(){var n=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&n&&(this._element.style.paddingLeft=this._scrollbarWidth+"px");this._isBodyOverflowing&&!n&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="";this._element.style.paddingRight=""},n._checkScrollbar=function(){var n=document.body.getBoundingClientRect();this._isBodyOverflowing=n.left+n.right<window.innerWidth;this._scrollbarWidth=this._getScrollbarWidth()},n._setScrollbar=function(){var n=this,i,r,u,f;this._isBodyOverflowing&&(i=[].slice.call(document.querySelectorAll(ot.FIXED_CONTENT)),r=[].slice.call(document.querySelectorAll(ot.STICKY_CONTENT)),t(i).each(function(i,r){var u=r.style.paddingRight,f=t(r).css("padding-right");t(r).data("padding-right",u).css("padding-right",parseFloat(f)+n._scrollbarWidth+"px")}),t(r).each(function(i,r){var u=r.style.marginRight,f=t(r).css("margin-right");t(r).data("margin-right",u).css("margin-right",parseFloat(f)-n._scrollbarWidth+"px")}),u=document.body.style.paddingRight,f=t(document.body).css("padding-right"),t(document.body).data("padding-right",u).css("padding-right",parseFloat(f)+this._scrollbarWidth+"px"));t(document.body).addClass(h.OPEN)},n._resetScrollbar=function(){var r=[].slice.call(document.querySelectorAll(ot.FIXED_CONTENT)),i,n;t(r).each(function(n,i){var r=t(i).data("padding-right");t(i).removeData("padding-right");i.style.paddingRight=r?r:""});i=[].slice.call(document.querySelectorAll(""+ot.STICKY_CONTENT));t(i).each(function(n,i){var r=t(i).data("margin-right");typeof r!="undefined"&&t(i).css("margin-right",r).removeData("margin-right")});n=t(document.body).data("padding-right");t(document.body).removeData("padding-right");document.body.style.paddingRight=n?n:""},n._getScrollbarWidth=function(){var n=document.createElement("div"),t;return n.className=h.SCROLLBAR_MEASURER,document.body.appendChild(n),t=n.getBoundingClientRect().width-n.clientWidth,document.body.removeChild(n),t},i._jQueryInterface=function(n,r){return this.each(function(){var u=t(this).data(vi),f=o({},ru,t(this).data(),typeof n=="object"&&n?n:{});if(u||(u=new i(this,f),t(this).data(vi,u)),typeof n=="string"){if(typeof u[n]=="undefined")throw new TypeError('No method named "'+n+'"');u[n](r)}else f.show&&u.show(r)})},p(i,null,[{key:"VERSION",get:function(){return oe}},{key:"Default",get:function(){return ru}}]),i}();t(document).on(f.CLICK_DATA_API,ot.DATA_TOGGLE,function(n){var u=this,i,e=r.getSelectorFromElement(this),s,h;e&&(i=document.querySelector(e));s=t(i).data(vi)?"toggle":o({},t(i).data(),t(this).data());(this.tagName==="A"||this.tagName==="AREA")&&n.preventDefault();h=t(i).one(f.SHOW,function(n){if(!n.isDefaultPrevented())h.one(f.HIDDEN,function(){t(u).is(":visible")&&u.focus()})});yi._jQueryInterface.call(t(i),s,this)});t.fn[ti]=yi._jQueryInterface;t.fn[ti].Constructor=yi;t.fn[ti].noConflict=function(){return t.fn[ti]=se,yi._jQueryInterface};var le=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],ae=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,ve=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;var vt="tooltip",pe="4.3.1",ur="bs.tooltip",w="."+ur,we=t.fn[vt],vu="bs-tooltip",be=new RegExp("(^|\\s)"+vu+"\\S+","g"),ke=["sanitize","whiteList","sanitizeFn"],de={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)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object"},ge={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},no={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"><\/div><div class="tooltip-inner"><\/div><\/div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",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","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]}},st={SHOW:"show",OUT:"out"},to={HIDE:"hide"+w,HIDDEN:"hidden"+w,SHOW:"show"+w,SHOWN:"shown"+w,INSERTED:"inserted"+w,CLICK:"click"+w,FOCUSIN:"focusin"+w,FOCUSOUT:"focusout"+w,MOUSEENTER:"mouseenter"+w,MOUSELEAVE:"mouseleave"+w},tt={FADE:"fade",SHOW:"show"},yu={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},it={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},yt=function(){function u(n,t){if(typeof i=="undefined")throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0;this._timeout=0;this._hoverState="";this._activeTrigger={};this._popper=null;this.element=n;this.config=this._getConfig(t);this.tip=null;this._setListeners()}var n=u.prototype;return n.enable=function(){this._isEnabled=!0},n.disable=function(){this._isEnabled=!1},n.toggleEnabled=function(){this._isEnabled=!this._isEnabled},n.toggle=function(n){if(this._isEnabled)if(n){var r=this.constructor.DATA_KEY,i=t(n.currentTarget).data(r);i||(i=new this.constructor(n.currentTarget,this._getDelegateConfig()),t(n.currentTarget).data(r,i));i._activeTrigger.click=!i._activeTrigger.click;i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(tt.SHOW)){this._leave(null,this);return}this._enter(null,this)}},n.dispose=function(){clearTimeout(this._timeout);t.removeData(this.element,this.constructor.DATA_KEY);t(this.element).off(this.constructor.EVENT_KEY);t(this.element).closest(".modal").off("hide.bs.modal");this.tip&&t(this.tip).remove();this._isEnabled=null;this._timeout=null;this._hoverState=null;this._activeTrigger=null;this._popper!==null&&this._popper.destroy();this._popper=null;this.element=null;this.config=null;this.tip=null},n.show=function(){var n=this,f,e,c,u,o,l,s,a,h,v;if(t(this.element).css("display")==="none")throw new Error("Please use show on visible elements");if(f=t.Event(this.constructor.Event.SHOW),this.isWithContent()&&this._isEnabled){if(t(this.element).trigger(f),e=r.findShadowRoot(this.element),c=t.contains(e!==null?e:this.element.ownerDocument.documentElement,this.element),f.isDefaultPrevented()||!c)return;if(u=this.getTipElement(),o=r.getUID(this.constructor.NAME),u.setAttribute("id",o),this.element.setAttribute("aria-describedby",o),this.setContent(),this.config.animation&&t(u).addClass(tt.FADE),l=typeof this.config.placement=="function"?this.config.placement.call(this,u,this.element):this.config.placement,s=this._getAttachment(l),this.addAttachmentClass(s),a=this._getContainer(),t(u).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(u).appendTo(a),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new i(this.element,u,{placement:s,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:yu.ARROW},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&n._handlePopperPlacementChange(t)},onUpdate:function(t){return n._handlePopperPlacementChange(t)}}),t(u).addClass(tt.SHOW),"ontouchstart"in document.documentElement)t(document.body).children().on("mouseover",null,t.noop);h=function(){n.config.animation&&n._fixTransition();var i=n._hoverState;n._hoverState=null;t(n.element).trigger(n.constructor.Event.SHOWN);i===st.OUT&&n._leave(null,n)};t(this.tip).hasClass(tt.FADE)?(v=r.getTransitionDurationFromElement(this.tip),t(this.tip).one(r.TRANSITION_END,h).emulateTransitionEnd(v)):h()}},n.hide=function(n){var i=this,u=this.getTipElement(),f=t.Event(this.constructor.Event.HIDE),e=function(){i._hoverState!==st.SHOW&&u.parentNode&&u.parentNode.removeChild(u);i._cleanTipClass();i.element.removeAttribute("aria-describedby");t(i.element).trigger(i.constructor.Event.HIDDEN);i._popper!==null&&i._popper.destroy();n&&n()},o;(t(this.element).trigger(f),f.isDefaultPrevented())||(t(u).removeClass(tt.SHOW),"ontouchstart"in document.documentElement&&t(document.body).children().off("mouseover",null,t.noop),this._activeTrigger[it.CLICK]=!1,this._activeTrigger[it.FOCUS]=!1,this._activeTrigger[it.HOVER]=!1,t(this.tip).hasClass(tt.FADE)?(o=r.getTransitionDurationFromElement(u),t(u).one(r.TRANSITION_END,e).emulateTransitionEnd(o)):e(),this._hoverState="")},n.update=function(){this._popper!==null&&this._popper.scheduleUpdate()},n.isWithContent=function(){return Boolean(this.getTitle())},n.addAttachmentClass=function(n){t(this.getTipElement()).addClass(vu+"-"+n)},n.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},n.setContent=function(){var n=this.getTipElement();this.setElementContent(t(n.querySelectorAll(yu.TOOLTIP_INNER)),this.getTitle());t(n).removeClass(tt.FADE+" "+tt.SHOW)},n.setElementContent=function(n,i){if(typeof i=="object"&&(i.nodeType||i.jquery)){this.config.html?t(i).parent().is(n)||n.empty().append(i):n.text(t(i).text());return}this.config.html?(this.config.sanitize&&(i=au(i,this.config.whiteList,this.config.sanitizeFn)),n.html(i)):n.text(i)},n.getTitle=function(){var n=this.element.getAttribute("data-original-title");return n||(n=typeof this.config.title=="function"?this.config.title.call(this.element):this.config.title),n},n._getOffset=function(){var t=this,n={};return typeof this.config.offset=="function"?n.fn=function(n){return n.offsets=o({},n.offsets,t.config.offset(n.offsets,t.element)||{}),n}:n.offset=this.config.offset,n},n._getContainer=function(){return this.config.container===!1?document.body:r.isElement(this.config.container)?t(this.config.container):t(document).find(this.config.container)},n._getAttachment=function(n){return ge[n.toUpperCase()]},n._setListeners=function(){var n=this,i=this.config.trigger.split(" ");i.forEach(function(i){if(i==="click")t(n.element).on(n.constructor.Event.CLICK,n.config.selector,function(t){return n.toggle(t)});else if(i!==it.MANUAL){var r=i===it.HOVER?n.constructor.Event.MOUSEENTER:n.constructor.Event.FOCUSIN,u=i===it.HOVER?n.constructor.Event.MOUSELEAVE:n.constructor.Event.FOCUSOUT;t(n.element).on(r,n.config.selector,function(t){return n._enter(t)}).on(u,n.config.selector,function(t){return n._leave(t)})}});t(this.element).closest(".modal").on("hide.bs.modal",function(){n.element&&n.hide()});this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},n._fixTitle=function(){var n=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||n!=="string")&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},n._enter=function(n,i){var r=this.constructor.DATA_KEY;if(i=i||t(n.currentTarget).data(r),i||(i=new this.constructor(n.currentTarget,this._getDelegateConfig()),t(n.currentTarget).data(r,i)),n&&(i._activeTrigger[n.type==="focusin"?it.FOCUS:it.HOVER]=!0),t(i.getTipElement()).hasClass(tt.SHOW)||i._hoverState===st.SHOW){i._hoverState=st.SHOW;return}if(clearTimeout(i._timeout),i._hoverState=st.SHOW,!i.config.delay||!i.config.delay.show){i.show();return}i._timeout=setTimeout(function(){i._hoverState===st.SHOW&&i.show()},i.config.delay.show)},n._leave=function(n,i){var r=this.constructor.DATA_KEY;if(i=i||t(n.currentTarget).data(r),i||(i=new this.constructor(n.currentTarget,this._getDelegateConfig()),t(n.currentTarget).data(r,i)),n&&(i._activeTrigger[n.type==="focusout"?it.FOCUS:it.HOVER]=!1),!i._isWithActiveTrigger()){if(clearTimeout(i._timeout),i._hoverState=st.OUT,!i.config.delay||!i.config.delay.hide){i.hide();return}i._timeout=setTimeout(function(){i._hoverState===st.OUT&&i.hide()},i.config.delay.hide)}},n._isWithActiveTrigger=function(){for(var n in this._activeTrigger)if(this._activeTrigger[n])return!0;return!1},n._getConfig=function(n){var i=t(this.element).data();return Object.keys(i).forEach(function(n){ke.indexOf(n)!==-1&&delete i[n]}),n=o({},this.constructor.Default,i,typeof n=="object"&&n?n:{}),typeof n.delay=="number"&&(n.delay={show:n.delay,hide:n.delay}),typeof n.title=="number"&&(n.title=n.title.toString()),typeof n.content=="number"&&(n.content=n.content.toString()),r.typeCheckConfig(vt,n,this.constructor.DefaultType),n.sanitize&&(n.template=au(n.template,n.whiteList,n.sanitizeFn)),n},n._getDelegateConfig=function(){var t={},n;if(this.config)for(n in this.config)this.constructor.Default[n]!==this.config[n]&&(t[n]=this.config[n]);return t},n._cleanTipClass=function(){var i=t(this.getTipElement()),n=i.attr("class").match(be);n!==null&&n.length&&i.removeClass(n.join(""))},n._handlePopperPlacementChange=function(n){var t=n.instance;this.tip=t.popper;this._cleanTipClass();this.addAttachmentClass(this._getAttachment(n.placement))},n._fixTransition=function(){var n=this.getTipElement(),i=this.config.animation;n.getAttribute("x-placement")===null&&(t(n).removeClass(tt.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=i)},u._jQueryInterface=function(n){return this.each(function(){var i=t(this).data(ur),r=typeof n=="object"&&n;if((i||!/dispose|hide/.test(n))&&(i||(i=new u(this,r),t(this).data(ur,i)),typeof n=="string")){if(typeof i[n]=="undefined")throw new TypeError('No method named "'+n+'"');i[n]()}})},p(u,null,[{key:"VERSION",get:function(){return pe}},{key:"Default",get:function(){return no}},{key:"NAME",get:function(){return vt}},{key:"DATA_KEY",get:function(){return ur}},{key:"Event",get:function(){return to}},{key:"EVENT_KEY",get:function(){return w}},{key:"DefaultType",get:function(){return de}}]),u}();t.fn[vt]=yt._jQueryInterface;t.fn[vt].Constructor=yt;t.fn[vt].noConflict=function(){return t.fn[vt]=we,yt._jQueryInterface};var ii="popover",io="4.3.1",fr="bs.popover",b="."+fr,ro=t.fn[ii],pu="bs-popover",uo=new RegExp("(^|\\s)"+pu+"\\S+","g"),fo=o({},yt.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"><\/div><h3 class="popover-header"><\/h3><div class="popover-body"><\/div><\/div>'}),eo=o({},yt.DefaultType,{content:"(string|element|function)"}),wu={FADE:"fade",SHOW:"show"},bu={TITLE:".popover-header",CONTENT:".popover-body"},oo={HIDE:"hide"+b,HIDDEN:"hidden"+b,SHOW:"show"+b,SHOWN:"shown"+b,INSERTED:"inserted"+b,CLICK:"click"+b,FOCUSIN:"focusin"+b,FOCUSOUT:"focusout"+b,MOUSEENTER:"mouseenter"+b,MOUSELEAVE:"mouseleave"+b},er=function(n){function i(){return n.apply(this,arguments)||this}nf(i,n);var r=i.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(n){t(this.getTipElement()).addClass(pu+"-"+n)},r.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},r.setContent=function(){var i=t(this.getTipElement()),n;this.setElementContent(i.find(bu.TITLE),this.getTitle());n=this._getContent();typeof n=="function"&&(n=n.call(this.element));this.setElementContent(i.find(bu.CONTENT),n);i.removeClass(wu.FADE+" "+wu.SHOW)},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var i=t(this.getTipElement()),n=i.attr("class").match(uo);n!==null&&n.length>0&&i.removeClass(n.join(""))},i._jQueryInterface=function(n){return this.each(function(){var r=t(this).data(fr),u=typeof n=="object"?n:null;if((r||!/dispose|hide/.test(n))&&(r||(r=new i(this,u),t(this).data(fr,r)),typeof n=="string")){if(typeof r[n]=="undefined")throw new TypeError('No method named "'+n+'"');r[n]()}})},p(i,null,[{key:"VERSION",get:function(){return io}},{key:"Default",get:function(){return fo}},{key:"NAME",get:function(){return ii}},{key:"DATA_KEY",get:function(){return fr}},{key:"Event",get:function(){return oo}},{key:"EVENT_KEY",get:function(){return b}},{key:"DefaultType",get:function(){return eo}}]),i}(yt);t.fn[ii]=er._jQueryInterface;t.fn[ii].Constructor=er;t.fn[ii].noConflict=function(){return t.fn[ii]=ro,er._jQueryInterface};var pt="scrollspy",so="4.3.1",or="bs.scrollspy",sr="."+or,ho=t.fn[pt],ku={offset:10,method:"auto",target:""},co={offset:"number",method:"string",target:"(string|element)"},uu={ACTIVATE:"activate"+sr,SCROLL:"scroll"+sr,LOAD_DATA_API:"load"+sr+".data-api"},ht={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},y={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},fu={OFFSET:"offset",POSITION:"position"},pi=function(){function i(n,i){var r=this;this._element=n;this._scrollElement=n.tagName==="BODY"?window:n;this._config=this._getConfig(i);this._selector=this._config.target+" "+y.NAV_LINKS+","+(this._config.target+" "+y.LIST_ITEMS+",")+(this._config.target+" "+y.DROPDOWN_ITEMS);this._offsets=[];this._targets=[];this._activeTarget=null;this._scrollHeight=0;t(this._scrollElement).on(uu.SCROLL,function(n){return r._process(n)});this.refresh();this._process()}var n=i.prototype;return n.refresh=function(){var n=this,f=this._scrollElement===this._scrollElement.window?fu.OFFSET:fu.POSITION,i=this._config.method==="auto"?f:this._config.method,e=i===fu.POSITION?this._getScrollTop():0,u;this._offsets=[];this._targets=[];this._scrollHeight=this._getScrollHeight();u=[].slice.call(document.querySelectorAll(this._selector));u.map(function(n){var u,f=r.getSelectorFromElement(n),o;return(f&&(u=document.querySelector(f)),u&&(o=u.getBoundingClientRect(),o.width||o.height))?[t(u)[i]().top+e,f]:null}).filter(function(n){return n}).sort(function(n,t){return n[0]-t[0]}).forEach(function(t){n._offsets.push(t[0]);n._targets.push(t[1])})},n.dispose=function(){t.removeData(this._element,or);t(this._scrollElement).off(sr);this._element=null;this._scrollElement=null;this._config=null;this._selector=null;this._offsets=null;this._targets=null;this._activeTarget=null;this._scrollHeight=null},n._getConfig=function(n){if(n=o({},ku,typeof n=="object"&&n?n:{}),typeof n.target!="string"){var i=t(n.target).attr("id");i||(i=r.getUID(pt),t(n.target).attr("id",i));n.target="#"+i}return r.typeCheckConfig(pt,n,co),n},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var t=this._getScrollTop()+this._config.offset,r=this._getScrollHeight(),e=this._config.offset+r-this._getOffsetHeight(),i,u,n,f;if(this._scrollHeight!==r&&this.refresh(),t>=e){i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i);return}if(this._activeTarget&&t<this._offsets[0]&&this._offsets[0]>0){this._activeTarget=null;this._clear();return}for(u=this._offsets.length,n=u;n--;)f=this._activeTarget!==this._targets[n]&&t>=this._offsets[n]&&(typeof this._offsets[n+1]=="undefined"||t<this._offsets[n+1]),f&&this._activate(this._targets[n])},n._activate=function(n){this._activeTarget=n;this._clear();var r=this._selector.split(",").map(function(t){return t+'[data-target="'+n+'"],'+t+'[href="'+n+'"]'}),i=t([].slice.call(document.querySelectorAll(r.join(","))));i.hasClass(ht.DROPDOWN_ITEM)?(i.closest(y.DROPDOWN).find(y.DROPDOWN_TOGGLE).addClass(ht.ACTIVE),i.addClass(ht.ACTIVE)):(i.addClass(ht.ACTIVE),i.parents(y.NAV_LIST_GROUP).prev(y.NAV_LINKS+", "+y.LIST_ITEMS).addClass(ht.ACTIVE),i.parents(y.NAV_LIST_GROUP).prev(y.NAV_ITEMS).children(y.NAV_LINKS).addClass(ht.ACTIVE));t(this._scrollElement).trigger(uu.ACTIVATE,{relatedTarget:n})},n._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(n){return n.classList.contains(ht.ACTIVE)}).forEach(function(n){return n.classList.remove(ht.ACTIVE)})},i._jQueryInterface=function(n){return this.each(function(){var r=t(this).data(or),u=typeof n=="object"&&n;if(r||(r=new i(this,u),t(this).data(or,r)),typeof n=="string"){if(typeof r[n]=="undefined")throw new TypeError('No method named "'+n+'"');r[n]()}})},p(i,null,[{key:"VERSION",get:function(){return so}},{key:"Default",get:function(){return ku}}]),i}();t(window).on(uu.LOAD_DATA_API,function(){for(var n,i=[].slice.call(document.querySelectorAll(y.DATA_SPY)),u=i.length,r=u;r--;)n=t(i[r]),pi._jQueryInterface.call(n,n.data())});t.fn[pt]=pi._jQueryInterface;t.fn[pt].Constructor=pi;t.fn[pt].noConflict=function(){return t.fn[pt]=ho,pi._jQueryInterface};var wi="tab",lo="4.3.1",hr="bs.tab",bi="."+hr,ao=t.fn[wi],ki={HIDE:"hide"+bi,HIDDEN:"hidden"+bi,SHOW:"show"+bi,SHOWN:"shown"+bi,CLICK_DATA_API:"click"+bi+".data-api"},k={DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active",DISABLED:"disabled",FADE:"fade",SHOW:"show"},ft={DROPDOWN:".dropdown",NAV_LIST_GROUP:".nav, .list-group",ACTIVE:".active",ACTIVE_UL:"> li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},di=function(){function n(n){this._element=n}var i=n.prototype;return i.show=function(){var h=this,u,n,i,f,c,e,o,s;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(k.ACTIVE)||t(this._element).hasClass(k.DISABLED)||(i=t(this._element).closest(ft.NAV_LIST_GROUP)[0],f=r.getSelectorFromElement(this._element),i&&(c=i.nodeName==="UL"||i.nodeName==="OL"?ft.ACTIVE_UL:ft.ACTIVE,n=t.makeArray(t(i).find(c)),n=n[n.length-1]),e=t.Event(ki.HIDE,{relatedTarget:this._element}),o=t.Event(ki.SHOW,{relatedTarget:n}),n&&t(n).trigger(e),t(this._element).trigger(o),o.isDefaultPrevented()||e.isDefaultPrevented())||(f&&(u=document.querySelector(f)),this._activate(this._element,i),s=function(){var i=t.Event(ki.HIDDEN,{relatedTarget:h._element}),r=t.Event(ki.SHOWN,{relatedTarget:n});t(n).trigger(i);t(h._element).trigger(r)},u?this._activate(u,u.parentNode,s):s())},i.dispose=function(){t.removeData(this._element,hr);this._element=null},i._activate=function(n,i,u){var s=this,h=i&&(i.nodeName==="UL"||i.nodeName==="OL")?t(i).find(ft.ACTIVE_UL):t(i).children(ft.ACTIVE),f=h[0],c=u&&f&&t(f).hasClass(k.FADE),e=function(){return s._transitionComplete(n,f,u)},o;f&&c?(o=r.getTransitionDurationFromElement(f),t(f).removeClass(k.SHOW).one(r.TRANSITION_END,e).emulateTransitionEnd(o)):e()},i._transitionComplete=function(n,i,u){var f,e,o;i&&(t(i).removeClass(k.ACTIVE),f=t(i.parentNode).find(ft.DROPDOWN_ACTIVE_CHILD)[0],f&&t(f).removeClass(k.ACTIVE),i.getAttribute("role")==="tab"&&i.setAttribute("aria-selected",!1));t(n).addClass(k.ACTIVE);n.getAttribute("role")==="tab"&&n.setAttribute("aria-selected",!0);r.reflow(n);n.classList.contains(k.FADE)&&n.classList.add(k.SHOW);n.parentNode&&t(n.parentNode).hasClass(k.DROPDOWN_MENU)&&(e=t(n).closest(ft.DROPDOWN)[0],e&&(o=[].slice.call(e.querySelectorAll(ft.DROPDOWN_TOGGLE)),t(o).addClass(k.ACTIVE)),n.setAttribute("aria-expanded",!0));u&&u()},n._jQueryInterface=function(i){return this.each(function(){var u=t(this),r=u.data(hr);if(r||(r=new n(this),u.data(hr,r)),typeof i=="string"){if(typeof r[i]=="undefined")throw new TypeError('No method named "'+i+'"');r[i]()}})},p(n,null,[{key:"VERSION",get:function(){return lo}}]),n}();t(document).on(ki.CLICK_DATA_API,ft.DATA_TOGGLE,function(n){n.preventDefault();di._jQueryInterface.call(t(this),"show")});t.fn[wi]=di._jQueryInterface;t.fn[wi].Constructor=di;t.fn[wi].noConflict=function(){return t.fn[wi]=ao,di._jQueryInterface};var ri="toast",vo="4.3.1",cr="bs.toast",gi="."+cr,yo=t.fn[ri],ui={CLICK_DISMISS:"click.dismiss"+gi,HIDE:"hide"+gi,HIDDEN:"hidden"+gi,SHOW:"show"+gi,SHOWN:"shown"+gi},rt={FADE:"fade",HIDE:"hide",SHOW:"show",SHOWING:"showing"},po={animation:"boolean",autohide:"boolean",delay:"number"},du={animation:!0,autohide:!0,delay:500},wo={DATA_DISMISS:'[data-dismiss="toast"]'},lr=function(){function i(n,t){this._element=n;this._config=this._getConfig(t);this._timeout=null;this._setListeners()}var n=i.prototype;return n.show=function(){var n=this,i,u;t(this._element).trigger(ui.SHOW);this._config.animation&&this._element.classList.add(rt.FADE);i=function(){n._element.classList.remove(rt.SHOWING);n._element.classList.add(rt.SHOW);t(n._element).trigger(ui.SHOWN);n._config.autohide&&n.hide()};this._element.classList.remove(rt.HIDE);this._element.classList.add(rt.SHOWING);this._config.animation?(u=r.getTransitionDurationFromElement(this._element),t(this._element).one(r.TRANSITION_END,i).emulateTransitionEnd(u)):i()},n.hide=function(n){var i=this;this._element.classList.contains(rt.SHOW)&&(t(this._element).trigger(ui.HIDE),n?this._close():this._timeout=setTimeout(function(){i._close()},this._config.delay))},n.dispose=function(){clearTimeout(this._timeout);this._timeout=null;this._element.classList.contains(rt.SHOW)&&this._element.classList.remove(rt.SHOW);t(this._element).off(ui.CLICK_DISMISS);t.removeData(this._element,cr);this._element=null;this._config=null},n._getConfig=function(n){return n=o({},du,t(this._element).data(),typeof n=="object"&&n?n:{}),r.typeCheckConfig(ri,n,this.constructor.DefaultType),n},n._setListeners=function(){var n=this;t(this._element).on(ui.CLICK_DISMISS,wo.DATA_DISMISS,function(){return n.hide(!0)})},n._close=function(){var n=this,i=function(){n._element.classList.add(rt.HIDE);t(n._element).trigger(ui.HIDDEN)},u;this._element.classList.remove(rt.SHOW);this._config.animation?(u=r.getTransitionDurationFromElement(this._element),t(this._element).one(r.TRANSITION_END,i).emulateTransitionEnd(u)):i()},i._jQueryInterface=function(n){return this.each(function(){var u=t(this),r=u.data(cr),f=typeof n=="object"&&n;if(r||(r=new i(this,f),u.data(cr,r)),typeof n=="string"){if(typeof r[n]=="undefined")throw new TypeError('No method named "'+n+'"');r[n](this)}})},p(i,null,[{key:"VERSION",get:function(){return vo}},{key:"DefaultType",get:function(){return po}},{key:"Default",get:function(){return du}}]),i}();t.fn[ri]=lr._jQueryInterface;t.fn[ri].Constructor=lr;t.fn[ri].noConflict=function(){return t.fn[ri]=yo,lr._jQueryInterface},function(){if(typeof t=="undefined")throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var n=t.fn.jquery.split(" ")[0].split("."),i=9;if(n[0]<2&&n[1]<i||n[0]===1&&n[1]===i&&n[2]<1||n[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0");}();n.Util=r;n.Alert=wt;n.Button=oi;n.Carousel=kt;n.Collapse=li;n.Dropdown=et;n.Modal=yi;n.Popover=er;n.Scrollspy=pi;n.Tab=di;n.Toast=lr;n.Tooltip=yt;Object.defineProperty(n,"__esModule",{value:!0})})