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