@okam/directus-block 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +10 -10
- package/index.mjs +4581 -4556
- package/package.json +1 -1
- package/style.css +1 -1
package/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react/jsx-runtime"),At=require("@tanstack/react-query"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react/jsx-runtime"),At=require("@tanstack/react-query"),pn=require("radash"),_r=require("graphql-request"),y=require("react"),C=require("tailwind-variants"),q=require("react-aria");require("react-use");const se=require("react-spring");require("react-stately");const hn=require("react-div-100vh");require("@react-aria/utils");require("@react-aria/focus");const mn=require("isomorphic-dompurify");require("@react-aria/i18n");require("lodash");require("react-hook-form");require("@react-aria/checkbox");require("@react-aria/visually-hidden");require("@react-stately/toggle");const k=require("lodash.isequal");require("react-i18next");require("@react-aria/datepicker");require("@react-stately/datepicker");require("@react-aria/calendar");require("@react-stately/calendar");require("@react-aria/overlays");require("next/image");function Cr(e,t){return t}const gn=process.env.NEXT_PUBLIC_GRAPHQL_URL,vn=process.env.NEXT_GRAPHQL_URL_ADMIN,wn=process.env.NEXT_PUBLIC_API_TOKEN,bn=process.env.NEXT_PUBLIC_API_TOKEN,xn=new _r.GraphQLClient(gn,{credentials:"include",mode:"cors",fetch,headers:{Authorization:`Bearer ${wn}`}});new _r.GraphQLClient(vn,{credentials:"include",mode:"cors",fetch,headers:{Authorization:`Bearer ${bn}`}});new At.QueryClient({queryCache:new At.QueryCache({onError:e=>{console.error(e)}}),defaultOptions:{queries:{staleTime:5*1e3}}});function yn(e,t,r=xn){return r.request(e,{...t})}process.env.NEXT_PUBLIC_GRAPHQL_URL;process.env.NEXT_PUBLIC_API_TOKEN;function Sn(e){return!!e}async function Mr(e){const{document:t,item:r,blockKey:n,variables:i}=e;if(r)return r;if(!t||!Sn(i))return null;const s=await yn(t,i);return!s||typeof s!="object"||!n?null:s[n]}function Or(e,...t){return t.reduce((n,i)=>i?{components:{...n.components,...i.components}}:n,e)}const jr={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"BlockSettings"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"block_settings"}},selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"tokens"}},{kind:"Field",name:{kind:"Name",value:"variant"}}]}}]},Ir=e=>{var b,h,_;const{item:t,collection:r,config:n,variables:i,defaultVariant:s,...l}=e;if(!r||!t||!n)return null;const a=(b=n==null?void 0:n.components)==null?void 0:b[r];if(!a)return null;const{id:o,settings:u}=t,{variant:c}=Cr(jr,u)??{},d=((h=a.getVariant)==null?void 0:h.call(a,e))??c??s,{default:f,document:p}=a,g=((_=a.variants)==null?void 0:_[d??""])??f;return g?m.jsx(g,{document:p,config:n,collection:r,item:t,...o?{variables:{...i,id:o}}:{variables:i},...l},o):null},Tn=e=>e;function Pn(){const e=y.createContext(void 0);function t(){const r=y.useContext(e);return r===void 0?null:r}return[t,e.Provider]}const En={typography:()=>""},[_n,Cn]=Pn();function Mn({children:e,brandTheme:t=En}){const r=y.useMemo(()=>({brandTheme:t}),[t]);return m.jsx(Cn,{value:r,children:e})}const On=e=>({children:r})=>m.jsx(Mn,{brandTheme:e,children:r}),jn=C.tv({base:"[border-radius: 32px] p-1.5 focus:outline-none text-color-1-500",defaultVariants:{textAlign:"left",isOpen:!1},variants:{textAlign:{center:"text-center",left:"text-left"}}}),In=C.tv({base:"grid overflow-hidden w-full items-center border-b-2 border-color-1-500 focus-ring-black",variants:{titleBold:{true:"font-bold"},textAlign:{center:"grid-cols-[3rem_1fr_3rem] pl-0 sm:pl-0",left:"grid-cols-[1fr_3rem]"},bgColor:{gray:"bg-gray-300",white:"bg-white"}},defaultVariants:{titleBold:!1,textAlign:"left",bgColor:"white"}}),Rn=C.tv({base:"",defaultVariants:{textAlign:"left"},variants:{textAlign:{center:"justify-self-center col-start-2",left:"justify-self-start"}}}),Ln=C.tv({base:"text-color-1-500 min-h-12 rotate-90 min-w-12 rounded-full flex items-center justify-center transition duration-500 transform ml-auto aspect-square",variants:{isOpen:{true:"-rotate-90",false:""}}}),An=C.tv({base:`
|
|
2
2
|
font-body
|
|
3
3
|
text-inherit
|
|
4
4
|
h-auto
|
|
5
5
|
grid
|
|
6
|
-
`,defaultVariants:{textAlign:"left"},variants:{textAlign:{center:"grid-cols-[3rem_1fr_3rem] px-6 text-center",left:"grid-cols-[1fr_3rem] text-left"}}}),
|
|
6
|
+
`,defaultVariants:{textAlign:"left"},variants:{textAlign:{center:"grid-cols-[3rem_1fr_3rem] px-6 text-center",left:"grid-cols-[1fr_3rem] text-left"}}}),Nn=C.tv({base:"overflow-hidden flex flex-col gap-2 items-start",defaultVariants:{textAlign:"left"},variants:{textAlign:{center:"col-start-2",left:""}}}),kn={container:e=>jn(e),button:e=>In(e),title:e=>Rn(e),icon:e=>Ln(e),region:e=>An(e),content:e=>Nn(e)},ce=C.tv({base:`
|
|
7
7
|
flex
|
|
8
8
|
items-center
|
|
9
9
|
justify-center
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
text-white
|
|
45
45
|
pointer-events-none
|
|
46
46
|
!border-error
|
|
47
|
-
`},size:{default:"min-w-12 min-h-6",large:"min-w-36 min-h-18"},shape:{rounded:"rounded-md",circular:"rounded-full"}}}),U=
|
|
47
|
+
`},size:{default:"min-w-12 min-h-6",large:"min-w-36 min-h-18"},shape:{rounded:"rounded-md",circular:"rounded-full"}}}),U=C.tv({variants:{size:{h1:"text-5xl",h2:"text-4xl",h3:"text-3xl",h4:"text-2xl",h5:"text-xl",h6:"text-lg",leading:"text-md font-bold leading-normal",paragraph:"text-md inline",footnotes:"text-sm",xs:"text-xs"},font:{body:"font-body"},weight:{normal:"font-normal",light:"font-light",bold:"font-bold"},color:{gray:"text-gray-500",white:"text-white"},isError:{true:"text-sm text-error py-3"},align:{center:"text-center",left:"text-left",right:"text-right"}},defaultVariants:{size:"paragraph",font:"body"}}),zn=C.tv({base:"bg-color-1-200 p-4 flex flex-col gap-4"}),Dn=C.tv({base:"flex justify-between items-center gap-4 relative"}),Bn=C.tv({extend:ce,base:"self-end"}),qn=C.tv({base:"bg-color-1-300 m-2 rounded-lg order-2"}),Vn=C.tv({base:"m-4"}),Gn=C.tv({base:""}),$n=C.tv({base:""}),Hn=C.tv({extend:U,defaultVariants:{size:"h1"}}),Fn=C.tv({extend:U}),Wn=C.tv({base:"block w-min bg-color-1-400 p-2 rounded-lg"}),Un=C.tv({extend:ce,variants:{order:{prev:"order-1",next:"order-3"}}}),Yn=C.tv({base:"flex gap-4 justify-center absolute z-10 bottom-4 left-0 right-0"}),Xn=C.tv({base:"w-4 h-4 rounded-full block bg-color-1-600 focus-ring-black",variants:{active:{true:"bg-color-1-100",false:""}}}),Kn={wrapper:zn,container:Dn,closeBtn:Bn,swiper:{swiper:qn,wrapper:Vn},item:{wrapper:Gn,container:$n,title:Hn,content:Fn,icon:Wn},navigation:{button:Un},pagination:{wrapper:Yn,bullet:Xn}},Zn=C.tv({base:"w-full bg-slate-100"}),Rr=C.tv({base:"max-w-screen-lg mx-auto w-full",variants:{fullWidth:{true:"max-w-full col-span-full p-0"},spacing:{small:"mb-3",medium:"mb-6",large:"mb-8",none:"mb-0"}}}),Qn=C.tv({extend:Rr,base:"grid grid-cols-12 gap-6 px-4 col-span-full",variants:{fullWidth:{true:"max-w-full col-span-full p-0"}}}),Jn=C.tv({base:"bg-slate-300 h-64 p-4 flex justify-start items-end",defaultVariants:{size:"small"},variants:{size:{small:"col-span-12 sm:col-span-6 md:col-span-4 lg:col-span-4",medium:"col-span-12 sm:col-span-12 md:col-span-8 lg:col-span-8",large:"lg:col-start-3 sm:col-start-1 sm:col-end-13 lg:col-end-11 md:col-start-3 md:col-end-11 col-start-1 col-end-13"}}}),ei=C.tv({base:"inline-block text-gray-800"}),ti=C.tv({base:"flex items-center justify-between pb-4"}),ri=C.tv({base:"flex items-center gap-1"}),ni=C.tv({base:"active:bg-color-1-500 p-2 rounded-full active:text-color-1-100 hover:bg-color-1-200 focus-ring-black"}),ii=C.tv({base:"flex-1"}),si=C.tv({base:"text-center"}),oi=C.tv({base:"py-0.5 relative",variants:{isFocusVisible:{true:"z-10",false:""}}}),ai=C.tv({base:"w-10 h-10 outline-none group",variants:{isSelected:{true:"",false:""},isInvalid:{true:"",fasle:""},isDisabled:{true:"disabled",false:""},isRoundedLeft:{true:"rounded-l-full",false:""},isRoundedRight:{true:"rounded-r-full",false:""}},compoundVariants:[{isSelected:!0,isInvalid:!0,class:"bg-red-300"},{isSelected:!0,isInvalid:!1,class:"bg-color-1-300"}]}),li=C.tv({base:"w-full h-full rounded-full flex items-center justify-center cursor-pointer",variants:{isSelected:{true:"",false:""},isInvalid:{true:"",fasle:""},isDisabled:{true:"",false:""},isFocusVisible:{true:"ring-2 group-focus:z-2 ring-violet-600 ring-offset-2",false:""},isSelectionStart:{true:"",false:""},isSelectionEnd:{true:"",false:""}},compoundVariants:[{isDisabled:!0,isInvalid:!1,class:"text-gray-400"},{isSelectionStart:!0,isSelectionEnd:!1,isInvalid:!0,class:"bg-red-600 text-white hover:bg-red-700"},{isSelectionStart:!0,isSelectionEnd:!0,isInvalid:!0,class:"bg-red-600 text-white hover:bg-red-700"},{isSelectionStart:!0,isSelectionEnd:!1,isInvalid:!1,class:"bg-color-1-400 text-white hover:bg-color-1-500"},{isSelectionStart:!0,isSelectionEnd:!0,isInvalid:!1,class:"bg-color-1-400 rounded-full text-white hover:bg-color-1-500"},{isSelectionStart:!1,isSelectionEnd:!0,isInvalid:!0,class:"bg-red-600 text-white hover:bg-red-700"},{isSelectionStart:!1,isSelectionEnd:!0,isInvalid:!1,class:"bg-color-1-400 text-white hover:bg-color-1-500"},{isSelected:!1,isDisabled:!1,class:"hover:bg-color-1-100"},{isSelected:!0,isDisabled:!1,isInvalid:!1,isSelectionStart:!1,isSelectionEnd:!1,class:"hover:bg-color-1-300"},{isSelected:!0,isDisabled:!1,isInvalid:!0,isSelectionStart:!1,isSelectionEnd:!1,class:"hover:bg-red-400"}]}),ci=C.tv({base:"flex justify-between items-center relative h-[475px] mb-18 lg:h-[650px]"}),ui=C.tv({base:"flex justify-center m-auto px-8 w-full h-full"}),di=C.tv({base:"bg-color-1-500 rounded-full p-4 text-white"}),fi=C.tv({base:"flex focus-ring-black"}),pi=C.tv({base:"hover:cursor-pointer",variants:{color:{gray:"text-gray-300",black:"text-black"},isDisabled:{true:"text-gray-6"}},defaultVariants:{color:"black"}}),hi=C.tv({base:"w-6 h-6 mt-0.5 mr-2.5 rounded-full border-2 border-gray-2 shrink-0 hover:cursor-pointer flex items-center justify-center",variants:{isDisabled:{true:"border-gray-6"},isFocused:{true:"outline-black [outline-offset: 2px]"},isError:{true:"border-red-500"}}}),mi=C.tv({base:"hidden w-4 h-4 bg-gray-300 rounded-full",variants:{selected:{true:"block text-white"}}}),gi=C.tv({base:"text-white w-4 h-4 [&_svg]:w-4 [&_svg]:h-4"}),vi=C.tv({base:"block",variants:{isDisabled:{true:"opacity-60 pointer-events-none"}}}),wi=C.tv({base:"flex flex-col gap-4 py-8"}),bi=C.tv({base:"relative inline-flex flex-col text-left"}),xi=C.tv({base:"flex items-center border-2 border-color-1-500 rounded focus-ring-black"}),yi=C.tv({base:"fixed inset-0"}),Si=C.tv({base:"absolute top-full bg-white border border-gray-300 rounded-md shadow-lg mt-2 p-8 z-10"}),Ti=C.tv({base:"pr-1 flex gap-2",defaultVariants:{dateFieldShown:!0},variants:{dateFieldShown:{true:"",false:"hidden"}}}),Pi=C.tv({base:"focus-ring-black"}),Ei=C.tv({base:"text-color-1-500 bg-color-1-100 border-l-2 border-color-1-500 h-full py-2 px-2"}),_i=C.tv({base:"text-color-1-500 font-bold px-2"}),Ci=C.tv({base:"object-contain"}),Mi=e=>Ci(e),Oi=C.tv({base:"focus-ring-black"}),ji=C.tv({base:"rounded-3xl overflow-hidden"}),Ii=C.tv({base:`
|
|
48
48
|
absolute
|
|
49
49
|
xl:top-10
|
|
50
50
|
xl:right-20
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
right-4
|
|
56
56
|
size-10
|
|
57
57
|
focus-ring-black
|
|
58
|
-
`}),
|
|
58
|
+
`}),Ri=C.tv({extend:U,base:"sr-only"}),Li=C.tv({base:"w-screen h-screen bg-black/50 absolute top-0 left-0 flex justify-center items-center"}),Ai=C.tv({base:""}),Ni=C.tv({base:"flex flex-col gap-4 items-center"}),ki={wrapper:Oi,container:ji,label:Ri,closeBtn:Ii,modal:{underlay:Li,overlay:Ai,dialog:Ni}},zi=C.tv({base:"text-black flex flex-row items-center hover:cursor-pointer focus-ring-black",variants:{isDisabled:{true:"text-gray-6"}}}),Di=C.tv({base:"w-6 h-6 mt-0.5 mr-2.5 rounded-full border-2 border-gray-2 shrink-0 hover:cursor-pointer flex items-center justify-center",variants:{isDisabled:{true:"border-gray-6"},isFocused:{true:"outline-black [outline-offset: 2px]"}}}),Bi=C.tv({base:"hidden w-4 h-4 bg-gray-300 rounded-full",variants:{selected:{true:"block text-white"}}}),qi=C.tv({base:"block",variants:{isDisabled:{true:"opacity-60 pointer-events-none"}}}),Vi=C.tv({base:"flex flex-col gap-4 py-8"}),Gi=C.tv({base:"p-4 w-full outline-0 search-cancel:appearance-none",variants:{isDisabled:{true:"opacity-60 pointer-events-none"}}}),$i=C.tv({base:`
|
|
59
59
|
box-border
|
|
60
60
|
absolute
|
|
61
61
|
right-4
|
|
62
62
|
focus-ring-black
|
|
63
63
|
outline-0
|
|
64
|
-
`})
|
|
64
|
+
`}),Hi=C.tv({base:"flex print:hidden relative",defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"flex-row",column:"flex-col"}}}),Fi=C.tv({base:"relative z-20 !bg-color-1-500 hover:!bg-color-1-400 w-16 h-16 flex justify-center items-center active:!bg-color-1-400 rounded-full text-white focus-ring-black",variants:{isOpen:{true:"",false:""}}}),Wi=C.tv({base:"!bg-color-1-200 absolute opacity-0 invisible flex transition duration-300 items-center p-0 bg-primary-1 z-0 rounded-b-full rounded-t-full",defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"flex-row pl-14 h-16 left-0",column:"flex-col [width:calc(100% + .5rem)] pt-14 w-16 top-0"},isOpen:{true:"opacity-100 visible",false:""}}}),Ui=C.tv({base:`
|
|
65
65
|
flex
|
|
66
66
|
items-center
|
|
67
67
|
justify-center
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
focus-ring-black
|
|
76
76
|
z-10
|
|
77
77
|
has-focus-ring:z-20
|
|
78
|
-
`,defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"last:rounded-r-full h-full",column:"last:rounded-b-full"}}}),
|
|
78
|
+
`,defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"last:rounded-r-full h-full",column:"last:rounded-b-full"}}}),Yi=C.tv({base:"text-white"}),Xi=C.tv({base:""}),Ki=C.tv({base:"m-auto fixed right-0 top-0 bottom-0 w-full max-w-[512px] [&>div]:h-full"}),Zi=C.tv({base:"h-full w-full flex justify-end"}),Qi=C.tv({base:"bg-black h-full w-full overflow-y-auto"}),Ji=C.tv({base:`
|
|
79
79
|
w-full
|
|
80
80
|
min-h-32
|
|
81
81
|
rounded-2xl
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
placeholder:text-gray-2
|
|
91
91
|
focus-ring-black
|
|
92
92
|
|
|
93
|
-
`,variants:{isError:{true:"border-red-500"}}}),Ji=yn({main:e=>Kn(e),gridItem:e=>Qn(e),grid:e=>Zn(e),container:e=>Rr(e),accordion:An,carousel:{container:e=>li(e),slideContainer:e=>ci(e),navigationButtons:e=>ui(e)},calendar:{container:e=>Jn(e),header:e=>ei(e),navigationButtonsContainer:e=>ti(e),navigationButtons:e=>ri(e),table:e=>ni(e),dayLabel:e=>ii(e),cellContainer:e=>si(e),cell:e=>oi(e),cellDate:e=>ai(e)},datePicker:{container:e=>wi(e),button:e=>bi(e),icon:e=>Pi(e),dateField:e=>Si(e),dateSegment:e=>Ti(e),label:e=>Ei(e),calendarPopover:e=>yi(e),calendarUnderlay:e=>xi(e)},popover:{button:e=>ce(e),popover:()=>"border-2 text-black p-4 bg-gray-300"},typography:e=>U(e),button:e=>ce(e),sidePanel:{wrapper:e=>Xi(e),container:e=>Ki(e),innerContainer:e=>Zi(e)},lightBox:Ni,shareButton:{icon:e=>Ui(e),button:e=>Hi(e),container:e=>$i(e),linksList:e=>Fi(e),link:e=>Wi(e),linkIcons:e=>Yi(e)},checkbox:{container:e=>di(e),label:e=>fi(e),checkBox:e=>pi(e),checkMark:e=>hi(e),checkMarkIcon:e=>mi(e),errorMessage:e=>U(e)},radio:{label:e=>ki(e),radio:e=>zi(e),selectedMark:e=>Di(e),errorMessage:e=>U(e)},radioGroup:{radioGroup:e=>Bi(e),radioGroupItemsGroup:e=>qi(e),errorMessage:e=>U(e)},checkboxGroup:{checkboxGroup:e=>gi(e),checkboxGroupItemsGroup:e=>vi(e),errormessage:e=>U(e)},select:{button:e=>ce(e),ul:e=>U({...e,className:"outline outline-2 outline-white outline-offset-2 p-2 my-4 rounded-md w-full flex flex-col gap-6"}),popover:e=>ce({...e,className:"w-[var(--select-container-width)]"}),errorMessage:e=>U({...e,size:"footnotes",isError:!0}),wrapper:()=>"flex flex-col gap-4 relative",container:()=>"flex flex-col gap-4",li:()=>"transition w-full hover:text-gray-300 focus-ring-white"},textarea:{wrapper:()=>"flex flex-col",container:()=>"flex items-center gap-4",label:()=>"text-gray-3 px-6",input:e=>Qi(e),errorMessage:e=>U({...e,size:"footnotes",isError:!0})},search:{wrapper:()=>"min-w-fit sm:w-80 flex flex-col gap-2",container:()=>"relative flex items-center outline outline-2 outline-gray-300 focus-within:outline focus-within:outline-black focus-within:outline-2",label:()=>"text-gray-3",input:e=>Vi(e),icon:e=>Gi(e),errorMessage:e=>U({...e,size:"footnotes",isError:!0})},textInput:{wrapper:()=>"group flex flex-col rounded-md px-4 py-1 mb-3 m-0.5 border-2 aria-disabled:pointer-events-none aria-disabled:opacity-30 focus-ring-black",label:()=>'group-has-[:required]:after:content-["_*"] group-has-[:required]:after:text-red-500 text-xs',container:()=>"flex items-center gap-4",input:()=>"",errorMessage:e=>U({...e,className:"ml-0",size:"footnotes",isError:!0})},menu:{sidePanel:{wrapper:()=>"",container:()=>"",innerContainer:()=>""},wrapper:()=>""},menuItem:{wrapper:()=>"",container:()=>"",innerContent:()=>"",button:()=>"",anchor:()=>""},img:Ci,alerts:Xn});y.memo(Cn(Ji));const K=(e,t={},r=null)=>{const n=Pn();if(n!=null&&e!=null){const{brandTheme:i}=n,s=dn.get(i,e);if(typeof s=="function"){const l=s==null?void 0:s(t);if(typeof l=="string")return l}}if(r)return r},es=({as:e="span",themeName:t="typography",tokens:r,customTheme:n,children:i,...s})=>{const l=K(t,r,n);return m.jsx(e,{...s,className:l,children:i})};y.forwardRef((e,t)=>{const{as:r="span",tokens:n,themeName:i="typography",customTheme:s,children:l,...a}=e,o=K(i,n,s);return m.jsx(r,{...a,ref:t,className:o,children:l})});function yt(){const e=y.createContext(void 0);function t(){const r=y.useContext(e);if(r===void 0)throw new Error("useCtx must be inside a Provider");return r}return[t,e.Provider]}function Lr(){const e=y.createContext(void 0);function t(){const r=y.useContext(e);return r===void 0?{}:r}return[t,e.Provider]}Lr();const gt=({as:e="div",themeName:t="box",tokens:r,customTheme:n,children:i,className:s,...l})=>{const a=K(t,r,n);return m.jsx(e,{...l,className:a,children:i})},St=y.forwardRef((e,t)=>{const{as:r="div",tokens:n,themeName:i="box",customTheme:s,children:l,...a}=e,o=K(i,n,s);return m.jsx(r,{...a,ref:t,className:o,children:l})}),Ar=y.forwardRef((e,t)=>{var v;const{as:r="a",handlePress:n,children:i,as:s,customTheme:l,tokens:a,themeName:o="button",nextLinkProps:u,...c}=e,d=t,{linkProps:f}=V.useLink({...e,...u,href:e.href??((v=u==null?void 0:u.href)==null?void 0:v.toString()),elementType:s==null?void 0:s.toString(),onPress:n},t??d),p=K(o,a,l);return m.jsx(V.FocusRing,{focusRingClass:"has-focus-ring",children:m.jsx(r,{ref:d,...f,...u,...c,className:p,children:i})})}),Nr=y.forwardRef((e,t)=>{const{as:r="button",handlePress:n,children:i,as:s,customTheme:l,tokens:a,themeName:o="button",isDisabled:u=!1,...c}=e,d=t,{buttonProps:f}=V.useButton({...e,isDisabled:u,elementType:s,onPress:n},t??d),p=K(o,a,l);return m.jsx(V.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:m.jsx(r,{ref:d,...f,...c,className:p,children:i})})}),ts=y.forwardRef((e,t)=>{const{as:r}=e;return r==="a"?m.jsx(Ar,{ref:t,...e}):m.jsx(Nr,{ref:t,...e})}),rs=e=>{const{as:t}=e,r=y.useRef(null);return t==="a"?m.jsx(Ar,{ref:r,...e}):m.jsx(Nr,{ref:r,...e})};y.memo(rs);const ns=(e,t)=>{const r=e[t];return r?typeof r=="function"?r():Promise.resolve(r):new Promise((n,i)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(i.bind(null,new Error("Unknown variable dynamic import: "+t)))})},is=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",...e}),kr=y.memo(is),ss=Object.freeze(Object.defineProperty({__proto__:null,default:kr},Symbol.toStringTag,{value:"Module"})),os=e=>{const{icon:t,...r}=e,n=y.useMemo(()=>y.lazy(()=>ns(Object.assign({"../icons/ArrowDown.tsx":()=>Promise.resolve().then(()=>Aa),"../icons/ArrowLeft.tsx":()=>Promise.resolve().then(()=>za),"../icons/ArrowRight.tsx":()=>Promise.resolve().then(()=>qa),"../icons/Check.tsx":()=>Promise.resolve().then(()=>$a),"../icons/ChevronLeft.tsx":()=>Promise.resolve().then(()=>Wa),"../icons/ChevronRight.tsx":()=>Promise.resolve().then(()=>Xa),"../icons/CloseBtn.tsx":()=>Promise.resolve().then(()=>ws),"../icons/Facebook.tsx":()=>Promise.resolve().then(()=>Qa),"../icons/FacebookColored.tsx":()=>Promise.resolve().then(()=>tl),"../icons/FacebookRounded.tsx":()=>Promise.resolve().then(()=>il),"../icons/Globe.tsx":()=>Promise.resolve().then(()=>al),"../icons/IconFallback.tsx":()=>Promise.resolve().then(()=>ss),"../icons/Instagram.tsx":()=>Promise.resolve().then(()=>ul),"../icons/InstagramColored.tsx":()=>Promise.resolve().then(()=>pl),"../icons/Link.tsx":()=>Promise.resolve().then(()=>gl),"../icons/LinkedIn.tsx":()=>Promise.resolve().then(()=>bl),"../icons/Mail.tsx":()=>Promise.resolve().then(()=>Sl),"../icons/Plus.tsx":()=>Promise.resolve().then(()=>El),"../icons/Search.tsx":()=>Promise.resolve().then(()=>ys),"../icons/Share.tsx":()=>Promise.resolve().then(()=>Ml),"../icons/Twitter.tsx":()=>Promise.resolve().then(()=>Il),"../icons/TwitterColored.tsx":()=>Promise.resolve().then(()=>Al),"../icons/Upload.tsx":()=>Promise.resolve().then(()=>zl),"../icons/X.tsx":()=>Promise.resolve().then(()=>ql),"../icons/YouTube.tsx":()=>Promise.resolve().then(()=>$l),"../icons/YouTubeColored.tsx":()=>Promise.resolve().then(()=>Wl)}),`../icons/${t||"ArrowRight"}.tsx`)),[t]);return m.jsx(y.Suspense,{fallback:m.jsx(kr,{className:"overflow-visible pointer-events-none"}),children:m.jsx(n,{...r,className:"overflow-visible pointer-events-none",...e})})},Tt=e=>{const{icon:t,as:r="span",tokens:n,customTheme:i,themeName:s="icon",children:l,...a}=e,o=K(s,n,i);return typeof t!="string"?m.jsxs(r,{...a,className:o,children:[l,t]}):m.jsxs(r,{className:o,children:[l,m.jsx(os,{icon:t,...a})]})},[as,Kl]=yt(),ls=({isVisible:e,children:t})=>se.useTransition(e,{from:{opacity:0,translateX:"100%"},enter:{opacity:1,translateX:"0%"},leave:{opacity:0,translateX:"25%"}})((n,i)=>i&&m.jsx(se.animated.div,{style:n,children:t})),cs="fixed",us=({isVisible:e,children:t})=>se.useTransition(e,{from:{opacity:0,position:cs,left:0,top:0,zIndex:1e3,bottom:0,height:"100%"},enter:{opacity:1},leave:{opacity:0},config:se.config.stiff})((n,i)=>i&&m.jsx(se.animated.div,{style:n,children:t})),ds=({isVisible:e,children:t})=>se.useTransition(e,{from:{opacity:0,scale:.75},enter:{opacity:1,scale:1},leave:{opacity:0,scale:.75},config:se.config.stiff})((n,i)=>i&&m.jsx(se.animated.div,{style:{position:"fixed",left:0,top:0,bottom:0,zIndex:1e3,width:"100%",height:"100%",...n},children:t})),fs=e=>{const{children:t,themeName:r,tokens:n,customTheme:i}=e,s=y.useRef(null),{dialogProps:l}=V.useDialog(e,s);return m.jsx(St,{themeName:`${r}.dialog`,tokens:n,customTheme:i,ref:s,"aria-modal":!0,...l,children:m.jsx(V.FocusRing,{focusRingClass:"has-focus-ring",within:!0,autoFocus:!0,children:m.jsx(V.FocusScope,{contain:!0,restoreFocus:!0,autoFocus:!0,children:t})})})},ps=e=>{const{themeName:t,tokens:r,customTheme:n,children:i,state:s,...l}=e,a=y.useRef(null),{modalProps:o,underlayProps:u}=V.useModalOverlay(l,s,a);return m.jsx(gt,{themeName:`${t}.underlay`,tokens:r,customTheme:n,...u,children:m.jsx(St,{ref:a,themeName:`${t}.overlay`,tokens:r,...o,children:i})})},hs=e=>{const{children:t,transitionComponent:r=ds,state:n,themeName:i,tokens:s,...l}=e;return m.jsx(V.OverlayContainer,{children:m.jsx(r,{isVisible:n.isOpen,children:m.jsx(ps,{themeName:i,tokens:s,state:n,...l,children:m.jsx(fs,{themeName:i,tokens:s,...l,children:t})})})})},ms=e=>{const{children:t,closeBtnRender:r,themeName:n="sidePanel",tokens:i,TransitionAnimation:s=ls,PanelTransition:l=us,customTheme:a}=e,o=K(`${n}.wrapper`,i,a),u=K(`${n}.container`,i,a),c=K(`${n}.innerContainer`,i,a),{overlayState:d,overlayProps:f}=as();return m.jsx(hs,{state:d,...f,transitionComponent:l,isDismissable:!0,children:m.jsxs(fn,{className:o,children:[r&&r(),m.jsx(s,{isVisible:d.isOpen,children:m.jsx("div",{className:u,children:m.jsx("div",{className:c,children:t})})})]})})};y.memo(ms);y.forwardRef((e,t)=>{const{isOpen:r,onClose:n,children:i,positionProps:s,themeName:l="popover",tokens:a,customTheme:o,isDismissable:u,shouldCloseOnBlur:c,...d}=e,{overlayProps:f}=V.useOverlay({isDismissable:u,shouldCloseOnBlur:c,isOpen:r,onClose:n},t),{modalProps:p}=V.useModal(),{dialogProps:v}=V.useDialog({},t),g=K(`${l}.popover`,a,o);return m.jsx(V.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:!0,children:m.jsxs(St,{customTheme:g,...V.mergeProps(f,p,v),ref:t,...s,...d,children:[y.Children.map(i,b=>m.jsx(V.FocusRing,{focusRingClass:"has-focus-ring",children:b})),m.jsx(V.DismissButton,{onDismiss:n})]})})});const gs=({content:e,themeName:t="wysiwyg",...r})=>m.jsx(es,{...r,themeName:t,dangerouslySetInnerHTML:{__html:pn.sanitize(e,{ADD_TAGS:["iframe"],ADD_ATTR:["allow","allowfullscreen","frameborder","scrolling","target"]})}});yt();const vs=e=>m.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:m.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M18 6 6 18M6 6l12 12"})}),zr=y.memo(vs,k),ws=Object.freeze(Object.defineProperty({__proto__:null,default:zr},Symbol.toStringTag,{value:"Module"})),bs=e=>m.jsxs("svg",{width:20,height:20,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[m.jsxs("g",{stroke:"currentColor",clipPath:"url(#a)",children:[m.jsx("circle",{cx:"8.2727",cy:"8.2727",r:"7.2727"}),m.jsx("path",{d:"M13.4551 13.4531L19.5005 19.4986"})]}),m.jsx("defs",{children:m.jsx("clipPath",{children:m.jsx("path",{fill:"currentColor",d:"M0 0h14v14H0z"})})})]}),xs=y.memo(bs,k),ys=Object.freeze(Object.defineProperty({__proto__:null,default:xs},Symbol.toStringTag,{value:"Module"}));y.createContext(null);y.createContext(null);Lr();var Ss=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Nt={exports:{}},he={};he._=he._interop_require_default=Ts;function Ts(e){return e&&e.__esModule?e:{default:e}}var be={exports:{}},Be={},kt;function Dr(){return kt||(kt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(l,a){for(var o in a)Object.defineProperty(l,o,{enumerable:!0,get:a[o]})}t(e,{searchParamsToUrlQuery:function(){return r},urlQueryToSearchParams:function(){return i},assign:function(){return s}});function r(l){const a={};return l.forEach((o,u)=>{typeof a[u]>"u"?a[u]=o:Array.isArray(a[u])?a[u].push(o):a[u]=[a[u],o]}),a}function n(l){return typeof l=="string"||typeof l=="number"&&!isNaN(l)||typeof l=="boolean"?String(l):""}function i(l){const a=new URLSearchParams;return Object.entries(l).forEach(o=>{let[u,c]=o;Array.isArray(c)?c.forEach(d=>a.append(u,n(d))):a.set(u,n(c))}),a}function s(l){for(var a=arguments.length,o=new Array(a>1?a-1:0),u=1;u<a;u++)o[u-1]=arguments[u];return o.forEach(c=>{Array.from(c.keys()).forEach(d=>l.delete(d)),c.forEach((d,f)=>l.append(f,d))}),l}}(Be)),Be}var qe={},xe={},zt;function Ps(){if(zt)return xe;zt=1;function e(r){if(typeof WeakMap!="function")return null;var n=new WeakMap,i=new WeakMap;return(e=function(s){return s?i:n})(r)}xe._=xe._interop_require_wildcard=t;function t(r,n){if(!n&&r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var i=e(n);if(i&&i.has(r))return i.get(r);var s={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in r)if(a!=="default"&&Object.prototype.hasOwnProperty.call(r,a)){var o=l?Object.getOwnPropertyDescriptor(r,a):null;o&&(o.get||o.set)?Object.defineProperty(s,a,o):s[a]=r[a]}return s.default=r,i&&i.set(r,s),s}return xe}var Dt;function Br(){return Dt||(Dt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(o,u){for(var c in u)Object.defineProperty(o,c,{enumerable:!0,get:u[c]})}t(e,{formatUrl:function(){return s},urlObjectKeys:function(){return l},formatWithValidation:function(){return a}});const n=Ps()._(Dr()),i=/https?|ftp|gopher|file/;function s(o){let{auth:u,hostname:c}=o,d=o.protocol||"",f=o.pathname||"",p=o.hash||"",v=o.query||"",g=!1;u=u?encodeURIComponent(u).replace(/%3A/i,":")+"@":"",o.host?g=u+o.host:c&&(g=u+(~c.indexOf(":")?"["+c+"]":c),o.port&&(g+=":"+o.port)),v&&typeof v=="object"&&(v=String(n.urlQueryToSearchParams(v)));let b=o.search||v&&"?"+v||"";return d&&!d.endsWith(":")&&(d+=":"),o.slashes||(!d||i.test(d))&&g!==!1?(g="//"+(g||""),f&&f[0]!=="/"&&(f="/"+f)):g||(g=""),p&&p[0]!=="#"&&(p="#"+p),b&&b[0]!=="?"&&(b="?"+b),f=f.replace(/[?#]/g,encodeURIComponent),b=b.replace("#","%23"),""+d+g+f+b+p}const l=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function a(o){return process.env.NODE_ENV==="development"&&o!==null&&typeof o=="object"&&Object.keys(o).forEach(u=>{l.includes(u)||console.warn("Unknown key passed via urlObject into url.format: "+u)}),s(o)}}(qe)),qe}var Ve={},Bt;function Es(){return Bt||(Bt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"omit",{enumerable:!0,get:function(){return t}});function t(r,n){const i={};return Object.keys(r).forEach(s=>{n.includes(s)||(i[s]=r[s])}),i}}(Ve)),Ve}var Ge={},qt;function ze(){return qt||(qt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(w,S){for(var T in S)Object.defineProperty(w,T,{enumerable:!0,get:S[T]})}t(e,{WEB_VITALS:function(){return r},execOnce:function(){return n},isAbsoluteUrl:function(){return s},getLocationOrigin:function(){return l},getURL:function(){return a},getDisplayName:function(){return o},isResSent:function(){return u},normalizeRepeatedSlashes:function(){return c},loadGetInitialProps:function(){return d},SP:function(){return f},ST:function(){return p},DecodeError:function(){return v},NormalizeError:function(){return g},PageNotFoundError:function(){return b},MissingStaticPage:function(){return h},MiddlewareNotFoundError:function(){return C},stringifyError:function(){return x}});const r=["CLS","FCP","FID","INP","LCP","TTFB"];function n(w){let S=!1,T;return function(){for(var j=arguments.length,M=new Array(j),E=0;E<j;E++)M[E]=arguments[E];return S||(S=!0,T=w(...M)),T}}const i=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,s=w=>i.test(w);function l(){const{protocol:w,hostname:S,port:T}=window.location;return w+"//"+S+(T?":"+T:"")}function a(){const{href:w}=window.location,S=l();return w.substring(S.length)}function o(w){return typeof w=="string"?w:w.displayName||w.name||"Unknown"}function u(w){return w.finished||w.headersSent}function c(w){const S=w.split("?");return S[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(S[1]?"?"+S.slice(1).join("?"):"")}async function d(w,S){if(process.env.NODE_ENV!=="production"){var T;if((T=w.prototype)!=null&&T.getInitialProps){const E='"'+o(w)+'.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';throw new Error(E)}}const j=S.res||S.ctx&&S.ctx.res;if(!w.getInitialProps)return S.ctx&&S.Component?{pageProps:await d(S.Component,S.ctx)}:{};const M=await w.getInitialProps(S);if(j&&u(j))return M;if(!M){const E='"'+o(w)+'.getInitialProps()" should resolve to an object. But found "'+M+'" instead.';throw new Error(E)}return process.env.NODE_ENV!=="production"&&Object.keys(M).length===0&&!S.ctx&&console.warn(""+o(w)+" returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps"),M}const f=typeof performance<"u",p=f&&["mark","measure","getEntriesByName"].every(w=>typeof performance[w]=="function");class v extends Error{}class g extends Error{}class b extends Error{constructor(S){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message="Cannot find module for page: "+S}}class h extends Error{constructor(S,T){super(),this.message="Failed to load static file for page: "+S+" "+T}}class C extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function x(w){return JSON.stringify({message:w.message,stack:w.stack})}}(Ge)),Ge}var ye={exports:{}},$e={},Vt;function qr(){return Vt||(Vt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"removeTrailingSlash",{enumerable:!0,get:function(){return t}});function t(r){return r.replace(/\/$/,"")||"/"}}($e)),$e}var He={},Gt;function Pt(){return Gt||(Gt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"parsePath",{enumerable:!0,get:function(){return t}});function t(r){const n=r.indexOf("#"),i=r.indexOf("?"),s=i>-1&&(n<0||i<n);return s||n>-1?{pathname:r.substring(0,s?i:n),query:s?r.substring(i,n>-1?n:void 0):"",hash:n>-1?r.slice(n):""}:{pathname:r,query:"",hash:""}}}(He)),He}var $t;function De(){return $t||($t=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizePathTrailingSlash",{enumerable:!0,get:function(){return i}});const r=qr(),n=Pt(),i=s=>{if(!s.startsWith("/")||process.env.__NEXT_MANUAL_TRAILING_SLASH)return s;const{pathname:l,query:a,hash:o}=(0,n.parsePath)(s);return process.env.__NEXT_TRAILING_SLASH?/\.[^/]+\/?$/.test(l)?""+(0,r.removeTrailingSlash)(l)+a+o:l.endsWith("/")?""+l+a+o:l+"/"+a+o:""+(0,r.removeTrailingSlash)(l)+a+o};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(ye,ye.exports)),ye.exports}var Fe={},Se={exports:{}},We={},Ht;function Vr(){return Ht||(Ht=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"pathHasPrefix",{enumerable:!0,get:function(){return r}});const t=Pt();function r(n,i){if(typeof n!="string")return!1;const{pathname:s}=(0,t.parsePath)(n);return s===i||s.startsWith(i+"/")}}(We)),We}var Ft;function _s(){return Ft||(Ft=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"hasBasePath",{enumerable:!0,get:function(){return i}});const r=Vr(),n=process.env.__NEXT_ROUTER_BASEPATH||"";function i(s){return(0,r.pathHasPrefix)(s,n)}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Se,Se.exports)),Se.exports}var Wt;function Gr(){return Wt||(Wt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isLocalURL",{enumerable:!0,get:function(){return n}});const t=ze(),r=_s();function n(i){if(!(0,t.isAbsoluteUrl)(i))return!0;try{const s=(0,t.getLocationOrigin)(),l=new URL(i,s);return l.origin===s&&(0,r.hasBasePath)(l.pathname)}catch{return!1}}}(Fe)),Fe}var Ue={},Ye={},Ut;function Cs(){return Ut||(Ut=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getSortedRoutes",{enumerable:!0,get:function(){return r}});class t{insert(i){this._insert(i.split("/").filter(Boolean),[],!1)}smoosh(){return this._smoosh()}_smoosh(i){i===void 0&&(i="/");const s=[...this.children.keys()].sort();this.slugName!==null&&s.splice(s.indexOf("[]"),1),this.restSlugName!==null&&s.splice(s.indexOf("[...]"),1),this.optionalRestSlugName!==null&&s.splice(s.indexOf("[[...]]"),1);const l=s.map(a=>this.children.get(a)._smoosh(""+i+a+"/")).reduce((a,o)=>[...a,...o],[]);if(this.slugName!==null&&l.push(...this.children.get("[]")._smoosh(i+"["+this.slugName+"]/")),!this.placeholder){const a=i==="/"?"/":i.slice(0,-1);if(this.optionalRestSlugName!=null)throw new Error('You cannot define a route with the same specificity as a optional catch-all route ("'+a+'" and "'+a+"[[..."+this.optionalRestSlugName+']]").');l.unshift(a)}return this.restSlugName!==null&&l.push(...this.children.get("[...]")._smoosh(i+"[..."+this.restSlugName+"]/")),this.optionalRestSlugName!==null&&l.push(...this.children.get("[[...]]")._smoosh(i+"[[..."+this.optionalRestSlugName+"]]/")),l}_insert(i,s,l){if(i.length===0){this.placeholder=!1;return}if(l)throw new Error("Catch-all must be the last part of the URL.");let a=i[0];if(a.startsWith("[")&&a.endsWith("]")){let c=function(d,f){if(d!==null&&d!==f)throw new Error("You cannot use different slug names for the same dynamic path ('"+d+"' !== '"+f+"').");s.forEach(p=>{if(p===f)throw new Error('You cannot have the same slug name "'+f+'" repeat within a single dynamic path');if(p.replace(/\W/g,"")===a.replace(/\W/g,""))throw new Error('You cannot have the slug names "'+p+'" and "'+f+'" differ only by non-word symbols within a single dynamic path')}),s.push(f)},o=a.slice(1,-1),u=!1;if(o.startsWith("[")&&o.endsWith("]")&&(o=o.slice(1,-1),u=!0),o.startsWith("...")&&(o=o.substring(3),l=!0),o.startsWith("[")||o.endsWith("]"))throw new Error("Segment names may not start or end with extra brackets ('"+o+"').");if(o.startsWith("."))throw new Error("Segment names may not start with erroneous periods ('"+o+"').");if(l)if(u){if(this.restSlugName!=null)throw new Error('You cannot use both an required and optional catch-all route at the same level ("[...'+this.restSlugName+']" and "'+i[0]+'" ).');c(this.optionalRestSlugName,o),this.optionalRestSlugName=o,a="[[...]]"}else{if(this.optionalRestSlugName!=null)throw new Error('You cannot use both an optional and required catch-all route at the same level ("[[...'+this.optionalRestSlugName+']]" and "'+i[0]+'").');c(this.restSlugName,o),this.restSlugName=o,a="[...]"}else{if(u)throw new Error('Optional route parameters are not yet supported ("'+i[0]+'").');c(this.slugName,o),this.slugName=o,a="[]"}}this.children.has(a)||this.children.set(a,new t),this.children.get(a)._insert(i.slice(1),s,l)}constructor(){this.placeholder=!0,this.children=new Map,this.slugName=null,this.restSlugName=null,this.optionalRestSlugName=null}}function r(n){const i=new t;return n.forEach(s=>i.insert(s)),i.smoosh()}}(Ye)),Ye}var Xe={},Ke={},Ze={},Qe={},Yt;function Ms(){return Yt||(Yt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"ensureLeadingSlash",{enumerable:!0,get:function(){return t}});function t(r){return r.startsWith("/")?r:"/"+r}}(Qe)),Qe}var Je={},Xt;function Os(){return Xt||(Xt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isGroupSegment",{enumerable:!0,get:function(){return t}});function t(r){return r[0]==="("&&r.endsWith(")")}}(Je)),Je}var Kt;function js(){return Kt||(Kt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(l,a){for(var o in a)Object.defineProperty(l,o,{enumerable:!0,get:a[o]})}t(e,{normalizeAppPath:function(){return i},normalizeRscURL:function(){return s}});const r=Ms(),n=Os();function i(l){return(0,r.ensureLeadingSlash)(l.split("/").reduce((a,o,u,c)=>!o||(0,n.isGroupSegment)(o)||o[0]==="@"||(o==="page"||o==="route")&&u===c.length-1?a:a+"/"+o,""))}function s(l){return l.replace(/\.rsc($|\?)/,"$1")}}(Ze)),Ze}var Zt;function $r(){return Zt||(Zt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(l,a){for(var o in a)Object.defineProperty(l,o,{enumerable:!0,get:a[o]})}t(e,{INTERCEPTION_ROUTE_MARKERS:function(){return n},isInterceptionRouteAppPath:function(){return i},extractInterceptionRouteInformation:function(){return s}});const r=js(),n=["(..)(..)","(.)","(..)","(...)"];function i(l){return l.split("/").find(a=>n.find(o=>a.startsWith(o)))!==void 0}function s(l){let a,o,u;for(const c of l.split("/"))if(o=n.find(d=>c.startsWith(d)),o){[a,u]=l.split(o,2);break}if(!a||!o||!u)throw new Error(`Invalid interception route: ${l}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`);switch(a=(0,r.normalizeAppPath)(a),o){case"(.)":a==="/"?u=`/${u}`:u=a+"/"+u;break;case"(..)":if(a==="/")throw new Error(`Invalid interception route: ${l}. Cannot use (..) marker at the root level, use (.) instead.`);u=a.split("/").slice(0,-1).concat(u).join("/");break;case"(...)":u="/"+u;break;case"(..)(..)":const c=a.split("/");if(c.length<=2)throw new Error(`Invalid interception route: ${l}. Cannot use (..)(..) marker at the root level or one level up.`);u=c.slice(0,-2).concat(u).join("/");break;default:throw new Error("Invariant: unexpected marker")}return{interceptingRoute:a,interceptedRoute:u}}}(Ke)),Ke}var Qt;function Is(){return Qt||(Qt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isDynamicRoute",{enumerable:!0,get:function(){return n}});const t=$r(),r=/\/\[[^/]+?\](?=\/|$)/;function n(i){return(0,t.isInterceptionRouteAppPath)(i)&&(i=(0,t.extractInterceptionRouteInformation)(i).interceptedRoute),r.test(i)}}(Xe)),Xe}var Jt;function Rs(){return Jt||(Jt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(i,s){for(var l in s)Object.defineProperty(i,l,{enumerable:!0,get:s[l]})}t(e,{getSortedRoutes:function(){return r.getSortedRoutes},isDynamicRoute:function(){return n.isDynamicRoute}});const r=Cs(),n=Is()}(Ue)),Ue}var et={},tt={},er;function Ls(){return er||(er=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRouteMatcher",{enumerable:!0,get:function(){return r}});const t=ze();function r(n){let{re:i,groups:s}=n;return l=>{const a=i.exec(l);if(!a)return!1;const o=c=>{try{return decodeURIComponent(c)}catch{throw new t.DecodeError("failed to decode param")}},u={};return Object.keys(s).forEach(c=>{const d=s[c],f=a[d.pos];f!==void 0&&(u[c]=~f.indexOf("/")?f.split("/").map(p=>o(p)):d.repeat?[o(f)]:o(f))}),u}}}(tt)),tt}var rt={},nt={},tr;function As(){return tr||(tr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"escapeStringRegexp",{enumerable:!0,get:function(){return n}});const t=/[|\\{}()[\]^$+*?.-]/,r=/[|\\{}()[\]^$+*?.-]/g;function n(i){return t.test(i)?i.replace(r,"\\$&"):i}}(nt)),nt}var rr;function Ns(){return rr||(rr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(g,b){for(var h in b)Object.defineProperty(g,h,{enumerable:!0,get:b[h]})}t(e,{getRouteRegex:function(){return u},getNamedRouteRegex:function(){return p},getNamedMiddlewareRegex:function(){return v}});const r=$r(),n=As(),i=qr(),s="nxtP",l="nxtI";function a(g){const b=g.startsWith("[")&&g.endsWith("]");b&&(g=g.slice(1,-1));const h=g.startsWith("...");return h&&(g=g.slice(3)),{key:g,repeat:h,optional:b}}function o(g){const b=(0,i.removeTrailingSlash)(g).slice(1).split("/"),h={};let C=1;return{parameterizedRoute:b.map(x=>{const w=r.INTERCEPTION_ROUTE_MARKERS.find(T=>x.startsWith(T)),S=x.match(/\[((?:\[.*\])|.+)\]/);if(w&&S){const{key:T,optional:j,repeat:M}=a(S[1]);return h[T]={pos:C++,repeat:M,optional:j},"/"+(0,n.escapeStringRegexp)(w)+"([^/]+?)"}else if(S){const{key:T,repeat:j,optional:M}=a(S[1]);return h[T]={pos:C++,repeat:j,optional:M},j?M?"(?:/(.+?))?":"/(.+?)":"/([^/]+?)"}else return"/"+(0,n.escapeStringRegexp)(x)}).join(""),groups:h}}function u(g){const{parameterizedRoute:b,groups:h}=o(g);return{re:new RegExp("^"+b+"(?:/)?$"),groups:h}}function c(){let g=0;return()=>{let b="",h=++g;for(;h>0;)b+=String.fromCharCode(97+(h-1)%26),h=Math.floor((h-1)/26);return b}}function d(g){let{interceptionMarker:b,getSafeRouteKey:h,segment:C,routeKeys:x,keyPrefix:w}=g;const{key:S,optional:T,repeat:j}=a(C);let M=S.replace(/\W/g,"");w&&(M=""+w+M);let E=!1;(M.length===0||M.length>30)&&(E=!0),isNaN(parseInt(M.slice(0,1)))||(E=!0),E&&(M=h()),w?x[M]=""+w+S:x[M]=S;const P=b?(0,n.escapeStringRegexp)(b):"";return j?T?"(?:/"+P+"(?<"+M+">.+?))?":"/"+P+"(?<"+M+">.+?)":"/"+P+"(?<"+M+">[^/]+?)"}function f(g,b){const h=(0,i.removeTrailingSlash)(g).slice(1).split("/"),C=c(),x={};return{namedParameterizedRoute:h.map(w=>{const S=r.INTERCEPTION_ROUTE_MARKERS.some(j=>w.startsWith(j)),T=w.match(/\[((?:\[.*\])|.+)\]/);if(S&&T){const[j]=w.split(T[0]);return d({getSafeRouteKey:C,interceptionMarker:j,segment:T[1],routeKeys:x,keyPrefix:b?l:void 0})}else return T?d({getSafeRouteKey:C,segment:T[1],routeKeys:x,keyPrefix:b?s:void 0}):"/"+(0,n.escapeStringRegexp)(w)}).join(""),routeKeys:x}}function p(g,b){const h=f(g,b);return{...u(g),namedRegex:"^"+h.namedParameterizedRoute+"(?:/)?$",routeKeys:h.routeKeys}}function v(g,b){const{parameterizedRoute:h}=o(g),{catchAll:C=!0}=b;if(h==="/")return{namedRegex:"^/"+(C?".*":"")+"$"};const{namedParameterizedRoute:x}=f(g,!1);let w=C?"(?:(/.*)?)":"";return{namedRegex:"^"+x+w+"$"}}}(rt)),rt}var nr;function ks(){return nr||(nr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"interpolateAs",{enumerable:!0,get:function(){return n}});const t=Ls(),r=Ns();function n(i,s,l){let a="";const o=(0,r.getRouteRegex)(i),u=o.groups,c=(s!==i?(0,t.getRouteMatcher)(o)(s):"")||l;a=i;const d=Object.keys(u);return d.every(f=>{let p=c[f]||"";const{repeat:v,optional:g}=u[f];let b="["+(v?"...":"")+f+"]";return g&&(b=(p?"":"/")+"["+b+"]"),v&&!Array.isArray(p)&&(p=[p]),(g||f in c)&&(a=a.replace(b,v?p.map(h=>encodeURIComponent(h)).join("/"):encodeURIComponent(p))||"/")})||(a=""),{params:d,result:a}}}(et)),et}var ir;function zs(){return ir||(ir=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"resolveHref",{enumerable:!0,get:function(){return c}});const r=Dr(),n=Br(),i=Es(),s=ze(),l=De(),a=Gr(),o=Rs(),u=ks();function c(d,f,p){let v,g=typeof f=="string"?f:(0,n.formatWithValidation)(f);const b=g.match(/^[a-zA-Z]{1,}:\/\//),h=b?g.slice(b[0].length):g;if((h.split("?",1)[0]||"").match(/(\/\/|\\)/)){console.error("Invalid href '"+g+"' passed to next/router in page: '"+d.pathname+"'. Repeated forward-slashes (//) or backslashes \\ are not valid in the href.");const x=(0,s.normalizeRepeatedSlashes)(h);g=(b?b[0]:"")+x}if(!(0,a.isLocalURL)(g))return p?[g]:g;try{v=new URL(g.startsWith("#")?d.asPath:d.pathname,"http://n")}catch{v=new URL("/","http://n")}try{const x=new URL(g,v);x.pathname=(0,l.normalizePathTrailingSlash)(x.pathname);let w="";if((0,o.isDynamicRoute)(x.pathname)&&x.searchParams&&p){const T=(0,r.searchParamsToUrlQuery)(x.searchParams),{result:j,params:M}=(0,u.interpolateAs)(x.pathname,x.pathname,T);j&&(w=(0,n.formatWithValidation)({pathname:j,hash:x.hash,query:(0,i.omit)(T,M)}))}const S=x.origin===v.origin?x.href.slice(x.origin.length):x.href;return p?[S,w||S]:S}catch{return p?[g]:g}}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(be,be.exports)),be.exports}var Te={exports:{}},it={},st={},sr;function Hr(){return sr||(sr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"addPathPrefix",{enumerable:!0,get:function(){return r}});const t=Pt();function r(n,i){if(!n.startsWith("/")||!i)return n;const{pathname:s,query:l,hash:a}=(0,t.parsePath)(n);return""+i+s+l+a}}(st)),st}var or;function Ds(){return or||(or=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"addLocale",{enumerable:!0,get:function(){return n}});const t=Hr(),r=Vr();function n(i,s,l,a){if(!s||s===l)return i;const o=i.toLowerCase();return!a&&((0,r.pathHasPrefix)(o,"/api")||(0,r.pathHasPrefix)(o,"/"+s.toLowerCase()))?i:(0,t.addPathPrefix)(i,"/"+s)}}(it)),it}var ar;function Bs(){return ar||(ar=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addLocale",{enumerable:!0,get:function(){return n}});const r=De(),n=function(i){for(var s=arguments.length,l=new Array(s>1?s-1:0),a=1;a<s;a++)l[a-1]=arguments[a];return process.env.__NEXT_I18N_SUPPORT?(0,r.normalizePathTrailingSlash)(Ds().addLocale(i,...l)):i};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Te,Te.exports)),Te.exports}var ot={},lr;function qs(){return lr||(lr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"RouterContext",{enumerable:!0,get:function(){return n}});const n=he._(y).default.createContext(null);process.env.NODE_ENV!=="production"&&(n.displayName="RouterContext")}(ot)),ot}var at={},cr;function Vs(){return cr||(cr=1,function(e){"use client";Object.defineProperty(e,"__esModule",{value:!0});function t(u,c){for(var d in c)Object.defineProperty(u,d,{enumerable:!0,get:c[d]})}t(e,{CacheStates:function(){return i},AppRouterContext:function(){return s},LayoutRouterContext:function(){return l},GlobalLayoutRouterContext:function(){return a},TemplateContext:function(){return o}});const n=he._(y);var i;(function(u){u.LAZY_INITIALIZED="LAZYINITIALIZED",u.DATA_FETCH="DATAFETCH",u.READY="READY"})(i||(i={}));const s=n.default.createContext(null),l=n.default.createContext(null),a=n.default.createContext(null),o=n.default.createContext(null);process.env.NODE_ENV!=="production"&&(s.displayName="AppRouterContext",l.displayName="LayoutRouterContext",a.displayName="GlobalLayoutRouterContext",o.displayName="TemplateContext")}(at)),at}var Pe={exports:{}},Ee={exports:{}},ur;function Gs(){return ur||(ur=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0});function r(s,l){for(var a in l)Object.defineProperty(s,a,{enumerable:!0,get:l[a]})}r(t,{requestIdleCallback:function(){return n},cancelIdleCallback:function(){return i}});const n=typeof self<"u"&&self.requestIdleCallback&&self.requestIdleCallback.bind(window)||function(s){let l=Date.now();return self.setTimeout(function(){s({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-l))}})},1)},i=typeof self<"u"&&self.cancelIdleCallback&&self.cancelIdleCallback.bind(window)||function(s){return clearTimeout(s)};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ee,Ee.exports)),Ee.exports}var dr;function $s(){return dr||(dr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useIntersection",{enumerable:!0,get:function(){return u}});const r=y,n=Gs(),i=typeof IntersectionObserver=="function",s=new Map,l=[];function a(c){const d={root:c.root||null,margin:c.rootMargin||""},f=l.find(b=>b.root===d.root&&b.margin===d.margin);let p;if(f&&(p=s.get(f),p))return p;const v=new Map,g=new IntersectionObserver(b=>{b.forEach(h=>{const C=v.get(h.target),x=h.isIntersecting||h.intersectionRatio>0;C&&x&&C(x)})},c);return p={id:d,observer:g,elements:v},l.push(d),s.set(d,p),p}function o(c,d,f){const{id:p,observer:v,elements:g}=a(f);return g.set(c,d),v.observe(c),function(){if(g.delete(c),v.unobserve(c),g.size===0){v.disconnect(),s.delete(p);const h=l.findIndex(C=>C.root===p.root&&C.margin===p.margin);h>-1&&l.splice(h,1)}}}function u(c){let{rootRef:d,rootMargin:f,disabled:p}=c;const v=p||!i,[g,b]=(0,r.useState)(!1),h=(0,r.useRef)(null),C=(0,r.useCallback)(w=>{h.current=w},[]);(0,r.useEffect)(()=>{if(i){if(v||g)return;const w=h.current;if(w&&w.tagName)return o(w,T=>T&&b(T),{root:d==null?void 0:d.current,rootMargin:f})}else if(!g){const w=(0,n.requestIdleCallback)(()=>b(!0));return()=>(0,n.cancelIdleCallback)(w)}},[v,f,d,g,h.current]);const x=(0,r.useCallback)(()=>{b(!1)},[]);return[C,g,x]}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Pe,Pe.exports)),Pe.exports}var _e={exports:{}},Ce={exports:{}},lt={},fr;function Hs(){return fr||(fr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"normalizeLocalePath",{enumerable:!0,get:function(){return t}});function t(r,n){let i;const s=r.split("/");return(n||[]).some(l=>s[1]&&s[1].toLowerCase()===l.toLowerCase()?(i=l,s.splice(1,1),r=s.join("/")||"/",!0):!1),{pathname:r,detectedLocale:i}}}(lt)),lt}var pr;function Fs(){return pr||(pr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizeLocalePath",{enumerable:!0,get:function(){return r}});const r=(n,i)=>process.env.__NEXT_I18N_SUPPORT?Hs().normalizeLocalePath(n,i):{pathname:n,detectedLocale:void 0};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ce,Ce.exports)),Ce.exports}var Me={exports:{}},ct={},hr;function Ws(){return hr||(hr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"detectDomainLocale",{enumerable:!0,get:function(){return t}});function t(r,n,i){if(r){i&&(i=i.toLowerCase());for(const a of r){var s,l;const o=(s=a.domain)==null?void 0:s.split(":",1)[0].toLowerCase();if(n===o||i===a.defaultLocale.toLowerCase()||(l=a.locales)!=null&&l.some(u=>u.toLowerCase()===i))return a}}}}(ct)),ct}var mr;function Us(){return mr||(mr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"detectDomainLocale",{enumerable:!0,get:function(){return r}});const r=function(){for(var n=arguments.length,i=new Array(n),s=0;s<n;s++)i[s]=arguments[s];if(process.env.__NEXT_I18N_SUPPORT)return Ws().detectDomainLocale(...i)};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Me,Me.exports)),Me.exports}var gr;function Ys(){return gr||(gr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getDomainLocale",{enumerable:!0,get:function(){return i}});const r=De(),n=process.env.__NEXT_ROUTER_BASEPATH||"";function i(s,l,a,o){if(process.env.__NEXT_I18N_SUPPORT){const u=Fs().normalizeLocalePath,c=Us().detectDomainLocale,d=l||u(s,a).detectedLocale,f=c(o,void 0,d);if(f){const p="http"+(f.http?"":"s")+"://",v=d===f.defaultLocale?"":"/"+d;return""+p+f.domain+(0,r.normalizePathTrailingSlash)(""+n+v+s)}return!1}else return!1}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(_e,_e.exports)),_e.exports}var Oe={exports:{}},vr;function Xs(){return vr||(vr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addBasePath",{enumerable:!0,get:function(){return s}});const r=Hr(),n=De(),i=process.env.__NEXT_ROUTER_BASEPATH||"";function s(l,a){return(0,n.normalizePathTrailingSlash)(process.env.__NEXT_MANUAL_CLIENT_BASE_PATH&&!a?l:(0,r.addPathPrefix)(l,i))}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Oe,Oe.exports)),Oe.exports}var je={exports:{}},wr;function Ks(){return wr||(wr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0});function r(f,p){for(var v in p)Object.defineProperty(f,v,{enumerable:!0,get:p[v]})}r(t,{PrefetchKind:function(){return c},ACTION_REFRESH:function(){return n},ACTION_NAVIGATE:function(){return i},ACTION_RESTORE:function(){return s},ACTION_SERVER_PATCH:function(){return l},ACTION_PREFETCH:function(){return a},ACTION_FAST_REFRESH:function(){return o},ACTION_SERVER_ACTION:function(){return u},isThenable:function(){return d}});const n="refresh",i="navigate",s="restore",l="server-patch",a="prefetch",o="fast-refresh",u="server-action";var c;(function(f){f.AUTO="auto",f.FULL="full",f.TEMPORARY="temporary"})(c||(c={}));function d(f){return f&&(typeof f=="object"||typeof f=="function")&&typeof f.then=="function"}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(je,je.exports)),je.exports}(function(e,t){"use client";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return S}});const n=he._(y),i=zs(),s=Gr(),l=Br(),a=ze(),o=Bs(),u=qs(),c=Vs(),d=$s(),f=Ys(),p=Xs(),v=Ks(),g=new Set;function b(T,j,M,E,P,O){if(typeof window>"u"||!O&&!(0,s.isLocalURL)(j))return;if(!E.bypassPrefetchedCheck){const I=typeof E.locale<"u"?E.locale:"locale"in T?T.locale:void 0,N=j+"%"+M+"%"+I;if(g.has(N))return;g.add(N)}const R=O?T.prefetch(j,P):T.prefetch(j,M,E);Promise.resolve(R).catch(I=>{if(process.env.NODE_ENV!=="production")throw I})}function h(T){const M=T.currentTarget.getAttribute("target");return M&&M!=="_self"||T.metaKey||T.ctrlKey||T.shiftKey||T.altKey||T.nativeEvent&&T.nativeEvent.which===2}function C(T,j,M,E,P,O,R,I,N){const{nodeName:z}=T.currentTarget;if(z.toUpperCase()==="A"&&(h(T)||!N&&!(0,s.isLocalURL)(M)))return;T.preventDefault();const ne=()=>{const G=R??!0;"beforePopState"in j?j[P?"replace":"push"](M,E,{shallow:O,locale:I,scroll:G}):j[P?"replace":"push"](E||M,{scroll:G})};N?n.default.startTransition(ne):ne()}function x(T){return typeof T=="string"?T:(0,l.formatUrl)(T)}const S=n.default.forwardRef(function(j,M){let E;const{href:P,as:O,children:R,prefetch:I=null,passHref:N,replace:z,shallow:H,scroll:ne,locale:G,onClick:D,onMouseEnter:$,onTouchStart:me,legacyBehavior:F=!1,...ln}=j;E=R,F&&(typeof E=="string"||typeof E=="number")&&(E=n.default.createElement("a",null,E));const B=n.default.useContext(u.RouterContext),cn=n.default.useContext(c.AppRouterContext),Z=B??cn,Q=!B,ge=I!==!1,ve=I===null?v.PrefetchKind.AUTO:v.PrefetchKind.FULL;if(process.env.NODE_ENV!=="production"){let L=function(A){return new Error("Failed prop type: The prop `"+A.key+"` expects a "+A.expected+" in `<Link>`, but got `"+A.actual+"` instead."+(typeof window<"u"?`
|
|
94
|
-
Open your browser's console to view the Component stack trace.`:""))};Object.keys({href:!0}).forEach(A=>{if(A==="href"&&(j[A]==null||typeof j[A]!="string"&&typeof j[A]!="object"))throw L({key:A,expected:"`string` or `object`",actual:j[A]===null?"null":typeof j[A]})}),Object.keys({as:!0,replace:!0,scroll:!0,shallow:!0,passHref:!0,prefetch:!0,locale:!0,onClick:!0,onMouseEnter:!0,onTouchStart:!0,legacyBehavior:!0}).forEach(A=>{const ee=typeof j[A];if(A==="as"){if(j[A]&&ee!=="string"&&ee!=="object")throw L({key:A,expected:"`string` or `object`",actual:ee})}else if(A==="locale"){if(j[A]&&ee!=="string")throw L({key:A,expected:"`string`",actual:ee})}else if(A==="onClick"||A==="onMouseEnter"||A==="onTouchStart"){if(j[A]&&ee!=="function")throw L({key:A,expected:"`function`",actual:ee})}else if((A==="replace"||A==="scroll"||A==="shallow"||A==="passHref"||A==="prefetch"||A==="legacyBehavior")&&j[A]!=null&&ee!=="boolean")throw L({key:A,expected:"`boolean`",actual:ee})});const Lt=n.default.useRef(!1);j.prefetch&&!Lt.current&&!Q&&(Lt.current=!0,console.warn("Next.js auto-prefetches automatically based on viewport. The prefetch attribute is no longer needed. More: https://nextjs.org/docs/messages/prefetch-true-deprecated"))}if(process.env.NODE_ENV!=="production"&&Q&&!O){let L;if(typeof P=="string"?L=P:typeof P=="object"&&typeof P.pathname=="string"&&(L=P.pathname),L&&L.split("/").some(le=>le.startsWith("[")&&le.endsWith("]")))throw new Error("Dynamic href `"+L+"` found in <Link> while using the `/app` router, this is not supported. Read more: https://nextjs.org/docs/messages/app-dir-dynamic-href")}const{href:J,as:W}=n.default.useMemo(()=>{if(!B){const le=x(P);return{href:le,as:O?x(O):le}}const[L,fe]=(0,i.resolveHref)(B,P,!0);return{href:L,as:O?(0,i.resolveHref)(B,O):fe||L}},[B,P,O]),Mt=n.default.useRef(J),Ot=n.default.useRef(W);let
|
|
95
|
-
Open your browser's console to view the Component stack trace.`:"")):new Error("No children were passed to <Link> with `href` of `"+P+"` but one child is required https://nextjs.org/docs/messages/link-no-children")}}else
|
|
96
|
-
Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor`);const ae=F?q&&typeof q=="object"&&q.ref:M,[jt,It,Rt]=(0,d.useIntersection)({rootMargin:"200px"}),un=n.default.useCallback(L=>{(Ot.current!==W||Mt.current!==J)&&(Rt(),Ot.current=W,Mt.current=J),jt(L),ae&&(typeof ae=="function"?ae(L):typeof ae=="object"&&(ae.current=L))},[W,ae,J,Rt,jt]);n.default.useEffect(()=>{process.env.NODE_ENV==="production"&&Z&&(!It||!ge||b(Z,J,W,{locale:G},{kind:ve},Q))},[W,J,It,G,ge,B==null?void 0:B.locale,Z,Q,ve]);const we={ref:un,onClick(L){if(process.env.NODE_ENV!=="production"&&!L)throw new Error('Component rendered inside next/link has to pass click event to "onClick" prop.');!F&&typeof D=="function"&&D(L),F&&q.props&&typeof q.props.onClick=="function"&&q.props.onClick(L),Z&&(L.defaultPrevented||C(L,Z,J,W,z,H,ne,G,Q))},onMouseEnter(L){!F&&typeof $=="function"&&$(L),F&&q.props&&typeof q.props.onMouseEnter=="function"&&q.props.onMouseEnter(L),Z&&((!ge||process.env.NODE_ENV==="development")&&Q||b(Z,J,W,{locale:G,priority:!0,bypassPrefetchedCheck:!0},{kind:ve},Q))},onTouchStart(L){!F&&typeof me=="function"&&me(L),F&&q.props&&typeof q.props.onTouchStart=="function"&&q.props.onTouchStart(L),Z&&(!ge&&Q||b(Z,J,W,{locale:G,priority:!0,bypassPrefetchedCheck:!0},{kind:ve},Q))}};if((0,a.isAbsoluteUrl)(W))we.href=W;else if(!F||N||q.type==="a"&&!("href"in q.props)){const L=typeof G<"u"?G:B==null?void 0:B.locale,fe=(B==null?void 0:B.isLocaleDomain)&&(0,f.getDomainLocale)(W,L,B==null?void 0:B.locales,B==null?void 0:B.domainLocales);we.href=fe||(0,p.addBasePath)((0,o.addLocale)(W,L,B==null?void 0:B.defaultLocale))}return F?n.default.cloneElement(q,we):n.default.createElement("a",{...ln,...we},E)});(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)})(Nt,Nt.exports);const Zs=y.forwardRef((e,t)=>{const{themeName:r="alerts.closeBtn",...n}=e;return m.jsx(ts,{ref:t,themeName:r,...n,children:m.jsx(Tt,{icon:m.jsx(zr,{})})})});Zs.displayName="AlertsCloseButton";function br(e){return e!==null&&typeof e=="object"&&"constructor"in e&&e.constructor===Object}function Et(e,t){e===void 0&&(e={}),t===void 0&&(t={}),Object.keys(t).forEach(r=>{typeof e[r]>"u"?e[r]=t[r]:br(t[r])&&br(e[r])&&Object.keys(t[r]).length>0&&Et(e[r],t[r])})}const Fr={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function de(){const e=typeof document<"u"?document:{};return Et(e,Fr),e}const Qs={document:Fr,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(e){return typeof setTimeout>"u"?(e(),null):setTimeout(e,0)},cancelAnimationFrame(e){typeof setTimeout>"u"||clearTimeout(e)}};function X(){const e=typeof window<"u"?window:{};return Et(e,Qs),e}function Js(e){return e===void 0&&(e=""),e.trim().split(" ").filter(t=>!!t.trim())}function eo(e){const t=e;Object.keys(t).forEach(r=>{try{t[r]=null}catch{}try{delete t[r]}catch{}})}function vt(e,t){return t===void 0&&(t=0),setTimeout(e,t)}function Ae(){return Date.now()}function to(e){const t=X();let r;return t.getComputedStyle&&(r=t.getComputedStyle(e,null)),!r&&e.currentStyle&&(r=e.currentStyle),r||(r=e.style),r}function ro(e,t){t===void 0&&(t="x");const r=X();let n,i,s;const l=to(e);return r.WebKitCSSMatrix?(i=l.transform||l.webkitTransform,i.split(",").length>6&&(i=i.split(", ").map(a=>a.replace(",",".")).join(", ")),s=new r.WebKitCSSMatrix(i==="none"?"":i)):(s=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=s.toString().split(",")),t==="x"&&(r.WebKitCSSMatrix?i=s.m41:n.length===16?i=parseFloat(n[12]):i=parseFloat(n[4])),t==="y"&&(r.WebKitCSSMatrix?i=s.m42:n.length===16?i=parseFloat(n[13]):i=parseFloat(n[5])),i||0}function Ie(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"}function no(e){return typeof window<"u"&&typeof window.HTMLElement<"u"?e instanceof HTMLElement:e&&(e.nodeType===1||e.nodeType===11)}function Y(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let r=1;r<arguments.length;r+=1){const n=r<0||arguments.length<=r?void 0:arguments[r];if(n!=null&&!no(n)){const i=Object.keys(Object(n)).filter(s=>t.indexOf(s)<0);for(let s=0,l=i.length;s<l;s+=1){const a=i[s],o=Object.getOwnPropertyDescriptor(n,a);o!==void 0&&o.enumerable&&(Ie(e[a])&&Ie(n[a])?n[a].__swiper__?e[a]=n[a]:Y(e[a],n[a]):!Ie(e[a])&&Ie(n[a])?(e[a]={},n[a].__swiper__?e[a]=n[a]:Y(e[a],n[a])):e[a]=n[a])}}}return e}function Re(e,t,r){e.style.setProperty(t,r)}function Wr(e){let{swiper:t,targetPosition:r,side:n}=e;const i=X(),s=-t.translate;let l=null,a;const o=t.params.speed;t.wrapperEl.style.scrollSnapType="none",i.cancelAnimationFrame(t.cssModeFrameID);const u=r>s?"next":"prev",c=(f,p)=>u==="next"&&f>=p||u==="prev"&&f<=p,d=()=>{a=new Date().getTime(),l===null&&(l=a);const f=Math.max(Math.min((a-l)/o,1),0),p=.5-Math.cos(f*Math.PI)/2;let v=s+p*(r-s);if(c(v,r)&&(v=r),t.wrapperEl.scrollTo({[n]:v}),c(v,r)){t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout(()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[n]:v})}),i.cancelAnimationFrame(t.cssModeFrameID);return}t.cssModeFrameID=i.requestAnimationFrame(d)};d()}function re(e,t){return t===void 0&&(t=""),[...e.children].filter(r=>r.matches(t))}function Ne(e){try{console.warn(e);return}catch{}}function wt(e,t){t===void 0&&(t=[]);const r=document.createElement(e);return r.classList.add(...Array.isArray(t)?t:Js(t)),r}function io(e,t){const r=[];for(;e.previousElementSibling;){const n=e.previousElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function so(e,t){const r=[];for(;e.nextElementSibling;){const n=e.nextElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function ie(e,t){return X().getComputedStyle(e,null).getPropertyValue(t)}function xr(e){let t=e,r;if(t){for(r=0;(t=t.previousSibling)!==null;)t.nodeType===1&&(r+=1);return r}}function oo(e,t){const r=[];let n=e.parentElement;for(;n;)t?n.matches(t)&&r.push(n):r.push(n),n=n.parentElement;return r}function yr(e,t,r){const n=X();return r?e[t==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-left":"margin-bottom")):e.offsetWidth}let ut;function ao(){const e=X(),t=de();return{smoothScroll:t.documentElement&&t.documentElement.style&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch)}}function Ur(){return ut||(ut=ao()),ut}let dt;function lo(e){let{userAgent:t}=e===void 0?{}:e;const r=Ur(),n=X(),i=n.navigator.platform,s=t||n.navigator.userAgent,l={ios:!1,android:!1},a=n.screen.width,o=n.screen.height,u=s.match(/(Android);?[\s\/]+([\d.]+)?/);let c=s.match(/(iPad).*OS\s([\d_]+)/);const d=s.match(/(iPod)(.*OS\s([\d_]+))?/),f=!c&&s.match(/(iPhone\sOS|iOS)\s([\d_]+)/),p=i==="Win32";let v=i==="MacIntel";const g=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!c&&v&&r.touch&&g.indexOf(`${a}x${o}`)>=0&&(c=s.match(/(Version)\/([\d.]+)/),c||(c=[0,1,"13_0_0"]),v=!1),u&&!p&&(l.os="android",l.android=!0),(c||f||d)&&(l.os="ios",l.ios=!0),l}function Yr(e){return e===void 0&&(e={}),dt||(dt=lo(e)),dt}let ft;function co(){const e=X(),t=Yr();let r=!1;function n(){const a=e.navigator.userAgent.toLowerCase();return a.indexOf("safari")>=0&&a.indexOf("chrome")<0&&a.indexOf("android")<0}if(n()){const a=String(e.navigator.userAgent);if(a.includes("Version/")){const[o,u]=a.split("Version/")[1].split(" ")[0].split(".").map(c=>Number(c));r=o<16||o===16&&u<2}}const i=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent),s=n(),l=s||i&&t.ios;return{isSafari:r||s,needPerspectiveFix:r,need3dFix:l,isWebView:i}}function uo(){return ft||(ft=co()),ft}function fo(e){let{swiper:t,on:r,emit:n}=e;const i=X();let s=null,l=null;const a=()=>{!t||t.destroyed||!t.initialized||(n("beforeResize"),n("resize"))},o=()=>{!t||t.destroyed||!t.initialized||(s=new ResizeObserver(d=>{l=i.requestAnimationFrame(()=>{const{width:f,height:p}=t;let v=f,g=p;d.forEach(b=>{let{contentBoxSize:h,contentRect:C,target:x}=b;x&&x!==t.el||(v=C?C.width:(h[0]||h).inlineSize,g=C?C.height:(h[0]||h).blockSize)}),(v!==f||g!==p)&&a()})}),s.observe(t.el))},u=()=>{l&&i.cancelAnimationFrame(l),s&&s.unobserve&&t.el&&(s.unobserve(t.el),s=null)},c=()=>{!t||t.destroyed||!t.initialized||n("orientationchange")};r("init",()=>{if(t.params.resizeObserver&&typeof i.ResizeObserver<"u"){o();return}i.addEventListener("resize",a),i.addEventListener("orientationchange",c)}),r("destroy",()=>{u(),i.removeEventListener("resize",a),i.removeEventListener("orientationchange",c)})}function po(e){let{swiper:t,extendParams:r,on:n,emit:i}=e;const s=[],l=X(),a=function(c,d){d===void 0&&(d={});const f=l.MutationObserver||l.WebkitMutationObserver,p=new f(v=>{if(t.__preventObserver__)return;if(v.length===1){i("observerUpdate",v[0]);return}const g=function(){i("observerUpdate",v[0])};l.requestAnimationFrame?l.requestAnimationFrame(g):l.setTimeout(g,0)});p.observe(c,{attributes:typeof d.attributes>"u"?!0:d.attributes,childList:typeof d.childList>"u"?!0:d.childList,characterData:typeof d.characterData>"u"?!0:d.characterData}),s.push(p)},o=()=>{if(t.params.observer){if(t.params.observeParents){const c=oo(t.hostEl);for(let d=0;d<c.length;d+=1)a(c[d])}a(t.hostEl,{childList:t.params.observeSlideChildren}),a(t.wrapperEl,{attributes:!1})}},u=()=>{s.forEach(c=>{c.disconnect()}),s.splice(0,s.length)};r({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",o),n("destroy",u)}var ho={on(e,t,r){const n=this;if(!n.eventsListeners||n.destroyed||typeof t!="function")return n;const i=r?"unshift":"push";return e.split(" ").forEach(s=>{n.eventsListeners[s]||(n.eventsListeners[s]=[]),n.eventsListeners[s][i](t)}),n},once(e,t,r){const n=this;if(!n.eventsListeners||n.destroyed||typeof t!="function")return n;function i(){n.off(e,i),i.__emitterProxy&&delete i.__emitterProxy;for(var s=arguments.length,l=new Array(s),a=0;a<s;a++)l[a]=arguments[a];t.apply(n,l)}return i.__emitterProxy=t,n.on(e,i,r)},onAny(e,t){const r=this;if(!r.eventsListeners||r.destroyed||typeof e!="function")return r;const n=t?"unshift":"push";return r.eventsAnyListeners.indexOf(e)<0&&r.eventsAnyListeners[n](e),r},offAny(e){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsAnyListeners)return t;const r=t.eventsAnyListeners.indexOf(e);return r>=0&&t.eventsAnyListeners.splice(r,1),t},off(e,t){const r=this;return!r.eventsListeners||r.destroyed||!r.eventsListeners||e.split(" ").forEach(n=>{typeof t>"u"?r.eventsListeners[n]=[]:r.eventsListeners[n]&&r.eventsListeners[n].forEach((i,s)=>{(i===t||i.__emitterProxy&&i.__emitterProxy===t)&&r.eventsListeners[n].splice(s,1)})}),r},emit(){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsListeners)return e;let t,r,n;for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];return typeof s[0]=="string"||Array.isArray(s[0])?(t=s[0],r=s.slice(1,s.length),n=e):(t=s[0].events,r=s[0].data,n=s[0].context||e),r.unshift(n),(Array.isArray(t)?t:t.split(" ")).forEach(o=>{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach(u=>{u.apply(n,[o,...r])}),e.eventsListeners&&e.eventsListeners[o]&&e.eventsListeners[o].forEach(u=>{u.apply(n,r)})}),e}};function mo(){const e=this;let t,r;const n=e.el;typeof e.params.width<"u"&&e.params.width!==null?t=e.params.width:t=n.clientWidth,typeof e.params.height<"u"&&e.params.height!==null?r=e.params.height:r=n.clientHeight,!(t===0&&e.isHorizontal()||r===0&&e.isVertical())&&(t=t-parseInt(ie(n,"padding-left")||0,10)-parseInt(ie(n,"padding-right")||0,10),r=r-parseInt(ie(n,"padding-top")||0,10)-parseInt(ie(n,"padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(r)&&(r=0),Object.assign(e,{width:t,height:r,size:e.isHorizontal()?t:r}))}function go(){const e=this;function t(P,O){return parseFloat(P.getPropertyValue(e.getDirectionLabel(O))||0)}const r=e.params,{wrapperEl:n,slidesEl:i,size:s,rtlTranslate:l,wrongRTL:a}=e,o=e.virtual&&r.virtual.enabled,u=o?e.virtual.slides.length:e.slides.length,c=re(i,`.${e.params.slideClass}, swiper-slide`),d=o?e.virtual.slides.length:c.length;let f=[];const p=[],v=[];let g=r.slidesOffsetBefore;typeof g=="function"&&(g=r.slidesOffsetBefore.call(e));let b=r.slidesOffsetAfter;typeof b=="function"&&(b=r.slidesOffsetAfter.call(e));const h=e.snapGrid.length,C=e.slidesGrid.length;let x=r.spaceBetween,w=-g,S=0,T=0;if(typeof s>"u")return;typeof x=="string"&&x.indexOf("%")>=0?x=parseFloat(x.replace("%",""))/100*s:typeof x=="string"&&(x=parseFloat(x)),e.virtualSize=-x,c.forEach(P=>{l?P.style.marginLeft="":P.style.marginRight="",P.style.marginBottom="",P.style.marginTop=""}),r.centeredSlides&&r.cssMode&&(Re(n,"--swiper-centered-offset-before",""),Re(n,"--swiper-centered-offset-after",""));const j=r.grid&&r.grid.rows>1&&e.grid;j?e.grid.initSlides(c):e.grid&&e.grid.unsetSlides();let M;const E=r.slidesPerView==="auto"&&r.breakpoints&&Object.keys(r.breakpoints).filter(P=>typeof r.breakpoints[P].slidesPerView<"u").length>0;for(let P=0;P<d;P+=1){M=0;let O;if(c[P]&&(O=c[P]),j&&e.grid.updateSlide(P,O,c),!(c[P]&&ie(O,"display")==="none")){if(r.slidesPerView==="auto"){E&&(c[P].style[e.getDirectionLabel("width")]="");const R=getComputedStyle(O),I=O.style.transform,N=O.style.webkitTransform;if(I&&(O.style.transform="none"),N&&(O.style.webkitTransform="none"),r.roundLengths)M=e.isHorizontal()?yr(O,"width",!0):yr(O,"height",!0);else{const z=t(R,"width"),H=t(R,"padding-left"),ne=t(R,"padding-right"),G=t(R,"margin-left"),D=t(R,"margin-right"),$=R.getPropertyValue("box-sizing");if($&&$==="border-box")M=z+G+D;else{const{clientWidth:me,offsetWidth:F}=O;M=z+H+ne+G+D+(F-me)}}I&&(O.style.transform=I),N&&(O.style.webkitTransform=N),r.roundLengths&&(M=Math.floor(M))}else M=(s-(r.slidesPerView-1)*x)/r.slidesPerView,r.roundLengths&&(M=Math.floor(M)),c[P]&&(c[P].style[e.getDirectionLabel("width")]=`${M}px`);c[P]&&(c[P].swiperSlideSize=M),v.push(M),r.centeredSlides?(w=w+M/2+S/2+x,S===0&&P!==0&&(w=w-s/2-x),P===0&&(w=w-s/2-x),Math.abs(w)<1/1e3&&(w=0),r.roundLengths&&(w=Math.floor(w)),T%r.slidesPerGroup===0&&f.push(w),p.push(w)):(r.roundLengths&&(w=Math.floor(w)),(T-Math.min(e.params.slidesPerGroupSkip,T))%e.params.slidesPerGroup===0&&f.push(w),p.push(w),w=w+M+x),e.virtualSize+=M+x,S=M,T+=1}}if(e.virtualSize=Math.max(e.virtualSize,s)+b,l&&a&&(r.effect==="slide"||r.effect==="coverflow")&&(n.style.width=`${e.virtualSize+x}px`),r.setWrapperSize&&(n.style[e.getDirectionLabel("width")]=`${e.virtualSize+x}px`),j&&e.grid.updateWrapperSize(M,f),!r.centeredSlides){const P=[];for(let O=0;O<f.length;O+=1){let R=f[O];r.roundLengths&&(R=Math.floor(R)),f[O]<=e.virtualSize-s&&P.push(R)}f=P,Math.floor(e.virtualSize-s)-Math.floor(f[f.length-1])>1&&f.push(e.virtualSize-s)}if(o&&r.loop){const P=v[0]+x;if(r.slidesPerGroup>1){const O=Math.ceil((e.virtual.slidesBefore+e.virtual.slidesAfter)/r.slidesPerGroup),R=P*r.slidesPerGroup;for(let I=0;I<O;I+=1)f.push(f[f.length-1]+R)}for(let O=0;O<e.virtual.slidesBefore+e.virtual.slidesAfter;O+=1)r.slidesPerGroup===1&&f.push(f[f.length-1]+P),p.push(p[p.length-1]+P),e.virtualSize+=P}if(f.length===0&&(f=[0]),x!==0){const P=e.isHorizontal()&&l?"marginLeft":e.getDirectionLabel("marginRight");c.filter((O,R)=>!r.cssMode||r.loop?!0:R!==c.length-1).forEach(O=>{O.style[P]=`${x}px`})}if(r.centeredSlides&&r.centeredSlidesBounds){let P=0;v.forEach(R=>{P+=R+(x||0)}),P-=x;const O=P-s;f=f.map(R=>R<=0?-g:R>O?O+b:R)}if(r.centerInsufficientSlides){let P=0;if(v.forEach(O=>{P+=O+(x||0)}),P-=x,P<s){const O=(s-P)/2;f.forEach((R,I)=>{f[I]=R-O}),p.forEach((R,I)=>{p[I]=R+O})}}if(Object.assign(e,{slides:c,snapGrid:f,slidesGrid:p,slidesSizesGrid:v}),r.centeredSlides&&r.cssMode&&!r.centeredSlidesBounds){Re(n,"--swiper-centered-offset-before",`${-f[0]}px`),Re(n,"--swiper-centered-offset-after",`${e.size/2-v[v.length-1]/2}px`);const P=-e.snapGrid[0],O=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map(R=>R+P),e.slidesGrid=e.slidesGrid.map(R=>R+O)}if(d!==u&&e.emit("slidesLengthChange"),f.length!==h&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),p.length!==C&&e.emit("slidesGridLengthChange"),r.watchSlidesProgress&&e.updateSlidesOffset(),e.emit("slidesUpdated"),!o&&!r.cssMode&&(r.effect==="slide"||r.effect==="fade")){const P=`${r.containerModifierClass}backface-hidden`,O=e.el.classList.contains(P);d<=r.maxBackfaceHiddenSlides?O||e.el.classList.add(P):O&&e.el.classList.remove(P)}}function vo(e){const t=this,r=[],n=t.virtual&&t.params.virtual.enabled;let i=0,s;typeof e=="number"?t.setTransition(e):e===!0&&t.setTransition(t.params.speed);const l=a=>n?t.slides[t.getSlideIndexByData(a)]:t.slides[a];if(t.params.slidesPerView!=="auto"&&t.params.slidesPerView>1)if(t.params.centeredSlides)(t.visibleSlides||[]).forEach(a=>{r.push(a)});else for(s=0;s<Math.ceil(t.params.slidesPerView);s+=1){const a=t.activeIndex+s;if(a>t.slides.length&&!n)break;r.push(l(a))}else r.push(l(t.activeIndex));for(s=0;s<r.length;s+=1)if(typeof r[s]<"u"){const a=r[s].offsetHeight;i=a>i?a:i}(i||i===0)&&(t.wrapperEl.style.height=`${i}px`)}function wo(){const e=this,t=e.slides,r=e.isElement?e.isHorizontal()?e.wrapperEl.offsetLeft:e.wrapperEl.offsetTop:0;for(let n=0;n<t.length;n+=1)t[n].swiperSlideOffset=(e.isHorizontal()?t[n].offsetLeft:t[n].offsetTop)-r-e.cssOverflowAdjustment()}function bo(e){e===void 0&&(e=this&&this.translate||0);const t=this,r=t.params,{slides:n,rtlTranslate:i,snapGrid:s}=t;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&t.updateSlidesOffset();let l=-e;i&&(l=e),n.forEach(o=>{o.classList.remove(r.slideVisibleClass,r.slideFullyVisibleClass)}),t.visibleSlidesIndexes=[],t.visibleSlides=[];let a=r.spaceBetween;typeof a=="string"&&a.indexOf("%")>=0?a=parseFloat(a.replace("%",""))/100*t.size:typeof a=="string"&&(a=parseFloat(a));for(let o=0;o<n.length;o+=1){const u=n[o];let c=u.swiperSlideOffset;r.cssMode&&r.centeredSlides&&(c-=n[0].swiperSlideOffset);const d=(l+(r.centeredSlides?t.minTranslate():0)-c)/(u.swiperSlideSize+a),f=(l-s[0]+(r.centeredSlides?t.minTranslate():0)-c)/(u.swiperSlideSize+a),p=-(l-c),v=p+t.slidesSizesGrid[o],g=p>=0&&p<=t.size-t.slidesSizesGrid[o];(p>=0&&p<t.size-1||v>1&&v<=t.size||p<=0&&v>=t.size)&&(t.visibleSlides.push(u),t.visibleSlidesIndexes.push(o),n[o].classList.add(r.slideVisibleClass)),g&&n[o].classList.add(r.slideFullyVisibleClass),u.progress=i?-d:d,u.originalProgress=i?-f:f}}function xo(e){const t=this;if(typeof e>"u"){const c=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*c||0}const r=t.params,n=t.maxTranslate()-t.minTranslate();let{progress:i,isBeginning:s,isEnd:l,progressLoop:a}=t;const o=s,u=l;if(n===0)i=0,s=!0,l=!0;else{i=(e-t.minTranslate())/n;const c=Math.abs(e-t.minTranslate())<1,d=Math.abs(e-t.maxTranslate())<1;s=c||i<=0,l=d||i>=1,c&&(i=0),d&&(i=1)}if(r.loop){const c=t.getSlideIndexByData(0),d=t.getSlideIndexByData(t.slides.length-1),f=t.slidesGrid[c],p=t.slidesGrid[d],v=t.slidesGrid[t.slidesGrid.length-1],g=Math.abs(e);g>=f?a=(g-f)/v:a=(g+v-p)/v,a>1&&(a-=1)}Object.assign(t,{progress:i,progressLoop:a,isBeginning:s,isEnd:l}),(r.watchSlidesProgress||r.centeredSlides&&r.autoHeight)&&t.updateSlidesProgress(e),s&&!o&&t.emit("reachBeginning toEdge"),l&&!u&&t.emit("reachEnd toEdge"),(o&&!s||u&&!l)&&t.emit("fromEdge"),t.emit("progress",i)}function yo(){const e=this,{slides:t,params:r,slidesEl:n,activeIndex:i}=e,s=e.virtual&&r.virtual.enabled,l=e.grid&&r.grid&&r.grid.rows>1,a=d=>re(n,`.${r.slideClass}${d}, swiper-slide${d}`)[0];t.forEach(d=>{d.classList.remove(r.slideActiveClass,r.slideNextClass,r.slidePrevClass)});let o,u,c;if(s)if(r.loop){let d=i-e.virtual.slidesBefore;d<0&&(d=e.virtual.slides.length+d),d>=e.virtual.slides.length&&(d-=e.virtual.slides.length),o=a(`[data-swiper-slide-index="${d}"]`)}else o=a(`[data-swiper-slide-index="${i}"]`);else l?(o=t.filter(d=>d.column===i)[0],c=t.filter(d=>d.column===i+1)[0],u=t.filter(d=>d.column===i-1)[0]):o=t[i];o&&(o.classList.add(r.slideActiveClass),l?(c&&c.classList.add(r.slideNextClass),u&&u.classList.add(r.slidePrevClass)):(c=so(o,`.${r.slideClass}, swiper-slide`)[0],r.loop&&!c&&(c=t[0]),c&&c.classList.add(r.slideNextClass),u=io(o,`.${r.slideClass}, swiper-slide`)[0],r.loop&&!u===0&&(u=t[t.length-1]),u&&u.classList.add(r.slidePrevClass))),e.emitSlidesClasses()}const Le=(e,t)=>{if(!e||e.destroyed||!e.params)return;const r=()=>e.isElement?"swiper-slide":`.${e.params.slideClass}`,n=t.closest(r());if(n){let i=n.querySelector(`.${e.params.lazyPreloaderClass}`);!i&&e.isElement&&(n.shadowRoot?i=n.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(i=n.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`),i&&i.remove())})),i&&i.remove()}},pt=(e,t)=>{if(!e.slides[t])return;const r=e.slides[t].querySelector('[loading="lazy"]');r&&r.removeAttribute("loading")},bt=e=>{if(!e||e.destroyed||!e.params)return;let t=e.params.lazyPreloadPrevNext;const r=e.slides.length;if(!r||!t||t<0)return;t=Math.min(t,r);const n=e.params.slidesPerView==="auto"?e.slidesPerViewDynamic():Math.ceil(e.params.slidesPerView),i=e.activeIndex;if(e.params.grid&&e.params.grid.rows>1){const l=i,a=[l-t];a.push(...Array.from({length:t}).map((o,u)=>l+n+u)),e.slides.forEach((o,u)=>{a.includes(o.column)&&pt(e,u)});return}const s=i+n-1;if(e.params.rewind||e.params.loop)for(let l=i-t;l<=s+t;l+=1){const a=(l%r+r)%r;(a<i||a>s)&&pt(e,a)}else for(let l=Math.max(i-t,0);l<=Math.min(s+t,r-1);l+=1)l!==i&&(l>s||l<i)&&pt(e,l)};function So(e){const{slidesGrid:t,params:r}=e,n=e.rtlTranslate?e.translate:-e.translate;let i;for(let s=0;s<t.length;s+=1)typeof t[s+1]<"u"?n>=t[s]&&n<t[s+1]-(t[s+1]-t[s])/2?i=s:n>=t[s]&&n<t[s+1]&&(i=s+1):n>=t[s]&&(i=s);return r.normalizeSlideIndex&&(i<0||typeof i>"u")&&(i=0),i}function To(e){const t=this,r=t.rtlTranslate?t.translate:-t.translate,{snapGrid:n,params:i,activeIndex:s,realIndex:l,snapIndex:a}=t;let o=e,u;const c=p=>{let v=p-t.virtual.slidesBefore;return v<0&&(v=t.virtual.slides.length+v),v>=t.virtual.slides.length&&(v-=t.virtual.slides.length),v};if(typeof o>"u"&&(o=So(t)),n.indexOf(r)>=0)u=n.indexOf(r);else{const p=Math.min(i.slidesPerGroupSkip,o);u=p+Math.floor((o-p)/i.slidesPerGroup)}if(u>=n.length&&(u=n.length-1),o===s&&!t.params.loop){u!==a&&(t.snapIndex=u,t.emit("snapIndexChange"));return}if(o===s&&t.params.loop&&t.virtual&&t.params.virtual.enabled){t.realIndex=c(o);return}const d=t.grid&&i.grid&&i.grid.rows>1;let f;if(t.virtual&&i.virtual.enabled&&i.loop)f=c(o);else if(d){const p=t.slides.filter(g=>g.column===o)[0];let v=parseInt(p.getAttribute("data-swiper-slide-index"),10);Number.isNaN(v)&&(v=Math.max(t.slides.indexOf(p),0)),f=Math.floor(v/i.grid.rows)}else if(t.slides[o]){const p=t.slides[o].getAttribute("data-swiper-slide-index");p?f=parseInt(p,10):f=o}else f=o;Object.assign(t,{previousSnapIndex:a,snapIndex:u,previousRealIndex:l,realIndex:f,previousIndex:s,activeIndex:o}),t.initialized&&bt(t),t.emit("activeIndexChange"),t.emit("snapIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&(l!==f&&t.emit("realIndexChange"),t.emit("slideChange"))}function Po(e,t){const r=this,n=r.params;let i=e.closest(`.${n.slideClass}, swiper-slide`);!i&&r.isElement&&t&&t.length>1&&t.includes(e)&&[...t.slice(t.indexOf(e)+1,t.length)].forEach(a=>{!i&&a.matches&&a.matches(`.${n.slideClass}, swiper-slide`)&&(i=a)});let s=!1,l;if(i){for(let a=0;a<r.slides.length;a+=1)if(r.slides[a]===i){s=!0,l=a;break}}if(i&&s)r.clickedSlide=i,r.virtual&&r.params.virtual.enabled?r.clickedIndex=parseInt(i.getAttribute("data-swiper-slide-index"),10):r.clickedIndex=l;else{r.clickedSlide=void 0,r.clickedIndex=void 0;return}n.slideToClickedSlide&&r.clickedIndex!==void 0&&r.clickedIndex!==r.activeIndex&&r.slideToClickedSlide()}var Eo={updateSize:mo,updateSlides:go,updateAutoHeight:vo,updateSlidesOffset:wo,updateSlidesProgress:bo,updateProgress:xo,updateSlidesClasses:yo,updateActiveIndex:To,updateClickedSlide:Po};function _o(e){e===void 0&&(e=this.isHorizontal()?"x":"y");const t=this,{params:r,rtlTranslate:n,translate:i,wrapperEl:s}=t;if(r.virtualTranslate)return n?-i:i;if(r.cssMode)return i;let l=ro(s,e);return l+=t.cssOverflowAdjustment(),n&&(l=-l),l||0}function Co(e,t){const r=this,{rtlTranslate:n,params:i,wrapperEl:s,progress:l}=r;let a=0,o=0;const u=0;r.isHorizontal()?a=n?-e:e:o=e,i.roundLengths&&(a=Math.floor(a),o=Math.floor(o)),r.previousTranslate=r.translate,r.translate=r.isHorizontal()?a:o,i.cssMode?s[r.isHorizontal()?"scrollLeft":"scrollTop"]=r.isHorizontal()?-a:-o:i.virtualTranslate||(r.isHorizontal()?a-=r.cssOverflowAdjustment():o-=r.cssOverflowAdjustment(),s.style.transform=`translate3d(${a}px, ${o}px, ${u}px)`);let c;const d=r.maxTranslate()-r.minTranslate();d===0?c=0:c=(e-r.minTranslate())/d,c!==l&&r.updateProgress(e),r.emit("setTranslate",r.translate,t)}function Mo(){return-this.snapGrid[0]}function Oo(){return-this.snapGrid[this.snapGrid.length-1]}function jo(e,t,r,n,i){e===void 0&&(e=0),t===void 0&&(t=this.params.speed),r===void 0&&(r=!0),n===void 0&&(n=!0);const s=this,{params:l,wrapperEl:a}=s;if(s.animating&&l.preventInteractionOnTransition)return!1;const o=s.minTranslate(),u=s.maxTranslate();let c;if(n&&e>o?c=o:n&&e<u?c=u:c=e,s.updateProgress(c),l.cssMode){const d=s.isHorizontal();if(t===0)a[d?"scrollLeft":"scrollTop"]=-c;else{if(!s.support.smoothScroll)return Wr({swiper:s,targetPosition:-c,side:d?"left":"top"}),!0;a.scrollTo({[d?"left":"top"]:-c,behavior:"smooth"})}return!0}return t===0?(s.setTransition(0),s.setTranslate(c),r&&(s.emit("beforeTransitionStart",t,i),s.emit("transitionEnd"))):(s.setTransition(t),s.setTranslate(c),r&&(s.emit("beforeTransitionStart",t,i),s.emit("transitionStart")),s.animating||(s.animating=!0,s.onTranslateToWrapperTransitionEnd||(s.onTranslateToWrapperTransitionEnd=function(f){!s||s.destroyed||f.target===this&&(s.wrapperEl.removeEventListener("transitionend",s.onTranslateToWrapperTransitionEnd),s.onTranslateToWrapperTransitionEnd=null,delete s.onTranslateToWrapperTransitionEnd,r&&s.emit("transitionEnd"))}),s.wrapperEl.addEventListener("transitionend",s.onTranslateToWrapperTransitionEnd))),!0}var Io={getTranslate:_o,setTranslate:Co,minTranslate:Mo,maxTranslate:Oo,translateTo:jo};function Ro(e,t){const r=this;r.params.cssMode||(r.wrapperEl.style.transitionDuration=`${e}ms`,r.wrapperEl.style.transitionDelay=e===0?"0ms":""),r.emit("setTransition",e,t)}function Xr(e){let{swiper:t,runCallbacks:r,direction:n,step:i}=e;const{activeIndex:s,previousIndex:l}=t;let a=n;if(a||(s>l?a="next":s<l?a="prev":a="reset"),t.emit(`transition${i}`),r&&s!==l){if(a==="reset"){t.emit(`slideResetTransition${i}`);return}t.emit(`slideChangeTransition${i}`),a==="next"?t.emit(`slideNextTransition${i}`):t.emit(`slidePrevTransition${i}`)}}function Lo(e,t){e===void 0&&(e=!0);const r=this,{params:n}=r;n.cssMode||(n.autoHeight&&r.updateAutoHeight(),Xr({swiper:r,runCallbacks:e,direction:t,step:"Start"}))}function Ao(e,t){e===void 0&&(e=!0);const r=this,{params:n}=r;r.animating=!1,!n.cssMode&&(r.setTransition(0),Xr({swiper:r,runCallbacks:e,direction:t,step:"End"}))}var No={setTransition:Ro,transitionStart:Lo,transitionEnd:Ao};function ko(e,t,r,n,i){e===void 0&&(e=0),t===void 0&&(t=this.params.speed),r===void 0&&(r=!0),typeof e=="string"&&(e=parseInt(e,10));const s=this;let l=e;l<0&&(l=0);const{params:a,snapGrid:o,slidesGrid:u,previousIndex:c,activeIndex:d,rtlTranslate:f,wrapperEl:p,enabled:v}=s;if(s.animating&&a.preventInteractionOnTransition||!v&&!n&&!i||s.destroyed)return!1;const g=Math.min(s.params.slidesPerGroupSkip,l);let b=g+Math.floor((l-g)/s.params.slidesPerGroup);b>=o.length&&(b=o.length-1);const h=-o[b];if(a.normalizeSlideIndex)for(let x=0;x<u.length;x+=1){const w=-Math.floor(h*100),S=Math.floor(u[x]*100),T=Math.floor(u[x+1]*100);typeof u[x+1]<"u"?w>=S&&w<T-(T-S)/2?l=x:w>=S&&w<T&&(l=x+1):w>=S&&(l=x)}if(s.initialized&&l!==d&&(!s.allowSlideNext&&(f?h>s.translate&&h>s.minTranslate():h<s.translate&&h<s.minTranslate())||!s.allowSlidePrev&&h>s.translate&&h>s.maxTranslate()&&(d||0)!==l))return!1;l!==(c||0)&&r&&s.emit("beforeSlideChangeStart"),s.updateProgress(h);let C;if(l>d?C="next":l<d?C="prev":C="reset",f&&-h===s.translate||!f&&h===s.translate)return s.updateActiveIndex(l),a.autoHeight&&s.updateAutoHeight(),s.updateSlidesClasses(),a.effect!=="slide"&&s.setTranslate(h),C!=="reset"&&(s.transitionStart(r,C),s.transitionEnd(r,C)),!1;if(a.cssMode){const x=s.isHorizontal(),w=f?h:-h;if(t===0){const S=s.virtual&&s.params.virtual.enabled;S&&(s.wrapperEl.style.scrollSnapType="none",s._immediateVirtual=!0),S&&!s._cssModeVirtualInitialSet&&s.params.initialSlide>0?(s._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{p[x?"scrollLeft":"scrollTop"]=w})):p[x?"scrollLeft":"scrollTop"]=w,S&&requestAnimationFrame(()=>{s.wrapperEl.style.scrollSnapType="",s._immediateVirtual=!1})}else{if(!s.support.smoothScroll)return Wr({swiper:s,targetPosition:w,side:x?"left":"top"}),!0;p.scrollTo({[x?"left":"top"]:w,behavior:"smooth"})}return!0}return s.setTransition(t),s.setTranslate(h),s.updateActiveIndex(l),s.updateSlidesClasses(),s.emit("beforeTransitionStart",t,n),s.transitionStart(r,C),t===0?s.transitionEnd(r,C):s.animating||(s.animating=!0,s.onSlideToWrapperTransitionEnd||(s.onSlideToWrapperTransitionEnd=function(w){!s||s.destroyed||w.target===this&&(s.wrapperEl.removeEventListener("transitionend",s.onSlideToWrapperTransitionEnd),s.onSlideToWrapperTransitionEnd=null,delete s.onSlideToWrapperTransitionEnd,s.transitionEnd(r,C))}),s.wrapperEl.addEventListener("transitionend",s.onSlideToWrapperTransitionEnd)),!0}function zo(e,t,r,n){e===void 0&&(e=0),t===void 0&&(t=this.params.speed),r===void 0&&(r=!0),typeof e=="string"&&(e=parseInt(e,10));const i=this;if(i.destroyed)return;const s=i.grid&&i.params.grid&&i.params.grid.rows>1;let l=e;if(i.params.loop)if(i.virtual&&i.params.virtual.enabled)l=l+i.virtual.slidesBefore;else{let a;if(s){const f=l*i.params.grid.rows;a=i.slides.filter(p=>p.getAttribute("data-swiper-slide-index")*1===f)[0].column}else a=i.getSlideIndexByData(l);const o=s?Math.ceil(i.slides.length/i.params.grid.rows):i.slides.length,{centeredSlides:u}=i.params;let c=i.params.slidesPerView;c==="auto"?c=i.slidesPerViewDynamic():(c=Math.ceil(parseFloat(i.params.slidesPerView,10)),u&&c%2===0&&(c=c+1));let d=o-a<c;if(u&&(d=d||a<Math.ceil(c/2)),d){const f=u?a<i.activeIndex?"prev":"next":a-i.activeIndex-1<i.params.slidesPerView?"next":"prev";i.loopFix({direction:f,slideTo:!0,activeSlideIndex:f==="next"?a+1:a-o+1,slideRealIndex:f==="next"?i.realIndex:void 0})}if(s){const f=l*i.params.grid.rows;l=i.slides.filter(p=>p.getAttribute("data-swiper-slide-index")*1===f)[0].column}else l=i.getSlideIndexByData(l)}return requestAnimationFrame(()=>{i.slideTo(l,t,r,n)}),i}function Do(e,t,r){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const n=this,{enabled:i,params:s,animating:l}=n;if(!i||n.destroyed)return n;let a=s.slidesPerGroup;s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(a=Math.max(n.slidesPerViewDynamic("current",!0),1));const o=n.activeIndex<s.slidesPerGroupSkip?1:a,u=n.virtual&&s.virtual.enabled;if(s.loop){if(l&&!u&&s.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&s.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+o,e,t,r)}),!0}return s.rewind&&n.isEnd?n.slideTo(0,e,t,r):n.slideTo(n.activeIndex+o,e,t,r)}function Bo(e,t,r){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const n=this,{params:i,snapGrid:s,slidesGrid:l,rtlTranslate:a,enabled:o,animating:u}=n;if(!o||n.destroyed)return n;const c=n.virtual&&i.virtual.enabled;if(i.loop){if(u&&!c&&i.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const d=a?n.translate:-n.translate;function f(h){return h<0?-Math.floor(Math.abs(h)):Math.floor(h)}const p=f(d),v=s.map(h=>f(h));let g=s[v.indexOf(p)-1];if(typeof g>"u"&&i.cssMode){let h;s.forEach((C,x)=>{p>=C&&(h=x)}),typeof h<"u"&&(g=s[h>0?h-1:h])}let b=0;if(typeof g<"u"&&(b=l.indexOf(g),b<0&&(b=n.activeIndex-1),i.slidesPerView==="auto"&&i.slidesPerGroup===1&&i.slidesPerGroupAuto&&(b=b-n.slidesPerViewDynamic("previous",!0)+1,b=Math.max(b,0))),i.rewind&&n.isBeginning){const h=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(h,e,t,r)}else if(i.loop&&n.activeIndex===0&&i.cssMode)return requestAnimationFrame(()=>{n.slideTo(b,e,t,r)}),!0;return n.slideTo(b,e,t,r)}function qo(e,t,r){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const n=this;if(!n.destroyed)return n.slideTo(n.activeIndex,e,t,r)}function Vo(e,t,r,n){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0),n===void 0&&(n=.5);const i=this;if(i.destroyed)return;let s=i.activeIndex;const l=Math.min(i.params.slidesPerGroupSkip,s),a=l+Math.floor((s-l)/i.params.slidesPerGroup),o=i.rtlTranslate?i.translate:-i.translate;if(o>=i.snapGrid[a]){const u=i.snapGrid[a],c=i.snapGrid[a+1];o-u>(c-u)*n&&(s+=i.params.slidesPerGroup)}else{const u=i.snapGrid[a-1],c=i.snapGrid[a];o-u<=(c-u)*n&&(s-=i.params.slidesPerGroup)}return s=Math.max(s,0),s=Math.min(s,i.slidesGrid.length-1),i.slideTo(s,e,t,r)}function Go(){const e=this;if(e.destroyed)return;const{params:t,slidesEl:r}=e,n=t.slidesPerView==="auto"?e.slidesPerViewDynamic():t.slidesPerView;let i=e.clickedIndex,s;const l=e.isElement?"swiper-slide":`.${t.slideClass}`;if(t.loop){if(e.animating)return;s=parseInt(e.clickedSlide.getAttribute("data-swiper-slide-index"),10),t.centeredSlides?i<e.loopedSlides-n/2||i>e.slides.length-e.loopedSlides+n/2?(e.loopFix(),i=e.getSlideIndex(re(r,`${l}[data-swiper-slide-index="${s}"]`)[0]),vt(()=>{e.slideTo(i)})):e.slideTo(i):i>e.slides.length-n?(e.loopFix(),i=e.getSlideIndex(re(r,`${l}[data-swiper-slide-index="${s}"]`)[0]),vt(()=>{e.slideTo(i)})):e.slideTo(i)}else e.slideTo(i)}var $o={slideTo:ko,slideToLoop:zo,slideNext:Do,slidePrev:Bo,slideReset:qo,slideToClosest:Vo,slideToClickedSlide:Go};function Ho(e){const t=this,{params:r,slidesEl:n}=t;if(!r.loop||t.virtual&&t.params.virtual.enabled)return;const i=()=>{re(n,`.${r.slideClass}, swiper-slide`).forEach((d,f)=>{d.setAttribute("data-swiper-slide-index",f)})},s=t.grid&&r.grid&&r.grid.rows>1,l=r.slidesPerGroup*(s?r.grid.rows:1),a=t.slides.length%l!==0,o=s&&t.slides.length%r.grid.rows!==0,u=c=>{for(let d=0;d<c;d+=1){const f=t.isElement?wt("swiper-slide",[r.slideBlankClass]):wt("div",[r.slideClass,r.slideBlankClass]);t.slidesEl.append(f)}};if(a){if(r.loopAddBlankSlides){const c=l-t.slides.length%l;u(c),t.recalcSlides(),t.updateSlides()}else Ne("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");i()}else if(o){if(r.loopAddBlankSlides){const c=r.grid.rows-t.slides.length%r.grid.rows;u(c),t.recalcSlides(),t.updateSlides()}else Ne("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");i()}else i();t.loopFix({slideRealIndex:e,direction:r.centeredSlides?void 0:"next"})}function Fo(e){let{slideRealIndex:t,slideTo:r=!0,direction:n,setTranslate:i,activeSlideIndex:s,byController:l,byMousewheel:a}=e===void 0?{}:e;const o=this;if(!o.params.loop)return;o.emit("beforeLoopFix");const{slides:u,allowSlidePrev:c,allowSlideNext:d,slidesEl:f,params:p}=o,{centeredSlides:v}=p;if(o.allowSlidePrev=!0,o.allowSlideNext=!0,o.virtual&&p.virtual.enabled){r&&(!p.centeredSlides&&o.snapIndex===0?o.slideTo(o.virtual.slides.length,0,!1,!0):p.centeredSlides&&o.snapIndex<p.slidesPerView?o.slideTo(o.virtual.slides.length+o.snapIndex,0,!1,!0):o.snapIndex===o.snapGrid.length-1&&o.slideTo(o.virtual.slidesBefore,0,!1,!0)),o.allowSlidePrev=c,o.allowSlideNext=d,o.emit("loopFix");return}let g=p.slidesPerView;g==="auto"?g=o.slidesPerViewDynamic():(g=Math.ceil(parseFloat(p.slidesPerView,10)),v&&g%2===0&&(g=g+1));const b=p.slidesPerGroupAuto?g:p.slidesPerGroup;let h=b;h%b!==0&&(h+=b-h%b),h+=p.loopAdditionalSlides,o.loopedSlides=h;const C=o.grid&&p.grid&&p.grid.rows>1;u.length<g+h?Ne("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):C&&p.grid.fill==="row"&&Ne("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const x=[],w=[];let S=o.activeIndex;typeof s>"u"?s=o.getSlideIndex(u.filter(I=>I.classList.contains(p.slideActiveClass))[0]):S=s;const T=n==="next"||!n,j=n==="prev"||!n;let M=0,E=0;const P=C?Math.ceil(u.length/p.grid.rows):u.length,R=(C?u[s].column:s)+(v&&typeof i>"u"?-g/2+.5:0);if(R<h){M=Math.max(h-R,b);for(let I=0;I<h-R;I+=1){const N=I-Math.floor(I/P)*P;if(C){const z=P-N-1;for(let H=u.length-1;H>=0;H-=1)u[H].column===z&&x.push(H)}else x.push(P-N-1)}}else if(R+g>P-h){E=Math.max(R-(P-h*2),b);for(let I=0;I<E;I+=1){const N=I-Math.floor(I/P)*P;C?u.forEach((z,H)=>{z.column===N&&w.push(H)}):w.push(N)}}if(o.__preventObserver__=!0,requestAnimationFrame(()=>{o.__preventObserver__=!1}),j&&x.forEach(I=>{u[I].swiperLoopMoveDOM=!0,f.prepend(u[I]),u[I].swiperLoopMoveDOM=!1}),T&&w.forEach(I=>{u[I].swiperLoopMoveDOM=!0,f.append(u[I]),u[I].swiperLoopMoveDOM=!1}),o.recalcSlides(),p.slidesPerView==="auto"?o.updateSlides():C&&(x.length>0&&j||w.length>0&&T)&&o.slides.forEach((I,N)=>{o.grid.updateSlide(N,I,o.slides)}),p.watchSlidesProgress&&o.updateSlidesOffset(),r){if(x.length>0&&j){if(typeof t>"u"){const I=o.slidesGrid[S],z=o.slidesGrid[S+M]-I;a?o.setTranslate(o.translate-z):(o.slideTo(S+M,0,!1,!0),i&&(o.touchEventsData.startTranslate=o.touchEventsData.startTranslate-z,o.touchEventsData.currentTranslate=o.touchEventsData.currentTranslate-z))}else if(i){const I=C?x.length/p.grid.rows:x.length;o.slideTo(o.activeIndex+I,0,!1,!0),o.touchEventsData.currentTranslate=o.translate}}else if(w.length>0&&T)if(typeof t>"u"){const I=o.slidesGrid[S],z=o.slidesGrid[S-E]-I;a?o.setTranslate(o.translate-z):(o.slideTo(S-E,0,!1,!0),i&&(o.touchEventsData.startTranslate=o.touchEventsData.startTranslate-z,o.touchEventsData.currentTranslate=o.touchEventsData.currentTranslate-z))}else{const I=C?w.length/p.grid.rows:w.length;o.slideTo(o.activeIndex-I,0,!1,!0)}}if(o.allowSlidePrev=c,o.allowSlideNext=d,o.controller&&o.controller.control&&!l){const I={slideRealIndex:t,direction:n,setTranslate:i,activeSlideIndex:s,byController:!0};Array.isArray(o.controller.control)?o.controller.control.forEach(N=>{!N.destroyed&&N.params.loop&&N.loopFix({...I,slideTo:N.params.slidesPerView===p.slidesPerView?r:!1})}):o.controller.control instanceof o.constructor&&o.controller.control.params.loop&&o.controller.control.loopFix({...I,slideTo:o.controller.control.params.slidesPerView===p.slidesPerView?r:!1})}o.emit("loopFix")}function Wo(){const e=this,{params:t,slidesEl:r}=e;if(!t.loop||e.virtual&&e.params.virtual.enabled)return;e.recalcSlides();const n=[];e.slides.forEach(i=>{const s=typeof i.swiperSlideIndex>"u"?i.getAttribute("data-swiper-slide-index")*1:i.swiperSlideIndex;n[s]=i}),e.slides.forEach(i=>{i.removeAttribute("data-swiper-slide-index")}),n.forEach(i=>{r.append(i)}),e.recalcSlides(),e.slideTo(e.realIndex,0)}var Uo={loopCreate:Ho,loopFix:Fo,loopDestroy:Wo};function Yo(e){const t=this;if(!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const r=t.params.touchEventsTarget==="container"?t.el:t.wrapperEl;t.isElement&&(t.__preventObserver__=!0),r.style.cursor="move",r.style.cursor=e?"grabbing":"grab",t.isElement&&requestAnimationFrame(()=>{t.__preventObserver__=!1})}function Xo(){const e=this;e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.isElement&&(e.__preventObserver__=!0),e[e.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1}))}var Ko={setGrabCursor:Yo,unsetGrabCursor:Xo};function Zo(e,t){t===void 0&&(t=this);function r(n){if(!n||n===de()||n===X())return null;n.assignedSlot&&(n=n.assignedSlot);const i=n.closest(e);return!i&&!n.getRootNode?null:i||r(n.getRootNode().host)}return r(t)}function Sr(e,t,r){const n=X(),{params:i}=e,s=i.edgeSwipeDetection,l=i.edgeSwipeThreshold;return s&&(r<=l||r>=n.innerWidth-l)?s==="prevent"?(t.preventDefault(),!0):!1:!0}function Qo(e){const t=this,r=de();let n=e;n.originalEvent&&(n=n.originalEvent);const i=t.touchEventsData;if(n.type==="pointerdown"){if(i.pointerId!==null&&i.pointerId!==n.pointerId)return;i.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(i.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Sr(t,n,n.targetTouches[0].pageX);return}const{params:s,touches:l,enabled:a}=t;if(!a||!s.simulateTouch&&n.pointerType==="mouse"||t.animating&&s.preventInteractionOnTransition)return;!t.animating&&s.cssMode&&s.loop&&t.loopFix();let o=n.target;if(s.touchEventsTarget==="wrapper"&&!t.wrapperEl.contains(o)||"which"in n&&n.which===3||"button"in n&&n.button>0||i.isTouched&&i.isMoved)return;const u=!!s.noSwipingClass&&s.noSwipingClass!=="",c=n.composedPath?n.composedPath():n.path;u&&n.target&&n.target.shadowRoot&&c&&(o=c[0]);const d=s.noSwipingSelector?s.noSwipingSelector:`.${s.noSwipingClass}`,f=!!(n.target&&n.target.shadowRoot);if(s.noSwiping&&(f?Zo(d,o):o.closest(d))){t.allowClick=!0;return}if(s.swipeHandler&&!o.closest(s.swipeHandler))return;l.currentX=n.pageX,l.currentY=n.pageY;const p=l.currentX,v=l.currentY;if(!Sr(t,n,p))return;Object.assign(i,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),l.startX=p,l.startY=v,i.touchStartTime=Ae(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,s.threshold>0&&(i.allowThresholdMove=!1);let g=!0;o.matches(i.focusableElements)&&(g=!1,o.nodeName==="SELECT"&&(i.isTouched=!1)),r.activeElement&&r.activeElement.matches(i.focusableElements)&&r.activeElement!==o&&r.activeElement.blur();const b=g&&t.allowTouchMove&&s.touchStartPreventDefault;(s.touchStartForcePreventDefault||b)&&!o.isContentEditable&&n.preventDefault(),s.freeMode&&s.freeMode.enabled&&t.freeMode&&t.animating&&!s.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",n)}function Jo(e){const t=de(),r=this,n=r.touchEventsData,{params:i,touches:s,rtlTranslate:l,enabled:a}=r;if(!a||!i.simulateTouch&&e.pointerType==="mouse")return;let o=e;if(o.originalEvent&&(o=o.originalEvent),o.type==="pointermove"&&(n.touchId!==null||o.pointerId!==n.pointerId))return;let u;if(o.type==="touchmove"){if(u=[...o.changedTouches].filter(T=>T.identifier===n.touchId)[0],!u||u.identifier!==n.touchId)return}else u=o;if(!n.isTouched){n.startMoving&&n.isScrolling&&r.emit("touchMoveOpposite",o);return}const c=u.pageX,d=u.pageY;if(o.preventedByNestedSwiper){s.startX=c,s.startY=d;return}if(!r.allowTouchMove){o.target.matches(n.focusableElements)||(r.allowClick=!1),n.isTouched&&(Object.assign(s,{startX:c,startY:d,currentX:c,currentY:d}),n.touchStartTime=Ae());return}if(i.touchReleaseOnEdges&&!i.loop){if(r.isVertical()){if(d<s.startY&&r.translate<=r.maxTranslate()||d>s.startY&&r.translate>=r.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(c<s.startX&&r.translate<=r.maxTranslate()||c>s.startX&&r.translate>=r.minTranslate())return}if(t.activeElement&&o.target===t.activeElement&&o.target.matches(n.focusableElements)){n.isMoved=!0,r.allowClick=!1;return}n.allowTouchCallbacks&&r.emit("touchMove",o),s.previousX=s.currentX,s.previousY=s.currentY,s.currentX=c,s.currentY=d;const f=s.currentX-s.startX,p=s.currentY-s.startY;if(r.params.threshold&&Math.sqrt(f**2+p**2)<r.params.threshold)return;if(typeof n.isScrolling>"u"){let T;r.isHorizontal()&&s.currentY===s.startY||r.isVertical()&&s.currentX===s.startX?n.isScrolling=!1:f*f+p*p>=25&&(T=Math.atan2(Math.abs(p),Math.abs(f))*180/Math.PI,n.isScrolling=r.isHorizontal()?T>i.touchAngle:90-T>i.touchAngle)}if(n.isScrolling&&r.emit("touchMoveOpposite",o),typeof n.startMoving>"u"&&(s.currentX!==s.startX||s.currentY!==s.startY)&&(n.startMoving=!0),n.isScrolling){n.isTouched=!1;return}if(!n.startMoving)return;r.allowClick=!1,!i.cssMode&&o.cancelable&&o.preventDefault(),i.touchMoveStopPropagation&&!i.nested&&o.stopPropagation();let v=r.isHorizontal()?f:p,g=r.isHorizontal()?s.currentX-s.previousX:s.currentY-s.previousY;i.oneWayMovement&&(v=Math.abs(v)*(l?1:-1),g=Math.abs(g)*(l?1:-1)),s.diff=v,v*=i.touchRatio,l&&(v=-v,g=-g);const b=r.touchesDirection;r.swipeDirection=v>0?"prev":"next",r.touchesDirection=g>0?"prev":"next";const h=r.params.loop&&!i.cssMode,C=r.touchesDirection==="next"&&r.allowSlideNext||r.touchesDirection==="prev"&&r.allowSlidePrev;if(!n.isMoved){if(h&&C&&r.loopFix({direction:r.swipeDirection}),n.startTranslate=r.getTranslate(),r.setTransition(0),r.animating){const T=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});r.wrapperEl.dispatchEvent(T)}n.allowMomentumBounce=!1,i.grabCursor&&(r.allowSlideNext===!0||r.allowSlidePrev===!0)&&r.setGrabCursor(!0),r.emit("sliderFirstMove",o)}let x;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&b!==r.touchesDirection&&h&&C&&Math.abs(v)>=1){Object.assign(s,{startX:c,startY:d,currentX:c,currentY:d,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}r.emit("sliderMove",o),n.isMoved=!0,n.currentTranslate=v+n.startTranslate;let w=!0,S=i.resistanceRatio;if(i.touchReleaseOnEdges&&(S=0),v>0?(h&&C&&!x&&n.allowThresholdMove&&n.currentTranslate>(i.centeredSlides?r.minTranslate()-r.slidesSizesGrid[r.activeIndex+1]:r.minTranslate())&&r.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>r.minTranslate()&&(w=!1,i.resistance&&(n.currentTranslate=r.minTranslate()-1+(-r.minTranslate()+n.startTranslate+v)**S))):v<0&&(h&&C&&!x&&n.allowThresholdMove&&n.currentTranslate<(i.centeredSlides?r.maxTranslate()+r.slidesSizesGrid[r.slidesSizesGrid.length-1]:r.maxTranslate())&&r.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:r.slides.length-(i.slidesPerView==="auto"?r.slidesPerViewDynamic():Math.ceil(parseFloat(i.slidesPerView,10)))}),n.currentTranslate<r.maxTranslate()&&(w=!1,i.resistance&&(n.currentTranslate=r.maxTranslate()+1-(r.maxTranslate()-n.startTranslate-v)**S))),w&&(o.preventedByNestedSwiper=!0),!r.allowSlideNext&&r.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!r.allowSlidePrev&&r.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!r.allowSlidePrev&&!r.allowSlideNext&&(n.currentTranslate=n.startTranslate),i.threshold>0)if(Math.abs(v)>i.threshold||n.allowThresholdMove){if(!n.allowThresholdMove){n.allowThresholdMove=!0,s.startX=s.currentX,s.startY=s.currentY,n.currentTranslate=n.startTranslate,s.diff=r.isHorizontal()?s.currentX-s.startX:s.currentY-s.startY;return}}else{n.currentTranslate=n.startTranslate;return}!i.followFinger||i.cssMode||((i.freeMode&&i.freeMode.enabled&&r.freeMode||i.watchSlidesProgress)&&(r.updateActiveIndex(),r.updateSlidesClasses()),i.freeMode&&i.freeMode.enabled&&r.freeMode&&r.freeMode.onTouchMove(),r.updateProgress(n.currentTranslate),r.setTranslate(n.currentTranslate))}function ea(e){const t=this,r=t.touchEventsData;let n=e;n.originalEvent&&(n=n.originalEvent);let i;if(n.type==="touchend"||n.type==="touchcancel"){if(i=[...n.changedTouches].filter(S=>S.identifier===r.touchId)[0],!i||i.identifier!==r.touchId)return}else{if(r.touchId!==null||n.pointerId!==r.pointerId)return;i=n}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(n.type)&&!(["pointercancel","contextmenu"].includes(n.type)&&(t.browser.isSafari||t.browser.isWebView)))return;r.pointerId=null,r.touchId=null;const{params:l,touches:a,rtlTranslate:o,slidesGrid:u,enabled:c}=t;if(!c||!l.simulateTouch&&n.pointerType==="mouse")return;if(r.allowTouchCallbacks&&t.emit("touchEnd",n),r.allowTouchCallbacks=!1,!r.isTouched){r.isMoved&&l.grabCursor&&t.setGrabCursor(!1),r.isMoved=!1,r.startMoving=!1;return}l.grabCursor&&r.isMoved&&r.isTouched&&(t.allowSlideNext===!0||t.allowSlidePrev===!0)&&t.setGrabCursor(!1);const d=Ae(),f=d-r.touchStartTime;if(t.allowClick){const S=n.path||n.composedPath&&n.composedPath();t.updateClickedSlide(S&&S[0]||n.target,S),t.emit("tap click",n),f<300&&d-r.lastClickTime<300&&t.emit("doubleTap doubleClick",n)}if(r.lastClickTime=Ae(),vt(()=>{t.destroyed||(t.allowClick=!0)}),!r.isTouched||!r.isMoved||!t.swipeDirection||a.diff===0&&!r.loopSwapReset||r.currentTranslate===r.startTranslate&&!r.loopSwapReset){r.isTouched=!1,r.isMoved=!1,r.startMoving=!1;return}r.isTouched=!1,r.isMoved=!1,r.startMoving=!1;let p;if(l.followFinger?p=o?t.translate:-t.translate:p=-r.currentTranslate,l.cssMode)return;if(l.freeMode&&l.freeMode.enabled){t.freeMode.onTouchEnd({currentPos:p});return}const v=p>=-t.maxTranslate()&&!t.params.loop;let g=0,b=t.slidesSizesGrid[0];for(let S=0;S<u.length;S+=S<l.slidesPerGroupSkip?1:l.slidesPerGroup){const T=S<l.slidesPerGroupSkip-1?1:l.slidesPerGroup;typeof u[S+T]<"u"?(v||p>=u[S]&&p<u[S+T])&&(g=S,b=u[S+T]-u[S]):(v||p>=u[S])&&(g=S,b=u[u.length-1]-u[u.length-2])}let h=null,C=null;l.rewind&&(t.isBeginning?C=l.virtual&&l.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(h=0));const x=(p-u[g])/b,w=g<l.slidesPerGroupSkip-1?1:l.slidesPerGroup;if(f>l.longSwipesMs){if(!l.longSwipes){t.slideTo(t.activeIndex);return}t.swipeDirection==="next"&&(x>=l.longSwipesRatio?t.slideTo(l.rewind&&t.isEnd?h:g+w):t.slideTo(g)),t.swipeDirection==="prev"&&(x>1-l.longSwipesRatio?t.slideTo(g+w):C!==null&&x<0&&Math.abs(x)>l.longSwipesRatio?t.slideTo(C):t.slideTo(g))}else{if(!l.shortSwipes){t.slideTo(t.activeIndex);return}t.navigation&&(n.target===t.navigation.nextEl||n.target===t.navigation.prevEl)?n.target===t.navigation.nextEl?t.slideTo(g+w):t.slideTo(g):(t.swipeDirection==="next"&&t.slideTo(h!==null?h:g+w),t.swipeDirection==="prev"&&t.slideTo(C!==null?C:g))}}function Tr(){const e=this,{params:t,el:r}=e;if(r&&r.offsetWidth===0)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:i,snapGrid:s}=e,l=e.virtual&&e.params.virtual.enabled;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses();const a=l&&t.loop;(t.slidesPerView==="auto"||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides&&!a?e.slideTo(e.slides.length-1,0,!1,!0):e.params.loop&&!l?e.slideToLoop(e.realIndex,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&(clearTimeout(e.autoplay.resizeTimeout),e.autoplay.resizeTimeout=setTimeout(()=>{e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.resume()},500)),e.allowSlidePrev=i,e.allowSlideNext=n,e.params.watchOverflow&&s!==e.snapGrid&&e.checkOverflow()}function ta(e){const t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function ra(){const e=this,{wrapperEl:t,rtlTranslate:r,enabled:n}=e;if(!n)return;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,e.translate===0&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();let i;const s=e.maxTranslate()-e.minTranslate();s===0?i=0:i=(e.translate-e.minTranslate())/s,i!==e.progress&&e.updateProgress(r?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}function na(e){const t=this;Le(t,e.target),!(t.params.cssMode||t.params.slidesPerView!=="auto"&&!t.params.autoHeight)&&t.update()}function ia(){const e=this;e.documentTouchHandlerProceeded||(e.documentTouchHandlerProceeded=!0,e.params.touchReleaseOnEdges&&(e.el.style.touchAction="auto"))}const Kr=(e,t)=>{const r=de(),{params:n,el:i,wrapperEl:s,device:l}=e,a=!!n.nested,o=t==="on"?"addEventListener":"removeEventListener",u=t;r[o]("touchstart",e.onDocumentTouchStart,{passive:!1,capture:a}),i[o]("touchstart",e.onTouchStart,{passive:!1}),i[o]("pointerdown",e.onTouchStart,{passive:!1}),r[o]("touchmove",e.onTouchMove,{passive:!1,capture:a}),r[o]("pointermove",e.onTouchMove,{passive:!1,capture:a}),r[o]("touchend",e.onTouchEnd,{passive:!0}),r[o]("pointerup",e.onTouchEnd,{passive:!0}),r[o]("pointercancel",e.onTouchEnd,{passive:!0}),r[o]("touchcancel",e.onTouchEnd,{passive:!0}),r[o]("pointerout",e.onTouchEnd,{passive:!0}),r[o]("pointerleave",e.onTouchEnd,{passive:!0}),r[o]("contextmenu",e.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&i[o]("click",e.onClick,!0),n.cssMode&&s[o]("scroll",e.onScroll),n.updateOnWindowResize?e[u](l.ios||l.android?"resize orientationchange observerUpdate":"resize observerUpdate",Tr,!0):e[u]("observerUpdate",Tr,!0),i[o]("load",e.onLoad,{capture:!0})};function sa(){const e=this,{params:t}=e;e.onTouchStart=Qo.bind(e),e.onTouchMove=Jo.bind(e),e.onTouchEnd=ea.bind(e),e.onDocumentTouchStart=ia.bind(e),t.cssMode&&(e.onScroll=ra.bind(e)),e.onClick=ta.bind(e),e.onLoad=na.bind(e),Kr(e,"on")}function oa(){Kr(this,"off")}var aa={attachEvents:sa,detachEvents:oa};const Pr=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;function la(){const e=this,{realIndex:t,initialized:r,params:n,el:i}=e,s=n.breakpoints;if(!s||s&&Object.keys(s).length===0)return;const l=e.getBreakpoint(s,e.params.breakpointsBase,e.el);if(!l||e.currentBreakpoint===l)return;const o=(l in s?s[l]:void 0)||e.originalParams,u=Pr(e,n),c=Pr(e,o),d=n.enabled;u&&!c?(i.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),e.emitContainerClasses()):!u&&c&&(i.classList.add(`${n.containerModifierClass}grid`),(o.grid.fill&&o.grid.fill==="column"||!o.grid.fill&&n.grid.fill==="column")&&i.classList.add(`${n.containerModifierClass}grid-column`),e.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach(h=>{if(typeof o[h]>"u")return;const C=n[h]&&n[h].enabled,x=o[h]&&o[h].enabled;C&&!x&&e[h].disable(),!C&&x&&e[h].enable()});const f=o.direction&&o.direction!==n.direction,p=n.loop&&(o.slidesPerView!==n.slidesPerView||f),v=n.loop;f&&r&&e.changeDirection(),Y(e.params,o);const g=e.params.enabled,b=e.params.loop;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),d&&!g?e.disable():!d&&g&&e.enable(),e.currentBreakpoint=l,e.emit("_beforeBreakpoint",o),r&&(p?(e.loopDestroy(),e.loopCreate(t),e.updateSlides()):!v&&b?(e.loopCreate(t),e.updateSlides()):v&&!b&&e.loopDestroy()),e.emit("breakpoint",o)}function ca(e,t,r){if(t===void 0&&(t="window"),!e||t==="container"&&!r)return;let n=!1;const i=X(),s=t==="window"?i.innerHeight:r.clientHeight,l=Object.keys(e).map(a=>{if(typeof a=="string"&&a.indexOf("@")===0){const o=parseFloat(a.substr(1));return{value:s*o,point:a}}return{value:a,point:a}});l.sort((a,o)=>parseInt(a.value,10)-parseInt(o.value,10));for(let a=0;a<l.length;a+=1){const{point:o,value:u}=l[a];t==="window"?i.matchMedia(`(min-width: ${u}px)`).matches&&(n=o):u<=r.clientWidth&&(n=o)}return n||"max"}var ua={setBreakpoint:la,getBreakpoint:ca};function da(e,t){const r=[];return e.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(i=>{n[i]&&r.push(t+i)}):typeof n=="string"&&r.push(t+n)}),r}function fa(){const e=this,{classNames:t,params:r,rtl:n,el:i,device:s}=e,l=da(["initialized",r.direction,{"free-mode":e.params.freeMode&&r.freeMode.enabled},{autoheight:r.autoHeight},{rtl:n},{grid:r.grid&&r.grid.rows>1},{"grid-column":r.grid&&r.grid.rows>1&&r.grid.fill==="column"},{android:s.android},{ios:s.ios},{"css-mode":r.cssMode},{centered:r.cssMode&&r.centeredSlides},{"watch-progress":r.watchSlidesProgress}],r.containerModifierClass);t.push(...l),i.classList.add(...t),e.emitContainerClasses()}function pa(){const e=this,{el:t,classNames:r}=e;t.classList.remove(...r),e.emitContainerClasses()}var ha={addClasses:fa,removeClasses:pa};function ma(){const e=this,{isLocked:t,params:r}=e,{slidesOffsetBefore:n}=r;if(n){const i=e.slides.length-1,s=e.slidesGrid[i]+e.slidesSizesGrid[i]+n*2;e.isLocked=e.size>s}else e.isLocked=e.snapGrid.length===1;r.allowSlideNext===!0&&(e.allowSlideNext=!e.isLocked),r.allowSlidePrev===!0&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}var ga={checkOverflow:ma},xt={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function va(e,t){return function(n){n===void 0&&(n={});const i=Object.keys(n)[0],s=n[i];if(typeof s!="object"||s===null){Y(t,n);return}if(e[i]===!0&&(e[i]={enabled:!0}),i==="navigation"&&e[i]&&e[i].enabled&&!e[i].prevEl&&!e[i].nextEl&&(e[i].auto=!0),["pagination","scrollbar"].indexOf(i)>=0&&e[i]&&e[i].enabled&&!e[i].el&&(e[i].auto=!0),!(i in e&&"enabled"in s)){Y(t,n);return}typeof e[i]=="object"&&!("enabled"in e[i])&&(e[i].enabled=!0),e[i]||(e[i]={enabled:!1}),Y(t,n)}}const ht={eventsEmitter:ho,update:Eo,translate:Io,transition:No,slide:$o,loop:Uo,grabCursor:Ko,events:aa,breakpoints:ua,checkOverflow:ga,classes:ha},mt={};let _t=class te{constructor(){let t,r;for(var n=arguments.length,i=new Array(n),s=0;s<n;s++)i[s]=arguments[s];i.length===1&&i[0].constructor&&Object.prototype.toString.call(i[0]).slice(8,-1)==="Object"?r=i[0]:[t,r]=i,r||(r={}),r=Y({},r),t&&!r.el&&(r.el=t);const l=de();if(r.el&&typeof r.el=="string"&&l.querySelectorAll(r.el).length>1){const c=[];return l.querySelectorAll(r.el).forEach(d=>{const f=Y({},r,{el:d});c.push(new te(f))}),c}const a=this;a.__swiper__=!0,a.support=Ur(),a.device=Yr({userAgent:r.userAgent}),a.browser=uo(),a.eventsListeners={},a.eventsAnyListeners=[],a.modules=[...a.__modules__],r.modules&&Array.isArray(r.modules)&&a.modules.push(...r.modules);const o={};a.modules.forEach(c=>{c({params:r,swiper:a,extendParams:va(r,o),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a),emit:a.emit.bind(a)})});const u=Y({},xt,o);return a.params=Y({},u,mt,r),a.originalParams=Y({},a.params),a.passedParams=Y({},r),a.params&&a.params.on&&Object.keys(a.params.on).forEach(c=>{a.on(c,a.params.on[c])}),a.params&&a.params.onAny&&a.onAny(a.params.onAny),Object.assign(a,{enabled:a.params.enabled,el:t,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return a.params.direction==="horizontal"},isVertical(){return a.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:a.params.allowSlideNext,allowSlidePrev:a.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:a.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:a.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),a.emit("_swiper"),a.params.init&&a.init(),a}getDirectionLabel(t){return this.isHorizontal()?t:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[t]}getSlideIndex(t){const{slidesEl:r,params:n}=this,i=re(r,`.${n.slideClass}, swiper-slide`),s=xr(i[0]);return xr(t)-s}getSlideIndexByData(t){return this.getSlideIndex(this.slides.filter(r=>r.getAttribute("data-swiper-slide-index")*1===t)[0])}recalcSlides(){const t=this,{slidesEl:r,params:n}=t;t.slides=re(r,`.${n.slideClass}, swiper-slide`)}enable(){const t=this;t.enabled||(t.enabled=!0,t.params.grabCursor&&t.setGrabCursor(),t.emit("enable"))}disable(){const t=this;t.enabled&&(t.enabled=!1,t.params.grabCursor&&t.unsetGrabCursor(),t.emit("disable"))}setProgress(t,r){const n=this;t=Math.min(Math.max(t,0),1);const i=n.minTranslate(),l=(n.maxTranslate()-i)*t+i;n.translateTo(l,typeof r>"u"?0:r),n.updateActiveIndex(),n.updateSlidesClasses()}emitContainerClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const r=t.el.className.split(" ").filter(n=>n.indexOf("swiper")===0||n.indexOf(t.params.containerModifierClass)===0);t.emit("_containerClasses",r.join(" "))}getSlideClasses(t){const r=this;return r.destroyed?"":t.className.split(" ").filter(n=>n.indexOf("swiper-slide")===0||n.indexOf(r.params.slideClass)===0).join(" ")}emitSlidesClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const r=[];t.slides.forEach(n=>{const i=t.getSlideClasses(n);r.push({slideEl:n,classNames:i}),t.emit("_slideClass",n,i)}),t.emit("_slideClasses",r)}slidesPerViewDynamic(t,r){t===void 0&&(t="current"),r===void 0&&(r=!1);const n=this,{params:i,slides:s,slidesGrid:l,slidesSizesGrid:a,size:o,activeIndex:u}=n;let c=1;if(typeof i.slidesPerView=="number")return i.slidesPerView;if(i.centeredSlides){let d=s[u]?Math.ceil(s[u].swiperSlideSize):0,f;for(let p=u+1;p<s.length;p+=1)s[p]&&!f&&(d+=Math.ceil(s[p].swiperSlideSize),c+=1,d>o&&(f=!0));for(let p=u-1;p>=0;p-=1)s[p]&&!f&&(d+=s[p].swiperSlideSize,c+=1,d>o&&(f=!0))}else if(t==="current")for(let d=u+1;d<s.length;d+=1)(r?l[d]+a[d]-l[u]<o:l[d]-l[u]<o)&&(c+=1);else for(let d=u-1;d>=0;d-=1)l[u]-l[d]<o&&(c+=1);return c}update(){const t=this;if(!t||t.destroyed)return;const{snapGrid:r,params:n}=t;n.breakpoints&&t.setBreakpoint(),[...t.el.querySelectorAll('[loading="lazy"]')].forEach(l=>{l.complete&&Le(t,l)}),t.updateSize(),t.updateSlides(),t.updateProgress(),t.updateSlidesClasses();function i(){const l=t.rtlTranslate?t.translate*-1:t.translate,a=Math.min(Math.max(l,t.maxTranslate()),t.minTranslate());t.setTranslate(a),t.updateActiveIndex(),t.updateSlidesClasses()}let s;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)i(),n.autoHeight&&t.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&t.isEnd&&!n.centeredSlides){const l=t.virtual&&n.virtual.enabled?t.virtual.slides:t.slides;s=t.slideTo(l.length-1,0,!1,!0)}else s=t.slideTo(t.activeIndex,0,!1,!0);s||i()}n.watchOverflow&&r!==t.snapGrid&&t.checkOverflow(),t.emit("update")}changeDirection(t,r){r===void 0&&(r=!0);const n=this,i=n.params.direction;return t||(t=i==="horizontal"?"vertical":"horizontal"),t===i||t!=="horizontal"&&t!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${i}`),n.el.classList.add(`${n.params.containerModifierClass}${t}`),n.emitContainerClasses(),n.params.direction=t,n.slides.forEach(s=>{t==="vertical"?s.style.width="":s.style.height=""}),n.emit("changeDirection"),r&&n.update()),n}changeLanguageDirection(t){const r=this;r.rtl&&t==="rtl"||!r.rtl&&t==="ltr"||(r.rtl=t==="rtl",r.rtlTranslate=r.params.direction==="horizontal"&&r.rtl,r.rtl?(r.el.classList.add(`${r.params.containerModifierClass}rtl`),r.el.dir="rtl"):(r.el.classList.remove(`${r.params.containerModifierClass}rtl`),r.el.dir="ltr"),r.update())}mount(t){const r=this;if(r.mounted)return!0;let n=t||r.params.el;if(typeof n=="string"&&(n=document.querySelector(n)),!n)return!1;n.swiper=r,n.parentNode&&n.parentNode.host&&n.parentNode.host.nodeName===r.params.swiperElementNodeName.toUpperCase()&&(r.isElement=!0);const i=()=>`.${(r.params.wrapperClass||"").trim().split(" ").join(".")}`;let l=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(i()):re(n,i())[0];return!l&&r.params.createElements&&(l=wt("div",r.params.wrapperClass),n.append(l),re(n,`.${r.params.slideClass}`).forEach(a=>{l.append(a)})),Object.assign(r,{el:n,wrapperEl:l,slidesEl:r.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:l,hostEl:r.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||ie(n,"direction")==="rtl",rtlTranslate:r.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||ie(n,"direction")==="rtl"),wrongRTL:ie(l,"display")==="-webkit-box"}),!0}init(t){const r=this;if(r.initialized||r.mount(t)===!1)return r;r.emit("beforeInit"),r.params.breakpoints&&r.setBreakpoint(),r.addClasses(),r.updateSize(),r.updateSlides(),r.params.watchOverflow&&r.checkOverflow(),r.params.grabCursor&&r.enabled&&r.setGrabCursor(),r.params.loop&&r.virtual&&r.params.virtual.enabled?r.slideTo(r.params.initialSlide+r.virtual.slidesBefore,0,r.params.runCallbacksOnInit,!1,!0):r.slideTo(r.params.initialSlide,0,r.params.runCallbacksOnInit,!1,!0),r.params.loop&&r.loopCreate(),r.attachEvents();const i=[...r.el.querySelectorAll('[loading="lazy"]')];return r.isElement&&i.push(...r.hostEl.querySelectorAll('[loading="lazy"]')),i.forEach(s=>{s.complete?Le(r,s):s.addEventListener("load",l=>{Le(r,l.target)})}),bt(r),r.initialized=!0,bt(r),r.emit("init"),r.emit("afterInit"),r}destroy(t,r){t===void 0&&(t=!0),r===void 0&&(r=!0);const n=this,{params:i,el:s,wrapperEl:l,slides:a}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),i.loop&&n.loopDestroy(),r&&(n.removeClasses(),s.removeAttribute("style"),l.removeAttribute("style"),a&&a.length&&a.forEach(o=>{o.classList.remove(i.slideVisibleClass,i.slideFullyVisibleClass,i.slideActiveClass,i.slideNextClass,i.slidePrevClass),o.removeAttribute("style"),o.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(o=>{n.off(o)}),t!==!1&&(n.el.swiper=null,eo(n)),n.destroyed=!0),null}static extendDefaults(t){Y(mt,t)}static get extendedDefaults(){return mt}static get defaults(){return xt}static installModule(t){te.prototype.__modules__||(te.prototype.__modules__=[]);const r=te.prototype.__modules__;typeof t=="function"&&r.indexOf(t)<0&&r.push(t)}static use(t){return Array.isArray(t)?(t.forEach(r=>te.installModule(r)),te):(te.installModule(t),te)}};Object.keys(ht).forEach(e=>{Object.keys(ht[e]).forEach(t=>{_t.prototype[t]=ht[e][t]})});_t.use([fo,po]);const Zr=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function oe(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"&&!e.__swiper__}function ue(e,t){const r=["__proto__","constructor","prototype"];Object.keys(t).filter(n=>r.indexOf(n)<0).forEach(n=>{typeof e[n]>"u"?e[n]=t[n]:oe(t[n])&&oe(e[n])&&Object.keys(t[n]).length>0?t[n].__swiper__?e[n]=t[n]:ue(e[n],t[n]):e[n]=t[n]})}function Qr(e){return e===void 0&&(e={}),e.navigation&&typeof e.navigation.nextEl>"u"&&typeof e.navigation.prevEl>"u"}function Jr(e){return e===void 0&&(e={}),e.pagination&&typeof e.pagination.el>"u"}function en(e){return e===void 0&&(e={}),e.scrollbar&&typeof e.scrollbar.el>"u"}function tn(e){e===void 0&&(e="");const t=e.split(" ").map(n=>n.trim()).filter(n=>!!n),r=[];return t.forEach(n=>{r.indexOf(n)<0&&r.push(n)}),r.join(" ")}function wa(e){return e===void 0&&(e=""),e?e.includes("swiper-wrapper")?e:`swiper-wrapper ${e}`:"swiper-wrapper"}function ba(e){let{swiper:t,slides:r,passedParams:n,changedParams:i,nextEl:s,prevEl:l,scrollbarEl:a,paginationEl:o}=e;const u=i.filter(E=>E!=="children"&&E!=="direction"&&E!=="wrapperClass"),{params:c,pagination:d,navigation:f,scrollbar:p,virtual:v,thumbs:g}=t;let b,h,C,x,w,S,T,j;i.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&c.thumbs&&!c.thumbs.swiper&&(b=!0),i.includes("controller")&&n.controller&&n.controller.control&&c.controller&&!c.controller.control&&(h=!0),i.includes("pagination")&&n.pagination&&(n.pagination.el||o)&&(c.pagination||c.pagination===!1)&&d&&!d.el&&(C=!0),i.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||a)&&(c.scrollbar||c.scrollbar===!1)&&p&&!p.el&&(x=!0),i.includes("navigation")&&n.navigation&&(n.navigation.prevEl||l)&&(n.navigation.nextEl||s)&&(c.navigation||c.navigation===!1)&&f&&!f.prevEl&&!f.nextEl&&(w=!0);const M=E=>{t[E]&&(t[E].destroy(),E==="navigation"?(t.isElement&&(t[E].prevEl.remove(),t[E].nextEl.remove()),c[E].prevEl=void 0,c[E].nextEl=void 0,t[E].prevEl=void 0,t[E].nextEl=void 0):(t.isElement&&t[E].el.remove(),c[E].el=void 0,t[E].el=void 0))};i.includes("loop")&&t.isElement&&(c.loop&&!n.loop?S=!0:!c.loop&&n.loop?T=!0:j=!0),u.forEach(E=>{if(oe(c[E])&&oe(n[E]))Object.assign(c[E],n[E]),(E==="navigation"||E==="pagination"||E==="scrollbar")&&"enabled"in n[E]&&!n[E].enabled&&M(E);else{const P=n[E];(P===!0||P===!1)&&(E==="navigation"||E==="pagination"||E==="scrollbar")?P===!1&&M(E):c[E]=n[E]}}),u.includes("controller")&&!h&&t.controller&&t.controller.control&&c.controller&&c.controller.control&&(t.controller.control=c.controller.control),i.includes("children")&&r&&v&&c.virtual.enabled?(v.slides=r,v.update(!0)):i.includes("virtual")&&v&&c.virtual.enabled&&(r&&(v.slides=r),v.update(!0)),i.includes("children")&&r&&c.loop&&(j=!0),b&&g.init()&&g.update(!0),h&&(t.controller.control=c.controller.control),C&&(t.isElement&&(!o||typeof o=="string")&&(o=document.createElement("div"),o.classList.add("swiper-pagination"),o.part.add("pagination"),t.el.appendChild(o)),o&&(c.pagination.el=o),d.init(),d.render(),d.update()),x&&(t.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-scrollbar"),a.part.add("scrollbar"),t.el.appendChild(a)),a&&(c.scrollbar.el=a),p.init(),p.updateSize(),p.setTranslate()),w&&(t.isElement&&((!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-button-next"),s.innerHTML=t.hostEl.constructor.nextButtonSvg,s.part.add("button-next"),t.el.appendChild(s)),(!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-prev"),l.innerHTML=t.hostEl.constructor.prevButtonSvg,l.part.add("button-prev"),t.el.appendChild(l))),s&&(c.navigation.nextEl=s),l&&(c.navigation.prevEl=l),f.init(),f.update()),i.includes("allowSlideNext")&&(t.allowSlideNext=n.allowSlideNext),i.includes("allowSlidePrev")&&(t.allowSlidePrev=n.allowSlidePrev),i.includes("direction")&&t.changeDirection(n.direction,!1),(S||j)&&t.loopDestroy(),(T||j)&&t.loopCreate(),t.update()}function xa(e,t){e===void 0&&(e={}),t===void 0&&(t=!0);const r={on:{}},n={},i={};ue(r,xt),r._emitClasses=!0,r.init=!1;const s={},l=Zr.map(o=>o.replace(/_/,"")),a=Object.assign({},e);return Object.keys(a).forEach(o=>{typeof e[o]>"u"||(l.indexOf(o)>=0?oe(e[o])?(r[o]={},i[o]={},ue(r[o],e[o]),ue(i[o],e[o])):(r[o]=e[o],i[o]=e[o]):o.search(/on[A-Z]/)===0&&typeof e[o]=="function"?t?n[`${o[2].toLowerCase()}${o.substr(3)}`]=e[o]:r.on[`${o[2].toLowerCase()}${o.substr(3)}`]=e[o]:s[o]=e[o])}),["navigation","pagination","scrollbar"].forEach(o=>{r[o]===!0&&(r[o]={}),r[o]===!1&&delete r[o]}),{params:r,passedParams:i,rest:s,events:n}}function ya(e,t){let{el:r,nextEl:n,prevEl:i,paginationEl:s,scrollbarEl:l,swiper:a}=e;Qr(t)&&n&&i&&(a.params.navigation.nextEl=n,a.originalParams.navigation.nextEl=n,a.params.navigation.prevEl=i,a.originalParams.navigation.prevEl=i),Jr(t)&&s&&(a.params.pagination.el=s,a.originalParams.pagination.el=s),en(t)&&l&&(a.params.scrollbar.el=l,a.originalParams.scrollbar.el=l),a.init(r)}function Sa(e,t,r,n,i){const s=[];if(!t)return s;const l=o=>{s.indexOf(o)<0&&s.push(o)};if(r&&n){const o=n.map(i),u=r.map(i);o.join("")!==u.join("")&&l("children"),n.length!==r.length&&l("children")}return Zr.filter(o=>o[0]==="_").map(o=>o.replace(/_/,"")).forEach(o=>{if(o in e&&o in t)if(oe(e[o])&&oe(t[o])){const u=Object.keys(e[o]),c=Object.keys(t[o]);u.length!==c.length?l(o):(u.forEach(d=>{e[o][d]!==t[o][d]&&l(o)}),c.forEach(d=>{e[o][d]!==t[o][d]&&l(o)}))}else e[o]!==t[o]&&l(o)}),s}const Ta=e=>{!e||e.destroyed||!e.params.virtual||e.params.virtual&&!e.params.virtual.enabled||(e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),e.parallax&&e.params.parallax&&e.params.parallax.enabled&&e.parallax.setTranslate())};function ke(){return ke=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ke.apply(this,arguments)}function rn(e){return e.type&&e.type.displayName&&e.type.displayName.includes("SwiperSlide")}function nn(e){const t=[];return y.Children.toArray(e).forEach(r=>{rn(r)?t.push(r):r.props&&r.props.children&&nn(r.props.children).forEach(n=>t.push(n))}),t}function Pa(e){const t=[],r={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return y.Children.toArray(e).forEach(n=>{if(rn(n))t.push(n);else if(n.props&&n.props.slot&&r[n.props.slot])r[n.props.slot].push(n);else if(n.props&&n.props.children){const i=nn(n.props.children);i.length>0?i.forEach(s=>t.push(s)):r["container-end"].push(n)}else r["container-end"].push(n)}),{slides:t,slots:r}}function Ea(e,t,r){if(!r)return null;const n=c=>{let d=c;return c<0?d=t.length+c:d>=t.length&&(d=d-t.length),d},i=e.isHorizontal()?{[e.rtlTranslate?"right":"left"]:`${r.offset}px`}:{top:`${r.offset}px`},{from:s,to:l}=r,a=e.params.loop?-t.length:0,o=e.params.loop?t.length*2:t.length,u=[];for(let c=a;c<o;c+=1)c>=s&&c<=l&&u.push(t[n(c)]);return u.map((c,d)=>y.cloneElement(c,{swiper:e,style:i,key:`slide-${d}`}))}function pe(e,t){return typeof window>"u"?y.useEffect(e,t):y.useLayoutEffect(e,t)}const Er=y.createContext(null),_a=y.createContext(null),Ca=y.forwardRef(function(e,t){let{className:r,tag:n="div",wrapperTag:i="div",children:s,onSwiper:l,...a}=e===void 0?{}:e,o=!1;const[u,c]=y.useState("swiper"),[d,f]=y.useState(null),[p,v]=y.useState(!1),g=y.useRef(!1),b=y.useRef(null),h=y.useRef(null),C=y.useRef(null),x=y.useRef(null),w=y.useRef(null),S=y.useRef(null),T=y.useRef(null),j=y.useRef(null),{params:M,passedParams:E,rest:P,events:O}=xa(a),{slides:R,slots:I}=Pa(s),N=()=>{v(!p)};Object.assign(M.on,{_containerClasses(D,$){c($)}});const z=()=>{Object.assign(M.on,O),o=!0;const D={...M};if(delete D.wrapperClass,h.current=new _t(D),h.current.virtual&&h.current.params.virtual.enabled){h.current.virtual.slides=R;const $={cache:!1,slides:R,renderExternal:f,renderExternalUpdate:!1};ue(h.current.params.virtual,$),ue(h.current.originalParams.virtual,$)}};b.current||z(),h.current&&h.current.on("_beforeBreakpoint",N);const H=()=>{o||!O||!h.current||Object.keys(O).forEach(D=>{h.current.on(D,O[D])})},ne=()=>{!O||!h.current||Object.keys(O).forEach(D=>{h.current.off(D,O[D])})};y.useEffect(()=>()=>{h.current&&h.current.off("_beforeBreakpoint",N)}),y.useEffect(()=>{!g.current&&h.current&&(h.current.emitSlidesClasses(),g.current=!0)}),pe(()=>{if(t&&(t.current=b.current),!!b.current)return h.current.destroyed&&z(),ya({el:b.current,nextEl:w.current,prevEl:S.current,paginationEl:T.current,scrollbarEl:j.current,swiper:h.current},M),l&&!h.current.destroyed&&l(h.current),()=>{h.current&&!h.current.destroyed&&h.current.destroy(!0,!1)}},[]),pe(()=>{H();const D=Sa(E,C.current,R,x.current,$=>$.key);return C.current=E,x.current=R,D.length&&h.current&&!h.current.destroyed&&ba({swiper:h.current,slides:R,passedParams:E,changedParams:D,nextEl:w.current,prevEl:S.current,scrollbarEl:j.current,paginationEl:T.current}),()=>{ne()}}),pe(()=>{Ta(h.current)},[d]);function G(){return M.virtual?Ea(h.current,R,d):R.map((D,$)=>y.cloneElement(D,{swiper:h.current,swiperSlideIndex:$}))}return y.createElement(n,ke({ref:b,className:tn(`${u}${r?` ${r}`:""}`)},P),y.createElement(_a.Provider,{value:h.current},I["container-start"],y.createElement(i,{className:wa(M.wrapperClass)},I["wrapper-start"],G(),I["wrapper-end"]),Qr(M)&&y.createElement(y.Fragment,null,y.createElement("div",{ref:S,className:"swiper-button-prev"}),y.createElement("div",{ref:w,className:"swiper-button-next"})),en(M)&&y.createElement("div",{ref:j,className:"swiper-scrollbar"}),Jr(M)&&y.createElement("div",{ref:T,className:"swiper-pagination"}),I["container-end"]))});Ca.displayName="Swiper";const Ma=y.forwardRef(function(e,t){let{tag:r="div",children:n,className:i="",swiper:s,zoom:l,lazy:a,virtualIndex:o,swiperSlideIndex:u,...c}=e===void 0?{}:e;const d=y.useRef(null),[f,p]=y.useState("swiper-slide"),[v,g]=y.useState(!1);function b(w,S,T){S===d.current&&p(T)}pe(()=>{if(typeof u<"u"&&(d.current.swiperSlideIndex=u),t&&(t.current=d.current),!(!d.current||!s)){if(s.destroyed){f!=="swiper-slide"&&p("swiper-slide");return}return s.on("_slideClass",b),()=>{s&&s.off("_slideClass",b)}}}),pe(()=>{s&&d.current&&!s.destroyed&&p(s.getSlideClasses(d.current))},[s]);const h={isActive:f.indexOf("swiper-slide-active")>=0,isVisible:f.indexOf("swiper-slide-visible")>=0,isPrev:f.indexOf("swiper-slide-prev")>=0,isNext:f.indexOf("swiper-slide-next")>=0},C=()=>typeof n=="function"?n(h):n,x=()=>{g(!0)};return y.createElement(r,ke({ref:d,className:tn(`${f}${i?` ${i}`:""}`),"data-swiper-slide-index":o,onLoad:x},c),l&&y.createElement(Er.Provider,{value:h},y.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof l=="number"?l:void 0},C(),a&&!v&&y.createElement("div",{className:"swiper-lazy-preloader"}))),!l&&y.createElement(Er.Provider,{value:h},C(),a&&!v&&y.createElement("div",{className:"swiper-lazy-preloader"})))});Ma.displayName="SwiperSlide";var Oa={exports:{}};(function(e,t){(function(r,n,i){e.exports=i(),e.exports.default=i()})("slugify",Ss,function(){var r=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ō":"O","ō":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","Ə":"E","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","ə":"e","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","Ա":"A","Բ":"B","Գ":"G","Դ":"D","Ե":"E","Զ":"Z","Է":"E'","Ը":"Y'","Թ":"T'","Ժ":"JH","Ի":"I","Լ":"L","Խ":"X","Ծ":"C'","Կ":"K","Հ":"H","Ձ":"D'","Ղ":"GH","Ճ":"TW","Մ":"M","Յ":"Y","Ն":"N","Շ":"SH","Չ":"CH","Պ":"P","Ջ":"J","Ռ":"R'","Ս":"S","Վ":"V","Տ":"T","Ր":"R","Ց":"C","Փ":"P'","Ք":"Q'","Օ":"O''","Ֆ":"F","և":"EV","ء":"a","آ":"aa","أ":"a","ؤ":"u","إ":"i","ئ":"e","ا":"a","ب":"b","ة":"h","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ى":"a","ي":"y","ً":"an","ٌ":"on","ٍ":"en","َ":"a","ُ":"u","ِ":"e","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","پ":"p","چ":"ch","ژ":"zh","ک":"k","گ":"g","ی":"y","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ṣ":"S","ṣ":"s","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","–":"-","‘":"'","’":"'","“":"\\"","”":"\\"","„":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₺":"turkish lira","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial","ﻵ":"laa","ﻷ":"laa","ﻹ":"lai","ﻻ":"la"}`),n=JSON.parse('{"bg":{"Й":"Y","Ц":"Ts","Щ":"Sht","Ъ":"A","Ь":"Y","й":"y","ц":"ts","щ":"sht","ъ":"a","ь":"y"},"de":{"Ä":"AE","ä":"ae","Ö":"OE","ö":"oe","Ü":"UE","ü":"ue","ß":"ss","%":"prozent","&":"und","|":"oder","∑":"summe","∞":"unendlich","♥":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","¢":"centavos","£":"libras","¤":"moneda","₣":"francos","∑":"suma","∞":"infinito","♥":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","¢":"centime","£":"livre","¤":"devise","₣":"franc","∑":"somme","∞":"infini","♥":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","¢":"centavo","∑":"soma","£":"libra","∞":"infinito","♥":"amor"},"uk":{"И":"Y","и":"y","Й":"Y","й":"y","Ц":"Ts","ц":"ts","Х":"Kh","х":"kh","Щ":"Shch","щ":"shch","Г":"H","г":"h"},"vi":{"Đ":"D","đ":"d"},"da":{"Ø":"OE","ø":"oe","Å":"AA","å":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"større end"},"nb":{"&":"og","Å":"AA","Æ":"AE","Ø":"OE","å":"aa","æ":"ae","ø":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","Å":"AA","Ä":"AE","Ö":"OE","å":"aa","ä":"ae","ö":"oe"}}');function i(s,l){if(typeof s!="string")throw new Error("slugify: string argument expected");l=typeof l=="string"?{replacement:l}:l||{};var a=n[l.locale]||{},o=l.replacement===void 0?"-":l.replacement,u=l.trim===void 0?!0:l.trim,c=s.normalize().split("").reduce(function(d,f){var p=a[f];return p===void 0&&(p=r[f]),p===void 0&&(p=f),p===o&&(p=" "),d+p.replace(l.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return l.strict&&(c=c.replace(/[^A-Za-z0-9\s]/g,"")),u&&(c=c.trim()),c=c.replace(/\s+/g,o),l.lower&&(c=c.toLowerCase()),c}return i.extend=function(s){Object.assign(r,s)},i})})(Oa);const Ct=y.forwardRef((e,t)=>{const{themeName:r="alerts.navigationBtn",tokens:n,customTheme:i,children:s,...l}=e,a=K(r,n,i);return m.jsx(V.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:m.jsx("button",{className:a,ref:t,type:"button",...l,children:s})})}),ja=y.forwardRef((e,t)=>m.jsx(Ct,{...e,ref:t,children:m.jsx(Tt,{icon:"ArrowRight"})})),Ia=y.forwardRef((e,t)=>m.jsx(Ct,{...e,ref:t,children:m.jsx(Tt,{icon:"ArrowLeft"})}));Ct.displayName="AlertsNavigationButton";ja.displayName="AlertsNextNavigationButton";Ia.displayName="AlertsPrevNavigationButton";process.env.NEXT_PUBLIC_IMG_DOMAIN;const Ra=e=>m.jsx("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:m.jsx("path",{d:"M17.728 13.66 12.388 19 7.05 13.66M12.4 5v14",stroke:"currentColor"})}),La=y.memo(Ra,k),Aa=Object.freeze(Object.defineProperty({__proto__:null,default:La},Symbol.toStringTag,{value:"Module"})),Na=e=>m.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[m.jsx("g",{children:m.jsx("path",{d:"M.075 11.622a1 1 0 0 0 0 .76 1 1 0 0 0 .21.33l8 8a1.004 1.004 0 0 0 1.42-1.42l-6.3-6.29h19.59a1 1 0 0 0 0-2H3.405l6.3-6.29a1 1 0 0 0 0-1.42 1 1 0 0 0-1.42 0l-8 8a1 1 0 0 0-.21.33Z"})}),m.jsx("defs",{children:m.jsx("clipPath",{children:m.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),ka=y.memo(Na,k),za=Object.freeze(Object.defineProperty({__proto__:null,default:ka},Symbol.toStringTag,{value:"Module"})),Da=e=>m.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[m.jsx("g",{children:m.jsx("path",{d:"M23.92 12.38a1 1 0 0 0 0-.76 1 1 0 0 0-.21-.33l-8-8a1.003 1.003 0 1 0-1.42 1.42l6.3 6.29H1a1 1 0 1 0 0 2h19.59l-6.3 6.29a1 1 0 0 0 0 1.42 1.002 1.002 0 0 0 1.42 0l8-8c.091-.095.162-.207.21-.33Z"})}),m.jsx("defs",{children:m.jsx("clipPath",{children:m.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),Ba=y.memo(Da,k),qa=Object.freeze(Object.defineProperty({__proto__:null,default:Ba},Symbol.toStringTag,{value:"Module"})),Va=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",viewBox:"0 0 48 48",...e,children:m.jsx("path",{d:"M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Z"})}),Ga=y.memo(Va,k),$a=Object.freeze(Object.defineProperty({__proto__:null,default:Ga},Symbol.toStringTag,{value:"Module"})),Ha=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:m.jsx("path",{d:"M28.05 36 16 23.95 28.05 11.9l2.15 2.15-9.9 9.9 9.9 9.9Z"})}),Fa=y.memo(Ha,k),Wa=Object.freeze(Object.defineProperty({__proto__:null,default:Fa},Symbol.toStringTag,{value:"Module"})),Ua=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:m.jsx("path",{d:"m18.75 36-2.15-2.15 9.9-9.9-9.9-9.9 2.15-2.15L30.8 23.95Z"})}),Ya=y.memo(Ua,k),Xa=Object.freeze(Object.defineProperty({__proto__:null,default:Ya},Symbol.toStringTag,{value:"Module"})),Ka=e=>m.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:m.jsx("path",{d:"M9.161 5.889v2.753H7V12h2.161v10h4.442V12h2.977s.28-1.614.417-3.38h-3.379V6.316a.963.963 0 0 1 .332-.558c.174-.146.396-.233.63-.248H17V2h-3.275C9.063 2 9.173 5.37 9.173 5.889h-.012Z",fill:"currentColor"})}),Za=y.memo(Ka,k),Qa=Object.freeze(Object.defineProperty({__proto__:null,default:Za},Symbol.toStringTag,{value:"Module"})),Ja=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"#3b5998",strokeMiterlimit:"10",strokeWidth:"0",d:"M147.5 254.3V139.1h38.7l6-45h-44.7V65.2c0-13 3.6-21.9 22.3-21.9h23.7V3.2c-11.6-1.2-23.1-1.8-34.7-1.8-34.3 0-57.8 20.9-57.8 59.4V94H62.2v45.1H101v115.2h46.5z"})}),el=y.memo(Ja,k),tl=Object.freeze(Object.defineProperty({__proto__:null,default:el},Symbol.toStringTag,{value:"Module"})),rl=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:m.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12.5001C2 17.4501 5.6 21.5501 10.35 22.4001L10.4094 22.3515C10.4063 22.3509 10.4032 22.3503 10.4001 22.3498V15.2998H7.90015V12.4998H10.4001V10.2998C10.4001 7.79978 12.0001 6.39978 14.3001 6.39978C15.0001 6.39978 15.8001 6.49978 16.5001 6.59978V9.14978H15.2001C14.0001 9.14978 13.7001 9.74978 13.7001 10.5498V12.4998H16.3501L15.9001 15.2998H13.7001V22.3498C13.6696 22.3553 13.639 22.3608 13.6084 22.366L13.65 22.4001C18.4 21.5501 22 17.4501 22 12.5001C22 7.00006 17.5 2.50006 12 2.50006C6.5 2.50006 2 7.00006 2 12.5001Z",fill:"currentColor"})}),nl=y.memo(rl,k),il=Object.freeze(Object.defineProperty({__proto__:null,default:nl},Symbol.toStringTag,{value:"Module"})),sl=e=>m.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 67 67",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[m.jsx("path",{d:"M16.1339 8.5415C18.1397 10.0645 19.8152 11.9792 21.0587 14.1693C22.2848 16.2537 25.064 22.0491 22.5341 25.3227C19.6732 29.0215 11.3848 30.2721 11.3848 33.6807C11.3848 36.2473 15.0181 39.1736 16.9594 42.0386C18.0736 43.6842 18.6691 45.626 18.6691 47.6133C18.6691 49.6006 18.0736 51.5423 16.9594 53.1879C16.0541 54.6088 14.817 55.7884 13.3547 56.6251",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),m.jsx("path",{d:"M57.8289 14.8058C52.7905 17.106 47.4837 18.766 42.0327 19.747C39.1227 19.9555 38.6895 17.5605 36.4621 14.1724C34.7905 11.6302 30.8874 8.45055 30.8874 5.81443C30.8648 4.90303 30.9876 3.99386 31.2511 3.12109",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),m.jsx("path",{d:"M33.6799 64.3334C50.6088 64.3334 64.3324 50.6098 64.3324 33.6809C64.3324 16.7519 50.6088 3.02832 33.6799 3.02832C16.751 3.02832 3.02734 16.7519 3.02734 33.6809C3.02734 50.6098 16.751 64.3334 33.6799 64.3334Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),m.jsx("path",{d:"M53.2225 36.1983C53.341 44.781 42.1549 55.5094 36.4658 53.188C31.4796 51.1445 34.9944 47.2291 33.7193 36.1983C33.188 31.6127 38.0842 27.8404 43.4872 27.8404C45.8806 27.6839 48.24 28.4711 50.0597 30.0335C51.8795 31.5958 53.2225 32.8948 53.2225 36.1983Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ol=y.memo(sl,k),al=Object.freeze(Object.defineProperty({__proto__:null,default:ol},Symbol.toStringTag,{value:"Module"})),ll=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[m.jsx("path",{d:"M253.5 75.7a92.8 92.8 0 0 0-5.8-30.7A62 62 0 0 0 233 22.6 62 62 0 0 0 210.7 8c-8-3-17.2-5.2-30.7-5.8-13.5-.6-17.8-.8-52.1-.8s-38.7.2-52.2.8A92.8 92.8 0 0 0 45 8c-8.4 3.2-16 8.2-22.4 14.6A62 62 0 0 0 8 45c-3 8-5.2 17.3-5.8 30.7a890 890 0 0 0-.8 52.2c0 34.3.2 38.6.8 52.1A92.8 92.8 0 0 0 8 210.7a62 62 0 0 0 14.5 22.4A62 62 0 0 0 45 247.7c8 3.1 17.3 5.2 30.7 5.9 13.5.6 17.8.7 52.2.7s38.6-.1 52-.7a92.8 92.8 0 0 0 30.8-6c17-6.5 30.4-20 37-36.9 3-8 5.2-17.2 5.8-30.7.7-13.5.8-17.8.8-52.1s-.1-38.7-.8-52.2zM230.8 179c-.6 12.3-2.6 19-4.4 23.4-4.2 11-13 19.8-24 24a69.9 69.9 0 0 1-23.4 4.4c-13.4.6-17.4.7-51.1.7-33.8 0-37.8-.1-51.1-.7-12.4-.6-19-2.6-23.5-4.4-5.5-2-10.5-5.2-14.5-9.4-4.2-4.1-7.5-9-9.5-14.6a69.9 69.9 0 0 1-4.4-23.4c-.6-13.4-.7-17.4-.7-51.1s.1-37.8.7-51.1c.6-12.4 2.6-19 4.4-23.5 2-5.5 5.2-10.5 9.4-14.6 4.1-4.2 9-7.4 14.6-9.4a69.9 69.9 0 0 1 23.5-4.4c13.3-.6 17.3-.7 51-.7 33.8 0 37.8.1 51.1.7 12.4.6 19 2.7 23.5 4.4 5.5 2 10.5 5.2 14.6 9.4 4.2 4.1 7.4 9.1 9.4 14.6a69.9 69.9 0 0 1 4.4 23.5c.6 13.3.7 17.3.7 51s-.1 37.8-.7 51.2z"}),m.jsx("path",{d:"M127.9 63a65 65 0 1 0 0 129.8 65 65 0 0 0 0-129.9zm0 107a42.2 42.2 0 1 1 0-84.3 42.2 42.2 0 0 1 0 84.3zM210.5 60.4a15.2 15.2 0 1 1-30.3 0 15.2 15.2 0 0 1 30.3 0z"})]})}),cl=y.memo(ll,k),ul=Object.freeze(Object.defineProperty({__proto__:null,default:cl},Symbol.toStringTag,{value:"Module"})),dl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"none",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[m.jsxs("linearGradient",{id:"a",x1:"7.6",x2:"82.4",y1:"9.6",y2:"84.4",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[m.jsx("stop",{offset:"0%",stopColor:"#ffd600"}),m.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),m.jsx("stop",{offset:"100%",stopColor:"#d800b9"})]}),m.jsx("path",{fill:"url(#a)",d:"M89.7 26.4c-.2-4.7-1-8-2-10.9a22 22 0 0 0-5.3-8 22 22 0 0 0-8-5.1A33 33 0 0 0 63.7.3C58.8 0 57.2 0 45 0S31.2 0 26.4.3c-4.7.2-8 1-10.9 2a22 22 0 0 0-8 5.3 22 22 0 0 0-5.1 8A33 33 0 0 0 .3 26.3C0 31.2 0 32.8 0 45c0 12.2 0 13.8.3 18.6.2 4.7 1 8 2 10.9a22 22 0 0 0 5.3 8c2.2 2.2 5 4 8 5.1a33 33 0 0 0 10.8 2.1c4.8.2 6.4.3 18.6.3s13.8 0 18.6-.3c4.7-.2 8-1 10.9-2a23 23 0 0 0 13.1-13.2 33 33 0 0 0 2.1-11c.2-4.7.3-6.3.3-18.5s0-13.8-.3-18.6zm-8 36.8c-.3 4.4-1 6.8-1.6 8.3-1.5 4-4.6 7-8.6 8.6-1.5.6-4 1.3-8.3 1.5-4.8.2-6.2.3-18.2.3s-13.4 0-18.2-.3a25 25 0 0 1-8.3-1.5 14 14 0 0 1-5.2-3.4 14 14 0 0 1-3.4-5.2c-.6-1.5-1.3-4-1.5-8.3A313 313 0 0 1 8 45c0-12 0-13.4.3-18.2a25 25 0 0 1 1.5-8.3 14 14 0 0 1 3.4-5.2 14 14 0 0 1 5.2-3.4c1.5-.6 4-1.3 8.3-1.5C31.6 8.2 33 8 45 8s13.4 0 18.2.3c4.4.2 6.8.9 8.3 1.5a14 14 0 0 1 5.2 3.4 14 14 0 0 1 3.4 5.2c.6 1.5 1.3 4 1.5 8.3.2 4.8.3 6.2.3 18.2s0 13.4-.3 18.2z"}),m.jsxs("linearGradient",{id:"b",x1:"28.7",x2:"61.3",y1:"30.7",y2:"63.3",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[m.jsx("stop",{offset:"0%",stopColor:"#ff6400"}),m.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),m.jsx("stop",{offset:"100%",stopColor:"#fd0056"})]}),m.jsx("path",{fill:"url(#b)",d:"M45 21.9A23.1 23.1 0 1 0 45 68 23.1 23.1 0 0 0 45 22zM45 60a15 15 0 1 1 0-30 15 15 0 0 1 0 30z"}),m.jsxs("linearGradient",{id:"c",x1:"65.2",x2:"72.8",y1:"67.2",y2:"74.8",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[m.jsx("stop",{offset:"0%",stopColor:"#f30072"}),m.jsx("stop",{offset:"100%",stopColor:"#e50097"})]}),m.jsx("path",{fill:"url(#c)",d:"M74.4 21a5.4 5.4 0 1 1-10.8 0 5.4 5.4 0 0 1 10.8 0z"})]})}),fl=y.memo(dl,k),pl=Object.freeze(Object.defineProperty({__proto__:null,default:fl},Symbol.toStringTag,{value:"Module"})),hl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[m.jsx("path",{d:"M61.4 254.3A59.8 59.8 0 0 1 19 151.8L65.8 105a11.2 11.2 0 0 1 15.9 16l-46.8 46.7a37.3 37.3 0 0 0 0 53.1 37.6 37.6 0 0 0 53 0l46.9-46.8a11.2 11.2 0 1 1 15.9 16l-46.8 46.7a59.8 59.8 0 0 1-42.5 17.6zM182 154a11.2 11.2 0 0 1-8-19.2L220.8 88a37.6 37.6 0 0 0-53-53.1l-46.9 46.8a11.2 11.2 0 0 1-15.9-16L151.8 19a59.6 59.6 0 0 1 85 0 60.1 60.1 0 0 1 0 84.9l-46.9 46.8c-2.2 2.2-5 3.3-8 3.3z"}),m.jsx("path",{d:"M72.6 194.3a11.2 11.2 0 0 1-8-19.1L175.3 64.7A11.2 11.2 0 1 1 191 80.6L80.6 191c-2.2 2.2-5.1 3.2-8 3.2z"})]})}),ml=y.memo(hl,k),gl=Object.freeze(Object.defineProperty({__proto__:null,default:ml},Symbol.toStringTag,{value:"Module"})),vl=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:19,viewBox:"0 0 18 19",fill:"none",...e,children:m.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 1.79773C0 1.07677 0.604838 0.5 1.33064 0.5H16.6694C17.3952 0.5 18 1.07677 18 1.79773V17.2023C18 17.9232 17.3952 18.5 16.6694 18.5H1.33064C0.604838 18.5 0 17.9232 0 17.2023V1.79773ZM5.44373 15.5677V7.44492H2.73405V15.5677H5.44373ZM4.08889 6.31541C5.03244 6.31541 5.63728 5.69058 5.63728 4.92155C5.61308 4.1285 5.05663 3.52769 4.11308 3.52769C3.19373 3.52769 2.5647 4.1285 2.5647 4.92155C2.5647 5.69058 3.14534 6.31541 4.08889 6.31541ZM9.65304 15.5677H6.94336C6.94336 15.5677 6.99175 8.18991 6.94336 7.44492H9.67723V8.58586C9.66903 8.59819 9.66097 8.6104 9.65304 8.62249H9.67723V8.58586C10.0439 8.03441 10.6772 7.25266 12.1208 7.25266C13.9111 7.25266 15.2417 8.4062 15.2417 10.9055V15.5677H12.5321V11.2179C12.5321 10.1365 12.145 9.39151 11.153 9.39151C10.403 9.39151 9.94336 9.89619 9.74981 10.3768C9.67723 10.5451 9.65304 10.7854 9.65304 11.0257V15.5677Z",fill:"currentColor"})}),wl=y.memo(vl,k),bl=Object.freeze(Object.defineProperty({__proto__:null,default:wl},Symbol.toStringTag,{value:"Module"})),xl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[m.jsx("path",{d:"M80.9 78.8H9c-5 0-9.1-4.1-9.1-9.1V20.3c0-5 4-9 9.1-9H81c5 0 9.1 4 9.1 9v49.4c0 5-4 9-9.1 9zM9 17.2A3.1 3.1 0 0 0 6 20.3v49.4c0 1.7 1.4 3 3.1 3H81c1.7 0 3.1-1.3 3.1-3V20.3c0-1.7-1.4-3-3.1-3H9z"}),m.jsx("path",{d:"M45 55.4c-5.4 0-10.6-2.3-14.2-6.3l-28.3-31 4.4-4 28.3 31c2.5 2.8 6 4.3 9.8 4.3 3.8 0 7.3-1.5 9.8-4.3l28.3-31 4.4 4-28.3 31c-3.6 4-8.8 6.3-14.2 6.3z"}),m.jsx("rect",{width:"39",height:"6",x:"-1",y:"57.2",rx:"0",ry:"0",transform:"rotate(-45.1 18.5 60.2)"}),m.jsx("rect",{width:"6",height:"39",x:"68.5",y:"40.7",rx:"0",ry:"0",transform:"rotate(-44.8 71.5 60.2)"})]})}),yl=y.memo(xl,k),Sl=Object.freeze(Object.defineProperty({__proto__:null,default:yl},Symbol.toStringTag,{value:"Module"})),Tl=e=>m.jsxs("svg",{height:48,width:48,fill:"currentColor",...e,xmlns:"http://www.w3.org/2000/svg",children:[m.jsx("ellipse",{cx:"26",cy:"24.095",rx:"26",ry:"23.547",fill:"#fff"}),m.jsx("path",{d:"M37.742 24.095H14.258M26 13.46V34.73 13.46Z",stroke:"#9E9E9E",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Pl=y.memo(Tl,k),El=Object.freeze(Object.defineProperty({__proto__:null,default:Pl},Symbol.toStringTag,{value:"Module"})),_l=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M199.75 145.13a54.45 54.45 0 0 0-43.54 21.82l-47.88-23.93c1.4-4.82 2.2-9.9 2.2-15.17a54.3 54.3 0 0 0-2.2-15.16l47.88-23.93a54.45 54.45 0 0 0 43.54 21.82 54.61 54.61 0 0 0 54.56-54.56c0-30.08-24.48-54.56-54.56-54.56s-54.56 24.48-54.56 54.56c0 5.27.79 10.35 2.19 15.17L99.5 95.11A54.45 54.45 0 0 0 55.97 73.3C25.88 73.3 1.4 97.77 1.4 127.86s24.47 54.56 54.56 54.56c17.79 0 33.56-8.6 43.53-21.82l47.88 23.92a54.32 54.32 0 0 0-2.2 15.17c0 30.09 24.48 54.56 54.57 54.56s54.56-24.47 54.56-54.56a54.62 54.62 0 0 0-54.56-54.56zm0-124c19.24 0 34.89 15.65 34.89 34.9s-15.65 34.88-34.9 34.88-34.88-15.65-34.88-34.89 15.65-34.89 34.89-34.89zM55.97 162.75c-19.24 0-34.9-15.65-34.9-34.9s15.66-34.88 34.9-34.88 34.88 15.65 34.88 34.89-15.65 34.89-34.88 34.89zm143.78 71.83a34.93 34.93 0 0 1-34.9-34.89c0-19.24 15.66-34.89 34.9-34.89s34.89 15.65 34.89 34.9a34.93 34.93 0 0 1-34.9 34.88z"})}),Cl=y.memo(_l,k),Ml=Object.freeze(Object.defineProperty({__proto__:null,default:Cl},Symbol.toStringTag,{value:"Module"})),Ol=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 231A147 147 0 0 0 228 76c11-7 19-16 26-27-9 5-19 7-29 9 10-7 18-17 22-29-10 6-21 10-33 12a52 52 0 0 0-88 48C83 87 45 66 19 35a52 52 0 0 0 16 69c-8 0-16-3-23-7v1c0 25 17 46 41 51a52 52 0 0 1-23 1c6 20 26 35 48 36a104 104 0 0 1-77 21c23 15 51 24 80 24"})}),jl=y.memo(Ol,k),Il=Object.freeze(Object.defineProperty({__proto__:null,default:jl},Symbol.toStringTag,{value:"Module"})),Rl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"#1da1f2",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 230.6c95.4 0 147.6-79 147.6-147.6 0-2.3 0-4.5-.2-6.7 10.2-7.4 19-16.5 25.9-26.9-9.5 4.2-19.5 7-29.8 8.2a52 52 0 0 0 22.8-28.7 104 104 0 0 1-33 12.6A52 52 0 0 0 126 88.8C84.2 86.7 45.4 67 19 34.6a52 52 0 0 0 16 69.2 51.5 51.5 0 0 1-23.5-6.5v.7c0 24.7 17.4 46 41.6 50.9-7.6 2-15.6 2.4-23.4.9a52 52 0 0 0 48.5 36 104.1 104.1 0 0 1-76.8 21.5A146.9 146.9 0 0 0 81 230.6"})}),Ll=y.memo(Rl,k),Al=Object.freeze(Object.defineProperty({__proto__:null,default:Ll},Symbol.toStringTag,{value:"Module"})),Nl=e=>m.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:m.jsx("path",{d:"M17 21H7a4 4 0 0 1-4-4v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 1 2 0v1a4 4 0 0 1-4 4Zm-5-4a1 1 0 0 1-1-1V6.41l-2.29 2.3a1.004 1.004 0 0 1-1.42-1.42l4-4a1 1 0 0 1 .33-.21A1 1 0 0 1 12 3a1 1 0 0 1 .38.08 1 1 0 0 1 .33.21l4 4a1.004 1.004 0 1 1-1.42 1.42L13 6.41V16a1 1 0 0 1-1 1Z",fill:"currentColor"})}),kl=y.memo(Nl,k),zl=Object.freeze(Object.defineProperty({__proto__:null,default:kl},Symbol.toStringTag,{value:"Module"})),Dl=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:m.jsx("path",{d:"M14.119 11.7052L20.4486 4.5H18.9492L13.4509 10.7549L9.0626 4.5H4L10.6374 13.9594L4 21.5142H5.4994L11.3021 14.9074L15.9374 21.5142H21M6.04057 5.60727H8.34407L18.9481 20.4613H16.644",fill:"currentColor"})}),Bl=y.memo(Dl,k),ql=Object.freeze(Object.defineProperty({__proto__:null,default:Bl},Symbol.toStringTag,{value:"Module"})),Vl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M249 67c-3-11-11-19-22-22-20-6-99-6-99-6s-79 0-99 6C18 48 10 56 7 67c-6 20-6 61-6 61s0 41 6 61c3 11 11 19 22 22 20 5 99 5 99 5s79 0 99-5c11-3 19-11 22-22 5-20 5-61 5-61s0-41-5-61zm-146 99V90l65 38-65 38z"})}),Gl=y.memo(Vl,k),$l=Object.freeze(Object.defineProperty({__proto__:null,default:Gl},Symbol.toStringTag,{value:"Module"})),Hl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[m.jsx("path",{fill:"red",d:"M249.02 66.99a31.68 31.68 0 0 0-22.36-22.36c-19.72-5.29-98.8-5.29-98.8-5.29s-79.09 0-98.8 5.29A31.68 31.68 0 0 0 6.68 66.99c-5.28 19.72-5.28 60.87-5.28 60.87s0 41.15 5.28 60.87a31.68 31.68 0 0 0 22.36 22.36c19.72 5.28 98.8 5.28 98.8 5.28s79.1 0 98.81-5.28a31.68 31.68 0 0 0 22.36-22.36c5.29-19.72 5.29-60.87 5.29-60.87s0-41.15-5.29-60.87z"}),m.jsx("path",{fill:"#fff",d:"m102.57 165.8 65.7-37.94-65.7-37.94z"})]})}),Fl=y.memo(Hl,k),Wl=Object.freeze(Object.defineProperty({__proto__:null,default:Fl},Symbol.toStringTag,{value:"Module"}));yt();const sn=async e=>{const{variables:t,themeName:r="wysiwyg",tokens:n,item:i,document:s}=e,l=await Mr({item:i,blockKey:"block_wysiwyg_by_id",document:s,variables:t});if(!l)return null;const{content:a,title:o,level:u,settings:c}=l,{tokens:d}=Cr(jr,c)??{};return!a&&!(o&&u)?null:m.jsxs(gt,{children:[o&&u&&m.jsx(gt,{as:"span",themeName:r,tokens:{...n,...d},children:y.createElement(u,{},o)}),a&&m.jsx(gs,{themeName:r,tokens:{...n,...d},content:a})]})},on={block_wysiwyg:{default:e=>m.jsx(sn,{...e})}},an={components:{...on}},Ul=e=>{const{children:t,config:r,...n}=e,i=Or(an,r),s=a=>t?t({...n,...a}):m.jsx(Ir,{...n,...a,config:i});if("blocks"in e){const{blocks:a}=e;return a.map(s)}const{block:l}=e;return s(l)};exports.BlockDispatcher=Ul;exports.BlockSerializer=Ir;exports.BlockWysiwyg=sn;exports.baseConfig=an;exports.blockWysiwygConfig=on;exports.getBlockProps=Mr;exports.mergeConfigs=Or;
|
|
93
|
+
`,variants:{isError:{true:"border-red-500"}}}),es=Tn({main:e=>Zn(e),gridItem:e=>Jn(e),grid:e=>Qn(e),container:e=>Rr(e),accordion:kn,carousel:{container:e=>ci(e),slideContainer:e=>ui(e),navigationButtons:e=>di(e)},calendar:{container:e=>ei(e),header:e=>ti(e),navigationButtonsContainer:e=>ri(e),navigationButtons:e=>ni(e),table:e=>ii(e),dayLabel:e=>si(e),cellContainer:e=>oi(e),cell:e=>ai(e),cellDate:e=>li(e)},datePicker:{container:e=>bi(e),button:e=>xi(e),icon:e=>Ei(e),dateField:e=>Ti(e),dateSegment:e=>Pi(e),label:e=>_i(e),calendarPopover:e=>Si(e),calendarUnderlay:e=>yi(e)},popover:{button:e=>ce(e),popover:()=>"border-2 text-black p-4 bg-gray-300"},typography:e=>U(e),button:e=>ce(e),sidePanel:{wrapper:e=>Ki(e),container:e=>Zi(e),innerContainer:e=>Qi(e)},lightBox:ki,shareButton:{icon:e=>Yi(e),button:e=>Fi(e),container:e=>Hi(e),linksList:e=>Wi(e),link:e=>Ui(e),linkIcons:e=>Xi(e)},checkbox:{container:e=>fi(e),label:e=>pi(e),checkBox:e=>hi(e),checkMark:e=>mi(e),checkMarkIcon:e=>gi(e),errorMessage:e=>U(e)},radio:{label:e=>zi(e),radio:e=>Di(e),selectedMark:e=>Bi(e),errorMessage:e=>U(e)},radioGroup:{radioGroup:e=>qi(e),radioGroupItemsGroup:e=>Vi(e),errorMessage:e=>U(e)},checkboxGroup:{checkboxGroup:e=>vi(e),checkboxGroupItemsGroup:e=>wi(e),errormessage:e=>U(e)},select:{button:e=>ce(e),ul:e=>U({...e,className:"outline outline-2 outline-white outline-offset-2 p-2 my-4 rounded-md w-full flex flex-col gap-6"}),popover:e=>ce({...e,className:"w-[var(--select-container-width)]"}),errorMessage:e=>U({...e,size:"footnotes",isError:!0}),wrapper:()=>"flex flex-col gap-4 relative",container:()=>"flex flex-col gap-4",li:()=>"transition w-full hover:text-gray-300 focus-ring-white"},textarea:{wrapper:()=>"flex flex-col",container:()=>"flex items-center gap-4",label:()=>"text-gray-3 px-6",input:e=>Ji(e),errorMessage:e=>U({...e,size:"footnotes",isError:!0})},search:{wrapper:()=>"min-w-fit sm:w-80 flex flex-col gap-2",container:()=>"relative flex items-center outline outline-2 outline-gray-300 focus-within:outline focus-within:outline-black focus-within:outline-2",label:()=>"text-gray-3",input:e=>Gi(e),icon:e=>$i(e),errorMessage:e=>U({...e,size:"footnotes",isError:!0})},textInput:{wrapper:()=>"group flex flex-col rounded-md px-4 py-1 mb-3 m-0.5 border-2 aria-disabled:pointer-events-none aria-disabled:opacity-30 focus-ring-black",label:()=>'group-has-[:required]:after:content-["_*"] group-has-[:required]:after:text-red-500 text-xs',container:()=>"flex items-center gap-4",input:()=>"",errorMessage:e=>U({...e,className:"ml-0",size:"footnotes",isError:!0})},menu:{sidePanel:{wrapper:()=>"",container:()=>"",innerContainer:()=>""},wrapper:()=>""},menuItem:{wrapper:()=>"",container:()=>"",innerContent:()=>"",button:()=>"",anchor:()=>""},img:Mi,alerts:Kn});y.memo(On(es));const K=(e,t={},r=null)=>{const n=_n();if(n!=null&&e!=null){const{brandTheme:i}=n,s=pn.get(i,e);if(typeof s=="function"){const l=s==null?void 0:s(t);if(typeof l=="string")return l}}if(r)return r},ts=({as:e="span",themeName:t="typography",tokens:r,customTheme:n,children:i,...s})=>{const l=K(t,r,n);return m.jsx(e,{...s,className:l,children:i})};y.forwardRef((e,t)=>{const{as:r="span",tokens:n,themeName:i="typography",customTheme:s,children:l,...a}=e,o=K(i,n,s);return m.jsx(r,{...a,ref:t,className:o,children:l})});function xt(){const e=y.createContext(void 0);function t(){const r=y.useContext(e);if(r===void 0)throw new Error("useCtx must be inside a Provider");return r}return[t,e.Provider]}function yt(){const e=y.createContext(void 0);function t(){const r=y.useContext(e);return r===void 0?{}:r}return[t,e.Provider]}yt();const Lr=({as:e="div",themeName:t="box",tokens:r,customTheme:n,children:i,className:s,...l})=>{const a=K(t,r,n);return m.jsx(e,{...l,className:a,children:i})},St=y.forwardRef((e,t)=>{const{as:r="div",tokens:n,themeName:i="box",customTheme:s,children:l,...a}=e,o=K(i,n,s);return m.jsx(r,{...a,ref:t,className:o,children:l})}),Ar=y.forwardRef((e,t)=>{var v;const{as:r="a",handlePress:n,children:i,as:s,customTheme:l,tokens:a,themeName:o="button",nextLinkProps:u,...c}=e,d=t,{linkProps:f}=q.useLink({...e,...u,href:e.href??((v=u==null?void 0:u.href)==null?void 0:v.toString()),elementType:s==null?void 0:s.toString(),onPress:n},t??d),p=K(o,a,l);return m.jsx(q.FocusRing,{focusRingClass:"has-focus-ring",children:m.jsx(r,{ref:d,...f,...u,...c,className:p,children:i})})}),Nr=y.forwardRef((e,t)=>{const{as:r="button",handlePress:n,children:i,as:s,customTheme:l,tokens:a,themeName:o="button",isDisabled:u=!1,...c}=e,d=t,{buttonProps:f}=q.useButton({...e,isDisabled:u,elementType:s,onPress:n},t??d),p=K(o,a,l);return m.jsx(q.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:m.jsx(r,{ref:d,...f,...c,className:p,children:i})})}),kr=y.forwardRef((e,t)=>{const{as:r}=e;return r==="a"?m.jsx(Ar,{ref:t,...e}):m.jsx(Nr,{ref:t,...e})}),rs=e=>{const{as:t}=e,r=y.useRef(null);return t==="a"?m.jsx(Ar,{ref:r,...e}):m.jsx(Nr,{ref:r,...e})};y.memo(rs);const ns=(e,t)=>{const r=e[t];return r?typeof r=="function"?r():Promise.resolve(r):new Promise((n,i)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(i.bind(null,new Error("Unknown variable dynamic import: "+t)))})},is=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",...e}),zr=y.memo(is),ss=Object.freeze(Object.defineProperty({__proto__:null,default:zr},Symbol.toStringTag,{value:"Module"})),os=e=>{const{icon:t,...r}=e,n=y.useMemo(()=>y.lazy(()=>ns(Object.assign({"../icons/ArrowDown.tsx":()=>Promise.resolve().then(()=>Aa),"../icons/ArrowLeft.tsx":()=>Promise.resolve().then(()=>za),"../icons/ArrowRight.tsx":()=>Promise.resolve().then(()=>qa),"../icons/Check.tsx":()=>Promise.resolve().then(()=>$a),"../icons/ChevronLeft.tsx":()=>Promise.resolve().then(()=>Wa),"../icons/ChevronRight.tsx":()=>Promise.resolve().then(()=>Xa),"../icons/CloseBtn.tsx":()=>Promise.resolve().then(()=>Xo),"../icons/Facebook.tsx":()=>Promise.resolve().then(()=>Qa),"../icons/FacebookColored.tsx":()=>Promise.resolve().then(()=>tl),"../icons/FacebookRounded.tsx":()=>Promise.resolve().then(()=>il),"../icons/Globe.tsx":()=>Promise.resolve().then(()=>al),"../icons/IconFallback.tsx":()=>Promise.resolve().then(()=>ss),"../icons/Instagram.tsx":()=>Promise.resolve().then(()=>ul),"../icons/InstagramColored.tsx":()=>Promise.resolve().then(()=>pl),"../icons/Link.tsx":()=>Promise.resolve().then(()=>gl),"../icons/LinkedIn.tsx":()=>Promise.resolve().then(()=>bl),"../icons/Mail.tsx":()=>Promise.resolve().then(()=>Sl),"../icons/Plus.tsx":()=>Promise.resolve().then(()=>El),"../icons/Search.tsx":()=>Promise.resolve().then(()=>Qo),"../icons/Share.tsx":()=>Promise.resolve().then(()=>Ml),"../icons/Twitter.tsx":()=>Promise.resolve().then(()=>Il),"../icons/TwitterColored.tsx":()=>Promise.resolve().then(()=>Al),"../icons/Upload.tsx":()=>Promise.resolve().then(()=>zl),"../icons/X.tsx":()=>Promise.resolve().then(()=>ql),"../icons/YouTube.tsx":()=>Promise.resolve().then(()=>$l),"../icons/YouTubeColored.tsx":()=>Promise.resolve().then(()=>Wl)}),`../icons/${t||"ArrowRight"}.tsx`)),[t]);return m.jsx(y.Suspense,{fallback:m.jsx(zr,{className:"overflow-visible pointer-events-none"}),children:m.jsx(n,{...r,className:"overflow-visible pointer-events-none",...e})})},Tt=e=>{const{icon:t,as:r="span",tokens:n,customTheme:i,themeName:s="icon",children:l,...a}=e,o=K(s,n,i);return typeof t!="string"?m.jsxs(r,{...a,className:o,children:[l,t]}):m.jsxs(r,{className:o,children:[l,m.jsx(os,{icon:t,...a})]})},[as,Kl]=xt(),ls=({isVisible:e,children:t})=>se.useTransition(e,{from:{opacity:0,translateX:"100%"},enter:{opacity:1,translateX:"0%"},leave:{opacity:0,translateX:"25%"}})((n,i)=>i&&m.jsx(se.animated.div,{style:n,children:t})),cs="fixed",us=({isVisible:e,children:t})=>se.useTransition(e,{from:{opacity:0,position:cs,left:0,top:0,zIndex:1e3,bottom:0,height:"100%"},enter:{opacity:1},leave:{opacity:0},config:se.config.stiff})((n,i)=>i&&m.jsx(se.animated.div,{style:n,children:t})),ds=({isVisible:e,children:t})=>se.useTransition(e,{from:{opacity:0,scale:.75},enter:{opacity:1,scale:1},leave:{opacity:0,scale:.75},config:se.config.stiff})((n,i)=>i&&m.jsx(se.animated.div,{style:{position:"fixed",left:0,top:0,bottom:0,zIndex:1e3,width:"100%",height:"100%",...n},children:t})),fs=e=>{const{children:t,themeName:r,tokens:n,customTheme:i}=e,s=y.useRef(null),{dialogProps:l}=q.useDialog(e,s);return m.jsx(St,{themeName:`${r}.dialog`,tokens:n,customTheme:i,ref:s,"aria-modal":!0,...l,children:m.jsx(q.FocusRing,{focusRingClass:"has-focus-ring",within:!0,autoFocus:!0,children:m.jsx(q.FocusScope,{contain:!0,restoreFocus:!0,autoFocus:!0,children:t})})})},ps=e=>{const{themeName:t,tokens:r,customTheme:n,children:i,state:s,...l}=e,a=y.useRef(null),{modalProps:o,underlayProps:u}=q.useModalOverlay(l,s,a);return m.jsx(Lr,{themeName:`${t}.underlay`,tokens:r,customTheme:n,...u,children:m.jsx(St,{ref:a,themeName:`${t}.overlay`,tokens:r,...o,children:i})})},hs=e=>{const{children:t,transitionComponent:r=ds,state:n,themeName:i,tokens:s,...l}=e;return m.jsx(q.OverlayContainer,{children:m.jsx(r,{isVisible:n.isOpen,children:m.jsx(ps,{themeName:i,tokens:s,state:n,...l,children:m.jsx(fs,{themeName:i,tokens:s,...l,children:t})})})})},ms=e=>{const{children:t,closeBtnRender:r,themeName:n="sidePanel",tokens:i,TransitionAnimation:s=ls,PanelTransition:l=us,customTheme:a}=e,o=K(`${n}.wrapper`,i,a),u=K(`${n}.container`,i,a),c=K(`${n}.innerContainer`,i,a),{overlayState:d,overlayProps:f}=as();return m.jsx(hs,{state:d,...f,transitionComponent:l,isDismissable:!0,children:m.jsxs(hn,{className:o,children:[r&&r(),m.jsx(s,{isVisible:d.isOpen,children:m.jsx("div",{className:u,children:m.jsx("div",{className:c,children:t})})})]})})};y.memo(ms);y.forwardRef((e,t)=>{const{isOpen:r,onClose:n,children:i,positionProps:s,themeName:l="popover",tokens:a,customTheme:o,isDismissable:u,shouldCloseOnBlur:c,...d}=e,{overlayProps:f}=q.useOverlay({isDismissable:u,shouldCloseOnBlur:c,isOpen:r,onClose:n},t),{modalProps:p}=q.useModal(),{dialogProps:v}=q.useDialog({},t),g=K(`${l}.popover`,a,o);return m.jsx(q.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:!0,children:m.jsxs(St,{customTheme:g,...q.mergeProps(f,p,v),ref:t,...s,...d,children:[y.Children.map(i,b=>m.jsx(q.FocusRing,{focusRingClass:"has-focus-ring",children:b})),m.jsx(q.DismissButton,{onDismiss:n})]})})});function Nt(e){return e!==null&&typeof e=="object"&&"constructor"in e&&e.constructor===Object}function Pt(e,t){e===void 0&&(e={}),t===void 0&&(t={}),Object.keys(t).forEach(r=>{typeof e[r]>"u"?e[r]=t[r]:Nt(t[r])&&Nt(e[r])&&Object.keys(t[r]).length>0&&Pt(e[r],t[r])})}const Dr={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function de(){const e=typeof document<"u"?document:{};return Pt(e,Dr),e}const gs={document:Dr,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(e){return typeof setTimeout>"u"?(e(),null):setTimeout(e,0)},cancelAnimationFrame(e){typeof setTimeout>"u"||clearTimeout(e)}};function X(){const e=typeof window<"u"?window:{};return Pt(e,gs),e}function vs(e){return e===void 0&&(e=""),e.trim().split(" ").filter(t=>!!t.trim())}function ws(e){const t=e;Object.keys(t).forEach(r=>{try{t[r]=null}catch{}try{delete t[r]}catch{}})}function gt(e,t){return t===void 0&&(t=0),setTimeout(e,t)}function Ae(){return Date.now()}function bs(e){const t=X();let r;return t.getComputedStyle&&(r=t.getComputedStyle(e,null)),!r&&e.currentStyle&&(r=e.currentStyle),r||(r=e.style),r}function xs(e,t){t===void 0&&(t="x");const r=X();let n,i,s;const l=bs(e);return r.WebKitCSSMatrix?(i=l.transform||l.webkitTransform,i.split(",").length>6&&(i=i.split(", ").map(a=>a.replace(",",".")).join(", ")),s=new r.WebKitCSSMatrix(i==="none"?"":i)):(s=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=s.toString().split(",")),t==="x"&&(r.WebKitCSSMatrix?i=s.m41:n.length===16?i=parseFloat(n[12]):i=parseFloat(n[4])),t==="y"&&(r.WebKitCSSMatrix?i=s.m42:n.length===16?i=parseFloat(n[13]):i=parseFloat(n[5])),i||0}function be(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"}function ys(e){return typeof window<"u"&&typeof window.HTMLElement<"u"?e instanceof HTMLElement:e&&(e.nodeType===1||e.nodeType===11)}function Y(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let r=1;r<arguments.length;r+=1){const n=r<0||arguments.length<=r?void 0:arguments[r];if(n!=null&&!ys(n)){const i=Object.keys(Object(n)).filter(s=>t.indexOf(s)<0);for(let s=0,l=i.length;s<l;s+=1){const a=i[s],o=Object.getOwnPropertyDescriptor(n,a);o!==void 0&&o.enumerable&&(be(e[a])&&be(n[a])?n[a].__swiper__?e[a]=n[a]:Y(e[a],n[a]):!be(e[a])&&be(n[a])?(e[a]={},n[a].__swiper__?e[a]=n[a]:Y(e[a],n[a])):e[a]=n[a])}}}return e}function xe(e,t,r){e.style.setProperty(t,r)}function Br(e){let{swiper:t,targetPosition:r,side:n}=e;const i=X(),s=-t.translate;let l=null,a;const o=t.params.speed;t.wrapperEl.style.scrollSnapType="none",i.cancelAnimationFrame(t.cssModeFrameID);const u=r>s?"next":"prev",c=(f,p)=>u==="next"&&f>=p||u==="prev"&&f<=p,d=()=>{a=new Date().getTime(),l===null&&(l=a);const f=Math.max(Math.min((a-l)/o,1),0),p=.5-Math.cos(f*Math.PI)/2;let v=s+p*(r-s);if(c(v,r)&&(v=r),t.wrapperEl.scrollTo({[n]:v}),c(v,r)){t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout(()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[n]:v})}),i.cancelAnimationFrame(t.cssModeFrameID);return}t.cssModeFrameID=i.requestAnimationFrame(d)};d()}function re(e,t){return t===void 0&&(t=""),[...e.children].filter(r=>r.matches(t))}function Ne(e){try{console.warn(e);return}catch{}}function vt(e,t){t===void 0&&(t=[]);const r=document.createElement(e);return r.classList.add(...Array.isArray(t)?t:vs(t)),r}function Ss(e,t){const r=[];for(;e.previousElementSibling;){const n=e.previousElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function Ts(e,t){const r=[];for(;e.nextElementSibling;){const n=e.nextElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function ie(e,t){return X().getComputedStyle(e,null).getPropertyValue(t)}function kt(e){let t=e,r;if(t){for(r=0;(t=t.previousSibling)!==null;)t.nodeType===1&&(r+=1);return r}}function Ps(e,t){const r=[];let n=e.parentElement;for(;n;)t?n.matches(t)&&r.push(n):r.push(n),n=n.parentElement;return r}function zt(e,t,r){const n=X();return r?e[t==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-left":"margin-bottom")):e.offsetWidth}let Be;function Es(){const e=X(),t=de();return{smoothScroll:t.documentElement&&t.documentElement.style&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch)}}function qr(){return Be||(Be=Es()),Be}let qe;function _s(e){let{userAgent:t}=e===void 0?{}:e;const r=qr(),n=X(),i=n.navigator.platform,s=t||n.navigator.userAgent,l={ios:!1,android:!1},a=n.screen.width,o=n.screen.height,u=s.match(/(Android);?[\s\/]+([\d.]+)?/);let c=s.match(/(iPad).*OS\s([\d_]+)/);const d=s.match(/(iPod)(.*OS\s([\d_]+))?/),f=!c&&s.match(/(iPhone\sOS|iOS)\s([\d_]+)/),p=i==="Win32";let v=i==="MacIntel";const g=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!c&&v&&r.touch&&g.indexOf(`${a}x${o}`)>=0&&(c=s.match(/(Version)\/([\d.]+)/),c||(c=[0,1,"13_0_0"]),v=!1),u&&!p&&(l.os="android",l.android=!0),(c||f||d)&&(l.os="ios",l.ios=!0),l}function Vr(e){return e===void 0&&(e={}),qe||(qe=_s(e)),qe}let Ve;function Cs(){const e=X(),t=Vr();let r=!1;function n(){const a=e.navigator.userAgent.toLowerCase();return a.indexOf("safari")>=0&&a.indexOf("chrome")<0&&a.indexOf("android")<0}if(n()){const a=String(e.navigator.userAgent);if(a.includes("Version/")){const[o,u]=a.split("Version/")[1].split(" ")[0].split(".").map(c=>Number(c));r=o<16||o===16&&u<2}}const i=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent),s=n(),l=s||i&&t.ios;return{isSafari:r||s,needPerspectiveFix:r,need3dFix:l,isWebView:i}}function Ms(){return Ve||(Ve=Cs()),Ve}function Os(e){let{swiper:t,on:r,emit:n}=e;const i=X();let s=null,l=null;const a=()=>{!t||t.destroyed||!t.initialized||(n("beforeResize"),n("resize"))},o=()=>{!t||t.destroyed||!t.initialized||(s=new ResizeObserver(d=>{l=i.requestAnimationFrame(()=>{const{width:f,height:p}=t;let v=f,g=p;d.forEach(b=>{let{contentBoxSize:h,contentRect:_,target:x}=b;x&&x!==t.el||(v=_?_.width:(h[0]||h).inlineSize,g=_?_.height:(h[0]||h).blockSize)}),(v!==f||g!==p)&&a()})}),s.observe(t.el))},u=()=>{l&&i.cancelAnimationFrame(l),s&&s.unobserve&&t.el&&(s.unobserve(t.el),s=null)},c=()=>{!t||t.destroyed||!t.initialized||n("orientationchange")};r("init",()=>{if(t.params.resizeObserver&&typeof i.ResizeObserver<"u"){o();return}i.addEventListener("resize",a),i.addEventListener("orientationchange",c)}),r("destroy",()=>{u(),i.removeEventListener("resize",a),i.removeEventListener("orientationchange",c)})}function js(e){let{swiper:t,extendParams:r,on:n,emit:i}=e;const s=[],l=X(),a=function(c,d){d===void 0&&(d={});const f=l.MutationObserver||l.WebkitMutationObserver,p=new f(v=>{if(t.__preventObserver__)return;if(v.length===1){i("observerUpdate",v[0]);return}const g=function(){i("observerUpdate",v[0])};l.requestAnimationFrame?l.requestAnimationFrame(g):l.setTimeout(g,0)});p.observe(c,{attributes:typeof d.attributes>"u"?!0:d.attributes,childList:typeof d.childList>"u"?!0:d.childList,characterData:typeof d.characterData>"u"?!0:d.characterData}),s.push(p)},o=()=>{if(t.params.observer){if(t.params.observeParents){const c=Ps(t.hostEl);for(let d=0;d<c.length;d+=1)a(c[d])}a(t.hostEl,{childList:t.params.observeSlideChildren}),a(t.wrapperEl,{attributes:!1})}},u=()=>{s.forEach(c=>{c.disconnect()}),s.splice(0,s.length)};r({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",o),n("destroy",u)}var Is={on(e,t,r){const n=this;if(!n.eventsListeners||n.destroyed||typeof t!="function")return n;const i=r?"unshift":"push";return e.split(" ").forEach(s=>{n.eventsListeners[s]||(n.eventsListeners[s]=[]),n.eventsListeners[s][i](t)}),n},once(e,t,r){const n=this;if(!n.eventsListeners||n.destroyed||typeof t!="function")return n;function i(){n.off(e,i),i.__emitterProxy&&delete i.__emitterProxy;for(var s=arguments.length,l=new Array(s),a=0;a<s;a++)l[a]=arguments[a];t.apply(n,l)}return i.__emitterProxy=t,n.on(e,i,r)},onAny(e,t){const r=this;if(!r.eventsListeners||r.destroyed||typeof e!="function")return r;const n=t?"unshift":"push";return r.eventsAnyListeners.indexOf(e)<0&&r.eventsAnyListeners[n](e),r},offAny(e){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsAnyListeners)return t;const r=t.eventsAnyListeners.indexOf(e);return r>=0&&t.eventsAnyListeners.splice(r,1),t},off(e,t){const r=this;return!r.eventsListeners||r.destroyed||!r.eventsListeners||e.split(" ").forEach(n=>{typeof t>"u"?r.eventsListeners[n]=[]:r.eventsListeners[n]&&r.eventsListeners[n].forEach((i,s)=>{(i===t||i.__emitterProxy&&i.__emitterProxy===t)&&r.eventsListeners[n].splice(s,1)})}),r},emit(){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsListeners)return e;let t,r,n;for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];return typeof s[0]=="string"||Array.isArray(s[0])?(t=s[0],r=s.slice(1,s.length),n=e):(t=s[0].events,r=s[0].data,n=s[0].context||e),r.unshift(n),(Array.isArray(t)?t:t.split(" ")).forEach(o=>{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach(u=>{u.apply(n,[o,...r])}),e.eventsListeners&&e.eventsListeners[o]&&e.eventsListeners[o].forEach(u=>{u.apply(n,r)})}),e}};function Rs(){const e=this;let t,r;const n=e.el;typeof e.params.width<"u"&&e.params.width!==null?t=e.params.width:t=n.clientWidth,typeof e.params.height<"u"&&e.params.height!==null?r=e.params.height:r=n.clientHeight,!(t===0&&e.isHorizontal()||r===0&&e.isVertical())&&(t=t-parseInt(ie(n,"padding-left")||0,10)-parseInt(ie(n,"padding-right")||0,10),r=r-parseInt(ie(n,"padding-top")||0,10)-parseInt(ie(n,"padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(r)&&(r=0),Object.assign(e,{width:t,height:r,size:e.isHorizontal()?t:r}))}function Ls(){const e=this;function t(P,O){return parseFloat(P.getPropertyValue(e.getDirectionLabel(O))||0)}const r=e.params,{wrapperEl:n,slidesEl:i,size:s,rtlTranslate:l,wrongRTL:a}=e,o=e.virtual&&r.virtual.enabled,u=o?e.virtual.slides.length:e.slides.length,c=re(i,`.${e.params.slideClass}, swiper-slide`),d=o?e.virtual.slides.length:c.length;let f=[];const p=[],v=[];let g=r.slidesOffsetBefore;typeof g=="function"&&(g=r.slidesOffsetBefore.call(e));let b=r.slidesOffsetAfter;typeof b=="function"&&(b=r.slidesOffsetAfter.call(e));const h=e.snapGrid.length,_=e.slidesGrid.length;let x=r.spaceBetween,w=-g,S=0,T=0;if(typeof s>"u")return;typeof x=="string"&&x.indexOf("%")>=0?x=parseFloat(x.replace("%",""))/100*s:typeof x=="string"&&(x=parseFloat(x)),e.virtualSize=-x,c.forEach(P=>{l?P.style.marginLeft="":P.style.marginRight="",P.style.marginBottom="",P.style.marginTop=""}),r.centeredSlides&&r.cssMode&&(xe(n,"--swiper-centered-offset-before",""),xe(n,"--swiper-centered-offset-after",""));const j=r.grid&&r.grid.rows>1&&e.grid;j?e.grid.initSlides(c):e.grid&&e.grid.unsetSlides();let M;const E=r.slidesPerView==="auto"&&r.breakpoints&&Object.keys(r.breakpoints).filter(P=>typeof r.breakpoints[P].slidesPerView<"u").length>0;for(let P=0;P<d;P+=1){M=0;let O;if(c[P]&&(O=c[P]),j&&e.grid.updateSlide(P,O,c),!(c[P]&&ie(O,"display")==="none")){if(r.slidesPerView==="auto"){E&&(c[P].style[e.getDirectionLabel("width")]="");const R=getComputedStyle(O),I=O.style.transform,N=O.style.webkitTransform;if(I&&(O.style.transform="none"),N&&(O.style.webkitTransform="none"),r.roundLengths)M=e.isHorizontal()?zt(O,"width",!0):zt(O,"height",!0);else{const z=t(R,"width"),H=t(R,"padding-left"),ne=t(R,"padding-right"),G=t(R,"margin-left"),D=t(R,"margin-right"),$=R.getPropertyValue("box-sizing");if($&&$==="border-box")M=z+G+D;else{const{clientWidth:me,offsetWidth:F}=O;M=z+H+ne+G+D+(F-me)}}I&&(O.style.transform=I),N&&(O.style.webkitTransform=N),r.roundLengths&&(M=Math.floor(M))}else M=(s-(r.slidesPerView-1)*x)/r.slidesPerView,r.roundLengths&&(M=Math.floor(M)),c[P]&&(c[P].style[e.getDirectionLabel("width")]=`${M}px`);c[P]&&(c[P].swiperSlideSize=M),v.push(M),r.centeredSlides?(w=w+M/2+S/2+x,S===0&&P!==0&&(w=w-s/2-x),P===0&&(w=w-s/2-x),Math.abs(w)<1/1e3&&(w=0),r.roundLengths&&(w=Math.floor(w)),T%r.slidesPerGroup===0&&f.push(w),p.push(w)):(r.roundLengths&&(w=Math.floor(w)),(T-Math.min(e.params.slidesPerGroupSkip,T))%e.params.slidesPerGroup===0&&f.push(w),p.push(w),w=w+M+x),e.virtualSize+=M+x,S=M,T+=1}}if(e.virtualSize=Math.max(e.virtualSize,s)+b,l&&a&&(r.effect==="slide"||r.effect==="coverflow")&&(n.style.width=`${e.virtualSize+x}px`),r.setWrapperSize&&(n.style[e.getDirectionLabel("width")]=`${e.virtualSize+x}px`),j&&e.grid.updateWrapperSize(M,f),!r.centeredSlides){const P=[];for(let O=0;O<f.length;O+=1){let R=f[O];r.roundLengths&&(R=Math.floor(R)),f[O]<=e.virtualSize-s&&P.push(R)}f=P,Math.floor(e.virtualSize-s)-Math.floor(f[f.length-1])>1&&f.push(e.virtualSize-s)}if(o&&r.loop){const P=v[0]+x;if(r.slidesPerGroup>1){const O=Math.ceil((e.virtual.slidesBefore+e.virtual.slidesAfter)/r.slidesPerGroup),R=P*r.slidesPerGroup;for(let I=0;I<O;I+=1)f.push(f[f.length-1]+R)}for(let O=0;O<e.virtual.slidesBefore+e.virtual.slidesAfter;O+=1)r.slidesPerGroup===1&&f.push(f[f.length-1]+P),p.push(p[p.length-1]+P),e.virtualSize+=P}if(f.length===0&&(f=[0]),x!==0){const P=e.isHorizontal()&&l?"marginLeft":e.getDirectionLabel("marginRight");c.filter((O,R)=>!r.cssMode||r.loop?!0:R!==c.length-1).forEach(O=>{O.style[P]=`${x}px`})}if(r.centeredSlides&&r.centeredSlidesBounds){let P=0;v.forEach(R=>{P+=R+(x||0)}),P-=x;const O=P-s;f=f.map(R=>R<=0?-g:R>O?O+b:R)}if(r.centerInsufficientSlides){let P=0;if(v.forEach(O=>{P+=O+(x||0)}),P-=x,P<s){const O=(s-P)/2;f.forEach((R,I)=>{f[I]=R-O}),p.forEach((R,I)=>{p[I]=R+O})}}if(Object.assign(e,{slides:c,snapGrid:f,slidesGrid:p,slidesSizesGrid:v}),r.centeredSlides&&r.cssMode&&!r.centeredSlidesBounds){xe(n,"--swiper-centered-offset-before",`${-f[0]}px`),xe(n,"--swiper-centered-offset-after",`${e.size/2-v[v.length-1]/2}px`);const P=-e.snapGrid[0],O=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map(R=>R+P),e.slidesGrid=e.slidesGrid.map(R=>R+O)}if(d!==u&&e.emit("slidesLengthChange"),f.length!==h&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),p.length!==_&&e.emit("slidesGridLengthChange"),r.watchSlidesProgress&&e.updateSlidesOffset(),e.emit("slidesUpdated"),!o&&!r.cssMode&&(r.effect==="slide"||r.effect==="fade")){const P=`${r.containerModifierClass}backface-hidden`,O=e.el.classList.contains(P);d<=r.maxBackfaceHiddenSlides?O||e.el.classList.add(P):O&&e.el.classList.remove(P)}}function As(e){const t=this,r=[],n=t.virtual&&t.params.virtual.enabled;let i=0,s;typeof e=="number"?t.setTransition(e):e===!0&&t.setTransition(t.params.speed);const l=a=>n?t.slides[t.getSlideIndexByData(a)]:t.slides[a];if(t.params.slidesPerView!=="auto"&&t.params.slidesPerView>1)if(t.params.centeredSlides)(t.visibleSlides||[]).forEach(a=>{r.push(a)});else for(s=0;s<Math.ceil(t.params.slidesPerView);s+=1){const a=t.activeIndex+s;if(a>t.slides.length&&!n)break;r.push(l(a))}else r.push(l(t.activeIndex));for(s=0;s<r.length;s+=1)if(typeof r[s]<"u"){const a=r[s].offsetHeight;i=a>i?a:i}(i||i===0)&&(t.wrapperEl.style.height=`${i}px`)}function Ns(){const e=this,t=e.slides,r=e.isElement?e.isHorizontal()?e.wrapperEl.offsetLeft:e.wrapperEl.offsetTop:0;for(let n=0;n<t.length;n+=1)t[n].swiperSlideOffset=(e.isHorizontal()?t[n].offsetLeft:t[n].offsetTop)-r-e.cssOverflowAdjustment()}function ks(e){e===void 0&&(e=this&&this.translate||0);const t=this,r=t.params,{slides:n,rtlTranslate:i,snapGrid:s}=t;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&t.updateSlidesOffset();let l=-e;i&&(l=e),n.forEach(o=>{o.classList.remove(r.slideVisibleClass,r.slideFullyVisibleClass)}),t.visibleSlidesIndexes=[],t.visibleSlides=[];let a=r.spaceBetween;typeof a=="string"&&a.indexOf("%")>=0?a=parseFloat(a.replace("%",""))/100*t.size:typeof a=="string"&&(a=parseFloat(a));for(let o=0;o<n.length;o+=1){const u=n[o];let c=u.swiperSlideOffset;r.cssMode&&r.centeredSlides&&(c-=n[0].swiperSlideOffset);const d=(l+(r.centeredSlides?t.minTranslate():0)-c)/(u.swiperSlideSize+a),f=(l-s[0]+(r.centeredSlides?t.minTranslate():0)-c)/(u.swiperSlideSize+a),p=-(l-c),v=p+t.slidesSizesGrid[o],g=p>=0&&p<=t.size-t.slidesSizesGrid[o];(p>=0&&p<t.size-1||v>1&&v<=t.size||p<=0&&v>=t.size)&&(t.visibleSlides.push(u),t.visibleSlidesIndexes.push(o),n[o].classList.add(r.slideVisibleClass)),g&&n[o].classList.add(r.slideFullyVisibleClass),u.progress=i?-d:d,u.originalProgress=i?-f:f}}function zs(e){const t=this;if(typeof e>"u"){const c=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*c||0}const r=t.params,n=t.maxTranslate()-t.minTranslate();let{progress:i,isBeginning:s,isEnd:l,progressLoop:a}=t;const o=s,u=l;if(n===0)i=0,s=!0,l=!0;else{i=(e-t.minTranslate())/n;const c=Math.abs(e-t.minTranslate())<1,d=Math.abs(e-t.maxTranslate())<1;s=c||i<=0,l=d||i>=1,c&&(i=0),d&&(i=1)}if(r.loop){const c=t.getSlideIndexByData(0),d=t.getSlideIndexByData(t.slides.length-1),f=t.slidesGrid[c],p=t.slidesGrid[d],v=t.slidesGrid[t.slidesGrid.length-1],g=Math.abs(e);g>=f?a=(g-f)/v:a=(g+v-p)/v,a>1&&(a-=1)}Object.assign(t,{progress:i,progressLoop:a,isBeginning:s,isEnd:l}),(r.watchSlidesProgress||r.centeredSlides&&r.autoHeight)&&t.updateSlidesProgress(e),s&&!o&&t.emit("reachBeginning toEdge"),l&&!u&&t.emit("reachEnd toEdge"),(o&&!s||u&&!l)&&t.emit("fromEdge"),t.emit("progress",i)}function Ds(){const e=this,{slides:t,params:r,slidesEl:n,activeIndex:i}=e,s=e.virtual&&r.virtual.enabled,l=e.grid&&r.grid&&r.grid.rows>1,a=d=>re(n,`.${r.slideClass}${d}, swiper-slide${d}`)[0];t.forEach(d=>{d.classList.remove(r.slideActiveClass,r.slideNextClass,r.slidePrevClass)});let o,u,c;if(s)if(r.loop){let d=i-e.virtual.slidesBefore;d<0&&(d=e.virtual.slides.length+d),d>=e.virtual.slides.length&&(d-=e.virtual.slides.length),o=a(`[data-swiper-slide-index="${d}"]`)}else o=a(`[data-swiper-slide-index="${i}"]`);else l?(o=t.filter(d=>d.column===i)[0],c=t.filter(d=>d.column===i+1)[0],u=t.filter(d=>d.column===i-1)[0]):o=t[i];o&&(o.classList.add(r.slideActiveClass),l?(c&&c.classList.add(r.slideNextClass),u&&u.classList.add(r.slidePrevClass)):(c=Ts(o,`.${r.slideClass}, swiper-slide`)[0],r.loop&&!c&&(c=t[0]),c&&c.classList.add(r.slideNextClass),u=Ss(o,`.${r.slideClass}, swiper-slide`)[0],r.loop&&!u===0&&(u=t[t.length-1]),u&&u.classList.add(r.slidePrevClass))),e.emitSlidesClasses()}const Le=(e,t)=>{if(!e||e.destroyed||!e.params)return;const r=()=>e.isElement?"swiper-slide":`.${e.params.slideClass}`,n=t.closest(r());if(n){let i=n.querySelector(`.${e.params.lazyPreloaderClass}`);!i&&e.isElement&&(n.shadowRoot?i=n.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(i=n.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`),i&&i.remove())})),i&&i.remove()}},Ge=(e,t)=>{if(!e.slides[t])return;const r=e.slides[t].querySelector('[loading="lazy"]');r&&r.removeAttribute("loading")},wt=e=>{if(!e||e.destroyed||!e.params)return;let t=e.params.lazyPreloadPrevNext;const r=e.slides.length;if(!r||!t||t<0)return;t=Math.min(t,r);const n=e.params.slidesPerView==="auto"?e.slidesPerViewDynamic():Math.ceil(e.params.slidesPerView),i=e.activeIndex;if(e.params.grid&&e.params.grid.rows>1){const l=i,a=[l-t];a.push(...Array.from({length:t}).map((o,u)=>l+n+u)),e.slides.forEach((o,u)=>{a.includes(o.column)&&Ge(e,u)});return}const s=i+n-1;if(e.params.rewind||e.params.loop)for(let l=i-t;l<=s+t;l+=1){const a=(l%r+r)%r;(a<i||a>s)&&Ge(e,a)}else for(let l=Math.max(i-t,0);l<=Math.min(s+t,r-1);l+=1)l!==i&&(l>s||l<i)&&Ge(e,l)};function Bs(e){const{slidesGrid:t,params:r}=e,n=e.rtlTranslate?e.translate:-e.translate;let i;for(let s=0;s<t.length;s+=1)typeof t[s+1]<"u"?n>=t[s]&&n<t[s+1]-(t[s+1]-t[s])/2?i=s:n>=t[s]&&n<t[s+1]&&(i=s+1):n>=t[s]&&(i=s);return r.normalizeSlideIndex&&(i<0||typeof i>"u")&&(i=0),i}function qs(e){const t=this,r=t.rtlTranslate?t.translate:-t.translate,{snapGrid:n,params:i,activeIndex:s,realIndex:l,snapIndex:a}=t;let o=e,u;const c=p=>{let v=p-t.virtual.slidesBefore;return v<0&&(v=t.virtual.slides.length+v),v>=t.virtual.slides.length&&(v-=t.virtual.slides.length),v};if(typeof o>"u"&&(o=Bs(t)),n.indexOf(r)>=0)u=n.indexOf(r);else{const p=Math.min(i.slidesPerGroupSkip,o);u=p+Math.floor((o-p)/i.slidesPerGroup)}if(u>=n.length&&(u=n.length-1),o===s&&!t.params.loop){u!==a&&(t.snapIndex=u,t.emit("snapIndexChange"));return}if(o===s&&t.params.loop&&t.virtual&&t.params.virtual.enabled){t.realIndex=c(o);return}const d=t.grid&&i.grid&&i.grid.rows>1;let f;if(t.virtual&&i.virtual.enabled&&i.loop)f=c(o);else if(d){const p=t.slides.filter(g=>g.column===o)[0];let v=parseInt(p.getAttribute("data-swiper-slide-index"),10);Number.isNaN(v)&&(v=Math.max(t.slides.indexOf(p),0)),f=Math.floor(v/i.grid.rows)}else if(t.slides[o]){const p=t.slides[o].getAttribute("data-swiper-slide-index");p?f=parseInt(p,10):f=o}else f=o;Object.assign(t,{previousSnapIndex:a,snapIndex:u,previousRealIndex:l,realIndex:f,previousIndex:s,activeIndex:o}),t.initialized&&wt(t),t.emit("activeIndexChange"),t.emit("snapIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&(l!==f&&t.emit("realIndexChange"),t.emit("slideChange"))}function Vs(e,t){const r=this,n=r.params;let i=e.closest(`.${n.slideClass}, swiper-slide`);!i&&r.isElement&&t&&t.length>1&&t.includes(e)&&[...t.slice(t.indexOf(e)+1,t.length)].forEach(a=>{!i&&a.matches&&a.matches(`.${n.slideClass}, swiper-slide`)&&(i=a)});let s=!1,l;if(i){for(let a=0;a<r.slides.length;a+=1)if(r.slides[a]===i){s=!0,l=a;break}}if(i&&s)r.clickedSlide=i,r.virtual&&r.params.virtual.enabled?r.clickedIndex=parseInt(i.getAttribute("data-swiper-slide-index"),10):r.clickedIndex=l;else{r.clickedSlide=void 0,r.clickedIndex=void 0;return}n.slideToClickedSlide&&r.clickedIndex!==void 0&&r.clickedIndex!==r.activeIndex&&r.slideToClickedSlide()}var Gs={updateSize:Rs,updateSlides:Ls,updateAutoHeight:As,updateSlidesOffset:Ns,updateSlidesProgress:ks,updateProgress:zs,updateSlidesClasses:Ds,updateActiveIndex:qs,updateClickedSlide:Vs};function $s(e){e===void 0&&(e=this.isHorizontal()?"x":"y");const t=this,{params:r,rtlTranslate:n,translate:i,wrapperEl:s}=t;if(r.virtualTranslate)return n?-i:i;if(r.cssMode)return i;let l=xs(s,e);return l+=t.cssOverflowAdjustment(),n&&(l=-l),l||0}function Hs(e,t){const r=this,{rtlTranslate:n,params:i,wrapperEl:s,progress:l}=r;let a=0,o=0;const u=0;r.isHorizontal()?a=n?-e:e:o=e,i.roundLengths&&(a=Math.floor(a),o=Math.floor(o)),r.previousTranslate=r.translate,r.translate=r.isHorizontal()?a:o,i.cssMode?s[r.isHorizontal()?"scrollLeft":"scrollTop"]=r.isHorizontal()?-a:-o:i.virtualTranslate||(r.isHorizontal()?a-=r.cssOverflowAdjustment():o-=r.cssOverflowAdjustment(),s.style.transform=`translate3d(${a}px, ${o}px, ${u}px)`);let c;const d=r.maxTranslate()-r.minTranslate();d===0?c=0:c=(e-r.minTranslate())/d,c!==l&&r.updateProgress(e),r.emit("setTranslate",r.translate,t)}function Fs(){return-this.snapGrid[0]}function Ws(){return-this.snapGrid[this.snapGrid.length-1]}function Us(e,t,r,n,i){e===void 0&&(e=0),t===void 0&&(t=this.params.speed),r===void 0&&(r=!0),n===void 0&&(n=!0);const s=this,{params:l,wrapperEl:a}=s;if(s.animating&&l.preventInteractionOnTransition)return!1;const o=s.minTranslate(),u=s.maxTranslate();let c;if(n&&e>o?c=o:n&&e<u?c=u:c=e,s.updateProgress(c),l.cssMode){const d=s.isHorizontal();if(t===0)a[d?"scrollLeft":"scrollTop"]=-c;else{if(!s.support.smoothScroll)return Br({swiper:s,targetPosition:-c,side:d?"left":"top"}),!0;a.scrollTo({[d?"left":"top"]:-c,behavior:"smooth"})}return!0}return t===0?(s.setTransition(0),s.setTranslate(c),r&&(s.emit("beforeTransitionStart",t,i),s.emit("transitionEnd"))):(s.setTransition(t),s.setTranslate(c),r&&(s.emit("beforeTransitionStart",t,i),s.emit("transitionStart")),s.animating||(s.animating=!0,s.onTranslateToWrapperTransitionEnd||(s.onTranslateToWrapperTransitionEnd=function(f){!s||s.destroyed||f.target===this&&(s.wrapperEl.removeEventListener("transitionend",s.onTranslateToWrapperTransitionEnd),s.onTranslateToWrapperTransitionEnd=null,delete s.onTranslateToWrapperTransitionEnd,r&&s.emit("transitionEnd"))}),s.wrapperEl.addEventListener("transitionend",s.onTranslateToWrapperTransitionEnd))),!0}var Ys={getTranslate:$s,setTranslate:Hs,minTranslate:Fs,maxTranslate:Ws,translateTo:Us};function Xs(e,t){const r=this;r.params.cssMode||(r.wrapperEl.style.transitionDuration=`${e}ms`,r.wrapperEl.style.transitionDelay=e===0?"0ms":""),r.emit("setTransition",e,t)}function Gr(e){let{swiper:t,runCallbacks:r,direction:n,step:i}=e;const{activeIndex:s,previousIndex:l}=t;let a=n;if(a||(s>l?a="next":s<l?a="prev":a="reset"),t.emit(`transition${i}`),r&&s!==l){if(a==="reset"){t.emit(`slideResetTransition${i}`);return}t.emit(`slideChangeTransition${i}`),a==="next"?t.emit(`slideNextTransition${i}`):t.emit(`slidePrevTransition${i}`)}}function Ks(e,t){e===void 0&&(e=!0);const r=this,{params:n}=r;n.cssMode||(n.autoHeight&&r.updateAutoHeight(),Gr({swiper:r,runCallbacks:e,direction:t,step:"Start"}))}function Zs(e,t){e===void 0&&(e=!0);const r=this,{params:n}=r;r.animating=!1,!n.cssMode&&(r.setTransition(0),Gr({swiper:r,runCallbacks:e,direction:t,step:"End"}))}var Qs={setTransition:Xs,transitionStart:Ks,transitionEnd:Zs};function Js(e,t,r,n,i){e===void 0&&(e=0),t===void 0&&(t=this.params.speed),r===void 0&&(r=!0),typeof e=="string"&&(e=parseInt(e,10));const s=this;let l=e;l<0&&(l=0);const{params:a,snapGrid:o,slidesGrid:u,previousIndex:c,activeIndex:d,rtlTranslate:f,wrapperEl:p,enabled:v}=s;if(s.animating&&a.preventInteractionOnTransition||!v&&!n&&!i||s.destroyed)return!1;const g=Math.min(s.params.slidesPerGroupSkip,l);let b=g+Math.floor((l-g)/s.params.slidesPerGroup);b>=o.length&&(b=o.length-1);const h=-o[b];if(a.normalizeSlideIndex)for(let x=0;x<u.length;x+=1){const w=-Math.floor(h*100),S=Math.floor(u[x]*100),T=Math.floor(u[x+1]*100);typeof u[x+1]<"u"?w>=S&&w<T-(T-S)/2?l=x:w>=S&&w<T&&(l=x+1):w>=S&&(l=x)}if(s.initialized&&l!==d&&(!s.allowSlideNext&&(f?h>s.translate&&h>s.minTranslate():h<s.translate&&h<s.minTranslate())||!s.allowSlidePrev&&h>s.translate&&h>s.maxTranslate()&&(d||0)!==l))return!1;l!==(c||0)&&r&&s.emit("beforeSlideChangeStart"),s.updateProgress(h);let _;if(l>d?_="next":l<d?_="prev":_="reset",f&&-h===s.translate||!f&&h===s.translate)return s.updateActiveIndex(l),a.autoHeight&&s.updateAutoHeight(),s.updateSlidesClasses(),a.effect!=="slide"&&s.setTranslate(h),_!=="reset"&&(s.transitionStart(r,_),s.transitionEnd(r,_)),!1;if(a.cssMode){const x=s.isHorizontal(),w=f?h:-h;if(t===0){const S=s.virtual&&s.params.virtual.enabled;S&&(s.wrapperEl.style.scrollSnapType="none",s._immediateVirtual=!0),S&&!s._cssModeVirtualInitialSet&&s.params.initialSlide>0?(s._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{p[x?"scrollLeft":"scrollTop"]=w})):p[x?"scrollLeft":"scrollTop"]=w,S&&requestAnimationFrame(()=>{s.wrapperEl.style.scrollSnapType="",s._immediateVirtual=!1})}else{if(!s.support.smoothScroll)return Br({swiper:s,targetPosition:w,side:x?"left":"top"}),!0;p.scrollTo({[x?"left":"top"]:w,behavior:"smooth"})}return!0}return s.setTransition(t),s.setTranslate(h),s.updateActiveIndex(l),s.updateSlidesClasses(),s.emit("beforeTransitionStart",t,n),s.transitionStart(r,_),t===0?s.transitionEnd(r,_):s.animating||(s.animating=!0,s.onSlideToWrapperTransitionEnd||(s.onSlideToWrapperTransitionEnd=function(w){!s||s.destroyed||w.target===this&&(s.wrapperEl.removeEventListener("transitionend",s.onSlideToWrapperTransitionEnd),s.onSlideToWrapperTransitionEnd=null,delete s.onSlideToWrapperTransitionEnd,s.transitionEnd(r,_))}),s.wrapperEl.addEventListener("transitionend",s.onSlideToWrapperTransitionEnd)),!0}function eo(e,t,r,n){e===void 0&&(e=0),t===void 0&&(t=this.params.speed),r===void 0&&(r=!0),typeof e=="string"&&(e=parseInt(e,10));const i=this;if(i.destroyed)return;const s=i.grid&&i.params.grid&&i.params.grid.rows>1;let l=e;if(i.params.loop)if(i.virtual&&i.params.virtual.enabled)l=l+i.virtual.slidesBefore;else{let a;if(s){const f=l*i.params.grid.rows;a=i.slides.filter(p=>p.getAttribute("data-swiper-slide-index")*1===f)[0].column}else a=i.getSlideIndexByData(l);const o=s?Math.ceil(i.slides.length/i.params.grid.rows):i.slides.length,{centeredSlides:u}=i.params;let c=i.params.slidesPerView;c==="auto"?c=i.slidesPerViewDynamic():(c=Math.ceil(parseFloat(i.params.slidesPerView,10)),u&&c%2===0&&(c=c+1));let d=o-a<c;if(u&&(d=d||a<Math.ceil(c/2)),d){const f=u?a<i.activeIndex?"prev":"next":a-i.activeIndex-1<i.params.slidesPerView?"next":"prev";i.loopFix({direction:f,slideTo:!0,activeSlideIndex:f==="next"?a+1:a-o+1,slideRealIndex:f==="next"?i.realIndex:void 0})}if(s){const f=l*i.params.grid.rows;l=i.slides.filter(p=>p.getAttribute("data-swiper-slide-index")*1===f)[0].column}else l=i.getSlideIndexByData(l)}return requestAnimationFrame(()=>{i.slideTo(l,t,r,n)}),i}function to(e,t,r){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const n=this,{enabled:i,params:s,animating:l}=n;if(!i||n.destroyed)return n;let a=s.slidesPerGroup;s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(a=Math.max(n.slidesPerViewDynamic("current",!0),1));const o=n.activeIndex<s.slidesPerGroupSkip?1:a,u=n.virtual&&s.virtual.enabled;if(s.loop){if(l&&!u&&s.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&s.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+o,e,t,r)}),!0}return s.rewind&&n.isEnd?n.slideTo(0,e,t,r):n.slideTo(n.activeIndex+o,e,t,r)}function ro(e,t,r){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const n=this,{params:i,snapGrid:s,slidesGrid:l,rtlTranslate:a,enabled:o,animating:u}=n;if(!o||n.destroyed)return n;const c=n.virtual&&i.virtual.enabled;if(i.loop){if(u&&!c&&i.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const d=a?n.translate:-n.translate;function f(h){return h<0?-Math.floor(Math.abs(h)):Math.floor(h)}const p=f(d),v=s.map(h=>f(h));let g=s[v.indexOf(p)-1];if(typeof g>"u"&&i.cssMode){let h;s.forEach((_,x)=>{p>=_&&(h=x)}),typeof h<"u"&&(g=s[h>0?h-1:h])}let b=0;if(typeof g<"u"&&(b=l.indexOf(g),b<0&&(b=n.activeIndex-1),i.slidesPerView==="auto"&&i.slidesPerGroup===1&&i.slidesPerGroupAuto&&(b=b-n.slidesPerViewDynamic("previous",!0)+1,b=Math.max(b,0))),i.rewind&&n.isBeginning){const h=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(h,e,t,r)}else if(i.loop&&n.activeIndex===0&&i.cssMode)return requestAnimationFrame(()=>{n.slideTo(b,e,t,r)}),!0;return n.slideTo(b,e,t,r)}function no(e,t,r){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const n=this;if(!n.destroyed)return n.slideTo(n.activeIndex,e,t,r)}function io(e,t,r,n){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0),n===void 0&&(n=.5);const i=this;if(i.destroyed)return;let s=i.activeIndex;const l=Math.min(i.params.slidesPerGroupSkip,s),a=l+Math.floor((s-l)/i.params.slidesPerGroup),o=i.rtlTranslate?i.translate:-i.translate;if(o>=i.snapGrid[a]){const u=i.snapGrid[a],c=i.snapGrid[a+1];o-u>(c-u)*n&&(s+=i.params.slidesPerGroup)}else{const u=i.snapGrid[a-1],c=i.snapGrid[a];o-u<=(c-u)*n&&(s-=i.params.slidesPerGroup)}return s=Math.max(s,0),s=Math.min(s,i.slidesGrid.length-1),i.slideTo(s,e,t,r)}function so(){const e=this;if(e.destroyed)return;const{params:t,slidesEl:r}=e,n=t.slidesPerView==="auto"?e.slidesPerViewDynamic():t.slidesPerView;let i=e.clickedIndex,s;const l=e.isElement?"swiper-slide":`.${t.slideClass}`;if(t.loop){if(e.animating)return;s=parseInt(e.clickedSlide.getAttribute("data-swiper-slide-index"),10),t.centeredSlides?i<e.loopedSlides-n/2||i>e.slides.length-e.loopedSlides+n/2?(e.loopFix(),i=e.getSlideIndex(re(r,`${l}[data-swiper-slide-index="${s}"]`)[0]),gt(()=>{e.slideTo(i)})):e.slideTo(i):i>e.slides.length-n?(e.loopFix(),i=e.getSlideIndex(re(r,`${l}[data-swiper-slide-index="${s}"]`)[0]),gt(()=>{e.slideTo(i)})):e.slideTo(i)}else e.slideTo(i)}var oo={slideTo:Js,slideToLoop:eo,slideNext:to,slidePrev:ro,slideReset:no,slideToClosest:io,slideToClickedSlide:so};function ao(e){const t=this,{params:r,slidesEl:n}=t;if(!r.loop||t.virtual&&t.params.virtual.enabled)return;const i=()=>{re(n,`.${r.slideClass}, swiper-slide`).forEach((d,f)=>{d.setAttribute("data-swiper-slide-index",f)})},s=t.grid&&r.grid&&r.grid.rows>1,l=r.slidesPerGroup*(s?r.grid.rows:1),a=t.slides.length%l!==0,o=s&&t.slides.length%r.grid.rows!==0,u=c=>{for(let d=0;d<c;d+=1){const f=t.isElement?vt("swiper-slide",[r.slideBlankClass]):vt("div",[r.slideClass,r.slideBlankClass]);t.slidesEl.append(f)}};if(a){if(r.loopAddBlankSlides){const c=l-t.slides.length%l;u(c),t.recalcSlides(),t.updateSlides()}else Ne("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");i()}else if(o){if(r.loopAddBlankSlides){const c=r.grid.rows-t.slides.length%r.grid.rows;u(c),t.recalcSlides(),t.updateSlides()}else Ne("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");i()}else i();t.loopFix({slideRealIndex:e,direction:r.centeredSlides?void 0:"next"})}function lo(e){let{slideRealIndex:t,slideTo:r=!0,direction:n,setTranslate:i,activeSlideIndex:s,byController:l,byMousewheel:a}=e===void 0?{}:e;const o=this;if(!o.params.loop)return;o.emit("beforeLoopFix");const{slides:u,allowSlidePrev:c,allowSlideNext:d,slidesEl:f,params:p}=o,{centeredSlides:v}=p;if(o.allowSlidePrev=!0,o.allowSlideNext=!0,o.virtual&&p.virtual.enabled){r&&(!p.centeredSlides&&o.snapIndex===0?o.slideTo(o.virtual.slides.length,0,!1,!0):p.centeredSlides&&o.snapIndex<p.slidesPerView?o.slideTo(o.virtual.slides.length+o.snapIndex,0,!1,!0):o.snapIndex===o.snapGrid.length-1&&o.slideTo(o.virtual.slidesBefore,0,!1,!0)),o.allowSlidePrev=c,o.allowSlideNext=d,o.emit("loopFix");return}let g=p.slidesPerView;g==="auto"?g=o.slidesPerViewDynamic():(g=Math.ceil(parseFloat(p.slidesPerView,10)),v&&g%2===0&&(g=g+1));const b=p.slidesPerGroupAuto?g:p.slidesPerGroup;let h=b;h%b!==0&&(h+=b-h%b),h+=p.loopAdditionalSlides,o.loopedSlides=h;const _=o.grid&&p.grid&&p.grid.rows>1;u.length<g+h?Ne("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):_&&p.grid.fill==="row"&&Ne("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const x=[],w=[];let S=o.activeIndex;typeof s>"u"?s=o.getSlideIndex(u.filter(I=>I.classList.contains(p.slideActiveClass))[0]):S=s;const T=n==="next"||!n,j=n==="prev"||!n;let M=0,E=0;const P=_?Math.ceil(u.length/p.grid.rows):u.length,R=(_?u[s].column:s)+(v&&typeof i>"u"?-g/2+.5:0);if(R<h){M=Math.max(h-R,b);for(let I=0;I<h-R;I+=1){const N=I-Math.floor(I/P)*P;if(_){const z=P-N-1;for(let H=u.length-1;H>=0;H-=1)u[H].column===z&&x.push(H)}else x.push(P-N-1)}}else if(R+g>P-h){E=Math.max(R-(P-h*2),b);for(let I=0;I<E;I+=1){const N=I-Math.floor(I/P)*P;_?u.forEach((z,H)=>{z.column===N&&w.push(H)}):w.push(N)}}if(o.__preventObserver__=!0,requestAnimationFrame(()=>{o.__preventObserver__=!1}),j&&x.forEach(I=>{u[I].swiperLoopMoveDOM=!0,f.prepend(u[I]),u[I].swiperLoopMoveDOM=!1}),T&&w.forEach(I=>{u[I].swiperLoopMoveDOM=!0,f.append(u[I]),u[I].swiperLoopMoveDOM=!1}),o.recalcSlides(),p.slidesPerView==="auto"?o.updateSlides():_&&(x.length>0&&j||w.length>0&&T)&&o.slides.forEach((I,N)=>{o.grid.updateSlide(N,I,o.slides)}),p.watchSlidesProgress&&o.updateSlidesOffset(),r){if(x.length>0&&j){if(typeof t>"u"){const I=o.slidesGrid[S],z=o.slidesGrid[S+M]-I;a?o.setTranslate(o.translate-z):(o.slideTo(S+M,0,!1,!0),i&&(o.touchEventsData.startTranslate=o.touchEventsData.startTranslate-z,o.touchEventsData.currentTranslate=o.touchEventsData.currentTranslate-z))}else if(i){const I=_?x.length/p.grid.rows:x.length;o.slideTo(o.activeIndex+I,0,!1,!0),o.touchEventsData.currentTranslate=o.translate}}else if(w.length>0&&T)if(typeof t>"u"){const I=o.slidesGrid[S],z=o.slidesGrid[S-E]-I;a?o.setTranslate(o.translate-z):(o.slideTo(S-E,0,!1,!0),i&&(o.touchEventsData.startTranslate=o.touchEventsData.startTranslate-z,o.touchEventsData.currentTranslate=o.touchEventsData.currentTranslate-z))}else{const I=_?w.length/p.grid.rows:w.length;o.slideTo(o.activeIndex-I,0,!1,!0)}}if(o.allowSlidePrev=c,o.allowSlideNext=d,o.controller&&o.controller.control&&!l){const I={slideRealIndex:t,direction:n,setTranslate:i,activeSlideIndex:s,byController:!0};Array.isArray(o.controller.control)?o.controller.control.forEach(N=>{!N.destroyed&&N.params.loop&&N.loopFix({...I,slideTo:N.params.slidesPerView===p.slidesPerView?r:!1})}):o.controller.control instanceof o.constructor&&o.controller.control.params.loop&&o.controller.control.loopFix({...I,slideTo:o.controller.control.params.slidesPerView===p.slidesPerView?r:!1})}o.emit("loopFix")}function co(){const e=this,{params:t,slidesEl:r}=e;if(!t.loop||e.virtual&&e.params.virtual.enabled)return;e.recalcSlides();const n=[];e.slides.forEach(i=>{const s=typeof i.swiperSlideIndex>"u"?i.getAttribute("data-swiper-slide-index")*1:i.swiperSlideIndex;n[s]=i}),e.slides.forEach(i=>{i.removeAttribute("data-swiper-slide-index")}),n.forEach(i=>{r.append(i)}),e.recalcSlides(),e.slideTo(e.realIndex,0)}var uo={loopCreate:ao,loopFix:lo,loopDestroy:co};function fo(e){const t=this;if(!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const r=t.params.touchEventsTarget==="container"?t.el:t.wrapperEl;t.isElement&&(t.__preventObserver__=!0),r.style.cursor="move",r.style.cursor=e?"grabbing":"grab",t.isElement&&requestAnimationFrame(()=>{t.__preventObserver__=!1})}function po(){const e=this;e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.isElement&&(e.__preventObserver__=!0),e[e.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1}))}var ho={setGrabCursor:fo,unsetGrabCursor:po};function mo(e,t){t===void 0&&(t=this);function r(n){if(!n||n===de()||n===X())return null;n.assignedSlot&&(n=n.assignedSlot);const i=n.closest(e);return!i&&!n.getRootNode?null:i||r(n.getRootNode().host)}return r(t)}function Dt(e,t,r){const n=X(),{params:i}=e,s=i.edgeSwipeDetection,l=i.edgeSwipeThreshold;return s&&(r<=l||r>=n.innerWidth-l)?s==="prevent"?(t.preventDefault(),!0):!1:!0}function go(e){const t=this,r=de();let n=e;n.originalEvent&&(n=n.originalEvent);const i=t.touchEventsData;if(n.type==="pointerdown"){if(i.pointerId!==null&&i.pointerId!==n.pointerId)return;i.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(i.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Dt(t,n,n.targetTouches[0].pageX);return}const{params:s,touches:l,enabled:a}=t;if(!a||!s.simulateTouch&&n.pointerType==="mouse"||t.animating&&s.preventInteractionOnTransition)return;!t.animating&&s.cssMode&&s.loop&&t.loopFix();let o=n.target;if(s.touchEventsTarget==="wrapper"&&!t.wrapperEl.contains(o)||"which"in n&&n.which===3||"button"in n&&n.button>0||i.isTouched&&i.isMoved)return;const u=!!s.noSwipingClass&&s.noSwipingClass!=="",c=n.composedPath?n.composedPath():n.path;u&&n.target&&n.target.shadowRoot&&c&&(o=c[0]);const d=s.noSwipingSelector?s.noSwipingSelector:`.${s.noSwipingClass}`,f=!!(n.target&&n.target.shadowRoot);if(s.noSwiping&&(f?mo(d,o):o.closest(d))){t.allowClick=!0;return}if(s.swipeHandler&&!o.closest(s.swipeHandler))return;l.currentX=n.pageX,l.currentY=n.pageY;const p=l.currentX,v=l.currentY;if(!Dt(t,n,p))return;Object.assign(i,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),l.startX=p,l.startY=v,i.touchStartTime=Ae(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,s.threshold>0&&(i.allowThresholdMove=!1);let g=!0;o.matches(i.focusableElements)&&(g=!1,o.nodeName==="SELECT"&&(i.isTouched=!1)),r.activeElement&&r.activeElement.matches(i.focusableElements)&&r.activeElement!==o&&r.activeElement.blur();const b=g&&t.allowTouchMove&&s.touchStartPreventDefault;(s.touchStartForcePreventDefault||b)&&!o.isContentEditable&&n.preventDefault(),s.freeMode&&s.freeMode.enabled&&t.freeMode&&t.animating&&!s.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",n)}function vo(e){const t=de(),r=this,n=r.touchEventsData,{params:i,touches:s,rtlTranslate:l,enabled:a}=r;if(!a||!i.simulateTouch&&e.pointerType==="mouse")return;let o=e;if(o.originalEvent&&(o=o.originalEvent),o.type==="pointermove"&&(n.touchId!==null||o.pointerId!==n.pointerId))return;let u;if(o.type==="touchmove"){if(u=[...o.changedTouches].filter(T=>T.identifier===n.touchId)[0],!u||u.identifier!==n.touchId)return}else u=o;if(!n.isTouched){n.startMoving&&n.isScrolling&&r.emit("touchMoveOpposite",o);return}const c=u.pageX,d=u.pageY;if(o.preventedByNestedSwiper){s.startX=c,s.startY=d;return}if(!r.allowTouchMove){o.target.matches(n.focusableElements)||(r.allowClick=!1),n.isTouched&&(Object.assign(s,{startX:c,startY:d,currentX:c,currentY:d}),n.touchStartTime=Ae());return}if(i.touchReleaseOnEdges&&!i.loop){if(r.isVertical()){if(d<s.startY&&r.translate<=r.maxTranslate()||d>s.startY&&r.translate>=r.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(c<s.startX&&r.translate<=r.maxTranslate()||c>s.startX&&r.translate>=r.minTranslate())return}if(t.activeElement&&o.target===t.activeElement&&o.target.matches(n.focusableElements)){n.isMoved=!0,r.allowClick=!1;return}n.allowTouchCallbacks&&r.emit("touchMove",o),s.previousX=s.currentX,s.previousY=s.currentY,s.currentX=c,s.currentY=d;const f=s.currentX-s.startX,p=s.currentY-s.startY;if(r.params.threshold&&Math.sqrt(f**2+p**2)<r.params.threshold)return;if(typeof n.isScrolling>"u"){let T;r.isHorizontal()&&s.currentY===s.startY||r.isVertical()&&s.currentX===s.startX?n.isScrolling=!1:f*f+p*p>=25&&(T=Math.atan2(Math.abs(p),Math.abs(f))*180/Math.PI,n.isScrolling=r.isHorizontal()?T>i.touchAngle:90-T>i.touchAngle)}if(n.isScrolling&&r.emit("touchMoveOpposite",o),typeof n.startMoving>"u"&&(s.currentX!==s.startX||s.currentY!==s.startY)&&(n.startMoving=!0),n.isScrolling){n.isTouched=!1;return}if(!n.startMoving)return;r.allowClick=!1,!i.cssMode&&o.cancelable&&o.preventDefault(),i.touchMoveStopPropagation&&!i.nested&&o.stopPropagation();let v=r.isHorizontal()?f:p,g=r.isHorizontal()?s.currentX-s.previousX:s.currentY-s.previousY;i.oneWayMovement&&(v=Math.abs(v)*(l?1:-1),g=Math.abs(g)*(l?1:-1)),s.diff=v,v*=i.touchRatio,l&&(v=-v,g=-g);const b=r.touchesDirection;r.swipeDirection=v>0?"prev":"next",r.touchesDirection=g>0?"prev":"next";const h=r.params.loop&&!i.cssMode,_=r.touchesDirection==="next"&&r.allowSlideNext||r.touchesDirection==="prev"&&r.allowSlidePrev;if(!n.isMoved){if(h&&_&&r.loopFix({direction:r.swipeDirection}),n.startTranslate=r.getTranslate(),r.setTransition(0),r.animating){const T=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});r.wrapperEl.dispatchEvent(T)}n.allowMomentumBounce=!1,i.grabCursor&&(r.allowSlideNext===!0||r.allowSlidePrev===!0)&&r.setGrabCursor(!0),r.emit("sliderFirstMove",o)}let x;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&b!==r.touchesDirection&&h&&_&&Math.abs(v)>=1){Object.assign(s,{startX:c,startY:d,currentX:c,currentY:d,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}r.emit("sliderMove",o),n.isMoved=!0,n.currentTranslate=v+n.startTranslate;let w=!0,S=i.resistanceRatio;if(i.touchReleaseOnEdges&&(S=0),v>0?(h&&_&&!x&&n.allowThresholdMove&&n.currentTranslate>(i.centeredSlides?r.minTranslate()-r.slidesSizesGrid[r.activeIndex+1]:r.minTranslate())&&r.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>r.minTranslate()&&(w=!1,i.resistance&&(n.currentTranslate=r.minTranslate()-1+(-r.minTranslate()+n.startTranslate+v)**S))):v<0&&(h&&_&&!x&&n.allowThresholdMove&&n.currentTranslate<(i.centeredSlides?r.maxTranslate()+r.slidesSizesGrid[r.slidesSizesGrid.length-1]:r.maxTranslate())&&r.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:r.slides.length-(i.slidesPerView==="auto"?r.slidesPerViewDynamic():Math.ceil(parseFloat(i.slidesPerView,10)))}),n.currentTranslate<r.maxTranslate()&&(w=!1,i.resistance&&(n.currentTranslate=r.maxTranslate()+1-(r.maxTranslate()-n.startTranslate-v)**S))),w&&(o.preventedByNestedSwiper=!0),!r.allowSlideNext&&r.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!r.allowSlidePrev&&r.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!r.allowSlidePrev&&!r.allowSlideNext&&(n.currentTranslate=n.startTranslate),i.threshold>0)if(Math.abs(v)>i.threshold||n.allowThresholdMove){if(!n.allowThresholdMove){n.allowThresholdMove=!0,s.startX=s.currentX,s.startY=s.currentY,n.currentTranslate=n.startTranslate,s.diff=r.isHorizontal()?s.currentX-s.startX:s.currentY-s.startY;return}}else{n.currentTranslate=n.startTranslate;return}!i.followFinger||i.cssMode||((i.freeMode&&i.freeMode.enabled&&r.freeMode||i.watchSlidesProgress)&&(r.updateActiveIndex(),r.updateSlidesClasses()),i.freeMode&&i.freeMode.enabled&&r.freeMode&&r.freeMode.onTouchMove(),r.updateProgress(n.currentTranslate),r.setTranslate(n.currentTranslate))}function wo(e){const t=this,r=t.touchEventsData;let n=e;n.originalEvent&&(n=n.originalEvent);let i;if(n.type==="touchend"||n.type==="touchcancel"){if(i=[...n.changedTouches].filter(S=>S.identifier===r.touchId)[0],!i||i.identifier!==r.touchId)return}else{if(r.touchId!==null||n.pointerId!==r.pointerId)return;i=n}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(n.type)&&!(["pointercancel","contextmenu"].includes(n.type)&&(t.browser.isSafari||t.browser.isWebView)))return;r.pointerId=null,r.touchId=null;const{params:l,touches:a,rtlTranslate:o,slidesGrid:u,enabled:c}=t;if(!c||!l.simulateTouch&&n.pointerType==="mouse")return;if(r.allowTouchCallbacks&&t.emit("touchEnd",n),r.allowTouchCallbacks=!1,!r.isTouched){r.isMoved&&l.grabCursor&&t.setGrabCursor(!1),r.isMoved=!1,r.startMoving=!1;return}l.grabCursor&&r.isMoved&&r.isTouched&&(t.allowSlideNext===!0||t.allowSlidePrev===!0)&&t.setGrabCursor(!1);const d=Ae(),f=d-r.touchStartTime;if(t.allowClick){const S=n.path||n.composedPath&&n.composedPath();t.updateClickedSlide(S&&S[0]||n.target,S),t.emit("tap click",n),f<300&&d-r.lastClickTime<300&&t.emit("doubleTap doubleClick",n)}if(r.lastClickTime=Ae(),gt(()=>{t.destroyed||(t.allowClick=!0)}),!r.isTouched||!r.isMoved||!t.swipeDirection||a.diff===0&&!r.loopSwapReset||r.currentTranslate===r.startTranslate&&!r.loopSwapReset){r.isTouched=!1,r.isMoved=!1,r.startMoving=!1;return}r.isTouched=!1,r.isMoved=!1,r.startMoving=!1;let p;if(l.followFinger?p=o?t.translate:-t.translate:p=-r.currentTranslate,l.cssMode)return;if(l.freeMode&&l.freeMode.enabled){t.freeMode.onTouchEnd({currentPos:p});return}const v=p>=-t.maxTranslate()&&!t.params.loop;let g=0,b=t.slidesSizesGrid[0];for(let S=0;S<u.length;S+=S<l.slidesPerGroupSkip?1:l.slidesPerGroup){const T=S<l.slidesPerGroupSkip-1?1:l.slidesPerGroup;typeof u[S+T]<"u"?(v||p>=u[S]&&p<u[S+T])&&(g=S,b=u[S+T]-u[S]):(v||p>=u[S])&&(g=S,b=u[u.length-1]-u[u.length-2])}let h=null,_=null;l.rewind&&(t.isBeginning?_=l.virtual&&l.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(h=0));const x=(p-u[g])/b,w=g<l.slidesPerGroupSkip-1?1:l.slidesPerGroup;if(f>l.longSwipesMs){if(!l.longSwipes){t.slideTo(t.activeIndex);return}t.swipeDirection==="next"&&(x>=l.longSwipesRatio?t.slideTo(l.rewind&&t.isEnd?h:g+w):t.slideTo(g)),t.swipeDirection==="prev"&&(x>1-l.longSwipesRatio?t.slideTo(g+w):_!==null&&x<0&&Math.abs(x)>l.longSwipesRatio?t.slideTo(_):t.slideTo(g))}else{if(!l.shortSwipes){t.slideTo(t.activeIndex);return}t.navigation&&(n.target===t.navigation.nextEl||n.target===t.navigation.prevEl)?n.target===t.navigation.nextEl?t.slideTo(g+w):t.slideTo(g):(t.swipeDirection==="next"&&t.slideTo(h!==null?h:g+w),t.swipeDirection==="prev"&&t.slideTo(_!==null?_:g))}}function Bt(){const e=this,{params:t,el:r}=e;if(r&&r.offsetWidth===0)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:i,snapGrid:s}=e,l=e.virtual&&e.params.virtual.enabled;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses();const a=l&&t.loop;(t.slidesPerView==="auto"||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides&&!a?e.slideTo(e.slides.length-1,0,!1,!0):e.params.loop&&!l?e.slideToLoop(e.realIndex,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&(clearTimeout(e.autoplay.resizeTimeout),e.autoplay.resizeTimeout=setTimeout(()=>{e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.resume()},500)),e.allowSlidePrev=i,e.allowSlideNext=n,e.params.watchOverflow&&s!==e.snapGrid&&e.checkOverflow()}function bo(e){const t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function xo(){const e=this,{wrapperEl:t,rtlTranslate:r,enabled:n}=e;if(!n)return;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,e.translate===0&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();let i;const s=e.maxTranslate()-e.minTranslate();s===0?i=0:i=(e.translate-e.minTranslate())/s,i!==e.progress&&e.updateProgress(r?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}function yo(e){const t=this;Le(t,e.target),!(t.params.cssMode||t.params.slidesPerView!=="auto"&&!t.params.autoHeight)&&t.update()}function So(){const e=this;e.documentTouchHandlerProceeded||(e.documentTouchHandlerProceeded=!0,e.params.touchReleaseOnEdges&&(e.el.style.touchAction="auto"))}const $r=(e,t)=>{const r=de(),{params:n,el:i,wrapperEl:s,device:l}=e,a=!!n.nested,o=t==="on"?"addEventListener":"removeEventListener",u=t;r[o]("touchstart",e.onDocumentTouchStart,{passive:!1,capture:a}),i[o]("touchstart",e.onTouchStart,{passive:!1}),i[o]("pointerdown",e.onTouchStart,{passive:!1}),r[o]("touchmove",e.onTouchMove,{passive:!1,capture:a}),r[o]("pointermove",e.onTouchMove,{passive:!1,capture:a}),r[o]("touchend",e.onTouchEnd,{passive:!0}),r[o]("pointerup",e.onTouchEnd,{passive:!0}),r[o]("pointercancel",e.onTouchEnd,{passive:!0}),r[o]("touchcancel",e.onTouchEnd,{passive:!0}),r[o]("pointerout",e.onTouchEnd,{passive:!0}),r[o]("pointerleave",e.onTouchEnd,{passive:!0}),r[o]("contextmenu",e.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&i[o]("click",e.onClick,!0),n.cssMode&&s[o]("scroll",e.onScroll),n.updateOnWindowResize?e[u](l.ios||l.android?"resize orientationchange observerUpdate":"resize observerUpdate",Bt,!0):e[u]("observerUpdate",Bt,!0),i[o]("load",e.onLoad,{capture:!0})};function To(){const e=this,{params:t}=e;e.onTouchStart=go.bind(e),e.onTouchMove=vo.bind(e),e.onTouchEnd=wo.bind(e),e.onDocumentTouchStart=So.bind(e),t.cssMode&&(e.onScroll=xo.bind(e)),e.onClick=bo.bind(e),e.onLoad=yo.bind(e),$r(e,"on")}function Po(){$r(this,"off")}var Eo={attachEvents:To,detachEvents:Po};const qt=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;function _o(){const e=this,{realIndex:t,initialized:r,params:n,el:i}=e,s=n.breakpoints;if(!s||s&&Object.keys(s).length===0)return;const l=e.getBreakpoint(s,e.params.breakpointsBase,e.el);if(!l||e.currentBreakpoint===l)return;const o=(l in s?s[l]:void 0)||e.originalParams,u=qt(e,n),c=qt(e,o),d=n.enabled;u&&!c?(i.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),e.emitContainerClasses()):!u&&c&&(i.classList.add(`${n.containerModifierClass}grid`),(o.grid.fill&&o.grid.fill==="column"||!o.grid.fill&&n.grid.fill==="column")&&i.classList.add(`${n.containerModifierClass}grid-column`),e.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach(h=>{if(typeof o[h]>"u")return;const _=n[h]&&n[h].enabled,x=o[h]&&o[h].enabled;_&&!x&&e[h].disable(),!_&&x&&e[h].enable()});const f=o.direction&&o.direction!==n.direction,p=n.loop&&(o.slidesPerView!==n.slidesPerView||f),v=n.loop;f&&r&&e.changeDirection(),Y(e.params,o);const g=e.params.enabled,b=e.params.loop;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),d&&!g?e.disable():!d&&g&&e.enable(),e.currentBreakpoint=l,e.emit("_beforeBreakpoint",o),r&&(p?(e.loopDestroy(),e.loopCreate(t),e.updateSlides()):!v&&b?(e.loopCreate(t),e.updateSlides()):v&&!b&&e.loopDestroy()),e.emit("breakpoint",o)}function Co(e,t,r){if(t===void 0&&(t="window"),!e||t==="container"&&!r)return;let n=!1;const i=X(),s=t==="window"?i.innerHeight:r.clientHeight,l=Object.keys(e).map(a=>{if(typeof a=="string"&&a.indexOf("@")===0){const o=parseFloat(a.substr(1));return{value:s*o,point:a}}return{value:a,point:a}});l.sort((a,o)=>parseInt(a.value,10)-parseInt(o.value,10));for(let a=0;a<l.length;a+=1){const{point:o,value:u}=l[a];t==="window"?i.matchMedia(`(min-width: ${u}px)`).matches&&(n=o):u<=r.clientWidth&&(n=o)}return n||"max"}var Mo={setBreakpoint:_o,getBreakpoint:Co};function Oo(e,t){const r=[];return e.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(i=>{n[i]&&r.push(t+i)}):typeof n=="string"&&r.push(t+n)}),r}function jo(){const e=this,{classNames:t,params:r,rtl:n,el:i,device:s}=e,l=Oo(["initialized",r.direction,{"free-mode":e.params.freeMode&&r.freeMode.enabled},{autoheight:r.autoHeight},{rtl:n},{grid:r.grid&&r.grid.rows>1},{"grid-column":r.grid&&r.grid.rows>1&&r.grid.fill==="column"},{android:s.android},{ios:s.ios},{"css-mode":r.cssMode},{centered:r.cssMode&&r.centeredSlides},{"watch-progress":r.watchSlidesProgress}],r.containerModifierClass);t.push(...l),i.classList.add(...t),e.emitContainerClasses()}function Io(){const e=this,{el:t,classNames:r}=e;t.classList.remove(...r),e.emitContainerClasses()}var Ro={addClasses:jo,removeClasses:Io};function Lo(){const e=this,{isLocked:t,params:r}=e,{slidesOffsetBefore:n}=r;if(n){const i=e.slides.length-1,s=e.slidesGrid[i]+e.slidesSizesGrid[i]+n*2;e.isLocked=e.size>s}else e.isLocked=e.snapGrid.length===1;r.allowSlideNext===!0&&(e.allowSlideNext=!e.isLocked),r.allowSlidePrev===!0&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}var Ao={checkOverflow:Lo},bt={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function No(e,t){return function(n){n===void 0&&(n={});const i=Object.keys(n)[0],s=n[i];if(typeof s!="object"||s===null){Y(t,n);return}if(e[i]===!0&&(e[i]={enabled:!0}),i==="navigation"&&e[i]&&e[i].enabled&&!e[i].prevEl&&!e[i].nextEl&&(e[i].auto=!0),["pagination","scrollbar"].indexOf(i)>=0&&e[i]&&e[i].enabled&&!e[i].el&&(e[i].auto=!0),!(i in e&&"enabled"in s)){Y(t,n);return}typeof e[i]=="object"&&!("enabled"in e[i])&&(e[i].enabled=!0),e[i]||(e[i]={enabled:!1}),Y(t,n)}}const $e={eventsEmitter:Is,update:Gs,translate:Ys,transition:Qs,slide:oo,loop:uo,grabCursor:ho,events:Eo,breakpoints:Mo,checkOverflow:Ao,classes:Ro},He={};let Et=class te{constructor(){let t,r;for(var n=arguments.length,i=new Array(n),s=0;s<n;s++)i[s]=arguments[s];i.length===1&&i[0].constructor&&Object.prototype.toString.call(i[0]).slice(8,-1)==="Object"?r=i[0]:[t,r]=i,r||(r={}),r=Y({},r),t&&!r.el&&(r.el=t);const l=de();if(r.el&&typeof r.el=="string"&&l.querySelectorAll(r.el).length>1){const c=[];return l.querySelectorAll(r.el).forEach(d=>{const f=Y({},r,{el:d});c.push(new te(f))}),c}const a=this;a.__swiper__=!0,a.support=qr(),a.device=Vr({userAgent:r.userAgent}),a.browser=Ms(),a.eventsListeners={},a.eventsAnyListeners=[],a.modules=[...a.__modules__],r.modules&&Array.isArray(r.modules)&&a.modules.push(...r.modules);const o={};a.modules.forEach(c=>{c({params:r,swiper:a,extendParams:No(r,o),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a),emit:a.emit.bind(a)})});const u=Y({},bt,o);return a.params=Y({},u,He,r),a.originalParams=Y({},a.params),a.passedParams=Y({},r),a.params&&a.params.on&&Object.keys(a.params.on).forEach(c=>{a.on(c,a.params.on[c])}),a.params&&a.params.onAny&&a.onAny(a.params.onAny),Object.assign(a,{enabled:a.params.enabled,el:t,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return a.params.direction==="horizontal"},isVertical(){return a.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:a.params.allowSlideNext,allowSlidePrev:a.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:a.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:a.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),a.emit("_swiper"),a.params.init&&a.init(),a}getDirectionLabel(t){return this.isHorizontal()?t:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[t]}getSlideIndex(t){const{slidesEl:r,params:n}=this,i=re(r,`.${n.slideClass}, swiper-slide`),s=kt(i[0]);return kt(t)-s}getSlideIndexByData(t){return this.getSlideIndex(this.slides.filter(r=>r.getAttribute("data-swiper-slide-index")*1===t)[0])}recalcSlides(){const t=this,{slidesEl:r,params:n}=t;t.slides=re(r,`.${n.slideClass}, swiper-slide`)}enable(){const t=this;t.enabled||(t.enabled=!0,t.params.grabCursor&&t.setGrabCursor(),t.emit("enable"))}disable(){const t=this;t.enabled&&(t.enabled=!1,t.params.grabCursor&&t.unsetGrabCursor(),t.emit("disable"))}setProgress(t,r){const n=this;t=Math.min(Math.max(t,0),1);const i=n.minTranslate(),l=(n.maxTranslate()-i)*t+i;n.translateTo(l,typeof r>"u"?0:r),n.updateActiveIndex(),n.updateSlidesClasses()}emitContainerClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const r=t.el.className.split(" ").filter(n=>n.indexOf("swiper")===0||n.indexOf(t.params.containerModifierClass)===0);t.emit("_containerClasses",r.join(" "))}getSlideClasses(t){const r=this;return r.destroyed?"":t.className.split(" ").filter(n=>n.indexOf("swiper-slide")===0||n.indexOf(r.params.slideClass)===0).join(" ")}emitSlidesClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const r=[];t.slides.forEach(n=>{const i=t.getSlideClasses(n);r.push({slideEl:n,classNames:i}),t.emit("_slideClass",n,i)}),t.emit("_slideClasses",r)}slidesPerViewDynamic(t,r){t===void 0&&(t="current"),r===void 0&&(r=!1);const n=this,{params:i,slides:s,slidesGrid:l,slidesSizesGrid:a,size:o,activeIndex:u}=n;let c=1;if(typeof i.slidesPerView=="number")return i.slidesPerView;if(i.centeredSlides){let d=s[u]?Math.ceil(s[u].swiperSlideSize):0,f;for(let p=u+1;p<s.length;p+=1)s[p]&&!f&&(d+=Math.ceil(s[p].swiperSlideSize),c+=1,d>o&&(f=!0));for(let p=u-1;p>=0;p-=1)s[p]&&!f&&(d+=s[p].swiperSlideSize,c+=1,d>o&&(f=!0))}else if(t==="current")for(let d=u+1;d<s.length;d+=1)(r?l[d]+a[d]-l[u]<o:l[d]-l[u]<o)&&(c+=1);else for(let d=u-1;d>=0;d-=1)l[u]-l[d]<o&&(c+=1);return c}update(){const t=this;if(!t||t.destroyed)return;const{snapGrid:r,params:n}=t;n.breakpoints&&t.setBreakpoint(),[...t.el.querySelectorAll('[loading="lazy"]')].forEach(l=>{l.complete&&Le(t,l)}),t.updateSize(),t.updateSlides(),t.updateProgress(),t.updateSlidesClasses();function i(){const l=t.rtlTranslate?t.translate*-1:t.translate,a=Math.min(Math.max(l,t.maxTranslate()),t.minTranslate());t.setTranslate(a),t.updateActiveIndex(),t.updateSlidesClasses()}let s;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)i(),n.autoHeight&&t.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&t.isEnd&&!n.centeredSlides){const l=t.virtual&&n.virtual.enabled?t.virtual.slides:t.slides;s=t.slideTo(l.length-1,0,!1,!0)}else s=t.slideTo(t.activeIndex,0,!1,!0);s||i()}n.watchOverflow&&r!==t.snapGrid&&t.checkOverflow(),t.emit("update")}changeDirection(t,r){r===void 0&&(r=!0);const n=this,i=n.params.direction;return t||(t=i==="horizontal"?"vertical":"horizontal"),t===i||t!=="horizontal"&&t!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${i}`),n.el.classList.add(`${n.params.containerModifierClass}${t}`),n.emitContainerClasses(),n.params.direction=t,n.slides.forEach(s=>{t==="vertical"?s.style.width="":s.style.height=""}),n.emit("changeDirection"),r&&n.update()),n}changeLanguageDirection(t){const r=this;r.rtl&&t==="rtl"||!r.rtl&&t==="ltr"||(r.rtl=t==="rtl",r.rtlTranslate=r.params.direction==="horizontal"&&r.rtl,r.rtl?(r.el.classList.add(`${r.params.containerModifierClass}rtl`),r.el.dir="rtl"):(r.el.classList.remove(`${r.params.containerModifierClass}rtl`),r.el.dir="ltr"),r.update())}mount(t){const r=this;if(r.mounted)return!0;let n=t||r.params.el;if(typeof n=="string"&&(n=document.querySelector(n)),!n)return!1;n.swiper=r,n.parentNode&&n.parentNode.host&&n.parentNode.host.nodeName===r.params.swiperElementNodeName.toUpperCase()&&(r.isElement=!0);const i=()=>`.${(r.params.wrapperClass||"").trim().split(" ").join(".")}`;let l=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(i()):re(n,i())[0];return!l&&r.params.createElements&&(l=vt("div",r.params.wrapperClass),n.append(l),re(n,`.${r.params.slideClass}`).forEach(a=>{l.append(a)})),Object.assign(r,{el:n,wrapperEl:l,slidesEl:r.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:l,hostEl:r.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||ie(n,"direction")==="rtl",rtlTranslate:r.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||ie(n,"direction")==="rtl"),wrongRTL:ie(l,"display")==="-webkit-box"}),!0}init(t){const r=this;if(r.initialized||r.mount(t)===!1)return r;r.emit("beforeInit"),r.params.breakpoints&&r.setBreakpoint(),r.addClasses(),r.updateSize(),r.updateSlides(),r.params.watchOverflow&&r.checkOverflow(),r.params.grabCursor&&r.enabled&&r.setGrabCursor(),r.params.loop&&r.virtual&&r.params.virtual.enabled?r.slideTo(r.params.initialSlide+r.virtual.slidesBefore,0,r.params.runCallbacksOnInit,!1,!0):r.slideTo(r.params.initialSlide,0,r.params.runCallbacksOnInit,!1,!0),r.params.loop&&r.loopCreate(),r.attachEvents();const i=[...r.el.querySelectorAll('[loading="lazy"]')];return r.isElement&&i.push(...r.hostEl.querySelectorAll('[loading="lazy"]')),i.forEach(s=>{s.complete?Le(r,s):s.addEventListener("load",l=>{Le(r,l.target)})}),wt(r),r.initialized=!0,wt(r),r.emit("init"),r.emit("afterInit"),r}destroy(t,r){t===void 0&&(t=!0),r===void 0&&(r=!0);const n=this,{params:i,el:s,wrapperEl:l,slides:a}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),i.loop&&n.loopDestroy(),r&&(n.removeClasses(),s.removeAttribute("style"),l.removeAttribute("style"),a&&a.length&&a.forEach(o=>{o.classList.remove(i.slideVisibleClass,i.slideFullyVisibleClass,i.slideActiveClass,i.slideNextClass,i.slidePrevClass),o.removeAttribute("style"),o.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(o=>{n.off(o)}),t!==!1&&(n.el.swiper=null,ws(n)),n.destroyed=!0),null}static extendDefaults(t){Y(He,t)}static get extendedDefaults(){return He}static get defaults(){return bt}static installModule(t){te.prototype.__modules__||(te.prototype.__modules__=[]);const r=te.prototype.__modules__;typeof t=="function"&&r.indexOf(t)<0&&r.push(t)}static use(t){return Array.isArray(t)?(t.forEach(r=>te.installModule(r)),te):(te.installModule(t),te)}};Object.keys($e).forEach(e=>{Object.keys($e[e]).forEach(t=>{Et.prototype[t]=$e[e][t]})});Et.use([Os,js]);const Hr=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function oe(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"&&!e.__swiper__}function ue(e,t){const r=["__proto__","constructor","prototype"];Object.keys(t).filter(n=>r.indexOf(n)<0).forEach(n=>{typeof e[n]>"u"?e[n]=t[n]:oe(t[n])&&oe(e[n])&&Object.keys(t[n]).length>0?t[n].__swiper__?e[n]=t[n]:ue(e[n],t[n]):e[n]=t[n]})}function Fr(e){return e===void 0&&(e={}),e.navigation&&typeof e.navigation.nextEl>"u"&&typeof e.navigation.prevEl>"u"}function Wr(e){return e===void 0&&(e={}),e.pagination&&typeof e.pagination.el>"u"}function Ur(e){return e===void 0&&(e={}),e.scrollbar&&typeof e.scrollbar.el>"u"}function Yr(e){e===void 0&&(e="");const t=e.split(" ").map(n=>n.trim()).filter(n=>!!n),r=[];return t.forEach(n=>{r.indexOf(n)<0&&r.push(n)}),r.join(" ")}function ko(e){return e===void 0&&(e=""),e?e.includes("swiper-wrapper")?e:`swiper-wrapper ${e}`:"swiper-wrapper"}function zo(e){let{swiper:t,slides:r,passedParams:n,changedParams:i,nextEl:s,prevEl:l,scrollbarEl:a,paginationEl:o}=e;const u=i.filter(E=>E!=="children"&&E!=="direction"&&E!=="wrapperClass"),{params:c,pagination:d,navigation:f,scrollbar:p,virtual:v,thumbs:g}=t;let b,h,_,x,w,S,T,j;i.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&c.thumbs&&!c.thumbs.swiper&&(b=!0),i.includes("controller")&&n.controller&&n.controller.control&&c.controller&&!c.controller.control&&(h=!0),i.includes("pagination")&&n.pagination&&(n.pagination.el||o)&&(c.pagination||c.pagination===!1)&&d&&!d.el&&(_=!0),i.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||a)&&(c.scrollbar||c.scrollbar===!1)&&p&&!p.el&&(x=!0),i.includes("navigation")&&n.navigation&&(n.navigation.prevEl||l)&&(n.navigation.nextEl||s)&&(c.navigation||c.navigation===!1)&&f&&!f.prevEl&&!f.nextEl&&(w=!0);const M=E=>{t[E]&&(t[E].destroy(),E==="navigation"?(t.isElement&&(t[E].prevEl.remove(),t[E].nextEl.remove()),c[E].prevEl=void 0,c[E].nextEl=void 0,t[E].prevEl=void 0,t[E].nextEl=void 0):(t.isElement&&t[E].el.remove(),c[E].el=void 0,t[E].el=void 0))};i.includes("loop")&&t.isElement&&(c.loop&&!n.loop?S=!0:!c.loop&&n.loop?T=!0:j=!0),u.forEach(E=>{if(oe(c[E])&&oe(n[E]))Object.assign(c[E],n[E]),(E==="navigation"||E==="pagination"||E==="scrollbar")&&"enabled"in n[E]&&!n[E].enabled&&M(E);else{const P=n[E];(P===!0||P===!1)&&(E==="navigation"||E==="pagination"||E==="scrollbar")?P===!1&&M(E):c[E]=n[E]}}),u.includes("controller")&&!h&&t.controller&&t.controller.control&&c.controller&&c.controller.control&&(t.controller.control=c.controller.control),i.includes("children")&&r&&v&&c.virtual.enabled?(v.slides=r,v.update(!0)):i.includes("virtual")&&v&&c.virtual.enabled&&(r&&(v.slides=r),v.update(!0)),i.includes("children")&&r&&c.loop&&(j=!0),b&&g.init()&&g.update(!0),h&&(t.controller.control=c.controller.control),_&&(t.isElement&&(!o||typeof o=="string")&&(o=document.createElement("div"),o.classList.add("swiper-pagination"),o.part.add("pagination"),t.el.appendChild(o)),o&&(c.pagination.el=o),d.init(),d.render(),d.update()),x&&(t.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-scrollbar"),a.part.add("scrollbar"),t.el.appendChild(a)),a&&(c.scrollbar.el=a),p.init(),p.updateSize(),p.setTranslate()),w&&(t.isElement&&((!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-button-next"),s.innerHTML=t.hostEl.constructor.nextButtonSvg,s.part.add("button-next"),t.el.appendChild(s)),(!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-prev"),l.innerHTML=t.hostEl.constructor.prevButtonSvg,l.part.add("button-prev"),t.el.appendChild(l))),s&&(c.navigation.nextEl=s),l&&(c.navigation.prevEl=l),f.init(),f.update()),i.includes("allowSlideNext")&&(t.allowSlideNext=n.allowSlideNext),i.includes("allowSlidePrev")&&(t.allowSlidePrev=n.allowSlidePrev),i.includes("direction")&&t.changeDirection(n.direction,!1),(S||j)&&t.loopDestroy(),(T||j)&&t.loopCreate(),t.update()}function Do(e,t){e===void 0&&(e={}),t===void 0&&(t=!0);const r={on:{}},n={},i={};ue(r,bt),r._emitClasses=!0,r.init=!1;const s={},l=Hr.map(o=>o.replace(/_/,"")),a=Object.assign({},e);return Object.keys(a).forEach(o=>{typeof e[o]>"u"||(l.indexOf(o)>=0?oe(e[o])?(r[o]={},i[o]={},ue(r[o],e[o]),ue(i[o],e[o])):(r[o]=e[o],i[o]=e[o]):o.search(/on[A-Z]/)===0&&typeof e[o]=="function"?t?n[`${o[2].toLowerCase()}${o.substr(3)}`]=e[o]:r.on[`${o[2].toLowerCase()}${o.substr(3)}`]=e[o]:s[o]=e[o])}),["navigation","pagination","scrollbar"].forEach(o=>{r[o]===!0&&(r[o]={}),r[o]===!1&&delete r[o]}),{params:r,passedParams:i,rest:s,events:n}}function Bo(e,t){let{el:r,nextEl:n,prevEl:i,paginationEl:s,scrollbarEl:l,swiper:a}=e;Fr(t)&&n&&i&&(a.params.navigation.nextEl=n,a.originalParams.navigation.nextEl=n,a.params.navigation.prevEl=i,a.originalParams.navigation.prevEl=i),Wr(t)&&s&&(a.params.pagination.el=s,a.originalParams.pagination.el=s),Ur(t)&&l&&(a.params.scrollbar.el=l,a.originalParams.scrollbar.el=l),a.init(r)}function qo(e,t,r,n,i){const s=[];if(!t)return s;const l=o=>{s.indexOf(o)<0&&s.push(o)};if(r&&n){const o=n.map(i),u=r.map(i);o.join("")!==u.join("")&&l("children"),n.length!==r.length&&l("children")}return Hr.filter(o=>o[0]==="_").map(o=>o.replace(/_/,"")).forEach(o=>{if(o in e&&o in t)if(oe(e[o])&&oe(t[o])){const u=Object.keys(e[o]),c=Object.keys(t[o]);u.length!==c.length?l(o):(u.forEach(d=>{e[o][d]!==t[o][d]&&l(o)}),c.forEach(d=>{e[o][d]!==t[o][d]&&l(o)}))}else e[o]!==t[o]&&l(o)}),s}const Vo=e=>{!e||e.destroyed||!e.params.virtual||e.params.virtual&&!e.params.virtual.enabled||(e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),e.parallax&&e.params.parallax&&e.params.parallax.enabled&&e.parallax.setTranslate())};function ke(){return ke=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ke.apply(this,arguments)}function Xr(e){return e.type&&e.type.displayName&&e.type.displayName.includes("SwiperSlide")}function Kr(e){const t=[];return y.Children.toArray(e).forEach(r=>{Xr(r)?t.push(r):r.props&&r.props.children&&Kr(r.props.children).forEach(n=>t.push(n))}),t}function Go(e){const t=[],r={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return y.Children.toArray(e).forEach(n=>{if(Xr(n))t.push(n);else if(n.props&&n.props.slot&&r[n.props.slot])r[n.props.slot].push(n);else if(n.props&&n.props.children){const i=Kr(n.props.children);i.length>0?i.forEach(s=>t.push(s)):r["container-end"].push(n)}else r["container-end"].push(n)}),{slides:t,slots:r}}function $o(e,t,r){if(!r)return null;const n=c=>{let d=c;return c<0?d=t.length+c:d>=t.length&&(d=d-t.length),d},i=e.isHorizontal()?{[e.rtlTranslate?"right":"left"]:`${r.offset}px`}:{top:`${r.offset}px`},{from:s,to:l}=r,a=e.params.loop?-t.length:0,o=e.params.loop?t.length*2:t.length,u=[];for(let c=a;c<o;c+=1)c>=s&&c<=l&&u.push(t[n(c)]);return u.map((c,d)=>y.cloneElement(c,{swiper:e,style:i,key:`slide-${d}`}))}function pe(e,t){return typeof window>"u"?y.useEffect(e,t):y.useLayoutEffect(e,t)}const Vt=y.createContext(null),Ho=y.createContext(null),Fo=y.forwardRef(function(e,t){let{className:r,tag:n="div",wrapperTag:i="div",children:s,onSwiper:l,...a}=e===void 0?{}:e,o=!1;const[u,c]=y.useState("swiper"),[d,f]=y.useState(null),[p,v]=y.useState(!1),g=y.useRef(!1),b=y.useRef(null),h=y.useRef(null),_=y.useRef(null),x=y.useRef(null),w=y.useRef(null),S=y.useRef(null),T=y.useRef(null),j=y.useRef(null),{params:M,passedParams:E,rest:P,events:O}=Do(a),{slides:R,slots:I}=Go(s),N=()=>{v(!p)};Object.assign(M.on,{_containerClasses(D,$){c($)}});const z=()=>{Object.assign(M.on,O),o=!0;const D={...M};if(delete D.wrapperClass,h.current=new Et(D),h.current.virtual&&h.current.params.virtual.enabled){h.current.virtual.slides=R;const $={cache:!1,slides:R,renderExternal:f,renderExternalUpdate:!1};ue(h.current.params.virtual,$),ue(h.current.originalParams.virtual,$)}};b.current||z(),h.current&&h.current.on("_beforeBreakpoint",N);const H=()=>{o||!O||!h.current||Object.keys(O).forEach(D=>{h.current.on(D,O[D])})},ne=()=>{!O||!h.current||Object.keys(O).forEach(D=>{h.current.off(D,O[D])})};y.useEffect(()=>()=>{h.current&&h.current.off("_beforeBreakpoint",N)}),y.useEffect(()=>{!g.current&&h.current&&(h.current.emitSlidesClasses(),g.current=!0)}),pe(()=>{if(t&&(t.current=b.current),!!b.current)return h.current.destroyed&&z(),Bo({el:b.current,nextEl:w.current,prevEl:S.current,paginationEl:T.current,scrollbarEl:j.current,swiper:h.current},M),l&&!h.current.destroyed&&l(h.current),()=>{h.current&&!h.current.destroyed&&h.current.destroy(!0,!1)}},[]),pe(()=>{H();const D=qo(E,_.current,R,x.current,$=>$.key);return _.current=E,x.current=R,D.length&&h.current&&!h.current.destroyed&&zo({swiper:h.current,slides:R,passedParams:E,changedParams:D,nextEl:w.current,prevEl:S.current,scrollbarEl:j.current,paginationEl:T.current}),()=>{ne()}}),pe(()=>{Vo(h.current)},[d]);function G(){return M.virtual?$o(h.current,R,d):R.map((D,$)=>y.cloneElement(D,{swiper:h.current,swiperSlideIndex:$}))}return y.createElement(n,ke({ref:b,className:Yr(`${u}${r?` ${r}`:""}`)},P),y.createElement(Ho.Provider,{value:h.current},I["container-start"],y.createElement(i,{className:ko(M.wrapperClass)},I["wrapper-start"],G(),I["wrapper-end"]),Fr(M)&&y.createElement(y.Fragment,null,y.createElement("div",{ref:S,className:"swiper-button-prev"}),y.createElement("div",{ref:w,className:"swiper-button-next"})),Ur(M)&&y.createElement("div",{ref:j,className:"swiper-scrollbar"}),Wr(M)&&y.createElement("div",{ref:T,className:"swiper-pagination"}),I["container-end"]))});Fo.displayName="Swiper";const Wo=y.forwardRef(function(e,t){let{tag:r="div",children:n,className:i="",swiper:s,zoom:l,lazy:a,virtualIndex:o,swiperSlideIndex:u,...c}=e===void 0?{}:e;const d=y.useRef(null),[f,p]=y.useState("swiper-slide"),[v,g]=y.useState(!1);function b(w,S,T){S===d.current&&p(T)}pe(()=>{if(typeof u<"u"&&(d.current.swiperSlideIndex=u),t&&(t.current=d.current),!(!d.current||!s)){if(s.destroyed){f!=="swiper-slide"&&p("swiper-slide");return}return s.on("_slideClass",b),()=>{s&&s.off("_slideClass",b)}}}),pe(()=>{s&&d.current&&!s.destroyed&&p(s.getSlideClasses(d.current))},[s]);const h={isActive:f.indexOf("swiper-slide-active")>=0,isVisible:f.indexOf("swiper-slide-visible")>=0,isPrev:f.indexOf("swiper-slide-prev")>=0,isNext:f.indexOf("swiper-slide-next")>=0},_=()=>typeof n=="function"?n(h):n,x=()=>{g(!0)};return y.createElement(r,ke({ref:d,className:Yr(`${f}${i?` ${i}`:""}`),"data-swiper-slide-index":o,onLoad:x},c),l&&y.createElement(Vt.Provider,{value:h},y.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof l=="number"?l:void 0},_(),a&&!v&&y.createElement("div",{className:"swiper-lazy-preloader"}))),!l&&y.createElement(Vt.Provider,{value:h},_(),a&&!v&&y.createElement("div",{className:"swiper-lazy-preloader"})))});Wo.displayName="SwiperSlide";const Uo=({content:e,themeName:t="wysiwyg",...r})=>m.jsx(ts,{...r,themeName:t,dangerouslySetInnerHTML:{__html:mn.sanitize(e,{ADD_TAGS:["iframe"],ADD_ATTR:["allow","allowfullscreen","frameborder","scrolling","target"]})}});xt();const Yo=e=>m.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:m.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M18 6 6 18M6 6l12 12"})}),Zr=y.memo(Yo,k),Xo=Object.freeze(Object.defineProperty({__proto__:null,default:Zr},Symbol.toStringTag,{value:"Module"})),Ko=e=>m.jsxs("svg",{width:20,height:20,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[m.jsxs("g",{stroke:"currentColor",clipPath:"url(#a)",children:[m.jsx("circle",{cx:"8.2727",cy:"8.2727",r:"7.2727"}),m.jsx("path",{d:"M13.4551 13.4531L19.5005 19.4986"})]}),m.jsx("defs",{children:m.jsx("clipPath",{children:m.jsx("path",{fill:"currentColor",d:"M0 0h14v14H0z"})})})]}),Zo=y.memo(Ko,k),Qo=Object.freeze(Object.defineProperty({__proto__:null,default:Zo},Symbol.toStringTag,{value:"Module"}));y.createContext(null);y.createContext(null);yt();var Jo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Gt={exports:{}},he={};he._=he._interop_require_default=ea;function ea(e){return e&&e.__esModule?e:{default:e}}var ye={exports:{}},Fe={},$t;function Qr(){return $t||($t=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(l,a){for(var o in a)Object.defineProperty(l,o,{enumerable:!0,get:a[o]})}t(e,{searchParamsToUrlQuery:function(){return r},urlQueryToSearchParams:function(){return i},assign:function(){return s}});function r(l){const a={};return l.forEach((o,u)=>{typeof a[u]>"u"?a[u]=o:Array.isArray(a[u])?a[u].push(o):a[u]=[a[u],o]}),a}function n(l){return typeof l=="string"||typeof l=="number"&&!isNaN(l)||typeof l=="boolean"?String(l):""}function i(l){const a=new URLSearchParams;return Object.entries(l).forEach(o=>{let[u,c]=o;Array.isArray(c)?c.forEach(d=>a.append(u,n(d))):a.set(u,n(c))}),a}function s(l){for(var a=arguments.length,o=new Array(a>1?a-1:0),u=1;u<a;u++)o[u-1]=arguments[u];return o.forEach(c=>{Array.from(c.keys()).forEach(d=>l.delete(d)),c.forEach((d,f)=>l.append(f,d))}),l}}(Fe)),Fe}var We={},Se={},Ht;function ta(){if(Ht)return Se;Ht=1;function e(r){if(typeof WeakMap!="function")return null;var n=new WeakMap,i=new WeakMap;return(e=function(s){return s?i:n})(r)}Se._=Se._interop_require_wildcard=t;function t(r,n){if(!n&&r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var i=e(n);if(i&&i.has(r))return i.get(r);var s={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in r)if(a!=="default"&&Object.prototype.hasOwnProperty.call(r,a)){var o=l?Object.getOwnPropertyDescriptor(r,a):null;o&&(o.get||o.set)?Object.defineProperty(s,a,o):s[a]=r[a]}return s.default=r,i&&i.set(r,s),s}return Se}var Ft;function Jr(){return Ft||(Ft=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(o,u){for(var c in u)Object.defineProperty(o,c,{enumerable:!0,get:u[c]})}t(e,{formatUrl:function(){return s},urlObjectKeys:function(){return l},formatWithValidation:function(){return a}});const n=ta()._(Qr()),i=/https?|ftp|gopher|file/;function s(o){let{auth:u,hostname:c}=o,d=o.protocol||"",f=o.pathname||"",p=o.hash||"",v=o.query||"",g=!1;u=u?encodeURIComponent(u).replace(/%3A/i,":")+"@":"",o.host?g=u+o.host:c&&(g=u+(~c.indexOf(":")?"["+c+"]":c),o.port&&(g+=":"+o.port)),v&&typeof v=="object"&&(v=String(n.urlQueryToSearchParams(v)));let b=o.search||v&&"?"+v||"";return d&&!d.endsWith(":")&&(d+=":"),o.slashes||(!d||i.test(d))&&g!==!1?(g="//"+(g||""),f&&f[0]!=="/"&&(f="/"+f)):g||(g=""),p&&p[0]!=="#"&&(p="#"+p),b&&b[0]!=="?"&&(b="?"+b),f=f.replace(/[?#]/g,encodeURIComponent),b=b.replace("#","%23"),""+d+g+f+b+p}const l=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function a(o){return process.env.NODE_ENV==="development"&&o!==null&&typeof o=="object"&&Object.keys(o).forEach(u=>{l.includes(u)||console.warn("Unknown key passed via urlObject into url.format: "+u)}),s(o)}}(We)),We}var Ue={},Wt;function ra(){return Wt||(Wt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"omit",{enumerable:!0,get:function(){return t}});function t(r,n){const i={};return Object.keys(r).forEach(s=>{n.includes(s)||(i[s]=r[s])}),i}}(Ue)),Ue}var Ye={},Ut;function ze(){return Ut||(Ut=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(w,S){for(var T in S)Object.defineProperty(w,T,{enumerable:!0,get:S[T]})}t(e,{WEB_VITALS:function(){return r},execOnce:function(){return n},isAbsoluteUrl:function(){return s},getLocationOrigin:function(){return l},getURL:function(){return a},getDisplayName:function(){return o},isResSent:function(){return u},normalizeRepeatedSlashes:function(){return c},loadGetInitialProps:function(){return d},SP:function(){return f},ST:function(){return p},DecodeError:function(){return v},NormalizeError:function(){return g},PageNotFoundError:function(){return b},MissingStaticPage:function(){return h},MiddlewareNotFoundError:function(){return _},stringifyError:function(){return x}});const r=["CLS","FCP","FID","INP","LCP","TTFB"];function n(w){let S=!1,T;return function(){for(var j=arguments.length,M=new Array(j),E=0;E<j;E++)M[E]=arguments[E];return S||(S=!0,T=w(...M)),T}}const i=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,s=w=>i.test(w);function l(){const{protocol:w,hostname:S,port:T}=window.location;return w+"//"+S+(T?":"+T:"")}function a(){const{href:w}=window.location,S=l();return w.substring(S.length)}function o(w){return typeof w=="string"?w:w.displayName||w.name||"Unknown"}function u(w){return w.finished||w.headersSent}function c(w){const S=w.split("?");return S[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(S[1]?"?"+S.slice(1).join("?"):"")}async function d(w,S){if(process.env.NODE_ENV!=="production"){var T;if((T=w.prototype)!=null&&T.getInitialProps){const E='"'+o(w)+'.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';throw new Error(E)}}const j=S.res||S.ctx&&S.ctx.res;if(!w.getInitialProps)return S.ctx&&S.Component?{pageProps:await d(S.Component,S.ctx)}:{};const M=await w.getInitialProps(S);if(j&&u(j))return M;if(!M){const E='"'+o(w)+'.getInitialProps()" should resolve to an object. But found "'+M+'" instead.';throw new Error(E)}return process.env.NODE_ENV!=="production"&&Object.keys(M).length===0&&!S.ctx&&console.warn(""+o(w)+" returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps"),M}const f=typeof performance<"u",p=f&&["mark","measure","getEntriesByName"].every(w=>typeof performance[w]=="function");class v extends Error{}class g extends Error{}class b extends Error{constructor(S){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message="Cannot find module for page: "+S}}class h extends Error{constructor(S,T){super(),this.message="Failed to load static file for page: "+S+" "+T}}class _ extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function x(w){return JSON.stringify({message:w.message,stack:w.stack})}}(Ye)),Ye}var Te={exports:{}},Xe={},Yt;function en(){return Yt||(Yt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"removeTrailingSlash",{enumerable:!0,get:function(){return t}});function t(r){return r.replace(/\/$/,"")||"/"}}(Xe)),Xe}var Ke={},Xt;function _t(){return Xt||(Xt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"parsePath",{enumerable:!0,get:function(){return t}});function t(r){const n=r.indexOf("#"),i=r.indexOf("?"),s=i>-1&&(n<0||i<n);return s||n>-1?{pathname:r.substring(0,s?i:n),query:s?r.substring(i,n>-1?n:void 0):"",hash:n>-1?r.slice(n):""}:{pathname:r,query:"",hash:""}}}(Ke)),Ke}var Kt;function De(){return Kt||(Kt=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizePathTrailingSlash",{enumerable:!0,get:function(){return i}});const r=en(),n=_t(),i=s=>{if(!s.startsWith("/")||process.env.__NEXT_MANUAL_TRAILING_SLASH)return s;const{pathname:l,query:a,hash:o}=(0,n.parsePath)(s);return process.env.__NEXT_TRAILING_SLASH?/\.[^/]+\/?$/.test(l)?""+(0,r.removeTrailingSlash)(l)+a+o:l.endsWith("/")?""+l+a+o:l+"/"+a+o:""+(0,r.removeTrailingSlash)(l)+a+o};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Te,Te.exports)),Te.exports}var Ze={},Pe={exports:{}},Qe={},Zt;function tn(){return Zt||(Zt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"pathHasPrefix",{enumerable:!0,get:function(){return r}});const t=_t();function r(n,i){if(typeof n!="string")return!1;const{pathname:s}=(0,t.parsePath)(n);return s===i||s.startsWith(i+"/")}}(Qe)),Qe}var Qt;function na(){return Qt||(Qt=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"hasBasePath",{enumerable:!0,get:function(){return i}});const r=tn(),n=process.env.__NEXT_ROUTER_BASEPATH||"";function i(s){return(0,r.pathHasPrefix)(s,n)}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Pe,Pe.exports)),Pe.exports}var Jt;function rn(){return Jt||(Jt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isLocalURL",{enumerable:!0,get:function(){return n}});const t=ze(),r=na();function n(i){if(!(0,t.isAbsoluteUrl)(i))return!0;try{const s=(0,t.getLocationOrigin)(),l=new URL(i,s);return l.origin===s&&(0,r.hasBasePath)(l.pathname)}catch{return!1}}}(Ze)),Ze}var Je={},et={},er;function ia(){return er||(er=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getSortedRoutes",{enumerable:!0,get:function(){return r}});class t{insert(i){this._insert(i.split("/").filter(Boolean),[],!1)}smoosh(){return this._smoosh()}_smoosh(i){i===void 0&&(i="/");const s=[...this.children.keys()].sort();this.slugName!==null&&s.splice(s.indexOf("[]"),1),this.restSlugName!==null&&s.splice(s.indexOf("[...]"),1),this.optionalRestSlugName!==null&&s.splice(s.indexOf("[[...]]"),1);const l=s.map(a=>this.children.get(a)._smoosh(""+i+a+"/")).reduce((a,o)=>[...a,...o],[]);if(this.slugName!==null&&l.push(...this.children.get("[]")._smoosh(i+"["+this.slugName+"]/")),!this.placeholder){const a=i==="/"?"/":i.slice(0,-1);if(this.optionalRestSlugName!=null)throw new Error('You cannot define a route with the same specificity as a optional catch-all route ("'+a+'" and "'+a+"[[..."+this.optionalRestSlugName+']]").');l.unshift(a)}return this.restSlugName!==null&&l.push(...this.children.get("[...]")._smoosh(i+"[..."+this.restSlugName+"]/")),this.optionalRestSlugName!==null&&l.push(...this.children.get("[[...]]")._smoosh(i+"[[..."+this.optionalRestSlugName+"]]/")),l}_insert(i,s,l){if(i.length===0){this.placeholder=!1;return}if(l)throw new Error("Catch-all must be the last part of the URL.");let a=i[0];if(a.startsWith("[")&&a.endsWith("]")){let c=function(d,f){if(d!==null&&d!==f)throw new Error("You cannot use different slug names for the same dynamic path ('"+d+"' !== '"+f+"').");s.forEach(p=>{if(p===f)throw new Error('You cannot have the same slug name "'+f+'" repeat within a single dynamic path');if(p.replace(/\W/g,"")===a.replace(/\W/g,""))throw new Error('You cannot have the slug names "'+p+'" and "'+f+'" differ only by non-word symbols within a single dynamic path')}),s.push(f)},o=a.slice(1,-1),u=!1;if(o.startsWith("[")&&o.endsWith("]")&&(o=o.slice(1,-1),u=!0),o.startsWith("...")&&(o=o.substring(3),l=!0),o.startsWith("[")||o.endsWith("]"))throw new Error("Segment names may not start or end with extra brackets ('"+o+"').");if(o.startsWith("."))throw new Error("Segment names may not start with erroneous periods ('"+o+"').");if(l)if(u){if(this.restSlugName!=null)throw new Error('You cannot use both an required and optional catch-all route at the same level ("[...'+this.restSlugName+']" and "'+i[0]+'" ).');c(this.optionalRestSlugName,o),this.optionalRestSlugName=o,a="[[...]]"}else{if(this.optionalRestSlugName!=null)throw new Error('You cannot use both an optional and required catch-all route at the same level ("[[...'+this.optionalRestSlugName+']]" and "'+i[0]+'").');c(this.restSlugName,o),this.restSlugName=o,a="[...]"}else{if(u)throw new Error('Optional route parameters are not yet supported ("'+i[0]+'").');c(this.slugName,o),this.slugName=o,a="[]"}}this.children.has(a)||this.children.set(a,new t),this.children.get(a)._insert(i.slice(1),s,l)}constructor(){this.placeholder=!0,this.children=new Map,this.slugName=null,this.restSlugName=null,this.optionalRestSlugName=null}}function r(n){const i=new t;return n.forEach(s=>i.insert(s)),i.smoosh()}}(et)),et}var tt={},rt={},nt={},it={},tr;function sa(){return tr||(tr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"ensureLeadingSlash",{enumerable:!0,get:function(){return t}});function t(r){return r.startsWith("/")?r:"/"+r}}(it)),it}var st={},rr;function oa(){return rr||(rr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isGroupSegment",{enumerable:!0,get:function(){return t}});function t(r){return r[0]==="("&&r.endsWith(")")}}(st)),st}var nr;function aa(){return nr||(nr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(l,a){for(var o in a)Object.defineProperty(l,o,{enumerable:!0,get:a[o]})}t(e,{normalizeAppPath:function(){return i},normalizeRscURL:function(){return s}});const r=sa(),n=oa();function i(l){return(0,r.ensureLeadingSlash)(l.split("/").reduce((a,o,u,c)=>!o||(0,n.isGroupSegment)(o)||o[0]==="@"||(o==="page"||o==="route")&&u===c.length-1?a:a+"/"+o,""))}function s(l){return l.replace(/\.rsc($|\?)/,"$1")}}(nt)),nt}var ir;function nn(){return ir||(ir=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(l,a){for(var o in a)Object.defineProperty(l,o,{enumerable:!0,get:a[o]})}t(e,{INTERCEPTION_ROUTE_MARKERS:function(){return n},isInterceptionRouteAppPath:function(){return i},extractInterceptionRouteInformation:function(){return s}});const r=aa(),n=["(..)(..)","(.)","(..)","(...)"];function i(l){return l.split("/").find(a=>n.find(o=>a.startsWith(o)))!==void 0}function s(l){let a,o,u;for(const c of l.split("/"))if(o=n.find(d=>c.startsWith(d)),o){[a,u]=l.split(o,2);break}if(!a||!o||!u)throw new Error(`Invalid interception route: ${l}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`);switch(a=(0,r.normalizeAppPath)(a),o){case"(.)":a==="/"?u=`/${u}`:u=a+"/"+u;break;case"(..)":if(a==="/")throw new Error(`Invalid interception route: ${l}. Cannot use (..) marker at the root level, use (.) instead.`);u=a.split("/").slice(0,-1).concat(u).join("/");break;case"(...)":u="/"+u;break;case"(..)(..)":const c=a.split("/");if(c.length<=2)throw new Error(`Invalid interception route: ${l}. Cannot use (..)(..) marker at the root level or one level up.`);u=c.slice(0,-2).concat(u).join("/");break;default:throw new Error("Invariant: unexpected marker")}return{interceptingRoute:a,interceptedRoute:u}}}(rt)),rt}var sr;function la(){return sr||(sr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isDynamicRoute",{enumerable:!0,get:function(){return n}});const t=nn(),r=/\/\[[^/]+?\](?=\/|$)/;function n(i){return(0,t.isInterceptionRouteAppPath)(i)&&(i=(0,t.extractInterceptionRouteInformation)(i).interceptedRoute),r.test(i)}}(tt)),tt}var or;function ca(){return or||(or=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(i,s){for(var l in s)Object.defineProperty(i,l,{enumerable:!0,get:s[l]})}t(e,{getSortedRoutes:function(){return r.getSortedRoutes},isDynamicRoute:function(){return n.isDynamicRoute}});const r=ia(),n=la()}(Je)),Je}var ot={},at={},ar;function ua(){return ar||(ar=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRouteMatcher",{enumerable:!0,get:function(){return r}});const t=ze();function r(n){let{re:i,groups:s}=n;return l=>{const a=i.exec(l);if(!a)return!1;const o=c=>{try{return decodeURIComponent(c)}catch{throw new t.DecodeError("failed to decode param")}},u={};return Object.keys(s).forEach(c=>{const d=s[c],f=a[d.pos];f!==void 0&&(u[c]=~f.indexOf("/")?f.split("/").map(p=>o(p)):d.repeat?[o(f)]:o(f))}),u}}}(at)),at}var lt={},ct={},lr;function da(){return lr||(lr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"escapeStringRegexp",{enumerable:!0,get:function(){return n}});const t=/[|\\{}()[\]^$+*?.-]/,r=/[|\\{}()[\]^$+*?.-]/g;function n(i){return t.test(i)?i.replace(r,"\\$&"):i}}(ct)),ct}var cr;function fa(){return cr||(cr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(g,b){for(var h in b)Object.defineProperty(g,h,{enumerable:!0,get:b[h]})}t(e,{getRouteRegex:function(){return u},getNamedRouteRegex:function(){return p},getNamedMiddlewareRegex:function(){return v}});const r=nn(),n=da(),i=en(),s="nxtP",l="nxtI";function a(g){const b=g.startsWith("[")&&g.endsWith("]");b&&(g=g.slice(1,-1));const h=g.startsWith("...");return h&&(g=g.slice(3)),{key:g,repeat:h,optional:b}}function o(g){const b=(0,i.removeTrailingSlash)(g).slice(1).split("/"),h={};let _=1;return{parameterizedRoute:b.map(x=>{const w=r.INTERCEPTION_ROUTE_MARKERS.find(T=>x.startsWith(T)),S=x.match(/\[((?:\[.*\])|.+)\]/);if(w&&S){const{key:T,optional:j,repeat:M}=a(S[1]);return h[T]={pos:_++,repeat:M,optional:j},"/"+(0,n.escapeStringRegexp)(w)+"([^/]+?)"}else if(S){const{key:T,repeat:j,optional:M}=a(S[1]);return h[T]={pos:_++,repeat:j,optional:M},j?M?"(?:/(.+?))?":"/(.+?)":"/([^/]+?)"}else return"/"+(0,n.escapeStringRegexp)(x)}).join(""),groups:h}}function u(g){const{parameterizedRoute:b,groups:h}=o(g);return{re:new RegExp("^"+b+"(?:/)?$"),groups:h}}function c(){let g=0;return()=>{let b="",h=++g;for(;h>0;)b+=String.fromCharCode(97+(h-1)%26),h=Math.floor((h-1)/26);return b}}function d(g){let{interceptionMarker:b,getSafeRouteKey:h,segment:_,routeKeys:x,keyPrefix:w}=g;const{key:S,optional:T,repeat:j}=a(_);let M=S.replace(/\W/g,"");w&&(M=""+w+M);let E=!1;(M.length===0||M.length>30)&&(E=!0),isNaN(parseInt(M.slice(0,1)))||(E=!0),E&&(M=h()),w?x[M]=""+w+S:x[M]=S;const P=b?(0,n.escapeStringRegexp)(b):"";return j?T?"(?:/"+P+"(?<"+M+">.+?))?":"/"+P+"(?<"+M+">.+?)":"/"+P+"(?<"+M+">[^/]+?)"}function f(g,b){const h=(0,i.removeTrailingSlash)(g).slice(1).split("/"),_=c(),x={};return{namedParameterizedRoute:h.map(w=>{const S=r.INTERCEPTION_ROUTE_MARKERS.some(j=>w.startsWith(j)),T=w.match(/\[((?:\[.*\])|.+)\]/);if(S&&T){const[j]=w.split(T[0]);return d({getSafeRouteKey:_,interceptionMarker:j,segment:T[1],routeKeys:x,keyPrefix:b?l:void 0})}else return T?d({getSafeRouteKey:_,segment:T[1],routeKeys:x,keyPrefix:b?s:void 0}):"/"+(0,n.escapeStringRegexp)(w)}).join(""),routeKeys:x}}function p(g,b){const h=f(g,b);return{...u(g),namedRegex:"^"+h.namedParameterizedRoute+"(?:/)?$",routeKeys:h.routeKeys}}function v(g,b){const{parameterizedRoute:h}=o(g),{catchAll:_=!0}=b;if(h==="/")return{namedRegex:"^/"+(_?".*":"")+"$"};const{namedParameterizedRoute:x}=f(g,!1);let w=_?"(?:(/.*)?)":"";return{namedRegex:"^"+x+w+"$"}}}(lt)),lt}var ur;function pa(){return ur||(ur=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"interpolateAs",{enumerable:!0,get:function(){return n}});const t=ua(),r=fa();function n(i,s,l){let a="";const o=(0,r.getRouteRegex)(i),u=o.groups,c=(s!==i?(0,t.getRouteMatcher)(o)(s):"")||l;a=i;const d=Object.keys(u);return d.every(f=>{let p=c[f]||"";const{repeat:v,optional:g}=u[f];let b="["+(v?"...":"")+f+"]";return g&&(b=(p?"":"/")+"["+b+"]"),v&&!Array.isArray(p)&&(p=[p]),(g||f in c)&&(a=a.replace(b,v?p.map(h=>encodeURIComponent(h)).join("/"):encodeURIComponent(p))||"/")})||(a=""),{params:d,result:a}}}(ot)),ot}var dr;function ha(){return dr||(dr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"resolveHref",{enumerable:!0,get:function(){return c}});const r=Qr(),n=Jr(),i=ra(),s=ze(),l=De(),a=rn(),o=ca(),u=pa();function c(d,f,p){let v,g=typeof f=="string"?f:(0,n.formatWithValidation)(f);const b=g.match(/^[a-zA-Z]{1,}:\/\//),h=b?g.slice(b[0].length):g;if((h.split("?",1)[0]||"").match(/(\/\/|\\)/)){console.error("Invalid href '"+g+"' passed to next/router in page: '"+d.pathname+"'. Repeated forward-slashes (//) or backslashes \\ are not valid in the href.");const x=(0,s.normalizeRepeatedSlashes)(h);g=(b?b[0]:"")+x}if(!(0,a.isLocalURL)(g))return p?[g]:g;try{v=new URL(g.startsWith("#")?d.asPath:d.pathname,"http://n")}catch{v=new URL("/","http://n")}try{const x=new URL(g,v);x.pathname=(0,l.normalizePathTrailingSlash)(x.pathname);let w="";if((0,o.isDynamicRoute)(x.pathname)&&x.searchParams&&p){const T=(0,r.searchParamsToUrlQuery)(x.searchParams),{result:j,params:M}=(0,u.interpolateAs)(x.pathname,x.pathname,T);j&&(w=(0,n.formatWithValidation)({pathname:j,hash:x.hash,query:(0,i.omit)(T,M)}))}const S=x.origin===v.origin?x.href.slice(x.origin.length):x.href;return p?[S,w||S]:S}catch{return p?[g]:g}}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(ye,ye.exports)),ye.exports}var Ee={exports:{}},ut={},dt={},fr;function sn(){return fr||(fr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"addPathPrefix",{enumerable:!0,get:function(){return r}});const t=_t();function r(n,i){if(!n.startsWith("/")||!i)return n;const{pathname:s,query:l,hash:a}=(0,t.parsePath)(n);return""+i+s+l+a}}(dt)),dt}var pr;function ma(){return pr||(pr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"addLocale",{enumerable:!0,get:function(){return n}});const t=sn(),r=tn();function n(i,s,l,a){if(!s||s===l)return i;const o=i.toLowerCase();return!a&&((0,r.pathHasPrefix)(o,"/api")||(0,r.pathHasPrefix)(o,"/"+s.toLowerCase()))?i:(0,t.addPathPrefix)(i,"/"+s)}}(ut)),ut}var hr;function ga(){return hr||(hr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addLocale",{enumerable:!0,get:function(){return n}});const r=De(),n=function(i){for(var s=arguments.length,l=new Array(s>1?s-1:0),a=1;a<s;a++)l[a-1]=arguments[a];return process.env.__NEXT_I18N_SUPPORT?(0,r.normalizePathTrailingSlash)(ma().addLocale(i,...l)):i};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ee,Ee.exports)),Ee.exports}var ft={},mr;function va(){return mr||(mr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"RouterContext",{enumerable:!0,get:function(){return n}});const n=he._(y).default.createContext(null);process.env.NODE_ENV!=="production"&&(n.displayName="RouterContext")}(ft)),ft}var pt={},gr;function wa(){return gr||(gr=1,function(e){"use client";Object.defineProperty(e,"__esModule",{value:!0});function t(u,c){for(var d in c)Object.defineProperty(u,d,{enumerable:!0,get:c[d]})}t(e,{CacheStates:function(){return i},AppRouterContext:function(){return s},LayoutRouterContext:function(){return l},GlobalLayoutRouterContext:function(){return a},TemplateContext:function(){return o}});const n=he._(y);var i;(function(u){u.LAZY_INITIALIZED="LAZYINITIALIZED",u.DATA_FETCH="DATAFETCH",u.READY="READY"})(i||(i={}));const s=n.default.createContext(null),l=n.default.createContext(null),a=n.default.createContext(null),o=n.default.createContext(null);process.env.NODE_ENV!=="production"&&(s.displayName="AppRouterContext",l.displayName="LayoutRouterContext",a.displayName="GlobalLayoutRouterContext",o.displayName="TemplateContext")}(pt)),pt}var _e={exports:{}},Ce={exports:{}},vr;function ba(){return vr||(vr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0});function r(s,l){for(var a in l)Object.defineProperty(s,a,{enumerable:!0,get:l[a]})}r(t,{requestIdleCallback:function(){return n},cancelIdleCallback:function(){return i}});const n=typeof self<"u"&&self.requestIdleCallback&&self.requestIdleCallback.bind(window)||function(s){let l=Date.now();return self.setTimeout(function(){s({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-l))}})},1)},i=typeof self<"u"&&self.cancelIdleCallback&&self.cancelIdleCallback.bind(window)||function(s){return clearTimeout(s)};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ce,Ce.exports)),Ce.exports}var wr;function xa(){return wr||(wr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useIntersection",{enumerable:!0,get:function(){return u}});const r=y,n=ba(),i=typeof IntersectionObserver=="function",s=new Map,l=[];function a(c){const d={root:c.root||null,margin:c.rootMargin||""},f=l.find(b=>b.root===d.root&&b.margin===d.margin);let p;if(f&&(p=s.get(f),p))return p;const v=new Map,g=new IntersectionObserver(b=>{b.forEach(h=>{const _=v.get(h.target),x=h.isIntersecting||h.intersectionRatio>0;_&&x&&_(x)})},c);return p={id:d,observer:g,elements:v},l.push(d),s.set(d,p),p}function o(c,d,f){const{id:p,observer:v,elements:g}=a(f);return g.set(c,d),v.observe(c),function(){if(g.delete(c),v.unobserve(c),g.size===0){v.disconnect(),s.delete(p);const h=l.findIndex(_=>_.root===p.root&&_.margin===p.margin);h>-1&&l.splice(h,1)}}}function u(c){let{rootRef:d,rootMargin:f,disabled:p}=c;const v=p||!i,[g,b]=(0,r.useState)(!1),h=(0,r.useRef)(null),_=(0,r.useCallback)(w=>{h.current=w},[]);(0,r.useEffect)(()=>{if(i){if(v||g)return;const w=h.current;if(w&&w.tagName)return o(w,T=>T&&b(T),{root:d==null?void 0:d.current,rootMargin:f})}else if(!g){const w=(0,n.requestIdleCallback)(()=>b(!0));return()=>(0,n.cancelIdleCallback)(w)}},[v,f,d,g,h.current]);const x=(0,r.useCallback)(()=>{b(!1)},[]);return[_,g,x]}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(_e,_e.exports)),_e.exports}var Me={exports:{}},Oe={exports:{}},ht={},br;function ya(){return br||(br=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"normalizeLocalePath",{enumerable:!0,get:function(){return t}});function t(r,n){let i;const s=r.split("/");return(n||[]).some(l=>s[1]&&s[1].toLowerCase()===l.toLowerCase()?(i=l,s.splice(1,1),r=s.join("/")||"/",!0):!1),{pathname:r,detectedLocale:i}}}(ht)),ht}var xr;function Sa(){return xr||(xr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizeLocalePath",{enumerable:!0,get:function(){return r}});const r=(n,i)=>process.env.__NEXT_I18N_SUPPORT?ya().normalizeLocalePath(n,i):{pathname:n,detectedLocale:void 0};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Oe,Oe.exports)),Oe.exports}var je={exports:{}},mt={},yr;function Ta(){return yr||(yr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"detectDomainLocale",{enumerable:!0,get:function(){return t}});function t(r,n,i){if(r){i&&(i=i.toLowerCase());for(const a of r){var s,l;const o=(s=a.domain)==null?void 0:s.split(":",1)[0].toLowerCase();if(n===o||i===a.defaultLocale.toLowerCase()||(l=a.locales)!=null&&l.some(u=>u.toLowerCase()===i))return a}}}}(mt)),mt}var Sr;function Pa(){return Sr||(Sr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"detectDomainLocale",{enumerable:!0,get:function(){return r}});const r=function(){for(var n=arguments.length,i=new Array(n),s=0;s<n;s++)i[s]=arguments[s];if(process.env.__NEXT_I18N_SUPPORT)return Ta().detectDomainLocale(...i)};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(je,je.exports)),je.exports}var Tr;function Ea(){return Tr||(Tr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getDomainLocale",{enumerable:!0,get:function(){return i}});const r=De(),n=process.env.__NEXT_ROUTER_BASEPATH||"";function i(s,l,a,o){if(process.env.__NEXT_I18N_SUPPORT){const u=Sa().normalizeLocalePath,c=Pa().detectDomainLocale,d=l||u(s,a).detectedLocale,f=c(o,void 0,d);if(f){const p="http"+(f.http?"":"s")+"://",v=d===f.defaultLocale?"":"/"+d;return""+p+f.domain+(0,r.normalizePathTrailingSlash)(""+n+v+s)}return!1}else return!1}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Me,Me.exports)),Me.exports}var Ie={exports:{}},Pr;function _a(){return Pr||(Pr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addBasePath",{enumerable:!0,get:function(){return s}});const r=sn(),n=De(),i=process.env.__NEXT_ROUTER_BASEPATH||"";function s(l,a){return(0,n.normalizePathTrailingSlash)(process.env.__NEXT_MANUAL_CLIENT_BASE_PATH&&!a?l:(0,r.addPathPrefix)(l,i))}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ie,Ie.exports)),Ie.exports}var Re={exports:{}},Er;function Ca(){return Er||(Er=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0});function r(f,p){for(var v in p)Object.defineProperty(f,v,{enumerable:!0,get:p[v]})}r(t,{PrefetchKind:function(){return c},ACTION_REFRESH:function(){return n},ACTION_NAVIGATE:function(){return i},ACTION_RESTORE:function(){return s},ACTION_SERVER_PATCH:function(){return l},ACTION_PREFETCH:function(){return a},ACTION_FAST_REFRESH:function(){return o},ACTION_SERVER_ACTION:function(){return u},isThenable:function(){return d}});const n="refresh",i="navigate",s="restore",l="server-patch",a="prefetch",o="fast-refresh",u="server-action";var c;(function(f){f.AUTO="auto",f.FULL="full",f.TEMPORARY="temporary"})(c||(c={}));function d(f){return f&&(typeof f=="object"||typeof f=="function")&&typeof f.then=="function"}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Re,Re.exports)),Re.exports}(function(e,t){"use client";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return S}});const n=he._(y),i=ha(),s=rn(),l=Jr(),a=ze(),o=ga(),u=va(),c=wa(),d=xa(),f=Ea(),p=_a(),v=Ca(),g=new Set;function b(T,j,M,E,P,O){if(typeof window>"u"||!O&&!(0,s.isLocalURL)(j))return;if(!E.bypassPrefetchedCheck){const I=typeof E.locale<"u"?E.locale:"locale"in T?T.locale:void 0,N=j+"%"+M+"%"+I;if(g.has(N))return;g.add(N)}const R=O?T.prefetch(j,P):T.prefetch(j,M,E);Promise.resolve(R).catch(I=>{if(process.env.NODE_ENV!=="production")throw I})}function h(T){const M=T.currentTarget.getAttribute("target");return M&&M!=="_self"||T.metaKey||T.ctrlKey||T.shiftKey||T.altKey||T.nativeEvent&&T.nativeEvent.which===2}function _(T,j,M,E,P,O,R,I,N){const{nodeName:z}=T.currentTarget;if(z.toUpperCase()==="A"&&(h(T)||!N&&!(0,s.isLocalURL)(M)))return;T.preventDefault();const ne=()=>{const G=R??!0;"beforePopState"in j?j[P?"replace":"push"](M,E,{shallow:O,locale:I,scroll:G}):j[P?"replace":"push"](E||M,{scroll:G})};N?n.default.startTransition(ne):ne()}function x(T){return typeof T=="string"?T:(0,l.formatUrl)(T)}const S=n.default.forwardRef(function(j,M){let E;const{href:P,as:O,children:R,prefetch:I=null,passHref:N,replace:z,shallow:H,scroll:ne,locale:G,onClick:D,onMouseEnter:$,onTouchStart:me,legacyBehavior:F=!1,...un}=j;E=R,F&&(typeof E=="string"||typeof E=="number")&&(E=n.default.createElement("a",null,E));const B=n.default.useContext(u.RouterContext),dn=n.default.useContext(c.AppRouterContext),Z=B??dn,Q=!B,ge=I!==!1,ve=I===null?v.PrefetchKind.AUTO:v.PrefetchKind.FULL;if(process.env.NODE_ENV!=="production"){let L=function(A){return new Error("Failed prop type: The prop `"+A.key+"` expects a "+A.expected+" in `<Link>`, but got `"+A.actual+"` instead."+(typeof window<"u"?`
|
|
94
|
+
Open your browser's console to view the Component stack trace.`:""))};Object.keys({href:!0}).forEach(A=>{if(A==="href"&&(j[A]==null||typeof j[A]!="string"&&typeof j[A]!="object"))throw L({key:A,expected:"`string` or `object`",actual:j[A]===null?"null":typeof j[A]})}),Object.keys({as:!0,replace:!0,scroll:!0,shallow:!0,passHref:!0,prefetch:!0,locale:!0,onClick:!0,onMouseEnter:!0,onTouchStart:!0,legacyBehavior:!0}).forEach(A=>{const ee=typeof j[A];if(A==="as"){if(j[A]&&ee!=="string"&&ee!=="object")throw L({key:A,expected:"`string` or `object`",actual:ee})}else if(A==="locale"){if(j[A]&&ee!=="string")throw L({key:A,expected:"`string`",actual:ee})}else if(A==="onClick"||A==="onMouseEnter"||A==="onTouchStart"){if(j[A]&&ee!=="function")throw L({key:A,expected:"`function`",actual:ee})}else if((A==="replace"||A==="scroll"||A==="shallow"||A==="passHref"||A==="prefetch"||A==="legacyBehavior")&&j[A]!=null&&ee!=="boolean")throw L({key:A,expected:"`boolean`",actual:ee})});const Lt=n.default.useRef(!1);j.prefetch&&!Lt.current&&!Q&&(Lt.current=!0,console.warn("Next.js auto-prefetches automatically based on viewport. The prefetch attribute is no longer needed. More: https://nextjs.org/docs/messages/prefetch-true-deprecated"))}if(process.env.NODE_ENV!=="production"&&Q&&!O){let L;if(typeof P=="string"?L=P:typeof P=="object"&&typeof P.pathname=="string"&&(L=P.pathname),L&&L.split("/").some(le=>le.startsWith("[")&&le.endsWith("]")))throw new Error("Dynamic href `"+L+"` found in <Link> while using the `/app` router, this is not supported. Read more: https://nextjs.org/docs/messages/app-dir-dynamic-href")}const{href:J,as:W}=n.default.useMemo(()=>{if(!B){const le=x(P);return{href:le,as:O?x(O):le}}const[L,fe]=(0,i.resolveHref)(B,P,!0);return{href:L,as:O?(0,i.resolveHref)(B,O):fe||L}},[B,P,O]),Mt=n.default.useRef(J),Ot=n.default.useRef(W);let V;if(F)if(process.env.NODE_ENV==="development"){D&&console.warn('"onClick" was passed to <Link> with `href` of `'+P+'` but "legacyBehavior" was set. The legacy behavior requires onClick be set on the child of next/link'),$&&console.warn('"onMouseEnter" was passed to <Link> with `href` of `'+P+'` but "legacyBehavior" was set. The legacy behavior requires onMouseEnter be set on the child of next/link');try{V=n.default.Children.only(E)}catch{throw E?new Error("Multiple children were passed to <Link> with `href` of `"+P+"` but only one child is supported https://nextjs.org/docs/messages/link-multiple-children"+(typeof window<"u"?`
|
|
95
|
+
Open your browser's console to view the Component stack trace.`:"")):new Error("No children were passed to <Link> with `href` of `"+P+"` but one child is required https://nextjs.org/docs/messages/link-no-children")}}else V=n.default.Children.only(E);else if(process.env.NODE_ENV==="development"&&(E==null?void 0:E.type)==="a")throw new Error(`Invalid <Link> with <a> child. Please remove <a> or use <Link legacyBehavior>.
|
|
96
|
+
Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor`);const ae=F?V&&typeof V=="object"&&V.ref:M,[jt,It,Rt]=(0,d.useIntersection)({rootMargin:"200px"}),fn=n.default.useCallback(L=>{(Ot.current!==W||Mt.current!==J)&&(Rt(),Ot.current=W,Mt.current=J),jt(L),ae&&(typeof ae=="function"?ae(L):typeof ae=="object"&&(ae.current=L))},[W,ae,J,Rt,jt]);n.default.useEffect(()=>{process.env.NODE_ENV==="production"&&Z&&(!It||!ge||b(Z,J,W,{locale:G},{kind:ve},Q))},[W,J,It,G,ge,B==null?void 0:B.locale,Z,Q,ve]);const we={ref:fn,onClick(L){if(process.env.NODE_ENV!=="production"&&!L)throw new Error('Component rendered inside next/link has to pass click event to "onClick" prop.');!F&&typeof D=="function"&&D(L),F&&V.props&&typeof V.props.onClick=="function"&&V.props.onClick(L),Z&&(L.defaultPrevented||_(L,Z,J,W,z,H,ne,G,Q))},onMouseEnter(L){!F&&typeof $=="function"&&$(L),F&&V.props&&typeof V.props.onMouseEnter=="function"&&V.props.onMouseEnter(L),Z&&((!ge||process.env.NODE_ENV==="development")&&Q||b(Z,J,W,{locale:G,priority:!0,bypassPrefetchedCheck:!0},{kind:ve},Q))},onTouchStart(L){!F&&typeof me=="function"&&me(L),F&&V.props&&typeof V.props.onTouchStart=="function"&&V.props.onTouchStart(L),Z&&(!ge&&Q||b(Z,J,W,{locale:G,priority:!0,bypassPrefetchedCheck:!0},{kind:ve},Q))}};if((0,a.isAbsoluteUrl)(W))we.href=W;else if(!F||N||V.type==="a"&&!("href"in V.props)){const L=typeof G<"u"?G:B==null?void 0:B.locale,fe=(B==null?void 0:B.isLocaleDomain)&&(0,f.getDomainLocale)(W,L,B==null?void 0:B.locales,B==null?void 0:B.domainLocales);we.href=fe||(0,p.addBasePath)((0,o.addLocale)(W,L,B==null?void 0:B.defaultLocale))}return F?n.default.cloneElement(V,we):n.default.createElement("a",{...un,...we},E)});(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)})(Gt,Gt.exports);const Ma=y.forwardRef((e,t)=>{const{themeName:r="alerts.closeBtn",...n}=e;return m.jsx(kr,{ref:t,themeName:r,...n,children:m.jsx(Tt,{icon:m.jsx(Zr,{})})})});Ma.displayName="AlertsCloseButton";var Oa={exports:{}};(function(e,t){(function(r,n,i){e.exports=i(),e.exports.default=i()})("slugify",Jo,function(){var r=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ō":"O","ō":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","Ə":"E","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","ə":"e","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","Ա":"A","Բ":"B","Գ":"G","Դ":"D","Ե":"E","Զ":"Z","Է":"E'","Ը":"Y'","Թ":"T'","Ժ":"JH","Ի":"I","Լ":"L","Խ":"X","Ծ":"C'","Կ":"K","Հ":"H","Ձ":"D'","Ղ":"GH","Ճ":"TW","Մ":"M","Յ":"Y","Ն":"N","Շ":"SH","Չ":"CH","Պ":"P","Ջ":"J","Ռ":"R'","Ս":"S","Վ":"V","Տ":"T","Ր":"R","Ց":"C","Փ":"P'","Ք":"Q'","Օ":"O''","Ֆ":"F","և":"EV","ء":"a","آ":"aa","أ":"a","ؤ":"u","إ":"i","ئ":"e","ا":"a","ب":"b","ة":"h","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ى":"a","ي":"y","ً":"an","ٌ":"on","ٍ":"en","َ":"a","ُ":"u","ِ":"e","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","پ":"p","چ":"ch","ژ":"zh","ک":"k","گ":"g","ی":"y","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ṣ":"S","ṣ":"s","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","–":"-","‘":"'","’":"'","“":"\\"","”":"\\"","„":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₺":"turkish lira","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial","ﻵ":"laa","ﻷ":"laa","ﻹ":"lai","ﻻ":"la"}`),n=JSON.parse('{"bg":{"Й":"Y","Ц":"Ts","Щ":"Sht","Ъ":"A","Ь":"Y","й":"y","ц":"ts","щ":"sht","ъ":"a","ь":"y"},"de":{"Ä":"AE","ä":"ae","Ö":"OE","ö":"oe","Ü":"UE","ü":"ue","ß":"ss","%":"prozent","&":"und","|":"oder","∑":"summe","∞":"unendlich","♥":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","¢":"centavos","£":"libras","¤":"moneda","₣":"francos","∑":"suma","∞":"infinito","♥":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","¢":"centime","£":"livre","¤":"devise","₣":"franc","∑":"somme","∞":"infini","♥":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","¢":"centavo","∑":"soma","£":"libra","∞":"infinito","♥":"amor"},"uk":{"И":"Y","и":"y","Й":"Y","й":"y","Ц":"Ts","ц":"ts","Х":"Kh","х":"kh","Щ":"Shch","щ":"shch","Г":"H","г":"h"},"vi":{"Đ":"D","đ":"d"},"da":{"Ø":"OE","ø":"oe","Å":"AA","å":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"større end"},"nb":{"&":"og","Å":"AA","Æ":"AE","Ø":"OE","å":"aa","æ":"ae","ø":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","Å":"AA","Ä":"AE","Ö":"OE","å":"aa","ä":"ae","ö":"oe"}}');function i(s,l){if(typeof s!="string")throw new Error("slugify: string argument expected");l=typeof l=="string"?{replacement:l}:l||{};var a=n[l.locale]||{},o=l.replacement===void 0?"-":l.replacement,u=l.trim===void 0?!0:l.trim,c=s.normalize().split("").reduce(function(d,f){var p=a[f];return p===void 0&&(p=r[f]),p===void 0&&(p=f),p===o&&(p=" "),d+p.replace(l.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return l.strict&&(c=c.replace(/[^A-Za-z0-9\s]/g,"")),u&&(c=c.trim()),c=c.replace(/\s+/g,o),l.lower&&(c=c.toLowerCase()),c}return i.extend=function(s){Object.assign(r,s)},i})})(Oa);const[on,Zl]=yt(),Ct=y.forwardRef((e,t)=>{const{themeName:r="alerts.navigationBtn",tokens:n,customTheme:i,children:s,onSubmit:l,...a}=e,{isDisabled:o}=a,{pressProps:u}=q.usePress({onPress:()=>l==null?void 0:l()});return m.jsx(q.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:m.jsx(kr,{themeName:r,tokens:n,ref:t,...u,...a,"aria-disabled":o,children:s})})}),ja=y.forwardRef((e,t)=>{var i;const{controller:r}=on(),n=(r==null?void 0:r.activeIndex)===(((i=r==null?void 0:r.slides)==null?void 0:i.length)??1)-1;return m.jsx(Ct,{onSubmit:()=>r==null?void 0:r.slideNext(),...e,ref:t,isDisabled:n,children:m.jsx(Tt,{icon:"ArrowRight"})})}),Ia=y.forwardRef((e,t)=>{const{controller:r}=on(),n=(r==null?void 0:r.activeIndex)===0;return m.jsx(Ct,{onSubmit:()=>r==null?void 0:r.slidePrev(),...e,ref:t,isDisabled:n,children:m.jsx(Tt,{icon:"ArrowLeft"})})});Ct.displayName="AlertsNavigationButton";ja.displayName="AlertsNextNavigationButton";Ia.displayName="AlertsPrevNavigationButton";process.env.NEXT_PUBLIC_IMG_DOMAIN;const Ra=e=>m.jsx("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:m.jsx("path",{d:"M17.728 13.66 12.388 19 7.05 13.66M12.4 5v14",stroke:"currentColor"})}),La=y.memo(Ra,k),Aa=Object.freeze(Object.defineProperty({__proto__:null,default:La},Symbol.toStringTag,{value:"Module"})),Na=e=>m.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[m.jsx("g",{children:m.jsx("path",{d:"M.075 11.622a1 1 0 0 0 0 .76 1 1 0 0 0 .21.33l8 8a1.004 1.004 0 0 0 1.42-1.42l-6.3-6.29h19.59a1 1 0 0 0 0-2H3.405l6.3-6.29a1 1 0 0 0 0-1.42 1 1 0 0 0-1.42 0l-8 8a1 1 0 0 0-.21.33Z"})}),m.jsx("defs",{children:m.jsx("clipPath",{children:m.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),ka=y.memo(Na,k),za=Object.freeze(Object.defineProperty({__proto__:null,default:ka},Symbol.toStringTag,{value:"Module"})),Da=e=>m.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[m.jsx("g",{children:m.jsx("path",{d:"M23.92 12.38a1 1 0 0 0 0-.76 1 1 0 0 0-.21-.33l-8-8a1.003 1.003 0 1 0-1.42 1.42l6.3 6.29H1a1 1 0 1 0 0 2h19.59l-6.3 6.29a1 1 0 0 0 0 1.42 1.002 1.002 0 0 0 1.42 0l8-8c.091-.095.162-.207.21-.33Z"})}),m.jsx("defs",{children:m.jsx("clipPath",{children:m.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),Ba=y.memo(Da,k),qa=Object.freeze(Object.defineProperty({__proto__:null,default:Ba},Symbol.toStringTag,{value:"Module"})),Va=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",viewBox:"0 0 48 48",...e,children:m.jsx("path",{d:"M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Z"})}),Ga=y.memo(Va,k),$a=Object.freeze(Object.defineProperty({__proto__:null,default:Ga},Symbol.toStringTag,{value:"Module"})),Ha=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:m.jsx("path",{d:"M28.05 36 16 23.95 28.05 11.9l2.15 2.15-9.9 9.9 9.9 9.9Z"})}),Fa=y.memo(Ha,k),Wa=Object.freeze(Object.defineProperty({__proto__:null,default:Fa},Symbol.toStringTag,{value:"Module"})),Ua=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:m.jsx("path",{d:"m18.75 36-2.15-2.15 9.9-9.9-9.9-9.9 2.15-2.15L30.8 23.95Z"})}),Ya=y.memo(Ua,k),Xa=Object.freeze(Object.defineProperty({__proto__:null,default:Ya},Symbol.toStringTag,{value:"Module"})),Ka=e=>m.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:m.jsx("path",{d:"M9.161 5.889v2.753H7V12h2.161v10h4.442V12h2.977s.28-1.614.417-3.38h-3.379V6.316a.963.963 0 0 1 .332-.558c.174-.146.396-.233.63-.248H17V2h-3.275C9.063 2 9.173 5.37 9.173 5.889h-.012Z",fill:"currentColor"})}),Za=y.memo(Ka,k),Qa=Object.freeze(Object.defineProperty({__proto__:null,default:Za},Symbol.toStringTag,{value:"Module"})),Ja=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"#3b5998",strokeMiterlimit:"10",strokeWidth:"0",d:"M147.5 254.3V139.1h38.7l6-45h-44.7V65.2c0-13 3.6-21.9 22.3-21.9h23.7V3.2c-11.6-1.2-23.1-1.8-34.7-1.8-34.3 0-57.8 20.9-57.8 59.4V94H62.2v45.1H101v115.2h46.5z"})}),el=y.memo(Ja,k),tl=Object.freeze(Object.defineProperty({__proto__:null,default:el},Symbol.toStringTag,{value:"Module"})),rl=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:m.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12.5001C2 17.4501 5.6 21.5501 10.35 22.4001L10.4094 22.3515C10.4063 22.3509 10.4032 22.3503 10.4001 22.3498V15.2998H7.90015V12.4998H10.4001V10.2998C10.4001 7.79978 12.0001 6.39978 14.3001 6.39978C15.0001 6.39978 15.8001 6.49978 16.5001 6.59978V9.14978H15.2001C14.0001 9.14978 13.7001 9.74978 13.7001 10.5498V12.4998H16.3501L15.9001 15.2998H13.7001V22.3498C13.6696 22.3553 13.639 22.3608 13.6084 22.366L13.65 22.4001C18.4 21.5501 22 17.4501 22 12.5001C22 7.00006 17.5 2.50006 12 2.50006C6.5 2.50006 2 7.00006 2 12.5001Z",fill:"currentColor"})}),nl=y.memo(rl,k),il=Object.freeze(Object.defineProperty({__proto__:null,default:nl},Symbol.toStringTag,{value:"Module"})),sl=e=>m.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 67 67",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[m.jsx("path",{d:"M16.1339 8.5415C18.1397 10.0645 19.8152 11.9792 21.0587 14.1693C22.2848 16.2537 25.064 22.0491 22.5341 25.3227C19.6732 29.0215 11.3848 30.2721 11.3848 33.6807C11.3848 36.2473 15.0181 39.1736 16.9594 42.0386C18.0736 43.6842 18.6691 45.626 18.6691 47.6133C18.6691 49.6006 18.0736 51.5423 16.9594 53.1879C16.0541 54.6088 14.817 55.7884 13.3547 56.6251",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),m.jsx("path",{d:"M57.8289 14.8058C52.7905 17.106 47.4837 18.766 42.0327 19.747C39.1227 19.9555 38.6895 17.5605 36.4621 14.1724C34.7905 11.6302 30.8874 8.45055 30.8874 5.81443C30.8648 4.90303 30.9876 3.99386 31.2511 3.12109",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),m.jsx("path",{d:"M33.6799 64.3334C50.6088 64.3334 64.3324 50.6098 64.3324 33.6809C64.3324 16.7519 50.6088 3.02832 33.6799 3.02832C16.751 3.02832 3.02734 16.7519 3.02734 33.6809C3.02734 50.6098 16.751 64.3334 33.6799 64.3334Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),m.jsx("path",{d:"M53.2225 36.1983C53.341 44.781 42.1549 55.5094 36.4658 53.188C31.4796 51.1445 34.9944 47.2291 33.7193 36.1983C33.188 31.6127 38.0842 27.8404 43.4872 27.8404C45.8806 27.6839 48.24 28.4711 50.0597 30.0335C51.8795 31.5958 53.2225 32.8948 53.2225 36.1983Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ol=y.memo(sl,k),al=Object.freeze(Object.defineProperty({__proto__:null,default:ol},Symbol.toStringTag,{value:"Module"})),ll=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[m.jsx("path",{d:"M253.5 75.7a92.8 92.8 0 0 0-5.8-30.7A62 62 0 0 0 233 22.6 62 62 0 0 0 210.7 8c-8-3-17.2-5.2-30.7-5.8-13.5-.6-17.8-.8-52.1-.8s-38.7.2-52.2.8A92.8 92.8 0 0 0 45 8c-8.4 3.2-16 8.2-22.4 14.6A62 62 0 0 0 8 45c-3 8-5.2 17.3-5.8 30.7a890 890 0 0 0-.8 52.2c0 34.3.2 38.6.8 52.1A92.8 92.8 0 0 0 8 210.7a62 62 0 0 0 14.5 22.4A62 62 0 0 0 45 247.7c8 3.1 17.3 5.2 30.7 5.9 13.5.6 17.8.7 52.2.7s38.6-.1 52-.7a92.8 92.8 0 0 0 30.8-6c17-6.5 30.4-20 37-36.9 3-8 5.2-17.2 5.8-30.7.7-13.5.8-17.8.8-52.1s-.1-38.7-.8-52.2zM230.8 179c-.6 12.3-2.6 19-4.4 23.4-4.2 11-13 19.8-24 24a69.9 69.9 0 0 1-23.4 4.4c-13.4.6-17.4.7-51.1.7-33.8 0-37.8-.1-51.1-.7-12.4-.6-19-2.6-23.5-4.4-5.5-2-10.5-5.2-14.5-9.4-4.2-4.1-7.5-9-9.5-14.6a69.9 69.9 0 0 1-4.4-23.4c-.6-13.4-.7-17.4-.7-51.1s.1-37.8.7-51.1c.6-12.4 2.6-19 4.4-23.5 2-5.5 5.2-10.5 9.4-14.6 4.1-4.2 9-7.4 14.6-9.4a69.9 69.9 0 0 1 23.5-4.4c13.3-.6 17.3-.7 51-.7 33.8 0 37.8.1 51.1.7 12.4.6 19 2.7 23.5 4.4 5.5 2 10.5 5.2 14.6 9.4 4.2 4.1 7.4 9.1 9.4 14.6a69.9 69.9 0 0 1 4.4 23.5c.6 13.3.7 17.3.7 51s-.1 37.8-.7 51.2z"}),m.jsx("path",{d:"M127.9 63a65 65 0 1 0 0 129.8 65 65 0 0 0 0-129.9zm0 107a42.2 42.2 0 1 1 0-84.3 42.2 42.2 0 0 1 0 84.3zM210.5 60.4a15.2 15.2 0 1 1-30.3 0 15.2 15.2 0 0 1 30.3 0z"})]})}),cl=y.memo(ll,k),ul=Object.freeze(Object.defineProperty({__proto__:null,default:cl},Symbol.toStringTag,{value:"Module"})),dl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"none",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[m.jsxs("linearGradient",{id:"a",x1:"7.6",x2:"82.4",y1:"9.6",y2:"84.4",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[m.jsx("stop",{offset:"0%",stopColor:"#ffd600"}),m.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),m.jsx("stop",{offset:"100%",stopColor:"#d800b9"})]}),m.jsx("path",{fill:"url(#a)",d:"M89.7 26.4c-.2-4.7-1-8-2-10.9a22 22 0 0 0-5.3-8 22 22 0 0 0-8-5.1A33 33 0 0 0 63.7.3C58.8 0 57.2 0 45 0S31.2 0 26.4.3c-4.7.2-8 1-10.9 2a22 22 0 0 0-8 5.3 22 22 0 0 0-5.1 8A33 33 0 0 0 .3 26.3C0 31.2 0 32.8 0 45c0 12.2 0 13.8.3 18.6.2 4.7 1 8 2 10.9a22 22 0 0 0 5.3 8c2.2 2.2 5 4 8 5.1a33 33 0 0 0 10.8 2.1c4.8.2 6.4.3 18.6.3s13.8 0 18.6-.3c4.7-.2 8-1 10.9-2a23 23 0 0 0 13.1-13.2 33 33 0 0 0 2.1-11c.2-4.7.3-6.3.3-18.5s0-13.8-.3-18.6zm-8 36.8c-.3 4.4-1 6.8-1.6 8.3-1.5 4-4.6 7-8.6 8.6-1.5.6-4 1.3-8.3 1.5-4.8.2-6.2.3-18.2.3s-13.4 0-18.2-.3a25 25 0 0 1-8.3-1.5 14 14 0 0 1-5.2-3.4 14 14 0 0 1-3.4-5.2c-.6-1.5-1.3-4-1.5-8.3A313 313 0 0 1 8 45c0-12 0-13.4.3-18.2a25 25 0 0 1 1.5-8.3 14 14 0 0 1 3.4-5.2 14 14 0 0 1 5.2-3.4c1.5-.6 4-1.3 8.3-1.5C31.6 8.2 33 8 45 8s13.4 0 18.2.3c4.4.2 6.8.9 8.3 1.5a14 14 0 0 1 5.2 3.4 14 14 0 0 1 3.4 5.2c.6 1.5 1.3 4 1.5 8.3.2 4.8.3 6.2.3 18.2s0 13.4-.3 18.2z"}),m.jsxs("linearGradient",{id:"b",x1:"28.7",x2:"61.3",y1:"30.7",y2:"63.3",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[m.jsx("stop",{offset:"0%",stopColor:"#ff6400"}),m.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),m.jsx("stop",{offset:"100%",stopColor:"#fd0056"})]}),m.jsx("path",{fill:"url(#b)",d:"M45 21.9A23.1 23.1 0 1 0 45 68 23.1 23.1 0 0 0 45 22zM45 60a15 15 0 1 1 0-30 15 15 0 0 1 0 30z"}),m.jsxs("linearGradient",{id:"c",x1:"65.2",x2:"72.8",y1:"67.2",y2:"74.8",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[m.jsx("stop",{offset:"0%",stopColor:"#f30072"}),m.jsx("stop",{offset:"100%",stopColor:"#e50097"})]}),m.jsx("path",{fill:"url(#c)",d:"M74.4 21a5.4 5.4 0 1 1-10.8 0 5.4 5.4 0 0 1 10.8 0z"})]})}),fl=y.memo(dl,k),pl=Object.freeze(Object.defineProperty({__proto__:null,default:fl},Symbol.toStringTag,{value:"Module"})),hl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[m.jsx("path",{d:"M61.4 254.3A59.8 59.8 0 0 1 19 151.8L65.8 105a11.2 11.2 0 0 1 15.9 16l-46.8 46.7a37.3 37.3 0 0 0 0 53.1 37.6 37.6 0 0 0 53 0l46.9-46.8a11.2 11.2 0 1 1 15.9 16l-46.8 46.7a59.8 59.8 0 0 1-42.5 17.6zM182 154a11.2 11.2 0 0 1-8-19.2L220.8 88a37.6 37.6 0 0 0-53-53.1l-46.9 46.8a11.2 11.2 0 0 1-15.9-16L151.8 19a59.6 59.6 0 0 1 85 0 60.1 60.1 0 0 1 0 84.9l-46.9 46.8c-2.2 2.2-5 3.3-8 3.3z"}),m.jsx("path",{d:"M72.6 194.3a11.2 11.2 0 0 1-8-19.1L175.3 64.7A11.2 11.2 0 1 1 191 80.6L80.6 191c-2.2 2.2-5.1 3.2-8 3.2z"})]})}),ml=y.memo(hl,k),gl=Object.freeze(Object.defineProperty({__proto__:null,default:ml},Symbol.toStringTag,{value:"Module"})),vl=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:19,viewBox:"0 0 18 19",fill:"none",...e,children:m.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 1.79773C0 1.07677 0.604838 0.5 1.33064 0.5H16.6694C17.3952 0.5 18 1.07677 18 1.79773V17.2023C18 17.9232 17.3952 18.5 16.6694 18.5H1.33064C0.604838 18.5 0 17.9232 0 17.2023V1.79773ZM5.44373 15.5677V7.44492H2.73405V15.5677H5.44373ZM4.08889 6.31541C5.03244 6.31541 5.63728 5.69058 5.63728 4.92155C5.61308 4.1285 5.05663 3.52769 4.11308 3.52769C3.19373 3.52769 2.5647 4.1285 2.5647 4.92155C2.5647 5.69058 3.14534 6.31541 4.08889 6.31541ZM9.65304 15.5677H6.94336C6.94336 15.5677 6.99175 8.18991 6.94336 7.44492H9.67723V8.58586C9.66903 8.59819 9.66097 8.6104 9.65304 8.62249H9.67723V8.58586C10.0439 8.03441 10.6772 7.25266 12.1208 7.25266C13.9111 7.25266 15.2417 8.4062 15.2417 10.9055V15.5677H12.5321V11.2179C12.5321 10.1365 12.145 9.39151 11.153 9.39151C10.403 9.39151 9.94336 9.89619 9.74981 10.3768C9.67723 10.5451 9.65304 10.7854 9.65304 11.0257V15.5677Z",fill:"currentColor"})}),wl=y.memo(vl,k),bl=Object.freeze(Object.defineProperty({__proto__:null,default:wl},Symbol.toStringTag,{value:"Module"})),xl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[m.jsx("path",{d:"M80.9 78.8H9c-5 0-9.1-4.1-9.1-9.1V20.3c0-5 4-9 9.1-9H81c5 0 9.1 4 9.1 9v49.4c0 5-4 9-9.1 9zM9 17.2A3.1 3.1 0 0 0 6 20.3v49.4c0 1.7 1.4 3 3.1 3H81c1.7 0 3.1-1.3 3.1-3V20.3c0-1.7-1.4-3-3.1-3H9z"}),m.jsx("path",{d:"M45 55.4c-5.4 0-10.6-2.3-14.2-6.3l-28.3-31 4.4-4 28.3 31c2.5 2.8 6 4.3 9.8 4.3 3.8 0 7.3-1.5 9.8-4.3l28.3-31 4.4 4-28.3 31c-3.6 4-8.8 6.3-14.2 6.3z"}),m.jsx("rect",{width:"39",height:"6",x:"-1",y:"57.2",rx:"0",ry:"0",transform:"rotate(-45.1 18.5 60.2)"}),m.jsx("rect",{width:"6",height:"39",x:"68.5",y:"40.7",rx:"0",ry:"0",transform:"rotate(-44.8 71.5 60.2)"})]})}),yl=y.memo(xl,k),Sl=Object.freeze(Object.defineProperty({__proto__:null,default:yl},Symbol.toStringTag,{value:"Module"})),Tl=e=>m.jsxs("svg",{height:48,width:48,fill:"currentColor",...e,xmlns:"http://www.w3.org/2000/svg",children:[m.jsx("ellipse",{cx:"26",cy:"24.095",rx:"26",ry:"23.547",fill:"#fff"}),m.jsx("path",{d:"M37.742 24.095H14.258M26 13.46V34.73 13.46Z",stroke:"#9E9E9E",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Pl=y.memo(Tl,k),El=Object.freeze(Object.defineProperty({__proto__:null,default:Pl},Symbol.toStringTag,{value:"Module"})),_l=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M199.75 145.13a54.45 54.45 0 0 0-43.54 21.82l-47.88-23.93c1.4-4.82 2.2-9.9 2.2-15.17a54.3 54.3 0 0 0-2.2-15.16l47.88-23.93a54.45 54.45 0 0 0 43.54 21.82 54.61 54.61 0 0 0 54.56-54.56c0-30.08-24.48-54.56-54.56-54.56s-54.56 24.48-54.56 54.56c0 5.27.79 10.35 2.19 15.17L99.5 95.11A54.45 54.45 0 0 0 55.97 73.3C25.88 73.3 1.4 97.77 1.4 127.86s24.47 54.56 54.56 54.56c17.79 0 33.56-8.6 43.53-21.82l47.88 23.92a54.32 54.32 0 0 0-2.2 15.17c0 30.09 24.48 54.56 54.57 54.56s54.56-24.47 54.56-54.56a54.62 54.62 0 0 0-54.56-54.56zm0-124c19.24 0 34.89 15.65 34.89 34.9s-15.65 34.88-34.9 34.88-34.88-15.65-34.88-34.89 15.65-34.89 34.89-34.89zM55.97 162.75c-19.24 0-34.9-15.65-34.9-34.9s15.66-34.88 34.9-34.88 34.88 15.65 34.88 34.89-15.65 34.89-34.88 34.89zm143.78 71.83a34.93 34.93 0 0 1-34.9-34.89c0-19.24 15.66-34.89 34.9-34.89s34.89 15.65 34.89 34.9a34.93 34.93 0 0 1-34.9 34.88z"})}),Cl=y.memo(_l,k),Ml=Object.freeze(Object.defineProperty({__proto__:null,default:Cl},Symbol.toStringTag,{value:"Module"})),Ol=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 231A147 147 0 0 0 228 76c11-7 19-16 26-27-9 5-19 7-29 9 10-7 18-17 22-29-10 6-21 10-33 12a52 52 0 0 0-88 48C83 87 45 66 19 35a52 52 0 0 0 16 69c-8 0-16-3-23-7v1c0 25 17 46 41 51a52 52 0 0 1-23 1c6 20 26 35 48 36a104 104 0 0 1-77 21c23 15 51 24 80 24"})}),jl=y.memo(Ol,k),Il=Object.freeze(Object.defineProperty({__proto__:null,default:jl},Symbol.toStringTag,{value:"Module"})),Rl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"#1da1f2",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 230.6c95.4 0 147.6-79 147.6-147.6 0-2.3 0-4.5-.2-6.7 10.2-7.4 19-16.5 25.9-26.9-9.5 4.2-19.5 7-29.8 8.2a52 52 0 0 0 22.8-28.7 104 104 0 0 1-33 12.6A52 52 0 0 0 126 88.8C84.2 86.7 45.4 67 19 34.6a52 52 0 0 0 16 69.2 51.5 51.5 0 0 1-23.5-6.5v.7c0 24.7 17.4 46 41.6 50.9-7.6 2-15.6 2.4-23.4.9a52 52 0 0 0 48.5 36 104.1 104.1 0 0 1-76.8 21.5A146.9 146.9 0 0 0 81 230.6"})}),Ll=y.memo(Rl,k),Al=Object.freeze(Object.defineProperty({__proto__:null,default:Ll},Symbol.toStringTag,{value:"Module"})),Nl=e=>m.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:m.jsx("path",{d:"M17 21H7a4 4 0 0 1-4-4v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 1 2 0v1a4 4 0 0 1-4 4Zm-5-4a1 1 0 0 1-1-1V6.41l-2.29 2.3a1.004 1.004 0 0 1-1.42-1.42l4-4a1 1 0 0 1 .33-.21A1 1 0 0 1 12 3a1 1 0 0 1 .38.08 1 1 0 0 1 .33.21l4 4a1.004 1.004 0 1 1-1.42 1.42L13 6.41V16a1 1 0 0 1-1 1Z",fill:"currentColor"})}),kl=y.memo(Nl,k),zl=Object.freeze(Object.defineProperty({__proto__:null,default:kl},Symbol.toStringTag,{value:"Module"})),Dl=e=>m.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:m.jsx("path",{d:"M14.119 11.7052L20.4486 4.5H18.9492L13.4509 10.7549L9.0626 4.5H4L10.6374 13.9594L4 21.5142H5.4994L11.3021 14.9074L15.9374 21.5142H21M6.04057 5.60727H8.34407L18.9481 20.4613H16.644",fill:"currentColor"})}),Bl=y.memo(Dl,k),ql=Object.freeze(Object.defineProperty({__proto__:null,default:Bl},Symbol.toStringTag,{value:"Module"})),Vl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M249 67c-3-11-11-19-22-22-20-6-99-6-99-6s-79 0-99 6C18 48 10 56 7 67c-6 20-6 61-6 61s0 41 6 61c3 11 11 19 22 22 20 5 99 5 99 5s79 0 99-5c11-3 19-11 22-22 5-20 5-61 5-61s0-41-5-61zm-146 99V90l65 38-65 38z"})}),Gl=y.memo(Vl,k),$l=Object.freeze(Object.defineProperty({__proto__:null,default:Gl},Symbol.toStringTag,{value:"Module"})),Hl=e=>m.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:m.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[m.jsx("path",{fill:"red",d:"M249.02 66.99a31.68 31.68 0 0 0-22.36-22.36c-19.72-5.29-98.8-5.29-98.8-5.29s-79.09 0-98.8 5.29A31.68 31.68 0 0 0 6.68 66.99c-5.28 19.72-5.28 60.87-5.28 60.87s0 41.15 5.28 60.87a31.68 31.68 0 0 0 22.36 22.36c19.72 5.28 98.8 5.28 98.8 5.28s79.1 0 98.81-5.28a31.68 31.68 0 0 0 22.36-22.36c5.29-19.72 5.29-60.87 5.29-60.87s0-41.15-5.29-60.87z"}),m.jsx("path",{fill:"#fff",d:"m102.57 165.8 65.7-37.94-65.7-37.94z"})]})}),Fl=y.memo(Hl,k),Wl=Object.freeze(Object.defineProperty({__proto__:null,default:Fl},Symbol.toStringTag,{value:"Module"}));xt();const an=async e=>{const{variables:t,themeName:r="wysiwyg",tokens:n,item:i,document:s}=e,l=await Mr({item:i,blockKey:"block_wysiwyg_by_id",document:s,variables:t});if(!l)return null;const{content:a,title:o,level:u,settings:c}=l,{tokens:d}=Cr(jr,c)??{};return!a&&!(o&&u)?null:m.jsxs(m.Fragment,{children:[o&&u&&m.jsx(Lr,{as:"span",themeName:r,tokens:{...n,...d},children:y.createElement(u,{},o)}),a&&m.jsx(Uo,{themeName:r,tokens:{...n,...d},content:a})]})},ln={block_wysiwyg:{default:e=>m.jsx(an,{...e})}},cn={components:{...ln}},Ul=e=>{const{children:t,config:r,...n}=e,i=Or(cn,r),s=a=>t?t({...n,...a,config:i}):m.jsx(Ir,{...n,...a,config:i});if("blocks"in e){const{blocks:a}=e;return a.map(s)}const{block:l}=e;return s(l)};exports.BlockDispatcher=Ul;exports.BlockSerializer=Ir;exports.BlockWysiwyg=an;exports.baseConfig=cn;exports.blockWysiwygConfig=ln;exports.getBlockProps=Mr;exports.mergeConfigs=Or;
|