diff --git a/dist/style.css b/dist/style.css index 8a51cf9..8d0ad9a 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1,5 +1,5 @@ /*! - * fullPage 4.0.29 + * fullPage 4.0.30 * https://github.com/alvarotrigo/fullPage.js * * @license GPLv3 for open source use only @@ -7,4 +7,4 @@ * http://alvarotrigo.com/fullPage/pricing/ * * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo - */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;display:block}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.fp-prev{left:15px}.fp-next{right:15px}.fp-arrow{width:0;height:0;border-style:solid}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0);pointer-events:none}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0);left:0!important;right:0;margin:0 auto!important;pointer-events:none}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none;pointer-events:all}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height.fp-section,.fp-responsive .fp-is-overflow.fp-section{height:auto!important}.fp-scrollable .fp-section,.fp-scrollable .fp-slide,.fp-scrollable.fp-responsive .fp-is-overflow.fp-section{height:100vh;height:calc(var(--vh,1vh) * 100)}.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]){min-height:100vh;min-height:calc(var(--vh,1vh) * 100)}.fp-overflow{justify-content:flex-start;max-height:100vh}.fp-scrollable .fp-auto-height .fp-overflow{max-height:none}.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow>.fp-overflow{overflow-y:auto}.fp-overflow{outline:0}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive .fp-overflow,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important;min-height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:transparent;width:9px}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:transparent}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:#0006;border-radius:16px;border:4px solid transparent}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0}.fp-warning,.fp-watermark a{text-decoration:none;background:rgba(255,255,255,.6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px}.fp-noscroll .fp-overflow{overflow:hidden} + */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;display:block}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.fp-prev{left:15px}.fp-next{right:15px}.fp-arrow{width:0;height:0;border-style:solid}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0);pointer-events:none}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0);left:0!important;right:0;margin:0 auto!important;pointer-events:none}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none;pointer-events:all}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height.fp-section,.fp-responsive .fp-is-overflow.fp-section{height:auto!important}.fp-enabled .fp-scrollable{overflow:visible;height:initial}.fp-scrollable .fp-section,.fp-scrollable .fp-slide,.fp-scrollable.fp-responsive .fp-is-overflow.fp-section{height:100vh;height:calc(var(--vh,1vh) * 100)}.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]){min-height:100vh;min-height:calc(var(--vh,1vh) * 100)}.fp-overflow{justify-content:flex-start}body:not(.fp-responsive) .fp-overflow{max-height:100vh}.fp-scrollable .fp-auto-height .fp-overflow{max-height:none}.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow>.fp-overflow{overflow-y:auto}.fp-overflow{outline:0}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive .fp-overflow,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important;min-height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:transparent;width:9px}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:transparent}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:#0006;border-radius:16px;border:4px solid transparent}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0}.fp-warning,.fp-watermark a{text-decoration:none;background:rgba(255,255,255,.6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px}.fp-noscroll .fp-overflow{overflow:hidden} diff --git a/dist/vue-fullpage.js b/dist/vue-fullpage.js index 8fcbe8f..9c0df89 100644 --- a/dist/vue-fullpage.js +++ b/dist/vue-fullpage.js @@ -1,5 +1,5 @@ "use strict";/*! -* vue-fullpage 0.2.18 +* vue-fullpage 0.2.20 * https://github.com/alvarotrigo/vue-fullpage.js * * @license GPLv3 for open source use only @@ -7,8 +7,8 @@ * http://alvarotrigo.com/fullPage/pricing/ * * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo -*/const Bi=require("vue");var tl=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function nl(I){return I&&I.__esModule&&Object.prototype.hasOwnProperty.call(I,"default")?I.default:I}var Sr={exports:{}};/*! -* fullPage 4.0.29 +*/const Ni=require("vue");var il=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ol(I){return I&&I.__esModule&&Object.prototype.hasOwnProperty.call(I,"default")?I.default:I}var yr={exports:{}};/*! +* fullPage 4.0.30 * https://github.com/alvarotrigo/fullPage.js * * @license GPLv3 for open source use only @@ -16,7 +16,7 @@ * http://alvarotrigo.com/fullPage/pricing/ * * Copyright (C) 2018 http://alvarotrigo.com/fullPage/ - A project by Alvaro Trigo -*/(function(I,Q){(function(ne,ie){I.exports=ie()})(tl,function(){var ne,ie,xe,un,Ii=Object.freeze({__proto__:null,get showError(){return ee},get isVisible(){return ti},get getVisible(){return ut},get $(){return s},get deepExtend(){return je},get hasClass(){return D},get getWindowHeight(){return F},get t(){return ft},get css(){return C},get prev(){return Ft},get next(){return dt},get last(){return Ro},get index(){return de},get getList(){return Se},get hide(){return Wt},get show(){return ni},get isArrayOrList(){return Ye},get addClass(){return E},get removeClass(){return N},get appendTo(){return Fe},get wrap(){return ii},get wrapAll(){return Xt},get wrapInner(){return oi},get unwrap(){return Zt},get closest(){return L},get after(){return pt},get before(){return Ut},get insertBefore(){return Gt},get getScrollTop(){return we},get siblings(){return We},get preventDefault(){return W},get i(){return H},get o(){return Pe},get u(){return pe},get l(){return ve},get v(){return Xe},get isFunction(){return z},get trigger(){return q},get matches(){return _},get toggle(){return qt},get createElementFromHTML(){return ye},get remove(){return Be},get filter(){return ko},get untilAll(){return Kt},get nextAll(){return ri},get prevAll(){return li},get toArray(){return jo},get p(){return ue},get h(){return vt},get g(){return $t},get S(){return Po},get M(){return ai}});Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(this==null)throw new TypeError('"this" is null or not defined');var t=Object(this),n=t.length>>>0;if(typeof e!="function")throw new TypeError("predicate must be a function");for(var i=arguments[1],r=0;r0?1:-1)*Math.floor(Math.abs(i)):i}(e);return Math.min(Math.max(t,0),xe)},function(e){var t=this,n=Object(e);if(e==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");var i,r=arguments.length>1?arguments[1]:void 0;if(r!==void 0){if(!ie(r))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(i=arguments[2])}for(var a,l=un(n.length),v=ie(t)?Object(new t(l)):new Array(l),f=0;f0||navigator.maxTouchPoints,Hi=!!window.MSInputMethodContext&&!!document.documentMode,h={test:{},shared:{}},yr=(Ni=window.self!==window.top,function(){return Ni});y.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(e,t){t=t||window;for(var n=0;n','
'],controlArrowColor:"#fff",verticalCentered:!0,sectionsColor:[],paddingTop:0,paddingBottom:0,fixedElements:null,responsive:0,responsiveWidth:0,responsiveHeight:0,responsiveSlides:!1,parallax:!1,parallaxOptions:{type:"reveal",percentage:62,property:"translate"},cards:!1,cardsOptions:{perspective:100,fadeContent:!0,fadeBackground:!0},sectionSelector:".section",slideSelector:".slide",afterLoad:null,beforeLeave:null,onLeave:null,afterRender:null,afterResize:null,afterReBuild:null,afterSlideLoad:null,onSlideLeave:null,afterResponsive:null,onScrollOverflow:null,lazyLoading:!0,lazyLoadThreshold:0,observer:!0,scrollBeyondFullpage:!0},et=null,Wi=!1,bn=je({},Lt),Dt=null;function g(e){return et}function o(){return Dt||Lt}function Le(){return bn}function tt(e,t,n){Dt[e]=t,n!=="internal"&&(bn[e]=t)}function Xi(){if(!o().anchors.length){var e=s(o().sectionSelector.split(",").join("[data-anchor],")+"[data-anchor]",et);e.length&&e.length===s(o().sectionSelector,et).length&&(Wi=!0,e.forEach(function(n){o().anchors.push(H(n,"data-anchor").toString())}))}if(!o().navigationTooltips.length){var t=s(o().sectionSelector.split(",").join("[data-tooltip],")+"[data-tooltip]",et);t.length&&t.forEach(function(n){o().navigationTooltips.push(H(n,"data-tooltip").toString())})}}var c={A:0,O:0,slides:[],R:[],D:null,L:null,j:!1,N:!1,I:!1,P:!1,H:!1,C:void 0,W:void 0,F:!1,canScroll:!0,V:"none",B:"none",Z:!1,Y:!1,G:!0,X:0,U:F(),_:!1,J:{},scrollY:0,scrollX:0,K:!1};function p(e){Object.assign(c,e)}function u(){return c}function Zi(e){return window["fp_"+e+"Extension"]!==void 0}function B(e){var t=o();return t[e]!==null&&Object.prototype.toString.call(t[e])==="[object Array]"?t[e].length&&h[e]:t[e]&&h[e]}function S(e,t,n){if(B(e))return z(h[e][t])?h[e][t](n):h[e][t]}function Ot(){return S("dragAndMove","isAnimating")}function Ui(){return S("dragAndMove","isGrabbing")}function xn(e){if(o().offsetSections&&h.offsetSections){var t=S("offsetSections","getWindowHeight",e);return t!==""?Math.round(t)+"px":t}return F()+"px"}function Gi(e,t){e.insertBefore(t,e.firstChild)}function G(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function n(r){var a,l,v,f,b,x,w="",T=0;for(r=r.replace(/[^A-Za-z0-9+/=]/g,"");T>4,l=(15&f)<<4|(b=t.indexOf(r.charAt(T++)))>>2,v=(3&b)<<6|(x=t.indexOf(r.charAt(T++))),w+=String.fromCharCode(a),b!=64&&(w+=String.fromCharCode(l)),x!=64&&(w+=String.fromCharCode(v));return w=function(O){for(var X,V="",j=0,P=0,A=0;j191&&P<224?(A=O.charCodeAt(j+1),V+=String.fromCharCode((31&P)<<6|63&A),j+=2):(A=O.charCodeAt(j+1),X=O.charCodeAt(j+2),V+=String.fromCharCode((15&P)<<12|(63&A)<<6|63&X),j+=3);return V}(w),w}function i(r){return r.slice(3).slice(0,-3)}return function(r){var a=r.split("_");if(a.length>1){var l=a[1];return n(r.replace(i(a[1]),"").split("_")[0].slice(2).slice(0,-2))+"_"+n(l.slice(3).slice(0,-3))}return i(r)}(n(e))}y.state=c,y.fp_utils=y.fp_utils||{},Object.assign(y.fp_utils,{prependTo:Gi,toggleClass:function(e,t,n){if(e.classList&&n==null)e.classList.toggle(t);else{var i=D(e,t);i&&n==null||!n?N(e,t):(!i&&n==null||n)&&E(e,t)}}});var qi=function(e){this.anchor=e.anchor,this.item=e.item,this.index=e.index(),this.isLast=this.index===e.item.parentElement.querySelectorAll(e.selector).length-1,this.isFirst=!this.index,this.isActive=e.isActive},le=function(e,t){this.parent=this.parent||null,this.selector=t,this.anchor=H(e,"data-anchor")||o().anchors[de(e,o().sectionSelector)],this.item=e,this.isVisible=ti(e),this.isActive=D(e,k),this.q=D(e,Ne)||s(Qe,e)[0]!=null,this.nn=t===o().sectionSelector,this.container=L(e,$e)||L(e,Me),this.index=function(){return this.siblings().indexOf(this)}};function En(e){return e.map(function(t){return t.item})}function Ct(e,t){return e.find(function(n){return n.item===t})}le.prototype.siblings=function(){return this.nn?this.isVisible?c.R:c.tn:this.parent?this.parent.slides:0},le.prototype.prev=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))-1;return t>=0?e[t]:null},le.prototype.next=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))+1;return ti?"up":"down"}function Rt(e){return E(e,dn)}function Tn(e){return{"-webkit-transform":e,"-moz-transform":e,"-ms-transform":e,transform:e}}function eo(e,t){t?An(g()):Rt(g()),clearTimeout(Ki),C(g(),Tn(e)),h.test.on=e,Ki=setTimeout(function(){N(g(),dn)},10)}function Oe(e){var t=Math.round(e);if(o().css3&&o().autoScrolling&&!o().scrollBar)eo("translate3d(0px, -"+t+"px, 0px)",!1);else if(o().autoScrolling&&!o().scrollBar)C(g(),{top:-t+"px"}),h.test.top=-t+"px";else{var n=He(t);Ji(n.element,n.options)}}function ze(e,t){t!=="internal"&&S("fadingEffect","update",e),S("cards","update_",e),tt("scrollingSpeed",e,t)}h.setScrollingSpeed=ze;var nt,R=null,it=null,kt=null;function jt(e,t,n,i){var r,a=function(b){return b.self!=y&&D(b,Tt)?b.scrollLeft:!o().autoScrolling||o().scrollBar?we():b.offsetTop}(e),l=t-a,v=!1,f=c.F;p({F:!0}),nt&&window.cancelAnimationFrame(nt),nt=function(b){r||(r=b);var x=Math.floor(b-r);if(c.F){var w=t;n&&(w=y.fp_easings[o().easing](x,a,l,n)),x<=n&&Ji(e,w),x=n.HAVE_FUTURE_DATA?n.play():n.addEventListener("canplay",function i(){n.play(),n.removeEventListener("canplay",i)}))}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){n.hasAttribute("data-autoplay")&&to(n),n.onload=function(){n.hasAttribute("data-autoplay")&&to(n)}})}function to(e){e.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}function Ln(e){var t=De(e);s("video, audio",t).forEach(function(n){n.hasAttribute("data-keepplaying")||typeof n.pause!="function"||n.pause()}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){/youtube\.com\/embed\//.test(H(n,"src"))&&!n.hasAttribute("data-keepplaying")&&n.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")})}function Dn(e){o().lazyLoading&&s("img[data-src], img[data-srcset], source[data-src], source[data-srcset], video[data-src], audio[data-src], iframe[data-src]",De(e)).forEach(function(t){if(["src","srcset"].forEach(function(i){var r=H(t,"data-"+i);r!=null&&r&&($t(t,i),t.addEventListener("load",function(){}))}),_(t,"source")){var n=L(t,"video, audio");n&&(n.load(),n.onloadeddata=function(){})}})}function ot(e){var t=o().lazyLoadThreshold;Dn(e.item),t&&(no(e,"prev",t),no(e,"next",t))}function no(e,t,n){for(var i=e,r=0;r-1&&this.an[e].splice(n,1)}},ln:function(e){for(var t=this,n=arguments.length,i=new Array(n>1?n-1:0),r=1;rt?"left":"right"}function Tr(){clearTimeout(Nt)}function Nn(e){S("continuousHorizontal","afterSlideLoads",e),S("dragAndMove","afterSlideLoads",e),e.localIsResizing||(S("parallax","afterSlideLoads"),S("scrollOverflowReset","setPrevious",e.prevSlide),S("scrollOverflowReset","reset"),z(o().afterSlideLoad)&&se("afterSlideLoad",e),p({canScroll:!0}),Pt(e.destiny),d.ln(It,e)),p({I:!1}),S("interlockedSlides","interlockedSlides",e)}function at(e,t){ze(0,"internal"),t!==void 0&&p({P:!0}),Re(L(e,fe),e),t!==void 0&&p({P:!1}),ze(Le().scrollingSpeed,"internal")}Ce.m={up:!0,down:!0,left:!0,right:!0},Ce.k=je({},Ce.m),d.un(Bt,function(e){var t=e.target;(_(t,wn)||L(t,wn))&&Ar.call(t,e)}),h.landscapeScroll=Re,d.un(K,function(){d.un(Bn,Mr)});var Hn=null,zn=null;function ce(){c.D=null,c.R.map(function(e){var t=D(e.item,k);e.isActive=t,e.q=m.q(e.item),t&&(c.D=e),e.slides.length&&(e.activeSlide=null,e.slides.map(function(n){var i=D(n.item,k);n.q=m.q(e.item),n.isActive=i,i&&(e.activeSlide=n)}))}),function(){var e=c.D,t=!!c.D&&c.D.slides.length,n=c.D?c.D.activeSlide:null;if(!e&&c.R.length&&!u().j){if(Hn){var i=xo(Hn,c.R);i&&(c.D=i,c.D.isActive=!0,E(c.D.item,k)),c.D&&Oe(c.D.item.offsetTop)}if(t&&!n&&zn){var r=xo(zn,c.D.slides);r&&(c.D.activeSlide=r,c.D.activeSlide.isActive=!0,E(c.D.activeSlide.item,k)),c.D.activeSlide&&at(c.D.activeSlide.item,"internal")}}}(),q(g(),"onUpdateStateDone")}function zt(){var e=s(o().sectionSelector+", "+J,g()),t=ut(e),n=Array.from(e).map(function(a){return new ke(a)}),i=n.filter(function(a){return a.isVisible}),r=i.reduce(function(a,l){return a.concat(l.slides)},[]);Hn=bo(c.D),zn=bo(c.D?c.D.activeSlide:null),c.A=t.length,c.O=i.reduce(function(a,l){return a+l.slides.length},0),c.R=i,c.tn=n,c.slides=r,c.rn=c.R.concat(c.slides)}function bo(e){if(!e)return null;var t=e?e.item:null,n=e.nn?c.tn:c.D.dn;if(t){var i=Ct(n,t);return i?i.index():null}return null}function xo(e,t){var n,i=e-1,r=e;do{if(n=t[i]||t[r])break;i-=1,r+=1}while(i>=0||r0,l=r>2&&r'+ro(a.index(),"Section")+"";var v=o().navigationTooltips[a.index()];v!==void 0&&v!==""&&(i+='
'+v+"
"),i+=""}s("ul",n)[0].innerHTML=i;var f=s("li",s(Te)[0])[u().D.index()];E(s("a",f),k)}function Dr(e){e.preventDefault&&W(e),p({L:"verticalNav"});var t=de(L(this,"#fp-nav li"));d.ln(po,{destination:u().R[t]})}function Fn(e,t){var n;n=e,o().menu&&o().menu.length&&s(o().menu).forEach(function(i){i!=null&&(N(s(vn,i),k),E(s('[data-menuanchor="'+n+'"]',i),k))}),function(i,r){var a=s(Te)[0];o().navigation&&a!=null&&a.style.display!=="none"&&(N(s(vn,a),k),E(i?s('a[href="#'+i+'"]',a):s("a",s("li",a)[r]),k))}(e,t)}_t.prototype=le.prototype,_t.prototype.constructor=ke,h.setRecordHistory=Vn,h.setAutoScrolling=_e,h.test.setAutoScrolling=_e,new Date().getTime();var Wn,Xn,Zn,Un,ct,Gn,Or=(Xn=!0,Zn=new Date().getTime(),Un=!y.fullpage_api,function(e,t){var n=new Date().getTime(),i=e==="wheel"?o().scrollingSpeed:100;return Xn=Un||n-Zn>=i,Un=!y.fullpage_api,Xn&&(Wn=t(),Zn=n),Wn===void 0||Wn});function Mo(e,t){if(z(o().beforeLeave))return Or(u().L,function(){return se(e,t)})}function Ve(e,t,n){var i=e.item;if(i!=null){var r,a,l={element:i,callback:t,isMovementUp:n,dtop:To(i),yMovement:Mn(u().D,i),anchorLink:e.anchor,sectionIndex:e.index(),activeSlide:e.activeSlide?e.activeSlide.item:null,leavingSection:u().D.index()+1,localIsResizing:c.P,items:{origin:u().D,destination:e},direction:null};if(!(u().D.item==i&&!c.P||o().scrollBar&&we()===l.dtop&&!D(i,"fp-auto-height"))){if(l.activeSlide!=null&&(r=H(l.activeSlide,"data-anchor"),a=de(l.activeSlide,null)),!l.localIsResizing){var v=l.yMovement;if(n!==void 0&&(v=n?"up":"down"),l.direction=v,Zi("dropEffect")&&h.dropEffect.onLeave_(l),Zi("waterEffect")&&h.waterEffect.onLeave_(l),z(o().beforeLeave)&&Mo("beforeLeave",l)===!1||z(o().onLeave)&&!se("onLeave",l))return}S("parallax","apply",l),S("cards","apply",l),S("dropEffect","apply",l),S("waterEffect","apply",l),o().autoScrolling&&o().continuousVertical&&l.isMovementUp!==void 0&&(!l.isMovementUp&&l.yMovement=="up"||l.isMovementUp&&l.yMovement=="down")&&(l=function(f){p({_:!0});var b=u().D.item;return f.isMovementUp?Ut(b,ri(b,J)):pt(b,li(b,J).reverse()),Oe(u().D.item.offsetTop),Yn(),f.hn=b,f.dtop=f.element.offsetTop,f.yMovement=Mn(u().D,f.element),f.leavingSection=f.items.origin.index()+1,f.sectionIndex=f.items.destination.index(),q(g(),"onContinuousVertical",f),f}(l)),S("scrollOverflowReset","setPrevious",u().D.item),l.localIsResizing||Ln(u().D.item),B("dropEffect")&&o().dropEffect||(E(i,k),N(We(i),k)),ce(),ot(e),p({canScroll:h.test.gn}),On(a,r,l.anchorLink),d.ln(go,l),function(f){p({V:"none",scrollY:Math.round(f.dtop)}),d.ln(Bn,f);var b=o().scrollingSpeed<700,x=b?700:o().scrollingSpeed;if(o().css3&&o().autoScrolling&&!o().scrollBar)eo("translate3d(0px, -"+Math.round(f.dtop)+"px, 0px)",!0),B("waterEffect")&&Yn(),o().scrollingSpeed?(clearTimeout(ct),ct=setTimeout(function(){Vt(f),p({canScroll:!b||h.test.gn})},o().scrollingSpeed)):Vt(f);else{var w=He(f.dtop);h.test.top=-f.dtop+"px",clearTimeout(ct),jt(w.element,w.options,o().scrollingSpeed,function(){o().scrollBar?ct=setTimeout(function(){Vt(f)},30):(Vt(f),p({canScroll:!b||h.test.gn}))})}b&&(clearTimeout(Gn),Gn=setTimeout(function(){p({canScroll:!0})},x))}(l),p({C:l.anchorLink}),Fn(l.anchorLink,function(f){return f.hn!=null?f.isMovementUp?c.A-1:0:f.sectionIndex}(l))}}}function To(e){var t=e.offsetHeight,n=e.offsetTop,i=n,r=B("dragAndMove")&&S("dragAndMove","isGrabbing")?S("dragAndMove","isScrollingDown"):n>c.X,a=i-F()+t,l=o().bigSectionsDestination;return t>F()?(r||l)&&l!=="bottom"||(i=a):(r||c.P&&dt(e)==null)&&(i=a),B("offsetSections")&&(i=h.offsetSections.getSectionPosition_(r,i,e)),p({X:i}),i}function Vt(e){p({j:!1}),function(t){t.hn!=null&&(t.isMovementUp?Ut(s(J)[0],t.hn):pt(s(J)[u().R.length-1],t.hn),Oe(u().D.item.offsetTop),function(){for(var n=s(Mt),i=0;i-1&&!m.An)return W(e),!1},yn:function(){m.Tn=c.canScroll},onLeave:function(){clearTimeout($n),m.An=!1},afterLoad:function(){m.An=!1,clearTimeout($n),$n=setTimeout(function(){m.Tn=c.canScroll},200)},Rn:function(){M.activeElement===this.Mn&&(this.Mn.blur(),m.An=!1)},Sn:function(){if(o().scrollOverflow&&m.Tn){m.Rn();var e=m.Dn(u().D.item);!e||Ee||Ae||(this.Mn=e,requestAnimationFrame(function(){e.focus({Ln:!0}),m.An=!0})),m.Tn=!1}},bn:function(){o().scrollOverflowMacStyle&&!wr&&E(R,"fp-scroll-mac"),u().rn.forEach(function(e){if(!(e.slides&&e.slides.length||D(e.item,"fp-auto-height-responsive")&&Kn())){var t,n=De(e.item),i=m.mn(e.item),r=(t=e).nn?t:t.parent;if(Hi){var a=i?"addClass":"removeClass";Ii[a](r.item,Je),Ii[a](e.item,Je)}else E(r.item,Je),E(e.item,Je);e.q||(m.jn(n),m.zn(n)),e.q=!0}})},zn:function(e){m.Dn(e).addEventListener("scroll",m.Nn),e.addEventListener("wheel",m.kn,{passive:!1}),e.addEventListener("keydown",m.En,{passive:!1})},jn:function(e){var t=document.createElement("div");t.className=Ne,oi(e,t),t.setAttribute("tabindex","-1")},In:function(e){var t=s(Qe,e)[0];t&&(Zt(t),e.removeAttribute("tabindex"))},Dn:function(e){var t=De(e);return s(Qe,t)[0]||t},q:function(e){return D(e,Ne)||s(Qe,e)[0]!=null},wn:function(e){return e.nn&&e.activeSlide?e.activeSlide.q:e.q},mn:function(e){return m.Dn(e).scrollHeight>y.innerHeight},isScrolled:function(e,t){if(!c.canScroll)return!1;if(o().scrollBar)return!0;var n=m.Dn(t);if(!o().scrollOverflow||!D(n,Ne)||D(t,"fp-noscroll")||D(De(t),"fp-noscroll"))return!0;var i=Hi?1:0,r=n.scrollTop,a=e==="up"&&r<=0,l=e==="down"&&n.scrollHeight<=Math.ceil(n.offsetHeight+r)+i,v=a||l;return v||e==="none"||(this.xn=new Date().getTime()),v},Pn:function(){this.On=new Date().getTime();var e=this.On-m.xn,t=(Ee||Ae)&&c.Z,n=c.Y&&e>600;return t&&e>400||n},Nn:(ei=0,function(e){var t=e.target.scrollTop,n=c.V!=="none"?c.V:ei1?t:document)?t.querySelectorAll(e):null}function je(e){e=e||{};for(var t=1,n=arguments.length;t1&&(o().controlArrows&&function(b){var x=b.item,w=[ye(o().controlArrowsHTML[0]),ye(o().controlArrowsHTML[1])];pt(s(fe,x)[0],w),E(w,Vi),E(w[0],Yi),E(w[1],"fp-next"),o().controlArrowColor!=="#fff"&&(C(s(Fi,x),{"border-color":"transparent transparent transparent "+o().controlArrowColor}),C(s(yn,x),{"border-color":"transparent "+o().controlArrowColor+" transparent transparent"})),o().loopHorizontal||Wt(s(yn,x))}(e),o().slidesNavigation&&function(b){var x=b.item,w=b.slides.length;Fe(ye('
    '),x);var T=s(Sn,x)[0];E(T,"fp-"+o().slidesNavPosition);for(var O=0;O'+ro(O,"Slide",s(gn,x)[O])+""),s("ul",T)[0]);C(T,{"margin-left":"-"+T.innerWidth/2+"px"});var X=b.activeSlide?b.activeSlide.index():0;E(s("a",s("li",T)[X]),k)}(e)),i.forEach(function(b){C(b.item,{width:a+"%"}),o().verticalCentered&&Oo(b)});var f=B("responsiveSlides")?null:e.activeSlide||null;f!=null&&c.D&&(c.D.index()!==0||c.D.index()===0&&f.index()!==0)?(at(f.item,"internal"),E(f.item,"fp-initial")):E(n[0],k)}window.fp_utils=Object.assign(y.fp_utils||{},{$:s,deepExtend:je,hasClass:D,getWindowHeight:F,css:C,prev:Ft,next:dt,last:Ro,index:de,getList:Se,hide:Wt,show:ni,isArrayOrList:Ye,addClass:E,removeClass:N,appendTo:Fe,wrap:ii,wrapAll:Xt,wrapInner:oi,unwrap:Zt,closest:L,after:pt,before:Ut,insertBefore:Gt,getScrollTop:we,siblings:We,preventDefault:W,isFunction:z,trigger:q,matches:_,toggle:qt,createElementFromHTML:ye,remove:Be,filter:ko,untilAll:Kt,nextAll:ri,prevAll:li,showError:ee,scrollOverflowHandler:m}),d.un(K,function(){["click","touchstart"].forEach(function(e){Pe(e,Bo,{passive:!1})}),pe("focus",kr),d.un(ae,Rr)});var No={attributes:!1,subtree:!0,childList:!0,characterData:!0};function Ho(){return S("responsiveSlides","isResponsiveSlidesChanging")||ut(s(o().slideSelector,g())).length!==u().O}function si(e){var t=Ho();(Ho()||S("responsiveSlides","isResponsiveSlidesChanging")||ut(s(o().sectionSelector,g())).length!==u().A)&&!c._&&(o().observer&&st&&st.disconnect(),zt(),ce(),o().anchors=[],Be(s(Te)),S("responsiveSlides","isResponsiveSlidesChanging")||Io(),Xi(),o().navigation&&Ao(),t&&(Be(s(Sn)),Be(s(wn))),u().R.forEach(function(n){n.slides.length?t&&ci(n):Jn(n)})),o().observer&&st&&s(Me)[0]&&st.observe(s(Me)[0],No)}d.un(K,function(){var e,t,n;o().observer&&"MutationObserver"in window&&s(Me)[0]&&(e=s(Me)[0],t=No,(n=new MutationObserver(si)).observe(e,t),st=n),d.un(co,si)}),h.render=si;var jr=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});pe("testPassive",null,t),Xe("testPassive",null,t)}catch{}return function(){return e}}();function zo(){return!!jr()&&{passive:!1}}var _o,Vo,ui,be,Qt=(ui=new Date().getTime(),be=[],{Cn:function(e){var t=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,n=Math.max(-1,Math.min(1,t)),i=e.wheelDeltaX!==void 0||e.deltaX!==void 0;_o=Math.abs(e.wheelDeltaX)149&&be.shift(),be.push(Math.abs(t));var a=r-ui;ui=r,a>200&&(be=[])},Wn:function(){var e=vt(be,10)>=vt(be,70);return!!be.length&&e&&_o},Fn:function(){return Vo}});function Pr(){var e=o().css3?we()+F():ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight,t=He(e);h.test.top=-e+"px",p({canScroll:!1}),jt(t.element,t.options,o().scrollingSpeed,function(){setTimeout(function(){p({j:!0}),p({canScroll:!0})},30)})}function Br(){g().getBoundingClientRect().bottom>=0&&Yo()}function Yo(){var e=He(ue(u().R).item.offsetTop);p({canScroll:!1}),jt(e.element,e.options,o().scrollingSpeed,function(){p({canScroll:!0}),p({j:!1}),p({Vn:!1})})}var fi,di,pi,Fo=(fi=!1,di={},pi={},function(e,t,n){switch(e){case"set":di[t]=new Date().getTime(),pi[t]=n;break;case"isNewKeyframe":var i=new Date().getTime();fi=i-di[t]>pi[t]}return fi});function ht(){var e=u().D.next();e||!o().loopBottom&&!o().continuousVertical||(e=u().R[0]),e!=null?Ve(e,null,!1):g().scrollHeightJt&&Y().m.down&&ht()),Jt=e.pageY)}function Xo(e){if(Y().m[e]){var t=e==="down"?ht:Ze;B("scrollHorizontally")&&(t=S("scrollHorizontally","getScrollSection",{type:e,scrollSection:t})),o().scrollOverflow&&m.wn(u().D)?m.isScrolled(e,u().D.item)&&m.Pn()&&t():t()}}var en,vi,Ue,tn=0,gt=0,nn=0,mt=0,on=Uo(),oe={Bn:"ontouchmove"in window?"touchmove":on?on.move:null,Zn:"ontouchstart"in window?"touchstart":on?on.down:null};function St(e){var t=L(e.target,J)||u().D.item,n=m.wn(u().D);if(wt(e)){p({Z:!0,Y:!1}),o().autoScrolling&&(n&&!c.canScroll||o().scrollBar)&&W(e);var i=hi(e);nn=i.y,mt=i.x;var r=Math.abs(tn-nn)>y.innerHeight/100*o().touchSensitivity,a=Math.abs(gt-mt)>ft()/100*o().touchSensitivity,l=s(fe,t).length&&Math.abs(gt-mt)>Math.abs(tn-nn),v=tn>nn?"down":"up";p({V:l?gt>mt?"right":"left":v}),l?!c.I&&a&&(gt>mt?Y().m.right&&d.ln(jn,{section:t}):Y().m.left&&d.ln(kn,{section:t})):o().autoScrolling&&c.canScroll&&r&&Xo(v)}}function wt(e){return e.pointerType===void 0||e.pointerType!="mouse"}function rn(e){if(o().fitToSection&&p({F:!1}),wt(e)){var t=hi(e);tn=t.y,gt=t.x}pe("touchend",Zo)}function Zo(){Xe("touchend",Zo),p({Z:!1})}function hi(e){var t={};return t.y=e.pageY!==void 0&&(e.pageY||e.pageX)?e.pageY:e.touches[0].pageY,t.x=e.pageX!==void 0&&(e.pageY||e.pageX)?e.pageX:e.touches[0].pageX,Ae&&wt(e)&&o().scrollBar&&e.touches!==void 0&&(t.y=e.touches[0].pageY,t.x=e.touches[0].pageX),t}function Uo(){var e;return y.PointerEvent&&(e={down:"pointerdown",move:"pointermove"}),e}function gi(e){o().autoScrolling&&wt(e)&&Y().m.up&&(c.canScroll||W(e))}function Go(e,t){var n=t??u().D.item,i=Ct(c.R,n),r=s(fe,n)[0];if(!(r==null||Ot()||c.I||i.slides.length<2)){var a=i.activeSlide,l=e==="left"?a.prev():a.next();if(!l){if(!o().loopHorizontal)return;l=e==="left"?ue(i.slides):i.slides[0]}p({I:!h.test.gn}),Re(r,l.item,e)}}function mi(e){Go("left",e)}function Si(e){Go("right",e)}function wi(e){var t=u().R.filter(function(i){return i.anchor===e})[0];if(!t){var n=e!==void 0?e-1:0;t=u().R[n]}return t}function qo(e){e!=null&&Re(L(e,fe),e)}function yi(e,t){var n=wi(e);if(n!=null){var i=function(r,a){var l=a.slides.filter(function(v){return v.anchor===r})[0];return l==null&&(r=r!==void 0?r:0,l=a.slides[r]),l?l.item:null}(t,n);n.anchor&&n.anchor===c.C||D(n.item,k)?qo(i):Ve(n,function(){qo(i)})}}function yt(e,t){var n=wi(e);t!==void 0?yi(e,t):n!=null&&Ve(n)}function Ir(){clearTimeout(vi),ve("keydown",Ko),ve("keyup",$o)}function Ko(e){clearTimeout(vi);var t=e.keyCode,n=[37,39].indexOf(t)>-1,i=o().autoScrolling||o().fitToSection||n;t===9?function(r){var a=r.shiftKey,l=M.activeElement,v=bi(De(u().D.item));function f(V){return W(V),v[0]?v[0].focus():null}if(c.canScroll){if(!function(V){var j=bi(M),P=j.indexOf(M.activeElement),A=j[V.shiftKey?P-1:P+1],Z=L(A,gn),U=L(A,J);return!Z&&!U}(r)){l?L(l,".fp-section.active,.fp-section.active .fp-slide.active")==null&&(l=f(r)):f(r);var b=l==v[0],x=l==v[v.length-1],w=a&&b;if(w||!a&&x){W(r);var T=function(V){var j,P=V?"prevPanel":"nextPanel",A=[],Z=Qi((c.D&&c.D.activeSlide?c.D.activeSlide:c.D)[P]());do(A=bi(Z.item)).length&&(j={Yn:Z,Gn:A[V?A.length-1:0]}),Z=Qi(Z[P]());while(Z&&A.length===0);return j}(w),O=T?T.Yn:null;if(O){var X=O.nn?O:O.parent;d.ln(Pn,{Xn:X.index()+1,slideAnchor:O.nn?0:O.index()}),Ue=T.Gn,W(r)}}}}else W(r)}(e):!ai()&&o().keyboardScrolling&&i&&(en=e.ctrlKey,vi=setTimeout(function(){(function(r){var a=r.shiftKey,l=M.activeElement,v=_(l,"video")||_(l,"audio"),f=m.isScrolled("up",u().D.item),b=m.isScrolled("down",u().D.item),x=[37,39].indexOf(r.keyCode)>-1;if(function(w){(function(T){return[40,38,32,33,34].indexOf(T.keyCode)>-1&&!c.j})(w)&&!L(w.target,Qe)&&w.preventDefault()}(r),c.canScroll||x)switch(p({L:"keydown"}),r.keyCode){case 38:case 33:Y().k.up&&f?c.j?d.ln(uo,{e:r}):Ze():m.Sn();break;case 32:if(a&&Y().k.up&&!v&&f){Ze();break}case 40:case 34:if(Y().k.down&&b){if(c.j)return;r.keyCode===32&&v||ht()}else m.Sn();break;case 36:Y().k.up&&yt(1);break;case 35:Y().k.down&&yt(u().R.length);break;case 37:Y().k.left&&mi();break;case 39:Y().k.right&&Si()}})(e)},0))}function $o(e){c.G&&(en=e.ctrlKey)}function Nr(){p({G:!1}),en=!1}function Hr(e){Qo()}function zr(e){L(Ue,gn)&&!L(Ue,Mt)||Qo()}function Qo(){Ue&&(Ue.focus(),Ue=null)}function bi(e){return[].slice.call(s('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], summary:not([disabled]), [contenteditable]',e)).filter(function(t){return H(t,"tabindex")!=="-1"&&t.offsetParent!==null})}h.moveSlideLeft=mi,h.moveSlideRight=Si,h.moveTo=yt,d.un(K,function(){pe("blur",Nr),Pe("keydown",Ko),Pe("keyup",$o),d.un(ae,Ir),d.un(It,Hr),d.un(lt,zr)});var Jo=new Date().getTime(),Ge=[];function xi(e){e?(function(){var t,n="";y.addEventListener?t="addEventListener":(t="attachEvent",n="on");var i="onwheel"in M.createElement("div")?"wheel":M.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",r=zo();i=="DOMMouseScroll"?M[t](n+"MozMousePixelScroll",qe,r):M[t](n+i,qe,r)}(),g().addEventListener("mousedown",er),g().addEventListener("mouseup",tr)):(M.addEventListener?(ve("mousewheel",qe,!1),ve("wheel",qe,!1),ve("MozMousePixelScroll",qe,!1)):M.detachEvent("onmousewheel",qe),g().removeEventListener("mousedown",er),g().removeEventListener("mouseup",tr))}function qe(e){var t=new Date().getTime(),n=D(s(".fp-completely")[0],"fp-normal-scroll"),i=function(x,w){new Date().getTime();var T=u().j&&x.getBoundingClientRect().bottom>=0&&Qt.Fn()==="up",O=u().Vn;if(O)return W(w),!1;if(u().j){if(T){var X;if(!(O||Fo("isNewKeyframe","beyondFullpage")&&Qt.Wn()))return(X=He(ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight)).element.scrollTo(0,X.options),p({Vn:!1}),W(w),!1;if(Qt.Wn())return T=!1,p({Vn:!0}),p({L:"wheel"}),Yo(),W(w),!1}else Fo("set","beyondFullpage",1e3);if(!O&&!T)return!0}}(g(),e);if(c.Y||p({Z:!1,Y:!0,V:"none"}),!Y().m.down&&!Y().m.up)return!1;if(i)return!0;if(i===!1)return W(e),!1;if(o().autoScrolling&&!en&&!n){var r=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,a=Math.max(-1,Math.min(1,r)),l=e.wheelDeltaX!==void 0||e.deltaX!==void 0,v=Math.abs(e.wheelDeltaX)0?"up":"none";Ge.length>149&&Ge.shift(),Ge.push(Math.abs(r)),o().scrollBar&&W(e);var b=t-Jo;return Jo=t,b>200&&(Ge=[]),p({B:f}),c.canScroll&&!Ot()&&vt(Ge,10)>=vt(Ge,70)&&v&&(p({L:"wheel"}),Xo(a<0?"down":"up")),!1}o().fitToSection&&p({F:!1})}function er(e){var t;e.which==2&&(t=e.pageY,Jt=t,g().addEventListener("mousemove",Wo))}function tr(e){e.which==2&&g().removeEventListener("mousemove",Wo)}function bt(e){e?(xi(!0),function(){if(oe.Bn&&(Ee||Ae)&&(!B("dragAndMove")||o().dragAndMove==="mouseonly")){o().autoScrolling&&(R.removeEventListener(oe.Bn,gi,{passive:!1}),R.addEventListener(oe.Bn,gi,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,rn),t.removeEventListener(oe.Bn,St,{passive:!1}),t.addEventListener(oe.Zn,rn),t.addEventListener(oe.Bn,St,{passive:!1})}}()):(xi(!1),function(){if(oe.Bn&&(Ee||Ae)){o().autoScrolling&&(R.removeEventListener(oe.Bn,St,{passive:!1}),R.removeEventListener(oe.Bn,gi,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,rn),t.removeEventListener(oe.Bn,St,{passive:!1})}}())}h.setMouseWheelScrolling=xi;var Ei=!0;function _r(){["mouseenter","touchstart","mouseleave","touchend"].forEach(function(e){ve(e,ir,!0)})}function nr(e,t){document["fp_"+e]=t,Pe(e,ir,!0)}function ir(e){var t=e.type,n=!1,i=t==="mouseleave"?e.toElement||e.relatedTarget:e.target;i!=document&&i?(t==="touchend"&&(Ei=!1,setTimeout(function(){Ei=!0},800)),(t!=="mouseenter"||Ei)&&(o().normalScrollElements.split(",").forEach(function(r){if(!n){var a=_(i,r),l=L(i,r);(a||l)&&(h.shared.Un||bt(!1),h.shared.Un=!0,n=!0)}}),!n&&h.shared.Un&&(bt(!0),h.shared.Un=!1))):bt(!0)}function ln(e,t){ze(0,"internal"),yt(e,t),ze(Le().scrollingSpeed,"internal")}d.un(K,function(){o().normalScrollElements&&(["mouseenter","touchstart"].forEach(function(e){nr(e,!1)}),["mouseleave","touchend"].forEach(function(e){nr(e,!0)})),d.un(ae,_r)}),h.silentMoveTo=ln;var Ai,or,Mi=F(),rr=ft(),Ti=!1;function Vr(){clearTimeout(Ai),clearTimeout(or),Xe("resize",Li)}function Li(){Ti||(o().autoScrolling&&!o().scrollBar||!o().fitToSection)&&lr(F()),c.K&&function(){if(Ee)for(var e=0;e<4;e++)or=setTimeout(function(){window.requestAnimationFrame(function(){o().autoScrolling&&!o().scrollBar&&(p({P:!0}),ln(c.D.index()+1),p({P:!1}))})},200*e)}(),Ti=!0,clearTimeout(Ai),Ai=setTimeout(function(){(function(){if(p({P:!0}),lr(""),q(g(),"onResize"),o().autoScrolling||c.j||function(){if(!o().autoScrolling||o().scrollBar){var r=.01*y.innerHeight;M.documentElement.style.setProperty("--vh","".concat(r,"px"))}}(),d.ln(co),ce(),Do(),Ee){var e=M.activeElement;if(!_(e,"textarea")&&!_(e,"input")&&!_(e,"select")){var t=F();Math.abs(t-Mi)>20*Math.max(Mi,t)/100&&(Di(!0),Mi=t)}}else n=F(),i=ft(),c.U===n&&rr===i||(p({U:n}),rr=i,Di(!0));var n,i;q(g(),"onResizeEnds"),p({P:!1})})(),Ti=!1},400)}function Di(e){if(!D(g(),pn)){p({P:!0,U:F(),_n:ft()});for(var t=u().R,n=0;n1&&Re(r,i.activeSlide.item)}o().scrollOverflow&&m.bn();var l=u().D.index();c.j||!l||B("fadingEffect")||B("dropEffect")||B("waterEffect")||ln(l+1),p({P:!1}),z(o().afterResize)&&e&&o().afterResize.call(g(),y.innerWidth,y.innerHeight),z(o().afterReBuild)&&!e&&o().afterReBuild.call(g()),q(g(),"afterRebuild")}}function lr(e){u().R.forEach(function(t){var n=e!==""||B("offsetSections")?xn(t.item):"";C(t.item,{height:n})})}function Oi(){var e,t,n=y.location.hash;if(n.length){var i=n.replace("#","").split("/"),r=n.indexOf("#/")>-1;e=r?"/"+i[1]:decodeURIComponent(i[0]);var a=r?i[2]:i[1];a&&a.length&&(t=decodeURIComponent(a))}return{section:e,pn:t}}function Yr(){Xe("hashchange",ar)}function ar(){if(!c.H&&!o().lockAnchors){var e=Oi(),t=e.section,n=e.pn,i=c.C===void 0,r=c.C===void 0&&n===void 0&&!c.I;t&&t.length&&(t&&t!==c.C&&!i||r&&!Ot()||!c.I&&c.W!=n&&!Ot())&&d.ln(Pn,{Xn:t,slideAnchor:n})}}function Fr(e){var t=e.target;L(t,o().menu+" [data-menuanchor]")&&Wr.call(t,e.e)}function Wr(e){if(p({L:"menu"}),s(o().menu)[0]&&(o().lockAnchors||!o().anchors.length)){W(e);var t=L(this,"[data-menuanchor]");d.ln(fo,{anchor:H(t,"data-menuanchor")})}}function Xr(e){var t=e.target;t&&L(t,"#fp-nav a")?Dr.call(t,e.e):_(t,".fp-tooltip")?Lr.call(t):(_(t,_i)||L(t,_i)!=null)&&Er.call(t,e.e)}h.reBuild=Di,d.un(K,function(){Li(),pe("resize",Li),d.un(ae,Vr)}),h.setLockAnchors=function(e){o().lockAnchors=e},d.un(K,function(){pe("hashchange",ar),d.un(ae,Yr)}),d.un(K,function(){Pe("wheel",Qt.Cn,zo()),d.un(ho,Pr),d.un(uo,Br)}),d.un(K,function(){d.un(Bt,Fr)}),d.un(K,function(){d.un(Bt,Xr)});var Ci,Ri,cr=0;function an(e){var t,n,i,r,a;if(q(g(),"onScroll"),!c.P&&u().D&&(ue(u().R),!u().j&&!u().Vn&&(!o().autoScrolling||o().scrollBar||B("dragAndMove"))&&!Ui())){var l=B("dragAndMove")?Math.abs(S("dragAndMove","getCurrentScroll")):we(),v=function($){var re=$>cr?"down":"up";return cr=$,p({X:$}),re}(l),f=0,b=l+F()/2,x=(B("dragAndMove")?S("dragAndMove","getDocumentHeight"):R.scrollHeight-F())===l,w=u().R;if(p({scrollY:l}),x)f=w.length-1;else if(l)for(var T=0;T=we()+F():r<=we())&&(D(u().D.item,Ie)||(E(u().D.item,Ie),N(We(u().D.item),Ie))),n=(t=w[f]).item,!t.isActive){p({H:!0});var O,X,V=u().D.item,j=u().D.index()+1,P=Mn(u().D,n),A=t.anchor,Z=t.index()+1,U=t.activeSlide,ge={D:V,sectionIndex:Z-1,anchorLink:A,element:n,leavingSection:j,direction:P,items:{origin:u().D,destination:t}};U&&(X=U.anchor,O=U.index()),c.canScroll&&(N(w.filter(function($){return $.index()!==t.index()}).map(function($){return $.item}),k),E(n,k),S("parallax","afterLoad"),z(o().beforeLeave)&&Mo("beforeLeave",ge),z(o().onLeave)&&se("onLeave",ge),z(o().afterLoad)&&se("afterLoad",ge),S("resetSliders","apply",{localIsResizing:c.P,leavingSection:j}),Ln(V),ot(t),Pt(n),Fn(A,Z-1),o().anchors.length&&p({C:A}),ce(),On(O,X,A)),clearTimeout(Ci),Ci=setTimeout(function(){p({H:!1})},100)}o().fitToSection&&c.canScroll&&(clearTimeout(Ri),Ri=setTimeout(function(){c.R.filter(function($){var re=$.item.getBoundingClientRect();return Math.round(re.bottom)===Math.round(F())||Math.round(re.top)===0}).length||Lo()},o().fitToSectionDelay))}}function Zr(e){var t=e.items.destination.activeSlide;p({scrollX:t?Math.round(t.offsetLeft):0})}function sr(e){var t=o().skipIntermediateItems,n=e.items.origin.nn?"sections":"slides",i=Math.abs(e.items.origin.index()-e.items.destination.index())>1;(t===!0||t===n)&&i&&ze(0,"internal")}function ur(){o().skipIntermediateItems&&tt("scrollingSpeed",Le().scrollingSpeed,"internal")}function ki(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){Ht(e,n,"k")}):(Ht(e,"all","k"),o().keyboardScrolling=e)}function Ur(e){var t=e.index();o().anchors[t]!==void 0&&e.isActive&&Fn(o().anchors[t],t),o().menu&&o().css3&&L(s(o().menu)[0],Me)!=null&&s(o().menu).forEach(function(n){R.appendChild(n)})}function fr(){var e,t,n=u().D,i=u().D.item;E(i,Ie),ot(u().D),Eo(),Pt(i),t=wi((e=Oi()).section),e.section&&t&&(t===void 0||t.index()!==de(Qn))||!z(o().afterLoad)||se("afterLoad",{D:i,element:i,direction:null,anchorLink:n.anchor,sectionIndex:n.index(),items:{origin:u().D,destination:u().D}}),z(o().afterRender)&&se("afterRender"),q(g(),"afterRender")}function ji(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){Ht(e,n,"m")}):Ht(e,"all","m"),q(g(),"setAllowScrolling",{value:e,Qn:t})}function dr(){var e=Oi(),t=e.section,n=e.pn;t?o().animateAnchor?yi(t,n):ln(t,n):d.ln(Rn,null)}d.un(ae,function(){clearTimeout(Ci),clearTimeout(Ri)}),d.un(K,function(){pe("scroll",an),M.body.addEventListener("scroll",an),d.un(Pn,function(e){yi(e.Xn,e.slideAnchor)}),d.un(fo,function(e){yt(e.anchor,void 0)}),d.un(so,function(e){(e.direction==="down"?ht:Ze)()}),d.un(po,function(e){Ve(e.destination)})}),d.un(ae,function(){Xe("scroll",an)}),h.getActiveSlide=function(){return _n(u().D.activeSlide)},h.getScrollX=function(){return c.scrollX},d.un(K,function(){d.un(ae,Tr),d.un(vo,function(e){Re(e.slides,e.destination)}),d.un(jn,function(e){Si(e.section)}),d.un(kn,function(e){mi(e.section)}),d.un(lt,Zr)}),d.un(K,function(){var e=o().credits.position,t=["left","right"].indexOf(e)>-1?"".concat(e,": 0;"):"",n=` +*/(function(I,Q){(function(ne,ie){I.exports=ie()})(il,function(){var ne,ie,xe,un,Hi=Object.freeze({__proto__:null,get showError(){return ee},get isVisible(){return ii},get getVisible(){return ut},get $(){return s},get deepExtend(){return je},get hasClass(){return D},get getWindowHeight(){return F},get t(){return ft},get css(){return C},get prev(){return Ft},get next(){return dt},get last(){return jo},get index(){return de},get getList(){return Se},get hide(){return Wt},get show(){return oi},get isArrayOrList(){return Ye},get addClass(){return E},get removeClass(){return N},get appendTo(){return Fe},get wrap(){return ri},get wrapAll(){return Xt},get wrapInner(){return li},get unwrap(){return Zt},get closest(){return M},get after(){return pt},get before(){return Ut},get insertBefore(){return Gt},get getScrollTop(){return we},get siblings(){return We},get preventDefault(){return W},get i(){return H},get o(){return Pe},get u(){return pe},get l(){return ve},get v(){return Xe},get isFunction(){return z},get trigger(){return q},get matches(){return _},get toggle(){return qt},get createElementFromHTML(){return ye},get remove(){return Be},get filter(){return Po},get untilAll(){return Kt},get nextAll(){return ai},get prevAll(){return ci},get toArray(){return Bo},get p(){return ue},get h(){return vt},get g(){return $t},get S(){return Io},get M(){return si}});Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(this==null)throw new TypeError('"this" is null or not defined');var t=Object(this),n=t.length>>>0;if(typeof e!="function")throw new TypeError("predicate must be a function");for(var i=arguments[1],r=0;r0?1:-1)*Math.floor(Math.abs(i)):i}(e);return Math.min(Math.max(t,0),xe)},function(e){var t=this,n=Object(e);if(e==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");var i,r=arguments.length>1?arguments[1]:void 0;if(r!==void 0){if(!ie(r))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(i=arguments[2])}for(var a,l=un(n.length),v=ie(t)?Object(new t(l)):new Array(l),f=0;f0||navigator.maxTouchPoints,_i=!!window.MSInputMethodContext&&!!document.documentMode,h={test:{},shared:{}},xr=(zi=window.self!==window.top,function(){return zi});y.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(e,t){t=t||window;for(var n=0;n','
    '],controlArrowColor:"#fff",verticalCentered:!0,sectionsColor:[],paddingTop:0,paddingBottom:0,fixedElements:null,responsive:0,responsiveWidth:0,responsiveHeight:0,responsiveSlides:!1,parallax:!1,parallaxOptions:{type:"reveal",percentage:62,property:"translate"},cards:!1,cardsOptions:{perspective:100,fadeContent:!0,fadeBackground:!0},sectionSelector:".section",slideSelector:".slide",afterLoad:null,beforeLeave:null,onLeave:null,afterRender:null,afterResize:null,afterReBuild:null,afterSlideLoad:null,onSlideLeave:null,afterResponsive:null,onScrollOverflow:null,lazyLoading:!0,lazyLoadThreshold:0,observer:!0,scrollBeyondFullpage:!0},et=null,Zi=!1,xn=je({},Mt),Dt=null;function g(e){return et}function o(){return Dt||Mt}function Me(){return xn}function tt(e,t,n){Dt[e]=t,n!=="internal"&&(xn[e]=t)}function Ui(){if(!o().anchors.length){var e=s(o().sectionSelector.split(",").join("[data-anchor],")+"[data-anchor]",et);e.length&&e.length===s(o().sectionSelector,et).length&&(Zi=!0,e.forEach(function(n){o().anchors.push(H(n,"data-anchor").toString())}))}if(!o().navigationTooltips.length){var t=s(o().sectionSelector.split(",").join("[data-tooltip],")+"[data-tooltip]",et);t.length&&t.forEach(function(n){o().navigationTooltips.push(H(n,"data-tooltip").toString())})}}var c={A:0,O:0,slides:[],R:[],D:null,L:null,j:!1,N:!1,I:!1,P:!1,H:!1,C:void 0,W:void 0,F:!1,canScroll:!0,V:"none",B:"none",Z:!1,Y:!1,G:!0,X:0,U:F(),_:!1,J:{},scrollY:0,scrollX:0,K:!1};function p(e){Object.assign(c,e)}function u(){return c}function Gi(e){return window["fp_"+e+"Extension"]!==void 0}function B(e){var t=o();return t[e]!==null&&Object.prototype.toString.call(t[e])==="[object Array]"?t[e].length&&h[e]:t[e]&&h[e]}function S(e,t,n){if(B(e))return z(h[e][t])?h[e][t](n):h[e][t]}function Ot(){return S("dragAndMove","isAnimating")}function qi(){return S("dragAndMove","isGrabbing")}function En(e){if(o().offsetSections&&h.offsetSections){var t=S("offsetSections","getWindowHeight",e);return t!==""?Math.round(t)+"px":t}return F()+"px"}function Ki(e,t){e.insertBefore(t,e.firstChild)}function G(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function n(r){var a,l,v,f,b,x,w="",L=0;for(r=r.replace(/[^A-Za-z0-9+/=]/g,"");L>4,l=(15&f)<<4|(b=t.indexOf(r.charAt(L++)))>>2,v=(3&b)<<6|(x=t.indexOf(r.charAt(L++))),w+=String.fromCharCode(a),b!=64&&(w+=String.fromCharCode(l)),x!=64&&(w+=String.fromCharCode(v));return w=function(O){for(var X,V="",j=0,P=0,A=0;j191&&P<224?(A=O.charCodeAt(j+1),V+=String.fromCharCode((31&P)<<6|63&A),j+=2):(A=O.charCodeAt(j+1),X=O.charCodeAt(j+2),V+=String.fromCharCode((15&P)<<12|(63&A)<<6|63&X),j+=3);return V}(w),w}function i(r){return r.slice(3).slice(0,-3)}return function(r){var a=r.split("_");if(a.length>1){var l=a[1];return n(r.replace(i(a[1]),"").split("_")[0].slice(2).slice(0,-2))+"_"+n(l.slice(3).slice(0,-3))}return i(r)}(n(e))}y.state=c,y.fp_utils=y.fp_utils||{},Object.assign(y.fp_utils,{prependTo:Ki,toggleClass:function(e,t,n){if(e.classList&&n==null)e.classList.toggle(t);else{var i=D(e,t);i&&n==null||!n?N(e,t):(!i&&n==null||n)&&E(e,t)}}});var $i=function(e){this.anchor=e.anchor,this.item=e.item,this.index=e.index(),this.isLast=this.index===e.item.parentElement.querySelectorAll(e.selector).length-1,this.isFirst=!this.index,this.isActive=e.isActive},le=function(e,t){this.parent=this.parent||null,this.selector=t,this.anchor=H(e,"data-anchor")||o().anchors[de(e,o().sectionSelector)],this.item=e,this.isVisible=ii(e),this.isActive=D(e,k),this.q=D(e,Ne)||s(Qe,e)[0]!=null,this.nn=t===o().sectionSelector,this.container=M(e,$e)||M(e,Te),this.index=function(){return this.siblings().indexOf(this)}};function An(e){return e.map(function(t){return t.item})}function Ct(e,t){return e.find(function(n){return n.item===t})}le.prototype.siblings=function(){return this.nn?this.isVisible?c.R:c.tn:this.parent?this.parent.slides:0},le.prototype.prev=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))-1;return t>=0?e[t]:null},le.prototype.next=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))+1;return ti?"up":"down"}function Rt(e){return E(e,pn)}function Mn(e){return{"-webkit-transform":e,"-moz-transform":e,"-ms-transform":e,transform:e}}function no(e,t){t?Tn(g()):Rt(g()),clearTimeout(Qi),C(g(),Mn(e)),h.test.on=e,Qi=setTimeout(function(){N(g(),pn)},10)}function Oe(e){var t=Math.round(e);if(o().css3&&o().autoScrolling&&!o().scrollBar)no("translate3d(0px, -"+t+"px, 0px)",!1);else if(o().autoScrolling&&!o().scrollBar)C(g(),{top:-t+"px"}),h.test.top=-t+"px";else{var n=He(t);to(n.element,n.options)}}function ze(e,t){t!=="internal"&&S("fadingEffect","update",e),S("cards","update_",e),tt("scrollingSpeed",e,t)}h.setScrollingSpeed=ze;var nt,R=null,it=null,kt=null;function jt(e,t,n,i){var r,a=function(b){return b.self!=y&&D(b,Lt)?b.scrollLeft:!o().autoScrolling||o().scrollBar?we():b.offsetTop}(e),l=t-a,v=!1,f=c.F;p({F:!0}),nt&&window.cancelAnimationFrame(nt),nt=function(b){r||(r=b);var x=Math.floor(b-r);if(c.F){var w=t;n&&(w=y.fp_easings[o().easing](x,a,l,n)),x<=n&&to(e,w),x=n.HAVE_FUTURE_DATA?n.play():n.addEventListener("canplay",function i(){n.play(),n.removeEventListener("canplay",i)}))}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){Dn(n)&&io(n),n.onload=function(){Dn(n)&&io(n)}})}function io(e){e.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}function On(e){var t=De(e);s("video, audio",t).forEach(function(n){n.hasAttribute("data-keepplaying")||typeof n.pause!="function"||n.pause()}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){/youtube\.com\/embed\//.test(H(n,"src"))&&!n.hasAttribute("data-keepplaying")&&n.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")})}function Cn(e){o().lazyLoading&&s("img[data-src], img[data-srcset], source[data-src], source[data-srcset], video[data-src], audio[data-src], iframe[data-src]",De(e)).forEach(function(t){if(["src","srcset"].forEach(function(i){var r=H(t,"data-"+i);r!=null&&r&&($t(t,i),t.addEventListener("load",function(){}))}),_(t,"source")){var n=M(t,"video, audio");n&&(n.load(),n.onloadeddata=function(){})}})}function ot(e){var t=o().lazyLoadThreshold;Cn(e.item),t&&(oo(e,"prev",t),oo(e,"next",t))}function oo(e,t,n){for(var i=e,r=0;r-1&&this.an[e].splice(n,1)}},ln:function(e){for(var t=this,n=arguments.length,i=new Array(n>1?n-1:0),r=1;rt?"left":"right"}function Dr(){clearTimeout(Nt)}function zn(e){S("continuousHorizontal","afterSlideLoads",e),S("dragAndMove","afterSlideLoads",e),e.localIsResizing||(S("parallax","afterSlideLoads"),S("scrollOverflowReset","setPrevious",e.prevSlide),S("scrollOverflowReset","reset"),z(o().afterSlideLoad)&&se("afterSlideLoad",e),p({canScroll:!0}),Pt(e.destiny),d.ln(It,e)),p({I:!1}),S("interlockedSlides","interlockedSlides",e)}function at(e,t){ze(0,"internal"),t!==void 0&&p({P:!0}),Re(M(e,fe),e),t!==void 0&&p({P:!1}),ze(Me().scrollingSpeed,"internal")}Ce.m={up:!0,down:!0,left:!0,right:!0},Ce.k=je({},Ce.m),d.un(Bt,function(e){var t=e.target;(_(t,yn)||M(t,yn))&&Lr.call(t,e)}),h.landscapeScroll=Re,d.un(K,function(){d.un(Nn,Mr)});var _n=null,Vn=null;function ce(){c.D=null,c.R.map(function(e){var t=D(e.item,k);e.isActive=t,e.q=m.q(e.item),t&&(c.D=e),e.slides.length&&(e.activeSlide=null,e.slides.map(function(n){var i=D(n.item,k);n.q=m.q(e.item),n.isActive=i,i&&(e.activeSlide=n)}))}),function(){var e=c.D,t=!!c.D&&c.D.slides.length,n=c.D?c.D.activeSlide:null;if(!e&&c.R.length&&!u().j){if(_n){var i=Ao(_n,c.R);i&&(c.D=i,c.D.isActive=!0,E(c.D.item,k)),c.D&&Oe(c.D.item.offsetTop)}if(t&&!n&&Vn){var r=Ao(Vn,c.D.slides);r&&(c.D.activeSlide=r,c.D.activeSlide.isActive=!0,E(c.D.activeSlide.item,k)),c.D.activeSlide&&at(c.D.activeSlide.item,"internal")}}}(),q(g(),"onUpdateStateDone")}function zt(){var e=s(o().sectionSelector+", "+J,g()),t=ut(e),n=Array.from(e).map(function(a){return new ke(a)}),i=n.filter(function(a){return a.isVisible}),r=i.reduce(function(a,l){return a.concat(l.slides)},[]);_n=Eo(c.D),Vn=Eo(c.D?c.D.activeSlide:null),c.A=t.length,c.O=i.reduce(function(a,l){return a+l.slides.length},0),c.R=i,c.tn=n,c.slides=r,c.rn=c.R.concat(c.slides)}function Eo(e){if(!e)return null;var t=e?e.item:null,n=e.nn?c.tn:c.D.dn;if(t){var i=Ct(n,t);return i?i.index():null}return null}function Ao(e,t){var n,i=e-1,r=e;do{if(n=t[i]||t[r])break;i-=1,r+=1}while(i>=0||r0,l=r>2&&r'+ao(a.index(),"Section")+"";var v=o().navigationTooltips[a.index()];v!==void 0&&v!==""&&(i+='
    '+v+"
    "),i+=""}s("ul",n)[0].innerHTML=i;var f=s("li",s(Le)[0])[u().D.index()];E(s("a",f),k)}function Cr(e){e.preventDefault&&W(e),p({L:"verticalNav"});var t=de(M(this,"#fp-nav li"));d.ln(ho,{destination:u().R[t]})}function Xn(e,t){var n;n=e,o().menu&&o().menu.length&&s(o().menu).forEach(function(i){i!=null&&(N(s(hn,i),k),E(s('[data-menuanchor="'+n+'"]',i),k))}),function(i,r){var a=s(Le)[0];o().navigation&&a!=null&&a.style.display!=="none"&&(N(s(hn,a),k),E(i?s('a[href="#'+i+'"]',a):s("a",s("li",a)[r]),k))}(e,t)}_t.prototype=le.prototype,_t.prototype.constructor=ke,h.setRecordHistory=Fn,h.setAutoScrolling=_e,h.test.setAutoScrolling=_e,new Date().getTime();var Zn,Un,Gn,qn,ct,Kn,Rr=(Un=!0,Gn=new Date().getTime(),qn=!y.fullpage_api,function(e,t){var n=new Date().getTime(),i=e==="wheel"?o().scrollingSpeed:100;return Un=qn||n-Gn>=i,qn=!y.fullpage_api,Un&&(Zn=t(),Gn=n),Zn===void 0||Zn});function Mo(e,t){if(z(o().beforeLeave))return Rr(u().L,function(){return se(e,t)})}function Ve(e,t,n){var i=e.item;if(i!=null){var r,a,l={element:i,callback:t,isMovementUp:n,dtop:Do(i),yMovement:Ln(u().D,i),anchorLink:e.anchor,sectionIndex:e.index(),activeSlide:e.activeSlide?e.activeSlide.item:null,leavingSection:u().D.index()+1,localIsResizing:c.P,items:{origin:u().D,destination:e},direction:null};if(!(u().D.item==i&&!c.P||o().scrollBar&&we()===l.dtop&&!D(i,"fp-auto-height"))){if(l.activeSlide!=null&&(r=H(l.activeSlide,"data-anchor"),a=de(l.activeSlide,null)),!l.localIsResizing){var v=l.yMovement;if(n!==void 0&&(v=n?"up":"down"),l.direction=v,Gi("dropEffect")&&h.dropEffect.onLeave_(l),Gi("waterEffect")&&h.waterEffect.onLeave_(l),z(o().beforeLeave)&&Mo("beforeLeave",l)===!1||z(o().onLeave)&&!se("onLeave",l))return}S("parallax","apply",l),S("cards","apply",l),S("dropEffect","apply",l),S("waterEffect","apply",l),o().autoScrolling&&o().continuousVertical&&l.isMovementUp!==void 0&&(!l.isMovementUp&&l.yMovement=="up"||l.isMovementUp&&l.yMovement=="down")&&(l=function(f){p({_:!0});var b=u().D.item;return f.isMovementUp?Ut(b,ai(b,J)):pt(b,ci(b,J).reverse()),Oe(u().D.item.offsetTop),Wn(),f.hn=b,f.dtop=f.element.offsetTop,f.yMovement=Ln(u().D,f.element),f.leavingSection=f.items.origin.index()+1,f.sectionIndex=f.items.destination.index(),q(g(),"onContinuousVertical",f),f}(l)),S("scrollOverflowReset","setPrevious",u().D.item),l.localIsResizing||On(u().D.item),B("dropEffect")&&o().dropEffect||(E(i,k),N(We(i),k)),ce(),ot(e),p({canScroll:h.test.gn}),Rn(a,r,l.anchorLink),d.ln(So,l),function(f){p({V:"none",scrollY:Math.round(f.dtop)}),d.ln(Nn,f);var b=o().scrollingSpeed<700,x=b?700:o().scrollingSpeed;if(o().css3&&o().autoScrolling&&!o().scrollBar)no("translate3d(0px, -"+Math.round(f.dtop)+"px, 0px)",!0),B("waterEffect")&&Wn(),o().scrollingSpeed?(clearTimeout(ct),ct=setTimeout(function(){Vt(f),p({canScroll:!b||h.test.gn})},o().scrollingSpeed)):Vt(f);else{var w=He(f.dtop);h.test.top=-f.dtop+"px",clearTimeout(ct),jt(w.element,w.options,o().scrollingSpeed,function(){o().scrollBar?ct=setTimeout(function(){Vt(f)},30):(Vt(f),p({canScroll:!b||h.test.gn}))})}b&&(clearTimeout(Kn),Kn=setTimeout(function(){p({canScroll:!0})},x))}(l),p({C:l.anchorLink}),Xn(l.anchorLink,function(f){return f.hn!=null?f.isMovementUp?c.A-1:0:f.sectionIndex}(l))}}}function Do(e){var t=e.offsetHeight,n=e.offsetTop,i=n,r=B("dragAndMove")&&S("dragAndMove","isGrabbing")?S("dragAndMove","isScrollingDown"):n>c.X,a=i-F()+t,l=o().bigSectionsDestination;return t>F()?(r||l)&&l!=="bottom"||(i=a):(r||c.P&&dt(e)==null)&&(i=a),B("offsetSections")&&(i=h.offsetSections.getSectionPosition_(r,i,e)),p({X:i}),i}function Vt(e){p({j:!1}),function(t){t.hn!=null&&(t.isMovementUp?Ut(s(J)[0],t.hn):pt(s(J)[u().R.length-1],t.hn),Oe(u().D.item.offsetTop),function(){for(var n=s(Tt),i=0;i-1&&!m.An)return W(e),!1},yn:function(){m.Tn=c.canScroll},onLeave:function(){clearTimeout(Jn),m.An=!1},afterLoad:function(){m.An=!1,clearTimeout(Jn),Jn=setTimeout(function(){m.Tn=c.canScroll},200)},Rn:function(){T.activeElement===this.Mn&&(this.Mn.blur(),m.An=!1)},Sn:function(){if(o().scrollOverflow&&m.Tn){m.Rn();var e=m.Dn(u().D.item);!e||Ee||Ae||(this.Mn=e,requestAnimationFrame(function(){e.focus({Ln:!0}),m.An=!0})),m.Tn=!1}},bn:function(){o().scrollOverflowMacStyle&&!br&&E(R,"fp-scroll-mac"),u().rn.forEach(function(e){if(!(e.slides&&e.slides.length||D(e.item,"fp-auto-height-responsive")&&Qn())){var t,n=De(e.item),i=m.mn(e.item),r=(t=e).nn?t:t.parent;if(_i){var a=i?"addClass":"removeClass";Hi[a](r.item,Je),Hi[a](e.item,Je)}else E(r.item,Je),E(e.item,Je);e.q||(m.jn(n),m.zn(n)),e.q=!0}})},zn:function(e){m.Dn(e).addEventListener("scroll",m.Nn),e.addEventListener("wheel",m.kn,{passive:!1}),e.addEventListener("keydown",m.En,{passive:!1})},jn:function(e){var t=document.createElement("div");t.className=Ne,li(e,t),t.setAttribute("tabindex","-1")},In:function(e){var t=s(Qe,e)[0];t&&(Zt(t),e.removeAttribute("tabindex"))},Dn:function(e){var t=De(e);return s(Qe,t)[0]||t},q:function(e){return D(e,Ne)||s(Qe,e)[0]!=null},wn:function(e){return e.nn&&e.activeSlide?e.activeSlide.q:e.q},mn:function(e){return m.Dn(e).scrollHeight>y.innerHeight},isScrolled:function(e,t){if(!c.canScroll)return!1;if(o().scrollBar)return!0;var n=m.Dn(t);if(!o().scrollOverflow||!D(n,Ne)||D(t,"fp-noscroll")||D(De(t),"fp-noscroll"))return!0;var i=_i?1:0,r=n.scrollTop,a=e==="up"&&r<=0,l=e==="down"&&n.scrollHeight<=Math.ceil(n.offsetHeight+r)+i,v=a||l;return v||e==="none"||(this.xn=new Date().getTime()),v},Pn:function(){this.On=new Date().getTime();var e=this.On-m.xn,t=(Ee||Ae)&&c.Z,n=c.Y&&e>600;return t&&e>400||n},Nn:(ni=0,function(e){var t=e.target.scrollTop,n=c.V!=="none"?c.V:ni1?t:document)?t.querySelectorAll(e):null}function je(e){e=e||{};for(var t=1,n=arguments.length;t1&&(o().controlArrows&&function(b){var x=b.item,w=[ye(o().controlArrowsHTML[0]),ye(o().controlArrowsHTML[1])];pt(s(fe,x)[0],w),E(w,Fi),E(w[0],Wi),E(w[1],"fp-next"),o().controlArrowColor!=="#fff"&&(C(s(Xi,x),{"border-color":"transparent transparent transparent "+o().controlArrowColor}),C(s(bn,x),{"border-color":"transparent "+o().controlArrowColor+" transparent transparent"})),o().loopHorizontal||Wt(s(bn,x))}(e),o().slidesNavigation&&function(b){var x=b.item,w=b.slides.length;Fe(ye('
      '),x);var L=s(wn,x)[0];E(L,"fp-"+o().slidesNavPosition);for(var O=0;O'+ao(O,"Slide",s(mn,x)[O])+""),s("ul",L)[0]);C(L,{"margin-left":"-"+L.innerWidth/2+"px"});var X=b.activeSlide?b.activeSlide.index():0;E(s("a",s("li",L)[X]),k)}(e)),i.forEach(function(b){C(b.item,{width:a+"%"}),o().verticalCentered&&Ro(b)});var f=B("responsiveSlides")?null:e.activeSlide||null;f!=null&&c.D&&(c.D.index()!==0||c.D.index()===0&&f.index()!==0)?(at(f.item,"internal"),E(f.item,"fp-initial")):E(n[0],k)}window.fp_utils=Object.assign(y.fp_utils||{},{$:s,deepExtend:je,hasClass:D,getWindowHeight:F,css:C,prev:Ft,next:dt,last:jo,index:de,getList:Se,hide:Wt,show:oi,isArrayOrList:Ye,addClass:E,removeClass:N,appendTo:Fe,wrap:ri,wrapAll:Xt,wrapInner:li,unwrap:Zt,closest:M,after:pt,before:Ut,insertBefore:Gt,getScrollTop:we,siblings:We,preventDefault:W,isFunction:z,trigger:q,matches:_,toggle:qt,createElementFromHTML:ye,remove:Be,filter:Po,untilAll:Kt,nextAll:ai,prevAll:ci,showError:ee,scrollOverflowHandler:m}),d.un(K,function(){["click","touchstart"].forEach(function(e){Pe(e,No,{passive:!1})}),pe("focus",Pr),d.un(ae,jr)});var zo={attributes:!1,subtree:!0,childList:!0,characterData:!0};function _o(){return S("responsiveSlides","isResponsiveSlidesChanging")||ut(s(o().slideSelector,g())).length!==u().O}function fi(e){var t=_o();(_o()||S("responsiveSlides","isResponsiveSlidesChanging")||ut(s(o().sectionSelector,g())).length!==u().A)&&!c._&&(o().observer&&st&&st.disconnect(),zt(),ce(),o().anchors=[],Be(s(Le)),S("responsiveSlides","isResponsiveSlidesChanging")||Ho(),Ui(),o().navigation&&Lo(),t&&(Be(s(wn)),Be(s(yn))),u().R.forEach(function(n){n.slides.length?t&&ui(n):ti(n)})),o().observer&&st&&s(Te)[0]&&st.observe(s(Te)[0],zo)}d.un(K,function(){var e,t,n;o().observer&&"MutationObserver"in window&&s(Te)[0]&&(e=s(Te)[0],t=zo,(n=new MutationObserver(fi)).observe(e,t),st=n),d.un(uo,fi)}),h.render=fi;var Br=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});pe("testPassive",null,t),Xe("testPassive",null,t)}catch{}return function(){return e}}();function Vo(){return!!Br()&&{passive:!1}}var Yo,Fo,di,be,Qt=(di=new Date().getTime(),be=[],{Cn:function(e){var t=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,n=Math.max(-1,Math.min(1,t)),i=e.wheelDeltaX!==void 0||e.deltaX!==void 0;Yo=Math.abs(e.wheelDeltaX)149&&be.shift(),be.push(Math.abs(t));var a=r-di;di=r,a>200&&(be=[])},Wn:function(){var e=vt(be,10)>=vt(be,70);return!!be.length&&e&&Yo},Fn:function(){return Fo}});function Ir(){var e=o().css3?we()+F():ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight,t=He(e);h.test.top=-e+"px",p({canScroll:!1}),jt(t.element,t.options,o().scrollingSpeed,function(){setTimeout(function(){p({j:!0}),p({canScroll:!0})},30)})}function Nr(){g().getBoundingClientRect().bottom>=0&&Wo()}function Wo(){var e=He(ue(u().R).item.offsetTop);p({canScroll:!1}),jt(e.element,e.options,o().scrollingSpeed,function(){p({canScroll:!0}),p({j:!1}),p({Vn:!1})})}var pi,vi,hi,Xo=(pi=!1,vi={},hi={},function(e,t,n){switch(e){case"set":vi[t]=new Date().getTime(),hi[t]=n;break;case"isNewKeyframe":var i=new Date().getTime();pi=i-vi[t]>hi[t]}return pi});function ht(){var e=u().D.next();e||!o().loopBottom&&!o().continuousVertical||(e=u().R[0]),e!=null?Ve(e,null,!1):g().scrollHeightJt&&Y().m.down&&ht()),Jt=e.pageY)}function Uo(e){if(Y().m[e]){var t=e==="down"?ht:Ze;B("scrollHorizontally")&&(t=S("scrollHorizontally","getScrollSection",{type:e,scrollSection:t})),o().scrollOverflow&&m.wn(u().D)?m.isScrolled(e,u().D.item)&&m.Pn()&&t():t()}}var en,gi,Ue,tn=0,gt=0,nn=0,mt=0,on=qo(),oe={Bn:"ontouchmove"in window?"touchmove":on?on.move:null,Zn:"ontouchstart"in window?"touchstart":on?on.down:null};function St(e){var t=M(e.target,J)||u().D.item,n=m.wn(u().D);if(wt(e)){p({Z:!0,Y:!1}),o().autoScrolling&&(n&&!c.canScroll||o().scrollBar)&&W(e);var i=mi(e);nn=i.y,mt=i.x;var r=Math.abs(tn-nn)>y.innerHeight/100*o().touchSensitivity,a=Math.abs(gt-mt)>ft()/100*o().touchSensitivity,l=s(fe,t).length&&Math.abs(gt-mt)>Math.abs(tn-nn),v=tn>nn?"down":"up";p({V:l?gt>mt?"right":"left":v}),l?!c.I&&a&&(gt>mt?Y().m.right&&d.ln(Bn,{section:t}):Y().m.left&&d.ln(Pn,{section:t})):o().autoScrolling&&c.canScroll&&r&&Uo(v)}}function wt(e){return e.pointerType===void 0||e.pointerType!="mouse"}function rn(e){if(o().fitToSection&&p({F:!1}),wt(e)){var t=mi(e);tn=t.y,gt=t.x}pe("touchend",Go)}function Go(){Xe("touchend",Go),p({Z:!1})}function mi(e){var t={};return t.y=e.pageY!==void 0&&(e.pageY||e.pageX)?e.pageY:e.touches[0].pageY,t.x=e.pageX!==void 0&&(e.pageY||e.pageX)?e.pageX:e.touches[0].pageX,Ae&&wt(e)&&o().scrollBar&&e.touches!==void 0&&(t.y=e.touches[0].pageY,t.x=e.touches[0].pageX),t}function qo(){var e;return y.PointerEvent&&(e={down:"pointerdown",move:"pointermove"}),e}function Si(e){o().autoScrolling&&wt(e)&&Y().m.up&&(c.canScroll||W(e))}function Ko(e,t){var n=t??u().D.item,i=Ct(c.R,n),r=s(fe,n)[0];if(!(r==null||Ot()||c.I||i.slides.length<2)){var a=i.activeSlide,l=e==="left"?a.prev():a.next();if(!l){if(!o().loopHorizontal)return;l=e==="left"?ue(i.slides):i.slides[0]}p({I:!h.test.gn}),Re(r,l.item,e)}}function wi(e){Ko("left",e)}function yi(e){Ko("right",e)}function bi(e){var t=u().R.filter(function(i){return i.anchor===e})[0];if(!t){var n=e!==void 0?e-1:0;t=u().R[n]}return t}function $o(e){e!=null&&Re(M(e,fe),e)}function xi(e,t){var n=bi(e);if(n!=null){var i=function(r,a){var l=a.slides.filter(function(v){return v.anchor===r})[0];return l==null&&(r=r!==void 0?r:0,l=a.slides[r]),l?l.item:null}(t,n);n.anchor&&n.anchor===c.C||D(n.item,k)?$o(i):Ve(n,function(){$o(i)})}}function yt(e,t){var n=bi(e);t!==void 0?xi(e,t):n!=null&&Ve(n)}function Hr(){clearTimeout(gi),ve("keydown",Qo),ve("keyup",Jo)}function Qo(e){clearTimeout(gi);var t=e.keyCode,n=[37,39].indexOf(t)>-1,i=o().autoScrolling||o().fitToSection||n;t===9?function(r){var a=r.shiftKey,l=T.activeElement,v=Ei(De(u().D.item));function f(V){return W(V),v[0]?v[0].focus():null}if(c.canScroll){if(!function(V){var j=Ei(T),P=j.indexOf(T.activeElement),A=j[V.shiftKey?P-1:P+1],Z=M(A,mn),U=M(A,J);return!Z&&!U}(r)){l?M(l,".fp-section.active,.fp-section.active .fp-slide.active")==null&&(l=f(r)):f(r);var b=l==v[0],x=l==v[v.length-1],w=a&&b;if(w||!a&&x){W(r);var L=function(V){var j,P=V?"prevPanel":"nextPanel",A=[],Z=eo((c.D&&c.D.activeSlide?c.D.activeSlide:c.D)[P]());do(A=Ei(Z.item)).length&&(j={Yn:Z,Gn:A[V?A.length-1:0]}),Z=eo(Z[P]());while(Z&&A.length===0);return j}(w),O=L?L.Yn:null;if(O){var X=O.nn?O:O.parent;d.ln(In,{Xn:X.index()+1,slideAnchor:O.nn?0:O.index()}),Ue=L.Gn,W(r)}}}}else W(r)}(e):!si()&&o().keyboardScrolling&&i&&(en=e.ctrlKey,gi=setTimeout(function(){(function(r){var a=r.shiftKey,l=T.activeElement,v=_(l,"video")||_(l,"audio"),f=m.isScrolled("up",u().D.item),b=m.isScrolled("down",u().D.item),x=[37,39].indexOf(r.keyCode)>-1;if(function(w){(function(L){return[40,38,32,33,34].indexOf(L.keyCode)>-1&&!c.j})(w)&&!M(w.target,Qe)&&w.preventDefault()}(r),c.canScroll||x)switch(p({L:"keydown"}),r.keyCode){case 38:case 33:Y().k.up&&f?c.j?d.ln(po,{e:r}):Ze():m.Sn();break;case 32:if(a&&Y().k.up&&!v&&f){Ze();break}case 40:case 34:if(Y().k.down&&b){if(c.j)return;r.keyCode===32&&v||ht()}else m.Sn();break;case 36:Y().k.up&&yt(1);break;case 35:Y().k.down&&yt(u().R.length);break;case 37:Y().k.left&&wi();break;case 39:Y().k.right&&yi()}})(e)},0))}function Jo(e){c.G&&(en=e.ctrlKey)}function zr(){p({G:!1}),en=!1}function _r(e){er()}function Vr(e){M(Ue,mn)&&!M(Ue,Tt)||er()}function er(){Ue&&(Ue.focus(),Ue=null)}function Ei(e){return[].slice.call(s('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], summary:not([disabled]), [contenteditable]',e)).filter(function(t){return H(t,"tabindex")!=="-1"&&t.offsetParent!==null})}h.moveSlideLeft=wi,h.moveSlideRight=yi,h.moveTo=yt,d.un(K,function(){pe("blur",zr),Pe("keydown",Qo),Pe("keyup",Jo),d.un(ae,Hr),d.un(It,_r),d.un(lt,Vr)});var tr=new Date().getTime(),Ge=[];function Ai(e){e?(function(){var t,n="";y.addEventListener?t="addEventListener":(t="attachEvent",n="on");var i="onwheel"in T.createElement("div")?"wheel":T.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",r=Vo();i=="DOMMouseScroll"?T[t](n+"MozMousePixelScroll",qe,r):T[t](n+i,qe,r)}(),g().addEventListener("mousedown",nr),g().addEventListener("mouseup",ir)):(T.addEventListener?(ve("mousewheel",qe,!1),ve("wheel",qe,!1),ve("MozMousePixelScroll",qe,!1)):T.detachEvent("onmousewheel",qe),g().removeEventListener("mousedown",nr),g().removeEventListener("mouseup",ir))}function qe(e){var t=new Date().getTime(),n=D(s(".fp-completely")[0],"fp-normal-scroll"),i=function(x,w){new Date().getTime();var L=u().j&&x.getBoundingClientRect().bottom>=0&&Qt.Fn()==="up",O=u().Vn;if(O)return W(w),!1;if(u().j){if(L){var X;if(!(O||Xo("isNewKeyframe","beyondFullpage")&&Qt.Wn()))return(X=He(ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight)).element.scrollTo(0,X.options),p({Vn:!1}),W(w),!1;if(Qt.Wn())return L=!1,p({Vn:!0}),p({L:"wheel"}),Wo(),W(w),!1}else Xo("set","beyondFullpage",1e3);if(!O&&!L)return!0}}(g(),e);if(c.Y||p({Z:!1,Y:!0,V:"none"}),!Y().m.down&&!Y().m.up)return!1;if(i)return!0;if(i===!1)return W(e),!1;if(o().autoScrolling&&!en&&!n){var r=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,a=Math.max(-1,Math.min(1,r)),l=e.wheelDeltaX!==void 0||e.deltaX!==void 0,v=Math.abs(e.wheelDeltaX)0?"up":"none";Ge.length>149&&Ge.shift(),Ge.push(Math.abs(r)),o().scrollBar&&W(e);var b=t-tr;return tr=t,b>200&&(Ge=[]),p({B:f}),c.canScroll&&!Ot()&&vt(Ge,10)>=vt(Ge,70)&&v&&(p({L:"wheel"}),Uo(a<0?"down":"up")),!1}o().fitToSection&&p({F:!1})}function nr(e){var t;e.which==2&&(t=e.pageY,Jt=t,g().addEventListener("mousemove",Zo))}function ir(e){e.which==2&&g().removeEventListener("mousemove",Zo)}function bt(e){e?(Ai(!0),function(){if(oe.Bn&&(Ee||Ae)&&(!B("dragAndMove")||o().dragAndMove==="mouseonly")){o().autoScrolling&&(R.removeEventListener(oe.Bn,Si,{passive:!1}),R.addEventListener(oe.Bn,Si,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,rn),t.removeEventListener(oe.Bn,St,{passive:!1}),t.addEventListener(oe.Zn,rn),t.addEventListener(oe.Bn,St,{passive:!1})}}()):(Ai(!1),function(){if(oe.Bn&&(Ee||Ae)){o().autoScrolling&&(R.removeEventListener(oe.Bn,St,{passive:!1}),R.removeEventListener(oe.Bn,Si,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,rn),t.removeEventListener(oe.Bn,St,{passive:!1})}}())}h.setMouseWheelScrolling=Ai;var Ti=!0;function Yr(){["mouseenter","touchstart","mouseleave","touchend"].forEach(function(e){ve(e,rr,!0)})}function or(e,t){document["fp_"+e]=t,Pe(e,rr,!0)}function rr(e){var t=e.type,n=!1,i=t==="mouseleave"?e.toElement||e.relatedTarget:e.target;i!=document&&i?(t==="touchend"&&(Ti=!1,setTimeout(function(){Ti=!0},800)),(t!=="mouseenter"||Ti)&&(o().normalScrollElements.split(",").forEach(function(r){if(!n){var a=_(i,r),l=M(i,r);(a||l)&&(h.shared.Un||bt(!1),h.shared.Un=!0,n=!0)}}),!n&&h.shared.Un&&(bt(!0),h.shared.Un=!1))):bt(!0)}function ln(e,t){ze(0,"internal"),yt(e,t),ze(Me().scrollingSpeed,"internal")}d.un(K,function(){o().normalScrollElements&&(["mouseenter","touchstart"].forEach(function(e){or(e,!1)}),["mouseleave","touchend"].forEach(function(e){or(e,!0)})),d.un(ae,Yr)}),h.silentMoveTo=ln;var Li,lr,Mi=F(),ar=ft(),Di=!1;function Fr(){clearTimeout(Li),clearTimeout(lr),Xe("resize",Oi)}function Oi(){Di||(o().autoScrolling&&!o().scrollBar||!o().fitToSection)&&cr(F()),c.K&&function(){if(Ee)for(var e=0;e<4;e++)lr=setTimeout(function(){window.requestAnimationFrame(function(){o().autoScrolling&&!o().scrollBar&&(p({P:!0}),ln(c.D.index()+1),p({P:!1}))})},200*e)}(),Di=!0,clearTimeout(Li),Li=setTimeout(function(){(function(){if(p({P:!0}),cr(""),q(g(),"onResize"),o().autoScrolling||c.j||function(){if(!o().autoScrolling||o().scrollBar){var r=.01*y.innerHeight;T.documentElement.style.setProperty("--vh","".concat(r,"px"))}}(),d.ln(uo),ce(),Co(),Ee){var e=T.activeElement;if(!_(e,"textarea")&&!_(e,"input")&&!_(e,"select")){var t=F();Math.abs(t-Mi)>20*Math.max(Mi,t)/100&&(Ci(!0),Mi=t)}}else n=F(),i=ft(),c.U===n&&ar===i||(p({U:n}),ar=i,Ci(!0));var n,i;q(g(),"onResizeEnds"),p({P:!1})})(),Di=!1},400)}function Ci(e){if(!D(g(),vn)){p({P:!0,U:F(),_n:ft()});for(var t=u().R,n=0;n1&&Re(r,i.activeSlide.item)}o().scrollOverflow&&m.bn();var l=u().D.index();c.j||!l||B("fadingEffect")||B("dropEffect")||B("waterEffect")||ln(l+1),p({P:!1}),z(o().afterResize)&&e&&o().afterResize.call(g(),y.innerWidth,y.innerHeight),z(o().afterReBuild)&&!e&&o().afterReBuild.call(g()),q(g(),"afterRebuild")}}function cr(e){u().R.forEach(function(t){var n=e!==""||B("offsetSections")?En(t.item):"";C(t.item,{height:n})})}function Ri(){var e,t,n=y.location.hash;if(n.length){var i=n.replace("#","").split("/"),r=n.indexOf("#/")>-1;e=r?"/"+i[1]:decodeURIComponent(i[0]);var a=r?i[2]:i[1];a&&a.length&&(t=decodeURIComponent(a))}return{section:e,pn:t}}function Wr(){Xe("hashchange",sr)}function sr(){if(!c.H&&!o().lockAnchors){var e=Ri(),t=e.section,n=e.pn,i=c.C===void 0,r=c.C===void 0&&n===void 0&&!c.I;t&&t.length&&(t&&t!==c.C&&!i||r&&!Ot()||!c.I&&c.W!=n&&!Ot())&&d.ln(In,{Xn:t,slideAnchor:n})}}function Xr(e){var t=e.target;M(t,o().menu+" [data-menuanchor]")&&Zr.call(t,e.e)}function Zr(e){if(p({L:"menu"}),s(o().menu)[0]&&(o().lockAnchors||!o().anchors.length)){W(e);var t=M(this,"[data-menuanchor]");d.ln(vo,{anchor:H(t,"data-menuanchor")})}}function Ur(e){var t=e.target;t&&M(t,"#fp-nav a")?Cr.call(t,e.e):_(t,".fp-tooltip")?Or.call(t):(_(t,Yi)||M(t,Yi)!=null)&&Tr.call(t,e.e)}h.reBuild=Ci,d.un(K,function(){Oi(),pe("resize",Oi),d.un(ae,Fr)}),h.setLockAnchors=function(e){o().lockAnchors=e},d.un(K,function(){pe("hashchange",sr),d.un(ae,Wr)}),d.un(K,function(){Pe("wheel",Qt.Cn,Vo()),d.un(mo,Ir),d.un(po,Nr)}),d.un(K,function(){d.un(Bt,Xr)}),d.un(K,function(){d.un(Bt,Ur)});var ki,ji,ur=0;function an(e){var t,n,i,r,a;if(q(g(),"onScroll"),!c.P&&u().D&&(ue(u().R),!u().j&&!u().Vn&&(!o().autoScrolling||o().scrollBar||B("dragAndMove"))&&!qi())){var l=B("dragAndMove")?Math.abs(S("dragAndMove","getCurrentScroll")):we(),v=function($){var re=$>ur?"down":"up";return ur=$,p({X:$}),re}(l),f=0,b=l+F()/2,x=(B("dragAndMove")?S("dragAndMove","getDocumentHeight"):R.scrollHeight-F())===l,w=u().R;if(p({scrollY:l}),x)f=w.length-1;else if(l)for(var L=0;L=we()+F():r<=we())&&(D(u().D.item,Ie)||(E(u().D.item,Ie),N(We(u().D.item),Ie))),n=(t=w[f]).item,!t.isActive){p({H:!0});var O,X,V=u().D.item,j=u().D.index()+1,P=Ln(u().D,n),A=t.anchor,Z=t.index()+1,U=t.activeSlide,ge={D:V,sectionIndex:Z-1,anchorLink:A,element:n,leavingSection:j,direction:P,items:{origin:u().D,destination:t}};U&&(X=U.anchor,O=U.index()),c.canScroll&&(N(w.filter(function($){return $.index()!==t.index()}).map(function($){return $.item}),k),E(n,k),S("parallax","afterLoad"),z(o().beforeLeave)&&Mo("beforeLeave",ge),z(o().onLeave)&&se("onLeave",ge),z(o().afterLoad)&&se("afterLoad",ge),S("resetSliders","apply",{localIsResizing:c.P,leavingSection:j}),On(V),ot(t),Pt(n),Xn(A,Z-1),o().anchors.length&&p({C:A}),ce(),Rn(O,X,A)),clearTimeout(ki),ki=setTimeout(function(){p({H:!1})},100)}o().fitToSection&&c.canScroll&&(clearTimeout(ji),ji=setTimeout(function(){c.R.filter(function($){var re=$.item.getBoundingClientRect();return Math.round(re.bottom)===Math.round(F())||Math.round(re.top)===0}).length||Oo()},o().fitToSectionDelay))}}function Gr(e){var t=e.items.destination.activeSlide;p({scrollX:t?Math.round(t.offsetLeft):0})}function fr(e){var t=o().skipIntermediateItems,n=e.items.origin.nn?"sections":"slides",i=Math.abs(e.items.origin.index()-e.items.destination.index())>1;(t===!0||t===n)&&i&&ze(0,"internal")}function dr(){o().skipIntermediateItems&&tt("scrollingSpeed",Me().scrollingSpeed,"internal")}function Pi(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){Ht(e,n,"k")}):(Ht(e,"all","k"),o().keyboardScrolling=e)}function qr(e){var t=e.index();o().anchors[t]!==void 0&&e.isActive&&Xn(o().anchors[t],t),o().menu&&o().css3&&M(s(o().menu)[0],Te)!=null&&s(o().menu).forEach(function(n){R.appendChild(n)})}function pr(){var e,t,n=u().D,i=u().D.item;E(i,Ie),ot(u().D),To(),Pt(i),t=bi((e=Ri()).section),e.section&&t&&(t===void 0||t.index()!==de(ei))||!z(o().afterLoad)||se("afterLoad",{D:i,element:i,direction:null,anchorLink:n.anchor,sectionIndex:n.index(),items:{origin:u().D,destination:u().D}}),z(o().afterRender)&&se("afterRender"),q(g(),"afterRender")}function Bi(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){Ht(e,n,"m")}):Ht(e,"all","m"),q(g(),"setAllowScrolling",{value:e,Qn:t})}function vr(){var e=Ri(),t=e.section,n=e.pn;t?o().animateAnchor?xi(t,n):ln(t,n):d.ln(jn,null)}d.un(ae,function(){clearTimeout(ki),clearTimeout(ji)}),d.un(K,function(){pe("scroll",an),T.body.addEventListener("scroll",an),d.un(In,function(e){xi(e.Xn,e.slideAnchor)}),d.un(vo,function(e){yt(e.anchor,void 0)}),d.un(fo,function(e){(e.direction==="down"?ht:Ze)()}),d.un(ho,function(e){Ve(e.destination)})}),d.un(ae,function(){Xe("scroll",an)}),h.getActiveSlide=function(){return Yn(u().D.activeSlide)},h.getScrollX=function(){return c.scrollX},d.un(K,function(){d.un(ae,Dr),d.un(go,function(e){Re(e.slides,e.destination)}),d.un(Bn,function(e){yi(e.section)}),d.un(Pn,function(e){wi(e.section)}),d.un(lt,Gr)}),d.un(K,function(){var e=o().credits.position,t=["left","right"].indexOf(e)>-1?"".concat(e,": 0;"):"",n=` - `),i=ue(c.R),r=!c.Jn||o().credits.enabled;i&&i.item&&r&&i.item.insertAdjacentHTML("beforeend",n)}),function(){d.un(lo,function(){var v,f,b;p({Jn:(o().licenseKey,v=o().licenseKey,f=function(x){var w=parseInt("514").toString(16);if(!x||x.length<29||x.split(e[0]).length===4)return null;var T=["Each","for"][r()]().join(""),O=x[["split"]]("-"),X=[];O[T](function(P,A){if(A<4){var Z=function($){var re=$[$.length-1],Jr=["NaN","is"][r()]().join("");return window[Jr](re)?a(re):function(el){return el-k.length}(re)}(P);X.push(Z);var U=a(P[Z]);if(A===1){var ge=["pa","dS","t","art"].join("");U=U.toString()[ge](2,"0")}w+=U,A!==0&&A!==1||(w+="-")}});var V=0,j="";return x.split("-").forEach(function(P,A){if(A<4){for(var Z=0,U=0;U<4;U++)U!==X[A]&&(Z+=Math.abs(a(P[U])),isNaN(P[U])||V++);var ge=l(Z);j+=ge}}),j+=l(V),{Kn:new Date(w+"T00:00"),$n:w.split("-")[2]===8*(k.length-2)+"",qn:j}}(v),b=function(x){var w=i[r()]().join("");return x&&w.indexOf(x)===0&&x.length===w.length}(v)||function(x){return new RegExp("^(?=.*?[A-Y])(?=.*?[a-y])(?=.*?[0-8])(?=.*?[#?!@$%^&*-]).{8,}$").test(x)}(v),(f||b)&&(f&&n<=f.Kn&&f.qn===v.split(e[0])[4]||b||f.$n)||!1)})});var e=["-"],t="2024-8-6".split("-"),n=new Date(t[0],t[1],t[2]),i=["se","licen","-","v3","l","gp"];function r(){return[["re","verse"].join("")][0]}function a(v){return v?isNaN(v)?v.charCodeAt(0)-72:v:""}function l(v){var f=72+v;return f>90&&f<97&&(f+=15),String.fromCharCode(f).toUpperCase()}}(),d.un(Bn,sr),d.un(lt,ur),d.un(In,sr),d.un(It,ur),d.un(ao,function(){ki(!0)}),h.setKeyboardScrolling=ki,h.shared.nt=fr,h.setAllowScrolling=ji;var Gr={};function Ke(){return Gr}var cn,he,pr,Pi,sn=!D(R,G("OHNsd3AtZnVsbHBhZ2UtanM5T20="));function vr(e){if(he=M.createElement("div"),cn=G("MTIzPGRpdj48YSBocmVmPSJodHRwOi8vYWx2YXJvdHJpZ28uY29tL2Z1bGxQYWdlL2V4dGVuc2lvbnMvIiBzdHlsZT0iY29sb3I6ICNmZmYgIWltcG9ydGFudDsgdGV4dC1kZWNvcmF0aW9uOm5vbmUgIWltcG9ydGFudDsiPlVubGljZW5zZWQgZnVsbFBhZ2UuanMgRXh0ZW5zaW9uPC9hPjwvZGl2PjEyMw=="),sn||(cn=cn.replace("extensions/","").replace("Extension","")),he.innerHTML=cn,he=he.firstChild,"MutationObserver"in window&&new MutationObserver(qr).observe(M.body,{childList:!0,subtree:!1}),(!sn||B(e)&&h[e])&&(!function(n){var i=Ke()[n]!==void 0&&Ke()[n].length,r=[],a=!1;return Ye(Ke()[n])?r=Ke()[n]:r.push(Ke()[n]),r.forEach(function(l){var v=function(){if(M.domain.length){for(var re=M.domain.replace(/^(www\.)/,"").split(".");re.length>2;)re.shift();return re.join(".").replace(/(^\.*)|(\.*$)/g,"")}return""}(),f=["MTM0bG9jYWxob3N0MjM0","MTM0MC4xMjM0","MTM0anNoZWxsLm5ldDIzNA==","UDdDQU5ZNlNN","NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3","NDU2dGVzdDQ1Ng=="],b=G(f[0]),x=G(f[1]),w=G(f[2]),T=G(f[6]),O=G(f[3]),X=G(f[4]),V=G(f[5]),j=o()[X+V]!==void 0;i=i||j;var P=[b,x,w,T].indexOf(v)<0&&v.length!==0;if(!i&&!j&&P)return!1;var A=i?G(l):"",Z=(A=A.split("_")).length>1&&A[1].indexOf(n,A[1].length-n.length)>-1,U=A.length>1&&A[1].toLowerCase().indexOf(X)>-1,ge=A[0].indexOf(v,A[0].length-v.length)<0,$=Z||U;a=a||!(ge&&P&&O!=A[0])&&$||!P}),a}(e)||!sn)){hr();var t=G("MzQ1c2V0SW50ZXJ2YWwxMjM=");window[t](hr,2e3)}}function hr(){he&&(Pi||(Math.random()<.5?Gi(R,he):Fe(he,R),Pi=!0),he.setAttribute("style",G("MTIzei1pbmRleDo5OTk5OTk5O3Bvc2l0aW9uOmZpeGVkO3RvcDoyMHB4O2JvdHRvbTphdXRvO2xlZnQ6MjBweDtyaWdodDphdXRvO2JhY2tncm91bmQ6cmVkO3BhZGRpbmc6N3B4IDE1cHg7Zm9udC1zaXplOjE0cHg7Zm9udC1mYW1pbHk6YXJpYWw7Y29sb3I6I2ZmZjtkaXNwbGF5OmlubGluZS1ibG9jazt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoMCwwLDApO29wYWNpdHk6MTtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO3pvb206MTttYXJnaW46YXV0bztib3JkZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7Y2xpcC1wYXRoOm5vbmU7MTIz").replace(/;/g,G("MTIzICFpbXBvcnRhbnQ7MzQ1"))))}function qr(e){e.forEach(function(t){if(t.removedNodes[0]&&t.removedNodes[0].isEqualNode(he)){clearTimeout(pr);var n=G("bDIwc2V0VGltZW91dDAzbA==");pr=window[n](Kr,900)}})}function Kr(){Pi=!1}function $r(){zt(),ce(),o().scrollBar=o().scrollBar||o().hybrid,Xi(),function(){C(Po(g(),"body"),{height:"100%",position:"relative"}),E(g(),fn),E(it,Et),p({U:F()}),N(g(),pn),Io(),S("parallax","init");for(var e=u().tn,t=0;t0&&ci(n)}o().fixedElements&&o().css3&&s(o().fixedElements).forEach(function(a){R.appendChild(a)}),o().navigation&&Ao(),s('iframe[src*="youtube.com/embed/"]',g()).forEach(function(a){var l,v;v=H(l=a,"src"),l.setAttribute("src",v+(/\?/.test(v)?"&":"?")+"enablejsapi=1")}),S("fadingEffect","apply"),S("waterEffect","init"),S("dropEffect","init"),S("cards","init"),o().scrollOverflow&&m.bn()}(),ji(!0),bt(!0),_e(o().autoScrolling,"internal"),Do(),io(),M.readyState==="complete"&&dr(),pe("load",dr),fr(),sn||vr("l"),zt(),ce()}function gr(){var e=o().licenseKey;o().licenseKey.trim()===""?(ee("error","Fullpage.js requires a `licenseKey` option. Read about it on the following website:"),ee("error","https://alvarotrigo.com/fullPage/docs/#licensekey")):o()&&c.Jn||M.domain.indexOf("alvarotrigo.com")>-1?e&&e.length:(ee("error","Incorrect `licenseKey`. Get one for fullPage.js version 4 here:"),ee("error","https://alvarotrigo.com/fullPage/pricing")),D(it,Et)?ee("error","Fullpage.js can only be initialized once and you are doing it multiple times!"):(o().continuousVertical&&(o().loopTop||o().loopBottom)&&(o().continuousVertical=!1,ee("warn","Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),!o().scrollOverflow||!o().scrollBar&&o().autoScrolling||ee("warn","Options scrollBar:true and autoScrolling:false are mutually exclusive with scrollOverflow:true. Sections with scrollOverflow might not work well in Firefox"),!o().continuousVertical||!o().scrollBar&&o().autoScrolling||(o().continuousVertical=!1,ee("warn","Scroll bars (`scrollBar:true` or `autoScrolling:false`) are mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),o().anchors.forEach(function(t){var n=[].slice.call(s("[name]")).filter(function(a){return H(a,"name")&&H(a,"name").toLowerCase()==t.toLowerCase()}),i=[].slice.call(s("[id]")).filter(function(a){return H(a,"id")&&H(a,"id").toLowerCase()==t.toLowerCase()});if(i.length||n.length){ee("error","data-anchor tags can not have the same value as any `id` element on the site (or `name` element for IE).");var r=i.length?"id":"name";(i.length||n.length)&&ee("error",'"'+t+'" is is being used by another element `'+r+"` property")}}))}function Qr(){return{options:o(),internals:{container:g(),canScroll:c.canScroll,isScrollAllowed:Y(),getDestinationPosition:To,isTouch:Ae,c:vr,getXmovement:yo,removeAnimation:Rt,getTransforms:Tn,lazyLoad:Dn,addAnimation:An,performHorizontalMove:wo,landscapeScroll:Re,silentLandscapeScroll:at,keepSlidesPosition:Yn,silentScroll:Oe,styleSlides:ci,styleSection:Jn,scrollHandler:an,getEventsPage:hi,getMSPointer:Uo,isReallyTouch:wt,usingExtension:B,toggleControlArrows:So,touchStartHandler:rn,touchMoveHandler:St,nullOrSection:me,items:{SectionPanel:ke,SlidePanel:_t,Item:le},getVisible:ut,getState:u,updateState:ce,updateStructuralState:zt,activeSlidesNavigation:mo,getPanels:function(){return c.rn},getSections:function(){return c.R},setActiveSection:function(e){c.D=e}}}}function te(e){var t=["NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3"],n=G(t[0]),i=G(t[1]),r=o()[n+i]!==void 0,a="fp_"+e+"Extension";Ke()[e]=r?o()[n+i]:o()[e+i],h[e]=window[a]!==void 0?new window[a]:null,h[e]&&h[e].c(e)}function mr(e,t){var n;if(R=s("body")[0],it=s("html")[0],kt=s("html, body"),!D(it,Et))return n=typeof e=="string"?s(e)[0]:e,Lt.touchWrapper=n,function(i){Dt=je({},Lt,i),bn=Object.assign({},Dt)}(t),function(i){et=i}(typeof e=="string"?s(e)[0]:e),d.ln(lo),gr(),h.getFullpageData=Qr,h.version="4.0.29",h.test=Object.assign(h.test,{top:"0px",on:"translate3d(0px, 0px, 0px)",cn:function(){for(var i=[],r=0;r{const ne=I.__vccOpts||I;for(const[ie,xe]of Q)ne[ie]=xe;return ne},al={name:"FullPage",props:{options:{type:Object,default(){}},skipInit:{type:Boolean,default:!1}},data(){return{events:rl.reduce((I,Q)=>({...I,[Q]:(...ne)=>{this.emitEvent(Q,ne)}}),{}),api:void 0}},watch:{options:{deep:!0,handler(){this.build()}}},mounted(){!this.skipInit&&this.init()},beforeUnmount(){typeof this.api<"u"&&this.destroy()},methods:{build(){let I=this.options.slideSelector||".slide",Q=this.options.sectionSelector||".section";const ne=window.fp_utils.index(document.querySelector(Q+".active")),ie=document.querySelector(Q+".active "+I+".active"),xe=ie?window.fp_utils.index(ie):-1;this.destroy(),ne>-1&&window.fp_utils.addClass(document.querySelectorAll(Q)[ne],"active"),xe>-1&&window.fp_utils.addClass(ie,"active"),this.init()},destroy(){typeof window.fullpage_api<"u"&&typeof window.fullpage_api.destroy<"u"&&window.fullpage_api.destroy("all")},emitEvent(I,Q){this.$emit(I.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),...Q),Object.prototype.hasOwnProperty.call(this.options,I)&&this.options[I].apply(this,Q)},init(){this.api=new ol(this.$refs.fullpage,this.options)}}},cl={ref:"fullpage"};function sl(I,Q,ne,ie,xe,un){return Bi.openBlock(),Bi.createElementBlock("div",cl,[Bi.renderSlot(I.$slots,"default")],512)}const ul=ll(al,[["render",sl]]),fl={install(I){I.component("FullPage",ul)}};module.exports=fl; + `),i=ue(c.R),r=!c.Jn||o().credits.enabled;i&&i.item&&r&&i.item.insertAdjacentHTML("beforeend",n)}),function(){d.un(co,function(){var v,f,b;p({Jn:(o().licenseKey,v=o().licenseKey,f=function(x){var w=parseInt("514").toString(16);if(!x||x.length<29||x.split(e[0]).length===4)return null;var L=["Each","for"][r()]().join(""),O=x[["split"]]("-"),X=[];O[L](function(P,A){if(A<4){var Z=function($){var re=$[$.length-1],tl=["NaN","is"][r()]().join("");return window[tl](re)?a(re):function(nl){return nl-k.length}(re)}(P);X.push(Z);var U=a(P[Z]);if(A===1){var ge=["pa","dS","t","art"].join("");U=U.toString()[ge](2,"0")}w+=U,A!==0&&A!==1||(w+="-")}});var V=0,j="";return x.split("-").forEach(function(P,A){if(A<4){for(var Z=0,U=0;U<4;U++)U!==X[A]&&(Z+=Math.abs(a(P[U])),isNaN(P[U])||V++);var ge=l(Z);j+=ge}}),j+=l(V),{Kn:new Date(w+"T00:00"),$n:w.split("-")[2]===8*(k.length-2)+"",qn:j}}(v),b=function(x){var w=i[r()]().join("");return x&&w.indexOf(x)===0&&x.length===w.length}(v)||function(x){return new RegExp("^(?=.*?[A-Y])(?=.*?[a-y])(?=.*?[0-8])(?=.*?[#?!@$%^&*-]).{8,}$").test(x)}(v),(f||b)&&(f&&n<=f.Kn&&f.qn===v.split(e[0])[4]||b||f.$n)||!1)})});var e=["-"],t="2024-9-14".split("-"),n=new Date(t[0],t[1],t[2]),i=["se","licen","-","v3","l","gp"];function r(){return[["re","verse"].join("")][0]}function a(v){return v?isNaN(v)?v.charCodeAt(0)-72:v:""}function l(v){var f=72+v;return f>90&&f<97&&(f+=15),String.fromCharCode(f).toUpperCase()}}(),d.un(Nn,fr),d.un(lt,dr),d.un(Hn,fr),d.un(It,dr),d.un(so,function(){Pi(!0)}),h.setKeyboardScrolling=Pi,h.shared.nt=pr,h.setAllowScrolling=Bi;var Kr={};function Ke(){return Kr}var cn,he,hr,Ii,sn=!D(R,G("OHNsd3AtZnVsbHBhZ2UtanM5T20="));function gr(e){if(he=T.createElement("div"),cn=G("MTIzPGRpdj48YSBocmVmPSJodHRwOi8vYWx2YXJvdHJpZ28uY29tL2Z1bGxQYWdlL2V4dGVuc2lvbnMvIiBzdHlsZT0iY29sb3I6ICNmZmYgIWltcG9ydGFudDsgdGV4dC1kZWNvcmF0aW9uOm5vbmUgIWltcG9ydGFudDsiPlVubGljZW5zZWQgZnVsbFBhZ2UuanMgRXh0ZW5zaW9uPC9hPjwvZGl2PjEyMw=="),sn||(cn=cn.replace("extensions/","").replace("Extension","")),he.innerHTML=cn,he=he.firstChild,"MutationObserver"in window&&new MutationObserver($r).observe(T.body,{childList:!0,subtree:!1}),(!sn||B(e)&&h[e])&&(!function(n){var i=Ke()[n]!==void 0&&Ke()[n].length,r=[],a=!1;return Ye(Ke()[n])?r=Ke()[n]:r.push(Ke()[n]),r.forEach(function(l){var v=function(){if(T.domain.length){for(var re=T.domain.replace(/^(www\.)/,"").split(".");re.length>2;)re.shift();return re.join(".").replace(/(^\.*)|(\.*$)/g,"")}return""}(),f=["MTM0bG9jYWxob3N0MjM0","MTM0MC4xMjM0","MTM0anNoZWxsLm5ldDIzNA==","UDdDQU5ZNlNN","NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3","NDU2dGVzdDQ1Ng=="],b=G(f[0]),x=G(f[1]),w=G(f[2]),L=G(f[6]),O=G(f[3]),X=G(f[4]),V=G(f[5]),j=o()[X+V]!==void 0;i=i||j;var P=[b,x,w,L].indexOf(v)<0&&v.length!==0;if(!i&&!j&&P)return!1;var A=i?G(l):"",Z=(A=A.split("_")).length>1&&A[1].indexOf(n,A[1].length-n.length)>-1,U=A.length>1&&A[1].toLowerCase().indexOf(X)>-1,ge=A[0].indexOf(v,A[0].length-v.length)<0,$=Z||U;a=a||!(ge&&P&&O!=A[0])&&$||!P}),a}(e)||!sn)){mr();var t=G("MzQ1c2V0SW50ZXJ2YWwxMjM=");window[t](mr,2e3)}}function mr(){he&&(Ii||(Math.random()<.5?Ki(R,he):Fe(he,R),Ii=!0),he.setAttribute("style",G("MTIzei1pbmRleDo5OTk5OTk5O3Bvc2l0aW9uOmZpeGVkO3RvcDoyMHB4O2JvdHRvbTphdXRvO2xlZnQ6MjBweDtyaWdodDphdXRvO2JhY2tncm91bmQ6cmVkO3BhZGRpbmc6N3B4IDE1cHg7Zm9udC1zaXplOjE0cHg7Zm9udC1mYW1pbHk6YXJpYWw7Y29sb3I6I2ZmZjtkaXNwbGF5OmlubGluZS1ibG9jazt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoMCwwLDApO29wYWNpdHk6MTtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO3pvb206MTttYXJnaW46YXV0bztib3JkZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7Y2xpcC1wYXRoOm5vbmU7MTIz").replace(/;/g,G("MTIzICFpbXBvcnRhbnQ7MzQ1"))))}function $r(e){e.forEach(function(t){if(t.removedNodes[0]&&t.removedNodes[0].isEqualNode(he)){clearTimeout(hr);var n=G("bDIwc2V0VGltZW91dDAzbA==");hr=window[n](Qr,900)}})}function Qr(){Ii=!1}function Jr(){zt(),ce(),o().scrollBar=o().scrollBar||o().hybrid,Ui(),function(){C(Io(g(),"body"),{height:"100%",position:"relative"}),E(g(),fn),E(it,Et),p({U:F()}),N(g(),vn),Ho(),S("parallax","init");for(var e=u().tn,t=0;t0&&ui(n)}o().fixedElements&&o().css3&&s(o().fixedElements).forEach(function(a){R.appendChild(a)}),o().navigation&&Lo(),s('iframe[src*="youtube.com/embed/"]',g()).forEach(function(a){var l,v;v=H(l=a,"src"),l.setAttribute("src",v+(/\?/.test(v)?"&":"?")+"enablejsapi=1")}),S("fadingEffect","apply"),S("waterEffect","init"),S("dropEffect","init"),S("cards","init"),o().scrollOverflow&&m.bn()}(),Bi(!0),bt(!0),_e(o().autoScrolling,"internal"),Co(),ro(),T.readyState==="complete"&&vr(),pe("load",vr),pr(),sn||gr("l"),zt(),ce()}function Sr(){var e=o().licenseKey;o().licenseKey.trim()===""?(ee("error","Fullpage.js requires a `licenseKey` option. Read about it on the following website:"),ee("error","https://alvarotrigo.com/fullPage/docs/#licensekey")):o()&&c.Jn||T.domain.indexOf("alvarotrigo.com")>-1?e&&e.length:(ee("error","Incorrect `licenseKey`. Get one for fullPage.js version 4 here:"),ee("error","https://alvarotrigo.com/fullPage/pricing")),D(it,Et)?ee("error","Fullpage.js can only be initialized once and you are doing it multiple times!"):(o().continuousVertical&&(o().loopTop||o().loopBottom)&&(o().continuousVertical=!1,ee("warn","Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),!o().scrollOverflow||!o().scrollBar&&o().autoScrolling||ee("warn","Options scrollBar:true and autoScrolling:false are mutually exclusive with scrollOverflow:true. Sections with scrollOverflow might not work well in Firefox"),!o().continuousVertical||!o().scrollBar&&o().autoScrolling||(o().continuousVertical=!1,ee("warn","Scroll bars (`scrollBar:true` or `autoScrolling:false`) are mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),o().anchors.forEach(function(t){var n=[].slice.call(s("[name]")).filter(function(a){return H(a,"name")&&H(a,"name").toLowerCase()==t.toLowerCase()}),i=[].slice.call(s("[id]")).filter(function(a){return H(a,"id")&&H(a,"id").toLowerCase()==t.toLowerCase()});if(i.length||n.length){ee("error","data-anchor tags can not have the same value as any `id` element on the site (or `name` element for IE).");var r=i.length?"id":"name";(i.length||n.length)&&ee("error",'"'+t+'" is is being used by another element `'+r+"` property")}}))}function el(){return{options:o(),internals:{container:g(),canScroll:c.canScroll,isScrollAllowed:Y(),getDestinationPosition:Do,isTouch:Ae,c:gr,getXmovement:xo,removeAnimation:Rt,getTransforms:Mn,lazyLoad:Cn,addAnimation:Tn,performHorizontalMove:bo,landscapeScroll:Re,silentLandscapeScroll:at,keepSlidesPosition:Wn,silentScroll:Oe,styleSlides:ui,styleSection:ti,scrollHandler:an,getEventsPage:mi,getMSPointer:qo,isReallyTouch:wt,usingExtension:B,toggleControlArrows:yo,touchStartHandler:rn,touchMoveHandler:St,nullOrSection:me,items:{SectionPanel:ke,SlidePanel:_t,Item:le},getVisible:ut,getState:u,updateState:ce,updateStructuralState:zt,activeSlidesNavigation:wo,getPanels:function(){return c.rn},getSections:function(){return c.R},setActiveSection:function(e){c.D=e}}}}function te(e){var t=["NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3"],n=G(t[0]),i=G(t[1]),r=o()[n+i]!==void 0,a="fp_"+e+"Extension";Ke()[e]=r?o()[n+i]:o()[e+i],h[e]=window[a]!==void 0?new window[a]:null,h[e]&&h[e].c(e)}function wr(e,t){var n;if(R=s("body")[0],it=s("html")[0],kt=s("html, body"),!D(it,Et))return n=typeof e=="string"?s(e)[0]:e,Mt.touchWrapper=n,function(i){Dt=je({},Mt,i),xn=Object.assign({},Dt)}(t),function(i){et=i}(typeof e=="string"?s(e)[0]:e),d.ln(co),Sr(),h.getFullpageData=el,h.version="4.0.30",h.test=Object.assign(h.test,{top:"0px",on:"translate3d(0px, 0px, 0px)",cn:function(){for(var i=[],r=0;r{const ne=I.__vccOpts||I;for(const[ie,xe]of Q)ne[ie]=xe;return ne},sl={name:"FullPage",props:{options:{type:Object,default(){}},skipInit:{type:Boolean,default:!1}},data(){return{events:al.reduce((I,Q)=>({...I,[Q]:(...ne)=>{this.emitEvent(Q,ne)}}),{}),api:void 0}},watch:{options:{deep:!0,handler(){this.build()}}},mounted(){!this.skipInit&&this.init()},beforeUnmount(){typeof this.api<"u"&&this.destroy()},methods:{build(){let I=this.options.slideSelector||".slide",Q=this.options.sectionSelector||".section";const ne=window.fp_utils.index(document.querySelector(Q+".active")),ie=document.querySelector(Q+".active "+I+".active"),xe=ie?window.fp_utils.index(ie):-1;this.destroy(),ne>-1&&window.fp_utils.addClass(document.querySelectorAll(Q)[ne],"active"),xe>-1&&window.fp_utils.addClass(ie,"active"),this.init()},destroy(){typeof window.fullpage_api<"u"&&typeof window.fullpage_api.destroy<"u"&&window.fullpage_api.destroy("all")},emitEvent(I,Q){this.$emit(I.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),...Q),Object.prototype.hasOwnProperty.call(this.options,I)&&this.options[I].apply(this,Q)},init(){this.api=new ll(this.$refs.fullpage,this.options)}}},ul={ref:"fullpage"};function fl(I,Q,ne,ie,xe,un){return Ni.openBlock(),Ni.createElementBlock("div",ul,[Ni.renderSlot(I.$slots,"default")],512)}const dl=cl(sl,[["render",fl]]),pl={install(I){I.component("FullPage",dl)}};module.exports=pl; diff --git a/dist/vue-fullpage.mjs b/dist/vue-fullpage.mjs index 956c34f..97bb41c 100644 --- a/dist/vue-fullpage.mjs +++ b/dist/vue-fullpage.mjs @@ -1,6 +1,6 @@ -import { openBlock as el, createElementBlock as tl, renderSlot as nl } from "vue"; +import { openBlock as nl, createElementBlock as il, renderSlot as ol } from "vue"; /*! -* vue-fullpage 0.2.18 +* vue-fullpage 0.2.20 * https://github.com/alvarotrigo/vue-fullpage.js * * @license GPLv3 for open source use only @@ -9,13 +9,13 @@ import { openBlock as el, createElementBlock as tl, renderSlot as nl } from "vue * * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo */ -var il = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}; -function ol(I) { +var rl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}; +function ll(I) { return I && I.__esModule && Object.prototype.hasOwnProperty.call(I, "default") ? I.default : I; } -var mr = { exports: {} }; +var wr = { exports: {} }; /*! -* fullPage 4.0.29 +* fullPage 4.0.30 * https://github.com/alvarotrigo/fullPage.js * * @license GPLv3 for open source use only @@ -27,11 +27,11 @@ var mr = { exports: {} }; (function(I, Q) { (function(ne, ie) { I.exports = ie(); - })(il, function() { - var ne, ie, xe, un, Bi = Object.freeze({ __proto__: null, get showError() { + })(rl, function() { + var ne, ie, xe, un, Ni = Object.freeze({ __proto__: null, get showError() { return ee; }, get isVisible() { - return ti; + return ii; }, get getVisible() { return ut; }, get $() { @@ -51,7 +51,7 @@ var mr = { exports: {} }; }, get next() { return dt; }, get last() { - return Co; + return ko; }, get index() { return de; }, get getList() { @@ -59,7 +59,7 @@ var mr = { exports: {} }; }, get hide() { return Wt; }, get show() { - return ni; + return oi; }, get isArrayOrList() { return Ye; }, get addClass() { @@ -69,15 +69,15 @@ var mr = { exports: {} }; }, get appendTo() { return Fe; }, get wrap() { - return ii; + return ri; }, get wrapAll() { return Xt; }, get wrapInner() { - return oi; + return li; }, get unwrap() { return Zt; }, get closest() { - return L; + return M; }, get after() { return pt; }, get before() { @@ -113,15 +113,15 @@ var mr = { exports: {} }; }, get remove() { return Be; }, get filter() { - return Ro; + return jo; }, get untilAll() { return Kt; }, get nextAll() { - return ri; + return ai; }, get prevAll() { - return li; + return ci; }, get toArray() { - return ko; + return Po; }, get p() { return ue; }, get h() { @@ -129,9 +129,9 @@ var mr = { exports: {} }; }, get g() { return $t; }, get S() { - return jo; + return Bo; }, get M() { - return ai; + return si; } }); Array.prototype.find || Object.defineProperty(Array.prototype, "find", { value: function(e) { if (this == null) @@ -167,8 +167,8 @@ var mr = { exports: {} }; a = n[f], v[f] = r ? i === void 0 ? r(a, f) : r.call(i, a, f) : a, f += 1; return v.length = l, v; })); - var Ii, y = window, M = document, Ee = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|playbook|silk|BlackBerry|BB10|Windows Phone|Tizen|Bada|webOS|IEMobile|Opera Mini)/) || navigator.userAgent.includes("Mac") && "ontouchend" in document, Sr = /(Mac|iPhone|iPod|iPad)/i.test(y.navigator.userAgent), Ae = "ontouchstart" in y || navigator.msMaxTouchPoints > 0 || navigator.maxTouchPoints, Ni = !!window.MSInputMethodContext && !!document.documentMode, h = { test: {}, shared: {} }, wr = (Ii = window.self !== window.top, function() { - return Ii; + var Hi, y = window, T = document, Ee = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|playbook|silk|BlackBerry|BB10|Windows Phone|Tizen|Bada|webOS|IEMobile|Opera Mini)/) || navigator.userAgent.includes("Mac") && "ontouchend" in document, yr = /(Mac|iPhone|iPod|iPad)/i.test(y.navigator.userAgent), Ae = "ontouchstart" in y || navigator.msMaxTouchPoints > 0 || navigator.maxTouchPoints, zi = !!window.MSInputMethodContext && !!document.documentMode, h = { test: {}, shared: {} }, br = (Hi = window.self !== window.top, function() { + return Hi; }); y.NodeList && !NodeList.prototype.forEach && (NodeList.prototype.forEach = function(e, t) { t = t || window; @@ -185,23 +185,23 @@ var mr = { exports: {} }; } return n; }, writable: !0, T: !0 }); - var fn = "fullpage-wrapper", Me = "." + fn, xt = "fp-responsive", dn = "fp-notransition", pn = "fp-destroyed", Et = "fp-enabled", k = "active", vn = ".active", Ie = "fp-completely", At = "fp-section", J = "." + At, yr = ".fp-tableCell", Te = "#fp-nav", hn = "fp-slide", gn = "." + hn, Mt = ".fp-slide.active", Tt = "fp-slides", fe = ".fp-slides", mn = "fp-slidesContainer", $e = "." + mn, Hi = "fp-table", Ne = "fp-overflow", Qe = "." + Ne, Je = "fp-is-overflow", Sn = ".fp-slidesNav", zi = ".fp-slidesNav a", _i = "fp-controlArrow", wn = "." + _i, Vi = "fp-prev", yn = ".fp-controlArrow.fp-prev", Yi = ".fp-controlArrow.fp-next", Lt = { menu: !1, anchors: [], lockAnchors: !1, navigation: !1, navigationPosition: "right", navigationTooltips: [], showActiveTooltip: !1, slidesNavigation: !1, slidesNavPosition: "bottom", scrollBar: !1, hybrid: !1, licenseKey: "", credits: { enabled: !0, label: "Made with fullPage.js", position: "right" }, css3: !0, scrollingSpeed: 700, autoScrolling: !0, fitToSection: !0, fitToSectionDelay: 600, easing: "easeInOutCubic", easingcss3: "ease", loopBottom: !1, loopTop: !1, loopHorizontal: !0, continuousVertical: !1, continuousHorizontal: !1, scrollHorizontally: !1, interlockedSlides: !1, dragAndMove: !1, offsetSections: !1, resetSliders: !1, fadingEffect: !1, normalScrollElements: null, scrollOverflow: !0, scrollOverflowReset: !1, skipIntermediateItems: !1, touchSensitivity: 5, touchWrapper: null, bigSectionsDestination: null, keyboardScrolling: !0, animateAnchor: !0, recordHistory: !0, allowCorrectDirection: !1, scrollOverflowMacStyle: !0, controlArrows: !0, controlArrowsHTML: ['
      ', '
      '], controlArrowColor: "#fff", verticalCentered: !0, sectionsColor: [], paddingTop: 0, paddingBottom: 0, fixedElements: null, responsive: 0, responsiveWidth: 0, responsiveHeight: 0, responsiveSlides: !1, parallax: !1, parallaxOptions: { type: "reveal", percentage: 62, property: "translate" }, cards: !1, cardsOptions: { perspective: 100, fadeContent: !0, fadeBackground: !0 }, sectionSelector: ".section", slideSelector: ".slide", afterLoad: null, beforeLeave: null, onLeave: null, afterRender: null, afterResize: null, afterReBuild: null, afterSlideLoad: null, onSlideLeave: null, afterResponsive: null, onScrollOverflow: null, lazyLoading: !0, lazyLoadThreshold: 0, observer: !0, scrollBeyondFullpage: !0 }, et = null, Fi = !1, bn = je({}, Lt), Dt = null; + var fn = "fullpage-wrapper", Te = "." + fn, dn = "fp-scrollable", xt = "fp-responsive", pn = "fp-notransition", vn = "fp-destroyed", Et = "fp-enabled", k = "active", hn = ".active", Ie = "fp-completely", At = "fp-section", J = "." + At, xr = ".fp-tableCell", Le = "#fp-nav", gn = "fp-slide", mn = "." + gn, Tt = ".fp-slide.active", Lt = "fp-slides", fe = ".fp-slides", Sn = "fp-slidesContainer", $e = "." + Sn, _i = "fp-table", Ne = "fp-overflow", Qe = "." + Ne, Je = "fp-is-overflow", wn = ".fp-slidesNav", Vi = ".fp-slidesNav a", Yi = "fp-controlArrow", yn = "." + Yi, Fi = "fp-prev", bn = ".fp-controlArrow.fp-prev", Wi = ".fp-controlArrow.fp-next", Mt = { menu: !1, anchors: [], lockAnchors: !1, navigation: !1, navigationPosition: "right", navigationTooltips: [], showActiveTooltip: !1, slidesNavigation: !1, slidesNavPosition: "bottom", scrollBar: !1, hybrid: !1, licenseKey: "", credits: { enabled: !0, label: "Made with fullPage.js", position: "right" }, css3: !0, scrollingSpeed: 700, autoScrolling: !0, fitToSection: !0, fitToSectionDelay: 600, easing: "easeInOutCubic", easingcss3: "ease", loopBottom: !1, loopTop: !1, loopHorizontal: !0, continuousVertical: !1, continuousHorizontal: !1, scrollHorizontally: !1, interlockedSlides: !1, dragAndMove: !1, offsetSections: !1, resetSliders: !1, fadingEffect: !1, normalScrollElements: null, scrollOverflow: !0, scrollOverflowReset: !1, skipIntermediateItems: !1, touchSensitivity: 5, touchWrapper: null, bigSectionsDestination: null, keyboardScrolling: !0, animateAnchor: !0, recordHistory: !0, allowCorrectDirection: !1, scrollOverflowMacStyle: !0, controlArrows: !0, controlArrowsHTML: ['
      ', '
      '], controlArrowColor: "#fff", verticalCentered: !0, sectionsColor: [], paddingTop: 0, paddingBottom: 0, fixedElements: null, responsive: 0, responsiveWidth: 0, responsiveHeight: 0, responsiveSlides: !1, parallax: !1, parallaxOptions: { type: "reveal", percentage: 62, property: "translate" }, cards: !1, cardsOptions: { perspective: 100, fadeContent: !0, fadeBackground: !0 }, sectionSelector: ".section", slideSelector: ".slide", afterLoad: null, beforeLeave: null, onLeave: null, afterRender: null, afterResize: null, afterReBuild: null, afterSlideLoad: null, onSlideLeave: null, afterResponsive: null, onScrollOverflow: null, lazyLoading: !0, lazyLoadThreshold: 0, observer: !0, scrollBeyondFullpage: !0 }, et = null, Xi = !1, xn = je({}, Mt), Dt = null; function g(e) { return et; } function o() { - return Dt || Lt; + return Dt || Mt; } - function Le() { - return bn; + function Me() { + return xn; } function tt(e, t, n) { - Dt[e] = t, n !== "internal" && (bn[e] = t); + Dt[e] = t, n !== "internal" && (xn[e] = t); } - function Wi() { + function Zi() { if (!o().anchors.length) { var e = s(o().sectionSelector.split(",").join("[data-anchor],") + "[data-anchor]", et); - e.length && e.length === s(o().sectionSelector, et).length && (Fi = !0, e.forEach(function(n) { + e.length && e.length === s(o().sectionSelector, et).length && (Xi = !0, e.forEach(function(n) { o().anchors.push(H(n, "data-anchor").toString()); })); } @@ -219,7 +219,7 @@ var mr = { exports: {} }; function u() { return c; } - function Xi(e) { + function Ui(e) { return window["fp_" + e + "Extension"] !== void 0; } function B(e) { @@ -233,25 +233,25 @@ var mr = { exports: {} }; function Ot() { return S("dragAndMove", "isAnimating"); } - function Zi() { + function Gi() { return S("dragAndMove", "isGrabbing"); } - function xn(e) { + function En(e) { if (o().offsetSections && h.offsetSections) { var t = S("offsetSections", "getWindowHeight", e); return t !== "" ? Math.round(t) + "px" : t; } return F() + "px"; } - function Ui(e, t) { + function qi(e, t) { e.insertBefore(t, e.firstChild); } function G(e) { var t = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; function n(r) { - var a, l, v, f, b, x, w = "", T = 0; - for (r = r.replace(/[^A-Za-z0-9+/=]/g, ""); T < r.length; ) - a = t.indexOf(r.charAt(T++)) << 2 | (f = t.indexOf(r.charAt(T++))) >> 4, l = (15 & f) << 4 | (b = t.indexOf(r.charAt(T++))) >> 2, v = (3 & b) << 6 | (x = t.indexOf(r.charAt(T++))), w += String.fromCharCode(a), b != 64 && (w += String.fromCharCode(l)), x != 64 && (w += String.fromCharCode(v)); + var a, l, v, f, b, x, w = "", L = 0; + for (r = r.replace(/[^A-Za-z0-9+/=]/g, ""); L < r.length; ) + a = t.indexOf(r.charAt(L++)) << 2 | (f = t.indexOf(r.charAt(L++))) >> 4, l = (15 & f) << 4 | (b = t.indexOf(r.charAt(L++))) >> 2, v = (3 & b) << 6 | (x = t.indexOf(r.charAt(L++))), w += String.fromCharCode(a), b != 64 && (w += String.fromCharCode(l)), x != 64 && (w += String.fromCharCode(v)); return w = function(O) { for (var X, V = "", j = 0, P = 0, A = 0; j < O.length; ) (P = O.charCodeAt(j)) < 128 ? (V += String.fromCharCode(P), j++) : P > 191 && P < 224 ? (A = O.charCodeAt(j + 1), V += String.fromCharCode((31 & P) << 6 | 63 & A), j += 2) : (A = O.charCodeAt(j + 1), X = O.charCodeAt(j + 2), V += String.fromCharCode((15 & P) << 12 | (63 & A) << 6 | 63 & X), j += 3); @@ -270,7 +270,7 @@ var mr = { exports: {} }; return i(r); }(n(e)); } - y.state = c, y.fp_utils = y.fp_utils || {}, Object.assign(y.fp_utils, { prependTo: Ui, toggleClass: function(e, t, n) { + y.state = c, y.fp_utils = y.fp_utils || {}, Object.assign(y.fp_utils, { prependTo: qi, toggleClass: function(e, t, n) { if (e.classList && n == null) e.classList.toggle(t); else { @@ -278,14 +278,14 @@ var mr = { exports: {} }; i && n == null || !n ? N(e, t) : (!i && n == null || n) && E(e, t); } } }); - var Gi = function(e) { + var Ki = function(e) { this.anchor = e.anchor, this.item = e.item, this.index = e.index(), this.isLast = this.index === e.item.parentElement.querySelectorAll(e.selector).length - 1, this.isFirst = !this.index, this.isActive = e.isActive; }, le = function(e, t) { - this.parent = this.parent || null, this.selector = t, this.anchor = H(e, "data-anchor") || o().anchors[de(e, o().sectionSelector)], this.item = e, this.isVisible = ti(e), this.isActive = D(e, k), this.q = D(e, Ne) || s(Qe, e)[0] != null, this.nn = t === o().sectionSelector, this.container = L(e, $e) || L(e, Me), this.index = function() { + this.parent = this.parent || null, this.selector = t, this.anchor = H(e, "data-anchor") || o().anchors[de(e, o().sectionSelector)], this.item = e, this.isVisible = ii(e), this.isActive = D(e, k), this.q = D(e, Ne) || s(Qe, e)[0] != null, this.nn = t === o().sectionSelector, this.container = M(e, $e) || M(e, Te), this.index = function() { return this.siblings().indexOf(this); }; }; - function En(e) { + function An(e) { return e.map(function(t) { return t.item; }); @@ -310,53 +310,53 @@ var mr = { exports: {} }; }, le.prototype.en = function() { return this.nn ? c.R : c.rn; }; - var qi, Ki = function(e) { - Gi.call(this, e); - }, br = function(e) { - Gi.call(this, e); + var $i, Qi = function(e) { + Ki.call(this, e); + }, Er = function(e) { + Ki.call(this, e); }; function De(e) { - var t = s(Mt, e); + var t = s(Tt, e); return t.length && (e = t[0]), e; } - function $i(e) { + function Ji(e) { return e ? e.activeSlide ? e.activeSlide : e : null; } function He(e) { var t, n, i = o(); - return i.autoScrolling && !i.scrollBar ? (t = -e, n = s(Me)[0]) : (t = e, n = window), { options: t, element: n }; + return i.autoScrolling && !i.scrollBar ? (t = -e, n = s(Te)[0]) : (t = e, n = window), { options: t, element: n }; } - function Qi(e, t) { - !o().autoScrolling || o().scrollBar || e.self != window && D(e, Tt) ? e.self != window && D(e, Tt) ? e.scrollLeft = t : e.scrollTo(0, t) : e.style.top = t + "px"; + function eo(e, t) { + !o().autoScrolling || o().scrollBar || e.self != window && D(e, Lt) ? e.self != window && D(e, Lt) ? e.scrollLeft = t : e.scrollTo(0, t) : e.style.top = t + "px"; } - function An(e) { + function Tn(e) { var t = "transform " + o().scrollingSpeed + "ms " + o().easingcss3; - return N(e, dn), C(e, { "-webkit-transition": t, transition: t }); + return N(e, pn), C(e, { "-webkit-transition": t, transition: t }); } - function Mn(e, t) { + function Ln(e, t) { var n = e.index(), i = de(t, J); return n == i ? "none" : n > i ? "up" : "down"; } function Rt(e) { - return E(e, dn); + return E(e, pn); } - function Tn(e) { + function Mn(e) { return { "-webkit-transform": e, "-moz-transform": e, "-ms-transform": e, transform: e }; } - function Ji(e, t) { - t ? An(g()) : Rt(g()), clearTimeout(qi), C(g(), Tn(e)), h.test.on = e, qi = setTimeout(function() { - N(g(), dn); + function to(e, t) { + t ? Tn(g()) : Rt(g()), clearTimeout($i), C(g(), Mn(e)), h.test.on = e, $i = setTimeout(function() { + N(g(), pn); }, 10); } function Oe(e) { var t = Math.round(e); if (o().css3 && o().autoScrolling && !o().scrollBar) - Ji("translate3d(0px, -" + t + "px, 0px)", !1); + to("translate3d(0px, -" + t + "px, 0px)", !1); else if (o().autoScrolling && !o().scrollBar) C(g(), { top: -t + "px" }), h.test.top = -t + "px"; else { var n = He(t); - Qi(n.element, n.options); + eo(n.element, n.options); } } function ze(e, t) { @@ -366,34 +366,37 @@ var mr = { exports: {} }; var nt, R = null, it = null, kt = null; function jt(e, t, n, i) { var r, a = function(b) { - return b.self != y && D(b, Tt) ? b.scrollLeft : !o().autoScrolling || o().scrollBar ? we() : b.offsetTop; + return b.self != y && D(b, Lt) ? b.scrollLeft : !o().autoScrolling || o().scrollBar ? we() : b.offsetTop; }(e), l = t - a, v = !1, f = c.F; p({ F: !0 }), nt && window.cancelAnimationFrame(nt), nt = function(b) { r || (r = b); var x = Math.floor(b - r); if (c.F) { var w = t; - n && (w = y.fp_easings[o().easing](x, a, l, n)), x <= n && Qi(e, w), x < n ? window.requestAnimationFrame(nt) : i === void 0 || v || (i(), p({ F: !1 }), v = !0); + n && (w = y.fp_easings[o().easing](x, a, l, n)), x <= n && eo(e, w), x < n ? window.requestAnimationFrame(nt) : i === void 0 || v || (i(), p({ F: !1 }), v = !0); } else v || f || (i(), p({ F: !1 }), v = !0); }, window.requestAnimationFrame(nt); } + function Dn(e) { + return e.hasAttribute("data-autoplay") || e.hasAttribute("autoplay"); + } function Pt(e) { var t = De(e); s("video, audio", t).forEach(function(n) { - n.hasAttribute("data-autoplay") && typeof n.play == "function" && (n.readyState >= n.HAVE_FUTURE_DATA ? n.play() : n.addEventListener("canplay", function i() { + Dn(n) && typeof n.play == "function" && (n.readyState >= n.HAVE_FUTURE_DATA ? n.play() : n.addEventListener("canplay", function i() { n.play(), n.removeEventListener("canplay", i); })); }), s('iframe[src*="youtube.com/embed/"]', t).forEach(function(n) { - n.hasAttribute("data-autoplay") && eo(n), n.onload = function() { - n.hasAttribute("data-autoplay") && eo(n); + Dn(n) && no(n), n.onload = function() { + Dn(n) && no(n); }; }); } - function eo(e) { + function no(e) { e.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}', "*"); } - function Ln(e) { + function On(e) { var t = De(e); s("video, audio", t).forEach(function(n) { n.hasAttribute("data-keepplaying") || typeof n.pause != "function" || n.pause(); @@ -401,14 +404,14 @@ var mr = { exports: {} }; /youtube\.com\/embed\//.test(H(n, "src")) && !n.hasAttribute("data-keepplaying") && n.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', "*"); }); } - function Dn(e) { + function Cn(e) { o().lazyLoading && s("img[data-src], img[data-srcset], source[data-src], source[data-srcset], video[data-src], audio[data-src], iframe[data-src]", De(e)).forEach(function(t) { if (["src", "srcset"].forEach(function(i) { var r = H(t, "data-" + i); r != null && r && ($t(t, i), t.addEventListener("load", function() { })); }), _(t, "source")) { - var n = L(t, "video, audio"); + var n = M(t, "video, audio"); n && (n.load(), n.onloadeddata = function() { }); } @@ -416,29 +419,29 @@ var mr = { exports: {} }; } function ot(e) { var t = o().lazyLoadThreshold; - Dn(e.item), t && (to(e, "prev", t), to(e, "next", t)); + Cn(e.item), t && (io(e, "prev", t), io(e, "next", t)); } - function to(e, t, n) { + function io(e, t, n) { for (var i = e, r = 0; r < n && (i = i[t]()); r++) - Dn(i.item); + Cn(i.item); } - function no() { - var e = u().D.item, t = u().D.activeSlide, n = io(e), i = String(n); - t && (i = i + "-" + io(t.item)), i = i.replace("/", "-").replace("#", ""); + function oo() { + var e = u().D.item, t = u().D.activeSlide, n = ro(e), i = String(n); + t && (i = i + "-" + ro(t.item)), i = i.replace("/", "-").replace("#", "").replace(/\s/g, ""); var r = new RegExp("\\b\\s?fp-viewing-[^\\s]+\\b", "g"); R.className = R.className.replace(r, ""), E(R, "fp-viewing-" + i); } - function io(e) { + function ro(e) { if (!e) return null; var t = H(e, "data-anchor"), n = de(e); return t == null && (t = n), t; } - function On(e, t, n) { + function Rn(e, t, n) { var i = ""; - o().anchors.length && !o().lockAnchors && (e ? (n != null && (i = n), t == null && (t = e), p({ W: t }), Cn(i + "/" + t)) : (e != null && p({ W: t }), Cn(n))), no(); + o().anchors.length && !o().lockAnchors && (e ? (n != null && (i = n), t == null && (t = e), p({ W: t }), kn(i + "/" + t)) : (e != null && p({ W: t }), kn(n))), oo(); } - function Cn(e) { + function kn(e) { if (o().recordHistory) location.hash = e; else if (Ee || Ae) @@ -479,18 +482,18 @@ var mr = { exports: {} }; t.apply(n, a); }); } }; - function oo(e, t, n) { + function lo(e, t, n) { var i = t === "Section" ? o().anchors[e] : H(n, "data-anchor"); return encodeURI(o().navigationTooltips[e] || i || t + " " + (e + 1)); } - var Rn = "onAfterRenderNoAnchor", Bt = "onClickOrTouch", kn = "moveSlideLeft", jn = "moveSlideRight", ro = "onInitialise", lo = "beforeInit", K = "bindEvents", ae = "onDestroy", ao = "contentChanged", co = "onScrollOverflowScrolled", Pn = "onScrollPageAndSlide", so = "onKeyDown", uo = "onMenuClick", fo = "scrollPage", po = "landscapeScroll", vo = "scrollBeyondFullpage", Bn = "onPerformMovement", In = "onSlideLeave", ho = "onLeave", lt = "afterSectionLoads", It = "afterSlideLoads"; - function xr(e) { + var jn = "onAfterRenderNoAnchor", Bt = "onClickOrTouch", Pn = "moveSlideLeft", Bn = "moveSlideRight", ao = "onInitialise", co = "beforeInit", K = "bindEvents", ae = "onDestroy", so = "contentChanged", uo = "onScrollOverflowScrolled", In = "onScrollPageAndSlide", fo = "onKeyDown", po = "onMenuClick", vo = "scrollPage", ho = "landscapeScroll", go = "scrollBeyondFullpage", Nn = "onPerformMovement", Hn = "onSlideLeave", mo = "onLeave", lt = "afterSectionLoads", It = "afterSlideLoads"; + function Ar(e) { e.cancelable && W(e), p({ L: "horizontalNav" }); - var t = L(this, J), n = s(fe, L(this, J))[0], i = Ct(u().R, t).slides[de(L(this, "li"))]; - d.ln(po, { slides: n, destination: i.item }); + var t = M(this, J), n = s(fe, M(this, J))[0], i = Ct(u().R, t).slides[de(M(this, "li"))]; + d.ln(ho, { slides: n, destination: i.item }); } - function go(e, t) { - o().slidesNavigation && e != null && (N(s(vn, e), k), E(s("a", s("li", e)[t]), k)); + function So(e, t) { + o().slidesNavigation && e != null && (N(s(hn, e), k), E(s("a", s("li", e)[t]), k)); } var Nt, Ce = {}; function Ht(e, t, n) { @@ -501,55 +504,55 @@ var mr = { exports: {} }; function Y() { return Ce; } - function Er() { - var e = L(this, J); - D(this, Vi) ? Y().m.left && (p({ L: "slideArrow" }), d.ln(kn, { section: e })) : Y().m.right && (p({ L: "slideArrow" }), d.ln(jn, { section: e })); + function Tr() { + var e = M(this, J); + D(this, Fi) ? Y().m.left && (p({ L: "slideArrow" }), d.ln(Pn, { section: e })) : Y().m.right && (p({ L: "slideArrow" }), d.ln(Bn, { section: e })); } - function mo(e) { - !o().loopHorizontal && o().controlArrows && (qt(s(yn, e.section), e.slideIndex !== 0), qt(s(Yi, e.section), dt(e.destiny) != null)); + function wo(e) { + !o().loopHorizontal && o().controlArrows && (qt(s(bn, e.section), e.slideIndex !== 0), qt(s(Wi, e.section), dt(e.destiny) != null)); } - function Ar() { + function Lr() { clearTimeout(Nt), p({ I: !1 }); } function Re(e, t, n) { - var i = L(e, J), r = u().R.filter(function(v) { + var i = M(e, J), r = u().R.filter(function(v) { return v.item == i; })[0], a = r.slides.filter(function(v) { return v.item == t; - })[0], l = { slides: e, destiny: t, direction: n, destinyPos: { left: t.offsetLeft }, slideIndex: a.index(), section: i, sectionIndex: r.index(), anchorLink: r.anchor, slidesNav: s(Sn, i)[0], slideAnchor: a.anchor, prevSlide: r.activeSlide.item, prevSlideIndex: r.activeSlide.index(), items: { section: r, origin: r.activeSlide, destination: a }, localIsResizing: c.P }; - l.xMovement = wo(l.prevSlideIndex, l.slideIndex), l.direction = l.direction ? l.direction : l.xMovement, l.localIsResizing || p({ canScroll: !1 }), S("parallax", "applyHorizontal", l), S("cards", "apply", l), S("dropEffect", "apply", l), S("waterEffect", "apply", l), o().onSlideLeave && !l.localIsResizing && l.xMovement !== "none" && z(o().onSlideLeave) && se("onSlideLeave", l) === !1 ? p({ I: !1 }) : (B("dropEffect") && o().dropEffect || (E(t, k), N(We(t), k)), ce(), l.localIsResizing || (Ln(l.prevSlide), ot(a)), mo(l), r.isActive && !l.localIsResizing && On(l.slideIndex, l.slideAnchor, l.anchorLink), S("continuousHorizontal", "apply", l), d.ln(In, l), Zi() ? Nn(l) : So(e, l, !0), o().interlockedSlides && h.interlockedSlides && (B("continuousHorizontal") && n !== void 0 && n !== l.xMovement || S("interlockedSlides", "apply", l))); + })[0], l = { slides: e, destiny: t, direction: n, destinyPos: { left: t.offsetLeft }, slideIndex: a.index(), section: i, sectionIndex: r.index(), anchorLink: r.anchor, slidesNav: s(wn, i)[0], slideAnchor: a.anchor, prevSlide: r.activeSlide.item, prevSlideIndex: r.activeSlide.index(), items: { section: r, origin: r.activeSlide, destination: a }, localIsResizing: c.P }; + l.xMovement = bo(l.prevSlideIndex, l.slideIndex), l.direction = l.direction ? l.direction : l.xMovement, l.localIsResizing || p({ canScroll: !1 }), S("parallax", "applyHorizontal", l), S("cards", "apply", l), S("dropEffect", "apply", l), S("waterEffect", "apply", l), o().onSlideLeave && !l.localIsResizing && l.xMovement !== "none" && z(o().onSlideLeave) && se("onSlideLeave", l) === !1 ? p({ I: !1 }) : (B("dropEffect") && o().dropEffect || (E(t, k), N(We(t), k)), ce(), l.localIsResizing || (On(l.prevSlide), ot(a)), wo(l), r.isActive && !l.localIsResizing && Rn(l.slideIndex, l.slideAnchor, l.anchorLink), S("continuousHorizontal", "apply", l), d.ln(Hn, l), Gi() ? zn(l) : yo(e, l, !0), o().interlockedSlides && h.interlockedSlides && (B("continuousHorizontal") && n !== void 0 && n !== l.xMovement || S("interlockedSlides", "apply", l))); } - function So(e, t, n) { + function yo(e, t, n) { var i = t.destinyPos; - if (go(t.slidesNav, t.slideIndex), p({ scrollX: Math.round(i.left) }), o().css3) { + if (So(t.slidesNav, t.slideIndex), p({ scrollX: Math.round(i.left) }), o().css3) { var r = "translate3d(-" + Math.round(i.left) + "px, 0px, 0px)"; - h.test.cn[t.sectionIndex] = r, B("dragAndMove") && t.sn !== void 0 || An(s($e, e)), C(s($e, e), Tn(r)), B("interlockedSlides") || clearTimeout(Nt), Nt = setTimeout(function() { - n && Nn(t); + h.test.cn[t.sectionIndex] = r, B("dragAndMove") && t.sn !== void 0 || Tn(s($e, e)), C(s($e, e), Mn(r)), B("interlockedSlides") || clearTimeout(Nt), Nt = setTimeout(function() { + n && zn(t); }, o().scrollingSpeed); } else h.test.left[t.sectionIndex] = Math.round(i.left), jt(e, Math.round(i.left), o().scrollingSpeed, function() { - n && Nn(t); + n && zn(t); }); } - function wo(e, t) { + function bo(e, t) { return e == t ? "none" : e > t ? "left" : "right"; } function Mr() { clearTimeout(Nt); } - function Nn(e) { + function zn(e) { S("continuousHorizontal", "afterSlideLoads", e), S("dragAndMove", "afterSlideLoads", e), e.localIsResizing || (S("parallax", "afterSlideLoads"), S("scrollOverflowReset", "setPrevious", e.prevSlide), S("scrollOverflowReset", "reset"), z(o().afterSlideLoad) && se("afterSlideLoad", e), p({ canScroll: !0 }), Pt(e.destiny), d.ln(It, e)), p({ I: !1 }), S("interlockedSlides", "interlockedSlides", e); } function at(e, t) { - ze(0, "internal"), t !== void 0 && p({ P: !0 }), Re(L(e, fe), e), t !== void 0 && p({ P: !1 }), ze(Le().scrollingSpeed, "internal"); + ze(0, "internal"), t !== void 0 && p({ P: !0 }), Re(M(e, fe), e), t !== void 0 && p({ P: !1 }), ze(Me().scrollingSpeed, "internal"); } Ce.m = { up: !0, down: !0, left: !0, right: !0 }, Ce.k = je({}, Ce.m), d.un(Bt, function(e) { var t = e.target; - (_(t, wn) || L(t, wn)) && Er.call(t, e); + (_(t, yn) || M(t, yn)) && Tr.call(t, e); }), h.landscapeScroll = Re, d.un(K, function() { - d.un(Bn, Ar); + d.un(Nn, Lr); }); - var Hn = null, zn = null; + var _n = null, Vn = null; function ce() { c.D = null, c.R.map(function(e) { var t = D(e.item, k); @@ -560,12 +563,12 @@ var mr = { exports: {} }; }), function() { var e = c.D, t = !!c.D && c.D.slides.length, n = c.D ? c.D.activeSlide : null; if (!e && c.R.length && !u().j) { - if (Hn) { - var i = bo(Hn, c.R); + if (_n) { + var i = Eo(_n, c.R); i && (c.D = i, c.D.isActive = !0, E(c.D.item, k)), c.D && Oe(c.D.item.offsetTop); } - if (t && !n && zn) { - var r = bo(zn, c.D.slides); + if (t && !n && Vn) { + var r = Eo(Vn, c.D.slides); r && (c.D.activeSlide = r, c.D.activeSlide.isActive = !0, E(c.D.activeSlide.item, k)), c.D.activeSlide && at(c.D.activeSlide.item, "internal"); } } @@ -579,11 +582,11 @@ var mr = { exports: {} }; }), r = i.reduce(function(a, l) { return a.concat(l.slides); }, []); - Hn = yo(c.D), zn = yo(c.D ? c.D.activeSlide : null), c.A = t.length, c.O = i.reduce(function(a, l) { + _n = xo(c.D), Vn = xo(c.D ? c.D.activeSlide : null), c.A = t.length, c.O = i.reduce(function(a, l) { return a + l.slides.length; }, 0), c.R = i, c.tn = n, c.slides = r, c.rn = c.R.concat(c.slides); } - function yo(e) { + function xo(e) { if (!e) return null; var t = e ? e.item : null, n = e.nn ? c.tn : c.D.dn; @@ -593,7 +596,7 @@ var mr = { exports: {} }; } return null; } - function bo(e, t) { + function Eo(e, t) { var n, i = e - 1, r = e; do { if (n = t[i] || t[r]) @@ -617,15 +620,15 @@ var mr = { exports: {} }; this.parent = t, le.call(this, e, o().slideSelector); }; function me(e) { - return e && !e.item ? new Ki(new ke(e)) : e ? new Ki(e) : null; + return e && !e.item ? new Qi(new ke(e)) : e ? new Qi(e) : null; } - function _n(e) { - return e ? new br(e) : null; + function Yn(e) { + return e ? new Er(e) : null; } function se(e, t) { var n = function(i, r) { var a = { afterRender: function() { - return { section: me(u().D), pn: _n(u().D.activeSlide) }; + return { section: me(u().D), pn: Yn(u().D.activeSlide) }; }, onLeave: function() { return { origin: me(r.items.origin), destination: me(r.items.destination), direction: r.direction, trigger: u().L }; }, afterLoad: function() { @@ -637,102 +640,102 @@ var mr = { exports: {} }; }, beforeLeave: function() { return a.onLeave(); }, onScrollOverflow: function() { - return { section: me(u().D), pn: _n(u().D.activeSlide), position: r.position, direction: r.direction }; + return { section: me(u().D), pn: Yn(u().D.activeSlide), position: r.position, direction: r.direction }; } }; return a[i](); }(e, t); - return q(g(), e, n), o()[e].apply(n[Object.keys(n)[0]], ko(n)) !== !1; + return q(g(), e, n), o()[e].apply(n[Object.keys(n)[0]], Po(n)) !== !1; } - function Vn(e, t) { + function Fn(e, t) { tt("recordHistory", e, t); } function _e(e, t) { e || Oe(0), tt("autoScrolling", e, t); var n = u().D.item; if (o().autoScrolling && !o().scrollBar) - C(kt, { overflow: "hidden", height: "100%" }), N(R, "fp-scrollable"), Vn(Le().recordHistory, "internal"), C(g(), { "-ms-touch-action": "none", "touch-action": "none" }), n != null && Oe(n.offsetTop); - else if (C(kt, { overflow: "visible", height: "initial" }), E(R, "fp-scrollable"), Vn(!!o().autoScrolling && Le().recordHistory, "internal"), C(g(), { "-ms-touch-action": "", "touch-action": "" }), Rt(g()), n != null) { + C(kt, { overflow: "hidden", height: "100%" }), N(R, dn), Fn(Me().recordHistory, "internal"), C(g(), { "-ms-touch-action": "none", "touch-action": "none" }), n != null && Oe(n.offsetTop); + else if (C(kt, { overflow: "visible", height: "initial" }), E(R, dn), Fn(!!o().autoScrolling && Me().recordHistory, "internal"), C(g(), { "-ms-touch-action": "", "touch-action": "" }), Rt(g()), n != null) { var i = He(n.offsetTop); i.element.scrollTo(0, i.options); } q(g(), "setAutoScrolling", e); } - function Yn() { - for (var e = s(Mt), t = 0; t < e.length; t++) + function Wn() { + for (var e = s(Tt), t = 0; t < e.length; t++) at(e[t], "internal"); } - function xo() { - var e = s(".fp-auto-height")[0] || Kn() && s(".fp-auto-height-responsive")[0]; + function Ao() { + var e = s(".fp-auto-height")[0] || Qn() && s(".fp-auto-height-responsive")[0]; o().lazyLoading && e && s(".fp-section:not(.active)").forEach(function(t) { var n, i, r, a, l; i = (n = t.getBoundingClientRect()).top, r = n.bottom, a = i + 2 < c.U && i > 0, l = r > 2 && r < c.U, (a || l) && ot(Ct(u().R, t)); }); } - function Tr() { + function Dr() { q(Ft(this), "click"); } - function Eo() { - Be(s(Te)); - var e = M.createElement("div"); + function To() { + Be(s(Le)); + var e = T.createElement("div"); e.setAttribute("id", "fp-nav"); - var t = M.createElement("ul"); + var t = T.createElement("ul"); e.appendChild(t), Fe(e, R); - var n = s(Te)[0]; + var n = s(Le)[0]; E(n, "fp-" + o().navigationPosition), o().showActiveTooltip && E(n, "fp-show-active"); for (var i = "", r = 0; r < u().R.length; r++) { var a = u().R[r], l = ""; - o().anchors.length && (l = a.anchor), i += '
    • ' + oo(a.index(), "Section") + ""; + o().anchors.length && (l = a.anchor), i += '
    • ' + lo(a.index(), "Section") + ""; var v = o().navigationTooltips[a.index()]; v !== void 0 && v !== "" && (i += '
      ' + v + "
      "), i += "
    • "; } s("ul", n)[0].innerHTML = i; - var f = s("li", s(Te)[0])[u().D.index()]; + var f = s("li", s(Le)[0])[u().D.index()]; E(s("a", f), k); } - function Lr(e) { + function Or(e) { e.preventDefault && W(e), p({ L: "verticalNav" }); - var t = de(L(this, "#fp-nav li")); - d.ln(fo, { destination: u().R[t] }); + var t = de(M(this, "#fp-nav li")); + d.ln(vo, { destination: u().R[t] }); } - function Fn(e, t) { + function Xn(e, t) { var n; n = e, o().menu && o().menu.length && s(o().menu).forEach(function(i) { - i != null && (N(s(vn, i), k), E(s('[data-menuanchor="' + n + '"]', i), k)); + i != null && (N(s(hn, i), k), E(s('[data-menuanchor="' + n + '"]', i), k)); }), function(i, r) { - var a = s(Te)[0]; - o().navigation && a != null && a.style.display !== "none" && (N(s(vn, a), k), E(i ? s('a[href="#' + i + '"]', a) : s("a", s("li", a)[r]), k)); + var a = s(Le)[0]; + o().navigation && a != null && a.style.display !== "none" && (N(s(hn, a), k), E(i ? s('a[href="#' + i + '"]', a) : s("a", s("li", a)[r]), k)); }(e, t); } - _t.prototype = le.prototype, _t.prototype.constructor = ke, h.setRecordHistory = Vn, h.setAutoScrolling = _e, h.test.setAutoScrolling = _e, (/* @__PURE__ */ new Date()).getTime(); - var Wn, Xn, Zn, Un, ct, Gn, Dr = (Xn = !0, Zn = (/* @__PURE__ */ new Date()).getTime(), Un = !y.fullpage_api, function(e, t) { + _t.prototype = le.prototype, _t.prototype.constructor = ke, h.setRecordHistory = Fn, h.setAutoScrolling = _e, h.test.setAutoScrolling = _e, (/* @__PURE__ */ new Date()).getTime(); + var Zn, Un, Gn, qn, ct, Kn, Cr = (Un = !0, Gn = (/* @__PURE__ */ new Date()).getTime(), qn = !y.fullpage_api, function(e, t) { var n = (/* @__PURE__ */ new Date()).getTime(), i = e === "wheel" ? o().scrollingSpeed : 100; - return Xn = Un || n - Zn >= i, Un = !y.fullpage_api, Xn && (Wn = t(), Zn = n), Wn === void 0 || Wn; + return Un = qn || n - Gn >= i, qn = !y.fullpage_api, Un && (Zn = t(), Gn = n), Zn === void 0 || Zn; }); - function Ao(e, t) { + function Lo(e, t) { if (z(o().beforeLeave)) - return Dr(u().L, function() { + return Cr(u().L, function() { return se(e, t); }); } function Ve(e, t, n) { var i = e.item; if (i != null) { - var r, a, l = { element: i, callback: t, isMovementUp: n, dtop: Mo(i), yMovement: Mn(u().D, i), anchorLink: e.anchor, sectionIndex: e.index(), activeSlide: e.activeSlide ? e.activeSlide.item : null, leavingSection: u().D.index() + 1, localIsResizing: c.P, items: { origin: u().D, destination: e }, direction: null }; + var r, a, l = { element: i, callback: t, isMovementUp: n, dtop: Mo(i), yMovement: Ln(u().D, i), anchorLink: e.anchor, sectionIndex: e.index(), activeSlide: e.activeSlide ? e.activeSlide.item : null, leavingSection: u().D.index() + 1, localIsResizing: c.P, items: { origin: u().D, destination: e }, direction: null }; if (!(u().D.item == i && !c.P || o().scrollBar && we() === l.dtop && !D(i, "fp-auto-height"))) { if (l.activeSlide != null && (r = H(l.activeSlide, "data-anchor"), a = de(l.activeSlide, null)), !l.localIsResizing) { var v = l.yMovement; - if (n !== void 0 && (v = n ? "up" : "down"), l.direction = v, Xi("dropEffect") && h.dropEffect.onLeave_(l), Xi("waterEffect") && h.waterEffect.onLeave_(l), z(o().beforeLeave) && Ao("beforeLeave", l) === !1 || z(o().onLeave) && !se("onLeave", l)) + if (n !== void 0 && (v = n ? "up" : "down"), l.direction = v, Ui("dropEffect") && h.dropEffect.onLeave_(l), Ui("waterEffect") && h.waterEffect.onLeave_(l), z(o().beforeLeave) && Lo("beforeLeave", l) === !1 || z(o().onLeave) && !se("onLeave", l)) return; } S("parallax", "apply", l), S("cards", "apply", l), S("dropEffect", "apply", l), S("waterEffect", "apply", l), o().autoScrolling && o().continuousVertical && l.isMovementUp !== void 0 && (!l.isMovementUp && l.yMovement == "up" || l.isMovementUp && l.yMovement == "down") && (l = function(f) { p({ _: !0 }); var b = u().D.item; - return f.isMovementUp ? Ut(b, ri(b, J)) : pt(b, li(b, J).reverse()), Oe(u().D.item.offsetTop), Yn(), f.hn = b, f.dtop = f.element.offsetTop, f.yMovement = Mn(u().D, f.element), f.leavingSection = f.items.origin.index() + 1, f.sectionIndex = f.items.destination.index(), q(g(), "onContinuousVertical", f), f; - }(l)), S("scrollOverflowReset", "setPrevious", u().D.item), l.localIsResizing || Ln(u().D.item), B("dropEffect") && o().dropEffect || (E(i, k), N(We(i), k)), ce(), ot(e), p({ canScroll: h.test.gn }), On(a, r, l.anchorLink), d.ln(ho, l), function(f) { - p({ V: "none", scrollY: Math.round(f.dtop) }), d.ln(Bn, f); + return f.isMovementUp ? Ut(b, ai(b, J)) : pt(b, ci(b, J).reverse()), Oe(u().D.item.offsetTop), Wn(), f.hn = b, f.dtop = f.element.offsetTop, f.yMovement = Ln(u().D, f.element), f.leavingSection = f.items.origin.index() + 1, f.sectionIndex = f.items.destination.index(), q(g(), "onContinuousVertical", f), f; + }(l)), S("scrollOverflowReset", "setPrevious", u().D.item), l.localIsResizing || On(u().D.item), B("dropEffect") && o().dropEffect || (E(i, k), N(We(i), k)), ce(), ot(e), p({ canScroll: h.test.gn }), Rn(a, r, l.anchorLink), d.ln(mo, l), function(f) { + p({ V: "none", scrollY: Math.round(f.dtop) }), d.ln(Nn, f); var b = o().scrollingSpeed < 700, x = b ? 700 : o().scrollingSpeed; if (o().css3 && o().autoScrolling && !o().scrollBar) - Ji("translate3d(0px, -" + Math.round(f.dtop) + "px, 0px)", !0), B("waterEffect") && Yn(), o().scrollingSpeed ? (clearTimeout(ct), ct = setTimeout(function() { + to("translate3d(0px, -" + Math.round(f.dtop) + "px, 0px)", !0), B("waterEffect") && Wn(), o().scrollingSpeed ? (clearTimeout(ct), ct = setTimeout(function() { Vt(f), p({ canScroll: !b || h.test.gn }); }, o().scrollingSpeed)) : Vt(f); else { @@ -743,10 +746,10 @@ var mr = { exports: {} }; }, 30) : (Vt(f), p({ canScroll: !b || h.test.gn })); }); } - b && (clearTimeout(Gn), Gn = setTimeout(function() { + b && (clearTimeout(Kn), Kn = setTimeout(function() { p({ canScroll: !0 }); }, x)); - }(l), p({ C: l.anchorLink }), Fn(l.anchorLink, function(f) { + }(l), p({ C: l.anchorLink }), Xn(l.anchorLink, function(f) { return f.hn != null ? f.isMovementUp ? c.A - 1 : 0 : f.sectionIndex; }(l)); } @@ -759,69 +762,69 @@ var mr = { exports: {} }; function Vt(e) { p({ j: !1 }), function(t) { t.hn != null && (t.isMovementUp ? Ut(s(J)[0], t.hn) : pt(s(J)[u().R.length - 1], t.hn), Oe(u().D.item.offsetTop), function() { - for (var n = s(Mt), i = 0; i < n.length; i++) + for (var n = s(Tt), i = 0; i < n.length; i++) at(n[i], "internal"); }(), t.sectionIndex = t.items.destination.index(), t.leavingSection = t.items.origin.index() + 1, p({ _: !1 })); - }(e), z(o().afterLoad) && !e.localIsResizing && se("afterLoad", e), S("parallax", "afterLoad"), S("waterEffect", "afterLoad"), S("dropEffect", "afterLoad"), S("scrollOverflowReset", "reset"), S("resetSliders", "apply", e), ce(), e.localIsResizing || Pt(e.element), E(e.element, Ie), N(We(e.element), Ie), xo(), p({ canScroll: !0 }), d.ln(lt, e), z(e.callback) && e.callback(); + }(e), z(o().afterLoad) && !e.localIsResizing && se("afterLoad", e), S("parallax", "afterLoad"), S("waterEffect", "afterLoad"), S("dropEffect", "afterLoad"), S("scrollOverflowReset", "reset"), S("resetSliders", "apply", e), ce(), e.localIsResizing || Pt(e.element), E(e.element, Ie), N(We(e.element), Ie), Ao(), p({ canScroll: !0 }), d.ln(lt, e), z(e.callback) && e.callback(); } - function qn(e, t) { + function $n(e, t) { tt("fitToSection", e, t); } - function To() { + function Do() { c.canScroll && o().fitToSection && (p({ P: !0 }), Ve(c.D), p({ P: !1 })); } - function Lo() { + function Oo() { var e = o().responsive || o().responsiveWidth, t = o().responsiveHeight, n = e && y.innerWidth < e, i = t && y.innerHeight < t; e && t ? Yt(n || i) : e ? Yt(n) : t && Yt(i); } function Yt(e) { - var t = Kn(); - e ? t || (_e(!1, "internal"), qn(!1, "internal"), Wt(s(Te)), E(R, xt), z(o().afterResponsive) && o().afterResponsive.call(g(), e), S("responsiveSlides", "toSections"), q(g(), "afterResponsive", e)) : t && (_e(Le().autoScrolling, "internal"), qn(Le().autoScrolling, "internal"), ni(s(Te)), N(R, xt), z(o().afterResponsive) && o().afterResponsive.call(g(), e), S("responsiveSlides", "toSlides"), q(g(), "afterResponsive", e)); + var t = Qn(); + e ? t || (_e(!1, "internal"), $n(!1, "internal"), Wt(s(Le)), E(R, xt), z(o().afterResponsive) && o().afterResponsive.call(g(), e), S("responsiveSlides", "toSections"), q(g(), "afterResponsive", e)) : t && (_e(Me().autoScrolling, "internal"), $n(Me().autoScrolling, "internal"), oi(s(Le)), N(R, xt), z(o().afterResponsive) && o().afterResponsive.call(g(), e), S("responsiveSlides", "toSlides"), q(g(), "afterResponsive", e)); } - function Kn() { + function Qn() { return D(R, xt); } - function Do(e) { - o().verticalCentered && (!o().scrollOverflow && m.mn(e.item) || m.wn(e) || D(e.item, Hi) || E(e.item, Hi)); + function Co(e) { + o().verticalCentered && (!o().scrollOverflow && m.mn(e.item) || m.wn(e) || D(e.item, _i) || E(e.item, _i)); } h.moveTo = moveTo, h.getScrollY = function() { return c.scrollY; }, d.un(ae, function() { - clearTimeout(ct), clearTimeout(Gn); - }), h.setFitToSection = qn, h.fitToSection = To, h.setResponsive = Yt; - var $n, Qn = null; - function Jn(e) { + clearTimeout(ct), clearTimeout(Kn); + }), h.setFitToSection = $n, h.fitToSection = Do, h.setResponsive = Yt; + var Jn, ei = null; + function ti(e) { var t = e.item, n = e.vn.length, i = e.index(); - !u().D && e.isVisible && (E(t, k), ce()), !Qn && e.isVisible && (Qn = u().D.item), B("offsetSections") && C(t, { height: xn(t) }), o().paddingTop && C(t, { "padding-top": o().paddingTop }), o().paddingBottom && C(t, { "padding-bottom": o().paddingBottom }), o().sectionsColor[i] !== void 0 && C(t, { "background-color": o().sectionsColor[i] }), o().anchors[i] !== void 0 && t.setAttribute("data-anchor", e.anchor), n || Do(e); + !u().D && e.isVisible && (E(t, k), ce()), !ei && e.isVisible && (ei = u().D.item), B("offsetSections") && C(t, { height: En(t) }), o().paddingTop && C(t, { "padding-top": o().paddingTop }), o().paddingBottom && C(t, { "padding-bottom": o().paddingBottom }), o().sectionsColor[i] !== void 0 && C(t, { "background-color": o().sectionsColor[i] }), o().anchors[i] !== void 0 && t.setAttribute("data-anchor", e.anchor), n || Co(e); } - function Oo() { + function Ro() { o().scrollOverflow && !o().scrollBar && (m.bn(), m.Sn()); } - function Or() { - d.removeListener(Rn, Oo), ve("keyup", m.yn); + function Rr() { + d.removeListener(jn, Ro), ve("keyup", m.yn); } h.getActiveSection = function() { return u().D; }, d.un(K, function() { - d.un(Rn, Oo), d.un(ho, m.onLeave), d.un(In, m.onLeave), d.un(It, m.afterLoad), d.un(lt, m.afterLoad), d.un(ae, Or), Pe("keyup", m.yn); + d.un(jn, Ro), d.un(mo, m.onLeave), d.un(Hn, m.onLeave), d.un(It, m.afterLoad), d.un(lt, m.afterLoad), d.un(ae, Rr), Pe("keyup", m.yn); }); - var ei, st, m = { Mn: null, Tn: !0, An: !0, xn: null, On: null, kn: function(e) { + var ni, st, m = { Mn: null, Tn: !0, An: !0, xn: null, On: null, kn: function(e) { var t = u().D; - if (!c.canScroll || wr() && o().scrollOverflow && m.wn(t) && m.isScrolled(u().B, t.item)) + if (!c.canScroll || br() && o().scrollOverflow && m.wn(t) && m.isScrolled(u().B, t.item)) return W(e), !1; }, En: function(e) { - if (!ai() && o().keyboardScrolling && [38, 33, 32, 40, 34, 36, 35].indexOf(e.keyCode) > -1 && !m.An) + if (!si() && o().keyboardScrolling && [38, 33, 32, 40, 34, 36, 35].indexOf(e.keyCode) > -1 && !m.An) return W(e), !1; }, yn: function() { m.Tn = c.canScroll; }, onLeave: function() { - clearTimeout($n), m.An = !1; + clearTimeout(Jn), m.An = !1; }, afterLoad: function() { - m.An = !1, clearTimeout($n), $n = setTimeout(function() { + m.An = !1, clearTimeout(Jn), Jn = setTimeout(function() { m.Tn = c.canScroll; }, 200); }, Rn: function() { - M.activeElement === this.Mn && (this.Mn.blur(), m.An = !1); + T.activeElement === this.Mn && (this.Mn.blur(), m.An = !1); }, Sn: function() { if (o().scrollOverflow && m.Tn) { m.Rn(); @@ -831,12 +834,12 @@ var mr = { exports: {} }; })), m.Tn = !1; } }, bn: function() { - o().scrollOverflowMacStyle && !Sr && E(R, "fp-scroll-mac"), u().rn.forEach(function(e) { - if (!(e.slides && e.slides.length || D(e.item, "fp-auto-height-responsive") && Kn())) { + o().scrollOverflowMacStyle && !yr && E(R, "fp-scroll-mac"), u().rn.forEach(function(e) { + if (!(e.slides && e.slides.length || D(e.item, "fp-auto-height-responsive") && Qn())) { var t, n = De(e.item), i = m.mn(e.item), r = (t = e).nn ? t : t.parent; - if (Ni) { + if (zi) { var a = i ? "addClass" : "removeClass"; - Bi[a](r.item, Je), Bi[a](e.item, Je); + Ni[a](r.item, Je), Ni[a](e.item, Je); } else E(r.item, Je), E(e.item, Je); e.q || (m.jn(n), m.zn(n)), e.q = !0; @@ -846,7 +849,7 @@ var mr = { exports: {} }; m.Dn(e).addEventListener("scroll", m.Nn), e.addEventListener("wheel", m.kn, { passive: !1 }), e.addEventListener("keydown", m.En, { passive: !1 }); }, jn: function(e) { var t = document.createElement("div"); - t.className = Ne, oi(e, t), t.setAttribute("tabindex", "-1"); + t.className = Ne, li(e, t), t.setAttribute("tabindex", "-1"); }, In: function(e) { var t = s(Qe, e)[0]; t && (Zt(t), e.removeAttribute("tabindex")); @@ -867,25 +870,25 @@ var mr = { exports: {} }; var n = m.Dn(t); if (!o().scrollOverflow || !D(n, Ne) || D(t, "fp-noscroll") || D(De(t), "fp-noscroll")) return !0; - var i = Ni ? 1 : 0, r = n.scrollTop, a = e === "up" && r <= 0, l = e === "down" && n.scrollHeight <= Math.ceil(n.offsetHeight + r) + i, v = a || l; + var i = zi ? 1 : 0, r = n.scrollTop, a = e === "up" && r <= 0, l = e === "down" && n.scrollHeight <= Math.ceil(n.offsetHeight + r) + i, v = a || l; return v || e === "none" || (this.xn = (/* @__PURE__ */ new Date()).getTime()), v; }, Pn: function() { this.On = (/* @__PURE__ */ new Date()).getTime(); var e = this.On - m.xn, t = (Ee || Ae) && c.Z, n = c.Y && e > 600; return t && e > 400 || n; - }, Nn: (ei = 0, function(e) { - var t = e.target.scrollTop, n = c.V !== "none" ? c.V : ei < t ? "down" : "up"; - ei = t, z(o().onScrollOverflow) && se("onScrollOverflow", { position: t, direction: n }), D(e.target, Ne) && c.canScroll && m.isScrolled(n, e.target) && m.Pn() && m.mn(u().D.item) && d.ln(co, { direction: n }); + }, Nn: (ni = 0, function(e) { + var t = e.target.scrollTop, n = c.V !== "none" ? c.V : ni < t ? "down" : "up"; + ni = t, z(o().onScrollOverflow) && se("onScrollOverflow", { position: t, direction: n }), D(e.target, Ne) && c.canScroll && m.isScrolled(n, e.target) && m.Pn() && m.mn(u().D.item) && d.ln(uo, { direction: n }); }) }; function ee(e, t) { y.console && y.console[e] && y.console[e]("fullPage: " + t); } - function ti(e) { + function ii(e) { return y.getComputedStyle(e).display !== "none"; } function ut(e) { return Array.from(e).filter(function(t) { - return ti(t); + return ii(t); }); } function s(e, t) { @@ -905,7 +908,7 @@ var mr = { exports: {} }; return e != null && e.classList.contains(t); } function F() { - return "innerHeight" in y ? y.innerHeight : M.documentElement.offsetHeight; + return "innerHeight" in y ? y.innerHeight : T.documentElement.offsetHeight; } function ft() { return y.innerWidth; @@ -934,7 +937,7 @@ var mr = { exports: {} }; var n = dt(e); return n && _(n, t) ? n : null; } - function Co(e) { + function ko(e) { return e[e.length - 1]; } function de(e, t) { @@ -955,7 +958,7 @@ var mr = { exports: {} }; e[t].style.display = "none"; return e; } - function ni(e) { + function oi(e) { e = Se(e); for (var t = 0; t < e.length; t++) e[t].style.display = "block"; @@ -982,9 +985,9 @@ var mr = { exports: {} }; function Fe(e, t) { t.appendChild(e); } - function ii(e, t, n) { + function ri(e, t, n) { var i; - t = t || M.createElement("div"); + t = t || T.createElement("div"); for (var r = 0; r < e.length; r++) { var a = e[r]; (n && !r || !n) && (i = t.cloneNode(!0), a.parentNode.insertBefore(i, a)), i.appendChild(a); @@ -992,19 +995,19 @@ var mr = { exports: {} }; return e; } function Xt(e, t) { - ii(e, t, !0); + ri(e, t, !0); } - function oi(e, t) { + function li(e, t) { for (typeof t == "string" && (t = ye(t)), e.appendChild(t); e.firstChild !== t; ) t.appendChild(e.firstChild); } function Zt(e) { - for (var t = M.createDocumentFragment(); e.firstChild; ) + for (var t = T.createDocumentFragment(); e.firstChild; ) t.appendChild(e.firstChild); e.parentNode.replaceChild(t, e); } - function L(e, t) { - return e && e.nodeType === 1 ? _(e, t) ? e : L(e.parentNode, t) : null; + function M(e, t) { + return e && e.nodeType === 1 ? _(e, t) ? e : M(e.parentNode, t) : null; } function pt(e, t) { Gt(e, e.nextSibling, t); @@ -1018,7 +1021,7 @@ var mr = { exports: {} }; e.parentNode.insertBefore(n[i], t); } function we() { - var e = M.documentElement; + var e = T.documentElement; return (y.pageYOffset || e.scrollTop) - (e.clientTop || 0); } function We(e) { @@ -1033,13 +1036,13 @@ var mr = { exports: {} }; return e.getAttribute(t); } function Pe(e, t, n) { - M.addEventListener(e, t, n === "undefined" ? null : n); + T.addEventListener(e, t, n === "undefined" ? null : n); } function pe(e, t, n) { y.addEventListener(e, t, n === "undefined" ? null : n); } function ve(e, t, n) { - M.removeEventListener(e, t, n === "undefined" ? null : n); + T.removeEventListener(e, t, n === "undefined" ? null : n); } function Xe(e, t, n) { y.removeEventListener(e, t, n === "undefined" ? null : n); @@ -1052,7 +1055,7 @@ var mr = { exports: {} }; } function q(e, t, n) { var i; - n = n === void 0 ? {} : n, typeof y.CustomEvent == "function" ? i = new CustomEvent(t, { detail: n }) : (i = M.createEvent("CustomEvent")).initCustomEvent(t, !0, !0, n), e.dispatchEvent(i); + n = n === void 0 ? {} : n, typeof y.CustomEvent == "function" ? i = new CustomEvent(t, { detail: n }) : (i = T.createEvent("CustomEvent")).initCustomEvent(t, !0, !0, n), e.dispatchEvent(i); } function _(e, t) { return (e.matches || e.Hn || e.msMatchesSelector || e.mozMatchesSelector || e.webkitMatchesSelector || e.oMatchesSelector).call(e, t); @@ -1064,7 +1067,7 @@ var mr = { exports: {} }; return e; } function ye(e) { - var t = M.createElement("div"); + var t = T.createElement("div"); return t.innerHTML = e.trim(), t.firstChild; } function Be(e) { @@ -1074,7 +1077,7 @@ var mr = { exports: {} }; n && n.parentElement && n.parentNode.removeChild(n); } } - function Ro(e, t) { + function jo(e, t) { Array.prototype.filter.call(e, t); } function Kt(e, t, n) { @@ -1082,13 +1085,13 @@ var mr = { exports: {} }; (_(i, t) || t == null) && r.push(i), i = i[n]; return r; } - function ri(e, t) { + function ai(e, t) { return Kt(e, t, "nextElementSibling"); } - function li(e, t) { + function ci(e, t) { return Kt(e, t, "previousElementSibling"); } - function ko(e) { + function Po(e) { return Object.keys(e).map(function(t) { return e[t]; }); @@ -1104,78 +1107,78 @@ var mr = { exports: {} }; function $t(e, t) { e.setAttribute(t, H(e, "data-" + t)), e.removeAttribute("data-" + t); } - function jo(e, t) { + function Bo(e, t) { var n = [e]; do e = e.parentNode, n.push(e); while (!_(e, t)); return n; } - function ai() { - var e = M.activeElement; + function si() { + var e = T.activeElement; return _(e, "textarea") || _(e, "input") || _(e, "select") || H(e, "contentEditable") == "true" || H(e, "contentEditable") == ""; } - function Po(e) { + function Io(e) { d.ln(Bt, { e, target: e.target }); } - function Cr() { + function kr() { ["click", "touchstart"].forEach(function(e) { - ve(e, Po, { passive: !1 }); + ve(e, Io, { passive: !1 }); }); } - function Rr() { + function jr() { p({ G: !0 }); } - function Bo() { - E(s(o().sectionSelector, g()), At), E(s(o().slideSelector, g()), hn); + function No() { + E(s(o().sectionSelector, g()), At), E(s(o().slideSelector, g()), gn); } - function ci(e) { + function ui(e) { var t = e.slides.length, n = e.vn, i = e.slides, r = 100 * t, a = 100 / t; if (!s(fe, e.item)[0]) { - var l = M.createElement("div"); - l.className = Tt, Xt(n, l); - var v = M.createElement("div"); - v.className = mn, Xt(n, v); + var l = T.createElement("div"); + l.className = Lt, Xt(n, l); + var v = T.createElement("div"); + v.className = Sn, Xt(n, v); } C(s($e, e.item), { width: r + "%" }), t > 1 && (o().controlArrows && function(b) { var x = b.item, w = [ye(o().controlArrowsHTML[0]), ye(o().controlArrowsHTML[1])]; - pt(s(fe, x)[0], w), E(w, _i), E(w[0], Vi), E(w[1], "fp-next"), o().controlArrowColor !== "#fff" && (C(s(Yi, x), { "border-color": "transparent transparent transparent " + o().controlArrowColor }), C(s(yn, x), { "border-color": "transparent " + o().controlArrowColor + " transparent transparent" })), o().loopHorizontal || Wt(s(yn, x)); + pt(s(fe, x)[0], w), E(w, Yi), E(w[0], Fi), E(w[1], "fp-next"), o().controlArrowColor !== "#fff" && (C(s(Wi, x), { "border-color": "transparent transparent transparent " + o().controlArrowColor }), C(s(bn, x), { "border-color": "transparent " + o().controlArrowColor + " transparent transparent" })), o().loopHorizontal || Wt(s(bn, x)); }(e), o().slidesNavigation && function(b) { var x = b.item, w = b.slides.length; Fe(ye('
        '), x); - var T = s(Sn, x)[0]; - E(T, "fp-" + o().slidesNavPosition); + var L = s(wn, x)[0]; + E(L, "fp-" + o().slidesNavPosition); for (var O = 0; O < w; O++) - Fe(ye('
      • ' + oo(O, "Slide", s(gn, x)[O]) + "
      • "), s("ul", T)[0]); - C(T, { "margin-left": "-" + T.innerWidth / 2 + "px" }); + Fe(ye('
      • ' + lo(O, "Slide", s(mn, x)[O]) + "
      • "), s("ul", L)[0]); + C(L, { "margin-left": "-" + L.innerWidth / 2 + "px" }); var X = b.activeSlide ? b.activeSlide.index() : 0; - E(s("a", s("li", T)[X]), k); + E(s("a", s("li", L)[X]), k); }(e)), i.forEach(function(b) { - C(b.item, { width: a + "%" }), o().verticalCentered && Do(b); + C(b.item, { width: a + "%" }), o().verticalCentered && Co(b); }); var f = B("responsiveSlides") ? null : e.activeSlide || null; f != null && c.D && (c.D.index() !== 0 || c.D.index() === 0 && f.index() !== 0) ? (at(f.item, "internal"), E(f.item, "fp-initial")) : E(n[0], k); } - window.fp_utils = Object.assign(y.fp_utils || {}, { $: s, deepExtend: je, hasClass: D, getWindowHeight: F, css: C, prev: Ft, next: dt, last: Co, index: de, getList: Se, hide: Wt, show: ni, isArrayOrList: Ye, addClass: E, removeClass: N, appendTo: Fe, wrap: ii, wrapAll: Xt, wrapInner: oi, unwrap: Zt, closest: L, after: pt, before: Ut, insertBefore: Gt, getScrollTop: we, siblings: We, preventDefault: W, isFunction: z, trigger: q, matches: _, toggle: qt, createElementFromHTML: ye, remove: Be, filter: Ro, untilAll: Kt, nextAll: ri, prevAll: li, showError: ee, scrollOverflowHandler: m }), d.un(K, function() { + window.fp_utils = Object.assign(y.fp_utils || {}, { $: s, deepExtend: je, hasClass: D, getWindowHeight: F, css: C, prev: Ft, next: dt, last: ko, index: de, getList: Se, hide: Wt, show: oi, isArrayOrList: Ye, addClass: E, removeClass: N, appendTo: Fe, wrap: ri, wrapAll: Xt, wrapInner: li, unwrap: Zt, closest: M, after: pt, before: Ut, insertBefore: Gt, getScrollTop: we, siblings: We, preventDefault: W, isFunction: z, trigger: q, matches: _, toggle: qt, createElementFromHTML: ye, remove: Be, filter: jo, untilAll: Kt, nextAll: ai, prevAll: ci, showError: ee, scrollOverflowHandler: m }), d.un(K, function() { ["click", "touchstart"].forEach(function(e) { - Pe(e, Po, { passive: !1 }); - }), pe("focus", Rr), d.un(ae, Cr); + Pe(e, Io, { passive: !1 }); + }), pe("focus", jr), d.un(ae, kr); }); - var Io = { attributes: !1, subtree: !0, childList: !0, characterData: !0 }; - function No() { + var Ho = { attributes: !1, subtree: !0, childList: !0, characterData: !0 }; + function zo() { return S("responsiveSlides", "isResponsiveSlidesChanging") || ut(s(o().slideSelector, g())).length !== u().O; } - function si(e) { - var t = No(); - (No() || S("responsiveSlides", "isResponsiveSlidesChanging") || ut(s(o().sectionSelector, g())).length !== u().A) && !c._ && (o().observer && st && st.disconnect(), zt(), ce(), o().anchors = [], Be(s(Te)), S("responsiveSlides", "isResponsiveSlidesChanging") || Bo(), Wi(), o().navigation && Eo(), t && (Be(s(Sn)), Be(s(wn))), u().R.forEach(function(n) { - n.slides.length ? t && ci(n) : Jn(n); - })), o().observer && st && s(Me)[0] && st.observe(s(Me)[0], Io); + function fi(e) { + var t = zo(); + (zo() || S("responsiveSlides", "isResponsiveSlidesChanging") || ut(s(o().sectionSelector, g())).length !== u().A) && !c._ && (o().observer && st && st.disconnect(), zt(), ce(), o().anchors = [], Be(s(Le)), S("responsiveSlides", "isResponsiveSlidesChanging") || No(), Zi(), o().navigation && To(), t && (Be(s(wn)), Be(s(yn))), u().R.forEach(function(n) { + n.slides.length ? t && ui(n) : ti(n); + })), o().observer && st && s(Te)[0] && st.observe(s(Te)[0], Ho); } d.un(K, function() { var e, t, n; - o().observer && "MutationObserver" in window && s(Me)[0] && (e = s(Me)[0], t = Io, (n = new MutationObserver(si)).observe(e, t), st = n), d.un(ao, si); - }), h.render = si; - var kr = function() { + o().observer && "MutationObserver" in window && s(Te)[0] && (e = s(Te)[0], t = Ho, (n = new MutationObserver(fi)).observe(e, t), st = n), d.un(so, fi); + }), h.render = fi; + var Pr = function() { var e = !1; try { var t = Object.defineProperty({}, "passive", { get: function() { @@ -1188,23 +1191,23 @@ var mr = { exports: {} }; return e; }; }(); - function Ho() { - return !!kr() && { passive: !1 }; + function _o() { + return !!Pr() && { passive: !1 }; } - var zo, _o, ui, be, Qt = (ui = (/* @__PURE__ */ new Date()).getTime(), be = [], { Cn: function(e) { + var Vo, Yo, di, be, Qt = (di = (/* @__PURE__ */ new Date()).getTime(), be = [], { Cn: function(e) { var t = (e = e || y.event).wheelDelta || -e.deltaY || -e.detail, n = Math.max(-1, Math.min(1, t)), i = e.wheelDeltaX !== void 0 || e.deltaX !== void 0; - zo = Math.abs(e.wheelDeltaX) < Math.abs(e.wheelDelta) || Math.abs(e.deltaX) < Math.abs(e.deltaY) || !i; + Vo = Math.abs(e.wheelDeltaX) < Math.abs(e.wheelDelta) || Math.abs(e.deltaX) < Math.abs(e.deltaY) || !i; var r = (/* @__PURE__ */ new Date()).getTime(); - _o = n < 0 ? "down" : "up", be.length > 149 && be.shift(), be.push(Math.abs(t)); - var a = r - ui; - ui = r, a > 200 && (be = []); + Yo = n < 0 ? "down" : "up", be.length > 149 && be.shift(), be.push(Math.abs(t)); + var a = r - di; + di = r, a > 200 && (be = []); }, Wn: function() { var e = vt(be, 10) >= vt(be, 70); - return !!be.length && e && zo; + return !!be.length && e && Vo; }, Fn: function() { - return _o; + return Yo; } }); - function jr() { + function Br() { var e = o().css3 ? we() + F() : ue(u().R).item.offsetTop + ue(u().R).item.offsetHeight, t = He(e); h.test.top = -e + "px", p({ canScroll: !1 }), jt(t.element, t.options, o().scrollingSpeed, function() { setTimeout(function() { @@ -1212,29 +1215,29 @@ var mr = { exports: {} }; }, 30); }); } - function Pr() { - g().getBoundingClientRect().bottom >= 0 && Vo(); + function Ir() { + g().getBoundingClientRect().bottom >= 0 && Fo(); } - function Vo() { + function Fo() { var e = He(ue(u().R).item.offsetTop); p({ canScroll: !1 }), jt(e.element, e.options, o().scrollingSpeed, function() { p({ canScroll: !0 }), p({ j: !1 }), p({ Vn: !1 }); }); } - var fi, di, pi, Yo = (fi = !1, di = {}, pi = {}, function(e, t, n) { + var pi, vi, hi, Wo = (pi = !1, vi = {}, hi = {}, function(e, t, n) { switch (e) { case "set": - di[t] = (/* @__PURE__ */ new Date()).getTime(), pi[t] = n; + vi[t] = (/* @__PURE__ */ new Date()).getTime(), hi[t] = n; break; case "isNewKeyframe": var i = (/* @__PURE__ */ new Date()).getTime(); - fi = i - di[t] > pi[t]; + pi = i - vi[t] > hi[t]; } - return fi; + return pi; }); function ht() { var e = u().D.next(); - e || !o().loopBottom && !o().continuousVertical || (e = u().R[0]), e != null ? Ve(e, null, !1) : g().scrollHeight < R.scrollHeight && o().scrollBar && o().scrollBeyondFullpage && d.ln(vo); + e || !o().loopBottom && !o().continuousVertical || (e = u().R[0]), e != null ? Ve(e, null, !1) : g().scrollHeight < R.scrollHeight && o().scrollBar && o().scrollBeyondFullpage && d.ln(go); } function Ze() { var e = u().D.prev(); @@ -1242,24 +1245,24 @@ var mr = { exports: {} }; } h.moveSectionDown = ht, h.moveSectionUp = Ze; var Jt = 0; - function Fo(e) { + function Xo(e) { o().autoScrolling && (c.canScroll && (e.pageY < Jt && Y().m.up ? Ze() : e.pageY > Jt && Y().m.down && ht()), Jt = e.pageY); } - function Wo(e) { + function Zo(e) { if (Y().m[e]) { var t = e === "down" ? ht : Ze; B("scrollHorizontally") && (t = S("scrollHorizontally", "getScrollSection", { type: e, scrollSection: t })), o().scrollOverflow && m.wn(u().D) ? m.isScrolled(e, u().D.item) && m.Pn() && t() : t(); } } - var en, vi, Ue, tn = 0, gt = 0, nn = 0, mt = 0, on = Zo(), oe = { Bn: "ontouchmove" in window ? "touchmove" : on ? on.move : null, Zn: "ontouchstart" in window ? "touchstart" : on ? on.down : null }; + var en, gi, Ue, tn = 0, gt = 0, nn = 0, mt = 0, on = Go(), oe = { Bn: "ontouchmove" in window ? "touchmove" : on ? on.move : null, Zn: "ontouchstart" in window ? "touchstart" : on ? on.down : null }; function St(e) { - var t = L(e.target, J) || u().D.item, n = m.wn(u().D); + var t = M(e.target, J) || u().D.item, n = m.wn(u().D); if (wt(e)) { p({ Z: !0, Y: !1 }), o().autoScrolling && (n && !c.canScroll || o().scrollBar) && W(e); - var i = hi(e); + var i = mi(e); nn = i.y, mt = i.x; var r = Math.abs(tn - nn) > y.innerHeight / 100 * o().touchSensitivity, a = Math.abs(gt - mt) > ft() / 100 * o().touchSensitivity, l = s(fe, t).length && Math.abs(gt - mt) > Math.abs(tn - nn), v = tn > nn ? "down" : "up"; - p({ V: l ? gt > mt ? "right" : "left" : v }), l ? !c.I && a && (gt > mt ? Y().m.right && d.ln(jn, { section: t }) : Y().m.left && d.ln(kn, { section: t })) : o().autoScrolling && c.canScroll && r && Wo(v); + p({ V: l ? gt > mt ? "right" : "left" : v }), l ? !c.I && a && (gt > mt ? Y().m.right && d.ln(Bn, { section: t }) : Y().m.left && d.ln(Pn, { section: t })) : o().autoScrolling && c.canScroll && r && Zo(v); } } function wt(e) { @@ -1267,26 +1270,26 @@ var mr = { exports: {} }; } function rn(e) { if (o().fitToSection && p({ F: !1 }), wt(e)) { - var t = hi(e); + var t = mi(e); tn = t.y, gt = t.x; } - pe("touchend", Xo); + pe("touchend", Uo); } - function Xo() { - Xe("touchend", Xo), p({ Z: !1 }); + function Uo() { + Xe("touchend", Uo), p({ Z: !1 }); } - function hi(e) { + function mi(e) { var t = {}; return t.y = e.pageY !== void 0 && (e.pageY || e.pageX) ? e.pageY : e.touches[0].pageY, t.x = e.pageX !== void 0 && (e.pageY || e.pageX) ? e.pageX : e.touches[0].pageX, Ae && wt(e) && o().scrollBar && e.touches !== void 0 && (t.y = e.touches[0].pageY, t.x = e.touches[0].pageX), t; } - function Zo() { + function Go() { var e; return y.PointerEvent && (e = { down: "pointerdown", move: "pointermove" }), e; } - function gi(e) { + function Si(e) { o().autoScrolling && wt(e) && Y().m.up && (c.canScroll || W(e)); } - function Uo(e, t) { + function qo(e, t) { var n = t ?? u().D.item, i = Ct(c.R, n), r = s(fe, n)[0]; if (!(r == null || Ot() || c.I || i.slides.length < 2)) { var a = i.activeSlide, l = e === "left" ? a.prev() : a.next(); @@ -1298,13 +1301,13 @@ var mr = { exports: {} }; p({ I: !h.test.gn }), Re(r, l.item, e); } } - function mi(e) { - Uo("left", e); + function wi(e) { + qo("left", e); } - function Si(e) { - Uo("right", e); + function yi(e) { + qo("right", e); } - function wi(e) { + function bi(e) { var t = u().R.filter(function(i) { return i.anchor === e; })[0]; @@ -1314,11 +1317,11 @@ var mr = { exports: {} }; } return t; } - function Go(e) { - e != null && Re(L(e, fe), e); + function Ko(e) { + e != null && Re(M(e, fe), e); } - function yi(e, t) { - var n = wi(e); + function xi(e, t) { + var n = bi(e); if (n != null) { var i = function(r, a) { var l = a.slides.filter(function(v) { @@ -1326,62 +1329,62 @@ var mr = { exports: {} }; })[0]; return l == null && (r = r !== void 0 ? r : 0, l = a.slides[r]), l ? l.item : null; }(t, n); - n.anchor && n.anchor === c.C || D(n.item, k) ? Go(i) : Ve(n, function() { - Go(i); + n.anchor && n.anchor === c.C || D(n.item, k) ? Ko(i) : Ve(n, function() { + Ko(i); }); } } function yt(e, t) { - var n = wi(e); - t !== void 0 ? yi(e, t) : n != null && Ve(n); + var n = bi(e); + t !== void 0 ? xi(e, t) : n != null && Ve(n); } - function Br() { - clearTimeout(vi), ve("keydown", qo), ve("keyup", Ko); + function Nr() { + clearTimeout(gi), ve("keydown", $o), ve("keyup", Qo); } - function qo(e) { - clearTimeout(vi); + function $o(e) { + clearTimeout(gi); var t = e.keyCode, n = [37, 39].indexOf(t) > -1, i = o().autoScrolling || o().fitToSection || n; t === 9 ? function(r) { - var a = r.shiftKey, l = M.activeElement, v = bi(De(u().D.item)); + var a = r.shiftKey, l = T.activeElement, v = Ei(De(u().D.item)); function f(V) { return W(V), v[0] ? v[0].focus() : null; } if (c.canScroll) { if (!function(V) { - var j = bi(M), P = j.indexOf(M.activeElement), A = j[V.shiftKey ? P - 1 : P + 1], Z = L(A, gn), U = L(A, J); + var j = Ei(T), P = j.indexOf(T.activeElement), A = j[V.shiftKey ? P - 1 : P + 1], Z = M(A, mn), U = M(A, J); return !Z && !U; }(r)) { - l ? L(l, ".fp-section.active,.fp-section.active .fp-slide.active") == null && (l = f(r)) : f(r); + l ? M(l, ".fp-section.active,.fp-section.active .fp-slide.active") == null && (l = f(r)) : f(r); var b = l == v[0], x = l == v[v.length - 1], w = a && b; if (w || !a && x) { W(r); - var T = function(V) { - var j, P = V ? "prevPanel" : "nextPanel", A = [], Z = $i((c.D && c.D.activeSlide ? c.D.activeSlide : c.D)[P]()); + var L = function(V) { + var j, P = V ? "prevPanel" : "nextPanel", A = [], Z = Ji((c.D && c.D.activeSlide ? c.D.activeSlide : c.D)[P]()); do - (A = bi(Z.item)).length && (j = { Yn: Z, Gn: A[V ? A.length - 1 : 0] }), Z = $i(Z[P]()); + (A = Ei(Z.item)).length && (j = { Yn: Z, Gn: A[V ? A.length - 1 : 0] }), Z = Ji(Z[P]()); while (Z && A.length === 0); return j; - }(w), O = T ? T.Yn : null; + }(w), O = L ? L.Yn : null; if (O) { var X = O.nn ? O : O.parent; - d.ln(Pn, { Xn: X.index() + 1, slideAnchor: O.nn ? 0 : O.index() }), Ue = T.Gn, W(r); + d.ln(In, { Xn: X.index() + 1, slideAnchor: O.nn ? 0 : O.index() }), Ue = L.Gn, W(r); } } } } else W(r); - }(e) : !ai() && o().keyboardScrolling && i && (en = e.ctrlKey, vi = setTimeout(function() { + }(e) : !si() && o().keyboardScrolling && i && (en = e.ctrlKey, gi = setTimeout(function() { (function(r) { - var a = r.shiftKey, l = M.activeElement, v = _(l, "video") || _(l, "audio"), f = m.isScrolled("up", u().D.item), b = m.isScrolled("down", u().D.item), x = [37, 39].indexOf(r.keyCode) > -1; + var a = r.shiftKey, l = T.activeElement, v = _(l, "video") || _(l, "audio"), f = m.isScrolled("up", u().D.item), b = m.isScrolled("down", u().D.item), x = [37, 39].indexOf(r.keyCode) > -1; if (function(w) { - (function(T) { - return [40, 38, 32, 33, 34].indexOf(T.keyCode) > -1 && !c.j; - })(w) && !L(w.target, Qe) && w.preventDefault(); + (function(L) { + return [40, 38, 32, 33, 34].indexOf(L.keyCode) > -1 && !c.j; + })(w) && !M(w.target, Qe) && w.preventDefault(); }(r), c.canScroll || x) switch (p({ L: "keydown" }), r.keyCode) { case 38: case 33: - Y().k.up && f ? c.j ? d.ln(so, { e: r }) : Ze() : m.Sn(); + Y().k.up && f ? c.j ? d.ln(fo, { e: r }) : Ze() : m.Sn(); break; case 32: if (a && Y().k.up && !v && f) { @@ -1404,62 +1407,62 @@ var mr = { exports: {} }; Y().k.down && yt(u().R.length); break; case 37: - Y().k.left && mi(); + Y().k.left && wi(); break; case 39: - Y().k.right && Si(); + Y().k.right && yi(); } })(e); }, 0)); } - function Ko(e) { + function Qo(e) { c.G && (en = e.ctrlKey); } - function Ir() { + function Hr() { p({ G: !1 }), en = !1; } - function Nr(e) { - $o(); + function zr(e) { + Jo(); } - function Hr(e) { - L(Ue, gn) && !L(Ue, Mt) || $o(); + function _r(e) { + M(Ue, mn) && !M(Ue, Tt) || Jo(); } - function $o() { + function Jo() { Ue && (Ue.focus(), Ue = null); } - function bi(e) { + function Ei(e) { return [].slice.call(s('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], summary:not([disabled]), [contenteditable]', e)).filter(function(t) { return H(t, "tabindex") !== "-1" && t.offsetParent !== null; }); } - h.moveSlideLeft = mi, h.moveSlideRight = Si, h.moveTo = yt, d.un(K, function() { - pe("blur", Ir), Pe("keydown", qo), Pe("keyup", Ko), d.un(ae, Br), d.un(It, Nr), d.un(lt, Hr); + h.moveSlideLeft = wi, h.moveSlideRight = yi, h.moveTo = yt, d.un(K, function() { + pe("blur", Hr), Pe("keydown", $o), Pe("keyup", Qo), d.un(ae, Nr), d.un(It, zr), d.un(lt, _r); }); - var Qo = (/* @__PURE__ */ new Date()).getTime(), Ge = []; - function xi(e) { + var er = (/* @__PURE__ */ new Date()).getTime(), Ge = []; + function Ai(e) { e ? (function() { var t, n = ""; y.addEventListener ? t = "addEventListener" : (t = "attachEvent", n = "on"); - var i = "onwheel" in M.createElement("div") ? "wheel" : M.onmousewheel !== void 0 ? "mousewheel" : "DOMMouseScroll", r = Ho(); - i == "DOMMouseScroll" ? M[t](n + "MozMousePixelScroll", qe, r) : M[t](n + i, qe, r); - }(), g().addEventListener("mousedown", Jo), g().addEventListener("mouseup", er)) : (M.addEventListener ? (ve("mousewheel", qe, !1), ve("wheel", qe, !1), ve("MozMousePixelScroll", qe, !1)) : M.detachEvent("onmousewheel", qe), g().removeEventListener("mousedown", Jo), g().removeEventListener("mouseup", er)); + var i = "onwheel" in T.createElement("div") ? "wheel" : T.onmousewheel !== void 0 ? "mousewheel" : "DOMMouseScroll", r = _o(); + i == "DOMMouseScroll" ? T[t](n + "MozMousePixelScroll", qe, r) : T[t](n + i, qe, r); + }(), g().addEventListener("mousedown", tr), g().addEventListener("mouseup", nr)) : (T.addEventListener ? (ve("mousewheel", qe, !1), ve("wheel", qe, !1), ve("MozMousePixelScroll", qe, !1)) : T.detachEvent("onmousewheel", qe), g().removeEventListener("mousedown", tr), g().removeEventListener("mouseup", nr)); } function qe(e) { var t = (/* @__PURE__ */ new Date()).getTime(), n = D(s(".fp-completely")[0], "fp-normal-scroll"), i = function(x, w) { (/* @__PURE__ */ new Date()).getTime(); - var T = u().j && x.getBoundingClientRect().bottom >= 0 && Qt.Fn() === "up", O = u().Vn; + var L = u().j && x.getBoundingClientRect().bottom >= 0 && Qt.Fn() === "up", O = u().Vn; if (O) return W(w), !1; if (u().j) { - if (T) { + if (L) { var X; - if (!(O || Yo("isNewKeyframe", "beyondFullpage") && Qt.Wn())) + if (!(O || Wo("isNewKeyframe", "beyondFullpage") && Qt.Wn())) return (X = He(ue(u().R).item.offsetTop + ue(u().R).item.offsetHeight)).element.scrollTo(0, X.options), p({ Vn: !1 }), W(w), !1; if (Qt.Wn()) - return T = !1, p({ Vn: !0 }), p({ L: "wheel" }), Vo(), W(w), !1; + return L = !1, p({ Vn: !0 }), p({ L: "wheel" }), Fo(), W(w), !1; } else - Yo("set", "beyondFullpage", 1e3); - if (!O && !T) + Wo("set", "beyondFullpage", 1e3); + if (!O && !L) return !0; } }(g(), e); @@ -1472,116 +1475,116 @@ var mr = { exports: {} }; if (o().autoScrolling && !en && !n) { var r = (e = e || y.event).wheelDelta || -e.deltaY || -e.detail, a = Math.max(-1, Math.min(1, r)), l = e.wheelDeltaX !== void 0 || e.deltaX !== void 0, v = Math.abs(e.wheelDeltaX) < Math.abs(e.wheelDelta) || Math.abs(e.deltaX) < Math.abs(e.deltaY) || !l, f = a < 0 ? "down" : a > 0 ? "up" : "none"; Ge.length > 149 && Ge.shift(), Ge.push(Math.abs(r)), o().scrollBar && W(e); - var b = t - Qo; - return Qo = t, b > 200 && (Ge = []), p({ B: f }), c.canScroll && !Ot() && vt(Ge, 10) >= vt(Ge, 70) && v && (p({ L: "wheel" }), Wo(a < 0 ? "down" : "up")), !1; + var b = t - er; + return er = t, b > 200 && (Ge = []), p({ B: f }), c.canScroll && !Ot() && vt(Ge, 10) >= vt(Ge, 70) && v && (p({ L: "wheel" }), Zo(a < 0 ? "down" : "up")), !1; } o().fitToSection && p({ F: !1 }); } - function Jo(e) { + function tr(e) { var t; - e.which == 2 && (t = e.pageY, Jt = t, g().addEventListener("mousemove", Fo)); + e.which == 2 && (t = e.pageY, Jt = t, g().addEventListener("mousemove", Xo)); } - function er(e) { - e.which == 2 && g().removeEventListener("mousemove", Fo); + function nr(e) { + e.which == 2 && g().removeEventListener("mousemove", Xo); } function bt(e) { - e ? (xi(!0), function() { + e ? (Ai(!0), function() { if (oe.Bn && (Ee || Ae) && (!B("dragAndMove") || o().dragAndMove === "mouseonly")) { - o().autoScrolling && (R.removeEventListener(oe.Bn, gi, { passive: !1 }), R.addEventListener(oe.Bn, gi, { passive: !1 })); + o().autoScrolling && (R.removeEventListener(oe.Bn, Si, { passive: !1 }), R.addEventListener(oe.Bn, Si, { passive: !1 })); var t = o().touchWrapper; t.removeEventListener(oe.Zn, rn), t.removeEventListener(oe.Bn, St, { passive: !1 }), t.addEventListener(oe.Zn, rn), t.addEventListener(oe.Bn, St, { passive: !1 }); } - }()) : (xi(!1), function() { + }()) : (Ai(!1), function() { if (oe.Bn && (Ee || Ae)) { - o().autoScrolling && (R.removeEventListener(oe.Bn, St, { passive: !1 }), R.removeEventListener(oe.Bn, gi, { passive: !1 })); + o().autoScrolling && (R.removeEventListener(oe.Bn, St, { passive: !1 }), R.removeEventListener(oe.Bn, Si, { passive: !1 })); var t = o().touchWrapper; t.removeEventListener(oe.Zn, rn), t.removeEventListener(oe.Bn, St, { passive: !1 }); } }()); } - h.setMouseWheelScrolling = xi; - var Ei = !0; - function zr() { + h.setMouseWheelScrolling = Ai; + var Ti = !0; + function Vr() { ["mouseenter", "touchstart", "mouseleave", "touchend"].forEach(function(e) { - ve(e, nr, !0); + ve(e, or, !0); }); } - function tr(e, t) { - document["fp_" + e] = t, Pe(e, nr, !0); + function ir(e, t) { + document["fp_" + e] = t, Pe(e, or, !0); } - function nr(e) { + function or(e) { var t = e.type, n = !1, i = t === "mouseleave" ? e.toElement || e.relatedTarget : e.target; - i != document && i ? (t === "touchend" && (Ei = !1, setTimeout(function() { - Ei = !0; - }, 800)), (t !== "mouseenter" || Ei) && (o().normalScrollElements.split(",").forEach(function(r) { + i != document && i ? (t === "touchend" && (Ti = !1, setTimeout(function() { + Ti = !0; + }, 800)), (t !== "mouseenter" || Ti) && (o().normalScrollElements.split(",").forEach(function(r) { if (!n) { - var a = _(i, r), l = L(i, r); + var a = _(i, r), l = M(i, r); (a || l) && (h.shared.Un || bt(!1), h.shared.Un = !0, n = !0); } }), !n && h.shared.Un && (bt(!0), h.shared.Un = !1))) : bt(!0); } function ln(e, t) { - ze(0, "internal"), yt(e, t), ze(Le().scrollingSpeed, "internal"); + ze(0, "internal"), yt(e, t), ze(Me().scrollingSpeed, "internal"); } d.un(K, function() { o().normalScrollElements && (["mouseenter", "touchstart"].forEach(function(e) { - tr(e, !1); + ir(e, !1); }), ["mouseleave", "touchend"].forEach(function(e) { - tr(e, !0); - })), d.un(ae, zr); + ir(e, !0); + })), d.un(ae, Vr); }), h.silentMoveTo = ln; - var Ai, ir, Mi = F(), or = ft(), Ti = !1; - function _r() { - clearTimeout(Ai), clearTimeout(ir), Xe("resize", Li); + var Li, rr, Mi = F(), lr = ft(), Di = !1; + function Yr() { + clearTimeout(Li), clearTimeout(rr), Xe("resize", Oi); } - function Li() { - Ti || (o().autoScrolling && !o().scrollBar || !o().fitToSection) && rr(F()), c.K && function() { + function Oi() { + Di || (o().autoScrolling && !o().scrollBar || !o().fitToSection) && ar(F()), c.K && function() { if (Ee) for (var e = 0; e < 4; e++) - ir = setTimeout(function() { + rr = setTimeout(function() { window.requestAnimationFrame(function() { o().autoScrolling && !o().scrollBar && (p({ P: !0 }), ln(c.D.index() + 1), p({ P: !1 })); }); }, 200 * e); - }(), Ti = !0, clearTimeout(Ai), Ai = setTimeout(function() { + }(), Di = !0, clearTimeout(Li), Li = setTimeout(function() { (function() { - if (p({ P: !0 }), rr(""), q(g(), "onResize"), o().autoScrolling || c.j || function() { + if (p({ P: !0 }), ar(""), q(g(), "onResize"), o().autoScrolling || c.j || function() { if (!o().autoScrolling || o().scrollBar) { var r = 0.01 * y.innerHeight; - M.documentElement.style.setProperty("--vh", "".concat(r, "px")); + T.documentElement.style.setProperty("--vh", "".concat(r, "px")); } - }(), d.ln(ao), ce(), Lo(), Ee) { - var e = M.activeElement; + }(), d.ln(so), ce(), Oo(), Ee) { + var e = T.activeElement; if (!_(e, "textarea") && !_(e, "input") && !_(e, "select")) { var t = F(); - Math.abs(t - Mi) > 20 * Math.max(Mi, t) / 100 && (Di(!0), Mi = t); + Math.abs(t - Mi) > 20 * Math.max(Mi, t) / 100 && (Ci(!0), Mi = t); } } else - n = F(), i = ft(), c.U === n && or === i || (p({ U: n }), or = i, Di(!0)); + n = F(), i = ft(), c.U === n && lr === i || (p({ U: n }), lr = i, Ci(!0)); var n, i; q(g(), "onResizeEnds"), p({ P: !1 }); - })(), Ti = !1; + })(), Di = !1; }, 400); } - function Di(e) { - if (!D(g(), pn)) { + function Ci(e) { + if (!D(g(), vn)) { p({ P: !0, U: F(), _n: ft() }); for (var t = u().R, n = 0; n < t.length; ++n) { var i = t[n], r = s(fe, i.item)[0], a = i.slides; - B("offsetSections") && C(i.item, { height: xn(i.item) }), a.length > 1 && Re(r, i.activeSlide.item); + B("offsetSections") && C(i.item, { height: En(i.item) }), a.length > 1 && Re(r, i.activeSlide.item); } o().scrollOverflow && m.bn(); var l = u().D.index(); c.j || !l || B("fadingEffect") || B("dropEffect") || B("waterEffect") || ln(l + 1), p({ P: !1 }), z(o().afterResize) && e && o().afterResize.call(g(), y.innerWidth, y.innerHeight), z(o().afterReBuild) && !e && o().afterReBuild.call(g()), q(g(), "afterRebuild"); } } - function rr(e) { + function ar(e) { u().R.forEach(function(t) { - var n = e !== "" || B("offsetSections") ? xn(t.item) : ""; + var n = e !== "" || B("offsetSections") ? En(t.item) : ""; C(t.item, { height: n }); }); } - function Oi() { + function Ri() { var e, t, n = y.location.hash; if (n.length) { var i = n.replace("#", "").split("/"), r = n.indexOf("#/") > -1; @@ -1591,138 +1594,138 @@ var mr = { exports: {} }; } return { section: e, pn: t }; } - function Vr() { - Xe("hashchange", lr); + function Fr() { + Xe("hashchange", cr); } - function lr() { + function cr() { if (!c.H && !o().lockAnchors) { - var e = Oi(), t = e.section, n = e.pn, i = c.C === void 0, r = c.C === void 0 && n === void 0 && !c.I; - t && t.length && (t && t !== c.C && !i || r && !Ot() || !c.I && c.W != n && !Ot()) && d.ln(Pn, { Xn: t, slideAnchor: n }); + var e = Ri(), t = e.section, n = e.pn, i = c.C === void 0, r = c.C === void 0 && n === void 0 && !c.I; + t && t.length && (t && t !== c.C && !i || r && !Ot() || !c.I && c.W != n && !Ot()) && d.ln(In, { Xn: t, slideAnchor: n }); } } - function Yr(e) { + function Wr(e) { var t = e.target; - L(t, o().menu + " [data-menuanchor]") && Fr.call(t, e.e); + M(t, o().menu + " [data-menuanchor]") && Xr.call(t, e.e); } - function Fr(e) { + function Xr(e) { if (p({ L: "menu" }), s(o().menu)[0] && (o().lockAnchors || !o().anchors.length)) { W(e); - var t = L(this, "[data-menuanchor]"); - d.ln(uo, { anchor: H(t, "data-menuanchor") }); + var t = M(this, "[data-menuanchor]"); + d.ln(po, { anchor: H(t, "data-menuanchor") }); } } - function Wr(e) { + function Zr(e) { var t = e.target; - t && L(t, "#fp-nav a") ? Lr.call(t, e.e) : _(t, ".fp-tooltip") ? Tr.call(t) : (_(t, zi) || L(t, zi) != null) && xr.call(t, e.e); + t && M(t, "#fp-nav a") ? Or.call(t, e.e) : _(t, ".fp-tooltip") ? Dr.call(t) : (_(t, Vi) || M(t, Vi) != null) && Ar.call(t, e.e); } - h.reBuild = Di, d.un(K, function() { - Li(), pe("resize", Li), d.un(ae, _r); + h.reBuild = Ci, d.un(K, function() { + Oi(), pe("resize", Oi), d.un(ae, Yr); }), h.setLockAnchors = function(e) { o().lockAnchors = e; }, d.un(K, function() { - pe("hashchange", lr), d.un(ae, Vr); - }), d.un(K, function() { - Pe("wheel", Qt.Cn, Ho()), d.un(vo, jr), d.un(so, Pr); + pe("hashchange", cr), d.un(ae, Fr); }), d.un(K, function() { - d.un(Bt, Yr); + Pe("wheel", Qt.Cn, _o()), d.un(go, Br), d.un(fo, Ir); }), d.un(K, function() { d.un(Bt, Wr); + }), d.un(K, function() { + d.un(Bt, Zr); }); - var Ci, Ri, ar = 0; + var ki, ji, sr = 0; function an(e) { var t, n, i, r, a; - if (q(g(), "onScroll"), !c.P && u().D && (ue(u().R), !u().j && !u().Vn && (!o().autoScrolling || o().scrollBar || B("dragAndMove")) && !Zi())) { + if (q(g(), "onScroll"), !c.P && u().D && (ue(u().R), !u().j && !u().Vn && (!o().autoScrolling || o().scrollBar || B("dragAndMove")) && !Gi())) { var l = B("dragAndMove") ? Math.abs(S("dragAndMove", "getCurrentScroll")) : we(), v = function($) { - var re = $ > ar ? "down" : "up"; - return ar = $, p({ X: $ }), re; + var re = $ > sr ? "down" : "up"; + return sr = $, p({ X: $ }), re; }(l), f = 0, b = l + F() / 2, x = (B("dragAndMove") ? S("dragAndMove", "getDocumentHeight") : R.scrollHeight - F()) === l, w = u().R; if (p({ scrollY: l }), x) f = w.length - 1; else if (l) - for (var T = 0; T < w.length; ++T) - (L(w[T].item, J) || w[T].item).offsetTop <= b && (f = T); + for (var L = 0; L < w.length; ++L) + (M(w[L].item, J) || w[L].item).offsetTop <= b && (f = L); else f = 0; if (i = v, r = u().D.item.offsetTop, a = r + F(), (i == "up" ? a >= we() + F() : r <= we()) && (D(u().D.item, Ie) || (E(u().D.item, Ie), N(We(u().D.item), Ie))), n = (t = w[f]).item, !t.isActive) { p({ H: !0 }); - var O, X, V = u().D.item, j = u().D.index() + 1, P = Mn(u().D, n), A = t.anchor, Z = t.index() + 1, U = t.activeSlide, ge = { D: V, sectionIndex: Z - 1, anchorLink: A, element: n, leavingSection: j, direction: P, items: { origin: u().D, destination: t } }; + var O, X, V = u().D.item, j = u().D.index() + 1, P = Ln(u().D, n), A = t.anchor, Z = t.index() + 1, U = t.activeSlide, ge = { D: V, sectionIndex: Z - 1, anchorLink: A, element: n, leavingSection: j, direction: P, items: { origin: u().D, destination: t } }; U && (X = U.anchor, O = U.index()), c.canScroll && (N(w.filter(function($) { return $.index() !== t.index(); }).map(function($) { return $.item; - }), k), E(n, k), S("parallax", "afterLoad"), z(o().beforeLeave) && Ao("beforeLeave", ge), z(o().onLeave) && se("onLeave", ge), z(o().afterLoad) && se("afterLoad", ge), S("resetSliders", "apply", { localIsResizing: c.P, leavingSection: j }), Ln(V), ot(t), Pt(n), Fn(A, Z - 1), o().anchors.length && p({ C: A }), ce(), On(O, X, A)), clearTimeout(Ci), Ci = setTimeout(function() { + }), k), E(n, k), S("parallax", "afterLoad"), z(o().beforeLeave) && Lo("beforeLeave", ge), z(o().onLeave) && se("onLeave", ge), z(o().afterLoad) && se("afterLoad", ge), S("resetSliders", "apply", { localIsResizing: c.P, leavingSection: j }), On(V), ot(t), Pt(n), Xn(A, Z - 1), o().anchors.length && p({ C: A }), ce(), Rn(O, X, A)), clearTimeout(ki), ki = setTimeout(function() { p({ H: !1 }); }, 100); } - o().fitToSection && c.canScroll && (clearTimeout(Ri), Ri = setTimeout(function() { + o().fitToSection && c.canScroll && (clearTimeout(ji), ji = setTimeout(function() { c.R.filter(function($) { var re = $.item.getBoundingClientRect(); return Math.round(re.bottom) === Math.round(F()) || Math.round(re.top) === 0; - }).length || To(); + }).length || Do(); }, o().fitToSectionDelay)); } } - function Xr(e) { + function Ur(e) { var t = e.items.destination.activeSlide; p({ scrollX: t ? Math.round(t.offsetLeft) : 0 }); } - function cr(e) { + function ur(e) { var t = o().skipIntermediateItems, n = e.items.origin.nn ? "sections" : "slides", i = Math.abs(e.items.origin.index() - e.items.destination.index()) > 1; (t === !0 || t === n) && i && ze(0, "internal"); } - function sr() { - o().skipIntermediateItems && tt("scrollingSpeed", Le().scrollingSpeed, "internal"); + function fr() { + o().skipIntermediateItems && tt("scrollingSpeed", Me().scrollingSpeed, "internal"); } - function ki(e, t) { + function Pi(e, t) { t !== void 0 ? (t = t.replace(/ /g, "").split(",")).forEach(function(n) { Ht(e, n, "k"); }) : (Ht(e, "all", "k"), o().keyboardScrolling = e); } - function Zr(e) { + function Gr(e) { var t = e.index(); - o().anchors[t] !== void 0 && e.isActive && Fn(o().anchors[t], t), o().menu && o().css3 && L(s(o().menu)[0], Me) != null && s(o().menu).forEach(function(n) { + o().anchors[t] !== void 0 && e.isActive && Xn(o().anchors[t], t), o().menu && o().css3 && M(s(o().menu)[0], Te) != null && s(o().menu).forEach(function(n) { R.appendChild(n); }); } - function ur() { + function dr() { var e, t, n = u().D, i = u().D.item; - E(i, Ie), ot(u().D), xo(), Pt(i), t = wi((e = Oi()).section), e.section && t && (t === void 0 || t.index() !== de(Qn)) || !z(o().afterLoad) || se("afterLoad", { D: i, element: i, direction: null, anchorLink: n.anchor, sectionIndex: n.index(), items: { origin: u().D, destination: u().D } }), z(o().afterRender) && se("afterRender"), q(g(), "afterRender"); + E(i, Ie), ot(u().D), Ao(), Pt(i), t = bi((e = Ri()).section), e.section && t && (t === void 0 || t.index() !== de(ei)) || !z(o().afterLoad) || se("afterLoad", { D: i, element: i, direction: null, anchorLink: n.anchor, sectionIndex: n.index(), items: { origin: u().D, destination: u().D } }), z(o().afterRender) && se("afterRender"), q(g(), "afterRender"); } - function ji(e, t) { + function Bi(e, t) { t !== void 0 ? (t = t.replace(/ /g, "").split(",")).forEach(function(n) { Ht(e, n, "m"); }) : Ht(e, "all", "m"), q(g(), "setAllowScrolling", { value: e, Qn: t }); } - function fr() { - var e = Oi(), t = e.section, n = e.pn; - t ? o().animateAnchor ? yi(t, n) : ln(t, n) : d.ln(Rn, null); + function pr() { + var e = Ri(), t = e.section, n = e.pn; + t ? o().animateAnchor ? xi(t, n) : ln(t, n) : d.ln(jn, null); } d.un(ae, function() { - clearTimeout(Ci), clearTimeout(Ri); + clearTimeout(ki), clearTimeout(ji); }), d.un(K, function() { - pe("scroll", an), M.body.addEventListener("scroll", an), d.un(Pn, function(e) { - yi(e.Xn, e.slideAnchor); - }), d.un(uo, function(e) { + pe("scroll", an), T.body.addEventListener("scroll", an), d.un(In, function(e) { + xi(e.Xn, e.slideAnchor); + }), d.un(po, function(e) { yt(e.anchor, void 0); - }), d.un(co, function(e) { + }), d.un(uo, function(e) { (e.direction === "down" ? ht : Ze)(); - }), d.un(fo, function(e) { + }), d.un(vo, function(e) { Ve(e.destination); }); }), d.un(ae, function() { Xe("scroll", an); }), h.getActiveSlide = function() { - return _n(u().D.activeSlide); + return Yn(u().D.activeSlide); }, h.getScrollX = function() { return c.scrollX; }, d.un(K, function() { - d.un(ae, Mr), d.un(po, function(e) { + d.un(ae, Mr), d.un(ho, function(e) { Re(e.slides, e.destination); - }), d.un(jn, function(e) { - Si(e.section); - }), d.un(kn, function(e) { - mi(e.section); - }), d.un(lt, Xr); + }), d.un(Bn, function(e) { + yi(e.section); + }), d.un(Pn, function(e) { + wi(e.section); + }), d.un(lt, Ur); }), d.un(K, function() { var e = o().credits.position, t = ["left", "right"].indexOf(e) > -1 ? "".concat(e, ": 0;") : "", n = `
        @@ -1736,19 +1739,19 @@ var mr = { exports: {} }; `), i = ue(c.R), r = !c.Jn || o().credits.enabled; i && i.item && r && i.item.insertAdjacentHTML("beforeend", n); }), function() { - d.un(ro, function() { + d.un(ao, function() { var v, f, b; p({ Jn: (o().licenseKey, v = o().licenseKey, f = function(x) { var w = parseInt("514").toString(16); if (!x || x.length < 29 || x.split(e[0]).length === 4) return null; - var T = ["Each", "for"][r()]().join(""), O = x[["split"]]("-"), X = []; - O[T](function(P, A) { + var L = ["Each", "for"][r()]().join(""), O = x[["split"]]("-"), X = []; + O[L](function(P, A) { if (A < 4) { var Z = function($) { - var re = $[$.length - 1], Qr = ["NaN", "is"][r()]().join(""); - return window[Qr](re) ? a(re) : function(Jr) { - return Jr - k.length; + var re = $[$.length - 1], el = ["NaN", "is"][r()]().join(""); + return window[el](re) ? a(re) : function(tl) { + return tl - k.length; }(re); }(P); X.push(Z); @@ -1776,7 +1779,7 @@ var mr = { exports: {} }; return new RegExp("^(?=.*?[A-Y])(?=.*?[a-y])(?=.*?[0-8])(?=.*?[#?!@$%^&*-]).{8,}$").test(x); }(v), (f || b) && (f && n <= f.Kn && f.qn === v.split(e[0])[4] || b || f.$n) || !1) }); }); - var e = ["-"], t = "2024-8-6".split("-"), n = new Date(t[0], t[1], t[2]), i = ["se", "licen", "-", "v3", "l", "gp"]; + var e = ["-"], t = "2024-9-14".split("-"), n = new Date(t[0], t[1], t[2]), i = ["se", "licen", "-", "v3", "l", "gp"]; function r() { return [["re", "verse"].join("")][0]; } @@ -1787,72 +1790,72 @@ var mr = { exports: {} }; var f = 72 + v; return f > 90 && f < 97 && (f += 15), String.fromCharCode(f).toUpperCase(); } - }(), d.un(Bn, cr), d.un(lt, sr), d.un(In, cr), d.un(It, sr), d.un(lo, function() { - ki(!0); - }), h.setKeyboardScrolling = ki, h.shared.nt = ur, h.setAllowScrolling = ji; - var Ur = {}; + }(), d.un(Nn, ur), d.un(lt, fr), d.un(Hn, ur), d.un(It, fr), d.un(co, function() { + Pi(!0); + }), h.setKeyboardScrolling = Pi, h.shared.nt = dr, h.setAllowScrolling = Bi; + var qr = {}; function Ke() { - return Ur; + return qr; } - var cn, he, dr, Pi, sn = !D(R, G("OHNsd3AtZnVsbHBhZ2UtanM5T20=")); - function pr(e) { - if (he = M.createElement("div"), cn = G("MTIzPGRpdj48YSBocmVmPSJodHRwOi8vYWx2YXJvdHJpZ28uY29tL2Z1bGxQYWdlL2V4dGVuc2lvbnMvIiBzdHlsZT0iY29sb3I6ICNmZmYgIWltcG9ydGFudDsgdGV4dC1kZWNvcmF0aW9uOm5vbmUgIWltcG9ydGFudDsiPlVubGljZW5zZWQgZnVsbFBhZ2UuanMgRXh0ZW5zaW9uPC9hPjwvZGl2PjEyMw=="), sn || (cn = cn.replace("extensions/", "").replace("Extension", "")), he.innerHTML = cn, he = he.firstChild, "MutationObserver" in window && new MutationObserver(Gr).observe(M.body, { childList: !0, subtree: !1 }), (!sn || B(e) && h[e]) && (!function(n) { + var cn, he, vr, Ii, sn = !D(R, G("OHNsd3AtZnVsbHBhZ2UtanM5T20=")); + function hr(e) { + if (he = T.createElement("div"), cn = G("MTIzPGRpdj48YSBocmVmPSJodHRwOi8vYWx2YXJvdHJpZ28uY29tL2Z1bGxQYWdlL2V4dGVuc2lvbnMvIiBzdHlsZT0iY29sb3I6ICNmZmYgIWltcG9ydGFudDsgdGV4dC1kZWNvcmF0aW9uOm5vbmUgIWltcG9ydGFudDsiPlVubGljZW5zZWQgZnVsbFBhZ2UuanMgRXh0ZW5zaW9uPC9hPjwvZGl2PjEyMw=="), sn || (cn = cn.replace("extensions/", "").replace("Extension", "")), he.innerHTML = cn, he = he.firstChild, "MutationObserver" in window && new MutationObserver(Kr).observe(T.body, { childList: !0, subtree: !1 }), (!sn || B(e) && h[e]) && (!function(n) { var i = Ke()[n] !== void 0 && Ke()[n].length, r = [], a = !1; return Ye(Ke()[n]) ? r = Ke()[n] : r.push(Ke()[n]), r.forEach(function(l) { var v = function() { - if (M.domain.length) { - for (var re = M.domain.replace(/^(www\.)/, "").split("."); re.length > 2; ) + if (T.domain.length) { + for (var re = T.domain.replace(/^(www\.)/, "").split("."); re.length > 2; ) re.shift(); return re.join(".").replace(/(^\.*)|(\.*$)/g, ""); } return ""; - }(), f = ["MTM0bG9jYWxob3N0MjM0", "MTM0MC4xMjM0", "MTM0anNoZWxsLm5ldDIzNA==", "UDdDQU5ZNlNN", "NTY3YnVuZGxlNzg5", "NTU1S2V5Nzc3", "NDU2dGVzdDQ1Ng=="], b = G(f[0]), x = G(f[1]), w = G(f[2]), T = G(f[6]), O = G(f[3]), X = G(f[4]), V = G(f[5]), j = o()[X + V] !== void 0; + }(), f = ["MTM0bG9jYWxob3N0MjM0", "MTM0MC4xMjM0", "MTM0anNoZWxsLm5ldDIzNA==", "UDdDQU5ZNlNN", "NTY3YnVuZGxlNzg5", "NTU1S2V5Nzc3", "NDU2dGVzdDQ1Ng=="], b = G(f[0]), x = G(f[1]), w = G(f[2]), L = G(f[6]), O = G(f[3]), X = G(f[4]), V = G(f[5]), j = o()[X + V] !== void 0; i = i || j; - var P = [b, x, w, T].indexOf(v) < 0 && v.length !== 0; + var P = [b, x, w, L].indexOf(v) < 0 && v.length !== 0; if (!i && !j && P) return !1; var A = i ? G(l) : "", Z = (A = A.split("_")).length > 1 && A[1].indexOf(n, A[1].length - n.length) > -1, U = A.length > 1 && A[1].toLowerCase().indexOf(X) > -1, ge = A[0].indexOf(v, A[0].length - v.length) < 0, $ = Z || U; a = a || !(ge && P && O != A[0]) && $ || !P; }), a; }(e) || !sn)) { - vr(); + gr(); var t = G("MzQ1c2V0SW50ZXJ2YWwxMjM="); - window[t](vr, 2e3); + window[t](gr, 2e3); } } - function vr() { - he && (Pi || (Math.random() < 0.5 ? Ui(R, he) : Fe(he, R), Pi = !0), he.setAttribute("style", G("MTIzei1pbmRleDo5OTk5OTk5O3Bvc2l0aW9uOmZpeGVkO3RvcDoyMHB4O2JvdHRvbTphdXRvO2xlZnQ6MjBweDtyaWdodDphdXRvO2JhY2tncm91bmQ6cmVkO3BhZGRpbmc6N3B4IDE1cHg7Zm9udC1zaXplOjE0cHg7Zm9udC1mYW1pbHk6YXJpYWw7Y29sb3I6I2ZmZjtkaXNwbGF5OmlubGluZS1ibG9jazt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoMCwwLDApO29wYWNpdHk6MTtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO3pvb206MTttYXJnaW46YXV0bztib3JkZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7Y2xpcC1wYXRoOm5vbmU7MTIz").replace(/;/g, G("MTIzICFpbXBvcnRhbnQ7MzQ1")))); + function gr() { + he && (Ii || (Math.random() < 0.5 ? qi(R, he) : Fe(he, R), Ii = !0), he.setAttribute("style", G("MTIzei1pbmRleDo5OTk5OTk5O3Bvc2l0aW9uOmZpeGVkO3RvcDoyMHB4O2JvdHRvbTphdXRvO2xlZnQ6MjBweDtyaWdodDphdXRvO2JhY2tncm91bmQ6cmVkO3BhZGRpbmc6N3B4IDE1cHg7Zm9udC1zaXplOjE0cHg7Zm9udC1mYW1pbHk6YXJpYWw7Y29sb3I6I2ZmZjtkaXNwbGF5OmlubGluZS1ibG9jazt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoMCwwLDApO29wYWNpdHk6MTtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO3pvb206MTttYXJnaW46YXV0bztib3JkZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7Y2xpcC1wYXRoOm5vbmU7MTIz").replace(/;/g, G("MTIzICFpbXBvcnRhbnQ7MzQ1")))); } - function Gr(e) { + function Kr(e) { e.forEach(function(t) { if (t.removedNodes[0] && t.removedNodes[0].isEqualNode(he)) { - clearTimeout(dr); + clearTimeout(vr); var n = G("bDIwc2V0VGltZW91dDAzbA=="); - dr = window[n](qr, 900); + vr = window[n]($r, 900); } }); } - function qr() { - Pi = !1; + function $r() { + Ii = !1; } - function Kr() { - zt(), ce(), o().scrollBar = o().scrollBar || o().hybrid, Wi(), function() { - C(jo(g(), "body"), { height: "100%", position: "relative" }), E(g(), fn), E(it, Et), p({ U: F() }), N(g(), pn), Bo(), S("parallax", "init"); + function Qr() { + zt(), ce(), o().scrollBar = o().scrollBar || o().hybrid, Zi(), function() { + C(Bo(g(), "body"), { height: "100%", position: "relative" }), E(g(), fn), E(it, Et), p({ U: F() }), N(g(), vn), No(), S("parallax", "init"); for (var e = u().tn, t = 0; t < e.length; t++) { var n = e[t], i = n.vn, r = H(n.item, "style"); - r && n.item.setAttribute("data-fp-styles", r), Jn(n), Zr(n), i.length > 0 && ci(n); + r && n.item.setAttribute("data-fp-styles", r), ti(n), Gr(n), i.length > 0 && ui(n); } o().fixedElements && o().css3 && s(o().fixedElements).forEach(function(a) { R.appendChild(a); - }), o().navigation && Eo(), s('iframe[src*="youtube.com/embed/"]', g()).forEach(function(a) { + }), o().navigation && To(), s('iframe[src*="youtube.com/embed/"]', g()).forEach(function(a) { var l, v; v = H(l = a, "src"), l.setAttribute("src", v + (/\?/.test(v) ? "&" : "?") + "enablejsapi=1"); }), S("fadingEffect", "apply"), S("waterEffect", "init"), S("dropEffect", "init"), S("cards", "init"), o().scrollOverflow && m.bn(); - }(), ji(!0), bt(!0), _e(o().autoScrolling, "internal"), Lo(), no(), M.readyState === "complete" && fr(), pe("load", fr), ur(), sn || pr("l"), zt(), ce(); + }(), Bi(!0), bt(!0), _e(o().autoScrolling, "internal"), Oo(), oo(), T.readyState === "complete" && pr(), pe("load", pr), dr(), sn || hr("l"), zt(), ce(); } - function hr() { + function mr() { var e = o().licenseKey; - o().licenseKey.trim() === "" ? (ee("error", "Fullpage.js requires a `licenseKey` option. Read about it on the following website:"), ee("error", "https://alvarotrigo.com/fullPage/docs/#licensekey")) : o() && c.Jn || M.domain.indexOf("alvarotrigo.com") > -1 ? e && e.length : (ee("error", "Incorrect `licenseKey`. Get one for fullPage.js version 4 here:"), ee("error", "https://alvarotrigo.com/fullPage/pricing")), D(it, Et) ? ee("error", "Fullpage.js can only be initialized once and you are doing it multiple times!") : (o().continuousVertical && (o().loopTop || o().loopBottom) && (o().continuousVertical = !1, ee("warn", "Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")), !o().scrollOverflow || !o().scrollBar && o().autoScrolling || ee("warn", "Options scrollBar:true and autoScrolling:false are mutually exclusive with scrollOverflow:true. Sections with scrollOverflow might not work well in Firefox"), !o().continuousVertical || !o().scrollBar && o().autoScrolling || (o().continuousVertical = !1, ee("warn", "Scroll bars (`scrollBar:true` or `autoScrolling:false`) are mutually exclusive with `continuousVertical`; `continuousVertical` disabled")), o().anchors.forEach(function(t) { + o().licenseKey.trim() === "" ? (ee("error", "Fullpage.js requires a `licenseKey` option. Read about it on the following website:"), ee("error", "https://alvarotrigo.com/fullPage/docs/#licensekey")) : o() && c.Jn || T.domain.indexOf("alvarotrigo.com") > -1 ? e && e.length : (ee("error", "Incorrect `licenseKey`. Get one for fullPage.js version 4 here:"), ee("error", "https://alvarotrigo.com/fullPage/pricing")), D(it, Et) ? ee("error", "Fullpage.js can only be initialized once and you are doing it multiple times!") : (o().continuousVertical && (o().loopTop || o().loopBottom) && (o().continuousVertical = !1, ee("warn", "Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")), !o().scrollOverflow || !o().scrollBar && o().autoScrolling || ee("warn", "Options scrollBar:true and autoScrolling:false are mutually exclusive with scrollOverflow:true. Sections with scrollOverflow might not work well in Firefox"), !o().continuousVertical || !o().scrollBar && o().autoScrolling || (o().continuousVertical = !1, ee("warn", "Scroll bars (`scrollBar:true` or `autoScrolling:false`) are mutually exclusive with `continuousVertical`; `continuousVertical` disabled")), o().anchors.forEach(function(t) { var n = [].slice.call(s("[name]")).filter(function(a) { return H(a, "name") && H(a, "name").toLowerCase() == t.toLowerCase(); }), i = [].slice.call(s("[id]")).filter(function(a) { @@ -1865,8 +1868,8 @@ var mr = { exports: {} }; } })); } - function $r() { - return { options: o(), internals: { container: g(), canScroll: c.canScroll, isScrollAllowed: Y(), getDestinationPosition: Mo, isTouch: Ae, c: pr, getXmovement: wo, removeAnimation: Rt, getTransforms: Tn, lazyLoad: Dn, addAnimation: An, performHorizontalMove: So, landscapeScroll: Re, silentLandscapeScroll: at, keepSlidesPosition: Yn, silentScroll: Oe, styleSlides: ci, styleSection: Jn, scrollHandler: an, getEventsPage: hi, getMSPointer: Zo, isReallyTouch: wt, usingExtension: B, toggleControlArrows: mo, touchStartHandler: rn, touchMoveHandler: St, nullOrSection: me, items: { SectionPanel: ke, SlidePanel: _t, Item: le }, getVisible: ut, getState: u, updateState: ce, updateStructuralState: zt, activeSlidesNavigation: go, getPanels: function() { + function Jr() { + return { options: o(), internals: { container: g(), canScroll: c.canScroll, isScrollAllowed: Y(), getDestinationPosition: Mo, isTouch: Ae, c: hr, getXmovement: bo, removeAnimation: Rt, getTransforms: Mn, lazyLoad: Cn, addAnimation: Tn, performHorizontalMove: yo, landscapeScroll: Re, silentLandscapeScroll: at, keepSlidesPosition: Wn, silentScroll: Oe, styleSlides: ui, styleSection: ti, scrollHandler: an, getEventsPage: mi, getMSPointer: Go, isReallyTouch: wt, usingExtension: B, toggleControlArrows: wo, touchStartHandler: rn, touchMoveHandler: St, nullOrSection: me, items: { SectionPanel: ke, SlidePanel: _t, Item: le }, getVisible: ut, getState: u, updateState: ce, updateStructuralState: zt, activeSlidesNavigation: So, getPanels: function() { return c.rn; }, getSections: function() { return c.R; @@ -1878,14 +1881,14 @@ var mr = { exports: {} }; var t = ["NTY3YnVuZGxlNzg5", "NTU1S2V5Nzc3"], n = G(t[0]), i = G(t[1]), r = o()[n + i] !== void 0, a = "fp_" + e + "Extension"; Ke()[e] = r ? o()[n + i] : o()[e + i], h[e] = window[a] !== void 0 ? new window[a]() : null, h[e] && h[e].c(e); } - function gr(e, t) { + function Sr(e, t) { var n; if (R = s("body")[0], it = s("html")[0], kt = s("html, body"), !D(it, Et)) - return n = typeof e == "string" ? s(e)[0] : e, Lt.touchWrapper = n, function(i) { - Dt = je({}, Lt, i), bn = Object.assign({}, Dt); + return n = typeof e == "string" ? s(e)[0] : e, Mt.touchWrapper = n, function(i) { + Dt = je({}, Mt, i), xn = Object.assign({}, Dt); }(t), function(i) { et = i; - }(typeof e == "string" ? s(e)[0] : e), d.ln(ro), hr(), h.getFullpageData = $r, h.version = "4.0.29", h.test = Object.assign(h.test, { top: "0px", on: "translate3d(0px, 0px, 0px)", cn: function() { + }(typeof e == "string" ? s(e)[0] : e), d.ln(ao), mr(), h.getFullpageData = Jr, h.version = "4.0.30", h.test = Object.assign(h.test, { top: "0px", on: "translate3d(0px, 0px, 0px)", cn: function() { for (var i = [], r = 0; r < s(o().sectionSelector, g()).length; r++) i.push("translate3d(0px, 0px, 0px)"); return i; @@ -1893,25 +1896,25 @@ var mr = { exports: {} }; for (var i = [], r = 0; r < s(o().sectionSelector, g()).length; r++) i.push(0); return i; - }(), options: o(), setAutoScrolling: null }), h.shared = Object.assign(h.shared, { nt: null, Un: !1 }), y.fullpage_api = h, y.fullpage_extensions = !0, g() && (d.ln(lo), te("continuousHorizontal"), te("scrollHorizontally"), te("resetSliders"), te("interlockedSlides"), te("responsiveSlides"), te("fadingEffect"), te("dragAndMove"), te("offsetSections"), te("scrollOverflowReset"), te("parallax"), te("cards"), te("dropEffect"), te("waterEffect"), S("dragAndMove", "init"), S("responsiveSlides", "init"), Kr(), d.ln(K), p({ K: !0 }), S("dragAndMove", "turnOffTouch")), y.fullpage_api; - hr(); + }(), options: o(), setAutoScrolling: null }), h.shared = Object.assign(h.shared, { nt: null, Un: !1 }), y.fullpage_api = h, y.fullpage_extensions = !0, g() && (d.ln(co), te("continuousHorizontal"), te("scrollHorizontally"), te("resetSliders"), te("interlockedSlides"), te("responsiveSlides"), te("fadingEffect"), te("dragAndMove"), te("offsetSections"), te("scrollOverflowReset"), te("parallax"), te("cards"), te("dropEffect"), te("waterEffect"), S("dragAndMove", "init"), S("responsiveSlides", "init"), Qr(), d.ln(K), p({ K: !0 }), S("dragAndMove", "turnOffTouch")), y.fullpage_api; + mr(); } return h.destroy = function(e) { - q(g(), "destroy", e), _e(!1, "internal"), ji(!0), bt(!1), ki(!1), E(g(), pn), d.ln(ae), S("dragAndMove", "destroy"), e && (Oe(0), s("img[data-src], source[data-src], audio[data-src], iframe[data-src]", g()).forEach(function(t) { + q(g(), "destroy", e), _e(!1, "internal"), Bi(!0), bt(!1), Pi(!1), E(g(), vn), d.ln(ae), S("dragAndMove", "destroy"), e && (Oe(0), s("img[data-src], source[data-src], audio[data-src], iframe[data-src]", g()).forEach(function(t) { $t(t, "src"); }), s("img[data-srcset]").forEach(function(t) { $t(t, "srcset"); - }), Be(s("#fp-nav, .fp-slidesNav, .fp-controlArrow")), C(En(u().R), { height: "", "background-color": "", padding: "" }), C(En(u().slides), { width: "" }), C(g(), { height: "", position: "", "-ms-touch-action": "", "touch-action": "" }), C(kt, { overflow: "", height: "" }), N(it, Et), N(R, xt + " fp-scrollable"), R.className.split(/\s+/).forEach(function(t) { + }), Be(s("#fp-nav, .fp-slidesNav, .fp-controlArrow")), C(An(u().R), { height: "", "background-color": "", padding: "" }), C(An(u().slides), { width: "" }), C(g(), { height: "", position: "", "-ms-touch-action": "", "touch-action": "" }), C(kt, { overflow: "", height: "" }), N(it, Et), N(R, xt + " " + dn), R.className.split(/\s+/).forEach(function(t) { t.indexOf("fp-viewing") === 0 && N(R, t); - }), En(u().rn).forEach(function(t) { + }), An(u().rn).forEach(function(t) { o().scrollOverflow && m.In(t), N(t, "fp-table active fp-completely " + Je); var n = H(t, "data-fp-styles"); - n && t.setAttribute("style", n), D(t, At) && !Fi && t.removeAttribute("data-anchor"); - }), Rt(g()), [yr, $e, fe].forEach(function(t) { + n && t.setAttribute("style", n), D(t, At) && !Xi && t.removeAttribute("data-anchor"); + }), Rt(g()), [xr, $e, fe].forEach(function(t) { s(t, g()).forEach(function(n) { Zt(n); }); - }), C(g(), { "-webkit-transition": "none", transition: "none" }), N(g(), fn), y.scrollTo(0, 0), [At, hn, mn].forEach(function(t) { + }), C(g(), { "-webkit-transition": "none", transition: "none" }), N(g(), fn), y.scrollTo(0, 0), [At, gn, Sn].forEach(function(t) { N(s("." + t), t); })); }, y.fp_easings = je(y.fp_easings, { easeInOutCubic: function(e, t, n, i) { @@ -1922,11 +1925,11 @@ var mr = { exports: {} }; o().$.fn.fullpage[i] = h[i]; }); } : ee("error", "jQuery is required to use the jQuery fullpage adapter!"); - }(y.jQuery, gr), gr; + }(y.jQuery, Sr), Sr; }); -})(mr); -var rl = mr.exports; -const ll = /* @__PURE__ */ ol(rl), al = [ +})(wr); +var al = wr.exports; +const cl = /* @__PURE__ */ ll(al), sl = [ "afterLoad", "onLeave", "afterRender", @@ -1934,12 +1937,12 @@ const ll = /* @__PURE__ */ ol(rl), al = [ "afterResponsive", "afterSlideLoad", "onSlideLeave" -], cl = (I, Q) => { +], ul = (I, Q) => { const ne = I.__vccOpts || I; for (const [ie, xe] of Q) ne[ie] = xe; return ne; -}, sl = { +}, fl = { name: "FullPage", props: { options: { @@ -1954,7 +1957,7 @@ const ll = /* @__PURE__ */ ol(rl), al = [ }, data() { return { - events: al.reduce((I, Q) => ({ + events: sl.reduce((I, Q) => ({ ...I, [Q]: (...ne) => { this.emitEvent(Q, ne); @@ -1990,20 +1993,20 @@ const ll = /* @__PURE__ */ ol(rl), al = [ this.$emit(I.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), ...Q), Object.prototype.hasOwnProperty.call(this.options, I) && this.options[I].apply(this, Q); }, init() { - this.api = new ll(this.$refs.fullpage, this.options); + this.api = new cl(this.$refs.fullpage, this.options); } } -}, ul = { ref: "fullpage" }; -function fl(I, Q, ne, ie, xe, un) { - return el(), tl("div", ul, [ - nl(I.$slots, "default") +}, dl = { ref: "fullpage" }; +function pl(I, Q, ne, ie, xe, un) { + return nl(), il("div", dl, [ + ol(I.$slots, "default") ], 512); } -const dl = /* @__PURE__ */ cl(sl, [["render", fl]]), vl = { +const vl = /* @__PURE__ */ ul(fl, [["render", pl]]), gl = { install(I) { - I.component("FullPage", dl); + I.component("FullPage", vl); } }; export { - vl as default + gl as default }; diff --git a/dist/vue-fullpage.umd.js b/dist/vue-fullpage.umd.js index ae3540f..c7f226b 100644 --- a/dist/vue-fullpage.umd.js +++ b/dist/vue-fullpage.umd.js @@ -1,5 +1,5 @@ (function(me,Et){typeof exports=="object"&&typeof module<"u"?module.exports=Et(require("vue")):typeof define=="function"&&define.amd?define(["vue"],Et):(me=typeof globalThis<"u"?globalThis:me||self,me["vue-fullpage"]=Et(me.Vue))})(this,function(me){"use strict";/*! -* vue-fullpage 0.2.18 +* vue-fullpage 0.2.20 * https://github.com/alvarotrigo/vue-fullpage.js * * @license GPLv3 for open source use only @@ -7,8 +7,8 @@ * http://alvarotrigo.com/fullPage/pricing/ * * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo -*/const Et="";var yr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function br(I){return I&&I.__esModule&&Object.prototype.hasOwnProperty.call(I,"default")?I.default:I}var Ni={exports:{}};/*! -* fullPage 4.0.29 +*/const Et="";var xr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Er(I){return I&&I.__esModule&&Object.prototype.hasOwnProperty.call(I,"default")?I.default:I}var zi={exports:{}};/*! +* fullPage 4.0.30 * https://github.com/alvarotrigo/fullPage.js * * @license GPLv3 for open source use only @@ -16,7 +16,7 @@ * http://alvarotrigo.com/fullPage/pricing/ * * Copyright (C) 2018 http://alvarotrigo.com/fullPage/ - A project by Alvaro Trigo -*/(function(I,Q){(function(ne,ie){I.exports=ie()})(yr,function(){var ne,ie,Ee,dn,Hi=Object.freeze({__proto__:null,get showError(){return ee},get isVisible(){return ii},get getVisible(){return ft},get $(){return s},get deepExtend(){return Pe},get hasClass(){return D},get getWindowHeight(){return F},get t(){return dt},get css(){return C},get prev(){return Xt},get next(){return pt},get last(){return jo},get index(){return de},get getList(){return we},get hide(){return Zt},get show(){return oi},get isArrayOrList(){return Fe},get addClass(){return E},get removeClass(){return N},get appendTo(){return We},get wrap(){return ri},get wrapAll(){return Ut},get wrapInner(){return li},get unwrap(){return Gt},get closest(){return L},get after(){return vt},get before(){return qt},get insertBefore(){return Kt},get getScrollTop(){return ye},get siblings(){return Xe},get preventDefault(){return W},get i(){return H},get o(){return Be},get u(){return pe},get l(){return ve},get v(){return Ze},get isFunction(){return z},get trigger(){return q},get matches(){return _},get toggle(){return $t},get createElementFromHTML(){return be},get remove(){return Ie},get filter(){return Po},get untilAll(){return Qt},get nextAll(){return ai},get prevAll(){return ci},get toArray(){return Bo},get p(){return ue},get h(){return ht},get g(){return Jt},get S(){return Io},get M(){return si}});Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(this==null)throw new TypeError('"this" is null or not defined');var t=Object(this),n=t.length>>>0;if(typeof e!="function")throw new TypeError("predicate must be a function");for(var i=arguments[1],r=0;r0?1:-1)*Math.floor(Math.abs(i)):i}(e);return Math.min(Math.max(t,0),Ee)},function(e){var t=this,n=Object(e);if(e==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");var i,r=arguments.length>1?arguments[1]:void 0;if(r!==void 0){if(!ie(r))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(i=arguments[2])}for(var a,l=dn(n.length),v=ie(t)?Object(new t(l)):new Array(l),f=0;f0||navigator.maxTouchPoints,_i=!!window.MSInputMethodContext&&!!document.documentMode,h={test:{},shared:{}},Rr=(zi=window.self!==window.top,function(){return zi});y.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(e,t){t=t||window;for(var n=0;n
        ','
        '],controlArrowColor:"#fff",verticalCentered:!0,sectionsColor:[],paddingTop:0,paddingBottom:0,fixedElements:null,responsive:0,responsiveWidth:0,responsiveHeight:0,responsiveSlides:!1,parallax:!1,parallaxOptions:{type:"reveal",percentage:62,property:"translate"},cards:!1,cardsOptions:{perspective:100,fadeContent:!0,fadeBackground:!0},sectionSelector:".section",slideSelector:".slide",afterLoad:null,beforeLeave:null,onLeave:null,afterRender:null,afterResize:null,afterReBuild:null,afterSlideLoad:null,onSlideLeave:null,afterResponsive:null,onScrollOverflow:null,lazyLoading:!0,lazyLoadThreshold:0,observer:!0,scrollBeyondFullpage:!0},tt=null,Zi=!1,En=Pe({},Ot),Ct=null;function g(e){return tt}function o(){return Ct||Ot}function De(){return En}function nt(e,t,n){Ct[e]=t,n!=="internal"&&(En[e]=t)}function Ui(){if(!o().anchors.length){var e=s(o().sectionSelector.split(",").join("[data-anchor],")+"[data-anchor]",tt);e.length&&e.length===s(o().sectionSelector,tt).length&&(Zi=!0,e.forEach(function(n){o().anchors.push(H(n,"data-anchor").toString())}))}if(!o().navigationTooltips.length){var t=s(o().sectionSelector.split(",").join("[data-tooltip],")+"[data-tooltip]",tt);t.length&&t.forEach(function(n){o().navigationTooltips.push(H(n,"data-tooltip").toString())})}}var c={A:0,O:0,slides:[],R:[],D:null,L:null,j:!1,N:!1,I:!1,P:!1,H:!1,C:void 0,W:void 0,F:!1,canScroll:!0,V:"none",B:"none",Z:!1,Y:!1,G:!0,X:0,U:F(),_:!1,J:{},scrollY:0,scrollX:0,K:!1};function p(e){Object.assign(c,e)}function u(){return c}function Gi(e){return window["fp_"+e+"Extension"]!==void 0}function B(e){var t=o();return t[e]!==null&&Object.prototype.toString.call(t[e])==="[object Array]"?t[e].length&&h[e]:t[e]&&h[e]}function S(e,t,n){if(B(e))return z(h[e][t])?h[e][t](n):h[e][t]}function Rt(){return S("dragAndMove","isAnimating")}function qi(){return S("dragAndMove","isGrabbing")}function An(e){if(o().offsetSections&&h.offsetSections){var t=S("offsetSections","getWindowHeight",e);return t!==""?Math.round(t)+"px":t}return F()+"px"}function Ki(e,t){e.insertBefore(t,e.firstChild)}function G(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function n(r){var a,l,v,f,b,x,w="",M=0;for(r=r.replace(/[^A-Za-z0-9+/=]/g,"");M>4,l=(15&f)<<4|(b=t.indexOf(r.charAt(M++)))>>2,v=(3&b)<<6|(x=t.indexOf(r.charAt(M++))),w+=String.fromCharCode(a),b!=64&&(w+=String.fromCharCode(l)),x!=64&&(w+=String.fromCharCode(v));return w=function(O){for(var X,V="",j=0,P=0,A=0;j191&&P<224?(A=O.charCodeAt(j+1),V+=String.fromCharCode((31&P)<<6|63&A),j+=2):(A=O.charCodeAt(j+1),X=O.charCodeAt(j+2),V+=String.fromCharCode((15&P)<<12|(63&A)<<6|63&X),j+=3);return V}(w),w}function i(r){return r.slice(3).slice(0,-3)}return function(r){var a=r.split("_");if(a.length>1){var l=a[1];return n(r.replace(i(a[1]),"").split("_")[0].slice(2).slice(0,-2))+"_"+n(l.slice(3).slice(0,-3))}return i(r)}(n(e))}y.state=c,y.fp_utils=y.fp_utils||{},Object.assign(y.fp_utils,{prependTo:Ki,toggleClass:function(e,t,n){if(e.classList&&n==null)e.classList.toggle(t);else{var i=D(e,t);i&&n==null||!n?N(e,t):(!i&&n==null||n)&&E(e,t)}}});var $i=function(e){this.anchor=e.anchor,this.item=e.item,this.index=e.index(),this.isLast=this.index===e.item.parentElement.querySelectorAll(e.selector).length-1,this.isFirst=!this.index,this.isActive=e.isActive},le=function(e,t){this.parent=this.parent||null,this.selector=t,this.anchor=H(e,"data-anchor")||o().anchors[de(e,o().sectionSelector)],this.item=e,this.isVisible=ii(e),this.isActive=D(e,k),this.q=D(e,He)||s(Je,e)[0]!=null,this.nn=t===o().sectionSelector,this.container=L(e,Qe)||L(e,Me),this.index=function(){return this.siblings().indexOf(this)}};function Tn(e){return e.map(function(t){return t.item})}function kt(e,t){return e.find(function(n){return n.item===t})}le.prototype.siblings=function(){return this.nn?this.isVisible?c.R:c.tn:this.parent?this.parent.slides:0},le.prototype.prev=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))-1;return t>=0?e[t]:null},le.prototype.next=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))+1;return ti?"up":"down"}function jt(e){return E(e,vn)}function Dn(e){return{"-webkit-transform":e,"-moz-transform":e,"-ms-transform":e,transform:e}}function no(e,t){t?Mn(g()):jt(g()),clearTimeout(Qi),C(g(),Dn(e)),h.test.on=e,Qi=setTimeout(function(){N(g(),vn)},10)}function Ce(e){var t=Math.round(e);if(o().css3&&o().autoScrolling&&!o().scrollBar)no("translate3d(0px, -"+t+"px, 0px)",!1);else if(o().autoScrolling&&!o().scrollBar)C(g(),{top:-t+"px"}),h.test.top=-t+"px";else{var n=ze(t);to(n.element,n.options)}}function _e(e,t){t!=="internal"&&S("fadingEffect","update",e),S("cards","update_",e),nt("scrollingSpeed",e,t)}h.setScrollingSpeed=_e;var it,R=null,ot=null,Pt=null;function Bt(e,t,n,i){var r,a=function(b){return b.self!=y&&D(b,Dt)?b.scrollLeft:!o().autoScrolling||o().scrollBar?ye():b.offsetTop}(e),l=t-a,v=!1,f=c.F;p({F:!0}),it&&window.cancelAnimationFrame(it),it=function(b){r||(r=b);var x=Math.floor(b-r);if(c.F){var w=t;n&&(w=y.fp_easings[o().easing](x,a,l,n)),x<=n&&to(e,w),x=n.HAVE_FUTURE_DATA?n.play():n.addEventListener("canplay",function i(){n.play(),n.removeEventListener("canplay",i)}))}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){n.hasAttribute("data-autoplay")&&io(n),n.onload=function(){n.hasAttribute("data-autoplay")&&io(n)}})}function io(e){e.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}function On(e){var t=Oe(e);s("video, audio",t).forEach(function(n){n.hasAttribute("data-keepplaying")||typeof n.pause!="function"||n.pause()}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){/youtube\.com\/embed\//.test(H(n,"src"))&&!n.hasAttribute("data-keepplaying")&&n.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")})}function Cn(e){o().lazyLoading&&s("img[data-src], img[data-srcset], source[data-src], source[data-srcset], video[data-src], audio[data-src], iframe[data-src]",Oe(e)).forEach(function(t){if(["src","srcset"].forEach(function(i){var r=H(t,"data-"+i);r!=null&&r&&(Jt(t,i),t.addEventListener("load",function(){}))}),_(t,"source")){var n=L(t,"video, audio");n&&(n.load(),n.onloadeddata=function(){})}})}function rt(e){var t=o().lazyLoadThreshold;Cn(e.item),t&&(oo(e,"prev",t),oo(e,"next",t))}function oo(e,t,n){for(var i=e,r=0;r-1&&this.an[e].splice(n,1)}},ln:function(e){for(var t=this,n=arguments.length,i=new Array(n>1?n-1:0),r=1;rt?"left":"right"}function Nr(){clearTimeout(zt)}function zn(e){S("continuousHorizontal","afterSlideLoads",e),S("dragAndMove","afterSlideLoads",e),e.localIsResizing||(S("parallax","afterSlideLoads"),S("scrollOverflowReset","setPrevious",e.prevSlide),S("scrollOverflowReset","reset"),z(o().afterSlideLoad)&&se("afterSlideLoad",e),p({canScroll:!0}),It(e.destiny),d.ln(Ht,e)),p({I:!1}),S("interlockedSlides","interlockedSlides",e)}function ct(e,t){_e(0,"internal"),t!==void 0&&p({P:!0}),ke(L(e,fe),e),t!==void 0&&p({P:!1}),_e(De().scrollingSpeed,"internal")}Re.m={up:!0,down:!0,left:!0,right:!0},Re.k=Pe({},Re.m),d.un(Nt,function(e){var t=e.target;(_(t,bn)||L(t,bn))&&Br.call(t,e)}),h.landscapeScroll=ke,d.un(K,function(){d.un(Nn,Ir)});var _n=null,Vn=null;function ce(){c.D=null,c.R.map(function(e){var t=D(e.item,k);e.isActive=t,e.q=m.q(e.item),t&&(c.D=e),e.slides.length&&(e.activeSlide=null,e.slides.map(function(n){var i=D(n.item,k);n.q=m.q(e.item),n.isActive=i,i&&(e.activeSlide=n)}))}),function(){var e=c.D,t=!!c.D&&c.D.slides.length,n=c.D?c.D.activeSlide:null;if(!e&&c.R.length&&!u().j){if(_n){var i=Ao(_n,c.R);i&&(c.D=i,c.D.isActive=!0,E(c.D.item,k)),c.D&&Ce(c.D.item.offsetTop)}if(t&&!n&&Vn){var r=Ao(Vn,c.D.slides);r&&(c.D.activeSlide=r,c.D.activeSlide.isActive=!0,E(c.D.activeSlide.item,k)),c.D.activeSlide&&ct(c.D.activeSlide.item,"internal")}}}(),q(g(),"onUpdateStateDone")}function Vt(){var e=s(o().sectionSelector+", "+J,g()),t=ft(e),n=Array.from(e).map(function(a){return new je(a)}),i=n.filter(function(a){return a.isVisible}),r=i.reduce(function(a,l){return a.concat(l.slides)},[]);_n=Eo(c.D),Vn=Eo(c.D?c.D.activeSlide:null),c.A=t.length,c.O=i.reduce(function(a,l){return a+l.slides.length},0),c.R=i,c.tn=n,c.slides=r,c.rn=c.R.concat(c.slides)}function Eo(e){if(!e)return null;var t=e?e.item:null,n=e.nn?c.tn:c.D.dn;if(t){var i=kt(n,t);return i?i.index():null}return null}function Ao(e,t){var n,i=e-1,r=e;do{if(n=t[i]||t[r])break;i-=1,r+=1}while(i>=0||r0,l=r>2&&r'+ao(a.index(),"Section")+"";var v=o().navigationTooltips[a.index()];v!==void 0&&v!==""&&(i+='
        '+v+"
        "),i+=""}s("ul",n)[0].innerHTML=i;var f=s("li",s(Le)[0])[u().D.index()];E(s("a",f),k)}function zr(e){e.preventDefault&&W(e),p({L:"verticalNav"});var t=de(L(this,"#fp-nav li"));d.ln(ho,{destination:u().R[t]})}function Xn(e,t){var n;n=e,o().menu&&o().menu.length&&s(o().menu).forEach(function(i){i!=null&&(N(s(gn,i),k),E(s('[data-menuanchor="'+n+'"]',i),k))}),function(i,r){var a=s(Le)[0];o().navigation&&a!=null&&a.style.display!=="none"&&(N(s(gn,a),k),E(i?s('a[href="#'+i+'"]',a):s("a",s("li",a)[r]),k))}(e,t)}Yt.prototype=le.prototype,Yt.prototype.constructor=je,h.setRecordHistory=Fn,h.setAutoScrolling=Ve,h.test.setAutoScrolling=Ve,new Date().getTime();var Zn,Un,Gn,qn,st,Kn,_r=(Un=!0,Gn=new Date().getTime(),qn=!y.fullpage_api,function(e,t){var n=new Date().getTime(),i=e==="wheel"?o().scrollingSpeed:100;return Un=qn||n-Gn>=i,qn=!y.fullpage_api,Un&&(Zn=t(),Gn=n),Zn===void 0||Zn});function Lo(e,t){if(z(o().beforeLeave))return _r(u().L,function(){return se(e,t)})}function Ye(e,t,n){var i=e.item;if(i!=null){var r,a,l={element:i,callback:t,isMovementUp:n,dtop:Do(i),yMovement:Ln(u().D,i),anchorLink:e.anchor,sectionIndex:e.index(),activeSlide:e.activeSlide?e.activeSlide.item:null,leavingSection:u().D.index()+1,localIsResizing:c.P,items:{origin:u().D,destination:e},direction:null};if(!(u().D.item==i&&!c.P||o().scrollBar&&ye()===l.dtop&&!D(i,"fp-auto-height"))){if(l.activeSlide!=null&&(r=H(l.activeSlide,"data-anchor"),a=de(l.activeSlide,null)),!l.localIsResizing){var v=l.yMovement;if(n!==void 0&&(v=n?"up":"down"),l.direction=v,Gi("dropEffect")&&h.dropEffect.onLeave_(l),Gi("waterEffect")&&h.waterEffect.onLeave_(l),z(o().beforeLeave)&&Lo("beforeLeave",l)===!1||z(o().onLeave)&&!se("onLeave",l))return}S("parallax","apply",l),S("cards","apply",l),S("dropEffect","apply",l),S("waterEffect","apply",l),o().autoScrolling&&o().continuousVertical&&l.isMovementUp!==void 0&&(!l.isMovementUp&&l.yMovement=="up"||l.isMovementUp&&l.yMovement=="down")&&(l=function(f){p({_:!0});var b=u().D.item;return f.isMovementUp?qt(b,ai(b,J)):vt(b,ci(b,J).reverse()),Ce(u().D.item.offsetTop),Wn(),f.hn=b,f.dtop=f.element.offsetTop,f.yMovement=Ln(u().D,f.element),f.leavingSection=f.items.origin.index()+1,f.sectionIndex=f.items.destination.index(),q(g(),"onContinuousVertical",f),f}(l)),S("scrollOverflowReset","setPrevious",u().D.item),l.localIsResizing||On(u().D.item),B("dropEffect")&&o().dropEffect||(E(i,k),N(Xe(i),k)),ce(),rt(e),p({canScroll:h.test.gn}),Rn(a,r,l.anchorLink),d.ln(So,l),function(f){p({V:"none",scrollY:Math.round(f.dtop)}),d.ln(Nn,f);var b=o().scrollingSpeed<700,x=b?700:o().scrollingSpeed;if(o().css3&&o().autoScrolling&&!o().scrollBar)no("translate3d(0px, -"+Math.round(f.dtop)+"px, 0px)",!0),B("waterEffect")&&Wn(),o().scrollingSpeed?(clearTimeout(st),st=setTimeout(function(){Ft(f),p({canScroll:!b||h.test.gn})},o().scrollingSpeed)):Ft(f);else{var w=ze(f.dtop);h.test.top=-f.dtop+"px",clearTimeout(st),Bt(w.element,w.options,o().scrollingSpeed,function(){o().scrollBar?st=setTimeout(function(){Ft(f)},30):(Ft(f),p({canScroll:!b||h.test.gn}))})}b&&(clearTimeout(Kn),Kn=setTimeout(function(){p({canScroll:!0})},x))}(l),p({C:l.anchorLink}),Xn(l.anchorLink,function(f){return f.hn!=null?f.isMovementUp?c.A-1:0:f.sectionIndex}(l))}}}function Do(e){var t=e.offsetHeight,n=e.offsetTop,i=n,r=B("dragAndMove")&&S("dragAndMove","isGrabbing")?S("dragAndMove","isScrollingDown"):n>c.X,a=i-F()+t,l=o().bigSectionsDestination;return t>F()?(r||l)&&l!=="bottom"||(i=a):(r||c.P&&pt(e)==null)&&(i=a),B("offsetSections")&&(i=h.offsetSections.getSectionPosition_(r,i,e)),p({X:i}),i}function Ft(e){p({j:!1}),function(t){t.hn!=null&&(t.isMovementUp?qt(s(J)[0],t.hn):vt(s(J)[u().R.length-1],t.hn),Ce(u().D.item.offsetTop),function(){for(var n=s(Lt),i=0;i-1&&!m.An)return W(e),!1},yn:function(){m.Tn=c.canScroll},onLeave:function(){clearTimeout(Jn),m.An=!1},afterLoad:function(){m.An=!1,clearTimeout(Jn),Jn=setTimeout(function(){m.Tn=c.canScroll},200)},Rn:function(){T.activeElement===this.Mn&&(this.Mn.blur(),m.An=!1)},Sn:function(){if(o().scrollOverflow&&m.Tn){m.Rn();var e=m.Dn(u().D.item);!e||Ae||Te||(this.Mn=e,requestAnimationFrame(function(){e.focus({Ln:!0}),m.An=!0})),m.Tn=!1}},bn:function(){o().scrollOverflowMacStyle&&!Cr&&E(R,"fp-scroll-mac"),u().rn.forEach(function(e){if(!(e.slides&&e.slides.length||D(e.item,"fp-auto-height-responsive")&&Qn())){var t,n=Oe(e.item),i=m.mn(e.item),r=(t=e).nn?t:t.parent;if(_i){var a=i?"addClass":"removeClass";Hi[a](r.item,et),Hi[a](e.item,et)}else E(r.item,et),E(e.item,et);e.q||(m.jn(n),m.zn(n)),e.q=!0}})},zn:function(e){m.Dn(e).addEventListener("scroll",m.Nn),e.addEventListener("wheel",m.kn,{passive:!1}),e.addEventListener("keydown",m.En,{passive:!1})},jn:function(e){var t=document.createElement("div");t.className=He,li(e,t),t.setAttribute("tabindex","-1")},In:function(e){var t=s(Je,e)[0];t&&(Gt(t),e.removeAttribute("tabindex"))},Dn:function(e){var t=Oe(e);return s(Je,t)[0]||t},q:function(e){return D(e,He)||s(Je,e)[0]!=null},wn:function(e){return e.nn&&e.activeSlide?e.activeSlide.q:e.q},mn:function(e){return m.Dn(e).scrollHeight>y.innerHeight},isScrolled:function(e,t){if(!c.canScroll)return!1;if(o().scrollBar)return!0;var n=m.Dn(t);if(!o().scrollOverflow||!D(n,He)||D(t,"fp-noscroll")||D(Oe(t),"fp-noscroll"))return!0;var i=_i?1:0,r=n.scrollTop,a=e==="up"&&r<=0,l=e==="down"&&n.scrollHeight<=Math.ceil(n.offsetHeight+r)+i,v=a||l;return v||e==="none"||(this.xn=new Date().getTime()),v},Pn:function(){this.On=new Date().getTime();var e=this.On-m.xn,t=(Ae||Te)&&c.Z,n=c.Y&&e>600;return t&&e>400||n},Nn:(ni=0,function(e){var t=e.target.scrollTop,n=c.V!=="none"?c.V:ni1?t:document)?t.querySelectorAll(e):null}function Pe(e){e=e||{};for(var t=1,n=arguments.length;t1&&(o().controlArrows&&function(b){var x=b.item,w=[be(o().controlArrowsHTML[0]),be(o().controlArrowsHTML[1])];vt(s(fe,x)[0],w),E(w,Fi),E(w[0],Wi),E(w[1],"fp-next"),o().controlArrowColor!=="#fff"&&(C(s(Xi,x),{"border-color":"transparent transparent transparent "+o().controlArrowColor}),C(s(xn,x),{"border-color":"transparent "+o().controlArrowColor+" transparent transparent"})),o().loopHorizontal||Zt(s(xn,x))}(e),o().slidesNavigation&&function(b){var x=b.item,w=b.slides.length;We(be('
          '),x);var M=s(yn,x)[0];E(M,"fp-"+o().slidesNavPosition);for(var O=0;O'+ao(O,"Slide",s(Sn,x)[O])+""),s("ul",M)[0]);C(M,{"margin-left":"-"+M.innerWidth/2+"px"});var X=b.activeSlide?b.activeSlide.index():0;E(s("a",s("li",M)[X]),k)}(e)),i.forEach(function(b){C(b.item,{width:a+"%"}),o().verticalCentered&&Ro(b)});var f=B("responsiveSlides")?null:e.activeSlide||null;f!=null&&c.D&&(c.D.index()!==0||c.D.index()===0&&f.index()!==0)?(ct(f.item,"internal"),E(f.item,"fp-initial")):E(n[0],k)}window.fp_utils=Object.assign(y.fp_utils||{},{$:s,deepExtend:Pe,hasClass:D,getWindowHeight:F,css:C,prev:Xt,next:pt,last:jo,index:de,getList:we,hide:Zt,show:oi,isArrayOrList:Fe,addClass:E,removeClass:N,appendTo:We,wrap:ri,wrapAll:Ut,wrapInner:li,unwrap:Gt,closest:L,after:vt,before:qt,insertBefore:Kt,getScrollTop:ye,siblings:Xe,preventDefault:W,isFunction:z,trigger:q,matches:_,toggle:$t,createElementFromHTML:be,remove:Ie,filter:Po,untilAll:Qt,nextAll:ai,prevAll:ci,showError:ee,scrollOverflowHandler:m}),d.un(K,function(){["click","touchstart"].forEach(function(e){Be(e,No,{passive:!1})}),pe("focus",Fr),d.un(ae,Yr)});var zo={attributes:!1,subtree:!0,childList:!0,characterData:!0};function _o(){return S("responsiveSlides","isResponsiveSlidesChanging")||ft(s(o().slideSelector,g())).length!==u().O}function fi(e){var t=_o();(_o()||S("responsiveSlides","isResponsiveSlidesChanging")||ft(s(o().sectionSelector,g())).length!==u().A)&&!c._&&(o().observer&&ut&&ut.disconnect(),Vt(),ce(),o().anchors=[],Ie(s(Le)),S("responsiveSlides","isResponsiveSlidesChanging")||Ho(),Ui(),o().navigation&&Mo(),t&&(Ie(s(yn)),Ie(s(bn))),u().R.forEach(function(n){n.slides.length?t&&ui(n):ti(n)})),o().observer&&ut&&s(Me)[0]&&ut.observe(s(Me)[0],zo)}d.un(K,function(){var e,t,n;o().observer&&"MutationObserver"in window&&s(Me)[0]&&(e=s(Me)[0],t=zo,(n=new MutationObserver(fi)).observe(e,t),ut=n),d.un(uo,fi)}),h.render=fi;var Wr=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});pe("testPassive",null,t),Ze("testPassive",null,t)}catch{}return function(){return e}}();function Vo(){return!!Wr()&&{passive:!1}}var Yo,Fo,di,xe,en=(di=new Date().getTime(),xe=[],{Cn:function(e){var t=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,n=Math.max(-1,Math.min(1,t)),i=e.wheelDeltaX!==void 0||e.deltaX!==void 0;Yo=Math.abs(e.wheelDeltaX)149&&xe.shift(),xe.push(Math.abs(t));var a=r-di;di=r,a>200&&(xe=[])},Wn:function(){var e=ht(xe,10)>=ht(xe,70);return!!xe.length&&e&&Yo},Fn:function(){return Fo}});function Xr(){var e=o().css3?ye()+F():ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight,t=ze(e);h.test.top=-e+"px",p({canScroll:!1}),Bt(t.element,t.options,o().scrollingSpeed,function(){setTimeout(function(){p({j:!0}),p({canScroll:!0})},30)})}function Zr(){g().getBoundingClientRect().bottom>=0&&Wo()}function Wo(){var e=ze(ue(u().R).item.offsetTop);p({canScroll:!1}),Bt(e.element,e.options,o().scrollingSpeed,function(){p({canScroll:!0}),p({j:!1}),p({Vn:!1})})}var pi,vi,hi,Xo=(pi=!1,vi={},hi={},function(e,t,n){switch(e){case"set":vi[t]=new Date().getTime(),hi[t]=n;break;case"isNewKeyframe":var i=new Date().getTime();pi=i-vi[t]>hi[t]}return pi});function gt(){var e=u().D.next();e||!o().loopBottom&&!o().continuousVertical||(e=u().R[0]),e!=null?Ye(e,null,!1):g().scrollHeighttn&&Y().m.down&>()),tn=e.pageY)}function Uo(e){if(Y().m[e]){var t=e==="down"?gt:Ue;B("scrollHorizontally")&&(t=S("scrollHorizontally","getScrollSection",{type:e,scrollSection:t})),o().scrollOverflow&&m.wn(u().D)?m.isScrolled(e,u().D.item)&&m.Pn()&&t():t()}}var nn,gi,Ge,on=0,mt=0,rn=0,St=0,ln=qo(),oe={Bn:"ontouchmove"in window?"touchmove":ln?ln.move:null,Zn:"ontouchstart"in window?"touchstart":ln?ln.down:null};function wt(e){var t=L(e.target,J)||u().D.item,n=m.wn(u().D);if(yt(e)){p({Z:!0,Y:!1}),o().autoScrolling&&(n&&!c.canScroll||o().scrollBar)&&W(e);var i=mi(e);rn=i.y,St=i.x;var r=Math.abs(on-rn)>y.innerHeight/100*o().touchSensitivity,a=Math.abs(mt-St)>dt()/100*o().touchSensitivity,l=s(fe,t).length&&Math.abs(mt-St)>Math.abs(on-rn),v=on>rn?"down":"up";p({V:l?mt>St?"right":"left":v}),l?!c.I&&a&&(mt>St?Y().m.right&&d.ln(Bn,{section:t}):Y().m.left&&d.ln(Pn,{section:t})):o().autoScrolling&&c.canScroll&&r&&Uo(v)}}function yt(e){return e.pointerType===void 0||e.pointerType!="mouse"}function an(e){if(o().fitToSection&&p({F:!1}),yt(e)){var t=mi(e);on=t.y,mt=t.x}pe("touchend",Go)}function Go(){Ze("touchend",Go),p({Z:!1})}function mi(e){var t={};return t.y=e.pageY!==void 0&&(e.pageY||e.pageX)?e.pageY:e.touches[0].pageY,t.x=e.pageX!==void 0&&(e.pageY||e.pageX)?e.pageX:e.touches[0].pageX,Te&&yt(e)&&o().scrollBar&&e.touches!==void 0&&(t.y=e.touches[0].pageY,t.x=e.touches[0].pageX),t}function qo(){var e;return y.PointerEvent&&(e={down:"pointerdown",move:"pointermove"}),e}function Si(e){o().autoScrolling&&yt(e)&&Y().m.up&&(c.canScroll||W(e))}function Ko(e,t){var n=t??u().D.item,i=kt(c.R,n),r=s(fe,n)[0];if(!(r==null||Rt()||c.I||i.slides.length<2)){var a=i.activeSlide,l=e==="left"?a.prev():a.next();if(!l){if(!o().loopHorizontal)return;l=e==="left"?ue(i.slides):i.slides[0]}p({I:!h.test.gn}),ke(r,l.item,e)}}function wi(e){Ko("left",e)}function yi(e){Ko("right",e)}function bi(e){var t=u().R.filter(function(i){return i.anchor===e})[0];if(!t){var n=e!==void 0?e-1:0;t=u().R[n]}return t}function $o(e){e!=null&&ke(L(e,fe),e)}function xi(e,t){var n=bi(e);if(n!=null){var i=function(r,a){var l=a.slides.filter(function(v){return v.anchor===r})[0];return l==null&&(r=r!==void 0?r:0,l=a.slides[r]),l?l.item:null}(t,n);n.anchor&&n.anchor===c.C||D(n.item,k)?$o(i):Ye(n,function(){$o(i)})}}function bt(e,t){var n=bi(e);t!==void 0?xi(e,t):n!=null&&Ye(n)}function Ur(){clearTimeout(gi),ve("keydown",Qo),ve("keyup",Jo)}function Qo(e){clearTimeout(gi);var t=e.keyCode,n=[37,39].indexOf(t)>-1,i=o().autoScrolling||o().fitToSection||n;t===9?function(r){var a=r.shiftKey,l=T.activeElement,v=Ei(Oe(u().D.item));function f(V){return W(V),v[0]?v[0].focus():null}if(c.canScroll){if(!function(V){var j=Ei(T),P=j.indexOf(T.activeElement),A=j[V.shiftKey?P-1:P+1],Z=L(A,Sn),U=L(A,J);return!Z&&!U}(r)){l?L(l,".fp-section.active,.fp-section.active .fp-slide.active")==null&&(l=f(r)):f(r);var b=l==v[0],x=l==v[v.length-1],w=a&&b;if(w||!a&&x){W(r);var M=function(V){var j,P=V?"prevPanel":"nextPanel",A=[],Z=eo((c.D&&c.D.activeSlide?c.D.activeSlide:c.D)[P]());do(A=Ei(Z.item)).length&&(j={Yn:Z,Gn:A[V?A.length-1:0]}),Z=eo(Z[P]());while(Z&&A.length===0);return j}(w),O=M?M.Yn:null;if(O){var X=O.nn?O:O.parent;d.ln(In,{Xn:X.index()+1,slideAnchor:O.nn?0:O.index()}),Ge=M.Gn,W(r)}}}}else W(r)}(e):!si()&&o().keyboardScrolling&&i&&(nn=e.ctrlKey,gi=setTimeout(function(){(function(r){var a=r.shiftKey,l=T.activeElement,v=_(l,"video")||_(l,"audio"),f=m.isScrolled("up",u().D.item),b=m.isScrolled("down",u().D.item),x=[37,39].indexOf(r.keyCode)>-1;if(function(w){(function(M){return[40,38,32,33,34].indexOf(M.keyCode)>-1&&!c.j})(w)&&!L(w.target,Je)&&w.preventDefault()}(r),c.canScroll||x)switch(p({L:"keydown"}),r.keyCode){case 38:case 33:Y().k.up&&f?c.j?d.ln(po,{e:r}):Ue():m.Sn();break;case 32:if(a&&Y().k.up&&!v&&f){Ue();break}case 40:case 34:if(Y().k.down&&b){if(c.j)return;r.keyCode===32&&v||gt()}else m.Sn();break;case 36:Y().k.up&&bt(1);break;case 35:Y().k.down&&bt(u().R.length);break;case 37:Y().k.left&&wi();break;case 39:Y().k.right&&yi()}})(e)},0))}function Jo(e){c.G&&(nn=e.ctrlKey)}function Gr(){p({G:!1}),nn=!1}function qr(e){er()}function Kr(e){L(Ge,Sn)&&!L(Ge,Lt)||er()}function er(){Ge&&(Ge.focus(),Ge=null)}function Ei(e){return[].slice.call(s('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], summary:not([disabled]), [contenteditable]',e)).filter(function(t){return H(t,"tabindex")!=="-1"&&t.offsetParent!==null})}h.moveSlideLeft=wi,h.moveSlideRight=yi,h.moveTo=bt,d.un(K,function(){pe("blur",Gr),Be("keydown",Qo),Be("keyup",Jo),d.un(ae,Ur),d.un(Ht,qr),d.un(at,Kr)});var tr=new Date().getTime(),qe=[];function Ai(e){e?(function(){var t,n="";y.addEventListener?t="addEventListener":(t="attachEvent",n="on");var i="onwheel"in T.createElement("div")?"wheel":T.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",r=Vo();i=="DOMMouseScroll"?T[t](n+"MozMousePixelScroll",Ke,r):T[t](n+i,Ke,r)}(),g().addEventListener("mousedown",nr),g().addEventListener("mouseup",ir)):(T.addEventListener?(ve("mousewheel",Ke,!1),ve("wheel",Ke,!1),ve("MozMousePixelScroll",Ke,!1)):T.detachEvent("onmousewheel",Ke),g().removeEventListener("mousedown",nr),g().removeEventListener("mouseup",ir))}function Ke(e){var t=new Date().getTime(),n=D(s(".fp-completely")[0],"fp-normal-scroll"),i=function(x,w){new Date().getTime();var M=u().j&&x.getBoundingClientRect().bottom>=0&&en.Fn()==="up",O=u().Vn;if(O)return W(w),!1;if(u().j){if(M){var X;if(!(O||Xo("isNewKeyframe","beyondFullpage")&&en.Wn()))return(X=ze(ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight)).element.scrollTo(0,X.options),p({Vn:!1}),W(w),!1;if(en.Wn())return M=!1,p({Vn:!0}),p({L:"wheel"}),Wo(),W(w),!1}else Xo("set","beyondFullpage",1e3);if(!O&&!M)return!0}}(g(),e);if(c.Y||p({Z:!1,Y:!0,V:"none"}),!Y().m.down&&!Y().m.up)return!1;if(i)return!0;if(i===!1)return W(e),!1;if(o().autoScrolling&&!nn&&!n){var r=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,a=Math.max(-1,Math.min(1,r)),l=e.wheelDeltaX!==void 0||e.deltaX!==void 0,v=Math.abs(e.wheelDeltaX)0?"up":"none";qe.length>149&&qe.shift(),qe.push(Math.abs(r)),o().scrollBar&&W(e);var b=t-tr;return tr=t,b>200&&(qe=[]),p({B:f}),c.canScroll&&!Rt()&&ht(qe,10)>=ht(qe,70)&&v&&(p({L:"wheel"}),Uo(a<0?"down":"up")),!1}o().fitToSection&&p({F:!1})}function nr(e){var t;e.which==2&&(t=e.pageY,tn=t,g().addEventListener("mousemove",Zo))}function ir(e){e.which==2&&g().removeEventListener("mousemove",Zo)}function xt(e){e?(Ai(!0),function(){if(oe.Bn&&(Ae||Te)&&(!B("dragAndMove")||o().dragAndMove==="mouseonly")){o().autoScrolling&&(R.removeEventListener(oe.Bn,Si,{passive:!1}),R.addEventListener(oe.Bn,Si,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,an),t.removeEventListener(oe.Bn,wt,{passive:!1}),t.addEventListener(oe.Zn,an),t.addEventListener(oe.Bn,wt,{passive:!1})}}()):(Ai(!1),function(){if(oe.Bn&&(Ae||Te)){o().autoScrolling&&(R.removeEventListener(oe.Bn,wt,{passive:!1}),R.removeEventListener(oe.Bn,Si,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,an),t.removeEventListener(oe.Bn,wt,{passive:!1})}}())}h.setMouseWheelScrolling=Ai;var Ti=!0;function $r(){["mouseenter","touchstart","mouseleave","touchend"].forEach(function(e){ve(e,rr,!0)})}function or(e,t){document["fp_"+e]=t,Be(e,rr,!0)}function rr(e){var t=e.type,n=!1,i=t==="mouseleave"?e.toElement||e.relatedTarget:e.target;i!=document&&i?(t==="touchend"&&(Ti=!1,setTimeout(function(){Ti=!0},800)),(t!=="mouseenter"||Ti)&&(o().normalScrollElements.split(",").forEach(function(r){if(!n){var a=_(i,r),l=L(i,r);(a||l)&&(h.shared.Un||xt(!1),h.shared.Un=!0,n=!0)}}),!n&&h.shared.Un&&(xt(!0),h.shared.Un=!1))):xt(!0)}function cn(e,t){_e(0,"internal"),bt(e,t),_e(De().scrollingSpeed,"internal")}d.un(K,function(){o().normalScrollElements&&(["mouseenter","touchstart"].forEach(function(e){or(e,!1)}),["mouseleave","touchend"].forEach(function(e){or(e,!0)})),d.un(ae,$r)}),h.silentMoveTo=cn;var Mi,lr,Li=F(),ar=dt(),Di=!1;function Qr(){clearTimeout(Mi),clearTimeout(lr),Ze("resize",Oi)}function Oi(){Di||(o().autoScrolling&&!o().scrollBar||!o().fitToSection)&&cr(F()),c.K&&function(){if(Ae)for(var e=0;e<4;e++)lr=setTimeout(function(){window.requestAnimationFrame(function(){o().autoScrolling&&!o().scrollBar&&(p({P:!0}),cn(c.D.index()+1),p({P:!1}))})},200*e)}(),Di=!0,clearTimeout(Mi),Mi=setTimeout(function(){(function(){if(p({P:!0}),cr(""),q(g(),"onResize"),o().autoScrolling||c.j||function(){if(!o().autoScrolling||o().scrollBar){var r=.01*y.innerHeight;T.documentElement.style.setProperty("--vh","".concat(r,"px"))}}(),d.ln(uo),ce(),Co(),Ae){var e=T.activeElement;if(!_(e,"textarea")&&!_(e,"input")&&!_(e,"select")){var t=F();Math.abs(t-Li)>20*Math.max(Li,t)/100&&(Ci(!0),Li=t)}}else n=F(),i=dt(),c.U===n&&ar===i||(p({U:n}),ar=i,Ci(!0));var n,i;q(g(),"onResizeEnds"),p({P:!1})})(),Di=!1},400)}function Ci(e){if(!D(g(),hn)){p({P:!0,U:F(),_n:dt()});for(var t=u().R,n=0;n1&&ke(r,i.activeSlide.item)}o().scrollOverflow&&m.bn();var l=u().D.index();c.j||!l||B("fadingEffect")||B("dropEffect")||B("waterEffect")||cn(l+1),p({P:!1}),z(o().afterResize)&&e&&o().afterResize.call(g(),y.innerWidth,y.innerHeight),z(o().afterReBuild)&&!e&&o().afterReBuild.call(g()),q(g(),"afterRebuild")}}function cr(e){u().R.forEach(function(t){var n=e!==""||B("offsetSections")?An(t.item):"";C(t.item,{height:n})})}function Ri(){var e,t,n=y.location.hash;if(n.length){var i=n.replace("#","").split("/"),r=n.indexOf("#/")>-1;e=r?"/"+i[1]:decodeURIComponent(i[0]);var a=r?i[2]:i[1];a&&a.length&&(t=decodeURIComponent(a))}return{section:e,pn:t}}function Jr(){Ze("hashchange",sr)}function sr(){if(!c.H&&!o().lockAnchors){var e=Ri(),t=e.section,n=e.pn,i=c.C===void 0,r=c.C===void 0&&n===void 0&&!c.I;t&&t.length&&(t&&t!==c.C&&!i||r&&!Rt()||!c.I&&c.W!=n&&!Rt())&&d.ln(In,{Xn:t,slideAnchor:n})}}function el(e){var t=e.target;L(t,o().menu+" [data-menuanchor]")&&tl.call(t,e.e)}function tl(e){if(p({L:"menu"}),s(o().menu)[0]&&(o().lockAnchors||!o().anchors.length)){W(e);var t=L(this,"[data-menuanchor]");d.ln(vo,{anchor:H(t,"data-menuanchor")})}}function nl(e){var t=e.target;t&&L(t,"#fp-nav a")?zr.call(t,e.e):_(t,".fp-tooltip")?Hr.call(t):(_(t,Yi)||L(t,Yi)!=null)&&Pr.call(t,e.e)}h.reBuild=Ci,d.un(K,function(){Oi(),pe("resize",Oi),d.un(ae,Qr)}),h.setLockAnchors=function(e){o().lockAnchors=e},d.un(K,function(){pe("hashchange",sr),d.un(ae,Jr)}),d.un(K,function(){Be("wheel",en.Cn,Vo()),d.un(mo,Xr),d.un(po,Zr)}),d.un(K,function(){d.un(Nt,el)}),d.un(K,function(){d.un(Nt,nl)});var ki,ji,ur=0;function sn(e){var t,n,i,r,a;if(q(g(),"onScroll"),!c.P&&u().D&&(ue(u().R),!u().j&&!u().Vn&&(!o().autoScrolling||o().scrollBar||B("dragAndMove"))&&!qi())){var l=B("dragAndMove")?Math.abs(S("dragAndMove","getCurrentScroll")):ye(),v=function($){var re=$>ur?"down":"up";return ur=$,p({X:$}),re}(l),f=0,b=l+F()/2,x=(B("dragAndMove")?S("dragAndMove","getDocumentHeight"):R.scrollHeight-F())===l,w=u().R;if(p({scrollY:l}),x)f=w.length-1;else if(l)for(var M=0;M=ye()+F():r<=ye())&&(D(u().D.item,Ne)||(E(u().D.item,Ne),N(Xe(u().D.item),Ne))),n=(t=w[f]).item,!t.isActive){p({H:!0});var O,X,V=u().D.item,j=u().D.index()+1,P=Ln(u().D,n),A=t.anchor,Z=t.index()+1,U=t.activeSlide,ge={D:V,sectionIndex:Z-1,anchorLink:A,element:n,leavingSection:j,direction:P,items:{origin:u().D,destination:t}};U&&(X=U.anchor,O=U.index()),c.canScroll&&(N(w.filter(function($){return $.index()!==t.index()}).map(function($){return $.item}),k),E(n,k),S("parallax","afterLoad"),z(o().beforeLeave)&&Lo("beforeLeave",ge),z(o().onLeave)&&se("onLeave",ge),z(o().afterLoad)&&se("afterLoad",ge),S("resetSliders","apply",{localIsResizing:c.P,leavingSection:j}),On(V),rt(t),It(n),Xn(A,Z-1),o().anchors.length&&p({C:A}),ce(),Rn(O,X,A)),clearTimeout(ki),ki=setTimeout(function(){p({H:!1})},100)}o().fitToSection&&c.canScroll&&(clearTimeout(ji),ji=setTimeout(function(){c.R.filter(function($){var re=$.item.getBoundingClientRect();return Math.round(re.bottom)===Math.round(F())||Math.round(re.top)===0}).length||Oo()},o().fitToSectionDelay))}}function il(e){var t=e.items.destination.activeSlide;p({scrollX:t?Math.round(t.offsetLeft):0})}function fr(e){var t=o().skipIntermediateItems,n=e.items.origin.nn?"sections":"slides",i=Math.abs(e.items.origin.index()-e.items.destination.index())>1;(t===!0||t===n)&&i&&_e(0,"internal")}function dr(){o().skipIntermediateItems&&nt("scrollingSpeed",De().scrollingSpeed,"internal")}function Pi(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){_t(e,n,"k")}):(_t(e,"all","k"),o().keyboardScrolling=e)}function ol(e){var t=e.index();o().anchors[t]!==void 0&&e.isActive&&Xn(o().anchors[t],t),o().menu&&o().css3&&L(s(o().menu)[0],Me)!=null&&s(o().menu).forEach(function(n){R.appendChild(n)})}function pr(){var e,t,n=u().D,i=u().D.item;E(i,Ne),rt(u().D),To(),It(i),t=bi((e=Ri()).section),e.section&&t&&(t===void 0||t.index()!==de(ei))||!z(o().afterLoad)||se("afterLoad",{D:i,element:i,direction:null,anchorLink:n.anchor,sectionIndex:n.index(),items:{origin:u().D,destination:u().D}}),z(o().afterRender)&&se("afterRender"),q(g(),"afterRender")}function Bi(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){_t(e,n,"m")}):_t(e,"all","m"),q(g(),"setAllowScrolling",{value:e,Qn:t})}function vr(){var e=Ri(),t=e.section,n=e.pn;t?o().animateAnchor?xi(t,n):cn(t,n):d.ln(jn,null)}d.un(ae,function(){clearTimeout(ki),clearTimeout(ji)}),d.un(K,function(){pe("scroll",sn),T.body.addEventListener("scroll",sn),d.un(In,function(e){xi(e.Xn,e.slideAnchor)}),d.un(vo,function(e){bt(e.anchor,void 0)}),d.un(fo,function(e){(e.direction==="down"?gt:Ue)()}),d.un(ho,function(e){Ye(e.destination)})}),d.un(ae,function(){Ze("scroll",sn)}),h.getActiveSlide=function(){return Yn(u().D.activeSlide)},h.getScrollX=function(){return c.scrollX},d.un(K,function(){d.un(ae,Nr),d.un(go,function(e){ke(e.slides,e.destination)}),d.un(Bn,function(e){yi(e.section)}),d.un(Pn,function(e){wi(e.section)}),d.un(at,il)}),d.un(K,function(){var e=o().credits.position,t=["left","right"].indexOf(e)>-1?"".concat(e,": 0;"):"",n=` +*/(function(I,Q){(function(ne,ie){I.exports=ie()})(xr,function(){var ne,ie,Ee,dn,_i=Object.freeze({__proto__:null,get showError(){return ee},get isVisible(){return ri},get getVisible(){return ft},get $(){return s},get deepExtend(){return Pe},get hasClass(){return D},get getWindowHeight(){return F},get t(){return dt},get css(){return C},get prev(){return Xt},get next(){return pt},get last(){return Bo},get index(){return de},get getList(){return we},get hide(){return Zt},get show(){return li},get isArrayOrList(){return Fe},get addClass(){return E},get removeClass(){return N},get appendTo(){return We},get wrap(){return ai},get wrapAll(){return Ut},get wrapInner(){return ci},get unwrap(){return Gt},get closest(){return M},get after(){return vt},get before(){return qt},get insertBefore(){return Kt},get getScrollTop(){return ye},get siblings(){return Xe},get preventDefault(){return W},get i(){return H},get o(){return Be},get u(){return pe},get l(){return ve},get v(){return Ze},get isFunction(){return z},get trigger(){return q},get matches(){return _},get toggle(){return $t},get createElementFromHTML(){return be},get remove(){return Ie},get filter(){return Io},get untilAll(){return Qt},get nextAll(){return si},get prevAll(){return ui},get toArray(){return No},get p(){return ue},get h(){return ht},get g(){return Jt},get S(){return Ho},get M(){return fi}});Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(this==null)throw new TypeError('"this" is null or not defined');var t=Object(this),n=t.length>>>0;if(typeof e!="function")throw new TypeError("predicate must be a function");for(var i=arguments[1],r=0;r0?1:-1)*Math.floor(Math.abs(i)):i}(e);return Math.min(Math.max(t,0),Ee)},function(e){var t=this,n=Object(e);if(e==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");var i,r=arguments.length>1?arguments[1]:void 0;if(r!==void 0){if(!ie(r))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(i=arguments[2])}for(var a,l=dn(n.length),v=ie(t)?Object(new t(l)):new Array(l),f=0;f0||navigator.maxTouchPoints,Yi=!!window.MSInputMethodContext&&!!document.documentMode,h={test:{},shared:{}},jr=(Vi=window.self!==window.top,function(){return Vi});y.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(e,t){t=t||window;for(var n=0;n','
          '],controlArrowColor:"#fff",verticalCentered:!0,sectionsColor:[],paddingTop:0,paddingBottom:0,fixedElements:null,responsive:0,responsiveWidth:0,responsiveHeight:0,responsiveSlides:!1,parallax:!1,parallaxOptions:{type:"reveal",percentage:62,property:"translate"},cards:!1,cardsOptions:{perspective:100,fadeContent:!0,fadeBackground:!0},sectionSelector:".section",slideSelector:".slide",afterLoad:null,beforeLeave:null,onLeave:null,afterRender:null,afterResize:null,afterReBuild:null,afterSlideLoad:null,onSlideLeave:null,afterResponsive:null,onScrollOverflow:null,lazyLoading:!0,lazyLoadThreshold:0,observer:!0,scrollBeyondFullpage:!0},tt=null,Gi=!1,An=Pe({},Ot),Ct=null;function g(e){return tt}function o(){return Ct||Ot}function De(){return An}function nt(e,t,n){Ct[e]=t,n!=="internal"&&(An[e]=t)}function qi(){if(!o().anchors.length){var e=s(o().sectionSelector.split(",").join("[data-anchor],")+"[data-anchor]",tt);e.length&&e.length===s(o().sectionSelector,tt).length&&(Gi=!0,e.forEach(function(n){o().anchors.push(H(n,"data-anchor").toString())}))}if(!o().navigationTooltips.length){var t=s(o().sectionSelector.split(",").join("[data-tooltip],")+"[data-tooltip]",tt);t.length&&t.forEach(function(n){o().navigationTooltips.push(H(n,"data-tooltip").toString())})}}var c={A:0,O:0,slides:[],R:[],D:null,L:null,j:!1,N:!1,I:!1,P:!1,H:!1,C:void 0,W:void 0,F:!1,canScroll:!0,V:"none",B:"none",Z:!1,Y:!1,G:!0,X:0,U:F(),_:!1,J:{},scrollY:0,scrollX:0,K:!1};function p(e){Object.assign(c,e)}function u(){return c}function Ki(e){return window["fp_"+e+"Extension"]!==void 0}function B(e){var t=o();return t[e]!==null&&Object.prototype.toString.call(t[e])==="[object Array]"?t[e].length&&h[e]:t[e]&&h[e]}function S(e,t,n){if(B(e))return z(h[e][t])?h[e][t](n):h[e][t]}function Rt(){return S("dragAndMove","isAnimating")}function $i(){return S("dragAndMove","isGrabbing")}function Tn(e){if(o().offsetSections&&h.offsetSections){var t=S("offsetSections","getWindowHeight",e);return t!==""?Math.round(t)+"px":t}return F()+"px"}function Qi(e,t){e.insertBefore(t,e.firstChild)}function G(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function n(r){var a,l,v,f,b,x,w="",L=0;for(r=r.replace(/[^A-Za-z0-9+/=]/g,"");L>4,l=(15&f)<<4|(b=t.indexOf(r.charAt(L++)))>>2,v=(3&b)<<6|(x=t.indexOf(r.charAt(L++))),w+=String.fromCharCode(a),b!=64&&(w+=String.fromCharCode(l)),x!=64&&(w+=String.fromCharCode(v));return w=function(O){for(var X,V="",j=0,P=0,A=0;j191&&P<224?(A=O.charCodeAt(j+1),V+=String.fromCharCode((31&P)<<6|63&A),j+=2):(A=O.charCodeAt(j+1),X=O.charCodeAt(j+2),V+=String.fromCharCode((15&P)<<12|(63&A)<<6|63&X),j+=3);return V}(w),w}function i(r){return r.slice(3).slice(0,-3)}return function(r){var a=r.split("_");if(a.length>1){var l=a[1];return n(r.replace(i(a[1]),"").split("_")[0].slice(2).slice(0,-2))+"_"+n(l.slice(3).slice(0,-3))}return i(r)}(n(e))}y.state=c,y.fp_utils=y.fp_utils||{},Object.assign(y.fp_utils,{prependTo:Qi,toggleClass:function(e,t,n){if(e.classList&&n==null)e.classList.toggle(t);else{var i=D(e,t);i&&n==null||!n?N(e,t):(!i&&n==null||n)&&E(e,t)}}});var Ji=function(e){this.anchor=e.anchor,this.item=e.item,this.index=e.index(),this.isLast=this.index===e.item.parentElement.querySelectorAll(e.selector).length-1,this.isFirst=!this.index,this.isActive=e.isActive},le=function(e,t){this.parent=this.parent||null,this.selector=t,this.anchor=H(e,"data-anchor")||o().anchors[de(e,o().sectionSelector)],this.item=e,this.isVisible=ri(e),this.isActive=D(e,k),this.q=D(e,He)||s(Je,e)[0]!=null,this.nn=t===o().sectionSelector,this.container=M(e,Qe)||M(e,Le),this.index=function(){return this.siblings().indexOf(this)}};function Ln(e){return e.map(function(t){return t.item})}function kt(e,t){return e.find(function(n){return n.item===t})}le.prototype.siblings=function(){return this.nn?this.isVisible?c.R:c.tn:this.parent?this.parent.slides:0},le.prototype.prev=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))-1;return t>=0?e[t]:null},le.prototype.next=function(){var e=this.siblings(),t=(this.nn?e.indexOf(this):this.parent.slides.indexOf(this))+1;return ti?"up":"down"}function jt(e){return E(e,hn)}function On(e){return{"-webkit-transform":e,"-moz-transform":e,"-ms-transform":e,transform:e}}function oo(e,t){t?Mn(g()):jt(g()),clearTimeout(eo),C(g(),On(e)),h.test.on=e,eo=setTimeout(function(){N(g(),hn)},10)}function Ce(e){var t=Math.round(e);if(o().css3&&o().autoScrolling&&!o().scrollBar)oo("translate3d(0px, -"+t+"px, 0px)",!1);else if(o().autoScrolling&&!o().scrollBar)C(g(),{top:-t+"px"}),h.test.top=-t+"px";else{var n=ze(t);io(n.element,n.options)}}function _e(e,t){t!=="internal"&&S("fadingEffect","update",e),S("cards","update_",e),nt("scrollingSpeed",e,t)}h.setScrollingSpeed=_e;var it,R=null,ot=null,Pt=null;function Bt(e,t,n,i){var r,a=function(b){return b.self!=y&&D(b,Dt)?b.scrollLeft:!o().autoScrolling||o().scrollBar?ye():b.offsetTop}(e),l=t-a,v=!1,f=c.F;p({F:!0}),it&&window.cancelAnimationFrame(it),it=function(b){r||(r=b);var x=Math.floor(b-r);if(c.F){var w=t;n&&(w=y.fp_easings[o().easing](x,a,l,n)),x<=n&&io(e,w),x=n.HAVE_FUTURE_DATA?n.play():n.addEventListener("canplay",function i(){n.play(),n.removeEventListener("canplay",i)}))}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){Cn(n)&&ro(n),n.onload=function(){Cn(n)&&ro(n)}})}function ro(e){e.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}function Rn(e){var t=Oe(e);s("video, audio",t).forEach(function(n){n.hasAttribute("data-keepplaying")||typeof n.pause!="function"||n.pause()}),s('iframe[src*="youtube.com/embed/"]',t).forEach(function(n){/youtube\.com\/embed\//.test(H(n,"src"))&&!n.hasAttribute("data-keepplaying")&&n.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")})}function kn(e){o().lazyLoading&&s("img[data-src], img[data-srcset], source[data-src], source[data-srcset], video[data-src], audio[data-src], iframe[data-src]",Oe(e)).forEach(function(t){if(["src","srcset"].forEach(function(i){var r=H(t,"data-"+i);r!=null&&r&&(Jt(t,i),t.addEventListener("load",function(){}))}),_(t,"source")){var n=M(t,"video, audio");n&&(n.load(),n.onloadeddata=function(){})}})}function rt(e){var t=o().lazyLoadThreshold;kn(e.item),t&&(lo(e,"prev",t),lo(e,"next",t))}function lo(e,t,n){for(var i=e,r=0;r-1&&this.an[e].splice(n,1)}},ln:function(e){for(var t=this,n=arguments.length,i=new Array(n>1?n-1:0),r=1;rt?"left":"right"}function zr(){clearTimeout(zt)}function Vn(e){S("continuousHorizontal","afterSlideLoads",e),S("dragAndMove","afterSlideLoads",e),e.localIsResizing||(S("parallax","afterSlideLoads"),S("scrollOverflowReset","setPrevious",e.prevSlide),S("scrollOverflowReset","reset"),z(o().afterSlideLoad)&&se("afterSlideLoad",e),p({canScroll:!0}),It(e.destiny),d.ln(Ht,e)),p({I:!1}),S("interlockedSlides","interlockedSlides",e)}function ct(e,t){_e(0,"internal"),t!==void 0&&p({P:!0}),ke(M(e,fe),e),t!==void 0&&p({P:!1}),_e(De().scrollingSpeed,"internal")}Re.m={up:!0,down:!0,left:!0,right:!0},Re.k=Pe({},Re.m),d.un(Nt,function(e){var t=e.target;(_(t,xn)||M(t,xn))&&Nr.call(t,e)}),h.landscapeScroll=ke,d.un(K,function(){d.un(zn,Hr)});var Yn=null,Fn=null;function ce(){c.D=null,c.R.map(function(e){var t=D(e.item,k);e.isActive=t,e.q=m.q(e.item),t&&(c.D=e),e.slides.length&&(e.activeSlide=null,e.slides.map(function(n){var i=D(n.item,k);n.q=m.q(e.item),n.isActive=i,i&&(e.activeSlide=n)}))}),function(){var e=c.D,t=!!c.D&&c.D.slides.length,n=c.D?c.D.activeSlide:null;if(!e&&c.R.length&&!u().j){if(Yn){var i=Lo(Yn,c.R);i&&(c.D=i,c.D.isActive=!0,E(c.D.item,k)),c.D&&Ce(c.D.item.offsetTop)}if(t&&!n&&Fn){var r=Lo(Fn,c.D.slides);r&&(c.D.activeSlide=r,c.D.activeSlide.isActive=!0,E(c.D.activeSlide.item,k)),c.D.activeSlide&&ct(c.D.activeSlide.item,"internal")}}}(),q(g(),"onUpdateStateDone")}function Vt(){var e=s(o().sectionSelector+", "+J,g()),t=ft(e),n=Array.from(e).map(function(a){return new je(a)}),i=n.filter(function(a){return a.isVisible}),r=i.reduce(function(a,l){return a.concat(l.slides)},[]);Yn=To(c.D),Fn=To(c.D?c.D.activeSlide:null),c.A=t.length,c.O=i.reduce(function(a,l){return a+l.slides.length},0),c.R=i,c.tn=n,c.slides=r,c.rn=c.R.concat(c.slides)}function To(e){if(!e)return null;var t=e?e.item:null,n=e.nn?c.tn:c.D.dn;if(t){var i=kt(n,t);return i?i.index():null}return null}function Lo(e,t){var n,i=e-1,r=e;do{if(n=t[i]||t[r])break;i-=1,r+=1}while(i>=0||r0,l=r>2&&r'+so(a.index(),"Section")+"";var v=o().navigationTooltips[a.index()];v!==void 0&&v!==""&&(i+='
          '+v+"
          "),i+=""}s("ul",n)[0].innerHTML=i;var f=s("li",s(Me)[0])[u().D.index()];E(s("a",f),k)}function Vr(e){e.preventDefault&&W(e),p({L:"verticalNav"});var t=de(M(this,"#fp-nav li"));d.ln(mo,{destination:u().R[t]})}function Un(e,t){var n;n=e,o().menu&&o().menu.length&&s(o().menu).forEach(function(i){i!=null&&(N(s(mn,i),k),E(s('[data-menuanchor="'+n+'"]',i),k))}),function(i,r){var a=s(Me)[0];o().navigation&&a!=null&&a.style.display!=="none"&&(N(s(mn,a),k),E(i?s('a[href="#'+i+'"]',a):s("a",s("li",a)[r]),k))}(e,t)}Yt.prototype=le.prototype,Yt.prototype.constructor=je,h.setRecordHistory=Xn,h.setAutoScrolling=Ve,h.test.setAutoScrolling=Ve,new Date().getTime();var Gn,qn,Kn,$n,st,Qn,Yr=(qn=!0,Kn=new Date().getTime(),$n=!y.fullpage_api,function(e,t){var n=new Date().getTime(),i=e==="wheel"?o().scrollingSpeed:100;return qn=$n||n-Kn>=i,$n=!y.fullpage_api,qn&&(Gn=t(),Kn=n),Gn===void 0||Gn});function Oo(e,t){if(z(o().beforeLeave))return Yr(u().L,function(){return se(e,t)})}function Ye(e,t,n){var i=e.item;if(i!=null){var r,a,l={element:i,callback:t,isMovementUp:n,dtop:Co(i),yMovement:Dn(u().D,i),anchorLink:e.anchor,sectionIndex:e.index(),activeSlide:e.activeSlide?e.activeSlide.item:null,leavingSection:u().D.index()+1,localIsResizing:c.P,items:{origin:u().D,destination:e},direction:null};if(!(u().D.item==i&&!c.P||o().scrollBar&&ye()===l.dtop&&!D(i,"fp-auto-height"))){if(l.activeSlide!=null&&(r=H(l.activeSlide,"data-anchor"),a=de(l.activeSlide,null)),!l.localIsResizing){var v=l.yMovement;if(n!==void 0&&(v=n?"up":"down"),l.direction=v,Ki("dropEffect")&&h.dropEffect.onLeave_(l),Ki("waterEffect")&&h.waterEffect.onLeave_(l),z(o().beforeLeave)&&Oo("beforeLeave",l)===!1||z(o().onLeave)&&!se("onLeave",l))return}S("parallax","apply",l),S("cards","apply",l),S("dropEffect","apply",l),S("waterEffect","apply",l),o().autoScrolling&&o().continuousVertical&&l.isMovementUp!==void 0&&(!l.isMovementUp&&l.yMovement=="up"||l.isMovementUp&&l.yMovement=="down")&&(l=function(f){p({_:!0});var b=u().D.item;return f.isMovementUp?qt(b,si(b,J)):vt(b,ui(b,J).reverse()),Ce(u().D.item.offsetTop),Zn(),f.hn=b,f.dtop=f.element.offsetTop,f.yMovement=Dn(u().D,f.element),f.leavingSection=f.items.origin.index()+1,f.sectionIndex=f.items.destination.index(),q(g(),"onContinuousVertical",f),f}(l)),S("scrollOverflowReset","setPrevious",u().D.item),l.localIsResizing||Rn(u().D.item),B("dropEffect")&&o().dropEffect||(E(i,k),N(Xe(i),k)),ce(),rt(e),p({canScroll:h.test.gn}),jn(a,r,l.anchorLink),d.ln(yo,l),function(f){p({V:"none",scrollY:Math.round(f.dtop)}),d.ln(zn,f);var b=o().scrollingSpeed<700,x=b?700:o().scrollingSpeed;if(o().css3&&o().autoScrolling&&!o().scrollBar)oo("translate3d(0px, -"+Math.round(f.dtop)+"px, 0px)",!0),B("waterEffect")&&Zn(),o().scrollingSpeed?(clearTimeout(st),st=setTimeout(function(){Ft(f),p({canScroll:!b||h.test.gn})},o().scrollingSpeed)):Ft(f);else{var w=ze(f.dtop);h.test.top=-f.dtop+"px",clearTimeout(st),Bt(w.element,w.options,o().scrollingSpeed,function(){o().scrollBar?st=setTimeout(function(){Ft(f)},30):(Ft(f),p({canScroll:!b||h.test.gn}))})}b&&(clearTimeout(Qn),Qn=setTimeout(function(){p({canScroll:!0})},x))}(l),p({C:l.anchorLink}),Un(l.anchorLink,function(f){return f.hn!=null?f.isMovementUp?c.A-1:0:f.sectionIndex}(l))}}}function Co(e){var t=e.offsetHeight,n=e.offsetTop,i=n,r=B("dragAndMove")&&S("dragAndMove","isGrabbing")?S("dragAndMove","isScrollingDown"):n>c.X,a=i-F()+t,l=o().bigSectionsDestination;return t>F()?(r||l)&&l!=="bottom"||(i=a):(r||c.P&&pt(e)==null)&&(i=a),B("offsetSections")&&(i=h.offsetSections.getSectionPosition_(r,i,e)),p({X:i}),i}function Ft(e){p({j:!1}),function(t){t.hn!=null&&(t.isMovementUp?qt(s(J)[0],t.hn):vt(s(J)[u().R.length-1],t.hn),Ce(u().D.item.offsetTop),function(){for(var n=s(Mt),i=0;i-1&&!m.An)return W(e),!1},yn:function(){m.Tn=c.canScroll},onLeave:function(){clearTimeout(ti),m.An=!1},afterLoad:function(){m.An=!1,clearTimeout(ti),ti=setTimeout(function(){m.Tn=c.canScroll},200)},Rn:function(){T.activeElement===this.Mn&&(this.Mn.blur(),m.An=!1)},Sn:function(){if(o().scrollOverflow&&m.Tn){m.Rn();var e=m.Dn(u().D.item);!e||Ae||Te||(this.Mn=e,requestAnimationFrame(function(){e.focus({Ln:!0}),m.An=!0})),m.Tn=!1}},bn:function(){o().scrollOverflowMacStyle&&!kr&&E(R,"fp-scroll-mac"),u().rn.forEach(function(e){if(!(e.slides&&e.slides.length||D(e.item,"fp-auto-height-responsive")&&ei())){var t,n=Oe(e.item),i=m.mn(e.item),r=(t=e).nn?t:t.parent;if(Yi){var a=i?"addClass":"removeClass";_i[a](r.item,et),_i[a](e.item,et)}else E(r.item,et),E(e.item,et);e.q||(m.jn(n),m.zn(n)),e.q=!0}})},zn:function(e){m.Dn(e).addEventListener("scroll",m.Nn),e.addEventListener("wheel",m.kn,{passive:!1}),e.addEventListener("keydown",m.En,{passive:!1})},jn:function(e){var t=document.createElement("div");t.className=He,ci(e,t),t.setAttribute("tabindex","-1")},In:function(e){var t=s(Je,e)[0];t&&(Gt(t),e.removeAttribute("tabindex"))},Dn:function(e){var t=Oe(e);return s(Je,t)[0]||t},q:function(e){return D(e,He)||s(Je,e)[0]!=null},wn:function(e){return e.nn&&e.activeSlide?e.activeSlide.q:e.q},mn:function(e){return m.Dn(e).scrollHeight>y.innerHeight},isScrolled:function(e,t){if(!c.canScroll)return!1;if(o().scrollBar)return!0;var n=m.Dn(t);if(!o().scrollOverflow||!D(n,He)||D(t,"fp-noscroll")||D(Oe(t),"fp-noscroll"))return!0;var i=Yi?1:0,r=n.scrollTop,a=e==="up"&&r<=0,l=e==="down"&&n.scrollHeight<=Math.ceil(n.offsetHeight+r)+i,v=a||l;return v||e==="none"||(this.xn=new Date().getTime()),v},Pn:function(){this.On=new Date().getTime();var e=this.On-m.xn,t=(Ae||Te)&&c.Z,n=c.Y&&e>600;return t&&e>400||n},Nn:(oi=0,function(e){var t=e.target.scrollTop,n=c.V!=="none"?c.V:oi1?t:document)?t.querySelectorAll(e):null}function Pe(e){e=e||{};for(var t=1,n=arguments.length;t1&&(o().controlArrows&&function(b){var x=b.item,w=[be(o().controlArrowsHTML[0]),be(o().controlArrowsHTML[1])];vt(s(fe,x)[0],w),E(w,Xi),E(w[0],Zi),E(w[1],"fp-next"),o().controlArrowColor!=="#fff"&&(C(s(Ui,x),{"border-color":"transparent transparent transparent "+o().controlArrowColor}),C(s(En,x),{"border-color":"transparent "+o().controlArrowColor+" transparent transparent"})),o().loopHorizontal||Zt(s(En,x))}(e),o().slidesNavigation&&function(b){var x=b.item,w=b.slides.length;We(be('
            '),x);var L=s(bn,x)[0];E(L,"fp-"+o().slidesNavPosition);for(var O=0;O'+so(O,"Slide",s(wn,x)[O])+""),s("ul",L)[0]);C(L,{"margin-left":"-"+L.innerWidth/2+"px"});var X=b.activeSlide?b.activeSlide.index():0;E(s("a",s("li",L)[X]),k)}(e)),i.forEach(function(b){C(b.item,{width:a+"%"}),o().verticalCentered&&jo(b)});var f=B("responsiveSlides")?null:e.activeSlide||null;f!=null&&c.D&&(c.D.index()!==0||c.D.index()===0&&f.index()!==0)?(ct(f.item,"internal"),E(f.item,"fp-initial")):E(n[0],k)}window.fp_utils=Object.assign(y.fp_utils||{},{$:s,deepExtend:Pe,hasClass:D,getWindowHeight:F,css:C,prev:Xt,next:pt,last:Bo,index:de,getList:we,hide:Zt,show:li,isArrayOrList:Fe,addClass:E,removeClass:N,appendTo:We,wrap:ai,wrapAll:Ut,wrapInner:ci,unwrap:Gt,closest:M,after:vt,before:qt,insertBefore:Kt,getScrollTop:ye,siblings:Xe,preventDefault:W,isFunction:z,trigger:q,matches:_,toggle:$t,createElementFromHTML:be,remove:Ie,filter:Io,untilAll:Qt,nextAll:si,prevAll:ui,showError:ee,scrollOverflowHandler:m}),d.un(K,function(){["click","touchstart"].forEach(function(e){Be(e,zo,{passive:!1})}),pe("focus",Xr),d.un(ae,Wr)});var Vo={attributes:!1,subtree:!0,childList:!0,characterData:!0};function Yo(){return S("responsiveSlides","isResponsiveSlidesChanging")||ft(s(o().slideSelector,g())).length!==u().O}function pi(e){var t=Yo();(Yo()||S("responsiveSlides","isResponsiveSlidesChanging")||ft(s(o().sectionSelector,g())).length!==u().A)&&!c._&&(o().observer&&ut&&ut.disconnect(),Vt(),ce(),o().anchors=[],Ie(s(Me)),S("responsiveSlides","isResponsiveSlidesChanging")||_o(),qi(),o().navigation&&Do(),t&&(Ie(s(bn)),Ie(s(xn))),u().R.forEach(function(n){n.slides.length?t&&di(n):ii(n)})),o().observer&&ut&&s(Le)[0]&&ut.observe(s(Le)[0],Vo)}d.un(K,function(){var e,t,n;o().observer&&"MutationObserver"in window&&s(Le)[0]&&(e=s(Le)[0],t=Vo,(n=new MutationObserver(pi)).observe(e,t),ut=n),d.un(po,pi)}),h.render=pi;var Zr=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});pe("testPassive",null,t),Ze("testPassive",null,t)}catch{}return function(){return e}}();function Fo(){return!!Zr()&&{passive:!1}}var Wo,Xo,vi,xe,en=(vi=new Date().getTime(),xe=[],{Cn:function(e){var t=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,n=Math.max(-1,Math.min(1,t)),i=e.wheelDeltaX!==void 0||e.deltaX!==void 0;Wo=Math.abs(e.wheelDeltaX)149&&xe.shift(),xe.push(Math.abs(t));var a=r-vi;vi=r,a>200&&(xe=[])},Wn:function(){var e=ht(xe,10)>=ht(xe,70);return!!xe.length&&e&&Wo},Fn:function(){return Xo}});function Ur(){var e=o().css3?ye()+F():ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight,t=ze(e);h.test.top=-e+"px",p({canScroll:!1}),Bt(t.element,t.options,o().scrollingSpeed,function(){setTimeout(function(){p({j:!0}),p({canScroll:!0})},30)})}function Gr(){g().getBoundingClientRect().bottom>=0&&Zo()}function Zo(){var e=ze(ue(u().R).item.offsetTop);p({canScroll:!1}),Bt(e.element,e.options,o().scrollingSpeed,function(){p({canScroll:!0}),p({j:!1}),p({Vn:!1})})}var hi,gi,mi,Uo=(hi=!1,gi={},mi={},function(e,t,n){switch(e){case"set":gi[t]=new Date().getTime(),mi[t]=n;break;case"isNewKeyframe":var i=new Date().getTime();hi=i-gi[t]>mi[t]}return hi});function gt(){var e=u().D.next();e||!o().loopBottom&&!o().continuousVertical||(e=u().R[0]),e!=null?Ye(e,null,!1):g().scrollHeighttn&&Y().m.down&>()),tn=e.pageY)}function qo(e){if(Y().m[e]){var t=e==="down"?gt:Ue;B("scrollHorizontally")&&(t=S("scrollHorizontally","getScrollSection",{type:e,scrollSection:t})),o().scrollOverflow&&m.wn(u().D)?m.isScrolled(e,u().D.item)&&m.Pn()&&t():t()}}var nn,Si,Ge,on=0,mt=0,rn=0,St=0,ln=$o(),oe={Bn:"ontouchmove"in window?"touchmove":ln?ln.move:null,Zn:"ontouchstart"in window?"touchstart":ln?ln.down:null};function wt(e){var t=M(e.target,J)||u().D.item,n=m.wn(u().D);if(yt(e)){p({Z:!0,Y:!1}),o().autoScrolling&&(n&&!c.canScroll||o().scrollBar)&&W(e);var i=wi(e);rn=i.y,St=i.x;var r=Math.abs(on-rn)>y.innerHeight/100*o().touchSensitivity,a=Math.abs(mt-St)>dt()/100*o().touchSensitivity,l=s(fe,t).length&&Math.abs(mt-St)>Math.abs(on-rn),v=on>rn?"down":"up";p({V:l?mt>St?"right":"left":v}),l?!c.I&&a&&(mt>St?Y().m.right&&d.ln(Nn,{section:t}):Y().m.left&&d.ln(In,{section:t})):o().autoScrolling&&c.canScroll&&r&&qo(v)}}function yt(e){return e.pointerType===void 0||e.pointerType!="mouse"}function an(e){if(o().fitToSection&&p({F:!1}),yt(e)){var t=wi(e);on=t.y,mt=t.x}pe("touchend",Ko)}function Ko(){Ze("touchend",Ko),p({Z:!1})}function wi(e){var t={};return t.y=e.pageY!==void 0&&(e.pageY||e.pageX)?e.pageY:e.touches[0].pageY,t.x=e.pageX!==void 0&&(e.pageY||e.pageX)?e.pageX:e.touches[0].pageX,Te&&yt(e)&&o().scrollBar&&e.touches!==void 0&&(t.y=e.touches[0].pageY,t.x=e.touches[0].pageX),t}function $o(){var e;return y.PointerEvent&&(e={down:"pointerdown",move:"pointermove"}),e}function yi(e){o().autoScrolling&&yt(e)&&Y().m.up&&(c.canScroll||W(e))}function Qo(e,t){var n=t??u().D.item,i=kt(c.R,n),r=s(fe,n)[0];if(!(r==null||Rt()||c.I||i.slides.length<2)){var a=i.activeSlide,l=e==="left"?a.prev():a.next();if(!l){if(!o().loopHorizontal)return;l=e==="left"?ue(i.slides):i.slides[0]}p({I:!h.test.gn}),ke(r,l.item,e)}}function bi(e){Qo("left",e)}function xi(e){Qo("right",e)}function Ei(e){var t=u().R.filter(function(i){return i.anchor===e})[0];if(!t){var n=e!==void 0?e-1:0;t=u().R[n]}return t}function Jo(e){e!=null&&ke(M(e,fe),e)}function Ai(e,t){var n=Ei(e);if(n!=null){var i=function(r,a){var l=a.slides.filter(function(v){return v.anchor===r})[0];return l==null&&(r=r!==void 0?r:0,l=a.slides[r]),l?l.item:null}(t,n);n.anchor&&n.anchor===c.C||D(n.item,k)?Jo(i):Ye(n,function(){Jo(i)})}}function bt(e,t){var n=Ei(e);t!==void 0?Ai(e,t):n!=null&&Ye(n)}function qr(){clearTimeout(Si),ve("keydown",er),ve("keyup",tr)}function er(e){clearTimeout(Si);var t=e.keyCode,n=[37,39].indexOf(t)>-1,i=o().autoScrolling||o().fitToSection||n;t===9?function(r){var a=r.shiftKey,l=T.activeElement,v=Ti(Oe(u().D.item));function f(V){return W(V),v[0]?v[0].focus():null}if(c.canScroll){if(!function(V){var j=Ti(T),P=j.indexOf(T.activeElement),A=j[V.shiftKey?P-1:P+1],Z=M(A,wn),U=M(A,J);return!Z&&!U}(r)){l?M(l,".fp-section.active,.fp-section.active .fp-slide.active")==null&&(l=f(r)):f(r);var b=l==v[0],x=l==v[v.length-1],w=a&&b;if(w||!a&&x){W(r);var L=function(V){var j,P=V?"prevPanel":"nextPanel",A=[],Z=no((c.D&&c.D.activeSlide?c.D.activeSlide:c.D)[P]());do(A=Ti(Z.item)).length&&(j={Yn:Z,Gn:A[V?A.length-1:0]}),Z=no(Z[P]());while(Z&&A.length===0);return j}(w),O=L?L.Yn:null;if(O){var X=O.nn?O:O.parent;d.ln(Hn,{Xn:X.index()+1,slideAnchor:O.nn?0:O.index()}),Ge=L.Gn,W(r)}}}}else W(r)}(e):!fi()&&o().keyboardScrolling&&i&&(nn=e.ctrlKey,Si=setTimeout(function(){(function(r){var a=r.shiftKey,l=T.activeElement,v=_(l,"video")||_(l,"audio"),f=m.isScrolled("up",u().D.item),b=m.isScrolled("down",u().D.item),x=[37,39].indexOf(r.keyCode)>-1;if(function(w){(function(L){return[40,38,32,33,34].indexOf(L.keyCode)>-1&&!c.j})(w)&&!M(w.target,Je)&&w.preventDefault()}(r),c.canScroll||x)switch(p({L:"keydown"}),r.keyCode){case 38:case 33:Y().k.up&&f?c.j?d.ln(ho,{e:r}):Ue():m.Sn();break;case 32:if(a&&Y().k.up&&!v&&f){Ue();break}case 40:case 34:if(Y().k.down&&b){if(c.j)return;r.keyCode===32&&v||gt()}else m.Sn();break;case 36:Y().k.up&&bt(1);break;case 35:Y().k.down&&bt(u().R.length);break;case 37:Y().k.left&&bi();break;case 39:Y().k.right&&xi()}})(e)},0))}function tr(e){c.G&&(nn=e.ctrlKey)}function Kr(){p({G:!1}),nn=!1}function $r(e){nr()}function Qr(e){M(Ge,wn)&&!M(Ge,Mt)||nr()}function nr(){Ge&&(Ge.focus(),Ge=null)}function Ti(e){return[].slice.call(s('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], summary:not([disabled]), [contenteditable]',e)).filter(function(t){return H(t,"tabindex")!=="-1"&&t.offsetParent!==null})}h.moveSlideLeft=bi,h.moveSlideRight=xi,h.moveTo=bt,d.un(K,function(){pe("blur",Kr),Be("keydown",er),Be("keyup",tr),d.un(ae,qr),d.un(Ht,$r),d.un(at,Qr)});var ir=new Date().getTime(),qe=[];function Li(e){e?(function(){var t,n="";y.addEventListener?t="addEventListener":(t="attachEvent",n="on");var i="onwheel"in T.createElement("div")?"wheel":T.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",r=Fo();i=="DOMMouseScroll"?T[t](n+"MozMousePixelScroll",Ke,r):T[t](n+i,Ke,r)}(),g().addEventListener("mousedown",or),g().addEventListener("mouseup",rr)):(T.addEventListener?(ve("mousewheel",Ke,!1),ve("wheel",Ke,!1),ve("MozMousePixelScroll",Ke,!1)):T.detachEvent("onmousewheel",Ke),g().removeEventListener("mousedown",or),g().removeEventListener("mouseup",rr))}function Ke(e){var t=new Date().getTime(),n=D(s(".fp-completely")[0],"fp-normal-scroll"),i=function(x,w){new Date().getTime();var L=u().j&&x.getBoundingClientRect().bottom>=0&&en.Fn()==="up",O=u().Vn;if(O)return W(w),!1;if(u().j){if(L){var X;if(!(O||Uo("isNewKeyframe","beyondFullpage")&&en.Wn()))return(X=ze(ue(u().R).item.offsetTop+ue(u().R).item.offsetHeight)).element.scrollTo(0,X.options),p({Vn:!1}),W(w),!1;if(en.Wn())return L=!1,p({Vn:!0}),p({L:"wheel"}),Zo(),W(w),!1}else Uo("set","beyondFullpage",1e3);if(!O&&!L)return!0}}(g(),e);if(c.Y||p({Z:!1,Y:!0,V:"none"}),!Y().m.down&&!Y().m.up)return!1;if(i)return!0;if(i===!1)return W(e),!1;if(o().autoScrolling&&!nn&&!n){var r=(e=e||y.event).wheelDelta||-e.deltaY||-e.detail,a=Math.max(-1,Math.min(1,r)),l=e.wheelDeltaX!==void 0||e.deltaX!==void 0,v=Math.abs(e.wheelDeltaX)0?"up":"none";qe.length>149&&qe.shift(),qe.push(Math.abs(r)),o().scrollBar&&W(e);var b=t-ir;return ir=t,b>200&&(qe=[]),p({B:f}),c.canScroll&&!Rt()&&ht(qe,10)>=ht(qe,70)&&v&&(p({L:"wheel"}),qo(a<0?"down":"up")),!1}o().fitToSection&&p({F:!1})}function or(e){var t;e.which==2&&(t=e.pageY,tn=t,g().addEventListener("mousemove",Go))}function rr(e){e.which==2&&g().removeEventListener("mousemove",Go)}function xt(e){e?(Li(!0),function(){if(oe.Bn&&(Ae||Te)&&(!B("dragAndMove")||o().dragAndMove==="mouseonly")){o().autoScrolling&&(R.removeEventListener(oe.Bn,yi,{passive:!1}),R.addEventListener(oe.Bn,yi,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,an),t.removeEventListener(oe.Bn,wt,{passive:!1}),t.addEventListener(oe.Zn,an),t.addEventListener(oe.Bn,wt,{passive:!1})}}()):(Li(!1),function(){if(oe.Bn&&(Ae||Te)){o().autoScrolling&&(R.removeEventListener(oe.Bn,wt,{passive:!1}),R.removeEventListener(oe.Bn,yi,{passive:!1}));var t=o().touchWrapper;t.removeEventListener(oe.Zn,an),t.removeEventListener(oe.Bn,wt,{passive:!1})}}())}h.setMouseWheelScrolling=Li;var Mi=!0;function Jr(){["mouseenter","touchstart","mouseleave","touchend"].forEach(function(e){ve(e,ar,!0)})}function lr(e,t){document["fp_"+e]=t,Be(e,ar,!0)}function ar(e){var t=e.type,n=!1,i=t==="mouseleave"?e.toElement||e.relatedTarget:e.target;i!=document&&i?(t==="touchend"&&(Mi=!1,setTimeout(function(){Mi=!0},800)),(t!=="mouseenter"||Mi)&&(o().normalScrollElements.split(",").forEach(function(r){if(!n){var a=_(i,r),l=M(i,r);(a||l)&&(h.shared.Un||xt(!1),h.shared.Un=!0,n=!0)}}),!n&&h.shared.Un&&(xt(!0),h.shared.Un=!1))):xt(!0)}function cn(e,t){_e(0,"internal"),bt(e,t),_e(De().scrollingSpeed,"internal")}d.un(K,function(){o().normalScrollElements&&(["mouseenter","touchstart"].forEach(function(e){lr(e,!1)}),["mouseleave","touchend"].forEach(function(e){lr(e,!0)})),d.un(ae,Jr)}),h.silentMoveTo=cn;var Di,cr,Oi=F(),sr=dt(),Ci=!1;function el(){clearTimeout(Di),clearTimeout(cr),Ze("resize",Ri)}function Ri(){Ci||(o().autoScrolling&&!o().scrollBar||!o().fitToSection)&&ur(F()),c.K&&function(){if(Ae)for(var e=0;e<4;e++)cr=setTimeout(function(){window.requestAnimationFrame(function(){o().autoScrolling&&!o().scrollBar&&(p({P:!0}),cn(c.D.index()+1),p({P:!1}))})},200*e)}(),Ci=!0,clearTimeout(Di),Di=setTimeout(function(){(function(){if(p({P:!0}),ur(""),q(g(),"onResize"),o().autoScrolling||c.j||function(){if(!o().autoScrolling||o().scrollBar){var r=.01*y.innerHeight;T.documentElement.style.setProperty("--vh","".concat(r,"px"))}}(),d.ln(po),ce(),ko(),Ae){var e=T.activeElement;if(!_(e,"textarea")&&!_(e,"input")&&!_(e,"select")){var t=F();Math.abs(t-Oi)>20*Math.max(Oi,t)/100&&(ki(!0),Oi=t)}}else n=F(),i=dt(),c.U===n&&sr===i||(p({U:n}),sr=i,ki(!0));var n,i;q(g(),"onResizeEnds"),p({P:!1})})(),Ci=!1},400)}function ki(e){if(!D(g(),gn)){p({P:!0,U:F(),_n:dt()});for(var t=u().R,n=0;n1&&ke(r,i.activeSlide.item)}o().scrollOverflow&&m.bn();var l=u().D.index();c.j||!l||B("fadingEffect")||B("dropEffect")||B("waterEffect")||cn(l+1),p({P:!1}),z(o().afterResize)&&e&&o().afterResize.call(g(),y.innerWidth,y.innerHeight),z(o().afterReBuild)&&!e&&o().afterReBuild.call(g()),q(g(),"afterRebuild")}}function ur(e){u().R.forEach(function(t){var n=e!==""||B("offsetSections")?Tn(t.item):"";C(t.item,{height:n})})}function ji(){var e,t,n=y.location.hash;if(n.length){var i=n.replace("#","").split("/"),r=n.indexOf("#/")>-1;e=r?"/"+i[1]:decodeURIComponent(i[0]);var a=r?i[2]:i[1];a&&a.length&&(t=decodeURIComponent(a))}return{section:e,pn:t}}function tl(){Ze("hashchange",fr)}function fr(){if(!c.H&&!o().lockAnchors){var e=ji(),t=e.section,n=e.pn,i=c.C===void 0,r=c.C===void 0&&n===void 0&&!c.I;t&&t.length&&(t&&t!==c.C&&!i||r&&!Rt()||!c.I&&c.W!=n&&!Rt())&&d.ln(Hn,{Xn:t,slideAnchor:n})}}function nl(e){var t=e.target;M(t,o().menu+" [data-menuanchor]")&&il.call(t,e.e)}function il(e){if(p({L:"menu"}),s(o().menu)[0]&&(o().lockAnchors||!o().anchors.length)){W(e);var t=M(this,"[data-menuanchor]");d.ln(go,{anchor:H(t,"data-menuanchor")})}}function ol(e){var t=e.target;t&&M(t,"#fp-nav a")?Vr.call(t,e.e):_(t,".fp-tooltip")?_r.call(t):(_(t,Wi)||M(t,Wi)!=null)&&Ir.call(t,e.e)}h.reBuild=ki,d.un(K,function(){Ri(),pe("resize",Ri),d.un(ae,el)}),h.setLockAnchors=function(e){o().lockAnchors=e},d.un(K,function(){pe("hashchange",fr),d.un(ae,tl)}),d.un(K,function(){Be("wheel",en.Cn,Fo()),d.un(wo,Ur),d.un(ho,Gr)}),d.un(K,function(){d.un(Nt,nl)}),d.un(K,function(){d.un(Nt,ol)});var Pi,Bi,dr=0;function sn(e){var t,n,i,r,a;if(q(g(),"onScroll"),!c.P&&u().D&&(ue(u().R),!u().j&&!u().Vn&&(!o().autoScrolling||o().scrollBar||B("dragAndMove"))&&!$i())){var l=B("dragAndMove")?Math.abs(S("dragAndMove","getCurrentScroll")):ye(),v=function($){var re=$>dr?"down":"up";return dr=$,p({X:$}),re}(l),f=0,b=l+F()/2,x=(B("dragAndMove")?S("dragAndMove","getDocumentHeight"):R.scrollHeight-F())===l,w=u().R;if(p({scrollY:l}),x)f=w.length-1;else if(l)for(var L=0;L=ye()+F():r<=ye())&&(D(u().D.item,Ne)||(E(u().D.item,Ne),N(Xe(u().D.item),Ne))),n=(t=w[f]).item,!t.isActive){p({H:!0});var O,X,V=u().D.item,j=u().D.index()+1,P=Dn(u().D,n),A=t.anchor,Z=t.index()+1,U=t.activeSlide,ge={D:V,sectionIndex:Z-1,anchorLink:A,element:n,leavingSection:j,direction:P,items:{origin:u().D,destination:t}};U&&(X=U.anchor,O=U.index()),c.canScroll&&(N(w.filter(function($){return $.index()!==t.index()}).map(function($){return $.item}),k),E(n,k),S("parallax","afterLoad"),z(o().beforeLeave)&&Oo("beforeLeave",ge),z(o().onLeave)&&se("onLeave",ge),z(o().afterLoad)&&se("afterLoad",ge),S("resetSliders","apply",{localIsResizing:c.P,leavingSection:j}),Rn(V),rt(t),It(n),Un(A,Z-1),o().anchors.length&&p({C:A}),ce(),jn(O,X,A)),clearTimeout(Pi),Pi=setTimeout(function(){p({H:!1})},100)}o().fitToSection&&c.canScroll&&(clearTimeout(Bi),Bi=setTimeout(function(){c.R.filter(function($){var re=$.item.getBoundingClientRect();return Math.round(re.bottom)===Math.round(F())||Math.round(re.top)===0}).length||Ro()},o().fitToSectionDelay))}}function rl(e){var t=e.items.destination.activeSlide;p({scrollX:t?Math.round(t.offsetLeft):0})}function pr(e){var t=o().skipIntermediateItems,n=e.items.origin.nn?"sections":"slides",i=Math.abs(e.items.origin.index()-e.items.destination.index())>1;(t===!0||t===n)&&i&&_e(0,"internal")}function vr(){o().skipIntermediateItems&&nt("scrollingSpeed",De().scrollingSpeed,"internal")}function Ii(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){_t(e,n,"k")}):(_t(e,"all","k"),o().keyboardScrolling=e)}function ll(e){var t=e.index();o().anchors[t]!==void 0&&e.isActive&&Un(o().anchors[t],t),o().menu&&o().css3&&M(s(o().menu)[0],Le)!=null&&s(o().menu).forEach(function(n){R.appendChild(n)})}function hr(){var e,t,n=u().D,i=u().D.item;E(i,Ne),rt(u().D),Mo(),It(i),t=Ei((e=ji()).section),e.section&&t&&(t===void 0||t.index()!==de(ni))||!z(o().afterLoad)||se("afterLoad",{D:i,element:i,direction:null,anchorLink:n.anchor,sectionIndex:n.index(),items:{origin:u().D,destination:u().D}}),z(o().afterRender)&&se("afterRender"),q(g(),"afterRender")}function Ni(e,t){t!==void 0?(t=t.replace(/ /g,"").split(",")).forEach(function(n){_t(e,n,"m")}):_t(e,"all","m"),q(g(),"setAllowScrolling",{value:e,Qn:t})}function gr(){var e=ji(),t=e.section,n=e.pn;t?o().animateAnchor?Ai(t,n):cn(t,n):d.ln(Bn,null)}d.un(ae,function(){clearTimeout(Pi),clearTimeout(Bi)}),d.un(K,function(){pe("scroll",sn),T.body.addEventListener("scroll",sn),d.un(Hn,function(e){Ai(e.Xn,e.slideAnchor)}),d.un(go,function(e){bt(e.anchor,void 0)}),d.un(vo,function(e){(e.direction==="down"?gt:Ue)()}),d.un(mo,function(e){Ye(e.destination)})}),d.un(ae,function(){Ze("scroll",sn)}),h.getActiveSlide=function(){return Wn(u().D.activeSlide)},h.getScrollX=function(){return c.scrollX},d.un(K,function(){d.un(ae,zr),d.un(So,function(e){ke(e.slides,e.destination)}),d.un(Nn,function(e){xi(e.section)}),d.un(In,function(e){bi(e.section)}),d.un(at,rl)}),d.un(K,function(){var e=o().credits.position,t=["left","right"].indexOf(e)>-1?"".concat(e,": 0;"):"",n=` - `),i=ue(c.R),r=!c.Jn||o().credits.enabled;i&&i.item&&r&&i.item.insertAdjacentHTML("beforeend",n)}),function(){d.un(co,function(){var v,f,b;p({Jn:(o().licenseKey,v=o().licenseKey,f=function(x){var w=parseInt("514").toString(16);if(!x||x.length<29||x.split(e[0]).length===4)return null;var M=["Each","for"][r()]().join(""),O=x[["split"]]("-"),X=[];O[M](function(P,A){if(A<4){var Z=function($){var re=$[$.length-1],ul=["NaN","is"][r()]().join("");return window[ul](re)?a(re):function(fl){return fl-k.length}(re)}(P);X.push(Z);var U=a(P[Z]);if(A===1){var ge=["pa","dS","t","art"].join("");U=U.toString()[ge](2,"0")}w+=U,A!==0&&A!==1||(w+="-")}});var V=0,j="";return x.split("-").forEach(function(P,A){if(A<4){for(var Z=0,U=0;U<4;U++)U!==X[A]&&(Z+=Math.abs(a(P[U])),isNaN(P[U])||V++);var ge=l(Z);j+=ge}}),j+=l(V),{Kn:new Date(w+"T00:00"),$n:w.split("-")[2]===8*(k.length-2)+"",qn:j}}(v),b=function(x){var w=i[r()]().join("");return x&&w.indexOf(x)===0&&x.length===w.length}(v)||function(x){return new RegExp("^(?=.*?[A-Y])(?=.*?[a-y])(?=.*?[0-8])(?=.*?[#?!@$%^&*-]).{8,}$").test(x)}(v),(f||b)&&(f&&n<=f.Kn&&f.qn===v.split(e[0])[4]||b||f.$n)||!1)})});var e=["-"],t="2024-8-6".split("-"),n=new Date(t[0],t[1],t[2]),i=["se","licen","-","v3","l","gp"];function r(){return[["re","verse"].join("")][0]}function a(v){return v?isNaN(v)?v.charCodeAt(0)-72:v:""}function l(v){var f=72+v;return f>90&&f<97&&(f+=15),String.fromCharCode(f).toUpperCase()}}(),d.un(Nn,fr),d.un(at,dr),d.un(Hn,fr),d.un(Ht,dr),d.un(so,function(){Pi(!0)}),h.setKeyboardScrolling=Pi,h.shared.nt=pr,h.setAllowScrolling=Bi;var rl={};function $e(){return rl}var un,he,hr,Ii,fn=!D(R,G("OHNsd3AtZnVsbHBhZ2UtanM5T20="));function gr(e){if(he=T.createElement("div"),un=G("MTIzPGRpdj48YSBocmVmPSJodHRwOi8vYWx2YXJvdHJpZ28uY29tL2Z1bGxQYWdlL2V4dGVuc2lvbnMvIiBzdHlsZT0iY29sb3I6ICNmZmYgIWltcG9ydGFudDsgdGV4dC1kZWNvcmF0aW9uOm5vbmUgIWltcG9ydGFudDsiPlVubGljZW5zZWQgZnVsbFBhZ2UuanMgRXh0ZW5zaW9uPC9hPjwvZGl2PjEyMw=="),fn||(un=un.replace("extensions/","").replace("Extension","")),he.innerHTML=un,he=he.firstChild,"MutationObserver"in window&&new MutationObserver(ll).observe(T.body,{childList:!0,subtree:!1}),(!fn||B(e)&&h[e])&&(!function(n){var i=$e()[n]!==void 0&&$e()[n].length,r=[],a=!1;return Fe($e()[n])?r=$e()[n]:r.push($e()[n]),r.forEach(function(l){var v=function(){if(T.domain.length){for(var re=T.domain.replace(/^(www\.)/,"").split(".");re.length>2;)re.shift();return re.join(".").replace(/(^\.*)|(\.*$)/g,"")}return""}(),f=["MTM0bG9jYWxob3N0MjM0","MTM0MC4xMjM0","MTM0anNoZWxsLm5ldDIzNA==","UDdDQU5ZNlNN","NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3","NDU2dGVzdDQ1Ng=="],b=G(f[0]),x=G(f[1]),w=G(f[2]),M=G(f[6]),O=G(f[3]),X=G(f[4]),V=G(f[5]),j=o()[X+V]!==void 0;i=i||j;var P=[b,x,w,M].indexOf(v)<0&&v.length!==0;if(!i&&!j&&P)return!1;var A=i?G(l):"",Z=(A=A.split("_")).length>1&&A[1].indexOf(n,A[1].length-n.length)>-1,U=A.length>1&&A[1].toLowerCase().indexOf(X)>-1,ge=A[0].indexOf(v,A[0].length-v.length)<0,$=Z||U;a=a||!(ge&&P&&O!=A[0])&&$||!P}),a}(e)||!fn)){mr();var t=G("MzQ1c2V0SW50ZXJ2YWwxMjM=");window[t](mr,2e3)}}function mr(){he&&(Ii||(Math.random()<.5?Ki(R,he):We(he,R),Ii=!0),he.setAttribute("style",G("MTIzei1pbmRleDo5OTk5OTk5O3Bvc2l0aW9uOmZpeGVkO3RvcDoyMHB4O2JvdHRvbTphdXRvO2xlZnQ6MjBweDtyaWdodDphdXRvO2JhY2tncm91bmQ6cmVkO3BhZGRpbmc6N3B4IDE1cHg7Zm9udC1zaXplOjE0cHg7Zm9udC1mYW1pbHk6YXJpYWw7Y29sb3I6I2ZmZjtkaXNwbGF5OmlubGluZS1ibG9jazt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoMCwwLDApO29wYWNpdHk6MTtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO3pvb206MTttYXJnaW46YXV0bztib3JkZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7Y2xpcC1wYXRoOm5vbmU7MTIz").replace(/;/g,G("MTIzICFpbXBvcnRhbnQ7MzQ1"))))}function ll(e){e.forEach(function(t){if(t.removedNodes[0]&&t.removedNodes[0].isEqualNode(he)){clearTimeout(hr);var n=G("bDIwc2V0VGltZW91dDAzbA==");hr=window[n](al,900)}})}function al(){Ii=!1}function cl(){Vt(),ce(),o().scrollBar=o().scrollBar||o().hybrid,Ui(),function(){C(Io(g(),"body"),{height:"100%",position:"relative"}),E(g(),pn),E(ot,Tt),p({U:F()}),N(g(),hn),Ho(),S("parallax","init");for(var e=u().tn,t=0;t0&&ui(n)}o().fixedElements&&o().css3&&s(o().fixedElements).forEach(function(a){R.appendChild(a)}),o().navigation&&Mo(),s('iframe[src*="youtube.com/embed/"]',g()).forEach(function(a){var l,v;v=H(l=a,"src"),l.setAttribute("src",v+(/\?/.test(v)?"&":"?")+"enablejsapi=1")}),S("fadingEffect","apply"),S("waterEffect","init"),S("dropEffect","init"),S("cards","init"),o().scrollOverflow&&m.bn()}(),Bi(!0),xt(!0),Ve(o().autoScrolling,"internal"),Co(),ro(),T.readyState==="complete"&&vr(),pe("load",vr),pr(),fn||gr("l"),Vt(),ce()}function Sr(){var e=o().licenseKey;o().licenseKey.trim()===""?(ee("error","Fullpage.js requires a `licenseKey` option. Read about it on the following website:"),ee("error","https://alvarotrigo.com/fullPage/docs/#licensekey")):o()&&c.Jn||T.domain.indexOf("alvarotrigo.com")>-1?e&&e.length:(ee("error","Incorrect `licenseKey`. Get one for fullPage.js version 4 here:"),ee("error","https://alvarotrigo.com/fullPage/pricing")),D(ot,Tt)?ee("error","Fullpage.js can only be initialized once and you are doing it multiple times!"):(o().continuousVertical&&(o().loopTop||o().loopBottom)&&(o().continuousVertical=!1,ee("warn","Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),!o().scrollOverflow||!o().scrollBar&&o().autoScrolling||ee("warn","Options scrollBar:true and autoScrolling:false are mutually exclusive with scrollOverflow:true. Sections with scrollOverflow might not work well in Firefox"),!o().continuousVertical||!o().scrollBar&&o().autoScrolling||(o().continuousVertical=!1,ee("warn","Scroll bars (`scrollBar:true` or `autoScrolling:false`) are mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),o().anchors.forEach(function(t){var n=[].slice.call(s("[name]")).filter(function(a){return H(a,"name")&&H(a,"name").toLowerCase()==t.toLowerCase()}),i=[].slice.call(s("[id]")).filter(function(a){return H(a,"id")&&H(a,"id").toLowerCase()==t.toLowerCase()});if(i.length||n.length){ee("error","data-anchor tags can not have the same value as any `id` element on the site (or `name` element for IE).");var r=i.length?"id":"name";(i.length||n.length)&&ee("error",'"'+t+'" is is being used by another element `'+r+"` property")}}))}function sl(){return{options:o(),internals:{container:g(),canScroll:c.canScroll,isScrollAllowed:Y(),getDestinationPosition:Do,isTouch:Te,c:gr,getXmovement:xo,removeAnimation:jt,getTransforms:Dn,lazyLoad:Cn,addAnimation:Mn,performHorizontalMove:bo,landscapeScroll:ke,silentLandscapeScroll:ct,keepSlidesPosition:Wn,silentScroll:Ce,styleSlides:ui,styleSection:ti,scrollHandler:sn,getEventsPage:mi,getMSPointer:qo,isReallyTouch:yt,usingExtension:B,toggleControlArrows:yo,touchStartHandler:an,touchMoveHandler:wt,nullOrSection:Se,items:{SectionPanel:je,SlidePanel:Yt,Item:le},getVisible:ft,getState:u,updateState:ce,updateStructuralState:Vt,activeSlidesNavigation:wo,getPanels:function(){return c.rn},getSections:function(){return c.R},setActiveSection:function(e){c.D=e}}}}function te(e){var t=["NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3"],n=G(t[0]),i=G(t[1]),r=o()[n+i]!==void 0,a="fp_"+e+"Extension";$e()[e]=r?o()[n+i]:o()[e+i],h[e]=window[a]!==void 0?new window[a]:null,h[e]&&h[e].c(e)}function wr(e,t){var n;if(R=s("body")[0],ot=s("html")[0],Pt=s("html, body"),!D(ot,Tt))return n=typeof e=="string"?s(e)[0]:e,Ot.touchWrapper=n,function(i){Ct=Pe({},Ot,i),En=Object.assign({},Ct)}(t),function(i){tt=i}(typeof e=="string"?s(e)[0]:e),d.ln(co),Sr(),h.getFullpageData=sl,h.version="4.0.29",h.test=Object.assign(h.test,{top:"0px",on:"translate3d(0px, 0px, 0px)",cn:function(){for(var i=[],r=0;r{const ne=I.__vccOpts||I;for(const[ie,Ee]of Q)ne[ie]=Ee;return ne},Mr={name:"FullPage",props:{options:{type:Object,default(){}},skipInit:{type:Boolean,default:!1}},data(){return{events:Ar.reduce((I,Q)=>({...I,[Q]:(...ne)=>{this.emitEvent(Q,ne)}}),{}),api:void 0}},watch:{options:{deep:!0,handler(){this.build()}}},mounted(){!this.skipInit&&this.init()},beforeUnmount(){typeof this.api<"u"&&this.destroy()},methods:{build(){let I=this.options.slideSelector||".slide",Q=this.options.sectionSelector||".section";const ne=window.fp_utils.index(document.querySelector(Q+".active")),ie=document.querySelector(Q+".active "+I+".active"),Ee=ie?window.fp_utils.index(ie):-1;this.destroy(),ne>-1&&window.fp_utils.addClass(document.querySelectorAll(Q)[ne],"active"),Ee>-1&&window.fp_utils.addClass(ie,"active"),this.init()},destroy(){typeof window.fullpage_api<"u"&&typeof window.fullpage_api.destroy<"u"&&window.fullpage_api.destroy("all")},emitEvent(I,Q){this.$emit(I.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),...Q),Object.prototype.hasOwnProperty.call(this.options,I)&&this.options[I].apply(this,Q)},init(){this.api=new Er(this.$refs.fullpage,this.options)}}},Lr={ref:"fullpage"};function Dr(I,Q,ne,ie,Ee,dn){return me.openBlock(),me.createElementBlock("div",Lr,[me.renderSlot(I.$slots,"default")],512)}const Or=Tr(Mr,[["render",Dr]]);return{install(I){I.component("FullPage",Or)}}}); + `),i=ue(c.R),r=!c.Jn||o().credits.enabled;i&&i.item&&r&&i.item.insertAdjacentHTML("beforeend",n)}),function(){d.un(uo,function(){var v,f,b;p({Jn:(o().licenseKey,v=o().licenseKey,f=function(x){var w=parseInt("514").toString(16);if(!x||x.length<29||x.split(e[0]).length===4)return null;var L=["Each","for"][r()]().join(""),O=x[["split"]]("-"),X=[];O[L](function(P,A){if(A<4){var Z=function($){var re=$[$.length-1],dl=["NaN","is"][r()]().join("");return window[dl](re)?a(re):function(pl){return pl-k.length}(re)}(P);X.push(Z);var U=a(P[Z]);if(A===1){var ge=["pa","dS","t","art"].join("");U=U.toString()[ge](2,"0")}w+=U,A!==0&&A!==1||(w+="-")}});var V=0,j="";return x.split("-").forEach(function(P,A){if(A<4){for(var Z=0,U=0;U<4;U++)U!==X[A]&&(Z+=Math.abs(a(P[U])),isNaN(P[U])||V++);var ge=l(Z);j+=ge}}),j+=l(V),{Kn:new Date(w+"T00:00"),$n:w.split("-")[2]===8*(k.length-2)+"",qn:j}}(v),b=function(x){var w=i[r()]().join("");return x&&w.indexOf(x)===0&&x.length===w.length}(v)||function(x){return new RegExp("^(?=.*?[A-Y])(?=.*?[a-y])(?=.*?[0-8])(?=.*?[#?!@$%^&*-]).{8,}$").test(x)}(v),(f||b)&&(f&&n<=f.Kn&&f.qn===v.split(e[0])[4]||b||f.$n)||!1)})});var e=["-"],t="2024-9-14".split("-"),n=new Date(t[0],t[1],t[2]),i=["se","licen","-","v3","l","gp"];function r(){return[["re","verse"].join("")][0]}function a(v){return v?isNaN(v)?v.charCodeAt(0)-72:v:""}function l(v){var f=72+v;return f>90&&f<97&&(f+=15),String.fromCharCode(f).toUpperCase()}}(),d.un(zn,pr),d.un(at,vr),d.un(_n,pr),d.un(Ht,vr),d.un(fo,function(){Ii(!0)}),h.setKeyboardScrolling=Ii,h.shared.nt=hr,h.setAllowScrolling=Ni;var al={};function $e(){return al}var un,he,mr,Hi,fn=!D(R,G("OHNsd3AtZnVsbHBhZ2UtanM5T20="));function Sr(e){if(he=T.createElement("div"),un=G("MTIzPGRpdj48YSBocmVmPSJodHRwOi8vYWx2YXJvdHJpZ28uY29tL2Z1bGxQYWdlL2V4dGVuc2lvbnMvIiBzdHlsZT0iY29sb3I6ICNmZmYgIWltcG9ydGFudDsgdGV4dC1kZWNvcmF0aW9uOm5vbmUgIWltcG9ydGFudDsiPlVubGljZW5zZWQgZnVsbFBhZ2UuanMgRXh0ZW5zaW9uPC9hPjwvZGl2PjEyMw=="),fn||(un=un.replace("extensions/","").replace("Extension","")),he.innerHTML=un,he=he.firstChild,"MutationObserver"in window&&new MutationObserver(cl).observe(T.body,{childList:!0,subtree:!1}),(!fn||B(e)&&h[e])&&(!function(n){var i=$e()[n]!==void 0&&$e()[n].length,r=[],a=!1;return Fe($e()[n])?r=$e()[n]:r.push($e()[n]),r.forEach(function(l){var v=function(){if(T.domain.length){for(var re=T.domain.replace(/^(www\.)/,"").split(".");re.length>2;)re.shift();return re.join(".").replace(/(^\.*)|(\.*$)/g,"")}return""}(),f=["MTM0bG9jYWxob3N0MjM0","MTM0MC4xMjM0","MTM0anNoZWxsLm5ldDIzNA==","UDdDQU5ZNlNN","NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3","NDU2dGVzdDQ1Ng=="],b=G(f[0]),x=G(f[1]),w=G(f[2]),L=G(f[6]),O=G(f[3]),X=G(f[4]),V=G(f[5]),j=o()[X+V]!==void 0;i=i||j;var P=[b,x,w,L].indexOf(v)<0&&v.length!==0;if(!i&&!j&&P)return!1;var A=i?G(l):"",Z=(A=A.split("_")).length>1&&A[1].indexOf(n,A[1].length-n.length)>-1,U=A.length>1&&A[1].toLowerCase().indexOf(X)>-1,ge=A[0].indexOf(v,A[0].length-v.length)<0,$=Z||U;a=a||!(ge&&P&&O!=A[0])&&$||!P}),a}(e)||!fn)){wr();var t=G("MzQ1c2V0SW50ZXJ2YWwxMjM=");window[t](wr,2e3)}}function wr(){he&&(Hi||(Math.random()<.5?Qi(R,he):We(he,R),Hi=!0),he.setAttribute("style",G("MTIzei1pbmRleDo5OTk5OTk5O3Bvc2l0aW9uOmZpeGVkO3RvcDoyMHB4O2JvdHRvbTphdXRvO2xlZnQ6MjBweDtyaWdodDphdXRvO2JhY2tncm91bmQ6cmVkO3BhZGRpbmc6N3B4IDE1cHg7Zm9udC1zaXplOjE0cHg7Zm9udC1mYW1pbHk6YXJpYWw7Y29sb3I6I2ZmZjtkaXNwbGF5OmlubGluZS1ibG9jazt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoMCwwLDApO29wYWNpdHk6MTtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO3pvb206MTttYXJnaW46YXV0bztib3JkZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7Y2xpcC1wYXRoOm5vbmU7MTIz").replace(/;/g,G("MTIzICFpbXBvcnRhbnQ7MzQ1"))))}function cl(e){e.forEach(function(t){if(t.removedNodes[0]&&t.removedNodes[0].isEqualNode(he)){clearTimeout(mr);var n=G("bDIwc2V0VGltZW91dDAzbA==");mr=window[n](sl,900)}})}function sl(){Hi=!1}function ul(){Vt(),ce(),o().scrollBar=o().scrollBar||o().hybrid,qi(),function(){C(Ho(g(),"body"),{height:"100%",position:"relative"}),E(g(),pn),E(ot,Tt),p({U:F()}),N(g(),gn),_o(),S("parallax","init");for(var e=u().tn,t=0;t0&&di(n)}o().fixedElements&&o().css3&&s(o().fixedElements).forEach(function(a){R.appendChild(a)}),o().navigation&&Do(),s('iframe[src*="youtube.com/embed/"]',g()).forEach(function(a){var l,v;v=H(l=a,"src"),l.setAttribute("src",v+(/\?/.test(v)?"&":"?")+"enablejsapi=1")}),S("fadingEffect","apply"),S("waterEffect","init"),S("dropEffect","init"),S("cards","init"),o().scrollOverflow&&m.bn()}(),Ni(!0),xt(!0),Ve(o().autoScrolling,"internal"),ko(),ao(),T.readyState==="complete"&&gr(),pe("load",gr),hr(),fn||Sr("l"),Vt(),ce()}function yr(){var e=o().licenseKey;o().licenseKey.trim()===""?(ee("error","Fullpage.js requires a `licenseKey` option. Read about it on the following website:"),ee("error","https://alvarotrigo.com/fullPage/docs/#licensekey")):o()&&c.Jn||T.domain.indexOf("alvarotrigo.com")>-1?e&&e.length:(ee("error","Incorrect `licenseKey`. Get one for fullPage.js version 4 here:"),ee("error","https://alvarotrigo.com/fullPage/pricing")),D(ot,Tt)?ee("error","Fullpage.js can only be initialized once and you are doing it multiple times!"):(o().continuousVertical&&(o().loopTop||o().loopBottom)&&(o().continuousVertical=!1,ee("warn","Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),!o().scrollOverflow||!o().scrollBar&&o().autoScrolling||ee("warn","Options scrollBar:true and autoScrolling:false are mutually exclusive with scrollOverflow:true. Sections with scrollOverflow might not work well in Firefox"),!o().continuousVertical||!o().scrollBar&&o().autoScrolling||(o().continuousVertical=!1,ee("warn","Scroll bars (`scrollBar:true` or `autoScrolling:false`) are mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),o().anchors.forEach(function(t){var n=[].slice.call(s("[name]")).filter(function(a){return H(a,"name")&&H(a,"name").toLowerCase()==t.toLowerCase()}),i=[].slice.call(s("[id]")).filter(function(a){return H(a,"id")&&H(a,"id").toLowerCase()==t.toLowerCase()});if(i.length||n.length){ee("error","data-anchor tags can not have the same value as any `id` element on the site (or `name` element for IE).");var r=i.length?"id":"name";(i.length||n.length)&&ee("error",'"'+t+'" is is being used by another element `'+r+"` property")}}))}function fl(){return{options:o(),internals:{container:g(),canScroll:c.canScroll,isScrollAllowed:Y(),getDestinationPosition:Co,isTouch:Te,c:Sr,getXmovement:Ao,removeAnimation:jt,getTransforms:On,lazyLoad:kn,addAnimation:Mn,performHorizontalMove:Eo,landscapeScroll:ke,silentLandscapeScroll:ct,keepSlidesPosition:Zn,silentScroll:Ce,styleSlides:di,styleSection:ii,scrollHandler:sn,getEventsPage:wi,getMSPointer:$o,isReallyTouch:yt,usingExtension:B,toggleControlArrows:xo,touchStartHandler:an,touchMoveHandler:wt,nullOrSection:Se,items:{SectionPanel:je,SlidePanel:Yt,Item:le},getVisible:ft,getState:u,updateState:ce,updateStructuralState:Vt,activeSlidesNavigation:bo,getPanels:function(){return c.rn},getSections:function(){return c.R},setActiveSection:function(e){c.D=e}}}}function te(e){var t=["NTY3YnVuZGxlNzg5","NTU1S2V5Nzc3"],n=G(t[0]),i=G(t[1]),r=o()[n+i]!==void 0,a="fp_"+e+"Extension";$e()[e]=r?o()[n+i]:o()[e+i],h[e]=window[a]!==void 0?new window[a]:null,h[e]&&h[e].c(e)}function br(e,t){var n;if(R=s("body")[0],ot=s("html")[0],Pt=s("html, body"),!D(ot,Tt))return n=typeof e=="string"?s(e)[0]:e,Ot.touchWrapper=n,function(i){Ct=Pe({},Ot,i),An=Object.assign({},Ct)}(t),function(i){tt=i}(typeof e=="string"?s(e)[0]:e),d.ln(uo),yr(),h.getFullpageData=fl,h.version="4.0.30",h.test=Object.assign(h.test,{top:"0px",on:"translate3d(0px, 0px, 0px)",cn:function(){for(var i=[],r=0;r{const ne=I.__vccOpts||I;for(const[ie,Ee]of Q)ne[ie]=Ee;return ne},Dr={name:"FullPage",props:{options:{type:Object,default(){}},skipInit:{type:Boolean,default:!1}},data(){return{events:Lr.reduce((I,Q)=>({...I,[Q]:(...ne)=>{this.emitEvent(Q,ne)}}),{}),api:void 0}},watch:{options:{deep:!0,handler(){this.build()}}},mounted(){!this.skipInit&&this.init()},beforeUnmount(){typeof this.api<"u"&&this.destroy()},methods:{build(){let I=this.options.slideSelector||".slide",Q=this.options.sectionSelector||".section";const ne=window.fp_utils.index(document.querySelector(Q+".active")),ie=document.querySelector(Q+".active "+I+".active"),Ee=ie?window.fp_utils.index(ie):-1;this.destroy(),ne>-1&&window.fp_utils.addClass(document.querySelectorAll(Q)[ne],"active"),Ee>-1&&window.fp_utils.addClass(ie,"active"),this.init()},destroy(){typeof window.fullpage_api<"u"&&typeof window.fullpage_api.destroy<"u"&&window.fullpage_api.destroy("all")},emitEvent(I,Q){this.$emit(I.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),...Q),Object.prototype.hasOwnProperty.call(this.options,I)&&this.options[I].apply(this,Q)},init(){this.api=new Tr(this.$refs.fullpage,this.options)}}},Or={ref:"fullpage"};function Cr(I,Q,ne,ie,Ee,dn){return me.openBlock(),me.createElementBlock("div",Or,[me.renderSlot(I.$slots,"default")],512)}const Rr=Mr(Dr,[["render",Cr]]);return{install(I){I.component("FullPage",Rr)}}}); diff --git a/package-lock.json b/package-lock.json index 9a3be8e..d320b91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "vue-fullpage.js", - "version": "0.2.17", + "version": "0.2.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vue-fullpage.js", - "version": "0.2.17", + "version": "0.2.20", "license": "GPL-3.0", "dependencies": { - "fullpage.js": "^4.0.22" + "fullpage.js": "^4.0.30" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", @@ -1206,9 +1206,9 @@ } }, "node_modules/fullpage.js": { - "version": "4.0.22", - "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-4.0.22.tgz", - "integrity": "sha512-8CCRrL8DwoFIDcBifvB0YfZZV63vUjairLsBX/uuOSsFa3gPS1Or4bLm2llFojL091MINMPzwdzTgbIO5iDdKw==" + "version": "4.0.30", + "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-4.0.30.tgz", + "integrity": "sha512-FsLn0AJrK4mv53X/Ovm7BaLQgXMxJOLKbfOXCZfNoHsmngYATJya4Pm8BSWgBaPICl+DoX+GoI/KX8o6rdH3GA==" }, "node_modules/get-caller-file": { "version": "2.0.5", @@ -3019,9 +3019,9 @@ "optional": true }, "fullpage.js": { - "version": "4.0.22", - "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-4.0.22.tgz", - "integrity": "sha512-8CCRrL8DwoFIDcBifvB0YfZZV63vUjairLsBX/uuOSsFa3gPS1Or4bLm2llFojL091MINMPzwdzTgbIO5iDdKw==" + "version": "4.0.30", + "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-4.0.30.tgz", + "integrity": "sha512-FsLn0AJrK4mv53X/Ovm7BaLQgXMxJOLKbfOXCZfNoHsmngYATJya4Pm8BSWgBaPICl+DoX+GoI/KX8o6rdH3GA==" }, "get-caller-file": { "version": "2.0.5", diff --git a/package.json b/package.json index f66dc37..b1aa9be 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-fullpage.js", - "version": "0.2.19", + "version": "0.2.20", "description": "Vue 3 wrapper for fullpage.js", "author": { "name": "Alvaro Trigo", @@ -39,7 +39,7 @@ "vue": "^3.2.26" }, "dependencies": { - "fullpage.js": "^4.0.29" + "fullpage.js": "^4.0.30" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", diff --git a/vite.config.js b/vite.config.js index 359d6f2..72b5d8a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,7 +3,7 @@ import { defineConfig } from 'vite' import { resolve } from 'path' const licenseContent = `/*! -* vue-fullpage 0.2.18 +* vue-fullpage 0.2.20 * https://github.com/alvarotrigo/vue-fullpage.js * * @license GPLv3 for open source use only