webpack-bootstrap-ui-kit/dist/js/app.js

2 lines
179 KiB
JavaScript

/*! For license information please see app.js.LICENSE.txt */
!function(){var o={875:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var i=_interopDefaultLegacy($),a=_interopDefaultLegacy(o);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var s="bs.alert",l=i.default.fn.alert,c=function(){function Alert(o){this._element=o}var o=Alert.prototype;return o.close=function close(o){var i=this._element;o&&(i=this._getRootElement(o)),this._triggerCloseEvent(i).isDefaultPrevented()||this._removeElement(i)},o.dispose=function dispose(){i.default.removeData(this._element,s),this._element=null},o._getRootElement=function _getRootElement(o){var s=a.default.getSelectorFromElement(o),l=!1;return s&&(l=document.querySelector(s)),l||(l=i.default(o).closest(".alert")[0]),l},o._triggerCloseEvent=function _triggerCloseEvent(o){var a=i.default.Event("close.bs.alert");return i.default(o).trigger(a),a},o._removeElement=function _removeElement(o){var s=this;if(i.default(o).removeClass("show"),i.default(o).hasClass("fade")){var l=a.default.getTransitionDurationFromElement(o);i.default(o).one(a.default.TRANSITION_END,(function(i){return s._destroyElement(o,i)})).emulateTransitionEnd(l)}else this._destroyElement(o)},o._destroyElement=function _destroyElement(o){i.default(o).detach().trigger("closed.bs.alert").remove()},Alert._jQueryInterface=function _jQueryInterface(o){return this.each((function(){var a=i.default(this),l=a.data(s);l||(l=new Alert(this),a.data(s,l)),"close"===o&&l[o](this)}))},Alert._handleDismiss=function _handleDismiss(o){return function(i){i&&i.preventDefault(),o.close(this)}},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Alert,null,[{key:"VERSION",get:function get(){return"4.6.0"}}]),Alert}();return i.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',c._handleDismiss(new c)),i.default.fn.alert=c._jQueryInterface,i.default.fn.alert.Constructor=c,i.default.fn.alert.noConflict=function(){return i.default.fn.alert=l,c._jQueryInterface},c},"object"===_typeof(i)?o.exports=u(a(609),a(734)):(l=[a(609),a(734)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},93:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var o=_interopDefaultLegacy($);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var i="button",a="bs.button",s=o.default.fn[i],l="active",c='[data-toggle^="button"]',u='input:not([type="hidden"])',f=".btn",d=function(){function Button(o){this._element=o,this.shouldAvoidTriggerChange=!1}var i=Button.prototype;return i.toggle=function toggle(){var i=!0,a=!0,s=o.default(this._element).closest('[data-toggle="buttons"]')[0];if(s){var c=this._element.querySelector(u);if(c){if("radio"===c.type)if(c.checked&&this._element.classList.contains(l))i=!1;else{var f=s.querySelector(".active");f&&o.default(f).removeClass(l)}i&&("checkbox"!==c.type&&"radio"!==c.type||(c.checked=!this._element.classList.contains(l)),this.shouldAvoidTriggerChange||o.default(c).trigger("change")),c.focus(),a=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(a&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(l)),i&&o.default(this._element).toggleClass(l))},i.dispose=function dispose(){o.default.removeData(this._element,a),this._element=null},Button._jQueryInterface=function _jQueryInterface(i,s){return this.each((function(){var l=o.default(this),c=l.data(a);c||(c=new Button(this),l.data(a,c)),c.shouldAvoidTriggerChange=s,"toggle"===i&&c[i]()}))},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Button,null,[{key:"VERSION",get:function get(){return"4.6.0"}}]),Button}();return o.default(document).on("click.bs.button.data-api",c,(function(i){var a=i.target,s=a;if(o.default(a).hasClass("btn")||(a=o.default(a).closest(f)[0]),!a||a.hasAttribute("disabled")||a.classList.contains("disabled"))i.preventDefault();else{var l=a.querySelector(u);if(l&&(l.hasAttribute("disabled")||l.classList.contains("disabled")))return void i.preventDefault();"INPUT"!==s.tagName&&"LABEL"===a.tagName||d._jQueryInterface.call(o.default(a),"toggle","INPUT"===s.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",c,(function(i){var a=o.default(i.target).closest(f)[0];o.default(a).toggleClass("focus",/^focus(in)?$/.test(i.type))})),o.default(window).on("load.bs.button.data-api",(function(){for(var o=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),i=0,a=o.length;i<a;i++){var s=o[i],c=s.querySelector(u);c.checked||c.hasAttribute("checked")?s.classList.add(l):s.classList.remove(l)}for(var f=0,d=(o=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;f<d;f++){var p=o[f];"true"===p.getAttribute("aria-pressed")?p.classList.add(l):p.classList.remove(l)}})),o.default.fn[i]=d._jQueryInterface,o.default.fn[i].Constructor=d,o.default.fn[i].noConflict=function(){return o.default.fn[i]=s,d._jQueryInterface},d},"object"===_typeof(i)?o.exports=u(a(609)):(l=[a(609)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},918:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var i=_interopDefaultLegacy($),a=_interopDefaultLegacy(o);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}function _extends(){return(_extends=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s])}return o}).apply(this,arguments)}var s="carousel",l="bs.carousel",c="."+l,u=i.default.fn[s],f={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},d={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},p="next",h="prev",g="slid"+c,m="active",v=".active.carousel-item",y={TOUCH:"touch",PEN:"pen"},b=function(){function Carousel(o,i){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(i),this._element=o,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 o=Carousel.prototype;return o.next=function next(){this._isSliding||this._slide(p)},o.nextWhenVisible=function nextWhenVisible(){var o=i.default(this._element);!document.hidden&&o.is(":visible")&&"hidden"!==o.css("visibility")&&this.next()},o.prev=function prev(){this._isSliding||this._slide(h)},o.pause=function pause(o){o||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(a.default.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},o.cycle=function cycle(o){o||(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))},o.to=function to(o){var a=this;this._activeElement=this._element.querySelector(v);var s=this._getItemIndex(this._activeElement);if(!(o>this._items.length-1||o<0))if(this._isSliding)i.default(this._element).one(g,(function(){return a.to(o)}));else{if(s===o)return this.pause(),void this.cycle();var l=o>s?p:h;this._slide(l,this._items[o])}},o.dispose=function dispose(){i.default(this._element).off(c),i.default.removeData(this._element,l),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},o._getConfig=function _getConfig(o){return o=_extends({},f,o),a.default.typeCheckConfig(s,o,d),o},o._handleSwipe=function _handleSwipe(){var o=Math.abs(this.touchDeltaX);if(!(o<=40)){var i=o/this.touchDeltaX;this.touchDeltaX=0,i>0&&this.prev(),i<0&&this.next()}},o._addEventListeners=function _addEventListeners(){var o=this;this._config.keyboard&&i.default(this._element).on("keydown.bs.carousel",(function(i){return o._keydown(i)})),"hover"===this._config.pause&&i.default(this._element).on("mouseenter.bs.carousel",(function(i){return o.pause(i)})).on("mouseleave.bs.carousel",(function(i){return o.cycle(i)})),this._config.touch&&this._addTouchEventListeners()},o._addTouchEventListeners=function _addTouchEventListeners(){var o=this;if(this._touchSupported){var a=function start(i){o._pointerEvent&&y[i.originalEvent.pointerType.toUpperCase()]?o.touchStartX=i.originalEvent.clientX:o._pointerEvent||(o.touchStartX=i.originalEvent.touches[0].clientX)},s=function end(i){o._pointerEvent&&y[i.originalEvent.pointerType.toUpperCase()]&&(o.touchDeltaX=i.originalEvent.clientX-o.touchStartX),o._handleSwipe(),"hover"===o._config.pause&&(o.pause(),o.touchTimeout&&clearTimeout(o.touchTimeout),o.touchTimeout=setTimeout((function(i){return o.cycle(i)}),500+o._config.interval))};i.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(o){return o.preventDefault()})),this._pointerEvent?(i.default(this._element).on("pointerdown.bs.carousel",(function(o){return a(o)})),i.default(this._element).on("pointerup.bs.carousel",(function(o){return s(o)})),this._element.classList.add("pointer-event")):(i.default(this._element).on("touchstart.bs.carousel",(function(o){return a(o)})),i.default(this._element).on("touchmove.bs.carousel",(function(i){return function move(i){i.originalEvent.touches&&i.originalEvent.touches.length>1?o.touchDeltaX=0:o.touchDeltaX=i.originalEvent.touches[0].clientX-o.touchStartX}(i)})),i.default(this._element).on("touchend.bs.carousel",(function(o){return s(o)})))}},o._keydown=function _keydown(o){if(!/input|textarea/i.test(o.target.tagName))switch(o.which){case 37:o.preventDefault(),this.prev();break;case 39:o.preventDefault(),this.next()}},o._getItemIndex=function _getItemIndex(o){return this._items=o&&o.parentNode?[].slice.call(o.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(o)},o._getItemByDirection=function _getItemByDirection(o,i){var a=o===p,s=o===h,l=this._getItemIndex(i),c=this._items.length-1;if((s&&0===l||a&&l===c)&&!this._config.wrap)return i;var u=(l+(o===h?-1:1))%this._items.length;return-1===u?this._items[this._items.length-1]:this._items[u]},o._triggerSlideEvent=function _triggerSlideEvent(o,a){var s=this._getItemIndex(o),l=this._getItemIndex(this._element.querySelector(v)),c=i.default.Event("slide.bs.carousel",{relatedTarget:o,direction:a,from:l,to:s});return i.default(this._element).trigger(c),c},o._setActiveIndicatorElement=function _setActiveIndicatorElement(o){if(this._indicatorsElement){var a=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));i.default(a).removeClass(m);var s=this._indicatorsElement.children[this._getItemIndex(o)];s&&i.default(s).addClass(m)}},o._updateInterval=function _updateInterval(){var o=this._activeElement||this._element.querySelector(v);if(o){var i=parseInt(o.getAttribute("data-interval"),10);i?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=i):this._config.interval=this._config.defaultInterval||this._config.interval}},o._slide=function _slide(o,s){var l,c,u,f=this,d=this._element.querySelector(v),h=this._getItemIndex(d),y=s||d&&this._getItemByDirection(o,d),b=this._getItemIndex(y),w=Boolean(this._interval);if(o===p?(l="carousel-item-left",c="carousel-item-next",u="left"):(l="carousel-item-right",c="carousel-item-prev",u="right"),y&&i.default(y).hasClass(m))this._isSliding=!1;else if(!this._triggerSlideEvent(y,u).isDefaultPrevented()&&d&&y){this._isSliding=!0,w&&this.pause(),this._setActiveIndicatorElement(y),this._activeElement=y;var C=i.default.Event(g,{relatedTarget:y,direction:u,from:h,to:b});if(i.default(this._element).hasClass("slide")){i.default(y).addClass(c),a.default.reflow(y),i.default(d).addClass(l),i.default(y).addClass(l);var T=a.default.getTransitionDurationFromElement(d);i.default(d).one(a.default.TRANSITION_END,(function(){i.default(y).removeClass(l+" "+c).addClass(m),i.default(d).removeClass("active "+c+" "+l),f._isSliding=!1,setTimeout((function(){return i.default(f._element).trigger(C)}),0)})).emulateTransitionEnd(T)}else i.default(d).removeClass(m),i.default(y).addClass(m),this._isSliding=!1,i.default(this._element).trigger(C);w&&this.cycle()}},Carousel._jQueryInterface=function _jQueryInterface(o){return this.each((function(){var a=i.default(this).data(l),s=_extends({},f,i.default(this).data());"object"===_typeof(o)&&(s=_extends({},s,o));var c="string"===typeof o?o:s.slide;if(a||(a=new Carousel(this,s),i.default(this).data(l,a)),"number"===typeof o)a.to(o);else if("string"===typeof c){if("undefined"===typeof a[c])throw new TypeError('No method named "'+c+'"');a[c]()}else s.interval&&s.ride&&(a.pause(),a.cycle())}))},Carousel._dataApiClickHandler=function _dataApiClickHandler(o){var s=a.default.getSelectorFromElement(this);if(s){var c=i.default(s)[0];if(c&&i.default(c).hasClass("carousel")){var u=_extends({},i.default(c).data(),i.default(this).data()),f=this.getAttribute("data-slide-to");f&&(u.interval=!1),Carousel._jQueryInterface.call(i.default(c),u),f&&i.default(c).data(l).to(f),o.preventDefault()}}},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Carousel,null,[{key:"VERSION",get:function get(){return"4.6.0"}},{key:"Default",get:function get(){return f}}]),Carousel}();return i.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",b._dataApiClickHandler),i.default(window).on("load.bs.carousel.data-api",(function(){for(var o=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),a=0,s=o.length;a<s;a++){var l=i.default(o[a]);b._jQueryInterface.call(l,l.data())}})),i.default.fn[s]=b._jQueryInterface,i.default.fn[s].Constructor=b,i.default.fn[s].noConflict=function(){return i.default.fn[s]=u,b._jQueryInterface},b},"object"===_typeof(i)?o.exports=u(a(609),a(734)):(l=[a(609),a(734)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},154:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var i=_interopDefaultLegacy($),a=_interopDefaultLegacy(o);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}function _extends(){return(_extends=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s])}return o}).apply(this,arguments)}var s="collapse",l="bs.collapse",c=i.default.fn[s],u={toggle:!0,parent:""},f={toggle:"boolean",parent:"(string|element)"},d="show",p="collapse",h="collapsing",g="collapsed",m="width",v='[data-toggle="collapse"]',y=function(){function Collapse(o,i){this._isTransitioning=!1,this._element=o,this._config=this._getConfig(i),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+o.id+'"],[data-toggle="collapse"][data-target="#'+o.id+'"]'));for(var s=[].slice.call(document.querySelectorAll(v)),l=0,c=s.length;l<c;l++){var u=s[l],f=a.default.getSelectorFromElement(u),d=[].slice.call(document.querySelectorAll(f)).filter((function(i){return i===o}));null!==f&&d.length>0&&(this._selector=f,this._triggerArray.push(u))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var o=Collapse.prototype;return o.toggle=function toggle(){i.default(this._element).hasClass(d)?this.hide():this.show()},o.show=function show(){var o,s,c=this;if(!this._isTransitioning&&!i.default(this._element).hasClass(d)&&(this._parent&&0===(o=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(o){return"string"===typeof c._config.parent?o.getAttribute("data-parent")===c._config.parent:o.classList.contains(p)}))).length&&(o=null),!(o&&(s=i.default(o).not(this._selector).data(l))&&s._isTransitioning))){var u=i.default.Event("show.bs.collapse");if(i.default(this._element).trigger(u),!u.isDefaultPrevented()){o&&(Collapse._jQueryInterface.call(i.default(o).not(this._selector),"hide"),s||i.default(o).data(l,null));var f=this._getDimension();i.default(this._element).removeClass(p).addClass(h),this._element.style[f]=0,this._triggerArray.length&&i.default(this._triggerArray).removeClass(g).attr("aria-expanded",!0),this.setTransitioning(!0);var m="scroll"+(f[0].toUpperCase()+f.slice(1)),v=a.default.getTransitionDurationFromElement(this._element);i.default(this._element).one(a.default.TRANSITION_END,(function complete(){i.default(c._element).removeClass(h).addClass("collapse show"),c._element.style[f]="",c.setTransitioning(!1),i.default(c._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(v),this._element.style[f]=this._element[m]+"px"}}},o.hide=function hide(){var o=this;if(!this._isTransitioning&&i.default(this._element).hasClass(d)){var s=i.default.Event("hide.bs.collapse");if(i.default(this._element).trigger(s),!s.isDefaultPrevented()){var l=this._getDimension();this._element.style[l]=this._element.getBoundingClientRect()[l]+"px",a.default.reflow(this._element),i.default(this._element).addClass(h).removeClass("collapse show");var c=this._triggerArray.length;if(c>0)for(var u=0;u<c;u++){var f=this._triggerArray[u],m=a.default.getSelectorFromElement(f);null!==m&&(i.default([].slice.call(document.querySelectorAll(m))).hasClass(d)||i.default(f).addClass(g).attr("aria-expanded",!1))}this.setTransitioning(!0),this._element.style[l]="";var v=a.default.getTransitionDurationFromElement(this._element);i.default(this._element).one(a.default.TRANSITION_END,(function complete(){o.setTransitioning(!1),i.default(o._element).removeClass(h).addClass(p).trigger("hidden.bs.collapse")})).emulateTransitionEnd(v)}}},o.setTransitioning=function setTransitioning(o){this._isTransitioning=o},o.dispose=function dispose(){i.default.removeData(this._element,l),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},o._getConfig=function _getConfig(o){return(o=_extends({},u,o)).toggle=Boolean(o.toggle),a.default.typeCheckConfig(s,o,f),o},o._getDimension=function _getDimension(){return i.default(this._element).hasClass(m)?m:"height"},o._getParent=function _getParent(){var o,s=this;a.default.isElement(this._config.parent)?(o=this._config.parent,"undefined"!==typeof this._config.parent.jquery&&(o=this._config.parent[0])):o=document.querySelector(this._config.parent);var l='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',c=[].slice.call(o.querySelectorAll(l));return i.default(c).each((function(o,i){s._addAriaAndCollapsedClass(Collapse._getTargetFromElement(i),[i])})),o},o._addAriaAndCollapsedClass=function _addAriaAndCollapsedClass(o,a){var s=i.default(o).hasClass(d);a.length&&i.default(a).toggleClass(g,!s).attr("aria-expanded",s)},Collapse._getTargetFromElement=function _getTargetFromElement(o){var i=a.default.getSelectorFromElement(o);return i?document.querySelector(i):null},Collapse._jQueryInterface=function _jQueryInterface(o){return this.each((function(){var a=i.default(this),s=a.data(l),c=_extends({},u,a.data(),"object"===_typeof(o)&&o?o:{});if(!s&&c.toggle&&"string"===typeof o&&/show|hide/.test(o)&&(c.toggle=!1),s||(s=new Collapse(this,c),a.data(l,s)),"string"===typeof o){if("undefined"===typeof s[o])throw new TypeError('No method named "'+o+'"');s[o]()}}))},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Collapse,null,[{key:"VERSION",get:function get(){return"4.6.0"}},{key:"Default",get:function get(){return u}}]),Collapse}();return i.default(document).on("click.bs.collapse.data-api",v,(function(o){"A"===o.currentTarget.tagName&&o.preventDefault();var s=i.default(this),c=a.default.getSelectorFromElement(this),u=[].slice.call(document.querySelectorAll(c));i.default(u).each((function(){var o=i.default(this),a=o.data(l)?"toggle":s.data();y._jQueryInterface.call(o,a)}))})),i.default.fn[s]=y._jQueryInterface,i.default.fn[s].Constructor=y,i.default.fn[s].noConflict=function(){return i.default.fn[s]=c,y._jQueryInterface},y},"object"===_typeof(i)?o.exports=u(a(609),a(734)):(l=[a(609),a(734)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},121:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var i=_interopDefaultLegacy($),a=_interopDefaultLegacy(o);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}function _extends(){return(_extends=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s])}return o}).apply(this,arguments)}var s="modal",l="bs.modal",c=".bs.modal",u=i.default.fn.modal,f={backdrop:!0,keyboard:!0,focus:!0,show:!0},d={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},p="hidden.bs.modal",h="show.bs.modal",g="focusin.bs.modal",m="resize.bs.modal",v="click.dismiss.bs.modal",y="keydown.dismiss.bs.modal",b="mousedown.dismiss.bs.modal",w="modal-open",C="fade",T="show",S="modal-static",A=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",k=".sticky-top",P=function(){function Modal(o,i){this._config=this._getConfig(i),this._element=o,this._dialog=o.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var o=Modal.prototype;return o.toggle=function toggle(o){return this._isShown?this.hide():this.show(o)},o.show=function show(o){var a=this;if(!this._isShown&&!this._isTransitioning){i.default(this._element).hasClass(C)&&(this._isTransitioning=!0);var s=i.default.Event(h,{relatedTarget:o});i.default(this._element).trigger(s),this._isShown||s.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),i.default(this._element).on(v,'[data-dismiss="modal"]',(function(o){return a.hide(o)})),i.default(this._dialog).on(b,(function(){i.default(a._element).one("mouseup.dismiss.bs.modal",(function(o){i.default(o.target).is(a._element)&&(a._ignoreBackdropClick=!0)}))})),this._showBackdrop((function(){return a._showElement(o)})))}},o.hide=function hide(o){var s=this;if(o&&o.preventDefault(),this._isShown&&!this._isTransitioning){var l=i.default.Event("hide.bs.modal");if(i.default(this._element).trigger(l),this._isShown&&!l.isDefaultPrevented()){this._isShown=!1;var c=i.default(this._element).hasClass(C);if(c&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),i.default(document).off(g),i.default(this._element).removeClass(T),i.default(this._element).off(v),i.default(this._dialog).off(b),c){var u=a.default.getTransitionDurationFromElement(this._element);i.default(this._element).one(a.default.TRANSITION_END,(function(o){return s._hideModal(o)})).emulateTransitionEnd(u)}else this._hideModal()}}},o.dispose=function dispose(){[window,this._element,this._dialog].forEach((function(o){return i.default(o).off(c)})),i.default(document).off(g),i.default.removeData(this._element,l),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},o.handleUpdate=function handleUpdate(){this._adjustDialog()},o._getConfig=function _getConfig(o){return o=_extends({},f,o),a.default.typeCheckConfig(s,o,d),o},o._triggerBackdropTransition=function _triggerBackdropTransition(){var o=this,s=i.default.Event("hidePrevented.bs.modal");if(i.default(this._element).trigger(s),!s.isDefaultPrevented()){var l=this._element.scrollHeight>document.documentElement.clientHeight;l||(this._element.style.overflowY="hidden"),this._element.classList.add(S);var c=a.default.getTransitionDurationFromElement(this._dialog);i.default(this._element).off(a.default.TRANSITION_END),i.default(this._element).one(a.default.TRANSITION_END,(function(){o._element.classList.remove(S),l||i.default(o._element).one(a.default.TRANSITION_END,(function(){o._element.style.overflowY=""})).emulateTransitionEnd(o._element,c)})).emulateTransitionEnd(c),this._element.focus()}},o._showElement=function _showElement(o){var s=this,l=i.default(this._element).hasClass(C),c=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),i.default(this._dialog).hasClass("modal-dialog-scrollable")&&c?c.scrollTop=0:this._element.scrollTop=0,l&&a.default.reflow(this._element),i.default(this._element).addClass(T),this._config.focus&&this._enforceFocus();var u=i.default.Event("shown.bs.modal",{relatedTarget:o}),f=function transitionComplete(){s._config.focus&&s._element.focus(),s._isTransitioning=!1,i.default(s._element).trigger(u)};if(l){var d=a.default.getTransitionDurationFromElement(this._dialog);i.default(this._dialog).one(a.default.TRANSITION_END,f).emulateTransitionEnd(d)}else f()},o._enforceFocus=function _enforceFocus(){var o=this;i.default(document).off(g).on(g,(function(a){document!==a.target&&o._element!==a.target&&0===i.default(o._element).has(a.target).length&&o._element.focus()}))},o._setEscapeEvent=function _setEscapeEvent(){var o=this;this._isShown?i.default(this._element).on(y,(function(i){o._config.keyboard&&27===i.which?(i.preventDefault(),o.hide()):o._config.keyboard||27!==i.which||o._triggerBackdropTransition()})):this._isShown||i.default(this._element).off(y)},o._setResizeEvent=function _setResizeEvent(){var o=this;this._isShown?i.default(window).on(m,(function(i){return o.handleUpdate(i)})):i.default(window).off(m)},o._hideModal=function _hideModal(){var o=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(){i.default(document.body).removeClass(w),o._resetAdjustments(),o._resetScrollbar(),i.default(o._element).trigger(p)}))},o._removeBackdrop=function _removeBackdrop(){this._backdrop&&(i.default(this._backdrop).remove(),this._backdrop=null)},o._showBackdrop=function _showBackdrop(o){var s=this,l=i.default(this._element).hasClass(C)?C:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",l&&this._backdrop.classList.add(l),i.default(this._backdrop).appendTo(document.body),i.default(this._element).on(v,(function(o){s._ignoreBackdropClick?s._ignoreBackdropClick=!1:o.target===o.currentTarget&&("static"===s._config.backdrop?s._triggerBackdropTransition():s.hide())})),l&&a.default.reflow(this._backdrop),i.default(this._backdrop).addClass(T),!o)return;if(!l)return void o();var c=a.default.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(a.default.TRANSITION_END,o).emulateTransitionEnd(c)}else if(!this._isShown&&this._backdrop){i.default(this._backdrop).removeClass(T);var u=function callbackRemove(){s._removeBackdrop(),o&&o()};if(i.default(this._element).hasClass(C)){var f=a.default.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(a.default.TRANSITION_END,u).emulateTransitionEnd(f)}else u()}else o&&o()},o._adjustDialog=function _adjustDialog(){var o=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&o&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!o&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},o._resetAdjustments=function _resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},o._checkScrollbar=function _checkScrollbar(){var o=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(o.left+o.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},o._setScrollbar=function _setScrollbar(){var o=this;if(this._isBodyOverflowing){var a=[].slice.call(document.querySelectorAll(A)),s=[].slice.call(document.querySelectorAll(k));i.default(a).each((function(a,s){var l=s.style.paddingRight,c=i.default(s).css("padding-right");i.default(s).data("padding-right",l).css("padding-right",parseFloat(c)+o._scrollbarWidth+"px")})),i.default(s).each((function(a,s){var l=s.style.marginRight,c=i.default(s).css("margin-right");i.default(s).data("margin-right",l).css("margin-right",parseFloat(c)-o._scrollbarWidth+"px")}));var l=document.body.style.paddingRight,c=i.default(document.body).css("padding-right");i.default(document.body).data("padding-right",l).css("padding-right",parseFloat(c)+this._scrollbarWidth+"px")}i.default(document.body).addClass(w)},o._resetScrollbar=function _resetScrollbar(){var o=[].slice.call(document.querySelectorAll(A));i.default(o).each((function(o,a){var s=i.default(a).data("padding-right");i.default(a).removeData("padding-right"),a.style.paddingRight=s||""}));var a=[].slice.call(document.querySelectorAll(".sticky-top"));i.default(a).each((function(o,a){var s=i.default(a).data("margin-right");"undefined"!==typeof s&&i.default(a).css("margin-right",s).removeData("margin-right")}));var s=i.default(document.body).data("padding-right");i.default(document.body).removeData("padding-right"),document.body.style.paddingRight=s||""},o._getScrollbarWidth=function _getScrollbarWidth(){var o=document.createElement("div");o.className="modal-scrollbar-measure",document.body.appendChild(o);var i=o.getBoundingClientRect().width-o.clientWidth;return document.body.removeChild(o),i},Modal._jQueryInterface=function _jQueryInterface(o,a){return this.each((function(){var s=i.default(this).data(l),c=_extends({},f,i.default(this).data(),"object"===_typeof(o)&&o?o:{});if(s||(s=new Modal(this,c),i.default(this).data(l,s)),"string"===typeof o){if("undefined"===typeof s[o])throw new TypeError('No method named "'+o+'"');s[o](a)}else c.show&&s.show(a)}))},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Modal,null,[{key:"VERSION",get:function get(){return"4.6.0"}},{key:"Default",get:function get(){return f}}]),Modal}();return i.default(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',(function(o){var s,c=this,u=a.default.getSelectorFromElement(this);u&&(s=document.querySelector(u));var f=i.default(s).data(l)?"toggle":_extends({},i.default(s).data(),i.default(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||o.preventDefault();var d=i.default(s).one(h,(function(o){o.isDefaultPrevented()||d.one(p,(function(){i.default(c).is(":visible")&&c.focus()}))}));P._jQueryInterface.call(i.default(s),f,this)})),i.default.fn.modal=P._jQueryInterface,i.default.fn.modal.Constructor=P,i.default.fn.modal.noConflict=function(){return i.default.fn.modal=u,P._jQueryInterface},P},"object"===_typeof(i)?o.exports=u(a(609),a(734)):(l=[a(609),a(734)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},452:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var i=_interopDefaultLegacy($),a=_interopDefaultLegacy(o);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}function _extends(){return(_extends=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s])}return o}).apply(this,arguments)}var s="popover",l="bs.popover",c="."+l,u=i.default.fn[s],f=new RegExp("(^|\\s)bs-popover\\S+","g"),d=_extends({},a.default.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>'}),p=_extends({},a.default.DefaultType,{content:"(string|element|function)"}),h={HIDE:"hide"+c,HIDDEN:"hidden"+c,SHOW:"show"+c,SHOWN:"shown"+c,INSERTED:"inserted"+c,CLICK:"click"+c,FOCUSIN:"focusin"+c,FOCUSOUT:"focusout"+c,MOUSEENTER:"mouseenter"+c,MOUSELEAVE:"mouseleave"+c},g=function(o){function Popover(){return o.apply(this,arguments)||this}!function _inheritsLoose(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}(Popover,o);var a=Popover.prototype;return a.isWithContent=function isWithContent(){return this.getTitle()||this._getContent()},a.addAttachmentClass=function addAttachmentClass(o){i.default(this.getTipElement()).addClass("bs-popover-"+o)},a.getTipElement=function getTipElement(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},a.setContent=function setContent(){var o=i.default(this.getTipElement());this.setElementContent(o.find(".popover-header"),this.getTitle());var a=this._getContent();"function"===typeof a&&(a=a.call(this.element)),this.setElementContent(o.find(".popover-body"),a),o.removeClass("fade show")},a._getContent=function _getContent(){return this.element.getAttribute("data-content")||this.config.content},a._cleanTipClass=function _cleanTipClass(){var o=i.default(this.getTipElement()),a=o.attr("class").match(f);null!==a&&a.length>0&&o.removeClass(a.join(""))},Popover._jQueryInterface=function _jQueryInterface(o){return this.each((function(){var a=i.default(this).data(l),s="object"===_typeof(o)?o:null;if((a||!/dispose|hide/.test(o))&&(a||(a=new Popover(this,s),i.default(this).data(l,a)),"string"===typeof o)){if("undefined"===typeof a[o])throw new TypeError('No method named "'+o+'"');a[o]()}}))},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Popover,null,[{key:"VERSION",get:function get(){return"4.6.0"}},{key:"Default",get:function get(){return d}},{key:"NAME",get:function get(){return s}},{key:"DATA_KEY",get:function get(){return l}},{key:"Event",get:function get(){return h}},{key:"EVENT_KEY",get:function get(){return c}},{key:"DefaultType",get:function get(){return p}}]),Popover}(a.default);return i.default.fn[s]=g._jQueryInterface,i.default.fn[s].Constructor=g,i.default.fn[s].noConflict=function(){return i.default.fn[s]=u,g._jQueryInterface},g},"object"===_typeof(i)?o.exports=u(a(609),a(222)):(l=[a(609),a(222)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},324:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var i=_interopDefaultLegacy($),a=_interopDefaultLegacy(o);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}function _extends(){return(_extends=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s])}return o}).apply(this,arguments)}var s="scrollspy",l="bs.scrollspy",c="."+l,u=i.default.fn[s],f={offset:10,method:"auto",target:""},d={offset:"number",method:"string",target:"(string|element)"},p="active",h=".nav, .list-group",g=".nav-link",m="position",v=function(){function ScrollSpy(o,a){var s=this;this._element=o,this._scrollElement="BODY"===o.tagName?window:o,this._config=this._getConfig(a),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,i.default(this._scrollElement).on("scroll.bs.scrollspy",(function(o){return s._process(o)})),this.refresh(),this._process()}var o=ScrollSpy.prototype;return o.refresh=function refresh(){var o=this,s=this._scrollElement===this._scrollElement.window?"offset":m,l="auto"===this._config.method?s:this._config.method,c=l===m?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(o){var s,u=a.default.getSelectorFromElement(o);if(u&&(s=document.querySelector(u)),s){var f=s.getBoundingClientRect();if(f.width||f.height)return[i.default(s)[l]().top+c,u]}return null})).filter((function(o){return o})).sort((function(o,i){return o[0]-i[0]})).forEach((function(i){o._offsets.push(i[0]),o._targets.push(i[1])}))},o.dispose=function dispose(){i.default.removeData(this._element,l),i.default(this._scrollElement).off(c),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},o._getConfig=function _getConfig(o){if("string"!==typeof(o=_extends({},f,"object"===_typeof(o)&&o?o:{})).target&&a.default.isElement(o.target)){var l=i.default(o.target).attr("id");l||(l=a.default.getUID(s),i.default(o.target).attr("id",l)),o.target="#"+l}return a.default.typeCheckConfig(s,o,d),o},o._getScrollTop=function _getScrollTop(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},o._getScrollHeight=function _getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},o._getOffsetHeight=function _getOffsetHeight(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},o._process=function _process(){var o=this._getScrollTop()+this._config.offset,i=this._getScrollHeight(),a=this._config.offset+i-this._getOffsetHeight();if(this._scrollHeight!==i&&this.refresh(),o>=a){var s=this._targets[this._targets.length-1];this._activeTarget!==s&&this._activate(s)}else{if(this._activeTarget&&o<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var l=this._offsets.length;l--;)this._activeTarget!==this._targets[l]&&o>=this._offsets[l]&&("undefined"===typeof this._offsets[l+1]||o<this._offsets[l+1])&&this._activate(this._targets[l])}},o._activate=function _activate(o){this._activeTarget=o,this._clear();var a=this._selector.split(",").map((function(i){return i+'[data-target="'+o+'"],'+i+'[href="'+o+'"]'})),s=i.default([].slice.call(document.querySelectorAll(a.join(","))));s.hasClass("dropdown-item")?(s.closest(".dropdown").find(".dropdown-toggle").addClass(p),s.addClass(p)):(s.addClass(p),s.parents(h).prev(".nav-link, .list-group-item").addClass(p),s.parents(h).prev(".nav-item").children(g).addClass(p)),i.default(this._scrollElement).trigger("activate.bs.scrollspy",{relatedTarget:o})},o._clear=function _clear(){[].slice.call(document.querySelectorAll(this._selector)).filter((function(o){return o.classList.contains(p)})).forEach((function(o){return o.classList.remove(p)}))},ScrollSpy._jQueryInterface=function _jQueryInterface(o){return this.each((function(){var a=i.default(this).data(l),s="object"===_typeof(o)&&o;if(a||(a=new ScrollSpy(this,s),i.default(this).data(l,a)),"string"===typeof o){if("undefined"===typeof a[o])throw new TypeError('No method named "'+o+'"');a[o]()}}))},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(ScrollSpy,null,[{key:"VERSION",get:function get(){return"4.6.0"}},{key:"Default",get:function get(){return f}}]),ScrollSpy}();return i.default(window).on("load.bs.scrollspy.data-api",(function(){for(var o=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),a=o.length;a--;){var s=i.default(o[a]);v._jQueryInterface.call(s,s.data())}})),i.default.fn[s]=v._jQueryInterface,i.default.fn[s].Constructor=v,i.default.fn[s].noConflict=function(){return i.default.fn[s]=u,v._jQueryInterface},v},"object"===_typeof(i)?o.exports=u(a(609),a(734)):(l=[a(609),a(734)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},71:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var i=_interopDefaultLegacy($),a=_interopDefaultLegacy(o);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var s="bs.tab",l=i.default.fn.tab,c="active",u="fade",f="show",d=".active",p="> li > .active",h=function(){function Tab(o){this._element=o}var o=Tab.prototype;return o.show=function show(){var o=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&i.default(this._element).hasClass(c)||i.default(this._element).hasClass("disabled"))){var s,l,u=i.default(this._element).closest(".nav, .list-group")[0],f=a.default.getSelectorFromElement(this._element);if(u){var h="UL"===u.nodeName||"OL"===u.nodeName?p:d;l=(l=i.default.makeArray(i.default(u).find(h)))[l.length-1]}var g=i.default.Event("hide.bs.tab",{relatedTarget:this._element}),m=i.default.Event("show.bs.tab",{relatedTarget:l});if(l&&i.default(l).trigger(g),i.default(this._element).trigger(m),!m.isDefaultPrevented()&&!g.isDefaultPrevented()){f&&(s=document.querySelector(f)),this._activate(this._element,u);var v=function complete(){var a=i.default.Event("hidden.bs.tab",{relatedTarget:o._element}),s=i.default.Event("shown.bs.tab",{relatedTarget:l});i.default(l).trigger(a),i.default(o._element).trigger(s)};s?this._activate(s,s.parentNode,v):v()}}},o.dispose=function dispose(){i.default.removeData(this._element,s),this._element=null},o._activate=function _activate(o,s,l){var c=this,h=(!s||"UL"!==s.nodeName&&"OL"!==s.nodeName?i.default(s).children(d):i.default(s).find(p))[0],g=l&&h&&i.default(h).hasClass(u),m=function complete(){return c._transitionComplete(o,h,l)};if(h&&g){var v=a.default.getTransitionDurationFromElement(h);i.default(h).removeClass(f).one(a.default.TRANSITION_END,m).emulateTransitionEnd(v)}else m()},o._transitionComplete=function _transitionComplete(o,s,l){if(s){i.default(s).removeClass(c);var d=i.default(s.parentNode).find("> .dropdown-menu .active")[0];d&&i.default(d).removeClass(c),"tab"===s.getAttribute("role")&&s.setAttribute("aria-selected",!1)}if(i.default(o).addClass(c),"tab"===o.getAttribute("role")&&o.setAttribute("aria-selected",!0),a.default.reflow(o),o.classList.contains(u)&&o.classList.add(f),o.parentNode&&i.default(o.parentNode).hasClass("dropdown-menu")){var p=i.default(o).closest(".dropdown")[0];if(p){var h=[].slice.call(p.querySelectorAll(".dropdown-toggle"));i.default(h).addClass(c)}o.setAttribute("aria-expanded",!0)}l&&l()},Tab._jQueryInterface=function _jQueryInterface(o){return this.each((function(){var a=i.default(this),l=a.data(s);if(l||(l=new Tab(this),a.data(s,l)),"string"===typeof o){if("undefined"===typeof l[o])throw new TypeError('No method named "'+o+'"');l[o]()}}))},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Tab,null,[{key:"VERSION",get:function get(){return"4.6.0"}}]),Tab}();return i.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(o){o.preventDefault(),h._jQueryInterface.call(i.default(this),"show")})),i.default.fn.tab=h._jQueryInterface,i.default.fn.tab.Constructor=h,i.default.fn.tab.noConflict=function(){return i.default.fn.tab=l,h._jQueryInterface},h},"object"===_typeof(i)?o.exports=u(a(609),a(734)):(l=[a(609),a(734)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},222:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($,o,i){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var a=_interopDefaultLegacy($),s=_interopDefaultLegacy(o),l=_interopDefaultLegacy(i);function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}function _extends(){return(_extends=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s])}return o}).apply(this,arguments)}var c=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],u={"*":["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:[]},f=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi,d=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function sanitizeHtml(o,i,a){if(0===o.length)return o;if(a&&"function"===typeof a)return a(o);for(var s=(new window.DOMParser).parseFromString(o,"text/html"),l=Object.keys(i),u=[].slice.call(s.body.querySelectorAll("*")),p=function _loop(o,a){var s=u[o],p=s.nodeName.toLowerCase();if(-1===l.indexOf(s.nodeName.toLowerCase()))return s.parentNode.removeChild(s),"continue";var h=[].slice.call(s.attributes),g=[].concat(i["*"]||[],i[p]||[]);h.forEach((function(o){(function allowedAttribute(o,i){var a=o.nodeName.toLowerCase();if(-1!==i.indexOf(a))return-1===c.indexOf(a)||Boolean(o.nodeValue.match(f)||o.nodeValue.match(d));for(var s=i.filter((function(o){return o instanceof RegExp})),l=0,u=s.length;l<u;l++)if(a.match(s[l]))return!0;return!1})(o,g)||s.removeAttribute(o.nodeName)}))},h=0,g=u.length;h<g;h++)p(h);return s.body.innerHTML}var p="tooltip",h="bs.tooltip",g="."+h,m=a.default.fn[p],v=new RegExp("(^|\\s)bs-tooltip\\S+","g"),y=["sanitize","whiteList","sanitizeFn"],b={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)"},w={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},C={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:u,popperConfig:null},T="show",S="out",A={HIDE:"hide"+g,HIDDEN:"hidden"+g,SHOW:"show"+g,SHOWN:"shown"+g,INSERTED:"inserted"+g,CLICK:"click"+g,FOCUSIN:"focusin"+g,FOCUSOUT:"focusout"+g,MOUSEENTER:"mouseenter"+g,MOUSELEAVE:"mouseleave"+g},k="fade",P="show",O="hover",D="focus",R=function(){function Tooltip(o,i){if("undefined"===typeof s.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=o,this.config=this._getConfig(i),this.tip=null,this._setListeners()}var o=Tooltip.prototype;return o.enable=function enable(){this._isEnabled=!0},o.disable=function disable(){this._isEnabled=!1},o.toggleEnabled=function toggleEnabled(){this._isEnabled=!this._isEnabled},o.toggle=function toggle(o){if(this._isEnabled)if(o){var i=this.constructor.DATA_KEY,s=a.default(o.currentTarget).data(i);s||(s=new this.constructor(o.currentTarget,this._getDelegateConfig()),a.default(o.currentTarget).data(i,s)),s._activeTrigger.click=!s._activeTrigger.click,s._isWithActiveTrigger()?s._enter(null,s):s._leave(null,s)}else{if(a.default(this.getTipElement()).hasClass(P))return void this._leave(null,this);this._enter(null,this)}},o.dispose=function dispose(){clearTimeout(this._timeout),a.default.removeData(this.element,this.constructor.DATA_KEY),a.default(this.element).off(this.constructor.EVENT_KEY),a.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&a.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},o.show=function show(){var o=this;if("none"===a.default(this.element).css("display"))throw new Error("Please use show on visible elements");var i=a.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){a.default(this.element).trigger(i);var c=l.default.findShadowRoot(this.element),u=a.default.contains(null!==c?c:this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!u)return;var f=this.getTipElement(),d=l.default.getUID(this.constructor.NAME);f.setAttribute("id",d),this.element.setAttribute("aria-describedby",d),this.setContent(),this.config.animation&&a.default(f).addClass(k);var p="function"===typeof this.config.placement?this.config.placement.call(this,f,this.element):this.config.placement,h=this._getAttachment(p);this.addAttachmentClass(h);var g=this._getContainer();a.default(f).data(this.constructor.DATA_KEY,this),a.default.contains(this.element.ownerDocument.documentElement,this.tip)||a.default(f).appendTo(g),a.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new s.default(this.element,f,this._getPopperConfig(h)),a.default(f).addClass(P),a.default(f).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&a.default(document.body).children().on("mouseover",null,a.default.noop);var m=function complete(){o.config.animation&&o._fixTransition();var i=o._hoverState;o._hoverState=null,a.default(o.element).trigger(o.constructor.Event.SHOWN),i===S&&o._leave(null,o)};if(a.default(this.tip).hasClass(k)){var v=l.default.getTransitionDurationFromElement(this.tip);a.default(this.tip).one(l.default.TRANSITION_END,m).emulateTransitionEnd(v)}else m()}},o.hide=function hide(o){var i=this,s=this.getTipElement(),c=a.default.Event(this.constructor.Event.HIDE),u=function complete(){i._hoverState!==T&&s.parentNode&&s.parentNode.removeChild(s),i._cleanTipClass(),i.element.removeAttribute("aria-describedby"),a.default(i.element).trigger(i.constructor.Event.HIDDEN),null!==i._popper&&i._popper.destroy(),o&&o()};if(a.default(this.element).trigger(c),!c.isDefaultPrevented()){if(a.default(s).removeClass(P),"ontouchstart"in document.documentElement&&a.default(document.body).children().off("mouseover",null,a.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,a.default(this.tip).hasClass(k)){var f=l.default.getTransitionDurationFromElement(s);a.default(s).one(l.default.TRANSITION_END,u).emulateTransitionEnd(f)}else u();this._hoverState=""}},o.update=function update(){null!==this._popper&&this._popper.scheduleUpdate()},o.isWithContent=function isWithContent(){return Boolean(this.getTitle())},o.addAttachmentClass=function addAttachmentClass(o){a.default(this.getTipElement()).addClass("bs-tooltip-"+o)},o.getTipElement=function getTipElement(){return this.tip=this.tip||a.default(this.config.template)[0],this.tip},o.setContent=function setContent(){var o=this.getTipElement();this.setElementContent(a.default(o.querySelectorAll(".tooltip-inner")),this.getTitle()),a.default(o).removeClass("fade show")},o.setElementContent=function setElementContent(o,i){"object"!==_typeof(i)||!i.nodeType&&!i.jquery?this.config.html?(this.config.sanitize&&(i=sanitizeHtml(i,this.config.whiteList,this.config.sanitizeFn)),o.html(i)):o.text(i):this.config.html?a.default(i).parent().is(o)||o.empty().append(i):o.text(a.default(i).text())},o.getTitle=function getTitle(){var o=this.element.getAttribute("data-original-title");return o||(o="function"===typeof this.config.title?this.config.title.call(this.element):this.config.title),o},o._getPopperConfig=function _getPopperConfig(o){var i=this;return _extends({},{placement:o,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function onCreate(o){o.originalPlacement!==o.placement&&i._handlePopperPlacementChange(o)},onUpdate:function onUpdate(o){return i._handlePopperPlacementChange(o)}},this.config.popperConfig)},o._getOffset=function _getOffset(){var o=this,i={};return"function"===typeof this.config.offset?i.fn=function(i){return i.offsets=_extends({},i.offsets,o.config.offset(i.offsets,o.element)||{}),i}:i.offset=this.config.offset,i},o._getContainer=function _getContainer(){return!1===this.config.container?document.body:l.default.isElement(this.config.container)?a.default(this.config.container):a.default(document).find(this.config.container)},o._getAttachment=function _getAttachment(o){return w[o.toUpperCase()]},o._setListeners=function _setListeners(){var o=this;this.config.trigger.split(" ").forEach((function(i){if("click"===i)a.default(o.element).on(o.constructor.Event.CLICK,o.config.selector,(function(i){return o.toggle(i)}));else if("manual"!==i){var s=i===O?o.constructor.Event.MOUSEENTER:o.constructor.Event.FOCUSIN,l=i===O?o.constructor.Event.MOUSELEAVE:o.constructor.Event.FOCUSOUT;a.default(o.element).on(s,o.config.selector,(function(i){return o._enter(i)})).on(l,o.config.selector,(function(i){return o._leave(i)}))}})),this._hideModalHandler=function(){o.element&&o.hide()},a.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=_extends({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},o._fixTitle=function _fixTitle(){var o=_typeof(this.element.getAttribute("data-original-title"));(this.element.getAttribute("title")||"string"!==o)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},o._enter=function _enter(o,i){var s=this.constructor.DATA_KEY;(i=i||a.default(o.currentTarget).data(s))||(i=new this.constructor(o.currentTarget,this._getDelegateConfig()),a.default(o.currentTarget).data(s,i)),o&&(i._activeTrigger["focusin"===o.type?D:O]=!0),a.default(i.getTipElement()).hasClass(P)||i._hoverState===T?i._hoverState=T:(clearTimeout(i._timeout),i._hoverState=T,i.config.delay&&i.config.delay.show?i._timeout=setTimeout((function(){i._hoverState===T&&i.show()}),i.config.delay.show):i.show())},o._leave=function _leave(o,i){var s=this.constructor.DATA_KEY;(i=i||a.default(o.currentTarget).data(s))||(i=new this.constructor(o.currentTarget,this._getDelegateConfig()),a.default(o.currentTarget).data(s,i)),o&&(i._activeTrigger["focusout"===o.type?D:O]=!1),i._isWithActiveTrigger()||(clearTimeout(i._timeout),i._hoverState=S,i.config.delay&&i.config.delay.hide?i._timeout=setTimeout((function(){i._hoverState===S&&i.hide()}),i.config.delay.hide):i.hide())},o._isWithActiveTrigger=function _isWithActiveTrigger(){for(var o in this._activeTrigger)if(this._activeTrigger[o])return!0;return!1},o._getConfig=function _getConfig(o){var i=a.default(this.element).data();return Object.keys(i).forEach((function(o){-1!==y.indexOf(o)&&delete i[o]})),"number"===typeof(o=_extends({},this.constructor.Default,i,"object"===_typeof(o)&&o?o:{})).delay&&(o.delay={show:o.delay,hide:o.delay}),"number"===typeof o.title&&(o.title=o.title.toString()),"number"===typeof o.content&&(o.content=o.content.toString()),l.default.typeCheckConfig(p,o,this.constructor.DefaultType),o.sanitize&&(o.template=sanitizeHtml(o.template,o.whiteList,o.sanitizeFn)),o},o._getDelegateConfig=function _getDelegateConfig(){var o={};if(this.config)for(var i in this.config)this.constructor.Default[i]!==this.config[i]&&(o[i]=this.config[i]);return o},o._cleanTipClass=function _cleanTipClass(){var o=a.default(this.getTipElement()),i=o.attr("class").match(v);null!==i&&i.length&&o.removeClass(i.join(""))},o._handlePopperPlacementChange=function _handlePopperPlacementChange(o){this.tip=o.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(o.placement))},o._fixTransition=function _fixTransition(){var o=this.getTipElement(),i=this.config.animation;null===o.getAttribute("x-placement")&&(a.default(o).removeClass(k),this.config.animation=!1,this.hide(),this.show(),this.config.animation=i)},Tooltip._jQueryInterface=function _jQueryInterface(o){return this.each((function(){var i=a.default(this),s=i.data(h),l="object"===_typeof(o)&&o;if((s||!/dispose|hide/.test(o))&&(s||(s=new Tooltip(this,l),i.data(h,s)),"string"===typeof o)){if("undefined"===typeof s[o])throw new TypeError('No method named "'+o+'"');s[o]()}}))},function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(Tooltip,null,[{key:"VERSION",get:function get(){return"4.6.0"}},{key:"Default",get:function get(){return C}},{key:"NAME",get:function get(){return p}},{key:"DATA_KEY",get:function get(){return h}},{key:"Event",get:function get(){return A}},{key:"EVENT_KEY",get:function get(){return g}},{key:"DefaultType",get:function get(){return b}}]),Tooltip}();return a.default.fn[p]=R._jQueryInterface,a.default.fn[p].Constructor=R,a.default.fn[p].noConflict=function(){return a.default.fn[p]=m,R._jQueryInterface},R},"object"===_typeof(i)?o.exports=u(a(609),a(314),a(734)):(l=[a(609),a(314),a(734)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},734:function(o,i,a){var s,l,c,u;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}u=function($){"use strict";function _interopDefaultLegacy(o){return o&&"object"===_typeof(o)&&"default"in o?o:{default:o}}var o=_interopDefaultLegacy($),i="transitionend";function transitionEndEmulator(i){var s=this,l=!1;return o.default(this).one(a.TRANSITION_END,(function(){l=!0})),setTimeout((function(){l||a.triggerTransitionEnd(s)}),i),this}var a={TRANSITION_END:"bsTransitionEnd",getUID:function getUID(o){do{o+=~~(1e6*Math.random())}while(document.getElementById(o));return o},getSelectorFromElement:function getSelectorFromElement(o){var i=o.getAttribute("data-target");if(!i||"#"===i){var a=o.getAttribute("href");i=a&&"#"!==a?a.trim():""}try{return document.querySelector(i)?i:null}catch(s){return null}},getTransitionDurationFromElement:function getTransitionDurationFromElement(i){if(!i)return 0;var a=o.default(i).css("transition-duration"),s=o.default(i).css("transition-delay"),l=parseFloat(a),c=parseFloat(s);return l||c?(a=a.split(",")[0],s=s.split(",")[0],1e3*(parseFloat(a)+parseFloat(s))):0},reflow:function reflow(o){return o.offsetHeight},triggerTransitionEnd:function triggerTransitionEnd(a){o.default(a).trigger(i)},supportsTransitionEnd:function supportsTransitionEnd(){return Boolean(i)},isElement:function isElement(o){return(o[0]||o).nodeType},typeCheckConfig:function typeCheckConfig(o,i,s){for(var l in s)if(Object.prototype.hasOwnProperty.call(s,l)){var c=s[l],u=i[l],f=u&&a.isElement(u)?"element":null===(d=u)||"undefined"===typeof d?""+d:{}.toString.call(d).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(c).test(f))throw new Error(o.toUpperCase()+': Option "'+l+'" provided type "'+f+'" but expected type "'+c+'".')}var d},findShadowRoot:function findShadowRoot(o){if(!document.documentElement.attachShadow)return null;if("function"===typeof o.getRootNode){var i=o.getRootNode();return i instanceof ShadowRoot?i:null}return o instanceof ShadowRoot?o:o.parentNode?a.findShadowRoot(o.parentNode):null},jQueryDetection:function jQueryDetection(){if("undefined"===typeof o.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var i=o.default.fn.jquery.split(" ")[0].split(".");if(i[0]<2&&i[1]<9||1===i[0]&&9===i[1]&&i[2]<1||i[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};return a.jQueryDetection(),function setTransitionEndSupport(){o.default.fn.emulateTransitionEnd=transitionEndEmulator,o.default.event.special[a.TRANSITION_END]=function getSpecialTransitionEndEvent(){return{bindType:i,delegateType:i,handle:function handle(i){if(o.default(i.target).is(this))return i.handleObj.handler.apply(this,arguments)}}}()}(),a},"object"===_typeof(i)?o.exports=u(a(609)):(l=[a(609)],void 0===(c="function"===typeof(s=u)?s.apply(i,l):s)||(o.exports=c))},695:function(o,i,a){var s;function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}!function(l,c,u,f){"use strict";var d,p=["","webkit","Moz","MS","ms","o"],h=c.createElement("div"),g=Math.round,m=Math.abs,v=Date.now;function setTimeoutContext(o,i,a){return setTimeout(bindFn(o,a),i)}function invokeArrayArg(o,i,a){return!!Array.isArray(o)&&(each(o,a[i],a),!0)}function each(o,i,a){var s;if(o)if(o.forEach)o.forEach(i,a);else if(o.length!==f)for(s=0;s<o.length;)i.call(a,o[s],s,o),s++;else for(s in o)o.hasOwnProperty(s)&&i.call(a,o[s],s,o)}function deprecate(o,i,a){var s="DEPRECATED METHOD: "+i+"\n"+a+" AT \n";return function(){var i=new Error("get-stack-trace"),a=i&&i.stack?i.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",c=l.console&&(l.console.warn||l.console.log);return c&&c.call(l.console,s,a),o.apply(this,arguments)}}d="function"!==typeof Object.assign?function assign(o){if(o===f||null===o)throw new TypeError("Cannot convert undefined or null to object");for(var i=Object(o),a=1;a<arguments.length;a++){var s=arguments[a];if(s!==f&&null!==s)for(var l in s)s.hasOwnProperty(l)&&(i[l]=s[l])}return i}:Object.assign;var y=deprecate((function extend(o,i,a){for(var s=Object.keys(i),l=0;l<s.length;)(!a||a&&o[s[l]]===f)&&(o[s[l]]=i[s[l]]),l++;return o}),"extend","Use `assign`."),b=deprecate((function merge(o,i){return y(o,i,!0)}),"merge","Use `assign`.");function inherit(o,i,a){var s,l=i.prototype;(s=o.prototype=Object.create(l)).constructor=o,s._super=l,a&&d(s,a)}function bindFn(o,i){return function boundFn(){return o.apply(i,arguments)}}function boolOrFn(o,i){return"function"==_typeof(o)?o.apply(i&&i[0]||f,i):o}function ifUndefined(o,i){return o===f?i:o}function addEventListeners(o,i,a){each(splitStr(i),(function(i){o.addEventListener(i,a,!1)}))}function removeEventListeners(o,i,a){each(splitStr(i),(function(i){o.removeEventListener(i,a,!1)}))}function hasParent(o,i){for(;o;){if(o==i)return!0;o=o.parentNode}return!1}function inStr(o,i){return o.indexOf(i)>-1}function splitStr(o){return o.trim().split(/\s+/g)}function inArray(o,i,a){if(o.indexOf&&!a)return o.indexOf(i);for(var s=0;s<o.length;){if(a&&o[s][a]==i||!a&&o[s]===i)return s;s++}return-1}function toArray(o){return Array.prototype.slice.call(o,0)}function uniqueArray(o,i,a){for(var s=[],l=[],c=0;c<o.length;){var u=i?o[c][i]:o[c];inArray(l,u)<0&&s.push(o[c]),l[c]=u,c++}return a&&(s=i?s.sort((function sortUniqueArray(o,a){return o[i]>a[i]})):s.sort()),s}function prefixed(o,i){for(var a,s,l=i[0].toUpperCase()+i.slice(1),c=0;c<p.length;){if((s=(a=p[c])?a+l:i)in o)return s;c++}return f}var w=1;function getWindowForElement(o){var i=o.ownerDocument||o;return i.defaultView||i.parentWindow||l}var C="ontouchstart"in l,T=prefixed(l,"PointerEvent")!==f,S=C&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),A="touch",k="mouse",P=24,O=["x","y"],D=["clientX","clientY"];function Input(o,i){var a=this;this.manager=o,this.callback=i,this.element=o.element,this.target=o.options.inputTarget,this.domHandler=function(i){boolOrFn(o.options.enable,[o])&&a.handler(i)},this.init()}function inputHandler(o,i,a){var s=a.pointers.length,l=a.changedPointers.length,c=1&i&&s-l===0,u=12&i&&s-l===0;a.isFirst=!!c,a.isFinal=!!u,c&&(o.session={}),a.eventType=i,function computeInputData(o,i){var a=o.session,s=i.pointers,l=s.length;a.firstInput||(a.firstInput=simpleCloneInputData(i));l>1&&!a.firstMultiple?a.firstMultiple=simpleCloneInputData(i):1===l&&(a.firstMultiple=!1);var c=a.firstInput,u=a.firstMultiple,d=u?u.center:c.center,p=i.center=getCenter(s);i.timeStamp=v(),i.deltaTime=i.timeStamp-c.timeStamp,i.angle=getAngle(d,p),i.distance=getDistance(d,p),function computeDeltaXY(o,i){var a=i.center,s=o.offsetDelta||{},l=o.prevDelta||{},c=o.prevInput||{};1!==i.eventType&&4!==c.eventType||(l=o.prevDelta={x:c.deltaX||0,y:c.deltaY||0},s=o.offsetDelta={x:a.x,y:a.y});i.deltaX=l.x+(a.x-s.x),i.deltaY=l.y+(a.y-s.y)}(a,i),i.offsetDirection=getDirection(i.deltaX,i.deltaY);var h=getVelocity(i.deltaTime,i.deltaX,i.deltaY);i.overallVelocityX=h.x,i.overallVelocityY=h.y,i.overallVelocity=m(h.x)>m(h.y)?h.x:h.y,i.scale=u?function getScale(o,i){return getDistance(i[0],i[1],D)/getDistance(o[0],o[1],D)}(u.pointers,s):1,i.rotation=u?function getRotation(o,i){return getAngle(i[1],i[0],D)+getAngle(o[1],o[0],D)}(u.pointers,s):0,i.maxPointers=a.prevInput?i.pointers.length>a.prevInput.maxPointers?i.pointers.length:a.prevInput.maxPointers:i.pointers.length,function computeIntervalInputData(o,i){var a,s,l,c,u=o.lastInterval||i,d=i.timeStamp-u.timeStamp;if(8!=i.eventType&&(d>25||u.velocity===f)){var p=i.deltaX-u.deltaX,h=i.deltaY-u.deltaY,g=getVelocity(d,p,h);s=g.x,l=g.y,a=m(g.x)>m(g.y)?g.x:g.y,c=getDirection(p,h),o.lastInterval=i}else a=u.velocity,s=u.velocityX,l=u.velocityY,c=u.direction;i.velocity=a,i.velocityX=s,i.velocityY=l,i.direction=c}(a,i);var g=o.element;hasParent(i.srcEvent.target,g)&&(g=i.srcEvent.target);i.target=g}(o,a),o.emit("hammer.input",a),o.recognize(a),o.session.prevInput=a}function simpleCloneInputData(o){for(var i=[],a=0;a<o.pointers.length;)i[a]={clientX:g(o.pointers[a].clientX),clientY:g(o.pointers[a].clientY)},a++;return{timeStamp:v(),pointers:i,center:getCenter(i),deltaX:o.deltaX,deltaY:o.deltaY}}function getCenter(o){var i=o.length;if(1===i)return{x:g(o[0].clientX),y:g(o[0].clientY)};for(var a=0,s=0,l=0;l<i;)a+=o[l].clientX,s+=o[l].clientY,l++;return{x:g(a/i),y:g(s/i)}}function getVelocity(o,i,a){return{x:i/o||0,y:a/o||0}}function getDirection(o,i){return o===i?1:m(o)>=m(i)?o<0?2:4:i<0?8:16}function getDistance(o,i,a){a||(a=O);var s=i[a[0]]-o[a[0]],l=i[a[1]]-o[a[1]];return Math.sqrt(s*s+l*l)}function getAngle(o,i,a){a||(a=O);var s=i[a[0]]-o[a[0]],l=i[a[1]]-o[a[1]];return 180*Math.atan2(l,s)/Math.PI}Input.prototype={handler:function handler(){},init:function init(){this.evEl&&addEventListeners(this.element,this.evEl,this.domHandler),this.evTarget&&addEventListeners(this.target,this.evTarget,this.domHandler),this.evWin&&addEventListeners(getWindowForElement(this.element),this.evWin,this.domHandler)},destroy:function destroy(){this.evEl&&removeEventListeners(this.element,this.evEl,this.domHandler),this.evTarget&&removeEventListeners(this.target,this.evTarget,this.domHandler),this.evWin&&removeEventListeners(getWindowForElement(this.element),this.evWin,this.domHandler)}};var R={mousedown:1,mousemove:2,mouseup:4},j="mousedown",N="mousemove mouseup";function MouseInput(){this.evEl=j,this.evWin=N,this.pressed=!1,Input.apply(this,arguments)}inherit(MouseInput,Input,{handler:function MEhandler(o){var i=R[o.type];1&i&&0===o.button&&(this.pressed=!0),2&i&&1!==o.which&&(i=4),this.pressed&&(4&i&&(this.pressed=!1),this.callback(this.manager,i,{pointers:[o],changedPointers:[o],pointerType:k,srcEvent:o}))}});var M={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},U={2:A,3:"pen",4:k,5:"kinect"},z="pointerdown",q="pointermove pointerup pointercancel";function PointerEventInput(){this.evEl=z,this.evWin=q,Input.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}l.MSPointerEvent&&!l.PointerEvent&&(z="MSPointerDown",q="MSPointerMove MSPointerUp MSPointerCancel"),inherit(PointerEventInput,Input,{handler:function PEhandler(o){var i=this.store,a=!1,s=o.type.toLowerCase().replace("ms",""),l=M[s],c=U[o.pointerType]||o.pointerType,u=c==A,f=inArray(i,o.pointerId,"pointerId");1&l&&(0===o.button||u)?f<0&&(i.push(o),f=i.length-1):12&l&&(a=!0),f<0||(i[f]=o,this.callback(this.manager,l,{pointers:i,changedPointers:[o],pointerType:c,srcEvent:o}),a&&i.splice(f,1))}});var B={touchstart:1,touchmove:2,touchend:4,touchcancel:8},W="touchstart",Q="touchstart touchmove touchend touchcancel";function SingleTouchInput(){this.evTarget=W,this.evWin=Q,this.started=!1,Input.apply(this,arguments)}function normalizeSingleTouches(o,i){var a=toArray(o.touches),s=toArray(o.changedTouches);return 12&i&&(a=uniqueArray(a.concat(s),"identifier",!0)),[a,s]}inherit(SingleTouchInput,Input,{handler:function TEhandler(o){var i=B[o.type];if(1===i&&(this.started=!0),this.started){var a=normalizeSingleTouches.call(this,o,i);12&i&&a[0].length-a[1].length===0&&(this.started=!1),this.callback(this.manager,i,{pointers:a[0],changedPointers:a[1],pointerType:A,srcEvent:o})}}});var Y={touchstart:1,touchmove:2,touchend:4,touchcancel:8},X="touchstart touchmove touchend touchcancel";function TouchInput(){this.evTarget=X,this.targetIds={},Input.apply(this,arguments)}function getTouches(o,i){var a=toArray(o.touches),s=this.targetIds;if(3&i&&1===a.length)return s[a[0].identifier]=!0,[a,a];var l,c,u=toArray(o.changedTouches),f=[],d=this.target;if(c=a.filter((function(o){return hasParent(o.target,d)})),1===i)for(l=0;l<c.length;)s[c[l].identifier]=!0,l++;for(l=0;l<u.length;)s[u[l].identifier]&&f.push(u[l]),12&i&&delete s[u[l].identifier],l++;return f.length?[uniqueArray(c.concat(f),"identifier",!0),f]:void 0}inherit(TouchInput,Input,{handler:function MTEhandler(o){var i=Y[o.type],a=getTouches.call(this,o,i);a&&this.callback(this.manager,i,{pointers:a[0],changedPointers:a[1],pointerType:A,srcEvent:o})}});function TouchMouseInput(){Input.apply(this,arguments);var o=bindFn(this.handler,this);this.touch=new TouchInput(this.manager,o),this.mouse=new MouseInput(this.manager,o),this.primaryTouch=null,this.lastTouches=[]}function recordTouches(o,i){1&o?(this.primaryTouch=i.changedPointers[0].identifier,setLastTouch.call(this,i)):12&o&&setLastTouch.call(this,i)}function setLastTouch(o){var i=o.changedPointers[0];if(i.identifier===this.primaryTouch){var a={x:i.clientX,y:i.clientY};this.lastTouches.push(a);var s=this.lastTouches;setTimeout((function removeLastTouch(){var o=s.indexOf(a);o>-1&&s.splice(o,1)}),2500)}}function isSyntheticEvent(o){for(var i=o.srcEvent.clientX,a=o.srcEvent.clientY,s=0;s<this.lastTouches.length;s++){var l=this.lastTouches[s],c=Math.abs(i-l.x),u=Math.abs(a-l.y);if(c<=25&&u<=25)return!0}return!1}inherit(TouchMouseInput,Input,{handler:function TMEhandler(o,i,a){var s=a.pointerType==A,l=a.pointerType==k;if(!(l&&a.sourceCapabilities&&a.sourceCapabilities.firesTouchEvents)){if(s)recordTouches.call(this,i,a);else if(l&&isSyntheticEvent.call(this,a))return;this.callback(o,i,a)}},destroy:function destroy(){this.touch.destroy(),this.mouse.destroy()}});var V=prefixed(h.style,"touchAction"),G=V!==f,J="compute",K="auto",Z="manipulation",ee="none",te="pan-x",ne="pan-y",oe=function getTouchActionProps(){if(!G)return!1;var o={},i=l.CSS&&l.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach((function(a){o[a]=!i||l.CSS.supports("touch-action",a)})),o}();function TouchAction(o,i){this.manager=o,this.set(i)}TouchAction.prototype={set:function set(o){o==J&&(o=this.compute()),G&&this.manager.element.style&&oe[o]&&(this.manager.element.style[V]=o),this.actions=o.toLowerCase().trim()},update:function update(){this.set(this.manager.options.touchAction)},compute:function compute(){var o=[];return each(this.manager.recognizers,(function(i){boolOrFn(i.options.enable,[i])&&(o=o.concat(i.getTouchAction()))})),function cleanTouchActions(o){if(inStr(o,ee))return ee;var i=inStr(o,te),a=inStr(o,ne);if(i&&a)return ee;if(i||a)return i?te:ne;if(inStr(o,Z))return Z;return K}(o.join(" "))},preventDefaults:function preventDefaults(o){var i=o.srcEvent,a=o.offsetDirection;if(this.manager.session.prevented)i.preventDefault();else{var s=this.actions,l=inStr(s,ee)&&!oe.none,c=inStr(s,ne)&&!oe["pan-y"],u=inStr(s,te)&&!oe["pan-x"];if(l){var f=1===o.pointers.length,d=o.distance<2,p=o.deltaTime<250;if(f&&d&&p)return}if(!u||!c)return l||c&&6&a||u&&a&P?this.preventSrc(i):void 0}},preventSrc:function preventSrc(o){this.manager.session.prevented=!0,o.preventDefault()}};var ie=32;function Recognizer(o){this.options=d({},this.defaults,o||{}),this.id=function uniqueId(){return w++}(),this.manager=null,this.options.enable=ifUndefined(this.options.enable,!0),this.state=1,this.simultaneous={},this.requireFail=[]}function stateStr(o){return 16&o?"cancel":8&o?"end":4&o?"move":2&o?"start":""}function directionStr(o){return 16==o?"down":8==o?"up":2==o?"left":4==o?"right":""}function getRecognizerByNameIfManager(o,i){var a=i.manager;return a?a.get(o):o}function AttrRecognizer(){Recognizer.apply(this,arguments)}function PanRecognizer(){AttrRecognizer.apply(this,arguments),this.pX=null,this.pY=null}function PinchRecognizer(){AttrRecognizer.apply(this,arguments)}function PressRecognizer(){Recognizer.apply(this,arguments),this._timer=null,this._input=null}function RotateRecognizer(){AttrRecognizer.apply(this,arguments)}function SwipeRecognizer(){AttrRecognizer.apply(this,arguments)}function TapRecognizer(){Recognizer.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function Hammer(o,i){return(i=i||{}).recognizers=ifUndefined(i.recognizers,Hammer.defaults.preset),new Manager(o,i)}Recognizer.prototype={defaults:{},set:function set(o){return d(this.options,o),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function recognizeWith(o){if(invokeArrayArg(o,"recognizeWith",this))return this;var i=this.simultaneous;return i[(o=getRecognizerByNameIfManager(o,this)).id]||(i[o.id]=o,o.recognizeWith(this)),this},dropRecognizeWith:function dropRecognizeWith(o){return invokeArrayArg(o,"dropRecognizeWith",this)||(o=getRecognizerByNameIfManager(o,this),delete this.simultaneous[o.id]),this},requireFailure:function requireFailure(o){if(invokeArrayArg(o,"requireFailure",this))return this;var i=this.requireFail;return-1===inArray(i,o=getRecognizerByNameIfManager(o,this))&&(i.push(o),o.requireFailure(this)),this},dropRequireFailure:function dropRequireFailure(o){if(invokeArrayArg(o,"dropRequireFailure",this))return this;o=getRecognizerByNameIfManager(o,this);var i=inArray(this.requireFail,o);return i>-1&&this.requireFail.splice(i,1),this},hasRequireFailures:function hasRequireFailures(){return this.requireFail.length>0},canRecognizeWith:function canRecognizeWith(o){return!!this.simultaneous[o.id]},emit:function emit(o){var i=this,a=this.state;function emit(a){i.manager.emit(a,o)}a<8&&emit(i.options.event+stateStr(a)),emit(i.options.event),o.additionalEvent&&emit(o.additionalEvent),a>=8&&emit(i.options.event+stateStr(a))},tryEmit:function tryEmit(o){if(this.canEmit())return this.emit(o);this.state=ie},canEmit:function canEmit(){for(var o=0;o<this.requireFail.length;){if(!(33&this.requireFail[o].state))return!1;o++}return!0},recognize:function recognize(o){var i=d({},o);if(!boolOrFn(this.options.enable,[this,i]))return this.reset(),void(this.state=ie);56&this.state&&(this.state=1),this.state=this.process(i),30&this.state&&this.tryEmit(i)},process:function process(o){},getTouchAction:function getTouchAction(){},reset:function reset(){}},inherit(AttrRecognizer,Recognizer,{defaults:{pointers:1},attrTest:function attrTest(o){var i=this.options.pointers;return 0===i||o.pointers.length===i},process:function process(o){var i=this.state,a=o.eventType,s=6&i,l=this.attrTest(o);return s&&(8&a||!l)?16|i:s||l?4&a?8|i:2&i?4|i:2:ie}}),inherit(PanRecognizer,AttrRecognizer,{defaults:{event:"pan",threshold:10,pointers:1,direction:30},getTouchAction:function getTouchAction(){var o=this.options.direction,i=[];return 6&o&&i.push(ne),o&P&&i.push(te),i},directionTest:function directionTest(o){var i=this.options,a=!0,s=o.distance,l=o.direction,c=o.deltaX,u=o.deltaY;return l&i.direction||(6&i.direction?(l=0===c?1:c<0?2:4,a=c!=this.pX,s=Math.abs(o.deltaX)):(l=0===u?1:u<0?8:16,a=u!=this.pY,s=Math.abs(o.deltaY))),o.direction=l,a&&s>i.threshold&&l&i.direction},attrTest:function attrTest(o){return AttrRecognizer.prototype.attrTest.call(this,o)&&(2&this.state||!(2&this.state)&&this.directionTest(o))},emit:function emit(o){this.pX=o.deltaX,this.pY=o.deltaY;var i=directionStr(o.direction);i&&(o.additionalEvent=this.options.event+i),this._super.emit.call(this,o)}}),inherit(PinchRecognizer,AttrRecognizer,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function getTouchAction(){return[ee]},attrTest:function attrTest(o){return this._super.attrTest.call(this,o)&&(Math.abs(o.scale-1)>this.options.threshold||2&this.state)},emit:function emit(o){if(1!==o.scale){var i=o.scale<1?"in":"out";o.additionalEvent=this.options.event+i}this._super.emit.call(this,o)}}),inherit(PressRecognizer,Recognizer,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function getTouchAction(){return[K]},process:function process(o){var i=this.options,a=o.pointers.length===i.pointers,s=o.distance<i.threshold,l=o.deltaTime>i.time;if(this._input=o,!s||!a||12&o.eventType&&!l)this.reset();else if(1&o.eventType)this.reset(),this._timer=setTimeoutContext((function(){this.state=8,this.tryEmit()}),i.time,this);else if(4&o.eventType)return 8;return ie},reset:function reset(){clearTimeout(this._timer)},emit:function emit(o){8===this.state&&(o&&4&o.eventType?this.manager.emit(this.options.event+"up",o):(this._input.timeStamp=v(),this.manager.emit(this.options.event,this._input)))}}),inherit(RotateRecognizer,AttrRecognizer,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function getTouchAction(){return[ee]},attrTest:function attrTest(o){return this._super.attrTest.call(this,o)&&(Math.abs(o.rotation)>this.options.threshold||2&this.state)}}),inherit(SwipeRecognizer,AttrRecognizer,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function getTouchAction(){return PanRecognizer.prototype.getTouchAction.call(this)},attrTest:function attrTest(o){var i,a=this.options.direction;return 30&a?i=o.overallVelocity:6&a?i=o.overallVelocityX:a&P&&(i=o.overallVelocityY),this._super.attrTest.call(this,o)&&a&o.offsetDirection&&o.distance>this.options.threshold&&o.maxPointers==this.options.pointers&&m(i)>this.options.velocity&&4&o.eventType},emit:function emit(o){var i=directionStr(o.offsetDirection);i&&this.manager.emit(this.options.event+i,o),this.manager.emit(this.options.event,o)}}),inherit(TapRecognizer,Recognizer,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function getTouchAction(){return[Z]},process:function process(o){var i=this.options,a=o.pointers.length===i.pointers,s=o.distance<i.threshold,l=o.deltaTime<i.time;if(this.reset(),1&o.eventType&&0===this.count)return this.failTimeout();if(s&&l&&a){if(4!=o.eventType)return this.failTimeout();var c=!this.pTime||o.timeStamp-this.pTime<i.interval,u=!this.pCenter||getDistance(this.pCenter,o.center)<i.posThreshold;if(this.pTime=o.timeStamp,this.pCenter=o.center,u&&c?this.count+=1:this.count=1,this._input=o,0===this.count%i.taps)return this.hasRequireFailures()?(this._timer=setTimeoutContext((function(){this.state=8,this.tryEmit()}),i.interval,this),2):8}return ie},failTimeout:function failTimeout(){return this._timer=setTimeoutContext((function(){this.state=ie}),this.options.interval,this),ie},reset:function reset(){clearTimeout(this._timer)},emit:function emit(){8==this.state&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),Hammer.VERSION="2.0.7",Hammer.defaults={domEvents:!1,touchAction:J,enable:!0,inputTarget:null,inputClass:null,preset:[[RotateRecognizer,{enable:!1}],[PinchRecognizer,{enable:!1},["rotate"]],[SwipeRecognizer,{direction:6}],[PanRecognizer,{direction:6},["swipe"]],[TapRecognizer],[TapRecognizer,{event:"doubletap",taps:2},["tap"]],[PressRecognizer]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};function Manager(o,i){this.options=d({},Hammer.defaults,i||{}),this.options.inputTarget=this.options.inputTarget||o,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=o,this.input=function createInputInstance(o){return new(o.options.inputClass||(T?PointerEventInput:S?TouchInput:C?TouchMouseInput:MouseInput))(o,inputHandler)}(this),this.touchAction=new TouchAction(this,this.options.touchAction),toggleCssProps(this,!0),each(this.options.recognizers,(function(o){var i=this.add(new o[0](o[1]));o[2]&&i.recognizeWith(o[2]),o[3]&&i.requireFailure(o[3])}),this)}function toggleCssProps(o,i){var a,s=o.element;s.style&&(each(o.options.cssProps,(function(l,c){a=prefixed(s.style,c),i?(o.oldCssProps[a]=s.style[a],s.style[a]=l):s.style[a]=o.oldCssProps[a]||""})),i||(o.oldCssProps={}))}Manager.prototype={set:function set(o){return d(this.options,o),o.touchAction&&this.touchAction.update(),o.inputTarget&&(this.input.destroy(),this.input.target=o.inputTarget,this.input.init()),this},stop:function stop(o){this.session.stopped=o?2:1},recognize:function recognize(o){var i=this.session;if(!i.stopped){var a;this.touchAction.preventDefaults(o);var s=this.recognizers,l=i.curRecognizer;(!l||l&&8&l.state)&&(l=i.curRecognizer=null);for(var c=0;c<s.length;)a=s[c],2===i.stopped||l&&a!=l&&!a.canRecognizeWith(l)?a.reset():a.recognize(o),!l&&14&a.state&&(l=i.curRecognizer=a),c++}},get:function get(o){if(o instanceof Recognizer)return o;for(var i=this.recognizers,a=0;a<i.length;a++)if(i[a].options.event==o)return i[a];return null},add:function add(o){if(invokeArrayArg(o,"add",this))return this;var i=this.get(o.options.event);return i&&this.remove(i),this.recognizers.push(o),o.manager=this,this.touchAction.update(),o},remove:function remove(o){if(invokeArrayArg(o,"remove",this))return this;if(o=this.get(o)){var i=this.recognizers,a=inArray(i,o);-1!==a&&(i.splice(a,1),this.touchAction.update())}return this},on:function on(o,i){if(o!==f&&i!==f){var a=this.handlers;return each(splitStr(o),(function(o){a[o]=a[o]||[],a[o].push(i)})),this}},off:function off(o,i){if(o!==f){var a=this.handlers;return each(splitStr(o),(function(o){i?a[o]&&a[o].splice(inArray(a[o],i),1):delete a[o]})),this}},emit:function emit(o,i){this.options.domEvents&&function triggerDomEvent(o,i){var a=c.createEvent("Event");a.initEvent(o,!0,!0),a.gesture=i,i.target.dispatchEvent(a)}(o,i);var a=this.handlers[o]&&this.handlers[o].slice();if(a&&a.length){i.type=o,i.preventDefault=function(){i.srcEvent.preventDefault()};for(var s=0;s<a.length;)a[s](i),s++}},destroy:function destroy(){this.element&&toggleCssProps(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},d(Hammer,{INPUT_START:1,INPUT_MOVE:2,INPUT_END:4,INPUT_CANCEL:8,STATE_POSSIBLE:1,STATE_BEGAN:2,STATE_CHANGED:4,STATE_ENDED:8,STATE_RECOGNIZED:8,STATE_CANCELLED:16,STATE_FAILED:ie,DIRECTION_NONE:1,DIRECTION_LEFT:2,DIRECTION_RIGHT:4,DIRECTION_UP:8,DIRECTION_DOWN:16,DIRECTION_HORIZONTAL:6,DIRECTION_VERTICAL:P,DIRECTION_ALL:30,Manager:Manager,Input:Input,TouchAction:TouchAction,TouchInput:TouchInput,MouseInput:MouseInput,PointerEventInput:PointerEventInput,TouchMouseInput:TouchMouseInput,SingleTouchInput:SingleTouchInput,Recognizer:Recognizer,AttrRecognizer:AttrRecognizer,Tap:TapRecognizer,Pan:PanRecognizer,Swipe:SwipeRecognizer,Pinch:PinchRecognizer,Rotate:RotateRecognizer,Press:PressRecognizer,on:addEventListeners,off:removeEventListeners,each:each,merge:b,extend:y,assign:d,inherit:inherit,bindFn:bindFn,prefixed:prefixed}),("undefined"!==typeof l?l:"undefined"!==typeof self?self:{}).Hammer=Hammer,(s=function(){return Hammer}.call(i,a,i,o))===f||(o.exports=s)}(window,document)},456:function(o,i,a){var s,l,c;l=[a(609),a(695)],void 0===(c="function"===typeof(s=function($,o){function hammerify(i,a){var s=$(i);s.data("hammer")||s.data("hammer",new o(s[0],a))}var i;$.fn.hammer=function(o){return this.each((function(){hammerify(this,o)}))},o.Manager.prototype.emit=(i=o.Manager.prototype.emit,function(o,a){i.call(this,o,a),$(this.element).trigger({type:o,gesture:a})})})?s.apply(i,l):s)||(o.exports=c)},89:function(o,i,a){var s,l,c;!function(u){"use strict";l=[a(609)],void 0===(c="function"===typeof(s=function($){var o,i,a={interval:100,sensitivity:6,timeout:0},s=0,l=function track(a){o=a.pageX,i=a.pageY},c=function compare(a,s,c,u){if(Math.sqrt((c.pX-o)*(c.pX-o)+(c.pY-i)*(c.pY-i))<u.sensitivity)return s.off(c.event,l),delete c.timeoutId,c.isActive=!0,a.pageX=o,a.pageY=i,delete c.pX,delete c.pY,u.over.apply(s[0],[a]);c.pX=o,c.pY=i,c.timeoutId=setTimeout((function(){compare(a,s,c,u)}),u.interval)},u=function delay(o,i,a,s){var l=i.data("hoverIntent");return l&&delete l[a.id],s.apply(i[0],[o])};$.fn.hoverIntent=function(o,i,f){var d=s++,p=$.extend({},a);$.isPlainObject(o)?(p=$.extend(p,o),$.isFunction(p.out)||(p.out=p.over)):p=$.isFunction(i)?$.extend(p,{over:o,out:i,selector:f}):$.extend(p,{over:o,out:o,selector:i});var h=function handleHover(o){var i=$.extend({},o),a=$(this),s=a.data("hoverIntent");s||a.data("hoverIntent",s={});var f=s[d];f||(s[d]=f={id:d}),f.timeoutId&&(f.timeoutId=clearTimeout(f.timeoutId));var h=f.event="mousemove.hoverIntent.hoverIntent"+d;if("mouseenter"===o.type){if(f.isActive)return;f.pX=i.pageX,f.pY=i.pageY,a.off(h,l).on(h,l),f.timeoutId=setTimeout((function(){c(i,a,f,p)}),p.interval)}else{if(!f.isActive)return;a.off(h,l),f.timeoutId=setTimeout((function(){u(i,a,f,p.out)}),p.timeout)}};return this.on({"mouseenter.hoverIntent":h,"mouseleave.hoverIntent":h},p.selector)}})?s.apply(i,l):s)||(o.exports=c)}()},314:function(o,i,a){"use strict";a.r(i);var s="undefined"!==typeof window&&"undefined"!==typeof document&&"undefined"!==typeof navigator,l=function(){for(var o=["Edge","Trident","Firefox"],i=0;i<o.length;i+=1)if(s&&navigator.userAgent.indexOf(o[i])>=0)return 1;return 0}();var c=s&&window.Promise?function microtaskDebounce(o){var i=!1;return function(){i||(i=!0,window.Promise.resolve().then((function(){i=!1,o()})))}}:function taskDebounce(o){var i=!1;return function(){i||(i=!0,setTimeout((function(){i=!1,o()}),l))}};function isFunction(o){return o&&"[object Function]"==={}.toString.call(o)}function getStyleComputedProperty(o,i){if(1!==o.nodeType)return[];var a=o.ownerDocument.defaultView.getComputedStyle(o,null);return i?a[i]:a}function getParentNode(o){return"HTML"===o.nodeName?o:o.parentNode||o.host}function getScrollParent(o){if(!o)return document.body;switch(o.nodeName){case"HTML":case"BODY":return o.ownerDocument.body;case"#document":return o.body}var i=getStyleComputedProperty(o),a=i.overflow,s=i.overflowX,l=i.overflowY;return/(auto|scroll|overlay)/.test(a+l+s)?o:getScrollParent(getParentNode(o))}function getReferenceNode(o){return o&&o.referenceNode?o.referenceNode:o}var u=s&&!(!window.MSInputMethodContext||!document.documentMode),f=s&&/MSIE 10/.test(navigator.userAgent);function isIE(o){return 11===o?u:10===o?f:u||f}function getOffsetParent(o){if(!o)return document.documentElement;for(var i=isIE(10)?document.body:null,a=o.offsetParent||null;a===i&&o.nextElementSibling;)a=(o=o.nextElementSibling).offsetParent;var s=a&&a.nodeName;return s&&"BODY"!==s&&"HTML"!==s?-1!==["TH","TD","TABLE"].indexOf(a.nodeName)&&"static"===getStyleComputedProperty(a,"position")?getOffsetParent(a):a:o?o.ownerDocument.documentElement:document.documentElement}function getRoot(o){return null!==o.parentNode?getRoot(o.parentNode):o}function findCommonOffsetParent(o,i){if(!o||!o.nodeType||!i||!i.nodeType)return document.documentElement;var a=o.compareDocumentPosition(i)&Node.DOCUMENT_POSITION_FOLLOWING,s=a?o:i,l=a?i:o,c=document.createRange();c.setStart(s,0),c.setEnd(l,0);var u=c.commonAncestorContainer;if(o!==u&&i!==u||s.contains(l))return function isOffsetContainer(o){var i=o.nodeName;return"BODY"!==i&&("HTML"===i||getOffsetParent(o.firstElementChild)===o)}(u)?u:getOffsetParent(u);var f=getRoot(o);return f.host?findCommonOffsetParent(f.host,i):findCommonOffsetParent(o,getRoot(i).host)}function getScroll(o){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",a="top"===i?"scrollTop":"scrollLeft",s=o.nodeName;if("BODY"===s||"HTML"===s){var l=o.ownerDocument.documentElement,c=o.ownerDocument.scrollingElement||l;return c[a]}return o[a]}function includeScroll(o,i){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=getScroll(i,"top"),l=getScroll(i,"left"),c=a?-1:1;return o.top+=s*c,o.bottom+=s*c,o.left+=l*c,o.right+=l*c,o}function getBordersSize(o,i){var a="x"===i?"Left":"Top",s="Left"===a?"Right":"Bottom";return parseFloat(o["border"+a+"Width"])+parseFloat(o["border"+s+"Width"])}function getSize(o,i,a,s){return Math.max(i["offset"+o],i["scroll"+o],a["client"+o],a["offset"+o],a["scroll"+o],isIE(10)?parseInt(a["offset"+o])+parseInt(s["margin"+("Height"===o?"Top":"Left")])+parseInt(s["margin"+("Height"===o?"Bottom":"Right")]):0)}function getWindowSizes(o){var i=o.body,a=o.documentElement,s=isIE(10)&&getComputedStyle(a);return{height:getSize("Height",i,a,s),width:getSize("Width",i,a,s)}}var d=function classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")},p=function(){function defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}return function(o,i,a){return i&&defineProperties(o.prototype,i),a&&defineProperties(o,a),o}}(),h=function defineProperty(o,i,a){return i in o?Object.defineProperty(o,i,{value:a,enumerable:!0,configurable:!0,writable:!0}):o[i]=a,o},g=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s])}return o};function getClientRect(o){return g({},o,{right:o.left+o.width,bottom:o.top+o.height})}function getBoundingClientRect(o){var i={};try{if(isIE(10)){i=o.getBoundingClientRect();var a=getScroll(o,"top"),s=getScroll(o,"left");i.top+=a,i.left+=s,i.bottom+=a,i.right+=s}else i=o.getBoundingClientRect()}catch(g){}var l={left:i.left,top:i.top,width:i.right-i.left,height:i.bottom-i.top},c="HTML"===o.nodeName?getWindowSizes(o.ownerDocument):{},u=c.width||o.clientWidth||l.width,f=c.height||o.clientHeight||l.height,d=o.offsetWidth-u,p=o.offsetHeight-f;if(d||p){var h=getStyleComputedProperty(o);d-=getBordersSize(h,"x"),p-=getBordersSize(h,"y"),l.width-=d,l.height-=p}return getClientRect(l)}function getOffsetRectRelativeToArbitraryNode(o,i){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=isIE(10),l="HTML"===i.nodeName,c=getBoundingClientRect(o),u=getBoundingClientRect(i),f=getScrollParent(o),d=getStyleComputedProperty(i),p=parseFloat(d.borderTopWidth),h=parseFloat(d.borderLeftWidth);a&&l&&(u.top=Math.max(u.top,0),u.left=Math.max(u.left,0));var g=getClientRect({top:c.top-u.top-p,left:c.left-u.left-h,width:c.width,height:c.height});if(g.marginTop=0,g.marginLeft=0,!s&&l){var m=parseFloat(d.marginTop),v=parseFloat(d.marginLeft);g.top-=p-m,g.bottom-=p-m,g.left-=h-v,g.right-=h-v,g.marginTop=m,g.marginLeft=v}return(s&&!a?i.contains(f):i===f&&"BODY"!==f.nodeName)&&(g=includeScroll(g,i)),g}function getViewportOffsetRectRelativeToArtbitraryNode(o){var i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=o.ownerDocument.documentElement,s=getOffsetRectRelativeToArbitraryNode(o,a),l=Math.max(a.clientWidth,window.innerWidth||0),c=Math.max(a.clientHeight,window.innerHeight||0),u=i?0:getScroll(a),f=i?0:getScroll(a,"left"),d={top:u-s.top+s.marginTop,left:f-s.left+s.marginLeft,width:l,height:c};return getClientRect(d)}function isFixed(o){var i=o.nodeName;if("BODY"===i||"HTML"===i)return!1;if("fixed"===getStyleComputedProperty(o,"position"))return!0;var a=getParentNode(o);return!!a&&isFixed(a)}function getFixedPositionOffsetParent(o){if(!o||!o.parentElement||isIE())return document.documentElement;for(var i=o.parentElement;i&&"none"===getStyleComputedProperty(i,"transform");)i=i.parentElement;return i||document.documentElement}function getBoundaries(o,i,a,s){var l=arguments.length>4&&void 0!==arguments[4]&&arguments[4],c={top:0,left:0},u=l?getFixedPositionOffsetParent(o):findCommonOffsetParent(o,getReferenceNode(i));if("viewport"===s)c=getViewportOffsetRectRelativeToArtbitraryNode(u,l);else{var f=void 0;"scrollParent"===s?"BODY"===(f=getScrollParent(getParentNode(i))).nodeName&&(f=o.ownerDocument.documentElement):f="window"===s?o.ownerDocument.documentElement:s;var d=getOffsetRectRelativeToArbitraryNode(f,u,l);if("HTML"!==f.nodeName||isFixed(u))c=d;else{var p=getWindowSizes(o.ownerDocument),h=p.height,g=p.width;c.top+=d.top-d.marginTop,c.bottom=h+d.top,c.left+=d.left-d.marginLeft,c.right=g+d.left}}var m="number"===typeof(a=a||0);return c.left+=m?a:a.left||0,c.top+=m?a:a.top||0,c.right-=m?a:a.right||0,c.bottom-=m?a:a.bottom||0,c}function getArea(o){return o.width*o.height}function computeAutoPlacement(o,i,a,s,l){var c=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===o.indexOf("auto"))return o;var u=getBoundaries(a,s,c,l),f={top:{width:u.width,height:i.top-u.top},right:{width:u.right-i.right,height:u.height},bottom:{width:u.width,height:u.bottom-i.bottom},left:{width:i.left-u.left,height:u.height}},d=Object.keys(f).map((function(o){return g({key:o},f[o],{area:getArea(f[o])})})).sort((function(o,i){return i.area-o.area})),p=d.filter((function(o){var i=o.width,s=o.height;return i>=a.clientWidth&&s>=a.clientHeight})),h=p.length>0?p[0].key:d[0].key,m=o.split("-")[1];return h+(m?"-"+m:"")}function getReferenceOffsets(o,i,a){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,l=s?getFixedPositionOffsetParent(i):findCommonOffsetParent(i,getReferenceNode(a));return getOffsetRectRelativeToArbitraryNode(a,l,s)}function getOuterSizes(o){var i=o.ownerDocument.defaultView.getComputedStyle(o),a=parseFloat(i.marginTop||0)+parseFloat(i.marginBottom||0),s=parseFloat(i.marginLeft||0)+parseFloat(i.marginRight||0);return{width:o.offsetWidth+s,height:o.offsetHeight+a}}function getOppositePlacement(o){var i={left:"right",right:"left",bottom:"top",top:"bottom"};return o.replace(/left|right|bottom|top/g,(function(o){return i[o]}))}function getPopperOffsets(o,i,a){a=a.split("-")[0];var s=getOuterSizes(o),l={width:s.width,height:s.height},c=-1!==["right","left"].indexOf(a),u=c?"top":"left",f=c?"left":"top",d=c?"height":"width",p=c?"width":"height";return l[u]=i[u]+i[d]/2-s[d]/2,l[f]=a===f?i[f]-s[p]:i[getOppositePlacement(f)],l}function find(o,i){return Array.prototype.find?o.find(i):o.filter(i)[0]}function runModifiers(o,i,a){return(void 0===a?o:o.slice(0,function findIndex(o,i,a){if(Array.prototype.findIndex)return o.findIndex((function(o){return o[i]===a}));var s=find(o,(function(o){return o[i]===a}));return o.indexOf(s)}(o,"name",a))).forEach((function(o){o.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var a=o.function||o.fn;o.enabled&&isFunction(a)&&(i.offsets.popper=getClientRect(i.offsets.popper),i.offsets.reference=getClientRect(i.offsets.reference),i=a(i,o))})),i}function update(){if(!this.state.isDestroyed){var o={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};o.offsets.reference=getReferenceOffsets(this.state,this.popper,this.reference,this.options.positionFixed),o.placement=computeAutoPlacement(this.options.placement,o.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),o.originalPlacement=o.placement,o.positionFixed=this.options.positionFixed,o.offsets.popper=getPopperOffsets(this.popper,o.offsets.reference,o.placement),o.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",o=runModifiers(this.modifiers,o),this.state.isCreated?this.options.onUpdate(o):(this.state.isCreated=!0,this.options.onCreate(o))}}function isModifierEnabled(o,i){return o.some((function(o){var a=o.name;return o.enabled&&a===i}))}function getSupportedPropertyName(o){for(var i=[!1,"ms","Webkit","Moz","O"],a=o.charAt(0).toUpperCase()+o.slice(1),s=0;s<i.length;s++){var l=i[s],c=l?""+l+a:o;if("undefined"!==typeof document.body.style[c])return c}return null}function destroy(){return this.state.isDestroyed=!0,isModifierEnabled(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[getSupportedPropertyName("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function getWindow(o){var i=o.ownerDocument;return i?i.defaultView:window}function attachToScrollParents(o,i,a,s){var l="BODY"===o.nodeName,c=l?o.ownerDocument.defaultView:o;c.addEventListener(i,a,{passive:!0}),l||attachToScrollParents(getScrollParent(c.parentNode),i,a,s),s.push(c)}function setupEventListeners(o,i,a,s){a.updateBound=s,getWindow(o).addEventListener("resize",a.updateBound,{passive:!0});var l=getScrollParent(o);return attachToScrollParents(l,"scroll",a.updateBound,a.scrollParents),a.scrollElement=l,a.eventsEnabled=!0,a}function enableEventListeners(){this.state.eventsEnabled||(this.state=setupEventListeners(this.reference,this.options,this.state,this.scheduleUpdate))}function disableEventListeners(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=function removeEventListeners(o,i){return getWindow(o).removeEventListener("resize",i.updateBound),i.scrollParents.forEach((function(o){o.removeEventListener("scroll",i.updateBound)})),i.updateBound=null,i.scrollParents=[],i.scrollElement=null,i.eventsEnabled=!1,i}(this.reference,this.state))}function isNumeric(o){return""!==o&&!isNaN(parseFloat(o))&&isFinite(o)}function setStyles(o,i){Object.keys(i).forEach((function(a){var s="";-1!==["width","height","top","right","bottom","left"].indexOf(a)&&isNumeric(i[a])&&(s="px"),o.style[a]=i[a]+s}))}var m=s&&/Firefox/i.test(navigator.userAgent);function isModifierRequired(o,i,a){var s=find(o,(function(o){return o.name===i})),l=!!s&&o.some((function(o){return o.name===a&&o.enabled&&o.order<s.order}));if(!l){var c="`"+i+"`",u="`"+a+"`";console.warn(u+" modifier is required by "+c+" modifier in order to work, be sure to include it before "+c+"!")}return l}var v=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],y=v.slice(3);function clockwise(o){var i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=y.indexOf(o),s=y.slice(a+1).concat(y.slice(0,a));return i?s.reverse():s}var b="flip",w="clockwise",C="counterclockwise";function parseOffset(o,i,a,s){var l=[0,0],c=-1!==["right","left"].indexOf(s),u=o.split(/(\+|\-)/).map((function(o){return o.trim()})),f=u.indexOf(find(u,(function(o){return-1!==o.search(/,|\s/)})));u[f]&&-1===u[f].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var d=/\s*,\s*|\s+/,p=-1!==f?[u.slice(0,f).concat([u[f].split(d)[0]]),[u[f].split(d)[1]].concat(u.slice(f+1))]:[u];return(p=p.map((function(o,s){var l=(1===s?!c:c)?"height":"width",u=!1;return o.reduce((function(o,i){return""===o[o.length-1]&&-1!==["+","-"].indexOf(i)?(o[o.length-1]=i,u=!0,o):u?(o[o.length-1]+=i,u=!1,o):o.concat(i)}),[]).map((function(o){return function toValue(o,i,a,s){var l=o.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),c=+l[1],u=l[2];if(!c)return o;if(0===u.indexOf("%")){var f=void 0;switch(u){case"%p":f=a;break;case"%":case"%r":default:f=s}return getClientRect(f)[i]/100*c}if("vh"===u||"vw"===u)return("vh"===u?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*c;return c}(o,l,i,a)}))}))).forEach((function(o,i){o.forEach((function(a,s){isNumeric(a)&&(l[i]+=a*("-"===o[s-1]?-1:1))}))})),l}var T={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function onCreate(){},onUpdate:function onUpdate(){},modifiers:{shift:{order:100,enabled:!0,fn:function shift(o){var i=o.placement,a=i.split("-")[0],s=i.split("-")[1];if(s){var l=o.offsets,c=l.reference,u=l.popper,f=-1!==["bottom","top"].indexOf(a),d=f?"left":"top",p=f?"width":"height",m={start:h({},d,c[d]),end:h({},d,c[d]+c[p]-u[p])};o.offsets.popper=g({},u,m[s])}return o}},offset:{order:200,enabled:!0,fn:function offset(o,i){var a=i.offset,s=o.placement,l=o.offsets,c=l.popper,u=l.reference,f=s.split("-")[0],d=void 0;return d=isNumeric(+a)?[+a,0]:parseOffset(a,c,u,f),"left"===f?(c.top+=d[0],c.left-=d[1]):"right"===f?(c.top+=d[0],c.left+=d[1]):"top"===f?(c.left+=d[0],c.top-=d[1]):"bottom"===f&&(c.left+=d[0],c.top+=d[1]),o.popper=c,o},offset:0},preventOverflow:{order:300,enabled:!0,fn:function preventOverflow(o,i){var a=i.boundariesElement||getOffsetParent(o.instance.popper);o.instance.reference===a&&(a=getOffsetParent(a));var s=getSupportedPropertyName("transform"),l=o.instance.popper.style,c=l.top,u=l.left,f=l[s];l.top="",l.left="",l[s]="";var d=getBoundaries(o.instance.popper,o.instance.reference,i.padding,a,o.positionFixed);l.top=c,l.left=u,l[s]=f,i.boundaries=d;var p=i.priority,m=o.offsets.popper,v={primary:function primary(o){var a=m[o];return m[o]<d[o]&&!i.escapeWithReference&&(a=Math.max(m[o],d[o])),h({},o,a)},secondary:function secondary(o){var a="right"===o?"left":"top",s=m[a];return m[o]>d[o]&&!i.escapeWithReference&&(s=Math.min(m[a],d[o]-("right"===o?m.width:m.height))),h({},a,s)}};return p.forEach((function(o){var i=-1!==["left","top"].indexOf(o)?"primary":"secondary";m=g({},m,v[i](o))})),o.offsets.popper=m,o},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function keepTogether(o){var i=o.offsets,a=i.popper,s=i.reference,l=o.placement.split("-")[0],c=Math.floor,u=-1!==["top","bottom"].indexOf(l),f=u?"right":"bottom",d=u?"left":"top",p=u?"width":"height";return a[f]<c(s[d])&&(o.offsets.popper[d]=c(s[d])-a[p]),a[d]>c(s[f])&&(o.offsets.popper[d]=c(s[f])),o}},arrow:{order:500,enabled:!0,fn:function arrow(o,i){var a;if(!isModifierRequired(o.instance.modifiers,"arrow","keepTogether"))return o;var s=i.element;if("string"===typeof s){if(!(s=o.instance.popper.querySelector(s)))return o}else if(!o.instance.popper.contains(s))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),o;var l=o.placement.split("-")[0],c=o.offsets,u=c.popper,f=c.reference,d=-1!==["left","right"].indexOf(l),p=d?"height":"width",g=d?"Top":"Left",m=g.toLowerCase(),v=d?"left":"top",y=d?"bottom":"right",b=getOuterSizes(s)[p];f[y]-b<u[m]&&(o.offsets.popper[m]-=u[m]-(f[y]-b)),f[m]+b>u[y]&&(o.offsets.popper[m]+=f[m]+b-u[y]),o.offsets.popper=getClientRect(o.offsets.popper);var w=f[m]+f[p]/2-b/2,C=getStyleComputedProperty(o.instance.popper),T=parseFloat(C["margin"+g]),S=parseFloat(C["border"+g+"Width"]),A=w-o.offsets.popper[m]-T-S;return A=Math.max(Math.min(u[p]-b,A),0),o.arrowElement=s,o.offsets.arrow=(h(a={},m,Math.round(A)),h(a,v,""),a),o},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function flip(o,i){if(isModifierEnabled(o.instance.modifiers,"inner"))return o;if(o.flipped&&o.placement===o.originalPlacement)return o;var a=getBoundaries(o.instance.popper,o.instance.reference,i.padding,i.boundariesElement,o.positionFixed),s=o.placement.split("-")[0],l=getOppositePlacement(s),c=o.placement.split("-")[1]||"",u=[];switch(i.behavior){case b:u=[s,l];break;case w:u=clockwise(s);break;case C:u=clockwise(s,!0);break;default:u=i.behavior}return u.forEach((function(f,d){if(s!==f||u.length===d+1)return o;s=o.placement.split("-")[0],l=getOppositePlacement(s);var p=o.offsets.popper,h=o.offsets.reference,m=Math.floor,v="left"===s&&m(p.right)>m(h.left)||"right"===s&&m(p.left)<m(h.right)||"top"===s&&m(p.bottom)>m(h.top)||"bottom"===s&&m(p.top)<m(h.bottom),y=m(p.left)<m(a.left),b=m(p.right)>m(a.right),w=m(p.top)<m(a.top),C=m(p.bottom)>m(a.bottom),T="left"===s&&y||"right"===s&&b||"top"===s&&w||"bottom"===s&&C,S=-1!==["top","bottom"].indexOf(s),A=!!i.flipVariations&&(S&&"start"===c&&y||S&&"end"===c&&b||!S&&"start"===c&&w||!S&&"end"===c&&C),k=!!i.flipVariationsByContent&&(S&&"start"===c&&b||S&&"end"===c&&y||!S&&"start"===c&&C||!S&&"end"===c&&w),P=A||k;(v||T||P)&&(o.flipped=!0,(v||T)&&(s=u[d+1]),P&&(c=function getOppositeVariation(o){return"end"===o?"start":"start"===o?"end":o}(c)),o.placement=s+(c?"-"+c:""),o.offsets.popper=g({},o.offsets.popper,getPopperOffsets(o.instance.popper,o.offsets.reference,o.placement)),o=runModifiers(o.instance.modifiers,o,"flip"))})),o},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function inner(o){var i=o.placement,a=i.split("-")[0],s=o.offsets,l=s.popper,c=s.reference,u=-1!==["left","right"].indexOf(a),f=-1===["top","left"].indexOf(a);return l[u?"left":"top"]=c[a]-(f?l[u?"width":"height"]:0),o.placement=getOppositePlacement(i),o.offsets.popper=getClientRect(l),o}},hide:{order:800,enabled:!0,fn:function hide(o){if(!isModifierRequired(o.instance.modifiers,"hide","preventOverflow"))return o;var i=o.offsets.reference,a=find(o.instance.modifiers,(function(o){return"preventOverflow"===o.name})).boundaries;if(i.bottom<a.top||i.left>a.right||i.top>a.bottom||i.right<a.left){if(!0===o.hide)return o;o.hide=!0,o.attributes["x-out-of-boundaries"]=""}else{if(!1===o.hide)return o;o.hide=!1,o.attributes["x-out-of-boundaries"]=!1}return o}},computeStyle:{order:850,enabled:!0,fn:function computeStyle(o,i){var a=i.x,s=i.y,l=o.offsets.popper,c=find(o.instance.modifiers,(function(o){return"applyStyle"===o.name})).gpuAcceleration;void 0!==c&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var u=void 0!==c?c:i.gpuAcceleration,f=getOffsetParent(o.instance.popper),d=getBoundingClientRect(f),p={position:l.position},h=function getRoundedOffsets(o,i){var a=o.offsets,s=a.popper,l=a.reference,c=Math.round,u=Math.floor,f=function noRound(o){return o},d=c(l.width),p=c(s.width),h=-1!==["left","right"].indexOf(o.placement),g=-1!==o.placement.indexOf("-"),m=i?h||g||d%2===p%2?c:u:f,v=i?c:f;return{left:m(d%2===1&&p%2===1&&!g&&i?s.left-1:s.left),top:v(s.top),bottom:v(s.bottom),right:m(s.right)}}(o,window.devicePixelRatio<2||!m),v="bottom"===a?"top":"bottom",y="right"===s?"left":"right",b=getSupportedPropertyName("transform"),w=void 0,C=void 0;if(C="bottom"===v?"HTML"===f.nodeName?-f.clientHeight+h.bottom:-d.height+h.bottom:h.top,w="right"===y?"HTML"===f.nodeName?-f.clientWidth+h.right:-d.width+h.right:h.left,u&&b)p[b]="translate3d("+w+"px, "+C+"px, 0)",p[v]=0,p[y]=0,p.willChange="transform";else{var T="bottom"===v?-1:1,S="right"===y?-1:1;p[v]=C*T,p[y]=w*S,p.willChange=v+", "+y}var A={"x-placement":o.placement};return o.attributes=g({},A,o.attributes),o.styles=g({},p,o.styles),o.arrowStyles=g({},o.offsets.arrow,o.arrowStyles),o},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function applyStyle(o){return setStyles(o.instance.popper,o.styles),function setAttributes(o,i){Object.keys(i).forEach((function(a){!1!==i[a]?o.setAttribute(a,i[a]):o.removeAttribute(a)}))}(o.instance.popper,o.attributes),o.arrowElement&&Object.keys(o.arrowStyles).length&&setStyles(o.arrowElement,o.arrowStyles),o},onLoad:function applyStyleOnLoad(o,i,a,s,l){var c=getReferenceOffsets(l,i,o,a.positionFixed),u=computeAutoPlacement(a.placement,c,i,o,a.modifiers.flip.boundariesElement,a.modifiers.flip.padding);return i.setAttribute("x-placement",u),setStyles(i,{position:a.positionFixed?"fixed":"absolute"}),a},gpuAcceleration:void 0}}},S=function(){function Popper(o,i){var a=this,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};d(this,Popper),this.scheduleUpdate=function(){return requestAnimationFrame(a.update)},this.update=c(this.update.bind(this)),this.options=g({},Popper.Defaults,s),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=o&&o.jquery?o[0]:o,this.popper=i&&i.jquery?i[0]:i,this.options.modifiers={},Object.keys(g({},Popper.Defaults.modifiers,s.modifiers)).forEach((function(o){a.options.modifiers[o]=g({},Popper.Defaults.modifiers[o]||{},s.modifiers?s.modifiers[o]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(o){return g({name:o},a.options.modifiers[o])})).sort((function(o,i){return o.order-i.order})),this.modifiers.forEach((function(o){o.enabled&&isFunction(o.onLoad)&&o.onLoad(a.reference,a.popper,a.options,o,a.state)})),this.update();var l=this.options.eventsEnabled;l&&this.enableEventListeners(),this.state.eventsEnabled=l}return p(Popper,[{key:"update",value:function update$$1(){return update.call(this)}},{key:"destroy",value:function destroy$$1(){return destroy.call(this)}},{key:"enableEventListeners",value:function enableEventListeners$$1(){return enableEventListeners.call(this)}},{key:"disableEventListeners",value:function disableEventListeners$$1(){return disableEventListeners.call(this)}}]),Popper}();S.Utils=("undefined"!==typeof window?window:a.g).PopperUtils,S.placements=v,S.Defaults=T,i.default=S},893:function(o,i,a){var s,l;window.Element&&!Element.prototype.closest&&(Element.prototype.closest=function(o){var i,a=(this.document||this.ownerDocument).querySelectorAll(o),s=this;do{for(i=a.length;0<=--i&&a.item(i)!==s;);}while(i<0&&(s=s.parentElement));return s}),function(){function e(o,i){i=i||{bubbles:!1,cancelable:!1,detail:void 0};var a=document.createEvent("CustomEvent");return a.initCustomEvent(o,i.bubbles,i.cancelable,i.detail),a}"function"!=typeof window.CustomEvent&&(e.prototype=window.Event.prototype,window.CustomEvent=e)}(),function(){for(var o=0,i=["ms","moz","webkit","o"],a=0;a<i.length&&!window.requestAnimationFrame;++a)window.requestAnimationFrame=window[i[a]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[i[a]+"CancelAnimationFrame"]||window[i[a]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(i,a){var s=(new Date).getTime(),l=Math.max(0,16-(s-o)),c=window.setTimeout((function(){i(s+l)}),l);return o=s+l,c}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(o){clearTimeout(o)})}(),l="undefined"!=typeof a.g?a.g:"undefined"!=typeof window?window:this,void 0===(s=function(){return function(o){"use strict";var i={ignore:"[data-scroll-ignore]",header:null,topOnEmptyHash:!0,speed:500,speedAsDuration:!1,durationMax:null,durationMin:null,clip:!0,offset:0,easing:"easeInOutCubic",customEasing:null,updateURL:!0,popstate:!0,emitEvents:!0},a=function I(){var o={};return Array.prototype.forEach.call(arguments,(function(i){for(var a in i){if(!i.hasOwnProperty(a))return;o[a]=i[a]}})),o},s=function r(o){"#"===o.charAt(0)&&(o=o.substr(1));for(var i,a=String(o),s=a.length,l=-1,r="",c=a.charCodeAt(0);++l<s;){if(0===(i=a.charCodeAt(l)))throw new InvalidCharacterError("Invalid character: the input contains U+0000.");r+=1<=i&&i<=31||127==i||0===l&&48<=i&&i<=57||1===l&&48<=i&&i<=57&&45===c?"\\"+i.toString(16)+" ":128<=i||45===i||95===i||48<=i&&i<=57||65<=i&&i<=90||97<=i&&i<=122?a.charAt(l):"\\"+a.charAt(l)}return"#"+r},l=function F(){return Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},c=function L(i){return i?(a=i,parseInt(o.getComputedStyle(a).height,10)+i.offsetTop):0;var a},u=function x(i,a,s){0===i&&document.body.focus(),s||(i.focus(),document.activeElement!==i&&(i.setAttribute("tabindex","-1"),i.focus(),i.style.outline="none"),o.scrollTo(0,a))},f=function H(i,a,s,l){if(a.emitEvents&&"function"==typeof o.CustomEvent){var c=new CustomEvent(i,{bubbles:!0,detail:{anchor:s,toggle:l}});document.dispatchEvent(c)}};return function(d,p){var h,g,m,v,y={cancelScroll:function(o){cancelAnimationFrame(v),v=null,o||f("scrollCancel",h)},animateScroll:function(s,d,p){y.cancelScroll();var g=a(h||i,p||{}),b="[object Number]"===Object.prototype.toString.call(s),w=b||!s.tagName?null:s;if(b||w){var C=o.pageYOffset;g.header&&!m&&(m=document.querySelector(g.header));var T,S,A,k,P,O,D,R,j=c(m),N=b?s:function(i,a,s,c){var u=0;if(i.offsetParent)for(;u+=i.offsetTop,i=i.offsetParent;);return u=Math.max(u-a-s,0),c&&(u=Math.min(u,l()-o.innerHeight)),u}(w,j,parseInt("function"==typeof g.offset?g.offset(s,d):g.offset,10),g.clip),M=N-C,U=l(),z=0,q=(T=M,A=(S=g).speedAsDuration?S.speed:Math.abs(T/1e3*S.speed),S.durationMax&&A>S.durationMax?S.durationMax:S.durationMin&&A<S.durationMin?S.durationMin:parseInt(A,10)),B=function E(i){var a,l,c;k||(k=i),z+=i-k,O=C+M*(l=P=1<(P=0===q?0:z/q)?1:P,"easeInQuad"===(a=g).easing&&(c=l*l),"easeOutQuad"===a.easing&&(c=l*(2-l)),"easeInOutQuad"===a.easing&&(c=l<.5?2*l*l:(4-2*l)*l-1),"easeInCubic"===a.easing&&(c=l*l*l),"easeOutCubic"===a.easing&&(c=--l*l*l+1),"easeInOutCubic"===a.easing&&(c=l<.5?4*l*l*l:(l-1)*(2*l-2)*(2*l-2)+1),"easeInQuart"===a.easing&&(c=l*l*l*l),"easeOutQuart"===a.easing&&(c=1- --l*l*l*l),"easeInOutQuart"===a.easing&&(c=l<.5?8*l*l*l*l:1-8*--l*l*l*l),"easeInQuint"===a.easing&&(c=l*l*l*l*l),"easeOutQuint"===a.easing&&(c=1+--l*l*l*l*l),"easeInOutQuint"===a.easing&&(c=l<.5?16*l*l*l*l*l:1+16*--l*l*l*l*l),a.customEasing&&(c=a.customEasing(l)),c||l),o.scrollTo(0,Math.floor(O)),function(i,a){var l=o.pageYOffset;if(i==a||l==a||(C<a&&o.innerHeight+l)>=U)return y.cancelScroll(!0),u(s,a,b),f("scrollStop",g,s,d),!(v=k=null)}(O,N)||(v=o.requestAnimationFrame(E),k=i)};0===o.pageYOffset&&o.scrollTo(0,0),D=s,R=g,b||history.pushState&&R.updateURL&&history.pushState({smoothScroll:JSON.stringify(R),anchor:D.id},document.title,D===document.documentElement?"#top":"#"+D.id),"matchMedia"in o&&o.matchMedia("(prefers-reduced-motion)").matches?u(s,Math.floor(N),!1):(f("scrollStart",g,s,d),y.cancelScroll(!0),o.requestAnimationFrame(B))}}},b=function t(i){if(!i.defaultPrevented&&!(0!==i.button||i.metaKey||i.ctrlKey||i.shiftKey)&&"closest"in i.target&&(g=i.target.closest(d))&&"a"===g.tagName.toLowerCase()&&!i.target.closest(h.ignore)&&g.hostname===o.location.hostname&&g.pathname===o.location.pathname&&/#/.test(g.href)){var t,a;try{t=s(decodeURIComponent(g.hash))}catch(i){t=s(g.hash)}if("#"===t){if(!h.topOnEmptyHash)return;a=document.documentElement}else a=document.querySelector(t);(a=a||"#top"!==t?a:document.documentElement)&&(i.preventDefault(),function(i){if(history.replaceState&&i.updateURL&&!history.state){var a=o.location.hash;a=a||"",history.replaceState({smoothScroll:JSON.stringify(i),anchor:a||o.pageYOffset},document.title,a||o.location.href)}}(h),y.animateScroll(a,g))}},w=function n(o){if(null!==history.state&&history.state.smoothScroll&&history.state.smoothScroll===JSON.stringify(h)){var i=history.state.anchor;"string"==typeof i&&i&&!(i=document.querySelector(s(history.state.anchor)))||y.animateScroll(i,null,{updateURL:!1})}};return y.destroy=function(){h&&(document.removeEventListener("click",b,!1),o.removeEventListener("popstate",w,!1),y.cancelScroll(),v=m=g=h=null)},function(){if(!("querySelector"in document&&"addEventListener"in o&&"requestAnimationFrame"in o&&"closest"in o.Element.prototype))throw"Smooth Scroll: This browser does not support the required JavaScript methods and browser APIs.";y.destroy(),h=a(i,p||{}),m=h.header?document.querySelector(h.header):null,document.addEventListener("click",b,!1),h.updateURL&&h.popstate&&o.addEventListener("popstate",w,!1)}(),y}}(l)}.apply(i,[]))||(o.exports=s)},976:function(){function _gaLt(o){if("function"===typeof ga){for(var i=o.srcElement||o.target;i&&("undefined"==typeof i.tagName||"a"!=i.tagName.toLowerCase()||!i.href);)i=i.parentNode;if(i&&i.href){var a=i.href;if(-1==a.indexOf(location.host)&&!a.match(/^javascript:/i)){var s=!(!i.target||i.target.match(/^_(self|parent|top)$/i))&&i.target;ga("send","event","Outgoing Links",a,document.location.pathname+document.location.search,{hitCallback:function hitBack(o,i){i?window.open(o,i):window.location.href=o}(a,s)}),o.preventDefault?o.preventDefault():o.returnValue=!1}}}}var o=window;o.addEventListener?o.addEventListener("load",(function(){document.body.addEventListener("click",_gaLt,!1)}),!1):o.attachEvent&&o.attachEvent("onload",(function(){document.body.attachEvent("onclick",_gaLt)}))},770:function(o,i,a){"use strict";a.r(i),i.default="../fonts/photo3.svg"},705:function(o){o.exports="../img/bg.png"},759:function(o){o.exports="../img/photo1.png"},220:function(o){o.exports="../img/photo2.jpg"},761:function(o){function webpackEmptyContext(o){var i=new Error("Cannot find module '"+o+"'");throw i.code="MODULE_NOT_FOUND",i}webpackEmptyContext.keys=function(){return[]},webpackEmptyContext.resolve=webpackEmptyContext,webpackEmptyContext.id=761,o.exports=webpackEmptyContext},310:function(o,i,a){var s={"./bg.png":705,"./photo1.png":759,"./photo2.jpg":220,"./photo3.svg":770,"bg.png":705,"img/bg.png":705,"img/photo1.png":759,"img/photo2.jpg":220,"img/photo3.svg":770,"photo1.png":759,"photo2.jpg":220,"photo3.svg":770,"src/img/bg.png":705,"src/img/photo1.png":759,"src/img/photo2.jpg":220,"src/img/photo3.svg":770};function webpackContext(o){var i=webpackContextResolve(o);return a(i)}function webpackContextResolve(o){if(!a.o(s,o)){var i=new Error("Cannot find module '"+o+"'");throw i.code="MODULE_NOT_FOUND",i}return s[o]}webpackContext.keys=function webpackContextKeys(){return Object.keys(s)},webpackContext.resolve=webpackContextResolve,o.exports=webpackContext,webpackContext.id=310},609:function(o){"use strict";o.exports=jQuery}},i={};function __webpack_require__(a){if(i[a])return i[a].exports;var s=i[a]={exports:{}};return o[a].call(s.exports,s,s.exports,__webpack_require__),s.exports}__webpack_require__.n=function(o){var i=o&&o.__esModule?function(){return o.default}:function(){return o};return __webpack_require__.d(i,{a:i}),i},__webpack_require__.d=function(o,i){for(var a in i)__webpack_require__.o(i,a)&&!__webpack_require__.o(o,a)&&Object.defineProperty(o,a,{enumerable:!0,get:i[a]})},__webpack_require__.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(o){if("object"===typeof window)return window}}(),__webpack_require__.o=function(o,i){return Object.prototype.hasOwnProperty.call(o,i)},__webpack_require__.r=function(o){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})},function(){"use strict";var o=__webpack_require__(609),i=__webpack_require__.n(o),a=(__webpack_require__(734),__webpack_require__(875),__webpack_require__(93),__webpack_require__(918),__webpack_require__(154),__webpack_require__(695),__webpack_require__(456),{AJAX:"ajax-load",AJAXMAIN:"ajax-main-load",MAININIT:"main-init",TABHIDDEN:"tab-hidden",TABFOCUSED:"tab-focused",OFFLINE:"offline",ONLINE:"online",BACKONLINE:"back-online",TOUCHENABLE:"touch-enabled",TOUCHDISABLED:"touch-disabled",LOADED:"load",SWIPELEFT:"swipeleft panleft",SWIPERIGHT:"swiperight panright",ALLERTAPPEARED:"alert-appeared",ALERTREMOVED:"alert-removed",LODEDANDREADY:"load-ready",LAZYIMAGEREADY:"image-lazy-bg-loaded",LAZYIMAGESREADY:"images-lazy-loaded",MAPLOADED:"map-loaded",MAPAPILOADED:"map-api-loaded",MAPMARKERCLICK:"map-marker-click",MAPPOPUPCLOSE:"map-popup-close",SCROLL:"scroll",RESIZE:"resize",CAROUSEL_READY:"bs.carousel.ready",SET_TARGET_UPDATE:"set-target-update",RESTORE_FIELD:"restore-field",FORM_INIT_BASICS:"form-basics",FORM_INIT_STEPPED:"form-init-stepped",FORM_INIT_VALIDATE:"form-init-validate",FORM_INIT_VALIDATE_FIELD:"form-init-validate-field",FORM_INIT_STORAGE:"form-init-storage",FORM_VALIDATION_FAILED:"form-validation-failed",FORM_STEPPED_NEW_STEP:"form-new-step",FORM_STEPPED_FIRST_STEP:"form-first-step",FORM_STEPPED_LAST_STEP:"form-last-step",FORM_FIELDS:"input,textarea,select"});__webpack_require__(89);function _typeof(o){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}function _setPrototypeOf(o,i){return(_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(o,i){return o.__proto__=i,o})(o,i)}function _createSuper(o){var i=function _isNativeReflectConstruct(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(o){return!1}}();return function _createSuperInternal(){var a,s=_getPrototypeOf(o);if(i){var l=_getPrototypeOf(this).constructor;a=Reflect.construct(s,arguments,l)}else a=s.apply(this,arguments);return _possibleConstructorReturn(this,a)}}function _possibleConstructorReturn(o,i){return!i||"object"!==_typeof(i)&&"function"!==typeof i?_assertThisInitialized(o):i}function _assertThisInitialized(o){if(void 0===o)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function _getPrototypeOf(o){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)})(o)}var s={init:function init(){return function(o){!function _inherits(o,i){if("function"!==typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function");o.prototype=Object.create(i&&i.prototype,{constructor:{value:o,writable:!0,configurable:!0}}),i&&_setPrototypeOf(o,i)}(GoogleMapsHtmlOverlay,google.maps.OverlayView);var a=_createSuper(GoogleMapsHtmlOverlay);function GoogleMapsHtmlOverlay(o){var i;!function _classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,GoogleMapsHtmlOverlay);var s=_assertThisInitialized(i=a.call(this));return s.setMap(o.map),s.position=o.position,s.html=o.html?o.html:'<div class="mapboxgl-marker"><i class="marker-icon fas fa-map-marker-alt"></i></div>',s.divClass=o.divClass,s.align=o.align,s.isDebugMode=o.debug,s.onClick=o.onClick,s.onMouseOver=o.onMouseOver,s.isBoolean=function(o){return"boolean"===typeof o},s.isNotUndefined=function(o){return"undefined"!==typeof o},s.hasContent=function(o){return o.length>0},s.isString=function(o){return"string"===typeof o},s.isFunction=function(o){return"function"===typeof o},i}return function _createClass(o,i,a){return i&&_defineProperties(o.prototype,i),a&&_defineProperties(o,a),o}(GoogleMapsHtmlOverlay,[{key:"onAdd",value:function onAdd(){var o=this;o.div=document.createElement("div"),o.div.style.position="absolute",o.isNotUndefined(o.divClass)&&o.hasContent(o.divClass)&&(o.div.className=o.divClass),o.isNotUndefined(o.html)&&o.hasContent(o.html)&&o.isString(o.html)&&(o.div.innerHTML=o.html),o.isBoolean(o.isDebugMode)&&o.isDebugMode&&(o.div.className="debug-mode",o.div.innerHTML='<div style="height: 10px; width: 10px; background: red; border-radius: 100%;"></div><div style="position: absolute; top: 5px; padding: 5px; width: 130px; text-align: center; font-size: 18px; text-transform: uppercase; font-weight: bolder; background: red; color: white; font-family: Arial;">Debug mode</div>',o.div.setAttribute("style","position: absolute;border: 5px dashed red;height: 150px;width: 150px;display: flex;justify-content: center;align-items: center;")),o.getPanes().overlayMouseTarget.appendChild(o.div),google.maps.event.addDomListener(o.div,"click",(function(i){google.maps.event.trigger(o,"click"),o.isFunction(o.onClick)&&o.onClick(),i.stopPropagation()})),google.maps.event.addDomListener(o.div,"mouseover",(function(i){google.maps.event.trigger(o,"mouseover"),o.isFunction(o.onMouseOver)&&o.onMouseOver(),i.stopPropagation()}))}},{key:"draw",value:function draw(){var o=this,a=i()(o.div).find(".mapboxgl-marker,.marker-pin,.mapboxgl-popup,.popup");a.length||(a=i()(o.div));var s=o.getProjection().fromLatLngToDivPixel(new google.maps.LatLng(o.position)),l={y:void 0,x:void 0},c=a.outerWidth(),u=a.outerHeight();switch(Array.isArray(o.align)?o.align.join(" "):""){case"left top":l.y=u,l.x=c;break;case"left center":l.y=u/2,l.x=c;break;case"left bottom":l.y=0,l.x=c;break;case"center top":l.y=u,l.x=c/2;break;case"center center":l.y=u/2,l.x=c/2;break;case"center bottom":l.y=0,l.x=c/2;break;case"right top":l.y=u,l.x=0;break;case"right center":l.y=u/2,l.x=0;break;case"right bottom":l.y=0,l.x=0;break;default:l.y=u/2,l.x=c/2}o.div.style.top="".concat(s.y-l.y,"px"),o.div.style.left="".concat(s.x-l.x,"px")}},{key:"getPosition",value:function getPosition(){return this.position}},{key:"getDiv",value:function getDiv(){return this.div}},{key:"setPosition",value:function setPosition(o,i){var a=this;a.position=o,a.align=i,a.draw()}}]),GoogleMapsHtmlOverlay}()}};function _map_google_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var $,l={ENVS:["xs","sm","md","lg","xl","xxl","xxxl"],MAP_DRIVER:($=i(),function(){function GoogleMapsDriver(){!function _map_google_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,GoogleMapsDriver)}return function _map_google_createClass(o,i,a){return i&&_map_google_defineProperties(o.prototype,i),a&&_map_google_defineProperties(o,a),o}(GoogleMapsDriver,[{key:"getName",value:function getName(){return"GoogleMapsDriver"}},{key:"init",value:function init(o){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],a=this,s=window;a.$el=o,a.config=i,a.markers=[],s["init".concat(a.getName())]=function(){a.googleApiLoaded()},$("body").append('<script async defer src="https://maps.googleapis.com/maps/api/js?key='.concat(i.key,"&callback=init").concat(a.getName(),'"><\/script>'))}},{key:"googleApiLoaded",value:function googleApiLoaded(){var o=this,i=o.$el,l=o.config,c=i.find(".mapAPI-map"),u=l.mapZoom?l.mapZoom:10,f=l.center?{lat:l.center[1],lng:l.center[0]}:{lat:0,lng:0},d=l.style?l.style:null;console.log("".concat(o.getName(),": API is loaded")),o.MarkerUI=s.init($),o.map=new google.maps.Map(c[0],{zoom:u,center:f,fullscreenControl:!0,styles:d}),o.default_zoom=u,c.addClass("mapboxgl-map"),o.popup=new o.MarkerUI({map:o.map,align:["center","top"],divClass:"mapboxgl-popup popup mapboxgl-popup-anchor-bottom d-none",html:'<div class="mapboxgl-popup-tip"></div><div class="mapboxgl-popup-content"><div class="mapboxgl-popup-close-button" type="button" aria-label="Close popup">\xd7</div><div class="html"></div></div>'}),o.geocoder=new google.maps.Geocoder,i.trigger(a.MAPAPILOADED)}},{key:"addMarker",value:function addMarker(o,i){var s=this,l={lat:o[1],lng:o[0]},c=new s.MarkerUI({position:l,map:s.map,align:["center","top"],html:'<div class="mapboxgl-marker"><div id="Marker'.concat(i.id,'" data-id="').concat(i.id,'" class="marker">').concat(i.icon,"</div></div>"),onClick:function onClick(){var o=$("#Marker".concat(i.id));s.showPopup(l,i.content),o.trigger(a.MAPMARKERCLICK)}});return s.markers.push(c),c}},{key:"showPopup",value:function showPopup(o,i){var a=this,s=$(a.popup.getDiv());a.config.flyToMarker&&(a.map.setCenter(o),a.config.noZoom||a.map.setZoom(18)),s.css({opacity:"0"}),s.removeClass("d-none"),s.find(".mapboxgl-popup-content .html").html(i),s.find(".mapboxgl-popup-close-button").on("click",(function(o){o.preventDefault(),a.hidePopup()})),a.popup.setPosition(o,["center","top"]),s.css({"margin-top":"-1rem",opacity:"1"})}},{key:"hidePopup",value:function hidePopup(){var o=this;$(o.popup.getDiv()).addClass("d-none"),o.config.noRestoreBounds&&!o.config.flyToBounds||o.restoreBounds(),o.$el.trigger(a.MAPPOPUPCLOSE)}},{key:"geocode",value:function geocode(o,i){var a=this;a.geocoder.geocode({address:o},(function(o,s){if("OK"===s)return"function"===typeof i&&i(o),o;console.error("".concat(a.getName(),": Geocode was not successful for the following reason: ").concat(s))}))}},{key:"reverseGeocode",value:function reverseGeocode(o,i){var a=this;a.geocoder.geocode({location:latlng},(function(o,s){if("OK"===s)return"function"===typeof i&&i(o),o;console.error("".concat(a.getName(),": Reverse Geocoding was not successful for the following reason: ").concat(s))}))}},{key:"addGeoJson",value:function addGeoJson(o){var i=this,a=(o.geojson.features[0].geometry.coordinates,new google.maps.LatLngBounds);o.geojson.features.forEach((function(s){var l=s.id,c=s.geometry.coordinates,u=s.properties.content;i.addMarker(c,{id:l,content:u,icon:s.icon,flyToMarker:o.flyToMarker}),a.extend({lat:c[1],lng:c[0]})})),i.markers.length>1?i.map.fitBounds(a,{padding:30}):i.markers[0]&&i.map.setCenter(i.markers[0].getPosition()),i.default_bounds=a,i.default_zoom=i.map.getZoom()}},{key:"getMap",value:function getMap(){return this.map}},{key:"getPopup",value:function getPopup(){return this.popup}},{key:"restoreBounds",value:function restoreBounds(){var o=this;o.default_bounds&&o.markers.length>1?o.map.fitBounds(o.default_bounds,{padding:30}):(o.markers[0]&&o.map.setCenter(o.markers[0].getPosition()),o.restoreZoom())}},{key:"restoreZoom",value:function restoreZoom(){this.map.setZoom(this.default_zoom)}}]),GoogleMapsDriver}())};function _toConsumableArray(o){return function _arrayWithoutHoles(o){if(Array.isArray(o))return _arrayLikeToArray(o)}(o)||function _iterableToArray(o){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(o))return Array.from(o)}(o)||function _unsupportedIterableToArray(o,i){if(!o)return;if("string"===typeof o)return _arrayLikeToArray(o,i);var a=Object.prototype.toString.call(o).slice(8,-1);"Object"===a&&o.constructor&&(a=o.constructor.name);if("Map"===a||"Set"===a)return Array.from(o);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return _arrayLikeToArray(o,i)}(o)||function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _arrayLikeToArray(o,i){(null==i||i>o.length)&&(i=o.length);for(var a=0,s=new Array(i);a<i;a++)s[a]=o[a];return s}function _events_router_typeof(o){return(_events_router_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _events_router_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){var o=$.fn.on,i=$.fn.off,a=window,s=$(a),l=(document,$("body"),function(){function EventsUI(){!function _events_router_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,EventsUI)}return function _events_router_createClass(o,i,a){return i&&_events_router_defineProperties(o.prototype,i),a&&_events_router_defineProperties(o,a),o}(EventsUI,null,[{key:"process",value:function process(o,i){var a=o;i[0];switch(void 0!==_events_router_typeof(o)?$(o).prop("tagName"):null){case"HTML":case"BODY":a=s}return[a,i]}}]),EventsUI}());$.fn.on=function(){var i=l.process(this,arguments);return o.apply.apply(o,_toConsumableArray(i))},$.fn.off=function(){var o=l.process(this,arguments);return i.apply.apply(i,_toConsumableArray(o))};var c=$.fn.scrollTop;$.fn.scrollTop=function(){var o=this,i=arguments,a=void 0!==_events_router_typeof(o)?$(o).prop("tagName"):null;switch(a){case"HTML":case"BODY":o=s}return c.apply(o,i)}}(i());function _ui_spinner_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var c=function($){return function(){function SpinnerUI(){!function _ui_spinner_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,SpinnerUI)}return function _ui_spinner_createClass(o,i,a){return i&&_ui_spinner_defineProperties(o.prototype,i),a&&_ui_spinner_defineProperties(o,a),o}(SpinnerUI,null,[{key:"show",value:function show(o){$("#PageLoading").show(0,o)}},{key:"hide",value:function hide(o){$("#PageLoading").hide("slow",o)}}]),SpinnerUI}()}(i());function _ui_ajax_typeof(o){return(_ui_ajax_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _ui_ajax_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var u=function($){var o=window,i=document,s=$("html"),l=$("body"),u="jsAjaxUI",f=u,d=function(){function AjaxUI(o){!function _ui_ajax_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,AjaxUI),this._element=o;var i=$(this._element);i.addClass("".concat(u,"-active")),i.bind("click",(function(o){o.preventDefault();var i=$(this);$(".ajax").each((function(){var o=$(this);o.removeClass("active"),o.parents(".nav-item").removeClass("active")})),i.addClass("loading"),AjaxUI.load(i.attr("href"),(function(){i.removeClass("loading"),i.parents(".nav-item").addClass("active"),i.addClass("active")}))}))}return function _ui_ajax_createClass(o,i,a){return i&&_ui_ajax_defineProperties(o.prototype,i),a&&_ui_ajax_defineProperties(o,a),o}(AjaxUI,[{key:"dispose",value:function dispose(){$(this._element).removeClass("".concat(u,"-active")),$.removeData(this._element,f),this._element=null}}],[{key:"load",value:function load(i,a){c.show((function(){l.removeClass("loaded")})),o.MainUI.updateLocation(i);var s=o.URLDetails.base+o.URLDetails.relative.substring(1);s!==o.location.href&&o.history.pushState({ajax:!0,page:s},document.title,s),$.ajax({sync:!1,async:!0,url:i,dataType:"json",method:"GET",cache:!1,error:function error(a){console.warn("".concat(u,": AJAX request failure: ").concat(a.statusText)),o.location.href=i,"function"===typeof o.ga&&o.ga("send","event","error","AJAX ERROR",a.statusText)},success:function success(i,s,l){AjaxUI.process(i,l,a),"function"===typeof o.ga&&(o.ga("set",{page:o.URLDetails.relative+o.URLDetails.hash,title:l.getResponseHeader("X-Title")}),o.ga("send","pageview"))}})}},{key:"process",value:function process(s,c,f){var d=this,p=c.getResponseHeader("X-Include-CSS").split(",")||[],h=c.getResponseHeader("X-Include-JS").split(",")||[];if("object"===_ui_ajax_typeof(s.regions))for(var g in s.regions)"string"===typeof s.regions[g]&&AjaxUI.replaceRegion(s.regions[g],g);$('link[type="text/css"]').each((function(){var o=p.indexOf($(this).attr("href"));o>-1?p.splice(o,1):l.data("unload-blocked")||(console.log("".concat(u,": Unloading | ").concat($(this).attr("href"))),$(this).remove())})),$('script[type="text/javascript"]').each((function(){var o=h.indexOf($(this).attr("src"));o>-1?h.splice(o,1):l.data("unload-blocked")||(console.log("".concat(u,": Unloading | ").concat($(this).attr("src"))),$(this).remove())})),this.preload(p).then((function(){var c=$("head");p.forEach((function(o){c.append('<link rel="stylesheet" type="text/css" href="'.concat(o,'" />'))})),d.preload(h,"script").then((function(){if(h.forEach((function(o){l.append('<script type="text/javascript" charset="UTF-8" src="'.concat(o,'"><\/script>'))})),console.log("".concat(u,": New page is loaded!")),"object"===_ui_ajax_typeof(s.events))for(var c in s.events)$(i).trigger(c,[s.events[c]]);"undefined"!==typeof f&&f(),$(o).trigger(a.AJAX)}))}))}},{key:"preload",value:function preload(o){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"text",a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],s=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!o.length)return $.Deferred().resolve().promise();var l=[];return o.forEach((function(o,c){var u=$.Deferred();$.ajax({dataType:i,cache:a,url:o}).always((function(){u.resolve(),s&&s(c,o)})),l.push(u)})),$.when.apply($,l)}},{key:"replaceRegion",value:function replaceRegion(o,i){var a=$('[data-ajax-region="'.concat(i,'"]'));a.length?a.empty().append(o):console.warn("".concat(u,": Region returned without class or id!"))}},{key:"_jQueryInterface",value:function _jQueryInterface(){return this.each((function(){var o=$(this),i=o.data(f);i||(i=new AjaxUI(this),o.data(f,i))}))}}]),AjaxUI}();return $.fn[u]=d._jQueryInterface,$.fn[u].Constructor=d,$.fn[u].noConflict=function(){return $.fn[u]=JQUERY_NO_CONFLICT,d._jQueryInterface},$(".ajax").ready((function(){$(".ajax").jsAjaxUI()})),$(i).on("layoutRefresh",(function(o,a){i.title=a.Title,s.attr("class",""),a.ClassName&&s.addClass(a.ClassName)})),o.onpopstate=function(a){var s=$('a[href^="'.concat(i.location,'"]'));null!==a.state&&a.state.ajax?(console.log("".concat(u,": GOBACK (AJAX state)")),d.load(a.state.page)):s.length&&s.hasClass("ajax")?(console.log("".concat(u,": GOBACK (AJAX link)")),s.trigger("click")):i.location.href!==o.location.href&&(console.log("".concat(u,": GOBACK (HTTP)")),o.location.href=i.location)},$.ajaxPrefilter((function(o,i,a){a.opts=o,$.xhrPool.requests[a.opts.url]=a})),$.xhrPool={requests:{},paused:!1,pauseAll:function pauseAll(){$.xhrPool.paused=!0},restoreAll:function restoreAll(){for(var o in $.xhrPool.requests){var i=$.xhrPool.requests[o];$.ajax(i.opts),console.log("".concat(u,": AJAX request is restored (").concat(i.opts.url,")"))}$.xhrPool.paused=!1}},$.ajaxSetup({beforeSend:function beforeSend(o){},complete:function complete(o){$.xhrPool.paused||delete $.xhrPool.requests[o.opts.url]}}),l.on("".concat(a.OFFLINE),(function(){$.xhrPool.pauseAll()})),l.on("".concat(a.BACKONLINE),(function(){$.xhrPool.restoreAll()})),d}(i());function _ui_form_fields_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var f=function($){var o="jsFormFieldUI",i=o,a=$("html, body"),s=function(){function FormFieldUI(a){!function _ui_form_fields_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,FormFieldUI);var s=this;return s.$el=$(a),s.shown=!0,s.$el.data(i,s),s.vals={val:s.$el.val(),checked:s.$el.is(":checked")},s.$el.parents(".optionset").not(".field").removeClass("collapse"),s.$collapse=s.$el.parents(".field.collapse").not(".composite").first(),s.$collapse.length&&(s.$el.removeClass("collapse"),s.$collapse.on("show.bs.collapse",(function(o){s.show()})),s.$collapse.on("hidden.bs.collapse",(function(o){s.hide()}))),s.$el.addClass("".concat(o,"-active")),s}return function _ui_form_fields_createClass(o,i,a){return i&&_ui_form_fields_defineProperties(o.prototype,i),a&&_ui_form_fields_defineProperties(o,a),o}(FormFieldUI,[{key:"dispose",value:function dispose(){var a=this.$el;a.removeClass("".concat(o,"-active")),$.removeData(a[0],i)}},{key:"show",value:function show(){var i=this,a=i.$el;i.restore(),i.shown=!0,a.trigger("shown.".concat(o))}},{key:"hide",value:function hide(){var i=this,a=i.$el;i.wipe(),i.shown=!1,a.trigger("hidden.".concat(o))}},{key:"wipe",value:function wipe(){var o=this.$el;this.vals={name:o.attr("name"),val:o.val(),checked:o.is(":checked")},o.val(""),o.prop("checked",!1)}},{key:"restore",value:function restore(){var o=this,i=o.$el,a=o.vals.checked;i.val(o.vals.val),i.prop("checked",a)}},{key:"addMessage",value:function addMessage(o){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],l=this,c=l.$el.closest(".field");if(c.addClass("has-message"),o&&c.append('<div class="message alert '.concat(i,'">').concat(o,"</div>")),s){var u=c.offset().top;c.focus(),a.scrollTop(u-100)}}},{key:"removeMessages",value:function removeMessages(){var o=this.$el.closest(".field");o.removeClass("has-message"),o.find(".message").remove()}}],[{key:"_jQueryInterface",value:function _jQueryInterface(){return this.each((function(){var o=$(this),a=o.data(i);a||(a=new FormFieldUI(this),o.data(i,a))}))}}]),FormFieldUI}();return $.fn[o]=s._jQueryInterface,$.fn[o].Constructor=s,$.fn[o].noConflict=function(){return $.fn[o]=JQUERY_NO_CONFLICT,s._jQueryInterface},s}(i());function _ui_form_basics_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){var o="jsFormBasics",i=o,s=($("html, body"),window),l=(document,function(){function FormBasics(s){!function _ui_form_basics_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,FormBasics);var l=$(s);this._el=s,this.dispose(),console.log("".concat(o,": init")),l.data(i,this);var u=l.find(a.FORM_FIELDS);u.each((function(o,i){new f(i)})),u.each((function(o,i){var a=$(i);(a.hasClass("required")||a.attr("aria-required"))&&a.closest(".field").addClass("required")}));var d=l.find('input[type="radio"]');d.each((function(o,i){var a=$(i);a.is(":checked")&&a.parents(".radio").addClass("checked")})),d.on("change",(function(o){var i=$(o.currentTarget),a=i.parents(".radio");a.siblings(".radio").each((function(o,i){var a=$(i);a.find("input").is(":checked")||a.removeClass("checked")})),i.is(":checked")&&a.addClass("checked")})),l.on("submit",(function(o){setTimeout((function(){l.find(".error").length||c.show()}),100)})),$(".field.password .show-password").on("click",(function(i){console.log("".concat(o,": .field.password .show-password (click)"));var a=$(i.currentTarget),s=a.siblings("input"),l=a.find(".fas");"password"===s.attr("type")?(s.attr("type","text"),l.removeClass("fa-eye").addClass("fa-eye-slash")):(s.attr("type","password"),l.removeClass("fa-eye-slash").addClass("fa-eye"))})),l.addClass("".concat(o,"-active")),l.trigger(a.FORM_INIT_BASICS)}return function _ui_form_basics_createClass(o,i,a){return i&&_ui_form_basics_defineProperties(o.prototype,i),a&&_ui_form_basics_defineProperties(o,a),o}(FormBasics,[{key:"dispose",value:function dispose(){console.log("".concat(o,": dispose"));var a=this,s=$(a._el);$.removeData(a._el,i),a._el=null,s.removeClass("".concat(o,"-active"))}}],[{key:"_jQueryInterface",value:function _jQueryInterface(){var o=this;return this.each((function(){var a=$(o),s=a.data(i);s||(s=new FormBasics(o),a.data(i,s))}))}}]),FormBasics}());$.fn[o]=l._jQueryInterface,$.fn[o].Constructor=l,$.fn[o].noConflict=function(){return $.fn[o]=JQUERY_NO_CONFLICT,l._jQueryInterface};$(s).on("".concat(o,".init ").concat(a.AJAX," ").concat(a.LOADED),(function(){!function init(){$("form").jsFormBasics()}()}))}(i());function _ui_header_footer_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){document;var o=window,i=$("html,body"),s="HeaderUI",l=("js".concat(s),function(){function HeaderUI(){!function _ui_header_footer_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,HeaderUI)}return function _ui_header_footer_createClass(o,i,a){return i&&_ui_header_footer_defineProperties(o.prototype,i),a&&_ui_header_footer_defineProperties(o,a),o}(HeaderUI,null,[{key:"init",value:function init(){this.dispose(),console.log("".concat(s,": init"));var o=$("#Header,.js".concat(s));!function updateHeader(){var a=o.height();i.scrollTop()+50>a?i.addClass("shrink"):i.removeClass("shrink")}();var a=function updateFooter(o,i){var a=$(i),s=a.height();a.css("height",s),a.css("margin-top",-s),a.siblings(".wrapper").css("padding-bottom",s)};$(".footer,.jsFooterUI").css("height","auto"),setTimeout((function(){$(".footer,.jsFooterUI").each(a)}),500)}},{key:"dispose",value:function dispose(){console.log("".concat(s,": dispose")),i.removeClass("shrink"),$("#Header,.js".concat(s,",.footer,.jsFooterUI,.wrapper")).attr("css","")}}]),HeaderUI}());$(o).on("".concat(a.AJAX," ").concat(a.LOADED),(function(){l.init()})),$(o).on("".concat(a.RESIZE),(function(){setTimeout((function(){l.init()}),200)})),o.HeaderUI=new l}(i());var d=__webpack_require__(893);function _main_toConsumableArray(o){return function _main_arrayWithoutHoles(o){if(Array.isArray(o))return _main_arrayLikeToArray(o)}(o)||function _main_iterableToArray(o){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(o))return Array.from(o)}(o)||function _main_unsupportedIterableToArray(o,i){if(!o)return;if("string"===typeof o)return _main_arrayLikeToArray(o,i);var a=Object.prototype.toString.call(o).slice(8,-1);"Object"===a&&o.constructor&&(a=o.constructor.name);if("Map"===a||"Set"===a)return Array.from(o);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return _main_arrayLikeToArray(o,i)}(o)||function _main_nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _main_arrayLikeToArray(o,i){(null==i||i>o.length)&&(i=o.length);for(var a=0,s=new Array(i);a<i;a++)s[a]=o[a];return s}function _main_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var p=__webpack_require__.n(d)()(),h=function($){var o=window,i=$(o),s=document,f=$("body"),d="MainUI";console.clear(),console.info("%cUI Kit ".concat("@a2nt/ss-bootstrap-ui-webpack-boilerplate"," ").concat("2.8.3"),"color:yellow;font-size:14px"),console.info("%c".concat("@a2nt/meta-lightbox"," ").concat("2.7.3"),"color:yellow;font-size:12px"),console.info("%chttps://github.com/a2nt/webpack-bootstrap-ui-kit by ".concat("Tony Air <tony@twma.pro>"),"color:yellow;font-size:10px"),console.groupCollapsed("Events"),Object.keys(a).forEach((function(o){console.info("".concat(o,": ").concat(a[o]))})),console.groupEnd("Events"),console.groupCollapsed("Consts"),Object.keys(l).forEach((function(o){console.info("".concat(o,": ").concat(l[o]))})),console.groupEnd("Events"),console.groupCollapsed("Init"),console.time("init"),i.on("".concat(a.LODEDANDREADY),(function(){console.groupEnd("Init"),console.timeEnd("init"),console.time("Post-init"),console.groupCollapsed("Post-init")}));var h,g=$("#AlertNotify"),m=$("#SiteWideMessage");s.addEventListener("visibilitychange",(function(){"hidden"===s.visibilityState?(console.log("".concat(d,": Tab: hidden")),f.addClass("is-hidden"),f.trigger(a.TABHIDDEN),i.trigger(a.TABHIDDEN)):(console.log("".concat(d,": Tab: focused")),f.removeClass("is-hidden"),f.trigger(a.TABFOCUSED),i.trigger(a.TABFOCUSED))}));var v=!1,y=function sessionPing(){v||f.hasClass("is-offline")||(console.log("".concat(d,": session ping")),v=!0,$.ajax({sync:!1,async:!0,cache:!1,url:"/Security/ping",global:!1,type:"POST",complete:function complete(o,i){w(),"success"!==i&&(console.warn("".concat(d,": ping failed")),clearInterval(h),h=null),v=!1}}))},b=!1,w=function updateOnlineStatus(){if(!b)return b=!0,"undefined"!==typeof navigator.onLine&&(navigator.onLine?(h||(h=setInterval(y,3e5)),f.hasClass("is-offline")?(y(),console.log("".concat(d,": is back online")),f.trigger(a.BACKONLINE)):console.log("".concat(d,": Online")),f.addClass("is-online"),f.removeClass("is-offline"),f.trigger(a.ONLINE),i.trigger(a.ONLINE),b=!1,!0):(console.log("".concat(d,": Offline")),clearInterval(h),h=null,f.addClass("is-offline"),f.removeClass("is-online"),f.trigger(a.OFFLINE),i.trigger(a.OFFLINE),b=!1,!0))};o.addEventListener("".concat(a.OFFLINE),(function(){w()}),!1),o.addEventListener("".concat(a.ONLINE),(function(){w()}),!1),i.on("".concat(a.LOADED," ").concat(a.AJAX),(function(){w()}));o.URLDetails={base:$("base").attr("href"),relative:"/",hash:""};var C=!1,T=function setTouchScreen(s){o.IsTouchScreen===s||C||(C=!0,o.IsTouchScreen=s,$.support.touch=o.IsTouchScreen,s?(console.log("".concat(d,": Touch screen enabled")),f.trigger(a.TOUCHENABLE),i.trigger(a.TOUCHENABLE)):(console.log("".concat(d,": Touch screen disabled")),f.trigger(a.TOUCHDISABLED),i.trigger(a.TOUCHDISABLED)),setTimeout((function(){C=!1}),200))};T("ontouchstart"in window||navigator.msMaxTouchPoints>0),s.addEventListener("touchmove",(function(){T(!0)})),s.addEventListener("touchstart",(function(){T(!0)}));var S=function(){function MainUI(){!function _main_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,MainUI)}return function _main_createClass(o,i,a){return i&&_main_defineProperties(o.prototype,i),a&&_main_defineProperties(o,a),o}(MainUI,null,[{key:"init",value:function init(){var l=this;l.dispose(),console.log("".concat(d,": init")),l.updateLocation(),"caches"in o&&$("a.offline").addClass("offline-available"),l.loadImages(),l.detectBootstrapScreenSize(),$('a.external,a[rel="external"]').attr("target","_blank"),$(".js-scrollTo").on("click",(function(o){console.log("".concat(d,": .js-scrollTo")),o.preventDefault(),function ScrollTo(o,i){p.animateScroll(s.querySelector(i),o,{speed:500,offset:-20})}(o.currentTarget,$(o.currentTarget).attr("data-target"))})),$("[data-extfont]").length&&(console.log("".concat(d,": loading external fonts [data-extfont]")),$.getScript("//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js",(function(){var i=[];$("[data-extfont]").each((function(o,a){i[o]=$(a).attr("data-extfont")})),o.WebFont.load({google:{families:i}})}))),$("[data-set-target]").on("click",(function(o){console.log("".concat(d,": [data-set-target]"));var i=$(o.currentTarget),s=$(i.data("set-target"));s.length&&(s.each((function(o,a){var s=$(a),l=s.prop("tagName").toLowerCase();"input"===l||"select"===l?s.val(i.data("set-val")):s.hasClass("field")||s.text(i.data("set-val"))})),i.trigger(a.SET_TARGET_UPDATE),s.closest("form").trigger(a.SET_TARGET_UPDATE))})),$(".a[data-href]").on("click",(function(i){console.log("".concat(d,": js link processing .a[data-href]"));var a=$(i.currentTarget),s=a.data("href");s.length||(console.warn("".concat(d,": .a[data-href] | Missing data-href")),console.warn(a)),o.location.assign(s)})),c.hide((function(){f.addClass("loaded")})),o.URLDetails.hash.indexOf("printpage")>-1&&o.print(),f.data(d,l),i.removeClass("lock-main-init")}},{key:"detectBootstrapScreenSize",value:function detectBootstrapScreenSize(){var o=$('<div class="env-test"></div>'),a=_main_toConsumableArray(l.ENVS);f.append(o);var s=a.shift();a=a.reverse();for(var c=0;c<a.length;++c){var u=a[c];if(o.addClass("d-".concat(u,"-none")),o.is(":hidden")){s=u;break}}o.remove(),f.removeClass(a),f.addClass(s);var p=!0;return i.width()>i.height()?(f.removeClass("portrait"),f.addClass("landscape")):(p=!1,f.removeClass("landscape"),f.addClass("portrait")),console.log("".concat(d,": screen size detected ").concat(s," | landscape ").concat(p)),s}},{key:"updateLocation",value:function updateLocation(i){var a=i||o.location.href,s=(a=a.replace(o.URLDetails.base,"/")).indexOf("#");o.URLDetails.relative=a.split("#")[0],o.URLDetails.hash=s>=0?a.substr(a.indexOf("#")):""}},{key:"alert",value:function alert(o,s){m.fadeOut("fast"),m.html('<div class="page-alert"><div class="alert alert-'.concat(s,'"><i class="close" data-dismiss="alert">&times;</i>').concat(o,"</div></div>")),m.find(".page-alert").alert(),m.find('.close[data-dismiss="alert"]').click((function(){m.fadeOut("slow",(function(){m.find(".page-alert").alert("close")}))})),m.fadeIn("slow"),g.length&&g[0].play(),i.trigger("".concat(a.ALLERTAPPEARED))}},{key:"alertHide",value:function alertHide(){0!==m.length&&m.fadeOut("slow",(function(){m.find(".alert").alert("close")})),g.length&&"undefined"!==typeof g[0].stop&&g[0].stop(),i.trigger("".concat(a.ALLERTREMOVED))}},{key:"loadImages",value:function loadImages(){var o=f.find("img").not(".loaded"),s=[],l=[];o.each((function(o,i){var c=$(i),f=c.attr("src"),d=c.data("lazy-src");c.hasClass("loaded")||(f&&f.length&&s.push(f),d&&d.length&&(l.push(d),c.addClass("loading"),u.preload([d]).then((function(){c.attr("src",d),c.on("".concat(a.LOADED),(function(){c.addClass("loaded"),c.removeClass("loading"),c.trigger("".concat(a.LAZYIMAGEREADY))}))}))))})),f.find("[data-lazy-bg]").not(".loaded").each((function(o,i){var s=$(i),c=s.data("lazy-bg");s.hasClass("loaded")||c&&c.length&&(l.push(c),s.addClass("loading"),u.preload([c]).then((function(){s.css({"background-image":"url(".concat(c,")")}),s.addClass("loaded"),s.removeClass("loading"),s.trigger("".concat(a.LAZYIMAGEREADY))})))})),f.find("[data-src-replace]").not(".loaded").each((function(o,i){var a=$(i),s=a.data("src-replace");a.hasClass("loaded")||s&&s.length&&(a.addClass("loaded"),a.attr("src",s))})),u.preload(s).then((function(){i.trigger("images-loaded"),u.preload(l).then((function(){console.log("".concat(d,": All images are loaded!")),setTimeout((function(){i.trigger("".concat(a.LAZYIMAGESREADY)),console.groupEnd("Post-init"),console.timeEnd("Post-init")}),100)}))}))}},{key:"dispose",value:function dispose(){console.log("".concat(d,": dispose"))}}]),MainUI}();return i.on("".concat(a.MAININIT," ").concat(a.AJAX," ").concat(a.AJAXMAIN," ").concat(a.LOADED),(function(){i.hasClass("lock-main-init")?console.warn("".concat(d,": locked")):(i.addClass("lock-main-init"),S.init())})),i.on("".concat(a.RESIZE),(function(){S.detectBootstrapScreenSize()})),i.on("beforeunload unload",(function(){c.show((function(){f.removeClass("loaded")}))})),$('[target="_blank"],.external').not('[data-toggle="lightbox"],[data-lightbox-gallery]').on("click submit touch",(function(o){console.log("".concat(d,": External link")),setTimeout((function(){c.hide((function(){f.addClass("loaded")}))}),1e3)})),o.MainUI=S,S}(i());function _ui_hover_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){var o=window,i=(document,$("html"),$("body"),"jsHoverUI"),a=i,s=function(){function HoverUI(a){!function _ui_hover_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,HoverUI),console.log("".concat(i,": init"));var s=this,l=$(a);if(l.is('[target="_blank"],.external,[data-toggle="lightbox"],[data-lightbox-gallery]'))return!0;s.$el=l;var c=l.parents(".nav-item, .dropdown");c=c&&c.length?c.first():null,s.$parent=c;var u=l.data("target");if(!(u=(u=u&&u.length?u:null)||(c?c.find(".dropdown-menu").first():null))||!u.length)return console.warn("".concat(i,": Missing target for:")),void console.warn(l);s.$target=u;var f=c||l;s.$triger=f,$('[data-toggle="dropdown"]').on("click touch",(function(o){console.log("".concat(i,": dropdown click-touch")),s.hide()})),o.isTouch||f.hoverIntent({sensitivity:10,interval:50,over:function over(){s.show()},out:function out(){s.hide()}}),l.off("click touch"),l.on("click touch",(function(a){var c=h.detectBootstrapScreenSize();console.log("".concat(i,": click-touch size: ").concat(c)),("xs"===c||!l.data("allow-click")||o.IsTouchScreen&&!l.data("allow-touch-click"))&&(console.log("".concat(i,": click-touch prevent click")),a.stopPropagation(),a.preventDefault()),s.isShown()?s.hide():s.show()})),l.data(i,s),f.addClass("".concat(i,"-active"))}return function _ui_hover_createClass(o,i,a){return i&&_ui_hover_defineProperties(o.prototype,i),a&&_ui_hover_defineProperties(o,a),o}(HoverUI,[{key:"isShown",value:function isShown(){return this.$target.hasClass("show")}},{key:"show",value:function show(){this.$el.parents(".dropdown").not(".active").each((function(o,i){var a=$(i);a.find(".dropdown").removeClass("show"),a.addClass("show")})),this.$target.addClass("show")}},{key:"hide",value:function hide(){var o=this.$target;o.removeClass("show"),o.find(".dropdown-menu").removeClass("show"),o.parent(".dropdown").removeClass("show")}},{key:"dispose",value:function dispose(){var o=this,s=o.$el;console.log("".concat(i,": dispose")),o.$triger.removeClass("".concat(i,"-active")),$.removeData(s,a),o.$el=null,o.$parent=null,o.$target=null,o.$triger=null}}],[{key:"_jQueryInterface",value:function _jQueryInterface(){return this.each((function(){var o=$(this),i=o.data(a);i||(i=new HoverUI(this),o.data(a,i))}))}}]),HoverUI}();$.fn[i]=s._jQueryInterface,$.fn[i].Constructor=s,$.fn[i].noConflict=function(){return $.fn[i]=JQUERY_NO_CONFLICT,s._jQueryInterface},$('[data-toggle="hover"]').ready((function(){$('[data-toggle="hover"]').jsHoverUI()})),$('[data-toggle="dropdown"]').on("click touch",(function(o){o.preventDefault();var i=$(o.currentTarget).parent(".dropdown");i.parent().find(".dropdown, .dropdown-menu").removeClass("show"),i.hasClass("show")?(i.removeClass("show"),i.find(".dropdown-menu").removeClass("show")):(i.addClass("show"),i.find(".dropdown-menu").addClass("show"))}))}(i());function _ui_carousel_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){var o="CarouselUI",i=function(){function CarouselUI(){!function _ui_carousel_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,CarouselUI)}return function _ui_carousel_createClass(o,i,a){return i&&_ui_carousel_defineProperties(o.prototype,i),a&&_ui_carousel_defineProperties(o,a),o}(CarouselUI,null,[{key:"each",value:function each(i){$("js".concat(o,", .js-carousel")).each((function(o,a){i(o,$(a))}))}},{key:"init",value:function init(){this.dispose(),console.log("".concat(o,": init")),this.each((function(i,s){var l=$(s),c="Carousel".concat(i);l.attr("id",c),l.data("id",i);var u=$(s).find(".carousel-item").length;if(u){if(l.data("indicators")){var f=$('<ol class="carousel-indicators"></ol>');f.append('<li data-target="#'.concat(c,'" data-slide-to="0" class="active"></li>'));for(var d=1;d<u;d++)f.append('<li data-target="#'.concat(c,'" data-slide-to="').concat(d,'"></li>'));l.prepend(f)}l.data("arrows")&&(l.prepend('<i class="carousel-control-prev" data-target="#'.concat(c,'" role="button" data-slide="prev"><i class="fas fa-chevron-left" aria-hidden="true"></i><i class="sr-only">Previous</i></i>')),l.prepend('<i class="carousel-control-next" data-target="#'.concat(c,'" role="button" data-slide="next"><i class="fas fa-chevron-right" aria-hidden="true"></i><i class="sr-only">Next</i></i>'))),l.carousel();var p=l.find('iframe[src^="https://www.youtube.com/embed/"]');l.on("slide.bs.carousel",(function(){p.length&&p.each((function(o,i){var a=$(i);try{a.data("player",new YT.Player(i,{events:{onReady:function onReady(){a.data("player").pauseVideo()}}})),a.data("player").pauseVideo()}catch(i){}}))})),l.find(".carousel-control-prev").on("click",(function(o){o.preventDefault(),l.carousel("prev")})),l.find(".carousel-control-next").on("click",(function(o){o.preventDefault(),l.carousel("next")})),l.hammer().bind(a.SWIPELEFT,(function(o){$(event.target).carousel("next")})),l.hammer().bind(a.SWIPERIGHT,(function(o){$(event.target).carousel("prev")})),l.addClass("js".concat(o,"-active")),l.trigger(a.CAROUSEL_READY)}}))}},{key:"dispose",value:function dispose(){this.each((function(o,i){$(i).carousel("dispose")}))}}]),CarouselUI}();$(window).on("".concat(a.LODEDANDREADY),(function(){i.init()}))}(i());function _ui_menu_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}(function($){var o="jsSlidingMenu",i=o,a=function(){function SlidingMenu(i){!function _ui_menu_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,SlidingMenu),console.log("".concat(o,": init")),this._element=i;var a=$(this._element);a.addClass("".concat(o,"-active")),$(window).on("keyup",(function(o){27===o.which&&a.find('.is-open[data-toggle="offcanvas"]').click()}))}return function _ui_menu_createClass(o,i,a){return i&&_ui_menu_defineProperties(o.prototype,i),a&&_ui_menu_defineProperties(o,a),o}(SlidingMenu,[{key:"dispose",value:function dispose(){console.log("".concat(o,": dispose")),$(this._element).removeClass("".concat(o,"-active")),$.removeData(this._element,i),this._element=null}}],[{key:"_jQueryInterface",value:function _jQueryInterface(){return this.each((function(){var o=$(this),a=o.data(i);a||(a=new SlidingMenu(this),o.data(i,a))}))}}]),SlidingMenu}();$.fn[o]=a._jQueryInterface,$.fn[o].Constructor=a,$.fn[o].noConflict=function(){return $.fn[o]=JQUERY_NO_CONFLICT,a._jQueryInterface},$(".ui.".concat(o)).ready((function(){$(".ui.".concat(o)).jsSlidingMenu()}))})(i()),__webpack_require__(121),__webpack_require__(222),__webpack_require__(452),__webpack_require__(324),__webpack_require__(71);function _ui_cookie_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}var g=function($){var o=document;window;return function(){function CookieUI(){!function _ui_cookie_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,CookieUI)}return function _ui_cookie_createClass(o,i,a){return i&&_ui_cookie_defineProperties(o.prototype,i),a&&_ui_cookie_defineProperties(o,a),o}(CookieUI,null,[{key:"get",value:function get(i){return o.cookie.split("; ").reduce((function(o,a){var s=a.split("=");return s[0]===i?decodeURIComponent(s[1]):o}),"")}},{key:"set",value:function set(i,a){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:7,l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",c=new Date(Date.now()+864e5*s).toUTCString();o.cookie="".concat(i,"=").concat(encodeURIComponent(a),"; expires=").concat(c,"; path=").concat(l)}}]),CookieUI}()}(i());function _ui_flyout_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){var o=window,i=(document,$("body"),"FlyoutUI"),s="".concat(i,"-hide"),l=function(){function FlyoutUI(){!function _ui_flyout_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,FlyoutUI)}return function _ui_flyout_createClass(o,i,a){return i&&_ui_flyout_defineProperties(o.prototype,i),a&&_ui_flyout_defineProperties(o,a),o}(FlyoutUI,null,[{key:"init",value:function init(){console.log("".concat(i,": init"));var o=this;if(o.$modal=$(".flyout-".concat(i)),!o.$modal.length)return!1;var a=o.$modal.find(".flyout-".concat(i,"__close"));o.$modal.data(i,o),a.length&&a.on("click",(function(){o.hide()}));var l=g.get(s);a.length&&l&&"true"===l||setTimeout((function(){o.show()}),2e3)}},{key:"show",value:function show(o){this.$modal.addClass("flyout-".concat(i,"__active"))}},{key:"hide",value:function hide(o){g.set(s,"true",1),this.$modal.removeClass("flyout-".concat(i,"__active"))}}]),FlyoutUI}();$(o).on("".concat(i,".init ").concat(a.AJAX," ").concat(a.LOADED),(function(){l.init()})),o.FlyoutUI=l}(i());function _ui_sidebar_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){document;var o=window,i=$("body"),s="SidebarUI",l="js".concat(s),c="".concat(l,"__inner"),u=function(){function SidebarUI(){!function _ui_sidebar_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,SidebarUI)}return function _ui_sidebar_createClass(o,i,a){return i&&_ui_sidebar_defineProperties(o.prototype,i),a&&_ui_sidebar_defineProperties(o,a),o}(SidebarUI,null,[{key:"init",value:function init(){if(this.dispose(),$(".".concat(l)).length){console.log("".concat(s,": init ..."));var o=$(".".concat("content-holder"))[0],u=$(".".concat(l)),f=$(".".concat(c));u.addClass("".concat(l,"-active")),i.on("".concat(a.SCROLL," ").concat(a.RESIZE),(function(a){var s=parseInt(o.offsetTop)+0,l=parseInt(o.offsetHeight)-0,c=u[0].offsetWidth,d=parseInt(i.scrollTop());s>=d?f.attr("style",""):d>=s+l-f[0].offsetHeight?f.attr("style","position:absolute;bottom:".concat(0,"px")):f.attr("style","position:fixed;top:".concat(0,"px;width:").concat(c,"px"))}))}}},{key:"dispose",value:function dispose(){console.log("".concat(s,": dispose"))}}]),SidebarUI}();$(o).on("".concat(s,".init ").concat(a.LODEDANDREADY),(function(){u.init()})),o.SidebarUI=new u}(i());function _ui_video_preview_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){var o="jsVideoPreviewUI",i=o,s=(window,document,function(){function VideoPreviewUI(a){!function _ui_video_preview_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,VideoPreviewUI);var s=this;s.$_el=$(a),s.innerHTML=s.$_el[0].innerHTML,s.$_el.data(i,this);var l,c=s.$_el.attr("href")||s.$_el.data("href");if(l=c.match(/(youtube|youtube-nocookie|youtu|vimeo)\.(com|be)\/(watch\?v=([\w-]+)|([\w-]+))/)){var u;if("youtube"!==l[1]&&"youtube-nocookie"!==l[1]&&"youtu"!==l[1]||(u=function YouTubeGetID(i){var a=i.split(/(vi\/|v%3D|v=|\/v\/|youtu\.be\/|\/embed\/)/);return console.log("".concat(o,": ").concat(a)),void 0!==a[2]?a[2].split(/[^0-9a-z_-]/i)[0]:a[0]}(c)),"vimeo"==l[1])return u=l[3],s.$_el.addClass("loading"),void $.ajax({type:"GET",url:"https://vimeo.com/api/v2/video/".concat(u,".json"),jsonp:"callback",dataType:"jsonp",success:function success(o){var i=o[0].thumbnail_large;s.show(i),s.$_el.removeClass("loading")}});u&&s.show("//i3.ytimg.com/vi/".concat(u,"/0.jpg"))}}return function _ui_video_preview_createClass(o,i,a){return i&&_ui_video_preview_defineProperties(o.prototype,i),a&&_ui_video_preview_defineProperties(o,a),o}(VideoPreviewUI,[{key:"show",value:function show(o){this.$_el[0].innerHTML="",this.$_el.append('<img src="'.concat(o,'" alt="Video" />'))}}],[{key:"dispose",value:function dispose(){console.log("".concat(o,": dispose")),ui.$_el[0].innerHTML=ui.innerHTML}},{key:"_jQueryInterface",value:function _jQueryInterface(){return this.each((function(o,a){var s=$(a),l=s.data(i);l||(l=new VideoPreviewUI(a),s.data(i,l))}))}}]),VideoPreviewUI}());$.fn[o]=s._jQueryInterface,$.fn[o].Constructor=s,$.fn[o].noConflict=function(){return $.fn[o]=JQUERY_NO_CONFLICT,s._jQueryInterface},$(window).on("".concat(a.LODEDANDREADY),(function(){console.log("".concat(o,": init")),$('[data-video-preview="true"]').each((function(o,i){$(i).jsVideoPreviewUI()}))}))}(i());var m="ajax-load",v="back-online",y="load";function meta_lightbox_typeof(o){return(meta_lightbox_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(o){return typeof o}:function _typeof(o){return o&&"function"===typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function meta_lightbox_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}!function($){var o=window,i=$(o),a=document,s=$("body"),l="MetaLightboxUI",c='<div class="meta-lightbox-error"><div class="alert alert-error alert-danger">Connection failure.</div></div>',u=function(){function MetaLightboxUI(){!function meta_lightbox_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,MetaLightboxUI)}return function meta_lightbox_createClass(o,i,a){return i&&meta_lightbox_defineProperties(o.prototype,i),a&&meta_lightbox_defineProperties(o,a),o}(MetaLightboxUI,null,[{key:"init",value:function init(){console.log("".concat(l,": init ..."));var o=this;o.isMSIE=0;try{o.isHidpi=o.is_hdpi()}catch(i){console.log("".concat(l,": catch"))}$(".js".concat(l,',[data-toggle="lightbox"],[data-lightbox-gallery]')).on("click",(function(i){i.preventDefault(),i.stopPropagation();var a=$(i.currentTarget);o.show(a)})),$(".js".concat(l,"-close-inline")).on("click",(function(o){$(o.currentTarget).parents(".meta-lightbox-overlay").removeClass("meta-lightbox-open")}))}},{key:"is_hdpi",value:function is_hdpi(){console.log("".concat(l,": isHidpi"));return o.devicePixelRatio>1||o.matchMedia&&o.matchMedia("(-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx)").matches}},{key:"show",value:function show(o){console.log("".concat(l,": show"));var i=this;if(i.constructLightbox()){var a=i.$content;if(a){if(s.addClass("meta-lightbox-body-effect-fade"),i.process(a,o),o.data("lightbox-gallery")){var c=$('[data-lightbox-gallery="'.concat(o.data("lightbox-gallery"),'"]'));1===c.length?$(".meta-lightbox-nav").hide():$(".meta-lightbox-nav").show(),$(".meta-lightbox-prev").off("click").on("click",(function(a){a.preventDefault();var s=c.index(o),l=c.eq(s-1);l.length||(l=c.last()),setTimeout((function(){i.show(l)}),10)})),$(".meta-lightbox-next").off("click").on("click",(function(a){a.preventDefault();var s=c.index(o),l=c.eq(s+1);l.length||(l=c.first()),setTimeout((function(){i.show(l)}),10)}))}setTimeout((function(){i.$overlay.addClass("meta-lightbox-open")}),1)}}}},{key:"constructLightbox",value:function constructLightbox(){console.log("".concat(l,": constructLightbox"));var o=this,i=$("<div>",{class:"meta-lightbox-overlay meta-lightbox-theme-default meta-lightbox-effect-fade"}),a=$("<div>",{class:"meta-lightbox-wrap"}),c=$("<div>",{class:"meta-lightbox-content"}),u=$('<a href="#" class="meta-lightbox-nav meta-lightbox-prev"><i class="fas fa fa-chevron-left"></i> <span class="sr-only">Previous</span></a><a href="#" class="meta-lightbox-nav meta-lightbox-next"><i class="fa fas fa-chevron-right"></i> <span class="sr-only">Next</span></a>'),f=$('<a href="#" class="meta-lightbox-close fas fa fa-times" title="Close"><span class="sr-only">Close</span></a>'),d=$("<div>",{class:"meta-lightbox-title-wrap"});return o.$overlay||(o.isMSIE&&i.addClass("meta-lightbox-ie"),a.append(c),a.append(d),i.append(a),i.append(u),i.append(f),s.append(i),i.on("click",(function(i){i.preventDefault(),o.hide()})),f.on("click",(function(i){i.preventDefault(),o.hide()})),o.$overlay=i,o.$content=c,o.$title=d),o.$overlay}},{key:"setTitle",value:function setTitle(o){this.$title.html(o)}},{key:"process",value:function process(s,u){console.log("".concat(l,": process"));var f=this,d=u.attr("href")&&u.attr("href").length?u.attr("href"):u.data("href");f.$content.attr("class","meta-lightbox-content"),f.$content.addClass(u.data("lightbox-class")),d.length||(console.log(u),console.error("".concat(l,": href(attr/data) is missing")));var p=$("#PageLoading .loading-spinner"),h=p.length?p.clone():"";if(f.$content.append(h).addClass("meta-lightbox-loading"),d.match(/\.(jpeg|jpg|gif|png|svg)$/i)||"image"===u.data("force")){$.ajax({url:d,success:function success(){var o=$("<img>",{src:d}),a=$('<div class="meta-lightbox-image"></div>'),l=$('<span class="meta-lightbox-zoom-wrapper"></span>');l.append(o),a.append(l),a.css({"line-height":"".concat(s.height(),"px"),height:"".concat(s.height(),"px")}),i.resize((function(){a.css({"line-height":"".concat(s.height(),"px"),height:"".concat(s.height(),"px")})})),"undefined"!==typeof l.zoom?l.zoom():l.addClass("no-zoom"),f.$content.html(a),f.contentLoaded()},error:function error(o,i){var a=$(c);f.$content.html(a),f.contentLoaded()}});var g=u.data("title")?u.data("title"):u.attr("title");f.setTitle(g),"function"===typeof ga&&ga("send","event","meta","Image Click",d)}else if(d.match(/(youtube|youtube-nocookie|youtu|vimeo)\.(com|be)\/(watch\?v=([\w-]+)|([\w-]+))/)||"youtube"===u.data("force")||"vimeo"===u.data("force")){var m,v=d.match(/(youtube|youtube-nocookie|youtu|vimeo)\.(com|be)\/(watch\?v=([\w-]+)|([\w-]+))/),y="meta-lightbox-video";if("youtube"==v[1]&&(m="https://www.youtube.com/embed/".concat(v[4]),y="".concat(y," meta-lightbox-youtube")),"youtu"==v[1]&&(m="https://www.youtube.com/embed/".concat(v[3]),y="".concat(y," meta-lightbox-youtube")),"youtube-nocookie"==v[1]&&(m="https://www.youtube-nocookie.com/embed/".concat(v[4]),y="".concat(y," meta-lightbox-youtube")),"vimeo"==v[1]&&(m="https://player.vimeo.com/video/".concat(v[3]),y="".concat(y," meta-lightbox-vimeo")),!m)return console.warn("".concat(l,": Video loading bad URL")),!1;if(!f.loadIframe(m,y))return u.addClass("meta-offline"),!1;u.removeClass("meta-offline");var b=u.data("title")?u.data("title"):u.attr("title");f.setTitle(b),"function"===typeof ga&&ga("send","event","meta","Video Click",v)}else if("#"==d.substring(0,1)||"inline"===u.data("force"))$(d).length?(wrap=$('<div class="meta-lightbox-inline" />'),wrap.append($(d).clone().show()),wrap.outerHeight()<f.$content.height()&&wrap.css({position:"relative",top:"50%","margin-top":"".concat(-wrap.outerHeight()/2,"px")}),i.resize((function(){wrap.outerHeight()<f.$content.height()&&wrap.css({position:"relative",top:"50%","margin-top":"".concat(-wrap.outerHeight()/2,"px")})})),f.$content.html(wrap),f.contentLoaded()):(wrap=$(c),f.$content.html(wrap),f.contentLoaded()),$(".meta-lightbox-title-wrap").html(""),"function"===typeof ga&&ga("send","event","meta","inline HTML click",d);else{if(u.data("force-iframe")||"iframe"===u.data("force"))return console.log("".concat(l,": IFrame forced")),f.loadIframe(d,"meta-lightbox-iframe-content")?(u.removeClass("meta-offline"),!0):(u.addClass("meta-offline"),!1);console.log("".concat(l,": loading AJAX")),$.ajax({sync:!1,async:!0,url:d,dataType:"html",method:"GET",cache:!1,statusCode:{404:function _(){console.log("".concat(l,": page not found")),o.location.href=url},302:function _(){console.log("".concat(l,": redirect 302")),o.location.href=url}},error:function error(o,i){console.log("".concat(l,": AJAX request failure.").concat(o.statusText));var a=$(c);f.$content.html(a),f.contentLoaded(),"function"===typeof ga&&ga("send","event","error","AJAX ERROR",o.statusText)},success:function success(i,s,c){console.log("".concat(l,": AJAX success"));try{var u=$.parseJSON(i);if("object"===meta_lightbox_typeof(u)){if(console.log("".concat(l,": AJAX JSON")),"object"===meta_lightbox_typeof(u.regions)&&"undefinded"!==typeof u.regions.LayoutAjax){var d=$('<div class="meta-lightbox-ajax" />');d.html(u.regions.LayoutAjax),f.$content.html(d),f.contentLoaded()}var p=c.getResponseHeader("X-Title"),h=c.getResponseHeader("X-Link");p&&p.length&&h&&h.length&&h!==o.location.href&&h.substring(0,h.indexOf("#"))!==o.location.href.replace($("base").attr("href"),"/")&&($(".meta-lightbox-ajax").data("curr-title",a.title),$(".meta-lightbox-ajax").data("curr-link",o.location.href),"undefined"!==typeof o.localStorage&&"/"!==h&&o.localStorage.setItem("current-page",h),a.URL!==h&&a.URL!==$("base").attr("href")+h&&a.URL!=="".concat($("base").attr("href"),"/").concat(h)&&o.history.pushState({title:p,page:h,ajax:"true"},p,h),$(".meta-lightbox-title-wrap").html(""),"function"===typeof ga&&(ga("set",{page:h.replace($("base").attr("href"),""),title:p}),ga("send","pageview")))}}catch(m){console.log("".concat(l,": AJAX HTML"));var g=$('<div class="meta-lightbox-ajax" />');g.append(i),f.$content.html(g),f.contentLoaded()}f.contentLoaded()}})}}},{key:"loadIframe",value:function loadIframe(o,i){var a=this,c=$("<iframe>",{src:o,class:i,frameborder:0,vspace:0,hspace:0,scrolling:"auto",allowtransparency:"true"});return console.log("".concat(l,": loading iframe")),s.append('<div id="MetaIFramePreload" class="hidden d-none iframe-preload" style="display:none"></div>'),$("#MetaIFramePreload").html(c),c.on("load",(function(){if(s.hasClass("is-offline"))return console.warn("".concat(l,": Unable to load iframe offline")),!1;a.finishIFrameLoading()})),c}},{key:"finishIFrameLoading",value:function finishIFrameLoading(){var o=this,i=$("#MetaIFramePreload");if(!i.length)return console.warn("".concat(l,": iframe preload not found")),!1;var a=i.find("iframe");if(!a.length)return console.warn("".concat(l,": iframe preload > iframe not found")),!1;console.log("".concat(l,": the iframe was loaded")),i.html(""),i.remove(),o.$content.addClass("iframe-delay"),o.$content.html(a),o.contentLoaded(),setTimeout((function(){o.$content.removeClass("iframe-delay")}),1e3)}},{key:"contentLoaded",value:function contentLoaded(){var o=this;o.$content.removeClass("meta-lightbox-loading"),$(".meta-lightbox-content .js".concat(l,',.meta-lightbox-content [data-toggle="lightbox"],.meta-lightbox-content [data-lightbox-gallery]')).on("click",(function(i){i.preventDefault(),i.stopPropagation();var a=$(i.currentTarget);o.show(a)})),$(".js".concat(l,"-close")).on("click",(function(i){i.preventDefault(),o.hide()})),setTimeout((function(){i.trigger("meta-lightbox-loaded")}),1),setTimeout((function(){s.addClass("meta-lightbox-body-effect-fade")}),600)}},{key:"hide",value:function hide(i){var l=this.$overlay,c=$(".meta-lightbox-ajax").data("curr-title"),u=$(".meta-lightbox-ajax").data("curr-link");c&&u&&("undefined"!==typeof o.localStorage&&"/"!==u&&o.localStorage.setItem("current-page",u),a.URL!==u&&a.URL!==$("base").attr("href")+u&&a.URL!=="".concat($("base").attr("href"),"/").concat(u)&&o.history.replaceState({title:c,page:u,ajax:"true"},c,u)),l.removeClass("meta-lightbox-open"),s.removeClass("meta-lightbox-body-effect-fade"),$(".meta-lightbox-content .meta-lightbox-zoom-wrapper").trigger("zoom.destroy"),this.isMSIE&&(l.find("iframe").attr("src"," "),l.find("iframe").remove()),$(".meta-lightbox-prev").off("click"),$(".meta-lightbox-next").off("click"),$(".meta-lightbox-content").empty(),s.removeClass("meta-lightbox-body-effect-fade")}}]),MetaLightboxUI}();i.on("MetaLightboxUI.init ".concat(m," ").concat(y),(function(){u.init()})),i.on("".concat(v),(function(){$(".meta-offline").removeClass("meta-offline"),console.log("".concat(l,": reloading iframe")),u.finishIFrameLoading();var o=$(".meta-lightbox-content iframe");o.length&&o.attr("src",o.attr("src"))})),o.MetaLightboxUI=u}(i());function _layout_defineProperties(o,i){for(var a=0;a<i.length;a++){var s=i[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(o,s.key,s)}}(function($){var o=window,i=(document,$("body")),s="LayoutUI",l=function(){function LayoutUI(){!function _layout_classCallCheck(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}(this,LayoutUI)}return function _layout_createClass(o,i,a){return i&&_layout_defineProperties(o.prototype,i),a&&_layout_defineProperties(o,a),o}(LayoutUI,null,[{key:"init",value:function init(){this.dispose(),console.log("Initializing: ".concat(s)),i.append('<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i&display=swap" rel="stylesheet">'),$(o).trigger(a.LODEDANDREADY)}},{key:"dispose",value:function dispose(){console.log("Destroying: ".concat(s))}}]),LayoutUI}();$(o).on("".concat(a.AJAX," ").concat(a.LOADED),(function(){l.init()})),o.LayoutUI=l})(i()),__webpack_require__(976);function importAll(o){return o.keys().map(o)}importAll(__webpack_require__(310)),importAll(__webpack_require__(761))}()}();