!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n=o.slides.length){if(!o.options.goToTopOnLast)return;e=0}if(!1===o.waitForAnimation){var t=new Event("slide");o.waitForAnimation=!0;var n=100*-e;o.currentSlide=e,o.wrapperElement.style.transform="translateY("+n+"vh)",o.dispatchEvent(t),setTimeout(function(){o.waitForAnimation=!1},1e3)}}},o.goToFirstSlide=function(){o.goToSlide(0)},o.nextSlide=function(){o.goToSlide(o.currentSlide+1)},o.previousSlide=function(){o.goToSlide(o.currentSlide-1)},o.wrapperElement=null,o.waitForAnimation=!1,o.currentSlide=0,o.isActive=!1,o.options=t.defaultScrollOptions,r&&(o.options=i({},o.options,r)),o.mediaQueryList=window.matchMedia(o.options.mediaQuery),n instanceof HTMLElement?o.wrapperElement=n:"string"==typeof n&&(o.wrapperElement=document.getElementById(n)),null===o.wrapperElement)throw"An Element with the given ID could not be found.";return o.slides=o.wrapperElement.querySelectorAll(o.options.slideSelector),o.matchMediaEventHandler=new l.MatchMediaEventHandler(o.mediaQueryList,o.addStylesAndEvents,o.removeStylesAndEvents),o.swipeEventHandler=new a.SwipeEventHandler(o.wrapperElement,o.nextSlide,o.previousSlide,o.options.swipeOptions),o.scrollEventHandler=new s.ScrollEventHandler(o.wrapperElement,o.nextSlide,o.previousSlide,o.options.wheelOptions),o.mediaQueryList.matches&&o.addStylesAndEvents(),o.matchMediaEventHandler.addEventListeners(),o}return o(n,e),n}(c.EventTarget);t.FullPageScroll=u,c.defineEventAttribute(u.prototype,"deactivate"),c.defineEventAttribute(u.prototype,"activate"),c.defineEventAttribute(u.prototype,"slide"),window.FullPageScroll=u},function(e,t,n){"use strict";var r,o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;nMath.abs(i)?Math.abs(o)>a.swipeOptions.swipeMinDistance&&(t=o<0?r.LEFT:r.RIGHT):Math.abs(i)>a.swipeOptions.swipeMinDistance&&(t=i<0?r.UP:r.DOWN),t===r.UP?a.nextCallback():t===r.DOWN&&a.previousCallback(),e.stopPropagation())},this.touchmoveEventHandler=function(e){e.preventDefault()},this.target=e,this.nextCallback=t,this.previousCallback=n,this.swipeOptions={swipeMinDistance:30,maxSwipeTime:500},i&&(this.swipeOptions=o({},this.swipeOptions,i)),this.touchEvent={swipeDirection:r.NONE}}}();t.SwipeEventHandler=i},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&a.lastDelta<0||t<0&&a.lastDelta>0;a.lastDelta=t;var r=(new Date).getTime(),o=r-a.lastCall;a.lastCall=r,!n&&o0&&a.nextCallback())},this.target=e,this.nextCallback=n,this.previousCallback=o,this.options=r({},t.defaultWheelOptions,i)}}();t.ScrollEventHandler=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){return function(e,t,n){var r=this;this.addEventListeners=function(){"addEventListener"in r.target?r.target.addEventListener("change",r.changeEventHandler):window.addEventListener("resize",r.resizeEventHandler)},this.removeEventListeners=function(){"removeEventListener"in r.target?r.target.removeEventListener("change",r.changeEventHandler):window.removeEventListener("resize",r.resizeEventHandler)},this.resizeEventHandler=function(e){r.tagetMatches!==r.target.matches&&(r.tagetMatches=r.target.matches,r.target.matches?r.matchesCallback():r.noMatchesCallback())},this.changeEventHandler=function(e){e.stopPropagation(),r.tagetMatches=r.target.matches,r.target.matches?r.matchesCallback():r.noMatchesCallback()},this.target=e,this.tagetMatches=this.target.matches,this.matchesCallback=t,this.noMatchesCallback=n}}();t.MatchMediaEventHandler=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=new WeakMap,o=new WeakMap;function i(e){const t=r.get(e);return console.assert(null!=t,"'this' is expected an Event object, but got",e),t}function a(e){null==e.passiveListener?e.event.cancelable&&(e.canceled=!0,"function"==typeof e.event.preventDefault&&e.event.preventDefault()):"undefined"!=typeof console&&"function"==typeof console.error&&console.error("Unable to preventDefault inside passive event listener invocation.",e.passiveListener)}function s(e,t){r.set(this,{eventTarget:e,event:t,eventPhase:2,currentTarget:e,canceled:!1,stopped:!1,immediateStopped:!1,passiveListener:null,timeStamp:t.timeStamp||Date.now()}),Object.defineProperty(this,"isTrusted",{value:!1,enumerable:!0});const n=Object.keys(t);for(let e=0;e0){const e=new Array(arguments.length);for(let t=0;t