(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4942],{1361:function(t,e,i){"use strict";i.d(e,{default:function(){return o.a}});var n=i(6545),o=i.n(n)},6545:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t,e){for(var i in e)Object.defineProperty(t,i,{enumerable:!0,get:e[i]})}(e,{default:function(){return l},getImageProps:function(){return a}});let n=i(4440),o=i(8181),r=i(8554),s=n._(i(4449));function a(t){let{props:e}=(0,o.getImgProps)(t,{defaultLoader:s.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!1}});for(let[t,i]of Object.entries(e))void 0===i&&delete e[t];return{props:e}}let l=r.Image},6102:function(t,e,i){t.exports=i(1111)},7581:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(8402);e.LeftArrow=function(t){var e=t.customLeftArrow,i=t.getState,o=t.previous,r=t.disabled,s=t.rtl;if(e)return n.cloneElement(e,{onClick:function(){return o()},carouselState:i(),disabled:r,rtl:s});var a=s?"rtl":"";return n.createElement("button",{"aria-label":"Go to previous slide",className:"react-multiple-carousel__arrow react-multiple-carousel__arrow--left "+a,onClick:function(){return o()},type:"button",disabled:r})},e.RightArrow=function(t){var e=t.customRightArrow,i=t.getState,o=t.next,r=t.disabled,s=t.rtl;if(e)return n.cloneElement(e,{onClick:function(){return o()},carouselState:i(),disabled:r,rtl:s});var a=s?"rtl":"";return n.createElement("button",{"aria-label":"Go to next slide",className:"react-multiple-carousel__arrow react-multiple-carousel__arrow--right "+a,onClick:function(){return o()},type:"button",disabled:r})}},8991:function(t,e,i){"use strict";var n,o=this&&this.__extends||(n=function(t,e){return(n=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function i(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)});Object.defineProperty(e,"__esModule",{value:!0});var r=i(8402),s=i(1551),a=i(29),l=i(4816),u=i(7581),h=i(5124),d=i(5943),c="transform 400ms ease-in-out",p=function(t){function e(e){var i=t.call(this,e)||this;return i.containerRef=r.createRef(),i.listRef=r.createRef(),i.state={itemWidth:0,slidesToShow:0,currentSlide:0,totalItems:r.Children.count(e.children),deviceType:"",domLoaded:!1,transform:0,containerWidth:0},i.onResize=i.onResize.bind(i),i.handleDown=i.handleDown.bind(i),i.handleMove=i.handleMove.bind(i),i.handleOut=i.handleOut.bind(i),i.onKeyUp=i.onKeyUp.bind(i),i.handleEnter=i.handleEnter.bind(i),i.setIsInThrottle=i.setIsInThrottle.bind(i),i.next=s.throttle(i.next.bind(i),e.transitionDuration||400,i.setIsInThrottle),i.previous=s.throttle(i.previous.bind(i),e.transitionDuration||400,i.setIsInThrottle),i.goToSlide=s.throttle(i.goToSlide.bind(i),e.transitionDuration||400,i.setIsInThrottle),i.onMove=!1,i.initialX=0,i.lastX=0,i.isAnimationAllowed=!1,i.direction="",i.initialY=0,i.isInThrottle=!1,i.transformPlaceHolder=0,i}return o(e,t),e.prototype.resetTotalItems=function(){var t=this,e=r.Children.count(this.props.children),i=s.notEnoughChildren(this.state)?0:Math.max(0,Math.min(this.state.currentSlide,e));this.setState({totalItems:e,currentSlide:i},function(){t.setContainerAndItemWidth(t.state.slidesToShow,!0)})},e.prototype.setIsInThrottle=function(t){void 0===t&&(t=!1),this.isInThrottle=t},e.prototype.setTransformDirectly=function(t,e){var i=this.props.additionalTransfrom;this.transformPlaceHolder=t;var n=d.getTransform(this.state,this.props,this.transformPlaceHolder);this.listRef&&this.listRef.current&&(this.setAnimationDirectly(e),this.listRef.current.style.transform="translate3d("+(n+i)+"px,0,0)")},e.prototype.setAnimationDirectly=function(t){this.listRef&&this.listRef.current&&(this.listRef.current.style.transition=t?this.props.customTransition||c:"none")},e.prototype.componentDidMount=function(){this.setState({domLoaded:!0}),this.setItemsToShow(),window.addEventListener("resize",this.onResize),this.onResize(!0),this.props.keyBoardControl&&window.addEventListener("keyup",this.onKeyUp),this.props.autoPlay&&(this.autoPlay=setInterval(this.next,this.props.autoPlaySpeed))},e.prototype.setClones=function(t,e,i,n){var o=this;void 0===n&&(n=!1),this.isAnimationAllowed=!1;var a=r.Children.toArray(this.props.children),l=s.getInitialSlideInInfiniteMode(t||this.state.slidesToShow,a),u=s.getClones(this.state.slidesToShow,a),h=a.length<this.state.slidesToShow?0:this.state.currentSlide;this.setState({totalItems:u.length,currentSlide:i&&!n?h:l},function(){o.correctItemsPosition(e||o.state.itemWidth)})},e.prototype.setItemsToShow=function(t,e){var i=this,n=this.props.responsive;Object.keys(n).forEach(function(o){var r=n[o],s=r.breakpoint,a=r.items,l=s.max,u=s.min,h=[window.innerWidth];window.screen&&window.screen.width&&h.push(window.screen.width);var d=Math.min.apply(Math,h);u<=d&&d<=l&&(i.setState({slidesToShow:a,deviceType:o}),i.setContainerAndItemWidth(a,t,e))})},e.prototype.setContainerAndItemWidth=function(t,e,i){var n=this;if(this.containerRef&&this.containerRef.current){var o=this.containerRef.current.offsetWidth,r=s.getItemClientSideWidth(this.props,t,o);this.setState({containerWidth:o,itemWidth:r},function(){n.props.infinite&&n.setClones(t,r,e,i)}),e&&this.correctItemsPosition(r)}},e.prototype.correctItemsPosition=function(t,e,i){e&&(this.isAnimationAllowed=!0),!e&&this.isAnimationAllowed&&(this.isAnimationAllowed=!1);var n=this.state.totalItems<this.state.slidesToShow?0:-t*this.state.currentSlide;i&&this.setTransformDirectly(n,!0),this.setState({transform:n})},e.prototype.onResize=function(t){var e;e=!!this.props.infinite&&("boolean"!=typeof t||!t),this.setItemsToShow(e)},e.prototype.componentDidUpdate=function(t,i){var n=this,o=t.keyBoardControl,r=t.autoPlay,a=t.children,l=i.containerWidth,u=i.domLoaded,h=i.currentSlide;if(this.containerRef&&this.containerRef.current&&this.containerRef.current.offsetWidth!==l&&(this.itemsToShowTimeout&&clearTimeout(this.itemsToShowTimeout),this.itemsToShowTimeout=setTimeout(function(){n.setItemsToShow(!0)},this.props.transitionDuration||400)),o&&!this.props.keyBoardControl&&window.removeEventListener("keyup",this.onKeyUp),!o&&this.props.keyBoardControl&&window.addEventListener("keyup",this.onKeyUp),r&&!this.props.autoPlay&&this.autoPlay&&(clearInterval(this.autoPlay),this.autoPlay=void 0),r||!this.props.autoPlay||this.autoPlay||(this.autoPlay=setInterval(this.next,this.props.autoPlaySpeed)),a.length!==this.props.children.length?e.clonesTimeout=setTimeout(function(){n.props.infinite?n.setClones(n.state.slidesToShow,n.state.itemWidth,!0,!0):n.resetTotalItems()},this.props.transitionDuration||400):this.props.infinite&&this.state.currentSlide!==h&&this.correctClonesPosition({domLoaded:u}),this.transformPlaceHolder!==this.state.transform&&(this.transformPlaceHolder=this.state.transform),this.props.autoPlay&&this.props.rewind&&!this.props.infinite&&s.isInRightEnd(this.state)){var d=this.props.transitionDuration||400;e.isInThrottleTimeout=setTimeout(function(){n.setIsInThrottle(!1),n.resetAutoplayInterval(),n.goToSlide(0,void 0,!!n.props.rewindWithAnimation)},d+this.props.autoPlaySpeed)}},e.prototype.correctClonesPosition=function(t){var i=this,n=t.domLoaded,o=r.Children.toArray(this.props.children),a=s.checkClonesPosition(this.state,o,this.props),l=a.isReachingTheEnd,u=a.isReachingTheStart,h=a.nextSlide,d=a.nextPosition;this.state.domLoaded&&n&&(l||u)&&(this.isAnimationAllowed=!1,e.transformTimeout=setTimeout(function(){i.setState({transform:d,currentSlide:h})},this.props.transitionDuration||400))},e.prototype.next=function(t){var i=this;void 0===t&&(t=0);var n=this.props,o=n.afterChange,r=n.beforeChange;if(!s.notEnoughChildren(this.state)){var a=s.populateNextSlides(this.state,this.props,t),l=a.nextSlides,u=a.nextPosition,h=this.state.currentSlide;void 0!==l&&void 0!==u&&("function"==typeof r&&r(l,this.getState()),this.isAnimationAllowed=!0,this.props.shouldResetAutoplay&&this.resetAutoplayInterval(),this.setState({transform:u,currentSlide:l},function(){"function"==typeof o&&(e.afterChangeTimeout=setTimeout(function(){o(h,i.getState())},i.props.transitionDuration||400))}))}},e.prototype.previous=function(t){var i=this;void 0===t&&(t=0);var n=this.props,o=n.afterChange,r=n.beforeChange;if(!s.notEnoughChildren(this.state)){var a=s.populatePreviousSlides(this.state,this.props,t),l=a.nextSlides,u=a.nextPosition;if(void 0!==l&&void 0!==u){var h=this.state.currentSlide;"function"==typeof r&&r(l,this.getState()),this.isAnimationAllowed=!0,this.props.shouldResetAutoplay&&this.resetAutoplayInterval(),this.setState({transform:u,currentSlide:l},function(){"function"==typeof o&&(e.afterChangeTimeout2=setTimeout(function(){o(h,i.getState())},i.props.transitionDuration||400))})}}},e.prototype.resetAutoplayInterval=function(){this.props.autoPlay&&(clearInterval(this.autoPlay),this.autoPlay=setInterval(this.next,this.props.autoPlaySpeed))},e.prototype.componentWillUnmount=function(){window.removeEventListener("resize",this.onResize),this.props.keyBoardControl&&window.removeEventListener("keyup",this.onKeyUp),this.props.autoPlay&&this.autoPlay&&(clearInterval(this.autoPlay),this.autoPlay=void 0),this.itemsToShowTimeout&&clearTimeout(this.itemsToShowTimeout),e.clonesTimeout&&clearTimeout(e.clonesTimeout),e.isInThrottleTimeout&&clearTimeout(e.isInThrottleTimeout),e.transformTimeout&&clearTimeout(e.transformTimeout),e.afterChangeTimeout&&clearTimeout(e.afterChangeTimeout),e.afterChangeTimeout2&&clearTimeout(e.afterChangeTimeout2),e.afterChangeTimeout3&&clearTimeout(e.afterChangeTimeout3)},e.prototype.resetMoveStatus=function(){this.onMove=!1,this.initialX=0,this.lastX=0,this.direction="",this.initialY=0},e.prototype.getCords=function(t){var e=t.clientX,i=t.clientY;return{clientX:d.parsePosition(this.props,e),clientY:d.parsePosition(this.props,i)}},e.prototype.handleDown=function(t){if(!(!a.isMouseMoveEvent(t)&&!this.props.swipeable||a.isMouseMoveEvent(t)&&!this.props.draggable||this.isInThrottle)){var e=this.getCords(a.isMouseMoveEvent(t)?t:t.touches[0]),i=e.clientX,n=e.clientY;this.onMove=!0,this.initialX=i,this.initialY=n,this.lastX=i,this.isAnimationAllowed=!1}},e.prototype.handleMove=function(t){if(!(!a.isMouseMoveEvent(t)&&!this.props.swipeable||a.isMouseMoveEvent(t)&&!this.props.draggable||s.notEnoughChildren(this.state))){var e=this.getCords(a.isMouseMoveEvent(t)?t:t.touches[0]),i=e.clientX,n=e.clientY,o=this.initialX-i,r=this.initialY-n;if(this.onMove){if(!(Math.abs(o)>Math.abs(r)))return;var l=s.populateSlidesOnMouseTouchMove(this.state,this.props,this.initialX,this.lastX,i,this.transformPlaceHolder),u=l.direction,h=l.nextPosition,d=l.canContinue;u&&(this.direction=u,d&&void 0!==h&&this.setTransformDirectly(h)),this.lastX=i}}},e.prototype.handleOut=function(t){this.props.autoPlay&&!this.autoPlay&&(this.autoPlay=setInterval(this.next,this.props.autoPlaySpeed));var e="touchend"===t.type&&!this.props.swipeable,i=("mouseleave"===t.type||"mouseup"===t.type)&&!this.props.draggable;if(!e&&!i&&this.onMove){if(this.setAnimationDirectly(!0),"right"===this.direction){if(this.initialX-this.lastX>=this.props.minimumTouchDrag){var n=Math.round((this.initialX-this.lastX)/this.state.itemWidth);this.next(n)}else this.correctItemsPosition(this.state.itemWidth,!0,!0)}"left"===this.direction&&(this.lastX-this.initialX>this.props.minimumTouchDrag?(n=Math.round((this.lastX-this.initialX)/this.state.itemWidth),this.previous(n)):this.correctItemsPosition(this.state.itemWidth,!0,!0)),this.resetMoveStatus()}},e.prototype.isInViewport=function(t){var e=t.getBoundingClientRect(),i=e.top,n=e.left,o=e.bottom,r=e.right;return 0<=(void 0===i?0:i)&&0<=(void 0===n?0:n)&&(void 0===o?0:o)<=(window.innerHeight||document.documentElement.clientHeight)&&(void 0===r?0:r)<=(window.innerWidth||document.documentElement.clientWidth)},e.prototype.isChildOfCarousel=function(t){return!!(t instanceof Element&&this.listRef&&this.listRef.current)&&this.listRef.current.contains(t)},e.prototype.onKeyUp=function(t){var e=t.target;switch(t.keyCode){case 37:if(this.isChildOfCarousel(e))return this.previous();break;case 39:if(this.isChildOfCarousel(e))return this.next();break;case 9:if(this.isChildOfCarousel(e)&&e instanceof HTMLInputElement&&this.isInViewport(e))return this.next()}},e.prototype.handleEnter=function(t){a.isMouseMoveEvent(t)&&this.autoPlay&&this.props.autoPlay&&this.props.pauseOnHover&&(clearInterval(this.autoPlay),this.autoPlay=void 0)},e.prototype.goToSlide=function(t,i,n){var o=this;if(void 0===n&&(n=!0),!this.isInThrottle){var r=this.state.itemWidth,s=this.props,a=s.afterChange,l=s.beforeChange,u=this.state.currentSlide;"function"!=typeof l||i&&("object"!=typeof i||i.skipBeforeChange)||l(t,this.getState()),this.isAnimationAllowed=n,this.props.shouldResetAutoplay&&this.resetAutoplayInterval(),this.setState({currentSlide:t,transform:-r*t},function(){o.props.infinite&&o.correctClonesPosition({domLoaded:!0}),"function"!=typeof a||i&&("object"!=typeof i||i.skipAfterChange)||(e.afterChangeTimeout3=setTimeout(function(){a(u,o.getState())},o.props.transitionDuration||400))})}},e.prototype.getState=function(){return this.state},e.prototype.renderLeftArrow=function(t){var e=this,i=this.props,n=i.customLeftArrow,o=i.rtl;return r.createElement(u.LeftArrow,{customLeftArrow:n,getState:function(){return e.getState()},previous:this.previous,disabled:t,rtl:o})},e.prototype.renderRightArrow=function(t){var e=this,i=this.props,n=i.customRightArrow,o=i.rtl;return r.createElement(u.RightArrow,{customRightArrow:n,getState:function(){return e.getState()},next:this.next,disabled:t,rtl:o})},e.prototype.renderButtonGroups=function(){var t=this,e=this.props.customButtonGroup;return e?r.cloneElement(e,{previous:function(){return t.previous()},next:function(){return t.next()},goToSlide:function(e,i){return t.goToSlide(e,i)},carouselState:this.getState()}):null},e.prototype.renderDotsList=function(){var t=this;return r.createElement(l.default,{state:this.state,props:this.props,goToSlide:this.goToSlide,getState:function(){return t.getState()}})},e.prototype.renderCarouselItems=function(){var t=[];if(this.props.infinite){var e=r.Children.toArray(this.props.children);t=s.getClones(this.state.slidesToShow,e)}return r.createElement(h.default,{clones:t,goToSlide:this.goToSlide,state:this.state,notEnoughChildren:s.notEnoughChildren(this.state),props:this.props})},e.prototype.render=function(){var t=this.props,e=t.deviceType,i=t.arrows,n=t.renderArrowsWhenDisabled,o=t.removeArrowOnDeviceType,a=t.infinite,l=t.containerClass,u=t.sliderClass,h=t.customTransition,p=t.additionalTransfrom,f=t.renderDotsOutside,m=t.renderButtonGroupOutside,v=t.className,g=t.rtl,y=s.getInitialState(this.state,this.props),S=y.shouldRenderOnSSR,T=y.shouldRenderAtAll,w=s.isInLeftEnd(this.state),b=s.isInRightEnd(this.state),C=i&&!(o&&(e&&-1<o.indexOf(e)||this.state.deviceType&&-1<o.indexOf(this.state.deviceType)))&&!s.notEnoughChildren(this.state)&&T,I=!a&&w,P=!a&&b,x=d.getTransform(this.state,this.props);return r.createElement(r.Fragment,null,r.createElement("div",{className:"react-multi-carousel-list "+l+" "+v,dir:g?"rtl":"ltr",ref:this.containerRef},r.createElement("ul",{ref:this.listRef,className:"react-multi-carousel-track "+u,style:{transition:this.isAnimationAllowed?h||c:"none",overflow:S?"hidden":"unset",transform:"translate3d("+(x+p)+"px,0,0)"},onMouseMove:this.handleMove,onMouseDown:this.handleDown,onMouseUp:this.handleOut,onMouseEnter:this.handleEnter,onMouseLeave:this.handleOut,onTouchStart:this.handleDown,onTouchMove:this.handleMove,onTouchEnd:this.handleOut},this.renderCarouselItems()),C&&(!I||n)&&this.renderLeftArrow(I),C&&(!P||n)&&this.renderRightArrow(P),T&&!m&&this.renderButtonGroups(),T&&!f&&this.renderDotsList()),T&&f&&this.renderDotsList(),T&&m&&this.renderButtonGroups())},e.defaultProps={slidesToSlide:1,infinite:!1,draggable:!0,swipeable:!0,arrows:!0,renderArrowsWhenDisabled:!1,containerClass:"",sliderClass:"",itemClass:"",keyBoardControl:!0,autoPlaySpeed:3e3,showDots:!1,renderDotsOutside:!1,renderButtonGroupOutside:!1,minimumTouchDrag:80,className:"",dotListClass:"",focusOnSelect:!1,centerMode:!1,additionalTransfrom:0,pauseOnHover:!0,shouldResetAutoplay:!0,rewind:!1,rtl:!1,rewindWithAnimation:!1},e}(r.Component);e.default=p},5124:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(8402),o=i(1551);e.default=function(t){var e=t.props,i=t.state,r=t.goToSlide,s=t.clones,a=t.notEnoughChildren,l=i.itemWidth,u=e.children,h=e.infinite,d=e.itemClass,c=e.itemAriaLabel,p=e.partialVisbile,f=e.partialVisible,m=o.getInitialState(i,e),v=m.flexBisis,g=m.shouldRenderOnSSR,y=m.domFullyLoaded,S=m.partialVisibilityGutter;return m.shouldRenderAtAll?(p&&console.warn('WARNING: Please correct props name: "partialVisible" as old typo will be removed in future versions!'),n.createElement(n.Fragment,null,(h?s:n.Children.toArray(u)).map(function(t,s){return n.createElement("li",{key:s,"data-index":s,onClick:function(){e.focusOnSelect&&r(s)},"aria-hidden":o.getIfSlideIsVisbile(s,i)?"false":"true","aria-label":c||(t.props.ariaLabel?t.props.ariaLabel:null),style:{flex:g?"1 0 "+v+"%":"auto",position:"relative",width:y?((p||f)&&S&&!a?l-S:l)+"px":"auto"},className:"react-multi-carousel-item "+(o.getIfSlideIsVisbile(s,i)?"react-multi-carousel-item--active":"")+" "+d},t)}))):null}},4816:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(8402),o=i(4572),r=i(3371),s=i(5943);e.default=function(t){var e=t.props,i=t.state,a=t.goToSlide,l=t.getState,u=e.showDots,h=e.customDot,d=e.dotListClass,c=e.infinite,p=e.children;if(!u||s.notEnoughChildren(i))return null;var f,m=i.currentSlide,v=i.slidesToShow,g=s.getSlidesToSlide(i,e),y=n.Children.toArray(p);f=c?Math.ceil(y.length/g):Math.ceil((y.length-v)/g)+1;var S=r.getLookupTableForNextSlides(f,i,e,y),T=o.getOriginalIndexLookupTableByClones(v,y),w=T[m];return n.createElement("ul",{className:"react-multi-carousel-dot-list "+d},Array(f).fill(0).map(function(t,e){var i,o;if(c){var r=T[o=S[e]];i=w===r||r<=w&&w<r+g}else{var s=y.length-v,u=e*g;i=(o=s<u?s:u)===m||o<m&&m<o+g&&m<y.length-v}return h?n.cloneElement(h,{index:e,active:i,key:e,onClick:function(){return a(o)},carouselState:l()}):n.createElement("li",{"data-index":e,key:e,className:"react-multi-carousel-dot "+(i?"react-multi-carousel-dot--active":"")},n.createElement("button",{"aria-label":"Go to slide "+(e+1),onClick:function(){return a(o)}}))}))}},1111:function(t,e,i){"use strict";var n=i(8991);e.default=n.default},29:function(t,e,i){"use strict";var n,o=this&&this.__extends||(n=function(t,e){return(n=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function i(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)});Object.defineProperty(e,"__esModule",{value:!0});var r=i(8402);e.isMouseMoveEvent=function(t){return"clientY"in t};var s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(r.Component);e.default=s},4572:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getOriginalCounterPart=function(t,e,i){var n=e.slidesToShow,o=e.currentSlide;return i.length>2*n?t+2*n:o>=i.length?i.length+t:t},e.getOriginalIndexLookupTableByClones=function(t,e){if(e.length>2*t){for(var i={},n=e.length-2*t,o=e.length-n,r=n,s=0;s<o;s++)i[s]=r,r++;var a=e.length+o,l=a+e.slice(0,2*t).length,u=0;for(s=a;s<=l;s++)i[s]=u,u++;var h=0;for(s=o;s<a;s++)i[s]=h,h++;return i}i={};var d=3*e.length,c=0;for(s=0;s<d;s++)i[s]=c,++c===e.length&&(c=0);return i},e.getClones=function(t,e){return e.length<t?e:e.length>2*t?e.slice(e.length-2*t,e.length).concat(e,e.slice(0,2*t)):e.concat(e,e)},e.getInitialSlideInInfiniteMode=function(t,e){return e.length>2*t?2*t:e.length},e.checkClonesPosition=function(t,e,i){var n,o=t.currentSlide,r=t.slidesToShow,s=t.itemWidth,a=t.totalItems,l=0,u=0,h=0===o,d=e.length-(e.length-2*r);return e.length<r?(u=l=0,h=n=!1):e.length>2*r?((n=o>=d+e.length)&&(u=-s*(l=o-e.length)),h&&(u=-s*(l=d+(e.length-2*r)))):((n=o>=2*e.length)&&(u=-s*(l=o-e.length)),h&&(u=i.showDots?-s*(l=e.length):-s*(l=a/3))),{isReachingTheEnd:n,isReachingTheStart:h,nextSlide:l,nextPosition:u}}},5943:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(5947);function o(t){var e=t.slidesToShow;return t.totalItems<e}function r(t,e,i){var n=i||t.transform;return!e.infinite&&0===t.currentSlide||o(t)?n:n+t.itemWidth/2}function s(t){var e=t.currentSlide,i=t.totalItems;return!(e+t.slidesToShow<i)}function a(t,e,i,n){void 0===e&&(e=0);var r=t.currentSlide,a=t.slidesToShow,l=s(t),u=!i.infinite&&l,h=n||t.transform;if(o(t))return h;var d=h+r*e;return u?d+(t.containerWidth-(t.itemWidth-e)*a):d}function l(t,e){return t.rtl?-1*e:e}e.notEnoughChildren=o,e.getInitialState=function(t,e){var i,o=t.domLoaded,r=t.slidesToShow,s=t.containerWidth,a=t.itemWidth,l=e.deviceType,u=e.responsive,h=e.ssr,d=e.partialVisbile,c=e.partialVisible,p=!!(o&&r&&s&&a);h&&l&&!p&&(i=n.getWidthFromDeviceType(l,u));var f=!!(h&&l&&!p&&i);return{shouldRenderOnSSR:f,flexBisis:i,domFullyLoaded:p,partialVisibilityGutter:n.getPartialVisibilityGutter(u,d||c,l,t.deviceType),shouldRenderAtAll:f||p}},e.getIfSlideIsVisbile=function(t,e){var i=e.currentSlide,n=e.slidesToShow;return i<=t&&t<i+n},e.getTransformForCenterMode=r,e.isInLeftEnd=function(t){return!(0<t.currentSlide)},e.isInRightEnd=s,e.getTransformForPartialVsibile=a,e.parsePosition=l,e.getTransform=function(t,e,i){var o=e.partialVisbile,s=e.partialVisible,u=e.responsive,h=e.deviceType,d=e.centerMode,c=i||t.transform,p=n.getPartialVisibilityGutter(u,o||s,h,t.deviceType);return l(e,s||o?a(t,p,e,i):d?r(t,e,i):c)},e.getSlidesToSlide=function(t,e){var i=t.domLoaded,n=t.slidesToShow,o=t.containerWidth,r=t.itemWidth,s=e.deviceType,a=e.responsive,l=e.slidesToSlide||1,u=!!(i&&n&&o&&r);return e.ssr&&e.deviceType&&!u&&Object.keys(a).forEach(function(t){var e=a[t].slidesToSlide;s===t&&e&&(l=e)}),u&&Object.keys(a).forEach(function(t){var e=a[t],i=e.breakpoint,n=e.slidesToSlide,o=i.max,r=i.min;n&&window.innerWidth>=r&&window.innerWidth<=o&&(l=n)}),l}},3371:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(4572),o=i(5943);e.getLookupTableForNextSlides=function(t,e,i,r){var s={},a=o.getSlidesToSlide(e,i);return Array(t).fill(0).forEach(function(t,i){var o=n.getOriginalCounterPart(i,e,r);if(0===i)s[0]=o;else{var l=s[i-1]+a;s[i]=l}}),s}},5947:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getPartialVisibilityGutter=function(t,e,i,n){var o=0,r=n||i;return e&&r&&(o=t[r].partialVisibilityGutter||t[r].paritialVisibilityGutter),o},e.getWidthFromDeviceType=function(t,e){var i;return e[t]&&(i=(100/e[t].items).toFixed(1)),i},e.getItemClientSideWidth=function(t,e,i){return Math.round(i/(e+(t.centerMode?1:0)))}},1551:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(4572);e.getOriginalCounterPart=n.getOriginalCounterPart,e.getClones=n.getClones,e.checkClonesPosition=n.checkClonesPosition,e.getInitialSlideInInfiniteMode=n.getInitialSlideInInfiniteMode;var o=i(5947);e.getWidthFromDeviceType=o.getWidthFromDeviceType,e.getPartialVisibilityGutter=o.getPartialVisibilityGutter,e.getItemClientSideWidth=o.getItemClientSideWidth;var r=i(5943);e.getInitialState=r.getInitialState,e.getIfSlideIsVisbile=r.getIfSlideIsVisbile,e.getTransformForCenterMode=r.getTransformForCenterMode,e.getTransformForPartialVsibile=r.getTransformForPartialVsibile,e.isInLeftEnd=r.isInLeftEnd,e.isInRightEnd=r.isInRightEnd,e.notEnoughChildren=r.notEnoughChildren,e.getSlidesToSlide=r.getSlidesToSlide;var s=i(6646);e.throttle=s.default;var a=i(330);e.throwError=a.default;var l=i(2056);e.populateNextSlides=l.populateNextSlides;var u=i(6562);e.populatePreviousSlides=u.populatePreviousSlides;var h=i(4850);e.populateSlidesOnMouseTouchMove=h.populateSlidesOnMouseTouchMove},4850:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.populateSlidesOnMouseTouchMove=function(t,e,i,n,o,r){var s,a,l=t.itemWidth,u=t.slidesToShow,h=t.totalItems,d=t.currentSlide,c=e.infinite,p=!1,f=Math.round((i-n)/l),m=Math.round((n-i)/l);if(o<i&&f<=u){s="right";var v=r-(n-o);(Math.abs(v)<=Math.abs(-l*(h-u))||d===h-u&&c)&&(a=v,p=!0)}return i<o&&m<=u&&(s="left",((v=r+(o-n))<=0||0===d&&c)&&(p=!0,a=v)),{direction:s,nextPosition:a,canContinue:p}}},2056:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(5943);e.populateNextSlides=function(t,e,i){void 0===i&&(i=0);var o,r,s=t.slidesToShow,a=t.currentSlide,l=t.itemWidth,u=t.totalItems,h=n.getSlidesToSlide(t,e),d=a+1+i+s+(0<i?0:h);return r=d<=u?-l*(o=a+i+(0<i?0:h)):u<d&&a!==u-s?-l*(o=u-s):o=void 0,{nextSlides:o,nextPosition:r}}},6562:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(8402),o=i(5943),r=i(5943);e.populatePreviousSlides=function(t,e,i){void 0===i&&(i=0);var s,a,l=t.currentSlide,u=t.itemWidth,h=t.slidesToShow,d=e.children,c=e.showDots,p=e.infinite,f=o.getSlidesToSlide(t,e),m=l-i-(0<i?0:f),v=(n.Children.toArray(d).length-h)%f;return a=0<=m?(s=m,c&&!p&&0<v&&r.isInRightEnd(t)&&(s=l-v),-u*s):s=m<0&&0!==l?0:void 0,{nextSlides:s,nextPosition:a}}},6646:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e,i){var n;return function(){var o=arguments;n||(t.apply(this,o),n=!0,"function"==typeof i&&i(!0),setTimeout(function(){n=!1,"function"==typeof i&&i(!1)},e))}}},330:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var i=e.partialVisbile,n=e.partialVisible,o=e.centerMode,r=e.ssr,s=e.responsive;if((i||n)&&o)throw Error("center mode can not be used at the same time with partialVisible");if(!s)throw r?Error("ssr mode need to be used in conjunction with responsive prop"):Error("Responsive prop is needed for deciding the amount of items to show on the screen");if(s&&"object"!=typeof s)throw Error("responsive prop must be an object")}},5258:function(t,e,i){"use strict";var n=i(8402);let o=n.forwardRef(function(t,e){let{title:i,titleId:o,...r}=t;return n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:e,"aria-labelledby":o},r),i?n.createElement("title",{id:o},i):null,n.createElement("path",{fillRule:"evenodd",d:"M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z",clipRule:"evenodd"}))});e.Z=o},1345:function(t,e,i){"use strict";var n=i(8402);let o=n.forwardRef(function(t,e){let{title:i,titleId:o,...r}=t;return n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:e,"aria-labelledby":o},r),i?n.createElement("title",{id:o},i):null,n.createElement("path",{fillRule:"evenodd",d:"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z",clipRule:"evenodd"}))});e.Z=o},8754:function(t,e,i){"use strict";i.d(e,{i:function(){return p}});var n=i(1701),o=i(8402);let r=({text:t,...e})=>{let{modifiers:i,missingModifierTypes:o}=c();return Object.keys(e).reduce((t,r)=>{if(!e[r])return t;let s=i[r];return s?(0,n.jsx)(s,{children:t}):(o.includes(r)||(console.warn(`[@strapi/block-react-renderer] No component found for modifier "${r}"`),o.push(r)),t)},(0,n.jsx)(n.Fragment,{children:t}))},s=["image"],a=t=>{let{children:e,type:i,...n}=t;if("code"===i){let e=t=>t.reduce((t,i)=>"text"===i.type?t.concat(i.text):"link"===i.type?t.concat(e(i.children)):t,"");return{...n,plainText:e(t.children)}}return n},l=({content:t})=>{let{children:e,type:i,...u}=t,{blocks:h,missingBlockTypes:d}=c(),p=h[i];if(!p)return d.includes(i)||(console.warn(`[@strapi/block-react-renderer] No component found for block type "${i}"`),d.push(i)),null;if(s.includes(i))return(0,n.jsx)(p,{...u});if("paragraph"===i&&1===e.length&&"text"===e[0].type&&""===e[0].text)return(0,n.jsx)("br",{});let f=a(t);return(0,n.jsx)(p,{...f,children:e.map((t,e)=>{if("text"===t.type){let{type:i,...n}=t;return(0,o.createElement)(r,{...n,key:e})}return(0,n.jsx)(l,{content:t},e)})})},u={blocks:{paragraph:t=>(0,n.jsx)("p",{children:t.children}),quote:t=>(0,n.jsx)("blockquote",{children:t.children}),code:t=>(0,n.jsx)("pre",{children:(0,n.jsx)("code",{children:t.plainText})}),heading:t=>{let{level:e,children:i}=t;switch(e){case 1:return(0,n.jsx)("h1",{children:i});case 2:return(0,n.jsx)("h2",{children:i});case 3:return(0,n.jsx)("h3",{children:i});case 4:return(0,n.jsx)("h4",{children:i});case 5:return(0,n.jsx)("h5",{children:i});case 6:return(0,n.jsx)("h6",{children:i})}},link:t=>(0,n.jsx)("a",{href:t.url,children:t.children}),list:t=>"ordered"===t.format?(0,n.jsx)("ol",{children:t.children}):(0,n.jsx)("ul",{children:t.children}),"list-item":t=>(0,n.jsx)("li",{children:t.children}),image:t=>(0,n.jsx)("img",{src:t.image.url,alt:t.image.alternativeText||void 0})},modifiers:{bold:t=>(0,n.jsx)("strong",{children:t.children}),italic:t=>(0,n.jsx)("em",{children:t.children}),underline:t=>(0,n.jsx)("u",{children:t.children}),strikethrough:t=>(0,n.jsx)("del",{children:t.children}),code:t=>(0,n.jsx)("code",{children:t.children})},missingBlockTypes:[],missingModifierTypes:[]},h=o.createContext(u),d=t=>{let{children:e,value:i=u}=t,r=o.useMemo(()=>i,[i]);return(0,n.jsx)(h.Provider,{value:r,children:e})};function c(){return o.useContext(h)}let p=t=>{let e={...u.blocks,...t.blocks},i={...u.modifiers,...t.modifiers},r=o.useRef([]),s=o.useRef([]);return(0,n.jsx)(d,{value:{blocks:e,modifiers:i,missingBlockTypes:r.current,missingModifierTypes:s.current},children:t.content.map((t,e)=>(0,n.jsx)(l,{content:t},e))})}}}]);