@latte-macchiat-io/latte-vanilla-components 0.0.169 → 0.0.170
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/dist/index.cjs.js +2 -2
- package/dist/index.es.js +2114 -2234
- package/package.json +2 -4
package/dist/index.cjs.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Je=require("@vanilla-extract/sprinkles"),h=require("@vanilla-extract/css"),f=require("react/jsx-runtime"),te=require("react");function Ct(t){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const i in t)if(i!=="default"){const o=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(a,i,o.get?o:{enumerable:!0,get:()=>t[i]})}}return a.default=t,Object.freeze(a)}const ke=Ct(te),e=h.createThemeContract({colors:{primary:null,secondary:null,accent:null,background:null,surface:null,text:null,textSecondary:null,textLight:null,border:null,error:null,warning:null,success:null,info:null},space:{none:null,xs:null,sm:null,md:null,lg:null,xl:null,"2xl":null},radii:{none:null,sm:null,md:null,lg:null,xl:null,full:null},fonts:{body:null,heading:null,mono:null},fontSizes:{xs:null,sm:null,md:null,lg:null,xl:null,"2xl":null,"3xl":null,"4xl":null},fontWeights:{light:null,normal:null,medium:null,semibold:null,bold:null},lineHeights:{tight:null,normal:null,relaxed:null},shadows:{none:null,sm:null,md:null,lg:null,xl:null},maxWidth:null,section:{paddingTop:null,paddingBottom:null},header:{height:null},footer:{height:null}}),re={colors:{primary:"#FF7377",secondary:"#FCEFE6",accent:"#FF7377",background:"#ffffff",surface:"#f8f9fa",text:"#000000",textSecondary:"#666666",textLight:"#f5f5f5",border:"#e1e1e1",error:"#dc3545",warning:"#ffc107",success:"#28a745",info:"#17a2b8"},space:{none:"0px",xs:"4px",sm:"8px",md:"16px",lg:"32px",xl:"64px","2xl":"128px"},radii:{none:"0px",sm:"4px",md:"8px",lg:"16px",xl:"24px",full:"9999px"},fonts:{body:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',heading:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',mono:'ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, monospace'},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"32px","4xl":"40px"},fontWeights:{light:"300",normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeights:{tight:"1.2",normal:"1.5",relaxed:"1.75"},shadows:{none:"none",sm:"0 1px 2px rgba(0, 0, 0, 0.05)",md:"0 4px 6px rgba(0, 0, 0, 0.1)",lg:"0 10px 15px rgba(0, 0, 0, 0.1)",xl:"0 20px 25px rgba(0, 0, 0, 0.1)"},maxWidth:"1500px",section:{paddingTop:"48px",paddingBottom:"48px"},header:{height:"80px"},footer:{height:"80px"}},ze={colors:{primary:"#1a73e8",secondary:"#374151",accent:"#60a5fa",background:"#111827",surface:"#1f2937",text:"#ffffff",textSecondary:"#9ca3af",textLight:"#f3f4f6",border:"#374151",error:"#ef4444",warning:"#f59e0b",success:"#10b981",info:"#3b82f6"},space:{none:"0px",xs:"4px",sm:"8px",md:"16px",lg:"32px",xl:"64px","2xl":"128px"},radii:{none:"0px",sm:"4px",md:"8px",lg:"16px",xl:"24px",full:"9999px"},fonts:{body:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',heading:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',mono:'ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, monospace'},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"32px","4xl":"40px"},fontWeights:{light:"300",normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeights:{tight:"1.2",normal:"1.5",relaxed:"1.75"},shadows:{none:"none",sm:"0 1px 2px rgba(0, 0, 0, 0.1)",md:"0 4px 6px rgba(0, 0, 0, 0.15)",lg:"0 10px 15px rgba(0, 0, 0, 0.2)",xl:"0 20px 25px rgba(0, 0, 0, 0.25)"},maxWidth:"1500px",section:{paddingTop:"48px",paddingBottom:"48px"},header:{height:"80px"},footer:{height:"80px"}},jt=t=>({...re,...t,colors:{...re.colors,...t.colors},space:{...re.space,...t.space},radii:{...re.radii,...t.radii},fonts:{...re.fonts,...t.fonts},fontSizes:{...re.fontSizes,...t.fontSizes},lineHeights:{...re.lineHeights,...t.lineHeights},shadows:{...re.shadows,...t.shadows}}),zt=()=>e,Rt=(t=!1)=>t?ze:re,kt=()=>{const t=document.documentElement,i=t.getAttribute("data-theme")==="dark"?null:"dark";return i?t.setAttribute("data-theme",i):t.removeAttribute("data-theme"),i==="dark"},Vt=t=>{const a=document.documentElement;t==="dark"?a.setAttribute("data-theme","dark"):a.removeAttribute("data-theme")},Nt=()=>typeof window>"u"?"light":document.documentElement.getAttribute("data-theme")==="dark"?"dark":"light",ve={mobile:0,sm:640,md:768,lg:1024,xl:1280,"2xl":1536},ae={mobile:`screen and (min-width: ${ve.mobile}px)`,sm:`screen and (min-width: ${ve.sm}px)`,md:`screen and (min-width: ${ve.md}px)`,lg:`screen and (min-width: ${ve.lg}px)`,xl:`screen and (min-width: ${ve.xl}px)`,"2xl":`screen and (min-width: ${ve["2xl"]}px)`},Tt=Je.defineProperties({conditions:{mobile:{},sm:{"@media":ae.sm},md:{"@media":ae.md},lg:{"@media":ae.lg},xl:{"@media":ae.xl},"2xl":{"@media":ae["2xl"]}},defaultCondition:"mobile",properties:{padding:e.space,paddingTop:e.space,paddingBottom:e.space,paddingLeft:e.space,paddingRight:e.space,margin:e.space,marginTop:e.space,marginBottom:e.space,marginLeft:e.space,marginRight:e.space,gap:e.space,display:["none","block","inline","inline-block","flex","inline-flex","grid","inline-grid"],flexDirection:["row","column","row-reverse","column-reverse"],justifyContent:["flex-start","center","flex-end","space-between","space-around","space-evenly"],flexWrap:["nowrap","wrap","wrap-reverse"],flex:["1","auto","initial","none"],width:["auto","100%","50%","33.333333%","25%","fit-content","min-content","max-content"],height:["auto","100%","100vh","fit-content","min-content","max-content"],minWidth:["0","100%","fit-content","min-content","max-content"],maxWidth:[e.maxWidth],minHeight:["0","100%","100vh"],position:["static","relative","absolute","fixed","sticky"],top:e.space,bottom:e.space,left:e.space,right:e.space,zIndex:[0,10,20,30,40,50],fontSize:e.fontSizes,fontFamily:e.fonts,lineHeight:e.lineHeights,textAlign:["left","center","right","justify"],fontWeight:["normal","bold","100","200","300","400","500","600","700","800","900"],color:e.colors,backgroundColor:e.colors,borderRadius:e.radii,borderWidth:["0","1px","2px","4px"],borderStyle:["none","solid","dashed","dotted"],borderColor:e.colors,boxShadow:e.shadows,opacity:["0","0.25","0.5","0.75","1"],overflow:["visible","hidden","scroll","auto"],overflowX:["visible","hidden","scroll","auto"],overflowY:["visible","hidden","scroll","auto"]}}),de=Je.createSprinkles(Tt);function Qe(t){var a,i,o="";if(typeof t=="string"||typeof t=="number")o+=t;else if(typeof t=="object")if(Array.isArray(t)){var n=t.length;for(a=0;a<n;a++)t[a]&&(i=Qe(t[a]))&&(o&&(o+=" "),o+=i)}else for(i in t)t[i]&&(o&&(o+=" "),o+=i);return o}function le(){for(var t,a,i=0,o="",n=arguments.length;i<n;i++)(t=arguments[i])&&(a=Qe(t))&&(o&&(o+=" "),o+=a);return o}function It(t,a){return Object.defineProperty(t,"__recipe__",{value:a,writable:!1}),t}function Et(t,a){if(typeof t!="object"||!t)return t;var i=t[Symbol.toPrimitive];if(i!==void 0){var o=i.call(t,a||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(t)}function Ot(t){var a=Et(t,"string");return typeof a=="symbol"?a:String(a)}function Wt(t,a,i){return a=Ot(a),a in t?Object.defineProperty(t,a,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[a]=i,t}function _e(t,a){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);a&&(o=o.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),i.push.apply(i,o)}return i}function Ye(t){for(var a=1;a<arguments.length;a++){var i=arguments[a]!=null?arguments[a]:{};a%2?_e(Object(i),!0).forEach(function(o){Wt(t,o,i[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):_e(Object(i)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(i,o))})}return t}function De(t,a){var i={};for(var o in t)i[o]=a(t[o],o);return i}var Ft=(t,a,i)=>{for(var o of Object.keys(t)){var n;if(t[o]!==((n=a[o])!==null&&n!==void 0?n:i[o]))return!1}return!0},Bt=t=>{var a=i=>{var o=t.defaultClassName,n=Ye(Ye({},t.defaultVariants),i);for(var d in n){var p,u=(p=n[d])!==null&&p!==void 0?p:t.defaultVariants[d];if(u!=null){var m=u;typeof m=="boolean"&&(m=m===!0?"true":"false");var x=t.variantClassNames[d][m];x&&(o+=" "+x)}}for(var[b,C]of t.compoundVariants)Ft(b,n,t.defaultVariants)&&(o+=" "+C);return o};return a.variants=()=>Object.keys(t.variantClassNames),a.classNames={get base(){return t.defaultClassName.split(" ")[0]},get variants(){return De(t.variantClassNames,i=>De(i,o=>o.split(" ")[0]))}},a};function ue(t,a){var{variants:i={},defaultVariants:o={},compoundVariants:n=[],base:d}=t,p;if(!d||typeof d=="string"){var u=h.style({});p=d?"".concat(u," ").concat(d):u}else p=h.style(d,a);var m=De(i,(k,v)=>h.styleVariants(k,V=>typeof V=="string"?[V]:V,v)),x=[];for(var{style:b,variants:C}of n)x.push([C,typeof b=="string"?b:h.style(b,"".concat(a,"_compound_").concat(x.length))]);var O={defaultClassName:p,variantClassNames:m,defaultVariants:o,compoundVariants:x};return It(Bt(O),{importPath:"@vanilla-extract/recipes/createRuntimeFn",importName:"createRuntimeFn",args:[O]})}const At=ue({base:{display:"inline-flex",alignItems:"center",justifyContent:"center",padding:e.space.md,borderRadius:e.radii.md,border:"none",cursor:"pointer",fontFamily:e.fonts.body,fontSize:e.fontSizes.md,fontWeight:"500",lineHeight:e.lineHeights.tight,textDecoration:"none",transition:"all 0.2s ease-in-out",outline:"none",":hover":{transform:"translateY(-1px)",boxShadow:e.shadows.md},":active":{transform:"translateY(0)"},":focus-visible":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px"},":disabled":{opacity:"0.5",cursor:"not-allowed",transform:"none",boxShadow:"none"}},variants:{variant:{primary:{backgroundColor:e.colors.primary,color:e.colors.background,":hover":{backgroundColor:e.colors.accent}},secondary:{backgroundColor:e.colors.secondary,color:e.colors.text,":hover":{backgroundColor:e.colors.surface}},outline:{backgroundColor:"transparent",color:e.colors.text,border:`1px solid ${e.colors.border}`,":hover":{backgroundColor:e.colors.surface,borderColor:e.colors.primary}},ghost:{backgroundColor:"transparent",color:e.colors.text,":hover":{backgroundColor:e.colors.surface}},danger:{backgroundColor:e.colors.error,color:e.colors.background,":hover":{opacity:"0.9"}}},size:{sm:{padding:`${e.space.xs} ${e.space.sm}`,fontSize:e.fontSizes.sm,borderRadius:e.radii.sm},md:{padding:`${e.space.sm} ${e.space.md}`,fontSize:e.fontSizes.md,borderRadius:e.radii.md},lg:{padding:`${e.space.md} ${e.space.lg}`,fontSize:e.fontSizes.lg,borderRadius:e.radii.lg}},fullWidth:{true:{width:"100%"}}},defaultVariants:{variant:"primary",size:"md"}}),We=te.forwardRef(({variant:t,size:a,fullWidth:i,isPending:o=!1,disabled:n,css:d,className:p,children:u,margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J,...G},ne)=>f.jsx("button",{ref:ne,className:le(At({variant:t,size:a,fullWidth:i}),de({margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J}),d,p),disabled:n||o,...G,children:o?"Loading...":u}));We.displayName="Button";const Dt=h.style({width:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-start",paddingTop:e.section.paddingTop,paddingBottom:e.section.paddingBottom,paddingLeft:e.space.md,paddingRight:e.space.md,maxWidth:e.maxWidth,margin:"0 auto",position:"relative","@media":{"screen and (min-width: 768px)":{paddingLeft:e.space.lg,paddingRight:e.space.lg},"screen and (min-width: 1024px)":{paddingLeft:e.space.xl,paddingRight:e.space.xl}}}),Lt=ue({base:Dt,variants:{align:{left:{textAlign:"left",alignItems:"flex-start"},center:{textAlign:"center",alignItems:"center"},right:{textAlign:"right",alignItems:"flex-end"}},isDark:{true:{backgroundColor:e.colors.surface,color:e.colors.textLight},false:{backgroundColor:e.colors.background,color:e.colors.text}},isFullHeight:{true:{minHeight:"100vh",justifyContent:"center"},false:{minHeight:"auto",justifyContent:"flex-start"}},spacing:{none:{paddingTop:"0",paddingBottom:"0"},sm:{paddingTop:e.space.md,paddingBottom:e.space.md},md:{paddingTop:e.section.paddingTop,paddingBottom:e.section.paddingBottom},lg:{paddingTop:e.space.xl,paddingBottom:e.space.xl},xl:{paddingTop:e.space["2xl"],paddingBottom:e.space["2xl"]}}},defaultVariants:{align:"left",isDark:!1,isFullHeight:!1,spacing:"md"}}),Mt=te.forwardRef(({children:t,align:a,isDark:i,isFullHeight:o,spacing:n,as:d="section",css:p,className:u,margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J,...G},ne)=>f.jsx(d,{ref:ne,className:le(Lt({align:a,isDark:i,isFullHeight:o,spacing:n}),de({margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J}),p,u),...G,children:t})),$t=h.style({display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-start",width:"100%",minHeight:"100vh",maxWidth:e.maxWidth,margin:"0 auto",paddingTop:e.header.height,paddingBottom:e.footer.height,backgroundColor:e.colors.background,color:e.colors.text,fontFamily:e.fonts.body}),Ht=ue({base:$t,variants:{centered:{true:{justifyContent:"center",alignItems:"center"},false:{justifyContent:"flex-start",alignItems:"stretch"}},fullWidth:{true:{maxWidth:"100%"},false:{maxWidth:e.maxWidth}},noPadding:{true:{paddingTop:"0",paddingBottom:"0"},false:{paddingTop:e.header.height,paddingBottom:e.footer.height}}},defaultVariants:{centered:!1,fullWidth:!1,noPadding:!1}}),et=te.forwardRef(({children:t,centered:a,fullWidth:i,noPadding:o,as:n="main",css:d,className:p,margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E,...J},G)=>f.jsx(n,{ref:G,className:le(Ht({centered:a,fullWidth:i,noPadding:o}),de({margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E}),d,p),...J,children:t}));et.displayName="Main";const Pt=h.style({display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%",height:e.header.height,backgroundColor:e.colors.background,color:e.colors.text,zIndex:30,paddingLeft:e.space.md,paddingRight:e.space.md,paddingTop:e.space.sm,paddingBottom:e.space.sm,gap:e.space.md,"@media":{[ae.md]:{paddingLeft:e.space.lg,paddingRight:e.space.lg,gap:e.space.lg},[ae.lg]:{paddingLeft:e.space.xl,paddingRight:e.space.xl,gap:e.space.xl}}}),Ut=ue({base:Pt,variants:{variant:{default:{backgroundColor:e.colors.background,borderBottom:`1px solid ${e.colors.border}`},transparent:{backgroundColor:"transparent",borderBottom:"none"},dark:{backgroundColor:e.colors.surface,color:e.colors.textLight}},size:{sm:{height:"60px",paddingTop:e.space.xs,paddingBottom:e.space.xs},md:{height:e.header.height,paddingTop:e.space.sm,paddingBottom:e.space.sm},lg:{height:"100px",paddingTop:e.space.md,paddingBottom:e.space.md}}},defaultVariants:{variant:"default",size:"md"}}),_t=h.style({height:e.header.height,width:"100%"}),tt=te.forwardRef(({children:t,position:a,variant:i,size:o,isFixed:n,hideToggleNav:d,childrenOverlay:p,displayToggleNavOnDesktop:u,as:m="header",css:x,className:b,margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,zIndex:S,fontSize:j,fontFamily:z,lineHeight:M,textAlign:$,fontWeight:P,color:U,backgroundColor:B,borderRadius:I,borderWidth:_,borderStyle:N,borderColor:Y,boxShadow:A,opacity:D,overflow:q,overflowX:X,overflowY:Z,...E},J)=>{const[G,ne]=te.useState(!1),se=a||(n?"fixed":"relative");return f.jsxs(f.Fragment,{children:[f.jsxs(m,{ref:J,className:le(Ut({variant:i,size:o}),de({margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,zIndex:S,fontSize:j,fontFamily:z,lineHeight:M,textAlign:$,fontWeight:P,color:U,backgroundColor:B,borderRadius:I,borderWidth:_,borderStyle:N,borderColor:Y,boxShadow:A,opacity:D,overflow:q,overflowX:X,overflowY:Z}),x,b),...E,children:[p&&f.jsx("div",{className:le("header-overlay",G&&"header-overlay--open"),children:p}),t,!d&&f.jsxs("button",{type:"button",className:"header-nav-toggle",onClick:()=>ne(!G),"aria-expanded":G,"aria-label":"Toggle navigation",children:[f.jsx("span",{className:"sr-only",children:"Toggle navigation"}),f.jsxs("div",{className:`hamburger ${G?"hamburger--open":""}`,children:[f.jsx("span",{}),f.jsx("span",{}),f.jsx("span",{})]})]})]}),(se==="fixed"||n)&&f.jsx("div",{className:_t})]})});tt.displayName="Header";const Yt=h.style({display:"flex",alignItems:"center",justifyContent:"space-between",flexDirection:"column",backgroundColor:e.colors.background,color:e.colors.text,zIndex:20,paddingLeft:e.space.md,paddingRight:e.space.md,paddingTop:e.space.lg,paddingBottom:e.space.lg,gap:e.space.md,fontSize:e.fontSizes.sm,borderTop:`1px solid ${e.colors.border}`,"@media":{[ae.md]:{paddingLeft:e.space.lg,paddingRight:e.space.lg,gap:e.space.lg},[ae.lg]:{flexDirection:"row",paddingLeft:e.space.xl,paddingRight:e.space.xl,gap:e.space.xl}}}),qt=ue({base:Yt,variants:{variant:{default:{backgroundColor:e.colors.background,borderTop:`1px solid ${e.colors.border}`},dark:{backgroundColor:e.colors.surface,color:e.colors.textLight,borderTop:`1px solid ${e.colors.border}`},minimal:{backgroundColor:"transparent",borderTop:"none"}},size:{sm:{paddingTop:e.space.md,paddingBottom:e.space.md,fontSize:e.fontSizes.xs},md:{paddingTop:e.space.lg,paddingBottom:e.space.lg,fontSize:e.fontSizes.sm},lg:{paddingTop:e.space.xl,paddingBottom:e.space.xl,fontSize:e.fontSizes.md}},layout:{stacked:{flexDirection:"column",textAlign:"center"},horizontal:{"@media":{[ae.sm]:{flexDirection:"row",textAlign:"left"}}}}},defaultVariants:{variant:"default",size:"md",layout:"horizontal"}}),at=te.forwardRef(({children:t,variant:a,size:i,layout:o,as:n="footer",css:d,className:p,margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E,...J},G)=>f.jsx(n,{ref:G,className:le(qt({variant:a,size:i,layout:o}),de({margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E}),d,p),...J,children:t}));at.displayName="Footer";const Xt=h.style({display:"flex",alignItems:"center",gap:e.space.md,flexDirection:"column","@media":{[ae.md]:{flexDirection:"row",gap:e.space.lg},[ae.lg]:{gap:e.space.xl}}}),Gt=ue({base:Xt,variants:{orientation:{horizontal:{flexDirection:"row",alignItems:"center"},vertical:{flexDirection:"column",alignItems:"flex-start"},responsive:{flexDirection:"column",alignItems:"flex-start","@media":{[ae.md]:{flexDirection:"row",alignItems:"center"}}}},variant:{default:{gap:e.space.md},compact:{gap:e.space.sm},spacious:{gap:e.space.lg}},justify:{start:{justifyContent:"flex-start"},center:{justifyContent:"center"},end:{justifyContent:"flex-end"},between:{justifyContent:"space-between"},around:{justifyContent:"space-around"}}},defaultVariants:{orientation:"responsive",variant:"default",justify:"start"}}),nt=te.forwardRef(({children:t,orientation:a,variant:i,justify:o,as:n="nav",css:d,className:p,margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E,...J},G)=>f.jsx(n,{ref:G,className:le(Gt({orientation:a,variant:i,justify:o}),de({margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E}),d,p),...J,children:t}));nt.displayName="Nav";const Kt=h.style({display:"inline-block",verticalAlign:"middle",fill:"currentColor",flexShrink:0,transition:"all 0.3s ease-in-out"});h.style({transition:"fill 0.3s ease-in-out"});const Zt=ue({base:Kt,variants:{size:{xs:{width:"12px",height:"12px"},sm:{width:"16px",height:"16px"},md:{width:"24px",height:"24px"},lg:{width:"32px",height:"32px"},xl:{width:"48px",height:"48px"},"2xl":{width:"64px",height:"64px"}},interactive:{true:{cursor:"pointer",":hover":{transform:"scale(1.1)",opacity:.8},":active":{transform:"scale(0.95)"}},false:{}}},defaultVariants:{size:"md",interactive:!1}}),Jt={caret:"M8.12 9.29 12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7a.9959.9959 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0",close:"M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4",arrowBack:"M19 11H7.83l4.88-4.88c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0l-6.59 6.59c-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L7.83 13H19c.55 0 1-.45 1-1s-.45-1-1-1",arrowForward:"M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42s1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41l-6.58-6.6a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1",play:"M8 5v14l11-7z",pause:"M6 19h4V5H6zm8-14v14h4V5z",volumeMute:"M7 9v6h4l5 5V4l-5 5z",volumeUp:"M3 9v6h4l5 5V4L7 9zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02M14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77",socialFacebook:"M 22.2816,10.9924 C 22.2816,4.92145 17.3602,0 11.2892,0 5.21832,0 0.296875,4.92145 0.296875,10.9924 c 0,5.4865 4.019725,10.0342 9.274805,10.8588 V 14.1698 H 6.78065 V 10.9924 H 9.57168 V 8.57061 c 0,-2.75496 1.64112,-4.27672 4.15202,-4.27672 1.2023,0 2.4606,0.2147 2.4606,0.2147 v 2.70515 h -1.3861 c -1.3654,0 -1.7914,0.8474 -1.7914,1.71756 v 2.0611 h 3.0487 l -0.4874,3.1774 h -2.5613 v 7.6814 c 5.2551,-0.8246 9.2748,-5.3723 9.2748,-10.8588 z",socialInstagram:"M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z",socialPinterest:"M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-.86 3.27-.17.98.52 1.84 1.52 1.84 1.78 0 3.16-1.9 3.16-4.58 0-2.4-1.72-4.04-4.19-4.04-2.82 0-4.48 2.1-4.48 4.31 0 .86.28 1.73.74 2.3.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11-1.28-.56-2.02-2.38-2.02-3.85 0-3.16 2.24-6.03 6.56-6.03 3.44 0 6.12 2.47 6.12 5.75 0 3.44-2.13 6.2-5.18 6.2-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7v-.03z",socialLinkedIn:"M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z",socialSpotify:"",socialTiktok:"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2Zm-3.281,8.725h0c-.109.011-.219.016-.328.017A3.571,3.571,0,0,1,14.4,9.129v5.493a4.061,4.061,0,1,1-4.06-4.06c.085,0,.167.008.251.013v2a2.067,2.067,0,1,0-.251,4.119A2.123,2.123,0,0,0,12.5,14.649l.02-9.331h1.914A3.564,3.564,0,0,0,17.719,8.5Z",socialX:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z",socialYoutube:"M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73z"},ye=te.forwardRef(({icon:t,iconPath:a,size:i,color:o,customSize:n,customColor:d,interactive:p,viewBox:u="0 0 24 24",css:m,className:x,margin:b,marginTop:C,marginBottom:O,marginLeft:k,marginRight:v,padding:V,paddingTop:W,paddingBottom:w,paddingLeft:F,paddingRight:L,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:l,flex:s,width:r,height:c,minWidth:g,maxWidth:y,minHeight:T,position:R,top:S,bottom:j,left:z,right:M,zIndex:$,fontSize:P,fontFamily:U,lineHeight:B,textAlign:I,fontWeight:_,backgroundColor:N,borderRadius:Y,borderWidth:A,borderStyle:D,borderColor:q,boxShadow:X,opacity:Z,overflow:E,overflowX:J,overflowY:G,...ne},se)=>{const ce=a||(t?Jt[t]:""),oe=n?{width:`${n}px`,height:`${n}px`}:{},me=d?{fill:d}:{};return f.jsx("svg",{ref:se,viewBox:u,className:le(Zt({size:n?void 0:i,interactive:p}),de({margin:b,marginTop:C,marginBottom:O,marginLeft:k,marginRight:v,padding:V,paddingTop:W,paddingBottom:w,paddingLeft:F,paddingRight:L,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:l,flex:s,width:r,height:c,minWidth:g,maxWidth:y,minHeight:T,position:R,top:S,bottom:j,left:z,right:M,zIndex:$,fontSize:P,fontFamily:U,lineHeight:B,textAlign:I,fontWeight:_,backgroundColor:N,borderRadius:Y,borderWidth:A,borderStyle:D,borderColor:q,boxShadow:X,opacity:Z,overflow:E,overflowX:J,overflowY:G}),m,x),style:oe,"aria-hidden":!ne["aria-label"]&&!ne["aria-labelledby"],...ne,children:f.jsx("path",{className:a,d:ce,style:me})})});ye.displayName="Icon";const Qt=h.keyframes({from:{opacity:"0"},to:{opacity:"1"}}),ea=h.keyframes({from:{opacity:"0",transform:"translate(-50%, -60%) scale(0.95)"},to:{opacity:"1",transform:"translate(-50%, -50%) scale(1)"}}),ta=h.style({position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:50,backgroundColor:"rgba(0, 0, 0, 0.5)",backdropFilter:"blur(4px)",animation:`${Qt} 0.2s ease-out`,display:"flex",alignItems:"center",justifyContent:"center",padding:e.space.md,overflowY:"auto"}),aa=h.style({position:"relative",backgroundColor:e.colors.background,borderRadius:e.radii.lg,boxShadow:e.shadows.xl,border:`1px solid ${e.colors.border}`,maxHeight:"90vh",maxWidth:"90vw",width:"100%",overflowY:"auto",animation:`${ea} 0.3s ease-out`,"@media":{[ae.sm]:{maxWidth:"500px"},[ae.md]:{maxWidth:"600px"},[ae.lg]:{maxWidth:"800px"}}}),na=h.style({position:"absolute",top:e.space.md,right:e.space.md,zIndex:10,display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",border:"none",borderRadius:e.radii.full,backgroundColor:e.colors.surface,color:e.colors.text,cursor:"pointer",transition:"all 0.2s ease-in-out"}),ia=ue({base:ta,variants:{size:{sm:{},md:{},lg:{},xl:{},full:{padding:0}},centered:{true:{alignItems:"center",justifyContent:"center"},false:{alignItems:"flex-start",justifyContent:"center",paddingTop:"5vh"}}},defaultVariants:{size:"md",centered:!0}}),oa=ue({base:aa,variants:{size:{sm:{padding:e.space.md,"@media":{[ae.sm]:{maxWidth:"400px"}}},md:{padding:e.space.lg,"@media":{[ae.sm]:{maxWidth:"500px"}}},lg:{padding:e.space.xl,"@media":{[ae.md]:{maxWidth:"700px"}}},xl:{padding:e.space.xl,"@media":{[ae.lg]:{maxWidth:"900px"}}},full:{width:"100vw",height:"100vh",maxWidth:"none",maxHeight:"none",borderRadius:0,padding:e.space.xl}},align:{left:{textAlign:"left"},center:{textAlign:"center"},right:{textAlign:"right"}}},defaultVariants:{size:"md",align:"left"}}),it=te.forwardRef(({children:t,isOpen:a,onClose:i,showCloseButton:o=!0,closeOnBackdropClick:n=!0,closeOnEscape:d=!0,contentProps:p={},size:u,centered:m,css:x,className:b,margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,position:S,top:j,bottom:z,left:M,right:$,zIndex:P,fontSize:U,fontFamily:B,lineHeight:I,textAlign:_,fontWeight:N,color:Y,backgroundColor:A,borderRadius:D,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:E,opacity:J,overflow:G,overflowX:ne,overflowY:se,...ce},oe)=>{const[me,fe]=te.useState(a);te.useEffect(()=>{if(a)fe(!0),document.body.style.overflow="hidden";else{const xe=setTimeout(()=>fe(!1),300);return document.body.style.overflow="",()=>clearTimeout(xe)}},[a]),te.useEffect(()=>{const xe=pe=>{d&&pe.key==="Escape"&&i&&i()};if(a)return document.addEventListener("keydown",xe),()=>document.removeEventListener("keydown",xe)},[a,d,i]);const he=xe=>{n&&xe.target===xe.currentTarget&&i&&i()};return me?f.jsx("div",{ref:oe,className:le(ia({size:u,centered:m}),de({margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,position:S,top:j,bottom:z,left:M,right:$,zIndex:P,fontSize:U,fontFamily:B,lineHeight:I,textAlign:_,fontWeight:N,color:Y,backgroundColor:A,borderRadius:D,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:E,opacity:J,overflow:G,overflowX:ne,overflowY:se}),x,b),onClick:he,role:"dialog","aria-modal":"true",...ce,children:f.jsxs("div",{className:le(oa({size:p.size||u,align:p.align}),p.css,p.className),children:[o&&i&&f.jsx("button",{type:"button",className:na,onClick:i,"aria-label":"Close modal",children:f.jsx(ye,{icon:"close",size:"sm"})}),t]})}):null});it.displayName="Modal";const sa=h.style({display:"inline-block"}),ra=ue({base:sa,variants:{size:{xs:{width:"80px",height:"auto"},sm:{width:"120px",height:"auto"},md:{width:"160px",height:"auto"},lg:{width:"200px",height:"auto"},xl:{width:"240px",height:"auto"},auto:{width:"auto",height:"auto"}},variant:{default:{},link:{cursor:"pointer",transition:"all 0.3s ease-in-out",":hover":{opacity:"0.8",transform:"scale(1.05)"},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px",borderRadius:e.radii.sm}}},responsive:{true:{maxWidth:"100%",height:"auto"},false:{}}},defaultVariants:{size:"md",variant:"default",responsive:!0}}),ot=te.forwardRef(({children:t,size:a,variant:i,responsive:o,as:n="div",href:d,css:p,className:u,margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J,...G},ne)=>{const se=d?"link":i;return f.jsx("div",{ref:ne,className:le(ra({size:a,variant:se,responsive:o}),de({margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J}),p,u),...G,children:t})});ot.displayName="Logo";const la=h.style({display:"flex",flexDirection:"column",alignItems:"flex-start",justifyContent:"flex-start",width:"100%",gap:e.space.md,"@media":{[ae.md]:{flexDirection:"row",alignItems:"stretch",gap:e.space.lg},[ae.lg]:{gap:e.space.xl}}}),ca={1:h.style({"@media":{[ae.md]:{flex:"0 0 100%",maxWidth:"100%"}}}),2:h.style({"@media":{[ae.md]:{flex:"0 0 50%",maxWidth:"50%"}}}),3:h.style({"@media":{[ae.md]:{flex:"0 0 33.333333%",maxWidth:"33.333333%"}}}),4:h.style({"@media":{[ae.md]:{flex:"0 0 25%",maxWidth:"25%"}}}),6:h.style({"@media":{[ae.md]:{flex:"0 0 16.666667%",maxWidth:"16.666667%"}}}),12:h.style({"@media":{[ae.md]:{flex:"0 0 8.333333%",maxWidth:"8.333333%"}}})},da=ue({base:la,variants:{align:{left:{textAlign:"left",justifyContent:"flex-start"},center:{textAlign:"center",justifyContent:"center"},right:{textAlign:"right",justifyContent:"flex-end"}},spacing:{none:{gap:"0"},sm:{gap:e.space.sm,"@media":{[ae.md]:{gap:e.space.md}}},md:{gap:e.space.md,"@media":{[ae.md]:{gap:e.space.lg}}},lg:{gap:e.space.lg,"@media":{[ae.md]:{gap:e.space.xl}}}},wrap:{true:{flexWrap:"wrap"},false:{flexWrap:"nowrap"}},reverse:{true:{"@media":{[ae.md]:{flexDirection:"row-reverse"}}},false:{}},alignItems:{start:{"@media":{[ae.md]:{alignItems:"flex-start"}}},center:{"@media":{[ae.md]:{alignItems:"center"}}},end:{"@media":{[ae.md]:{alignItems:"flex-end"}}},stretch:{"@media":{[ae.md]:{alignItems:"stretch"}}}}},defaultVariants:{align:"left",spacing:"md",wrap:!0,reverse:!1,alignItems:"stretch"}}),st=te.forwardRef(({children:t,columns:a,align:i,spacing:o,wrap:n,reverse:d,alignItems:p,as:u="div",css:m,className:x,margin:b,marginTop:C,marginBottom:O,marginLeft:k,marginRight:v,padding:V,paddingTop:W,paddingBottom:w,paddingLeft:F,paddingRight:L,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:l,flex:s,width:r,height:c,minWidth:g,maxWidth:y,minHeight:T,position:R,top:S,bottom:j,left:z,right:M,zIndex:$,fontSize:P,fontFamily:U,lineHeight:B,textAlign:I,fontWeight:_,color:N,backgroundColor:Y,borderRadius:A,borderWidth:D,borderStyle:q,borderColor:X,boxShadow:Z,opacity:E,overflow:J,overflowX:G,overflowY:ne,...se},ce)=>{const oe=Array.isArray(t)?t:[t];return f.jsx(u,{ref:ce,className:le(da({align:i,spacing:o,wrap:n,reverse:d,alignItems:p}),de({margin:b,marginTop:C,marginBottom:O,marginLeft:k,marginRight:v,padding:V,paddingTop:W,paddingBottom:w,paddingLeft:F,paddingRight:L,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:l,flex:s,width:r,height:c,minWidth:g,maxWidth:y,minHeight:T,position:R,top:S,bottom:j,left:z,right:M,zIndex:$,fontSize:P,fontFamily:U,lineHeight:B,textAlign:I,fontWeight:_,color:N,backgroundColor:Y,borderRadius:A,borderWidth:D,borderStyle:q,borderColor:X,boxShadow:Z,opacity:E,overflow:J,overflowX:G,overflowY:ne}),m,x),...se,children:a&&a.length>0?oe.map((me,fe)=>f.jsx("div",{className:le(a[fe]&&ca[a[fe]]),children:me},fe)):t})});st.displayName="Columns";const ua=h.style({display:"flex",flexWrap:"wrap",gap:e.space.sm,paddingTop:e.space.sm,width:"100%","@media":{[ae.lg]:{gap:e.space.md,paddingTop:e.space.md}}}),pa=ue({base:ua,variants:{align:{left:{justifyContent:"flex-start",alignItems:"flex-start"},center:{justifyContent:"center",alignItems:"center"},right:{justifyContent:"flex-end",alignItems:"flex-end"}},direction:{row:{flexDirection:"row"},column:{flexDirection:"column"},"row-reverse":{flexDirection:"row-reverse"},"column-reverse":{flexDirection:"column-reverse"}},spacing:{none:{gap:"0",paddingTop:"0"},xs:{gap:e.space.xs,paddingTop:e.space.xs},sm:{gap:e.space.sm,paddingTop:e.space.sm},md:{gap:e.space.md,paddingTop:e.space.md},lg:{gap:e.space.lg,paddingTop:e.space.lg},xl:{gap:e.space.xl,paddingTop:e.space.xl}},wrap:{true:{flexWrap:"wrap"},false:{flexWrap:"nowrap"}},fullWidth:{true:{width:"100%"},false:{width:"auto"}}},defaultVariants:{align:"left",direction:"row",spacing:"sm",wrap:!0,fullWidth:!1}}),rt=te.forwardRef(({children:t,align:a,direction:i,spacing:o,wrap:n,fullWidth:d,as:p="div",css:u,className:m,margin:x,marginTop:b,marginBottom:C,marginLeft:O,marginRight:k,padding:v,paddingTop:V,paddingBottom:W,paddingLeft:w,paddingRight:F,gap:L,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:l,width:s,height:r,minWidth:c,maxWidth:g,minHeight:y,position:T,top:R,bottom:S,left:j,right:z,zIndex:M,fontSize:$,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:I,color:_,backgroundColor:N,borderRadius:Y,borderWidth:A,borderStyle:D,borderColor:q,boxShadow:X,opacity:Z,overflow:E,overflowX:J,overflowY:G,...ne},se)=>f.jsx(p,{ref:se,className:le(pa({align:a,direction:i,spacing:o,wrap:n,fullWidth:d}),de({margin:x,marginTop:b,marginBottom:C,marginLeft:O,marginRight:k,padding:v,paddingTop:V,paddingBottom:W,paddingLeft:w,paddingRight:F,gap:L,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:l,width:s,height:r,minWidth:c,maxWidth:g,minHeight:y,position:T,top:R,bottom:S,left:j,right:z,zIndex:M,fontSize:$,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:I,color:_,backgroundColor:N,borderRadius:Y,borderWidth:A,borderStyle:D,borderColor:q,boxShadow:X,opacity:Z,overflow:E,overflowX:J,overflowY:G}),u,m),...ne,children:t}));rt.displayName="Actions";h.keyframes({"0%":{transform:"translateX(0)"},"100%":{transform:"translateX(var(--slide-offset))"}});const fa=h.style({position:"relative",overflow:"hidden",width:"100%"}),ma=h.style({width:"100%",position:"relative"}),ga=h.style({display:"flex",position:"relative",transition:"transform 0.3s ease-in-out",willChange:"transform"}),ha=h.style({width:"100%",display:"flex",position:"relative",alignItems:"stretch",flexShrink:0}),xa=h.style({position:"absolute",bottom:0,left:0,right:0,zIndex:30,width:"100%",maxWidth:e.maxWidth,display:"flex",justifyContent:"flex-end",pointerEvents:"none",gap:e.space.sm,padding:e.space.md}),qe=h.style({border:"none",borderRadius:e.radii.full,backgroundColor:e.colors.background,color:e.colors.text,padding:e.space.sm,cursor:"pointer",pointerEvents:"auto",transition:"all 0.3s ease-in-out",boxShadow:e.shadows.md,display:"flex",alignItems:"center",justifyContent:"center",width:"48px",height:"48px"}),ba=h.style({display:"flex",alignItems:"center",justifyContent:"center",gap:e.space.md,marginTop:e.space.lg,"@media":{[ae.lg]:{marginTop:e.space.xl}}}),ya=h.style({width:"12px",height:"12px",borderRadius:e.radii.full,backgroundColor:e.colors.border,cursor:"pointer",transition:"all 0.3s ease-in-out",border:"none",":hover":{transform:"scale(1.2)",backgroundColor:e.colors.primary},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px"},"@media":{[ae.md]:{width:"16px",height:"16px"}}}),va=ue({base:fa,variants:{fullWidth:{true:{width:"100vw",marginLeft:`calc((100vw - ${e.maxWidth}) / -2)`,marginRight:`calc((100vw - ${e.maxWidth}) / -2)`,"@media":{"screen and (max-width: 1500px)":{marginLeft:`calc(-1 * ${e.space.md})`,marginRight:`calc(-1 * ${e.space.md})`},[ae.md]:{marginLeft:`calc(-1 * ${e.space.lg})`,marginRight:`calc(-1 * ${e.space.lg})`},[ae.lg]:{marginLeft:`calc(-1 * ${e.space.xl})`,marginRight:`calc(-1 * ${e.space.xl})`}}},false:{width:"100%"}}},defaultVariants:{fullWidth:!1}}),wa=h.style({backgroundColor:e.colors.primary,pointerEvents:"none",opacity:1}),Sa=()=>{const[t,a]=te.useState({width:void 0,height:void 0});return te.useEffect(()=>{const i=()=>{a({width:window.innerWidth,height:window.innerHeight})};return window.addEventListener("resize",i),i(),()=>window.removeEventListener("resize",i)},[]),t},lt=te.forwardRef(({data:t,itemsPerView:a=1,showNavButtons:i=!1,showBullets:o=!1,autoplay:n=!1,autoplayInterval:d=3e3,gap:p=16,fullWidth:u,as:m="div",css:x,className:b,margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:l,flex:s,width:r,height:c,minWidth:g,maxWidth:y,minHeight:T,position:R,top:S,bottom:j,left:z,right:M,zIndex:$,fontSize:P,fontFamily:U,lineHeight:B,textAlign:I,fontWeight:_,color:N,backgroundColor:Y,borderRadius:A,borderWidth:D,borderStyle:q,borderColor:X,boxShadow:Z,opacity:E,overflow:J,overflowX:G,overflowY:ne,...se},ce)=>{const{width:oe}=Sa(),[me,fe]=te.useState(0),[he,xe]=te.useState(0),[pe,be]=te.useState(a),we=te.useRef(null),Se=te.useRef(null),Ne=oe!==void 0&&oe>ve.md,Te=oe!==void 0&&oe>ve.lg;te.useEffect(()=>{be(Te?a:Ne?Math.max(1,Math.floor(a/2)):1)},[Ne,Te,a]),te.useEffect(()=>{const ie=()=>{if(we.current){const ge=we.current.getBoundingClientRect().width,je=(pe-1)*p;xe((ge-je)/pe)}};return ie(),window.addEventListener("resize",ie),()=>window.removeEventListener("resize",ie)},[pe,p]),te.useEffect(()=>{if(!n)return;const ie=setInterval(()=>{fe(ge=>{const je=Math.max(0,t.length-pe);return ge>=je?0:ge+1})},d);return()=>clearInterval(ie)},[n,d,t.length,pe]),te.useEffect(()=>{const ie=we.current;if(!ie)return;let ge=0,je=0;const He=Ee=>{ge=Ee.changedTouches[0].screenX},Pe=Ee=>{je=Ee.changedTouches[0].screenX,St()},St=()=>{const Ue=ge-je;Math.abs(Ue)>100&&(Ue>0?Ie():Ce())};return ie.addEventListener("touchstart",He,{passive:!0}),ie.addEventListener("touchend",Pe,{passive:!0}),()=>{ie.removeEventListener("touchstart",He),ie.removeEventListener("touchend",Pe)}},[]);const Ce=()=>{fe(ie=>Math.max(0,ie-1))},Ie=()=>{const ie=Math.max(0,t.length-pe);fe(ge=>Math.min(ie,ge+1))},Be=ie=>{const ge=Math.max(0,t.length-pe);fe(Math.min(ie,ge))},Ae=-(me*(he+p)),Re=Math.max(0,t.length-pe);return f.jsxs(m,{ref:ce,className:le(va({fullWidth:u}),de({margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:l,flex:s,width:r,height:c,minWidth:g,maxWidth:y,minHeight:T,position:R,top:S,bottom:j,left:z,right:M,zIndex:$,fontSize:P,fontFamily:U,lineHeight:B,textAlign:I,fontWeight:_,color:N,backgroundColor:Y,borderRadius:A,borderWidth:D,borderStyle:q,borderColor:X,boxShadow:Z,opacity:E,overflow:J,overflowX:G,overflowY:ne}),x,b),...se,children:[f.jsx("div",{ref:we,className:ma,children:f.jsx("div",{ref:Se,className:ga,style:{transform:`translateX(${Ae}px)`,gap:`${p}px`},children:t.map((ie,ge)=>f.jsx("div",{className:ha,style:{width:`${he}px`},children:ie},ge))})}),i&&f.jsxs("div",{className:xa,children:[f.jsx("button",{type:"button",className:qe,onClick:Ce,disabled:me===0,"aria-label":"Previous slide",children:f.jsx(ye,{icon:"arrowBack",size:"md"})}),f.jsx("button",{type:"button",className:qe,onClick:Ie,disabled:me>=Re,"aria-label":"Next slide",children:f.jsx(ye,{icon:"arrowForward",size:"md"})})]}),o&&f.jsx("div",{className:ba,children:Array.from({length:Re+1},(ie,ge)=>f.jsx("button",{type:"button",className:le(ya,ge===me&&wa),onClick:()=>Be(ge),"aria-label":`Go to slide ${ge+1}`},ge))})]})});lt.displayName="Carousel";const Ca=h.keyframes({from:{opacity:"0"},to:{opacity:"1"}}),ja=h.keyframes({from:{opacity:"0",transform:"translateY(100%)"},to:{opacity:"1",transform:"translateY(0)"}}),za=h.style({position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:100,animation:`${Ca} 0.3s ease-out`,"::before":{content:'""',position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.3)",backdropFilter:"blur(2px)",opacity:.8}}),Ra=h.style({bottom:e.space.md,right:e.space.md,zIndex:20,display:"flex",flexDirection:"column",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.lg,boxShadow:e.shadows.xl,padding:e.space.lg,width:"300px",maxWidth:"calc(100vw - 32px)",animation:`${ja} 0.3s ease-out`,"@media":{[ae.sm]:{width:"400px"},[ae.md]:{width:"500px",padding:e.space.xl}}}),ka=h.style({display:"flex",alignItems:"center",justifyContent:"flex-end",gap:e.space.md,marginTop:e.space.lg,flexWrap:"wrap","@media":{[ae.sm]:{flexWrap:"nowrap"}}}),Va=ue({base:za,variants:{variant:{modal:{},banner:{"::before":{display:"none"}}}},defaultVariants:{variant:"modal"}});function Na(t){const a=t+"=",o=decodeURIComponent(document.cookie).split(";");for(let n=0;n<o.length;n++){let d=o[n];for(;d.charAt(0)==" ";)d=d.substring(1);if(d.indexOf(a)==0)return d.substring(a.length,d.length)}return""}function Xe(t,a,i){const o=new Date;o.setTime(o.getTime()+i*24*60*60*1e3);const n="expires="+o.toUTCString();document.cookie=t+"="+a+";"+n+";path=/"}const ct=te.forwardRef(({children:t,position:a,variant:i,cookieName:o="consent",cookieExpirationDays:n=365,onAccept:d,onReject:p,translations:u,enableGoogleAnalytics:m=!0,css:x,className:b,margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,zIndex:S,fontSize:j,fontFamily:z,lineHeight:M,textAlign:$,fontWeight:P,color:U,backgroundColor:B,borderRadius:I,borderWidth:_,borderStyle:N,borderColor:Y,boxShadow:A,opacity:D,overflow:q,overflowX:X,overflowY:Z,...E},J)=>{const[G,ne]=te.useState(!1),se=()=>{ne(!1),Xe(o,"true",n),m&&typeof window<"u"&&typeof window.gtag<"u"&&window.gtag("consent","update",{analytics_storage:"granted"}),d==null||d()},ce=()=>{ne(!1),Xe(o,"false",n),m&&typeof window<"u"&&typeof window.gtag<"u"&&window.gtag("consent","update",{analytics_storage:"denied"}),p==null||p()};return te.useEffect(()=>{const oe=Na(o),me=oe!=="true"&&oe!=="false",fe=oe==="true";if(me&&ne(!0),m&&typeof window<"u"&&typeof window.gtag<"u"){const he=fe?"granted":"denied";window.gtag("consent","update",{analytics_storage:he})}},[o,m]),G?f.jsx("div",{ref:J,className:le(Va({variant:i}),de({margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,zIndex:S,fontSize:j,fontFamily:z,lineHeight:M,textAlign:$,fontWeight:P,color:U,backgroundColor:B,borderRadius:I,borderWidth:_,borderStyle:N,borderColor:Y,boxShadow:A,opacity:D,overflow:q,overflowX:X,overflowY:Z}),x,b),role:"dialog","aria-modal":"true","aria-labelledby":"consent-title",...E,children:f.jsxs("div",{className:Ra,children:[t,f.jsxs("div",{className:ka,children:[f.jsx(We,{variant:"outline",size:"sm",onClick:ce,children:(u==null?void 0:u.actions.reject)||"Reject"}),f.jsx(We,{variant:"primary",size:"sm",onClick:se,children:(u==null?void 0:u.actions.accept)||"Accept"})]})]})}):null});ct.displayName="ConsentCookie";function Ta(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Ia(t){if(t.__esModule)return t;var a=t.default;if(typeof a=="function"){var i=function o(){return this instanceof o?Reflect.construct(a,arguments,this.constructor):a.apply(this,arguments)};i.prototype=a.prototype}else i={};return Object.defineProperty(i,"__esModule",{value:!0}),Object.keys(t).forEach(function(o){var n=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(i,o,n.get?n:{enumerable:!0,get:function(){return t[o]}})}),i}var Ve={},Fe=function(){return Fe=Object.assign||function(t){for(var a,i=1,o=arguments.length;i<o;i++)for(var n in a=arguments[i])Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n]);return t},Fe.apply(this,arguments)},Ea=function(){function t(a,i,o){var n=this;this.endVal=i,this.options=o,this.version="2.8.0",this.defaults={startVal:0,decimalPlaces:0,duration:2,useEasing:!0,useGrouping:!0,useIndianSeparators:!1,smartEasingThreshold:999,smartEasingAmount:333,separator:",",decimal:".",prefix:"",suffix:"",enableScrollSpy:!1,scrollSpyDelay:200,scrollSpyOnce:!1},this.finalEndVal=null,this.useEasing=!0,this.countDown=!1,this.error="",this.startVal=0,this.paused=!0,this.once=!1,this.count=function(d){n.startTime||(n.startTime=d);var p=d-n.startTime;n.remaining=n.duration-p,n.useEasing?n.countDown?n.frameVal=n.startVal-n.easingFn(p,0,n.startVal-n.endVal,n.duration):n.frameVal=n.easingFn(p,n.startVal,n.endVal-n.startVal,n.duration):n.frameVal=n.startVal+(n.endVal-n.startVal)*(p/n.duration);var u=n.countDown?n.frameVal<n.endVal:n.frameVal>n.endVal;n.frameVal=u?n.endVal:n.frameVal,n.frameVal=Number(n.frameVal.toFixed(n.options.decimalPlaces)),n.printValue(n.frameVal),p<n.duration?n.rAF=requestAnimationFrame(n.count):n.finalEndVal!==null?n.update(n.finalEndVal):n.options.onCompleteCallback&&n.options.onCompleteCallback()},this.formatNumber=function(d){var p,u,m,x,b=d<0?"-":"";p=Math.abs(d).toFixed(n.options.decimalPlaces);var C=(p+="").split(".");if(u=C[0],m=C.length>1?n.options.decimal+C[1]:"",n.options.useGrouping){x="";for(var O=3,k=0,v=0,V=u.length;v<V;++v)n.options.useIndianSeparators&&v===4&&(O=2,k=1),v!==0&&k%O==0&&(x=n.options.separator+x),k++,x=u[V-v-1]+x;u=x}return n.options.numerals&&n.options.numerals.length&&(u=u.replace(/[0-9]/g,function(W){return n.options.numerals[+W]}),m=m.replace(/[0-9]/g,function(W){return n.options.numerals[+W]})),b+n.options.prefix+u+m+n.options.suffix},this.easeOutExpo=function(d,p,u,m){return u*(1-Math.pow(2,-10*d/m))*1024/1023+p},this.options=Fe(Fe({},this.defaults),o),this.formattingFn=this.options.formattingFn?this.options.formattingFn:this.formatNumber,this.easingFn=this.options.easingFn?this.options.easingFn:this.easeOutExpo,this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.endVal=this.validateValue(i),this.options.decimalPlaces=Math.max(this.options.decimalPlaces),this.resetDuration(),this.options.separator=String(this.options.separator),this.useEasing=this.options.useEasing,this.options.separator===""&&(this.options.useGrouping=!1),this.el=typeof a=="string"?document.getElementById(a):a,this.el?this.printValue(this.startVal):this.error="[CountUp] target is null or undefined",typeof window<"u"&&this.options.enableScrollSpy&&(this.error?console.error(this.error,a):(window.onScrollFns=window.onScrollFns||[],window.onScrollFns.push(function(){return n.handleScroll(n)}),window.onscroll=function(){window.onScrollFns.forEach(function(d){return d()})},this.handleScroll(this)))}return t.prototype.handleScroll=function(a){if(a&&window&&!a.once){var i=window.innerHeight+window.scrollY,o=a.el.getBoundingClientRect(),n=o.top+window.pageYOffset,d=o.top+o.height+window.pageYOffset;d<i&&d>window.scrollY&&a.paused?(a.paused=!1,setTimeout(function(){return a.start()},a.options.scrollSpyDelay),a.options.scrollSpyOnce&&(a.once=!0)):(window.scrollY>d||n>i)&&!a.paused&&a.reset()}},t.prototype.determineDirectionAndSmartEasing=function(){var a=this.finalEndVal?this.finalEndVal:this.endVal;this.countDown=this.startVal>a;var i=a-this.startVal;if(Math.abs(i)>this.options.smartEasingThreshold&&this.options.useEasing){this.finalEndVal=a;var o=this.countDown?1:-1;this.endVal=a+o*this.options.smartEasingAmount,this.duration=this.duration/2}else this.endVal=a,this.finalEndVal=null;this.finalEndVal!==null?this.useEasing=!1:this.useEasing=this.options.useEasing},t.prototype.start=function(a){this.error||(this.options.onStartCallback&&this.options.onStartCallback(),a&&(this.options.onCompleteCallback=a),this.duration>0?(this.determineDirectionAndSmartEasing(),this.paused=!1,this.rAF=requestAnimationFrame(this.count)):this.printValue(this.endVal))},t.prototype.pauseResume=function(){this.paused?(this.startTime=null,this.duration=this.remaining,this.startVal=this.frameVal,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count)):cancelAnimationFrame(this.rAF),this.paused=!this.paused},t.prototype.reset=function(){cancelAnimationFrame(this.rAF),this.paused=!0,this.resetDuration(),this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.printValue(this.startVal)},t.prototype.update=function(a){cancelAnimationFrame(this.rAF),this.startTime=null,this.endVal=this.validateValue(a),this.endVal!==this.frameVal&&(this.startVal=this.frameVal,this.finalEndVal==null&&this.resetDuration(),this.finalEndVal=null,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count))},t.prototype.printValue=function(a){var i;if(this.el){var o=this.formattingFn(a);!((i=this.options.plugin)===null||i===void 0)&&i.render?this.options.plugin.render(this.el,o):this.el.tagName==="INPUT"?this.el.value=o:this.el.tagName==="text"||this.el.tagName==="tspan"?this.el.textContent=o:this.el.innerHTML=o}},t.prototype.ensureNumber=function(a){return typeof a=="number"&&!isNaN(a)},t.prototype.validateValue=function(a){var i=Number(a);return this.ensureNumber(i)?i:(this.error="[CountUp] invalid start or end value: ".concat(a),null)},t.prototype.resetDuration=function(){this.startTime=null,this.duration=1e3*Number(this.options.duration),this.remaining=this.duration},t}();const Oa=Object.freeze(Object.defineProperty({__proto__:null,CountUp:Ea},Symbol.toStringTag,{value:"Module"})),Wa=Ia(Oa);var Ge;function Fa(){if(Ge)return Ve;Ge=1,Object.defineProperty(Ve,"__esModule",{value:!0});var t=te,a=Wa;function i(l,s){var r=l==null?null:typeof Symbol<"u"&&l[Symbol.iterator]||l["@@iterator"];if(r!=null){var c,g,y,T,R=[],S=!0,j=!1;try{if(y=(r=r.call(l)).next,s!==0)for(;!(S=(c=y.call(r)).done)&&(R.push(c.value),R.length!==s);S=!0);}catch(z){j=!0,g=z}finally{try{if(!S&&r.return!=null&&(T=r.return(),Object(T)!==T))return}finally{if(j)throw g}}return R}}function o(l,s){var r=Object.keys(l);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(l);s&&(c=c.filter(function(g){return Object.getOwnPropertyDescriptor(l,g).enumerable})),r.push.apply(r,c)}return r}function n(l){for(var s=1;s<arguments.length;s++){var r=arguments[s]!=null?arguments[s]:{};s%2?o(Object(r),!0).forEach(function(c){u(l,c,r[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach(function(c){Object.defineProperty(l,c,Object.getOwnPropertyDescriptor(r,c))})}return l}function d(l,s){if(typeof l!="object"||!l)return l;var r=l[Symbol.toPrimitive];if(r!==void 0){var c=r.call(l,s||"default");if(typeof c!="object")return c;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(l)}function p(l){var s=d(l,"string");return typeof s=="symbol"?s:String(s)}function u(l,s,r){return s=p(s),s in l?Object.defineProperty(l,s,{value:r,enumerable:!0,configurable:!0,writable:!0}):l[s]=r,l}function m(){return m=Object.assign?Object.assign.bind():function(l){for(var s=1;s<arguments.length;s++){var r=arguments[s];for(var c in r)Object.prototype.hasOwnProperty.call(r,c)&&(l[c]=r[c])}return l},m.apply(this,arguments)}function x(l,s){if(l==null)return{};var r={},c=Object.keys(l),g,y;for(y=0;y<c.length;y++)g=c[y],!(s.indexOf(g)>=0)&&(r[g]=l[g]);return r}function b(l,s){if(l==null)return{};var r=x(l,s),c,g;if(Object.getOwnPropertySymbols){var y=Object.getOwnPropertySymbols(l);for(g=0;g<y.length;g++)c=y[g],!(s.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(l,c)&&(r[c]=l[c])}return r}function C(l,s){return O(l)||i(l,s)||k(l,s)||V()}function O(l){if(Array.isArray(l))return l}function k(l,s){if(l){if(typeof l=="string")return v(l,s);var r=Object.prototype.toString.call(l).slice(8,-1);if(r==="Object"&&l.constructor&&(r=l.constructor.name),r==="Map"||r==="Set")return Array.from(l);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return v(l,s)}}function v(l,s){(s==null||s>l.length)&&(s=l.length);for(var r=0,c=new Array(s);r<s;r++)c[r]=l[r];return c}function V(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
2
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var W=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?t.useLayoutEffect:t.useEffect;function w(l){var s=t.useRef(l);return W(function(){s.current=l}),t.useCallback(function(){for(var r=arguments.length,c=new Array(r),g=0;g<r;g++)c[g]=arguments[g];return s.current.apply(void 0,c)},[])}var F=function(s,r){var c=r.decimal,g=r.decimals,y=r.duration,T=r.easingFn,R=r.end,S=r.formattingFn,j=r.numerals,z=r.prefix,M=r.separator,$=r.start,P=r.suffix,U=r.useEasing,B=r.useGrouping,I=r.useIndianSeparators,_=r.enableScrollSpy,N=r.scrollSpyDelay,Y=r.scrollSpyOnce,A=r.plugin;return new a.CountUp(s,R,{startVal:$,duration:y,decimal:c,decimalPlaces:g,easingFn:T,formattingFn:S,numerals:j,separator:M,prefix:z,suffix:P,plugin:A,useEasing:U,useIndianSeparators:I,useGrouping:B,enableScrollSpy:_,scrollSpyDelay:N,scrollSpyOnce:Y})},L=["ref","startOnMount","enableReinitialize","delay","onEnd","onStart","onPauseResume","onReset","onUpdate"],K={decimal:".",separator:",",delay:null,prefix:"",suffix:"",duration:2,start:0,decimals:0,startOnMount:!0,enableReinitialize:!0,useEasing:!0,useGrouping:!0,useIndianSeparators:!1},H=function(s){var r=Object.fromEntries(Object.entries(s).filter(function(E){var J=C(E,2),G=J[1];return G!==void 0})),c=t.useMemo(function(){return n(n({},K),r)},[s]),g=c.ref,y=c.startOnMount,T=c.enableReinitialize,R=c.delay,S=c.onEnd,j=c.onStart,z=c.onPauseResume,M=c.onReset,$=c.onUpdate,P=b(c,L),U=t.useRef(),B=t.useRef(),I=t.useRef(!1),_=w(function(){return F(typeof g=="string"?g:g.current,P)}),N=w(function(E){var J=U.current;if(J&&!E)return J;var G=_();return U.current=G,G}),Y=w(function(){var E=function(){return N(!0).start(function(){S==null||S({pauseResume:A,reset:D,start:X,update:q})})};R&&R>0?B.current=setTimeout(E,R*1e3):E(),j==null||j({pauseResume:A,reset:D,update:q})}),A=w(function(){N().pauseResume(),z==null||z({reset:D,start:X,update:q})}),D=w(function(){N().el&&(B.current&&clearTimeout(B.current),N().reset(),M==null||M({pauseResume:A,start:X,update:q}))}),q=w(function(E){N().update(E),$==null||$({pauseResume:A,reset:D,start:X})}),X=w(function(){D(),Y()}),Z=w(function(E){y&&(E&&D(),Y())});return t.useEffect(function(){I.current?T&&Z(!0):(I.current=!0,Z())},[T,I,Z,R,s.start,s.suffix,s.prefix,s.duration,s.separator,s.decimals,s.decimal,s.formattingFn]),t.useEffect(function(){return function(){D()}},[D]),{start:X,pauseResume:A,reset:D,update:q,getCountUp:N}},Q=["className","redraw","containerProps","children","style"],ee=function(s){var r=s.className,c=s.redraw,g=s.containerProps,y=s.children,T=s.style,R=b(s,Q),S=t.useRef(null),j=t.useRef(!1),z=H(n(n({},R),{},{ref:S,startOnMount:typeof y!="function"||s.delay===0,enableReinitialize:!1})),M=z.start,$=z.reset,P=z.update,U=z.pauseResume,B=z.getCountUp,I=w(function(){M()}),_=w(function(A){s.preserveValue||$(),P(A)}),N=w(function(){if(typeof s.children=="function"&&!(S.current instanceof Element)){console.error(`Couldn't find attached element to hook the CountUp instance into! Try to attach "containerRef" from the render prop to a an Element, eg. <span ref={containerRef} />.`);return}B()});t.useEffect(function(){N()},[N]),t.useEffect(function(){j.current&&_(s.end)},[s.end,_]);var Y=c&&s;return t.useEffect(function(){c&&j.current&&I()},[I,c,Y]),t.useEffect(function(){!c&&j.current&&I()},[I,c,s.start,s.suffix,s.prefix,s.duration,s.separator,s.decimals,s.decimal,s.className,s.formattingFn]),t.useEffect(function(){j.current=!0},[]),typeof y=="function"?y({countUpRef:S,start:M,reset:$,update:P,pauseResume:U,getCountUp:B}):t.createElement("span",m({className:r,ref:S,style:T},g),typeof s.start<"u"?B().formattingFn(s.start):"")};return Ve.default=ee,Ve.useCountUp=H,Ve}var Ba=Fa();const Aa=Ta(Ba);var Le=new Map,Oe=new WeakMap,Ke=0,Da=void 0;function La(t){return t?(Oe.has(t)||(Ke+=1,Oe.set(t,Ke.toString())),Oe.get(t)):"0"}function Ma(t){return Object.keys(t).sort().filter(a=>t[a]!==void 0).map(a=>`${a}_${a==="root"?La(t.root):t[a]}`).toString()}function $a(t){const a=Ma(t);let i=Le.get(a);if(!i){const o=new Map;let n;const d=new IntersectionObserver(p=>{p.forEach(u=>{var m;const x=u.isIntersecting&&n.some(b=>u.intersectionRatio>=b);t.trackVisibility&&typeof u.isVisible>"u"&&(u.isVisible=x),(m=o.get(u.target))==null||m.forEach(b=>{b(x,u)})})},t);n=d.thresholds||(Array.isArray(t.threshold)?t.threshold:[t.threshold||0]),i={id:a,observer:d,elements:o},Le.set(a,i)}return i}function Ha(t,a,i={},o=Da){if(typeof window.IntersectionObserver>"u"&&o!==void 0){const m=t.getBoundingClientRect();return a(o,{isIntersecting:o,target:t,intersectionRatio:typeof i.threshold=="number"?i.threshold:0,time:0,boundingClientRect:m,intersectionRect:m,rootBounds:m}),()=>{}}const{id:n,observer:d,elements:p}=$a(i),u=p.get(t)||[];return p.has(t)||p.set(t,u),u.push(a),d.observe(t),function(){u.splice(u.indexOf(a),1),u.length===0&&(p.delete(t),d.unobserve(t)),p.size===0&&(d.disconnect(),Le.delete(n))}}function Pa({threshold:t,delay:a,trackVisibility:i,rootMargin:o,root:n,triggerOnce:d,skip:p,initialInView:u,fallbackInView:m,onChange:x}={}){var b;const[C,O]=ke.useState(null),k=ke.useRef(x),[v,V]=ke.useState({inView:!!u,entry:void 0});k.current=x,ke.useEffect(()=>{if(p||!C)return;let L;return L=Ha(C,(K,H)=>{V({inView:K,entry:H}),k.current&&k.current(K,H),H.isIntersecting&&d&&L&&(L(),L=void 0)},{root:n,rootMargin:o,threshold:t,trackVisibility:i,delay:a},m),()=>{L&&L()}},[Array.isArray(t)?t.toString():t,C,n,o,d,p,i,m,a]);const W=(b=v.entry)==null?void 0:b.target,w=ke.useRef(void 0);!C&&W&&!d&&!p&&w.current!==W&&(w.current=W,V({inView:!!u,entry:void 0}));const F=[O,v.inView,v.entry];return F.ref=F[0],F.inView=F[1],F.entry=F[2],F}const Ua=h.style({display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center",color:e.colors.text}),_a=h.style({fontSize:e.fontSizes.lg,paddingBottom:e.space.md,fontWeight:"400","@media":{[ae.lg]:{paddingBottom:e.space.lg}}}),Ya=h.style({fontSize:e.fontSizes.md,color:e.colors.textSecondary,lineHeight:e.lineHeights.normal,margin:0,"@media":{[ae.md]:{fontSize:e.fontSizes.lg}}}),qa=ue({base:Ua,variants:{size:{sm:{},md:{},lg:{}},variant:{default:{},highlighted:{padding:e.space.lg,backgroundColor:e.colors.surface,borderRadius:e.radii.lg,boxShadow:e.shadows.md},outlined:{padding:e.space.lg,border:`2px solid ${e.colors.border}`,borderRadius:e.radii.lg}},align:{left:{alignItems:"flex-start",textAlign:"left"},center:{alignItems:"center",textAlign:"center"},right:{alignItems:"flex-end",textAlign:"right"}}},defaultVariants:{size:"md",variant:"default",align:"center"}}),dt=te.forwardRef(({value:t,label:a,suffix:i="",prefix:o="",duration:n=2,threshold:d=.3,separator:p=",",decimals:u=0,size:m,variant:x,align:b,color:C,as:O="div",css:k,className:v,margin:V,marginTop:W,marginBottom:w,marginLeft:F,marginRight:L,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:l,gap:s,display:r,flexDirection:c,justifyContent:g,flexWrap:y,flex:T,width:R,height:S,minWidth:j,maxWidth:z,minHeight:M,position:$,top:P,bottom:U,left:B,right:I,zIndex:_,fontSize:N,fontFamily:Y,lineHeight:A,textAlign:D,fontWeight:q,backgroundColor:X,borderRadius:Z,borderWidth:E,borderStyle:J,borderColor:G,boxShadow:ne,opacity:se,overflow:ce,overflowX:oe,overflowY:me,...fe},he)=>{const[xe,pe]=Pa({threshold:d,triggerOnce:!0});return f.jsxs(O,{ref:be=>{xe(be),he&&(typeof he=="function"?he(be):he.current=be)},className:le(qa({size:m,variant:x,align:b}),de({margin:V,marginTop:W,marginBottom:w,marginLeft:F,marginRight:L,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:l,gap:s,display:r,flexDirection:c,justifyContent:g,flexWrap:y,flex:T,width:R,height:S,minWidth:j,maxWidth:z,minHeight:M,position:$,top:P,bottom:U,left:B,right:I,zIndex:_,fontSize:N,fontFamily:Y,lineHeight:A,textAlign:D,fontWeight:q,backgroundColor:X,borderRadius:Z,borderWidth:E,borderStyle:J,borderColor:G,boxShadow:ne,opacity:se,overflow:ce,overflowX:oe,overflowY:me}),k,v),...fe,children:[f.jsxs("div",{className:_a,children:[o,f.jsx("span",{children:f.jsx(Aa,{end:pe?t:0,duration:n,separator:p,decimals:u})}),i]}),f.jsx("p",{className:Ya,children:a})]})});dt.displayName="KeyNumber";const Xa=h.style({display:"flex",alignItems:"center",gap:e.space.md,"@media":{[ae.md]:{gap:e.space.lg}}}),Ga=h.style({display:"flex",alignItems:"center",justifyContent:"center",textDecoration:"none",color:"inherit",transition:"all 0.3s ease-in-out",borderRadius:e.radii.full,padding:e.space.xs}),Ka=ue({base:Xa,variants:{orientation:{horizontal:{flexDirection:"row"},vertical:{flexDirection:"column"}},size:{sm:{gap:e.space.sm},md:{gap:e.space.md},lg:{gap:e.space.lg}},variant:{default:{},rounded:{},outlined:{}}},defaultVariants:{orientation:"horizontal",size:"md",variant:"default"}}),ut=te.forwardRef(({links:t,iconSize:a="md",orientation:i,size:o,variant:n,as:d="nav",css:p,className:u,margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J,...G},ne)=>{const se=ce=>({instagram:"socialInstagram",linkedIn:"socialLinkedIn",facebook:"socialFacebook",pinterest:"socialPinterest",spotify:"socialSpotify",X:"socialX",youtube:"socialYoutube",tiktok:"socialTiktok"})[ce];return f.jsx(d,{ref:ne,className:le(Ka({orientation:i,size:o,variant:n}),de({margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J}),p,u),role:"navigation","aria-label":"Social media links",...G,children:t.map((ce,oe)=>f.jsx("a",{href:ce.url,target:"_blank",rel:"noopener noreferrer",className:Ga,"aria-label":ce.label||`Visit our ${ce.name} page`,children:f.jsx(ye,{icon:se(ce.name),size:a,"aria-hidden":"true"})},`${ce.name}-${oe}`))})});ut.displayName="NavSocial";const Za=h.style({display:"flex",alignItems:"center",gap:e.space.md,fontSize:e.fontSizes.sm,color:e.colors.textSecondary,flexDirection:"column","@media":{[ae.md]:{flexDirection:"row",gap:e.space.lg}}}),Ja=ue({base:Za,variants:{orientation:{horizontal:{flexDirection:"row"},vertical:{flexDirection:"column",alignItems:"flex-start"},responsive:{flexDirection:"column",alignItems:"flex-start","@media":{[ae.md]:{flexDirection:"row",alignItems:"center"}}}},size:{sm:{fontSize:e.fontSizes.xs,gap:e.space.sm},md:{fontSize:e.fontSizes.sm,gap:e.space.md},lg:{fontSize:e.fontSizes.md,gap:e.space.lg}},variant:{default:{},compact:{gap:e.space.sm},spacious:{gap:e.space.xl}},align:{left:{justifyContent:"flex-start"},center:{justifyContent:"center"},right:{justifyContent:"flex-end"}}},defaultVariants:{orientation:"responsive",size:"md",variant:"default",align:"left"}}),pt=te.forwardRef(({children:t,orientation:a,size:i,variant:o,align:n,as:d="nav",css:p,className:u,margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J,...G},ne)=>f.jsx(d,{ref:ne,className:le(Ja({orientation:a,size:i,variant:o,align:n}),de({margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J}),p,u),role:"navigation","aria-label":"Legal navigation",...G,children:t}));pt.displayName="NavLegal";const Qa=h.style({position:"relative",display:"inline-flex",alignItems:"center"}),en=h.style({appearance:"none",background:"transparent",border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,padding:`${e.space.sm} ${e.space.md}`,paddingRight:e.space.xl,fontSize:e.fontSizes.sm,fontFamily:e.fonts.body,color:e.colors.text,cursor:"pointer",transition:"all 0.3s ease-in-out",minWidth:"120px"}),tn=h.style({position:"absolute",right:e.space.sm,top:"50%",transform:"translateY(-50%)",pointerEvents:"none",color:e.colors.textSecondary,transition:"transform 0.2s ease-in-out"}),an=ue({base:Qa,variants:{variant:{default:{},minimal:{},outlined:{},filled:{}},size:{sm:{},md:{},lg:{}}},defaultVariants:{variant:"default",size:"md"}}),ft=te.forwardRef(({locales:t,currentLocale:a,onChange:i,disabled:o=!1,placeholder:n,variant:d,size:p,css:u,className:m,margin:x,marginTop:b,marginBottom:C,marginLeft:O,marginRight:k,padding:v,paddingTop:V,paddingBottom:W,paddingLeft:w,paddingRight:F,gap:L,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:l,width:s,height:r,minWidth:c,maxWidth:g,minHeight:y,position:T,top:R,bottom:S,left:j,right:z,zIndex:M,fontSize:$,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:I,color:_,backgroundColor:N,borderRadius:Y,borderWidth:A,borderStyle:D,borderColor:q,boxShadow:X,opacity:Z,overflow:E,overflowX:J,overflowY:G,...ne},se)=>{const ce=oe=>{i(oe.target.value)};return f.jsxs("div",{ref:se,className:le(an({variant:d,size:p}),de({margin:x,marginTop:b,marginBottom:C,marginLeft:O,marginRight:k,padding:v,paddingTop:V,paddingBottom:W,paddingLeft:w,paddingRight:F,gap:L,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:l,width:s,height:r,minWidth:c,maxWidth:g,minHeight:y,position:T,top:R,bottom:S,left:j,right:z,zIndex:M,fontSize:$,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:I,color:_,backgroundColor:N,borderRadius:Y,borderWidth:A,borderStyle:D,borderColor:q,boxShadow:X,opacity:Z,overflow:E,overflowX:J,overflowY:G}),u,m),...ne,children:[f.jsxs("select",{className:en,value:a,onChange:ce,disabled:o,"aria-label":"Switch language",children:[n&&f.jsx("option",{value:"",disabled:!0,children:n}),t.map(oe=>f.jsx("option",{value:oe.code,disabled:oe.code===a,children:oe.label||oe.name},oe.code))]}),f.jsx("div",{className:tn,children:f.jsx(ye,{icon:"caret",size:"sm"})})]})});ft.displayName="LanguageSwitcher";const nn=h.style({position:"relative",overflow:"hidden",backgroundColor:e.colors.background}),on=h.style({top:"50%",left:"50%",width:"auto",minWidth:"100%",minHeight:"100%",position:"absolute",transform:"translate(-50%, -50%)"}),sn=h.style({top:0,left:0,width:"100%",height:"100%",position:"absolute",opacity:1,transition:"opacity 0.3s ease-in-out",pointerEvents:"auto"}),rn=h.style({width:"100%",height:"100%",minWidth:"100%",minHeight:"100%",objectFit:"cover"}),ln=h.style({position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",border:"none",borderRadius:e.radii.full,backgroundColor:"rgba(0, 0, 0, 0.7)",color:e.colors.background,cursor:"pointer",transition:"all 0.3s ease-in-out",display:"flex",alignItems:"center",justifyContent:"center",opacity:1,pointerEvents:"auto",":hover":{backgroundColor:"rgba(0, 0, 0, 0.9)",transform:"translate(-50%, -50%) scale(1.1)"},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px"}}),Me=h.style({position:"absolute",border:"none",borderRadius:e.radii.md,backgroundColor:"rgba(0, 0, 0, 0.7)",color:e.colors.background,cursor:"pointer",transition:"all 0.3s ease-in-out",display:"flex",alignItems:"center",justifyContent:"center"}),cn=h.style([Me,{top:e.space.md,right:e.space.md,width:"40px",height:"40px","@media":{"screen and (min-width: 768px)":{width:"48px",height:"48px",top:e.space.lg,right:e.space.lg}}}]),dn=h.style([Me,{bottom:e.space.md,right:"80px",width:"40px",height:"40px","@media":{"screen and (min-width: 768px)":{width:"48px",height:"48px",bottom:e.space.lg,right:"100px"}}}]),un=h.style([Me,{bottom:e.space.md,right:e.space.md,width:"40px",height:"40px","@media":{"screen and (min-width: 768px)":{width:"48px",height:"48px",bottom:e.space.lg,right:e.space.lg}}}]),pn=ue({base:nn,variants:{size:{sm:{width:"300px",height:"200px"},md:{width:"500px",height:"300px"},lg:{width:"800px",height:"450px"},fullWidth:{width:"100vw",height:0,paddingBottom:"56.25%",position:"relative"}},aspectRatio:{"16:9":{aspectRatio:"16/9"},"4:3":{aspectRatio:"4/3"},"1:1":{aspectRatio:"1/1"}}},defaultVariants:{size:"md",aspectRatio:"16:9"}}),$e=te.forwardRef(({video:t,poster:a,isAutoPlay:i=!1,startMuted:o=!1,showControls:n=!1,hidePlayButton:d=!1,isVideoFullWidth:p=!1,isPlayingFullScreen:u=!1,onPlay:m,onClose:x,onEnded:b,size:C,aspectRatio:O,css:k,className:v,margin:V,marginTop:W,marginBottom:w,marginLeft:F,marginRight:L,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:l,gap:s,display:r,flexDirection:c,justifyContent:g,flexWrap:y,flex:T,width:R,height:S,minWidth:j,maxWidth:z,minHeight:M,position:$,top:P,bottom:U,left:B,right:I,zIndex:_,fontSize:N,fontFamily:Y,lineHeight:A,textAlign:D,fontWeight:q,color:X,backgroundColor:Z,borderRadius:E,borderWidth:J,borderStyle:G,borderColor:ne,boxShadow:se,opacity:ce,overflow:oe,overflowX:me,overflowY:fe,...he},xe)=>{const pe=te.useRef(null),[be,we]=te.useState(!1),[Se,Ne]=te.useState(i||o),Te=()=>{var ie;m&&m(),(ie=pe.current)==null||ie.play(),we(!0)},Ce=()=>{var ie;x&&x(),(ie=pe.current)==null||ie.pause(),we(!1)},Ie=()=>{var ie;(ie=pe.current)==null||ie.pause(),we(!1)},Be=()=>{const ie=!Se;Ne(ie),pe.current&&(pe.current.muted=ie)},Ae=()=>{b&&b(),Ce()},Re=ie=>{ie.key==="Escape"&&Ce()};return te.useEffect(()=>(window.addEventListener("keydown",Re),()=>{window.removeEventListener("keydown",Re)}),[]),te.useEffect(()=>{pe.current&&(pe.current.muted=Se)},[Se]),f.jsxs("div",{ref:xe,className:le(pn({size:p?"fullWidth":C,aspectRatio:O}),de({margin:V,marginTop:W,marginBottom:w,marginLeft:F,marginRight:L,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:l,gap:s,display:r,flexDirection:c,justifyContent:g,flexWrap:y,flex:T,width:R,height:S,minWidth:j,maxWidth:z,minHeight:M,position:$,top:P,bottom:U,left:B,right:I,zIndex:_,fontSize:N,fontFamily:Y,lineHeight:A,textAlign:D,fontWeight:q,color:X,backgroundColor:Z,borderRadius:E,borderWidth:J,borderStyle:G,borderColor:ne,boxShadow:se,opacity:ce,overflow:oe,overflowX:me,overflowY:fe}),k,v),...he,children:[f.jsx("video",{ref:pe,className:on,playsInline:!0,muted:Se,autoPlay:i,onEnded:Ae,children:f.jsx("source",{src:t,type:"video/mp4"})}),a&&f.jsx("div",{className:sn,"data-playing":be,children:f.jsx("img",{src:a,alt:"Video poster",className:rn,sizes:"2560"})}),!d&&!i&&f.jsx("button",{className:ln,"data-playing":be,onClick:Te,"aria-label":"Play video",type:"button",children:f.jsx(ye,{icon:"play",size:"lg"})}),u&&f.jsx("button",{className:cn,onClick:Ce,"aria-label":"Close video",type:"button",children:f.jsx(ye,{icon:"close",size:"md"})}),be&&n&&f.jsx("button",{className:dn,onClick:Ie,"aria-label":"Pause video",type:"button",children:f.jsx(ye,{icon:"pause",size:"md"})}),n&&f.jsx("button",{className:un,onClick:Be,"aria-label":Se?"Unmute video":"Mute video",type:"button",children:f.jsx(ye,{icon:Se?"volumeMute":"volumeUp",size:"md"})})]})});$e.displayName="Video";const fn=h.style({height:0,width:"100vw",overflow:"hidden",position:"relative",paddingBottom:"56.25%",backgroundColor:e.colors.background,marginLeft:"calc(-50vw + 50%)",marginRight:"calc(-50vw + 50%)","@media":{"screen and (min-width: 768px)":{marginLeft:"calc(-50vw + 50%)",marginRight:"calc(-50vw + 50%)"}}}),mn=ue({base:fn,variants:{aspectRatio:{"16:9":{paddingBottom:"56.25%"},"4:3":{paddingBottom:"75%"},"1:1":{paddingBottom:"100%"},"21:9":{paddingBottom:"42.86%"}}},defaultVariants:{aspectRatio:"16:9"}}),mt=te.forwardRef(({video:t,poster:a,isAutoPlay:i=!1,startMuted:o=!1,showControls:n=!1,onPlay:d,onClose:p,onEnded:u,aspectRatio:m,css:x,className:b,margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,position:S,top:j,bottom:z,left:M,right:$,zIndex:P,fontSize:U,fontFamily:B,lineHeight:I,textAlign:_,fontWeight:N,color:Y,backgroundColor:A,borderRadius:D,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:E,opacity:J,overflow:G,overflowX:ne,overflowY:se,...ce},oe)=>f.jsx("div",{ref:oe,className:le(mn({aspectRatio:m}),de({margin:C,marginTop:O,marginBottom:k,marginLeft:v,marginRight:V,padding:W,paddingTop:w,paddingBottom:F,paddingLeft:L,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:l,flexWrap:s,flex:r,width:c,height:g,minWidth:y,maxWidth:T,minHeight:R,position:S,top:j,bottom:z,left:M,right:$,zIndex:P,fontSize:U,fontFamily:B,lineHeight:I,textAlign:_,fontWeight:N,color:Y,backgroundColor:A,borderRadius:D,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:E,opacity:J,overflow:G,overflowX:ne,overflowY:se}),x,b),...ce,children:f.jsx($e,{video:t,poster:a,isAutoPlay:i,startMuted:o,showControls:n,onPlay:d,onClose:p,onEnded:u,isVideoFullWidth:!0,size:"fullWidth"})}));mt.displayName="VideoFullWidth";const gn=h.style({width:"100%",backgroundColor:"transparent"}),hn=ue({base:gn,variants:{spacing:{none:{gap:0},sm:{display:"flex",flexDirection:"column",gap:e.space.sm},md:{display:"flex",flexDirection:"column",gap:e.space.md},lg:{display:"flex",flexDirection:"column",gap:e.space.lg},xl:{display:"flex",flexDirection:"column",gap:e.space.xl}},layout:{stacked:{display:"flex",flexDirection:"column"},inline:{display:"flex",flexDirection:"row",flexWrap:"wrap",alignItems:"flex-end"},grid:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(250px, 1fr))",gap:e.space.md}}},defaultVariants:{spacing:"md",layout:"stacked"}}),gt=te.forwardRef(({children:t,spacing:a,layout:i,css:o,className:n,margin:d,marginTop:p,marginBottom:u,marginLeft:m,marginRight:x,padding:b,paddingTop:C,paddingBottom:O,paddingLeft:k,paddingRight:v,gap:V,display:W,flexDirection:w,justifyContent:F,flexWrap:L,flex:K,width:H,height:Q,minWidth:ee,maxWidth:l,minHeight:s,position:r,top:c,bottom:g,left:y,right:T,zIndex:R,fontSize:S,fontFamily:j,lineHeight:z,textAlign:M,fontWeight:$,color:P,backgroundColor:U,borderRadius:B,borderWidth:I,borderStyle:_,borderColor:N,boxShadow:Y,opacity:A,overflow:D,overflowX:q,overflowY:X,...Z},E)=>f.jsx("form",{ref:E,className:le(hn({spacing:a,layout:i}),de({margin:d,marginTop:p,marginBottom:u,marginLeft:m,marginRight:x,padding:b,paddingTop:C,paddingBottom:O,paddingLeft:k,paddingRight:v,gap:V,display:W,flexDirection:w,justifyContent:F,flexWrap:L,flex:K,width:H,height:Q,minWidth:ee,maxWidth:l,minHeight:s,position:r,top:c,bottom:g,left:y,right:T,zIndex:R,fontSize:S,fontFamily:j,lineHeight:z,textAlign:M,fontWeight:$,color:P,backgroundColor:U,borderRadius:B,borderWidth:I,borderStyle:_,borderColor:N,boxShadow:Y,opacity:A,overflow:D,overflowX:q,overflowY:X}),o,n),...Z,children:t}));gt.displayName="Form";const xn=h.style({display:"flex",width:"100%"}),bn=ue({base:xn,variants:{align:{left:{justifyContent:"flex-start",textAlign:"left"},center:{justifyContent:"center",textAlign:"center"},right:{justifyContent:"flex-end",textAlign:"right"}},variant:{default:{flexDirection:"column",gap:e.space.sm},actions:{flexDirection:"row",alignItems:"center",gap:e.space.md,marginTop:e.space.lg},message:{flexDirection:"column",padding:e.space.md,backgroundColor:e.colors.surface,borderRadius:e.radii.md,border:`1px solid ${e.colors.border}`}},spacing:{none:{gap:0},sm:{gap:e.space.sm},md:{gap:e.space.md},lg:{gap:e.space.lg}}},defaultVariants:{align:"left",variant:"default",spacing:"sm"}}),ht=te.forwardRef(({children:t,align:a,variant:i,spacing:o,isActions:n=!1,isMessage:d=!1,css:p,className:u,margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J,...G},ne)=>{let se=i;return n&&(se="actions"),d&&(se="message"),f.jsx("div",{ref:ne,className:le(bn({align:a,variant:se,spacing:o}),de({margin:m,marginTop:x,marginBottom:b,marginLeft:C,marginRight:O,padding:k,paddingTop:v,paddingBottom:V,paddingLeft:W,paddingRight:w,gap:F,display:L,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:l,height:s,minWidth:r,maxWidth:c,minHeight:g,position:y,top:T,bottom:R,left:S,right:j,zIndex:z,fontSize:M,fontFamily:$,lineHeight:P,textAlign:U,fontWeight:B,color:I,backgroundColor:_,borderRadius:N,borderWidth:Y,borderStyle:A,borderColor:D,boxShadow:q,opacity:X,overflow:Z,overflowX:E,overflowY:J}),p,u),...G,children:t})});ht.displayName="Row";const yn=h.style({display:"flex",flexDirection:"column",width:"100%",gap:e.space.xs}),vn=h.style({fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,fontWeight:e.fontWeights.medium,color:e.colors.text,lineHeight:e.lineHeights.tight}),xt=h.style({appearance:"none",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,color:e.colors.text,fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,lineHeight:e.lineHeights.normal,padding:`${e.space.sm} ${e.space.md}`,transition:"all 0.2s ease-in-out",width:"100%","::placeholder":{color:e.colors.textSecondary},":hover":{borderColor:e.colors.primary},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px",borderColor:e.colors.primary},":disabled":{backgroundColor:e.colors.surface,color:e.colors.textSecondary,cursor:"not-allowed",opacity:"0.6"}}),wn=h.style([xt,{resize:"vertical",minHeight:"80px"}]),Sn=h.style({display:"flex",flexDirection:"column",gap:e.space.xs}),Ze=h.style({color:e.colors.error,fontSize:e.fontSizes.xs,lineHeight:e.lineHeights.tight,fontFamily:e.fonts.body}),Cn=ue({base:yn,variants:{size:{sm:{gap:e.space.xs},md:{},lg:{gap:e.space.sm}}},defaultVariants:{size:"md"}}),bt=te.forwardRef(({name:t,label:a,value:i="",rows:o=3,disabled:n=!1,required:d=!1,placeholder:p="",errors:u,type:m="text",onChange:x,size:b,css:C,className:O,margin:k,marginTop:v,marginBottom:V,marginLeft:W,marginRight:w,padding:F,paddingTop:L,paddingBottom:K,paddingLeft:H,paddingRight:Q,gap:ee,display:l,flexDirection:s,justifyContent:r,flexWrap:c,flex:g,width:y,height:T,minWidth:R,maxWidth:S,minHeight:j,position:z,top:M,bottom:$,left:P,right:U,zIndex:B,fontSize:I,fontFamily:_,lineHeight:N,textAlign:Y,fontWeight:A,color:D,backgroundColor:q,borderRadius:X,borderWidth:Z,borderStyle:E,borderColor:J,boxShadow:G,opacity:ne,overflow:se,overflowX:ce,overflowY:oe,...me},fe)=>{const he=te.useMemo(()=>u?Array.isArray(u)?u.length>0:!!u:!1,[u]),xe=m==="textarea";return f.jsxs("div",{ref:fe,className:le(Cn({size:b}),de({margin:k,marginTop:v,marginBottom:V,marginLeft:W,marginRight:w,padding:F,paddingTop:L,paddingBottom:K,paddingLeft:H,paddingRight:Q,gap:ee,display:l,flexDirection:s,justifyContent:r,flexWrap:c,flex:g,width:y,height:T,minWidth:R,maxWidth:S,minHeight:j,position:z,top:M,bottom:$,left:P,right:U,zIndex:B,fontSize:I,fontFamily:_,lineHeight:N,textAlign:Y,fontWeight:A,color:D,backgroundColor:q,borderRadius:X,borderWidth:Z,borderStyle:E,borderColor:J,boxShadow:G,opacity:ne,overflow:se,overflowX:ce,overflowY:oe}),C,O),...me,children:[a&&f.jsx("label",{htmlFor:t,className:vn,"data-required":d,children:a}),xe?f.jsx("textarea",{id:t,name:t,rows:o,value:i,disabled:n,placeholder:p,className:wn,onChange:x,"data-error":he,required:d}):f.jsx("input",{id:t,name:t,type:m,value:i,disabled:n,placeholder:p,className:xt,onChange:x,"data-error":he,required:d}),he&&f.jsx("div",{className:Sn,children:Array.isArray(u)?u.map((pe,be)=>f.jsx("span",{className:Ze,children:pe},be)):f.jsx("span",{className:Ze,children:u})})]})});bt.displayName="TextField";const jn=h.style({fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,fontWeight:e.fontWeights.medium,color:e.colors.text,lineHeight:e.lineHeights.tight,width:"100%",textAlign:"left",paddingBottom:e.space.xs}),zn=ue({base:jn,variants:{size:{sm:{fontSize:e.fontSizes.xs,paddingBottom:e.space.xs},md:{},lg:{fontSize:e.fontSizes.md,paddingBottom:e.space.sm}},variant:{default:{},inline:{display:"inline-block",marginRight:e.space.sm,paddingBottom:0}}},defaultVariants:{size:"md",variant:"default"}}),yt=te.forwardRef(({label:t,name:a,required:i=!1,size:o,variant:n,css:d,className:p,margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E,...J},G)=>f.jsx("label",{ref:G,htmlFor:a,className:le(zn({size:o,variant:n}),de({margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E}),d,p),"data-required":i,...J,children:t}));yt.displayName="Label";const Rn=h.style({appearance:"none",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,color:e.colors.text,fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,lineHeight:e.lineHeights.normal,padding:`${e.space.sm} ${e.space.md}`,transition:"all 0.2s ease-in-out",width:"100%"}),kn=ue({base:Rn,variants:{size:{sm:{fontSize:e.fontSizes.xs,padding:`${e.space.xs} ${e.space.sm}`},md:{},lg:{fontSize:e.fontSizes.md,padding:`${e.space.md} ${e.space.lg}`}},variant:{default:{},filled:{backgroundColor:e.colors.surface,border:"none"},outlined:{backgroundColor:"transparent"},underlined:{backgroundColor:"transparent",border:"none",borderBottom:`1px solid ${e.colors.border}`,borderRadius:0,padding:`${e.space.sm} 0`}}},defaultVariants:{size:"md",variant:"default"}}),vt=te.forwardRef(({name:t,type:a="text",hasError:i=!1,size:o,variant:n,css:d,className:p,margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E,...J},G)=>f.jsx("input",{ref:G,id:t,name:t,type:a,className:le(kn({size:o,variant:n}),de({margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E}),d,p),"data-error":i,...J}));vt.displayName="Input";const Vn=h.style({appearance:"none",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,color:e.colors.text,fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,lineHeight:e.lineHeights.normal,padding:`${e.space.sm} ${e.space.md}`,transition:"all 0.2s ease-in-out",width:"100%",resize:"vertical",minHeight:"80px","::placeholder":{color:e.colors.textSecondary},":hover":{borderColor:e.colors.primary},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px",borderColor:e.colors.primary},":disabled":{backgroundColor:e.colors.surface,color:e.colors.textSecondary,cursor:"not-allowed",opacity:"0.6",resize:"none"},selectors:{'&[data-error="true"]':{borderColor:e.colors.error},'&[data-error="true"]:focus':{outlineColor:e.colors.error,borderColor:e.colors.error}}}),Nn=ue({base:Vn,variants:{size:{sm:{fontSize:e.fontSizes.xs,padding:`${e.space.xs} ${e.space.sm}`,minHeight:"60px"},md:{},lg:{fontSize:e.fontSizes.md,padding:`${e.space.md} ${e.space.lg}`,minHeight:"100px"}},variant:{default:{},filled:{backgroundColor:e.colors.surface,border:"none",":focus":{backgroundColor:e.colors.background,border:`1px solid ${e.colors.primary}`}},outlined:{backgroundColor:"transparent"},underlined:{backgroundColor:"transparent",border:"none",borderBottom:`1px solid ${e.colors.border}`,borderRadius:0,padding:`${e.space.sm} 0`,":focus":{borderBottom:`2px solid ${e.colors.primary}`,outline:"none"}}},resize:{vertical:{resize:"vertical"},horizontal:{resize:"horizontal"},both:{resize:"both"},none:{resize:"none"}}},defaultVariants:{size:"md",variant:"default",resize:"vertical"}}),wt=te.forwardRef(({name:t,hasError:a=!1,size:i,variant:o,resize:n,css:d,className:p,margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E,...J},G)=>f.jsx("textarea",{ref:G,id:t,name:t,className:le(Nn({size:i,variant:o,resize:n}),de({margin:u,marginTop:m,marginBottom:x,marginLeft:b,marginRight:C,padding:O,paddingTop:k,paddingBottom:v,paddingLeft:V,paddingRight:W,gap:w,display:F,flexDirection:L,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:l,minWidth:s,maxWidth:r,minHeight:c,position:g,top:y,bottom:T,left:R,right:S,zIndex:j,fontSize:z,fontFamily:M,lineHeight:$,textAlign:P,fontWeight:U,color:B,backgroundColor:I,borderRadius:_,borderWidth:N,borderStyle:Y,borderColor:A,boxShadow:D,opacity:q,overflow:X,overflowX:Z,overflowY:E}),d,p),"data-error":a,...J}));wt.displayName="Textarea";const Tn=(t,a={})=>h.createGlobalTheme(t,e,{colors:{...re.colors,...a.colors},space:{...re.space,...a.space},radii:{...re.radii,...a.radii},fonts:{...re.fonts,...a.fonts},maxWidth:`${re.maxWidth||a.maxWidth}`,fontSizes:{...re.fontSizes,...a.fontSizes},fontWeights:{...re.fontWeights,...a.fontWeights},lineHeights:{...re.lineHeights,...a.lineHeights},shadows:{...re.shadows,...a.shadows},section:{...re.section,...a.section},header:{...re.header,...a.header},footer:{...re.footer,...a.footer}}),In=(t,a={})=>h.createGlobalTheme(t,e,{colors:{...ze.colors,...a.colors},space:{...ze.space,...a.space},radii:{...ze.radii,...a.radii},fonts:{...ze.fonts,...a.fonts},maxWidth:`${re.maxWidth||a.maxWidth}`,fontSizes:{...re.fontSizes,...a.fontSizes},fontWeights:{...re.fontWeights,...a.fontWeights},lineHeights:{...re.lineHeights,...a.lineHeights},shadows:{...re.shadows,...a.shadows},section:{...re.section,...a.section},header:{...re.header,...a.header},footer:{...re.footer,...a.footer}}),En=(t={})=>Tn("html",t),On=(t={})=>In('html[data-theme="dark"]',t);exports.Actions=rt;exports.Button=We;exports.Carousel=lt;exports.Columns=st;exports.ConsentCookie=ct;exports.Footer=at;exports.Form=gt;exports.Header=tt;exports.Icon=ye;exports.Input=vt;exports.KeyNumber=dt;exports.Label=yt;exports.LanguageSwitcher=ft;exports.Logo=ot;exports.Main=et;exports.Modal=it;exports.Nav=nt;exports.NavLegal=pt;exports.NavSocial=ut;exports.Row=ht;exports.Section=Mt;exports.TextField=bt;exports.Textarea=wt;exports.Video=$e;exports.VideoFullWidth=mt;exports.baseDarkTheme=ze;exports.baseLightTheme=re;exports.breakpoints=ve;exports.createDarkTheme=On;exports.createLightTheme=En;exports.createThemeOverride=jt;exports.getCurrentTheme=Nt;exports.getThemeContract=zt;exports.getThemeValues=Rt;exports.queries=ae;exports.setTheme=Vt;exports.sprinkles=de;exports.themeContract=e;exports.toggleTheme=kt;
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Ge=require("@vanilla-extract/sprinkles"),h=require("@vanilla-extract/css"),f=require("react/jsx-runtime"),te=require("react"),de=require("@vanilla-extract/recipes");function vt(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const l=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(n,o,l.get?l:{enumerable:!0,get:()=>t[o]})}}return n.default=t,Object.freeze(n)}const ke=vt(te),e=h.createThemeContract({colors:{primary:null,secondary:null,accent:null,background:null,surface:null,text:null,textSecondary:null,textLight:null,border:null,error:null,warning:null,success:null,info:null},space:{none:null,xs:null,sm:null,md:null,lg:null,xl:null,"2xl":null},radii:{none:null,sm:null,md:null,lg:null,xl:null,full:null},fonts:{body:null,heading:null,mono:null},fontSizes:{xs:null,sm:null,md:null,lg:null,xl:null,"2xl":null,"3xl":null,"4xl":null},fontWeights:{light:null,normal:null,medium:null,semibold:null,bold:null},lineHeights:{tight:null,normal:null,relaxed:null},shadows:{none:null,sm:null,md:null,lg:null,xl:null},maxWidth:null,section:{paddingTop:null,paddingBottom:null},header:{height:null},footer:{height:null}}),re={colors:{primary:"#FF7377",secondary:"#FCEFE6",accent:"#FF7377",background:"#ffffff",surface:"#f8f9fa",text:"#000000",textSecondary:"#666666",textLight:"#f5f5f5",border:"#e1e1e1",error:"#dc3545",warning:"#ffc107",success:"#28a745",info:"#17a2b8"},space:{none:"0px",xs:"4px",sm:"8px",md:"16px",lg:"32px",xl:"64px","2xl":"128px"},radii:{none:"0px",sm:"4px",md:"8px",lg:"16px",xl:"24px",full:"9999px"},fonts:{body:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',heading:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',mono:'ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, monospace'},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"32px","4xl":"40px"},fontWeights:{light:"300",normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeights:{tight:"1.2",normal:"1.5",relaxed:"1.75"},shadows:{none:"none",sm:"0 1px 2px rgba(0, 0, 0, 0.05)",md:"0 4px 6px rgba(0, 0, 0, 0.1)",lg:"0 10px 15px rgba(0, 0, 0, 0.1)",xl:"0 20px 25px rgba(0, 0, 0, 0.1)"},maxWidth:"1500px",section:{paddingTop:"48px",paddingBottom:"48px"},header:{height:"80px"},footer:{height:"80px"}},ze={colors:{primary:"#1a73e8",secondary:"#374151",accent:"#60a5fa",background:"#111827",surface:"#1f2937",text:"#ffffff",textSecondary:"#9ca3af",textLight:"#f3f4f6",border:"#374151",error:"#ef4444",warning:"#f59e0b",success:"#10b981",info:"#3b82f6"},space:{none:"0px",xs:"4px",sm:"8px",md:"16px",lg:"32px",xl:"64px","2xl":"128px"},radii:{none:"0px",sm:"4px",md:"8px",lg:"16px",xl:"24px",full:"9999px"},fonts:{body:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',heading:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif',mono:'ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, monospace'},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"32px","4xl":"40px"},fontWeights:{light:"300",normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeights:{tight:"1.2",normal:"1.5",relaxed:"1.75"},shadows:{none:"none",sm:"0 1px 2px rgba(0, 0, 0, 0.1)",md:"0 4px 6px rgba(0, 0, 0, 0.15)",lg:"0 10px 15px rgba(0, 0, 0, 0.2)",xl:"0 20px 25px rgba(0, 0, 0, 0.25)"},maxWidth:"1500px",section:{paddingTop:"48px",paddingBottom:"48px"},header:{height:"80px"},footer:{height:"80px"}},wt=t=>({...re,...t,colors:{...re.colors,...t.colors},space:{...re.space,...t.space},radii:{...re.radii,...t.radii},fonts:{...re.fonts,...t.fonts},fontSizes:{...re.fontSizes,...t.fontSizes},lineHeights:{...re.lineHeights,...t.lineHeights},shadows:{...re.shadows,...t.shadows}}),St=()=>e,Ct=(t=!1)=>t?ze:re,jt=()=>{const t=document.documentElement,o=t.getAttribute("data-theme")==="dark"?null:"dark";return o?t.setAttribute("data-theme",o):t.removeAttribute("data-theme"),o==="dark"},zt=t=>{const n=document.documentElement;t==="dark"?n.setAttribute("data-theme","dark"):n.removeAttribute("data-theme")},Rt=()=>typeof window>"u"?"light":document.documentElement.getAttribute("data-theme")==="dark"?"dark":"light",ve={mobile:0,sm:640,md:768,lg:1024,xl:1280,"2xl":1536},ne={mobile:`screen and (min-width: ${ve.mobile}px)`,sm:`screen and (min-width: ${ve.sm}px)`,md:`screen and (min-width: ${ve.md}px)`,lg:`screen and (min-width: ${ve.lg}px)`,xl:`screen and (min-width: ${ve.xl}px)`,"2xl":`screen and (min-width: ${ve["2xl"]}px)`},kt=Ge.defineProperties({conditions:{mobile:{},sm:{"@media":ne.sm},md:{"@media":ne.md},lg:{"@media":ne.lg},xl:{"@media":ne.xl},"2xl":{"@media":ne["2xl"]}},defaultCondition:"mobile",properties:{padding:e.space,paddingTop:e.space,paddingBottom:e.space,paddingLeft:e.space,paddingRight:e.space,margin:e.space,marginTop:e.space,marginBottom:e.space,marginLeft:e.space,marginRight:e.space,gap:e.space,display:["none","block","inline","inline-block","flex","inline-flex","grid","inline-grid"],flexDirection:["row","column","row-reverse","column-reverse"],justifyContent:["flex-start","center","flex-end","space-between","space-around","space-evenly"],flexWrap:["nowrap","wrap","wrap-reverse"],flex:["1","auto","initial","none"],width:["auto","100%","50%","33.333333%","25%","fit-content","min-content","max-content"],height:["auto","100%","100vh","fit-content","min-content","max-content"],minWidth:["0","100%","fit-content","min-content","max-content"],maxWidth:[e.maxWidth],minHeight:["0","100%","100vh"],position:["static","relative","absolute","fixed","sticky"],top:e.space,bottom:e.space,left:e.space,right:e.space,zIndex:[0,10,20,30,40,50],fontSize:e.fontSizes,fontFamily:e.fonts,lineHeight:e.lineHeights,textAlign:["left","center","right","justify"],fontWeight:["normal","bold","100","200","300","400","500","600","700","800","900"],color:e.colors,backgroundColor:e.colors,borderRadius:e.radii,borderWidth:["0","1px","2px","4px"],borderStyle:["none","solid","dashed","dotted"],borderColor:e.colors,boxShadow:e.shadows,opacity:["0","0.25","0.5","0.75","1"],overflow:["visible","hidden","scroll","auto"],overflowX:["visible","hidden","scroll","auto"],overflowY:["visible","hidden","scroll","auto"]}}),ue=Ge.createSprinkles(kt);function Ke(t){var n,o,l="";if(typeof t=="string"||typeof t=="number")l+=t;else if(typeof t=="object")if(Array.isArray(t)){var a=t.length;for(n=0;n<a;n++)t[n]&&(o=Ke(t[n]))&&(l&&(l+=" "),l+=o)}else for(o in t)t[o]&&(l&&(l+=" "),l+=o);return l}function le(){for(var t,n,o=0,l="",a=arguments.length;o<a;o++)(t=arguments[o])&&(n=Ke(t))&&(l&&(l+=" "),l+=n);return l}const Vt=de.recipe({base:{display:"inline-flex",alignItems:"center",justifyContent:"center",padding:e.space.md,borderRadius:e.radii.md,border:"none",cursor:"pointer",fontFamily:e.fonts.body,fontSize:e.fontSizes.md,fontWeight:"500",lineHeight:e.lineHeights.tight,textDecoration:"none",transition:"all 0.2s ease-in-out",outline:"none",":hover":{transform:"translateY(-1px)",boxShadow:e.shadows.md},":active":{transform:"translateY(0)"},":focus-visible":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px"},":disabled":{opacity:"0.5",cursor:"not-allowed",transform:"none",boxShadow:"none"}},variants:{variant:{primary:{backgroundColor:e.colors.primary,color:e.colors.background,":hover":{backgroundColor:e.colors.accent}},secondary:{backgroundColor:e.colors.secondary,color:e.colors.text,":hover":{backgroundColor:e.colors.surface}},outline:{backgroundColor:"transparent",color:e.colors.text,border:`1px solid ${e.colors.border}`,":hover":{backgroundColor:e.colors.surface,borderColor:e.colors.primary}},ghost:{backgroundColor:"transparent",color:e.colors.text,":hover":{backgroundColor:e.colors.surface}},danger:{backgroundColor:e.colors.error,color:e.colors.background,":hover":{opacity:"0.9"}}},size:{sm:{padding:`${e.space.xs} ${e.space.sm}`,fontSize:e.fontSizes.sm,borderRadius:e.radii.sm},md:{padding:`${e.space.sm} ${e.space.md}`,fontSize:e.fontSizes.md,borderRadius:e.radii.md},lg:{padding:`${e.space.md} ${e.space.lg}`,fontSize:e.fontSizes.lg,borderRadius:e.radii.lg}},fullWidth:{true:{width:"100%"}}},defaultVariants:{variant:"primary",size:"md"}}),Be=te.forwardRef(({variant:t,size:n,fullWidth:o,isPending:l=!1,disabled:a,css:u,className:p,children:d,margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J,...G},ae)=>f.jsx("button",{ref:ae,className:le(Vt({variant:t,size:n,fullWidth:o}),ue({margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J}),u,p),disabled:a||l,...G,children:l?"Loading...":d}));Be.displayName="Button";const Nt=h.style({width:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-start",paddingTop:e.section.paddingTop,paddingBottom:e.section.paddingBottom,paddingLeft:e.space.md,paddingRight:e.space.md,maxWidth:e.maxWidth,margin:"0 auto",position:"relative","@media":{"screen and (min-width: 768px)":{paddingLeft:e.space.lg,paddingRight:e.space.lg},"screen and (min-width: 1024px)":{paddingLeft:e.space.xl,paddingRight:e.space.xl}}}),It=de.recipe({base:Nt,variants:{align:{left:{textAlign:"left",alignItems:"flex-start"},center:{textAlign:"center",alignItems:"center"},right:{textAlign:"right",alignItems:"flex-end"}},isDark:{true:{backgroundColor:e.colors.surface,color:e.colors.textLight},false:{backgroundColor:e.colors.background,color:e.colors.text}},isFullHeight:{true:{minHeight:"100vh",justifyContent:"center"},false:{minHeight:"auto",justifyContent:"flex-start"}},spacing:{none:{paddingTop:"0",paddingBottom:"0"},sm:{paddingTop:e.space.md,paddingBottom:e.space.md},md:{paddingTop:e.section.paddingTop,paddingBottom:e.section.paddingBottom},lg:{paddingTop:e.space.xl,paddingBottom:e.space.xl},xl:{paddingTop:e.space["2xl"],paddingBottom:e.space["2xl"]}}},defaultVariants:{align:"left",isDark:!1,isFullHeight:!1,spacing:"md"}}),Tt=te.forwardRef(({children:t,align:n,isDark:o,isFullHeight:l,spacing:a,as:u="section",css:p,className:d,margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J,...G},ae)=>f.jsx(u,{ref:ae,className:le(It({align:n,isDark:o,isFullHeight:l,spacing:a}),ue({margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J}),p,d),...G,children:t})),Et=h.style({display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-start",width:"100%",minHeight:"100vh",maxWidth:e.maxWidth,margin:"0 auto",paddingTop:e.header.height,paddingBottom:e.footer.height,backgroundColor:e.colors.background,color:e.colors.text,fontFamily:e.fonts.body}),Wt=de.recipe({base:Et,variants:{centered:{true:{justifyContent:"center",alignItems:"center"},false:{justifyContent:"flex-start",alignItems:"stretch"}},fullWidth:{true:{maxWidth:"100%"},false:{maxWidth:e.maxWidth}},noPadding:{true:{paddingTop:"0",paddingBottom:"0"},false:{paddingTop:e.header.height,paddingBottom:e.footer.height}}},defaultVariants:{centered:!1,fullWidth:!1,noPadding:!1}}),Ze=te.forwardRef(({children:t,centered:n,fullWidth:o,noPadding:l,as:a="main",css:u,className:p,margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N,...J},G)=>f.jsx(a,{ref:G,className:le(Wt({centered:n,fullWidth:o,noPadding:l}),ue({margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N}),u,p),...J,children:t}));Ze.displayName="Main";const Bt=h.style({display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%",height:e.header.height,backgroundColor:e.colors.background,color:e.colors.text,zIndex:30,paddingLeft:e.space.md,paddingRight:e.space.md,paddingTop:e.space.sm,paddingBottom:e.space.sm,gap:e.space.md,"@media":{[ne.md]:{paddingLeft:e.space.lg,paddingRight:e.space.lg,gap:e.space.lg},[ne.lg]:{paddingLeft:e.space.xl,paddingRight:e.space.xl,gap:e.space.xl}}}),Ft=de.recipe({base:Bt,variants:{variant:{default:{backgroundColor:e.colors.background,borderBottom:`1px solid ${e.colors.border}`},transparent:{backgroundColor:"transparent",borderBottom:"none"},dark:{backgroundColor:e.colors.surface,color:e.colors.textLight}},size:{sm:{height:"60px",paddingTop:e.space.xs,paddingBottom:e.space.xs},md:{height:e.header.height,paddingTop:e.space.sm,paddingBottom:e.space.sm},lg:{height:"100px",paddingTop:e.space.md,paddingBottom:e.space.md}}},defaultVariants:{variant:"default",size:"md"}}),At=h.style({height:e.header.height,width:"100%"}),Je=te.forwardRef(({children:t,position:n,variant:o,size:l,isFixed:a,hideToggleNav:u,childrenOverlay:p,displayToggleNavOnDesktop:d,as:g="header",css:b,className:C,margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,zIndex:v,fontSize:w,fontFamily:S,lineHeight:D,textAlign:O,fontWeight:P,color:U,backgroundColor:B,borderRadius:V,borderWidth:_,borderStyle:R,borderColor:Y,boxShadow:F,opacity:A,overflow:q,overflowX:X,overflowY:Z,...N},J)=>{const[G,ae]=te.useState(!1),se=n||(a?"fixed":"relative");return f.jsxs(f.Fragment,{children:[f.jsxs(g,{ref:J,className:le(Ft({variant:o,size:l}),ue({margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,zIndex:v,fontSize:w,fontFamily:S,lineHeight:D,textAlign:O,fontWeight:P,color:U,backgroundColor:B,borderRadius:V,borderWidth:_,borderStyle:R,borderColor:Y,boxShadow:F,opacity:A,overflow:q,overflowX:X,overflowY:Z}),b,C),...N,children:[p&&f.jsx("div",{className:le("header-overlay",G&&"header-overlay--open"),children:p}),t,!u&&f.jsxs("button",{type:"button",className:"header-nav-toggle",onClick:()=>ae(!G),"aria-expanded":G,"aria-label":"Toggle navigation",children:[f.jsx("span",{className:"sr-only",children:"Toggle navigation"}),f.jsxs("div",{className:`hamburger ${G?"hamburger--open":""}`,children:[f.jsx("span",{}),f.jsx("span",{}),f.jsx("span",{})]})]})]}),(se==="fixed"||a)&&f.jsx("div",{className:At})]})});Je.displayName="Header";const $t=h.style({display:"flex",alignItems:"center",justifyContent:"space-between",flexDirection:"column",backgroundColor:e.colors.background,color:e.colors.text,zIndex:20,paddingLeft:e.space.md,paddingRight:e.space.md,paddingTop:e.space.lg,paddingBottom:e.space.lg,gap:e.space.md,fontSize:e.fontSizes.sm,borderTop:`1px solid ${e.colors.border}`,"@media":{[ne.md]:{paddingLeft:e.space.lg,paddingRight:e.space.lg,gap:e.space.lg},[ne.lg]:{flexDirection:"row",paddingLeft:e.space.xl,paddingRight:e.space.xl,gap:e.space.xl}}}),Dt=de.recipe({base:$t,variants:{variant:{default:{backgroundColor:e.colors.background,borderTop:`1px solid ${e.colors.border}`},dark:{backgroundColor:e.colors.surface,color:e.colors.textLight,borderTop:`1px solid ${e.colors.border}`},minimal:{backgroundColor:"transparent",borderTop:"none"}},size:{sm:{paddingTop:e.space.md,paddingBottom:e.space.md,fontSize:e.fontSizes.xs},md:{paddingTop:e.space.lg,paddingBottom:e.space.lg,fontSize:e.fontSizes.sm},lg:{paddingTop:e.space.xl,paddingBottom:e.space.xl,fontSize:e.fontSizes.md}},layout:{stacked:{flexDirection:"column",textAlign:"center"},horizontal:{"@media":{[ne.sm]:{flexDirection:"row",textAlign:"left"}}}}},defaultVariants:{variant:"default",size:"md",layout:"horizontal"}}),Qe=te.forwardRef(({children:t,variant:n,size:o,layout:l,as:a="footer",css:u,className:p,margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N,...J},G)=>f.jsx(a,{ref:G,className:le(Dt({variant:n,size:o,layout:l}),ue({margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N}),u,p),...J,children:t}));Qe.displayName="Footer";const Ot=h.style({display:"flex",alignItems:"center",gap:e.space.md,flexDirection:"column","@media":{[ne.md]:{flexDirection:"row",gap:e.space.lg},[ne.lg]:{gap:e.space.xl}}}),Lt=de.recipe({base:Ot,variants:{orientation:{horizontal:{flexDirection:"row",alignItems:"center"},vertical:{flexDirection:"column",alignItems:"flex-start"},responsive:{flexDirection:"column",alignItems:"flex-start","@media":{[ne.md]:{flexDirection:"row",alignItems:"center"}}}},variant:{default:{gap:e.space.md},compact:{gap:e.space.sm},spacious:{gap:e.space.lg}},justify:{start:{justifyContent:"flex-start"},center:{justifyContent:"center"},end:{justifyContent:"flex-end"},between:{justifyContent:"space-between"},around:{justifyContent:"space-around"}}},defaultVariants:{orientation:"responsive",variant:"default",justify:"start"}}),et=te.forwardRef(({children:t,orientation:n,variant:o,justify:l,as:a="nav",css:u,className:p,margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N,...J},G)=>f.jsx(a,{ref:G,className:le(Lt({orientation:n,variant:o,justify:l}),ue({margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N}),u,p),...J,children:t}));et.displayName="Nav";const Mt=h.style({display:"inline-block",verticalAlign:"middle",fill:"currentColor",flexShrink:0,transition:"all 0.3s ease-in-out"});h.style({transition:"fill 0.3s ease-in-out"});const Ht=de.recipe({base:Mt,variants:{size:{xs:{width:"12px",height:"12px"},sm:{width:"16px",height:"16px"},md:{width:"24px",height:"24px"},lg:{width:"32px",height:"32px"},xl:{width:"48px",height:"48px"},"2xl":{width:"64px",height:"64px"}},interactive:{true:{cursor:"pointer",":hover":{transform:"scale(1.1)",opacity:.8},":active":{transform:"scale(0.95)"}},false:{}}},defaultVariants:{size:"md",interactive:!1}}),Pt={caret:"M8.12 9.29 12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7a.9959.9959 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0",close:"M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4",arrowBack:"M19 11H7.83l4.88-4.88c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0l-6.59 6.59c-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L7.83 13H19c.55 0 1-.45 1-1s-.45-1-1-1",arrowForward:"M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42s1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41l-6.58-6.6a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1",play:"M8 5v14l11-7z",pause:"M6 19h4V5H6zm8-14v14h4V5z",volumeMute:"M7 9v6h4l5 5V4l-5 5z",volumeUp:"M3 9v6h4l5 5V4L7 9zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02M14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77",socialFacebook:"M 22.2816,10.9924 C 22.2816,4.92145 17.3602,0 11.2892,0 5.21832,0 0.296875,4.92145 0.296875,10.9924 c 0,5.4865 4.019725,10.0342 9.274805,10.8588 V 14.1698 H 6.78065 V 10.9924 H 9.57168 V 8.57061 c 0,-2.75496 1.64112,-4.27672 4.15202,-4.27672 1.2023,0 2.4606,0.2147 2.4606,0.2147 v 2.70515 h -1.3861 c -1.3654,0 -1.7914,0.8474 -1.7914,1.71756 v 2.0611 h 3.0487 l -0.4874,3.1774 h -2.5613 v 7.6814 c 5.2551,-0.8246 9.2748,-5.3723 9.2748,-10.8588 z",socialInstagram:"M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z",socialPinterest:"M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-.86 3.27-.17.98.52 1.84 1.52 1.84 1.78 0 3.16-1.9 3.16-4.58 0-2.4-1.72-4.04-4.19-4.04-2.82 0-4.48 2.1-4.48 4.31 0 .86.28 1.73.74 2.3.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11-1.28-.56-2.02-2.38-2.02-3.85 0-3.16 2.24-6.03 6.56-6.03 3.44 0 6.12 2.47 6.12 5.75 0 3.44-2.13 6.2-5.18 6.2-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7v-.03z",socialLinkedIn:"M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z",socialSpotify:"",socialTiktok:"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2Zm-3.281,8.725h0c-.109.011-.219.016-.328.017A3.571,3.571,0,0,1,14.4,9.129v5.493a4.061,4.061,0,1,1-4.06-4.06c.085,0,.167.008.251.013v2a2.067,2.067,0,1,0-.251,4.119A2.123,2.123,0,0,0,12.5,14.649l.02-9.331h1.914A3.564,3.564,0,0,0,17.719,8.5Z",socialX:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z",socialYoutube:"M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73z"},ye=te.forwardRef(({icon:t,iconPath:n,size:o,color:l,customSize:a,customColor:u,interactive:p,viewBox:d="0 0 24 24",css:g,className:b,margin:C,marginTop:I,marginBottom:M,marginLeft:T,marginRight:j,padding:L,paddingTop:E,paddingBottom:y,paddingLeft:W,paddingRight:$,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:r,flex:i,width:s,height:c,minWidth:m,maxWidth:x,minHeight:k,position:z,top:v,bottom:w,left:S,right:D,zIndex:O,fontSize:P,fontFamily:U,lineHeight:B,textAlign:V,fontWeight:_,backgroundColor:R,borderRadius:Y,borderWidth:F,borderStyle:A,borderColor:q,boxShadow:X,opacity:Z,overflow:N,overflowX:J,overflowY:G,...ae},se)=>{const ce=n||(t?Pt[t]:""),oe=a?{width:`${a}px`,height:`${a}px`}:{},me=u?{fill:u}:{};return f.jsx("svg",{ref:se,viewBox:d,className:le(Ht({size:a?void 0:o,interactive:p}),ue({margin:C,marginTop:I,marginBottom:M,marginLeft:T,marginRight:j,padding:L,paddingTop:E,paddingBottom:y,paddingLeft:W,paddingRight:$,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:r,flex:i,width:s,height:c,minWidth:m,maxWidth:x,minHeight:k,position:z,top:v,bottom:w,left:S,right:D,zIndex:O,fontSize:P,fontFamily:U,lineHeight:B,textAlign:V,fontWeight:_,backgroundColor:R,borderRadius:Y,borderWidth:F,borderStyle:A,borderColor:q,boxShadow:X,opacity:Z,overflow:N,overflowX:J,overflowY:G}),g,b),style:oe,"aria-hidden":!ae["aria-label"]&&!ae["aria-labelledby"],...ae,children:f.jsx("path",{className:n,d:ce,style:me})})});ye.displayName="Icon";const Ut=h.keyframes({from:{opacity:"0"},to:{opacity:"1"}}),_t=h.keyframes({from:{opacity:"0",transform:"translate(-50%, -60%) scale(0.95)"},to:{opacity:"1",transform:"translate(-50%, -50%) scale(1)"}}),Yt=h.style({position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:50,backgroundColor:"rgba(0, 0, 0, 0.5)",backdropFilter:"blur(4px)",animation:`${Ut} 0.2s ease-out`,display:"flex",alignItems:"center",justifyContent:"center",padding:e.space.md,overflowY:"auto"}),qt=h.style({position:"relative",backgroundColor:e.colors.background,borderRadius:e.radii.lg,boxShadow:e.shadows.xl,border:`1px solid ${e.colors.border}`,maxHeight:"90vh",maxWidth:"90vw",width:"100%",overflowY:"auto",animation:`${_t} 0.3s ease-out`,"@media":{[ne.sm]:{maxWidth:"500px"},[ne.md]:{maxWidth:"600px"},[ne.lg]:{maxWidth:"800px"}}}),Xt=h.style({position:"absolute",top:e.space.md,right:e.space.md,zIndex:10,display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",border:"none",borderRadius:e.radii.full,backgroundColor:e.colors.surface,color:e.colors.text,cursor:"pointer",transition:"all 0.2s ease-in-out"}),Gt=de.recipe({base:Yt,variants:{size:{sm:{},md:{},lg:{},xl:{},full:{padding:0}},centered:{true:{alignItems:"center",justifyContent:"center"},false:{alignItems:"flex-start",justifyContent:"center",paddingTop:"5vh"}}},defaultVariants:{size:"md",centered:!0}}),Kt=de.recipe({base:qt,variants:{size:{sm:{padding:e.space.md,"@media":{[ne.sm]:{maxWidth:"400px"}}},md:{padding:e.space.lg,"@media":{[ne.sm]:{maxWidth:"500px"}}},lg:{padding:e.space.xl,"@media":{[ne.md]:{maxWidth:"700px"}}},xl:{padding:e.space.xl,"@media":{[ne.lg]:{maxWidth:"900px"}}},full:{width:"100vw",height:"100vh",maxWidth:"none",maxHeight:"none",borderRadius:0,padding:e.space.xl}},align:{left:{textAlign:"left"},center:{textAlign:"center"},right:{textAlign:"right"}}},defaultVariants:{size:"md",align:"left"}}),tt=te.forwardRef(({children:t,isOpen:n,onClose:o,showCloseButton:l=!0,closeOnBackdropClick:a=!0,closeOnEscape:u=!0,contentProps:p={},size:d,centered:g,css:b,className:C,margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,position:v,top:w,bottom:S,left:D,right:O,zIndex:P,fontSize:U,fontFamily:B,lineHeight:V,textAlign:_,fontWeight:R,color:Y,backgroundColor:F,borderRadius:A,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:N,opacity:J,overflow:G,overflowX:ae,overflowY:se,...ce},oe)=>{const[me,fe]=te.useState(n);te.useEffect(()=>{if(n)fe(!0),document.body.style.overflow="hidden";else{const xe=setTimeout(()=>fe(!1),300);return document.body.style.overflow="",()=>clearTimeout(xe)}},[n]),te.useEffect(()=>{const xe=pe=>{u&&pe.key==="Escape"&&o&&o()};if(n)return document.addEventListener("keydown",xe),()=>document.removeEventListener("keydown",xe)},[n,u,o]);const he=xe=>{a&&xe.target===xe.currentTarget&&o&&o()};return me?f.jsx("div",{ref:oe,className:le(Gt({size:d,centered:g}),ue({margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,position:v,top:w,bottom:S,left:D,right:O,zIndex:P,fontSize:U,fontFamily:B,lineHeight:V,textAlign:_,fontWeight:R,color:Y,backgroundColor:F,borderRadius:A,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:N,opacity:J,overflow:G,overflowX:ae,overflowY:se}),b,C),onClick:he,role:"dialog","aria-modal":"true",...ce,children:f.jsxs("div",{className:le(Kt({size:p.size||d,align:p.align}),p.css,p.className),children:[l&&o&&f.jsx("button",{type:"button",className:Xt,onClick:o,"aria-label":"Close modal",children:f.jsx(ye,{icon:"close",size:"sm"})}),t]})}):null});tt.displayName="Modal";const Zt=h.style({display:"inline-block"}),Jt=de.recipe({base:Zt,variants:{size:{xs:{width:"80px",height:"auto"},sm:{width:"120px",height:"auto"},md:{width:"160px",height:"auto"},lg:{width:"200px",height:"auto"},xl:{width:"240px",height:"auto"},auto:{width:"auto",height:"auto"}},variant:{default:{},link:{cursor:"pointer",transition:"all 0.3s ease-in-out",":hover":{opacity:"0.8",transform:"scale(1.05)"},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px",borderRadius:e.radii.sm}}},responsive:{true:{maxWidth:"100%",height:"auto"},false:{}}},defaultVariants:{size:"md",variant:"default",responsive:!0}}),nt=te.forwardRef(({children:t,size:n,variant:o,responsive:l,as:a="div",href:u,css:p,className:d,margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J,...G},ae)=>{const se=u?"link":o;return f.jsx("div",{ref:ae,className:le(Jt({size:n,variant:se,responsive:l}),ue({margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J}),p,d),...G,children:t})});nt.displayName="Logo";const Qt=h.style({display:"flex",flexDirection:"column",alignItems:"flex-start",justifyContent:"flex-start",width:"100%",gap:e.space.md,"@media":{[ne.md]:{flexDirection:"row",alignItems:"stretch",gap:e.space.lg},[ne.lg]:{gap:e.space.xl}}}),en={1:h.style({"@media":{[ne.md]:{flex:"0 0 100%",maxWidth:"100%"}}}),2:h.style({"@media":{[ne.md]:{flex:"0 0 50%",maxWidth:"50%"}}}),3:h.style({"@media":{[ne.md]:{flex:"0 0 33.333333%",maxWidth:"33.333333%"}}}),4:h.style({"@media":{[ne.md]:{flex:"0 0 25%",maxWidth:"25%"}}}),6:h.style({"@media":{[ne.md]:{flex:"0 0 16.666667%",maxWidth:"16.666667%"}}}),12:h.style({"@media":{[ne.md]:{flex:"0 0 8.333333%",maxWidth:"8.333333%"}}})},tn=de.recipe({base:Qt,variants:{align:{left:{textAlign:"left",justifyContent:"flex-start"},center:{textAlign:"center",justifyContent:"center"},right:{textAlign:"right",justifyContent:"flex-end"}},spacing:{none:{gap:"0"},sm:{gap:e.space.sm,"@media":{[ne.md]:{gap:e.space.md}}},md:{gap:e.space.md,"@media":{[ne.md]:{gap:e.space.lg}}},lg:{gap:e.space.lg,"@media":{[ne.md]:{gap:e.space.xl}}}},wrap:{true:{flexWrap:"wrap"},false:{flexWrap:"nowrap"}},reverse:{true:{"@media":{[ne.md]:{flexDirection:"row-reverse"}}},false:{}},alignItems:{start:{"@media":{[ne.md]:{alignItems:"flex-start"}}},center:{"@media":{[ne.md]:{alignItems:"center"}}},end:{"@media":{[ne.md]:{alignItems:"flex-end"}}},stretch:{"@media":{[ne.md]:{alignItems:"stretch"}}}}},defaultVariants:{align:"left",spacing:"md",wrap:!0,reverse:!1,alignItems:"stretch"}}),at=te.forwardRef(({children:t,columns:n,align:o,spacing:l,wrap:a,reverse:u,alignItems:p,as:d="div",css:g,className:b,margin:C,marginTop:I,marginBottom:M,marginLeft:T,marginRight:j,padding:L,paddingTop:E,paddingBottom:y,paddingLeft:W,paddingRight:$,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:r,flex:i,width:s,height:c,minWidth:m,maxWidth:x,minHeight:k,position:z,top:v,bottom:w,left:S,right:D,zIndex:O,fontSize:P,fontFamily:U,lineHeight:B,textAlign:V,fontWeight:_,color:R,backgroundColor:Y,borderRadius:F,borderWidth:A,borderStyle:q,borderColor:X,boxShadow:Z,opacity:N,overflow:J,overflowX:G,overflowY:ae,...se},ce)=>{const oe=Array.isArray(t)?t:[t];return f.jsx(d,{ref:ce,className:le(tn({align:o,spacing:l,wrap:a,reverse:u,alignItems:p}),ue({margin:C,marginTop:I,marginBottom:M,marginLeft:T,marginRight:j,padding:L,paddingTop:E,paddingBottom:y,paddingLeft:W,paddingRight:$,gap:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:r,flex:i,width:s,height:c,minWidth:m,maxWidth:x,minHeight:k,position:z,top:v,bottom:w,left:S,right:D,zIndex:O,fontSize:P,fontFamily:U,lineHeight:B,textAlign:V,fontWeight:_,color:R,backgroundColor:Y,borderRadius:F,borderWidth:A,borderStyle:q,borderColor:X,boxShadow:Z,opacity:N,overflow:J,overflowX:G,overflowY:ae}),g,b),...se,children:n&&n.length>0?oe.map((me,fe)=>f.jsx("div",{className:le(n[fe]&&en[n[fe]]),children:me},fe)):t})});at.displayName="Columns";const nn=h.style({display:"flex",flexWrap:"wrap",gap:e.space.sm,paddingTop:e.space.sm,width:"100%","@media":{[ne.lg]:{gap:e.space.md,paddingTop:e.space.md}}}),an=de.recipe({base:nn,variants:{align:{left:{justifyContent:"flex-start",alignItems:"flex-start"},center:{justifyContent:"center",alignItems:"center"},right:{justifyContent:"flex-end",alignItems:"flex-end"}},direction:{row:{flexDirection:"row"},column:{flexDirection:"column"},"row-reverse":{flexDirection:"row-reverse"},"column-reverse":{flexDirection:"column-reverse"}},spacing:{none:{gap:"0",paddingTop:"0"},xs:{gap:e.space.xs,paddingTop:e.space.xs},sm:{gap:e.space.sm,paddingTop:e.space.sm},md:{gap:e.space.md,paddingTop:e.space.md},lg:{gap:e.space.lg,paddingTop:e.space.lg},xl:{gap:e.space.xl,paddingTop:e.space.xl}},wrap:{true:{flexWrap:"wrap"},false:{flexWrap:"nowrap"}},fullWidth:{true:{width:"100%"},false:{width:"auto"}}},defaultVariants:{align:"left",direction:"row",spacing:"sm",wrap:!0,fullWidth:!1}}),it=te.forwardRef(({children:t,align:n,direction:o,spacing:l,wrap:a,fullWidth:u,as:p="div",css:d,className:g,margin:b,marginTop:C,marginBottom:I,marginLeft:M,marginRight:T,padding:j,paddingTop:L,paddingBottom:E,paddingLeft:y,paddingRight:W,gap:$,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:r,width:i,height:s,minWidth:c,maxWidth:m,minHeight:x,position:k,top:z,bottom:v,left:w,right:S,zIndex:D,fontSize:O,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:V,color:_,backgroundColor:R,borderRadius:Y,borderWidth:F,borderStyle:A,borderColor:q,boxShadow:X,opacity:Z,overflow:N,overflowX:J,overflowY:G,...ae},se)=>f.jsx(p,{ref:se,className:le(an({align:n,direction:o,spacing:l,wrap:a,fullWidth:u}),ue({margin:b,marginTop:C,marginBottom:I,marginLeft:M,marginRight:T,padding:j,paddingTop:L,paddingBottom:E,paddingLeft:y,paddingRight:W,gap:$,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:r,width:i,height:s,minWidth:c,maxWidth:m,minHeight:x,position:k,top:z,bottom:v,left:w,right:S,zIndex:D,fontSize:O,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:V,color:_,backgroundColor:R,borderRadius:Y,borderWidth:F,borderStyle:A,borderColor:q,boxShadow:X,opacity:Z,overflow:N,overflowX:J,overflowY:G}),d,g),...ae,children:t}));it.displayName="Actions";h.keyframes({"0%":{transform:"translateX(0)"},"100%":{transform:"translateX(var(--slide-offset))"}});const on=h.style({position:"relative",overflow:"hidden",width:"100%"}),sn=h.style({width:"100%",position:"relative"}),rn=h.style({display:"flex",position:"relative",transition:"transform 0.3s ease-in-out",willChange:"transform"}),ln=h.style({width:"100%",display:"flex",position:"relative",alignItems:"stretch",flexShrink:0}),cn=h.style({position:"absolute",bottom:0,left:0,right:0,zIndex:30,width:"100%",maxWidth:e.maxWidth,display:"flex",justifyContent:"flex-end",pointerEvents:"none",gap:e.space.sm,padding:e.space.md}),Ue=h.style({border:"none",borderRadius:e.radii.full,backgroundColor:e.colors.background,color:e.colors.text,padding:e.space.sm,cursor:"pointer",pointerEvents:"auto",transition:"all 0.3s ease-in-out",boxShadow:e.shadows.md,display:"flex",alignItems:"center",justifyContent:"center",width:"48px",height:"48px"}),dn=h.style({display:"flex",alignItems:"center",justifyContent:"center",gap:e.space.md,marginTop:e.space.lg,"@media":{[ne.lg]:{marginTop:e.space.xl}}}),un=h.style({width:"12px",height:"12px",borderRadius:e.radii.full,backgroundColor:e.colors.border,cursor:"pointer",transition:"all 0.3s ease-in-out",border:"none",":hover":{transform:"scale(1.2)",backgroundColor:e.colors.primary},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px"},"@media":{[ne.md]:{width:"16px",height:"16px"}}}),pn=de.recipe({base:on,variants:{fullWidth:{true:{width:"100vw",marginLeft:`calc((100vw - ${e.maxWidth}) / -2)`,marginRight:`calc((100vw - ${e.maxWidth}) / -2)`,"@media":{"screen and (max-width: 1500px)":{marginLeft:`calc(-1 * ${e.space.md})`,marginRight:`calc(-1 * ${e.space.md})`},[ne.md]:{marginLeft:`calc(-1 * ${e.space.lg})`,marginRight:`calc(-1 * ${e.space.lg})`},[ne.lg]:{marginLeft:`calc(-1 * ${e.space.xl})`,marginRight:`calc(-1 * ${e.space.xl})`}}},false:{width:"100%"}}},defaultVariants:{fullWidth:!1}}),fn=h.style({backgroundColor:e.colors.primary,pointerEvents:"none",opacity:1}),mn=()=>{const[t,n]=te.useState({width:void 0,height:void 0});return te.useEffect(()=>{const o=()=>{n({width:window.innerWidth,height:window.innerHeight})};return window.addEventListener("resize",o),o(),()=>window.removeEventListener("resize",o)},[]),t},ot=te.forwardRef(({data:t,itemsPerView:n=1,showNavButtons:o=!1,showBullets:l=!1,autoplay:a=!1,autoplayInterval:u=3e3,gap:p=16,fullWidth:d,as:g="div",css:b,className:C,margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:r,flex:i,width:s,height:c,minWidth:m,maxWidth:x,minHeight:k,position:z,top:v,bottom:w,left:S,right:D,zIndex:O,fontSize:P,fontFamily:U,lineHeight:B,textAlign:V,fontWeight:_,color:R,backgroundColor:Y,borderRadius:F,borderWidth:A,borderStyle:q,borderColor:X,boxShadow:Z,opacity:N,overflow:J,overflowX:G,overflowY:ae,...se},ce)=>{const{width:oe}=mn(),[me,fe]=te.useState(0),[he,xe]=te.useState(0),[pe,be]=te.useState(n),we=te.useRef(null),Se=te.useRef(null),Ne=oe!==void 0&&oe>ve.md,Ie=oe!==void 0&&oe>ve.lg;te.useEffect(()=>{be(Ie?n:Ne?Math.max(1,Math.floor(n/2)):1)},[Ne,Ie,n]),te.useEffect(()=>{const ie=()=>{if(we.current){const ge=we.current.getBoundingClientRect().width,je=(pe-1)*p;xe((ge-je)/pe)}};return ie(),window.addEventListener("resize",ie),()=>window.removeEventListener("resize",ie)},[pe,p]),te.useEffect(()=>{if(!a)return;const ie=setInterval(()=>{fe(ge=>{const je=Math.max(0,t.length-pe);return ge>=je?0:ge+1})},u);return()=>clearInterval(ie)},[a,u,t.length,pe]),te.useEffect(()=>{const ie=we.current;if(!ie)return;let ge=0,je=0;const Me=Ee=>{ge=Ee.changedTouches[0].screenX},He=Ee=>{je=Ee.changedTouches[0].screenX,yt()},yt=()=>{const Pe=ge-je;Math.abs(Pe)>100&&(Pe>0?Te():Ce())};return ie.addEventListener("touchstart",Me,{passive:!0}),ie.addEventListener("touchend",He,{passive:!0}),()=>{ie.removeEventListener("touchstart",Me),ie.removeEventListener("touchend",He)}},[]);const Ce=()=>{fe(ie=>Math.max(0,ie-1))},Te=()=>{const ie=Math.max(0,t.length-pe);fe(ge=>Math.min(ie,ge+1))},Ae=ie=>{const ge=Math.max(0,t.length-pe);fe(Math.min(ie,ge))},$e=-(me*(he+p)),Re=Math.max(0,t.length-pe);return f.jsxs(g,{ref:ce,className:le(pn({fullWidth:d}),ue({margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,display:H,flexDirection:Q,justifyContent:ee,flexWrap:r,flex:i,width:s,height:c,minWidth:m,maxWidth:x,minHeight:k,position:z,top:v,bottom:w,left:S,right:D,zIndex:O,fontSize:P,fontFamily:U,lineHeight:B,textAlign:V,fontWeight:_,color:R,backgroundColor:Y,borderRadius:F,borderWidth:A,borderStyle:q,borderColor:X,boxShadow:Z,opacity:N,overflow:J,overflowX:G,overflowY:ae}),b,C),...se,children:[f.jsx("div",{ref:we,className:sn,children:f.jsx("div",{ref:Se,className:rn,style:{transform:`translateX(${$e}px)`,gap:`${p}px`},children:t.map((ie,ge)=>f.jsx("div",{className:ln,style:{width:`${he}px`},children:ie},ge))})}),o&&f.jsxs("div",{className:cn,children:[f.jsx("button",{type:"button",className:Ue,onClick:Ce,disabled:me===0,"aria-label":"Previous slide",children:f.jsx(ye,{icon:"arrowBack",size:"md"})}),f.jsx("button",{type:"button",className:Ue,onClick:Te,disabled:me>=Re,"aria-label":"Next slide",children:f.jsx(ye,{icon:"arrowForward",size:"md"})})]}),l&&f.jsx("div",{className:dn,children:Array.from({length:Re+1},(ie,ge)=>f.jsx("button",{type:"button",className:le(un,ge===me&&fn),onClick:()=>Ae(ge),"aria-label":`Go to slide ${ge+1}`},ge))})]})});ot.displayName="Carousel";const gn=h.keyframes({from:{opacity:"0"},to:{opacity:"1"}}),hn=h.keyframes({from:{opacity:"0",transform:"translateY(100%)"},to:{opacity:"1",transform:"translateY(0)"}}),xn=h.style({position:"fixed",top:0,left:0,right:0,bottom:0,zIndex:100,animation:`${gn} 0.3s ease-out`,"::before":{content:'""',position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.3)",backdropFilter:"blur(2px)",opacity:.8}}),bn=h.style({bottom:e.space.md,right:e.space.md,zIndex:20,display:"flex",flexDirection:"column",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.lg,boxShadow:e.shadows.xl,padding:e.space.lg,width:"300px",maxWidth:"calc(100vw - 32px)",animation:`${hn} 0.3s ease-out`,"@media":{[ne.sm]:{width:"400px"},[ne.md]:{width:"500px",padding:e.space.xl}}}),yn=h.style({display:"flex",alignItems:"center",justifyContent:"flex-end",gap:e.space.md,marginTop:e.space.lg,flexWrap:"wrap","@media":{[ne.sm]:{flexWrap:"nowrap"}}}),vn=de.recipe({base:xn,variants:{variant:{modal:{},banner:{"::before":{display:"none"}}}},defaultVariants:{variant:"modal"}});function wn(t){const n=t+"=",l=decodeURIComponent(document.cookie).split(";");for(let a=0;a<l.length;a++){let u=l[a];for(;u.charAt(0)==" ";)u=u.substring(1);if(u.indexOf(n)==0)return u.substring(n.length,u.length)}return""}function _e(t,n,o){const l=new Date;l.setTime(l.getTime()+o*24*60*60*1e3);const a="expires="+l.toUTCString();document.cookie=t+"="+n+";"+a+";path=/"}const st=te.forwardRef(({children:t,position:n,variant:o,cookieName:l="consent",cookieExpirationDays:a=365,onAccept:u,onReject:p,translations:d,enableGoogleAnalytics:g=!0,css:b,className:C,margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,zIndex:v,fontSize:w,fontFamily:S,lineHeight:D,textAlign:O,fontWeight:P,color:U,backgroundColor:B,borderRadius:V,borderWidth:_,borderStyle:R,borderColor:Y,boxShadow:F,opacity:A,overflow:q,overflowX:X,overflowY:Z,...N},J)=>{const[G,ae]=te.useState(!1),se=()=>{ae(!1),_e(l,"true",a),g&&typeof window<"u"&&typeof window.gtag<"u"&&window.gtag("consent","update",{analytics_storage:"granted"}),u==null||u()},ce=()=>{ae(!1),_e(l,"false",a),g&&typeof window<"u"&&typeof window.gtag<"u"&&window.gtag("consent","update",{analytics_storage:"denied"}),p==null||p()};return te.useEffect(()=>{const oe=wn(l),me=oe!=="true"&&oe!=="false",fe=oe==="true";if(me&&ae(!0),g&&typeof window<"u"&&typeof window.gtag<"u"){const he=fe?"granted":"denied";window.gtag("consent","update",{analytics_storage:he})}},[l,g]),G?f.jsx("div",{ref:J,className:le(vn({variant:o}),ue({margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,zIndex:v,fontSize:w,fontFamily:S,lineHeight:D,textAlign:O,fontWeight:P,color:U,backgroundColor:B,borderRadius:V,borderWidth:_,borderStyle:R,borderColor:Y,boxShadow:F,opacity:A,overflow:q,overflowX:X,overflowY:Z}),b,C),role:"dialog","aria-modal":"true","aria-labelledby":"consent-title",...N,children:f.jsxs("div",{className:bn,children:[t,f.jsxs("div",{className:yn,children:[f.jsx(Be,{variant:"outline",size:"sm",onClick:ce,children:(d==null?void 0:d.actions.reject)||"Reject"}),f.jsx(Be,{variant:"primary",size:"sm",onClick:se,children:(d==null?void 0:d.actions.accept)||"Accept"})]})]})}):null});st.displayName="ConsentCookie";function Sn(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Cn(t){if(t.__esModule)return t;var n=t.default;if(typeof n=="function"){var o=function l(){return this instanceof l?Reflect.construct(n,arguments,this.constructor):n.apply(this,arguments)};o.prototype=n.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(t).forEach(function(l){var a=Object.getOwnPropertyDescriptor(t,l);Object.defineProperty(o,l,a.get?a:{enumerable:!0,get:function(){return t[l]}})}),o}var Ve={},Fe=function(){return Fe=Object.assign||function(t){for(var n,o=1,l=arguments.length;o<l;o++)for(var a in n=arguments[o])Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a]);return t},Fe.apply(this,arguments)},jn=function(){function t(n,o,l){var a=this;this.endVal=o,this.options=l,this.version="2.8.0",this.defaults={startVal:0,decimalPlaces:0,duration:2,useEasing:!0,useGrouping:!0,useIndianSeparators:!1,smartEasingThreshold:999,smartEasingAmount:333,separator:",",decimal:".",prefix:"",suffix:"",enableScrollSpy:!1,scrollSpyDelay:200,scrollSpyOnce:!1},this.finalEndVal=null,this.useEasing=!0,this.countDown=!1,this.error="",this.startVal=0,this.paused=!0,this.once=!1,this.count=function(u){a.startTime||(a.startTime=u);var p=u-a.startTime;a.remaining=a.duration-p,a.useEasing?a.countDown?a.frameVal=a.startVal-a.easingFn(p,0,a.startVal-a.endVal,a.duration):a.frameVal=a.easingFn(p,a.startVal,a.endVal-a.startVal,a.duration):a.frameVal=a.startVal+(a.endVal-a.startVal)*(p/a.duration);var d=a.countDown?a.frameVal<a.endVal:a.frameVal>a.endVal;a.frameVal=d?a.endVal:a.frameVal,a.frameVal=Number(a.frameVal.toFixed(a.options.decimalPlaces)),a.printValue(a.frameVal),p<a.duration?a.rAF=requestAnimationFrame(a.count):a.finalEndVal!==null?a.update(a.finalEndVal):a.options.onCompleteCallback&&a.options.onCompleteCallback()},this.formatNumber=function(u){var p,d,g,b,C=u<0?"-":"";p=Math.abs(u).toFixed(a.options.decimalPlaces);var I=(p+="").split(".");if(d=I[0],g=I.length>1?a.options.decimal+I[1]:"",a.options.useGrouping){b="";for(var M=3,T=0,j=0,L=d.length;j<L;++j)a.options.useIndianSeparators&&j===4&&(M=2,T=1),j!==0&&T%M==0&&(b=a.options.separator+b),T++,b=d[L-j-1]+b;d=b}return a.options.numerals&&a.options.numerals.length&&(d=d.replace(/[0-9]/g,function(E){return a.options.numerals[+E]}),g=g.replace(/[0-9]/g,function(E){return a.options.numerals[+E]})),C+a.options.prefix+d+g+a.options.suffix},this.easeOutExpo=function(u,p,d,g){return d*(1-Math.pow(2,-10*u/g))*1024/1023+p},this.options=Fe(Fe({},this.defaults),l),this.formattingFn=this.options.formattingFn?this.options.formattingFn:this.formatNumber,this.easingFn=this.options.easingFn?this.options.easingFn:this.easeOutExpo,this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.endVal=this.validateValue(o),this.options.decimalPlaces=Math.max(this.options.decimalPlaces),this.resetDuration(),this.options.separator=String(this.options.separator),this.useEasing=this.options.useEasing,this.options.separator===""&&(this.options.useGrouping=!1),this.el=typeof n=="string"?document.getElementById(n):n,this.el?this.printValue(this.startVal):this.error="[CountUp] target is null or undefined",typeof window<"u"&&this.options.enableScrollSpy&&(this.error?console.error(this.error,n):(window.onScrollFns=window.onScrollFns||[],window.onScrollFns.push(function(){return a.handleScroll(a)}),window.onscroll=function(){window.onScrollFns.forEach(function(u){return u()})},this.handleScroll(this)))}return t.prototype.handleScroll=function(n){if(n&&window&&!n.once){var o=window.innerHeight+window.scrollY,l=n.el.getBoundingClientRect(),a=l.top+window.pageYOffset,u=l.top+l.height+window.pageYOffset;u<o&&u>window.scrollY&&n.paused?(n.paused=!1,setTimeout(function(){return n.start()},n.options.scrollSpyDelay),n.options.scrollSpyOnce&&(n.once=!0)):(window.scrollY>u||a>o)&&!n.paused&&n.reset()}},t.prototype.determineDirectionAndSmartEasing=function(){var n=this.finalEndVal?this.finalEndVal:this.endVal;this.countDown=this.startVal>n;var o=n-this.startVal;if(Math.abs(o)>this.options.smartEasingThreshold&&this.options.useEasing){this.finalEndVal=n;var l=this.countDown?1:-1;this.endVal=n+l*this.options.smartEasingAmount,this.duration=this.duration/2}else this.endVal=n,this.finalEndVal=null;this.finalEndVal!==null?this.useEasing=!1:this.useEasing=this.options.useEasing},t.prototype.start=function(n){this.error||(this.options.onStartCallback&&this.options.onStartCallback(),n&&(this.options.onCompleteCallback=n),this.duration>0?(this.determineDirectionAndSmartEasing(),this.paused=!1,this.rAF=requestAnimationFrame(this.count)):this.printValue(this.endVal))},t.prototype.pauseResume=function(){this.paused?(this.startTime=null,this.duration=this.remaining,this.startVal=this.frameVal,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count)):cancelAnimationFrame(this.rAF),this.paused=!this.paused},t.prototype.reset=function(){cancelAnimationFrame(this.rAF),this.paused=!0,this.resetDuration(),this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.printValue(this.startVal)},t.prototype.update=function(n){cancelAnimationFrame(this.rAF),this.startTime=null,this.endVal=this.validateValue(n),this.endVal!==this.frameVal&&(this.startVal=this.frameVal,this.finalEndVal==null&&this.resetDuration(),this.finalEndVal=null,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count))},t.prototype.printValue=function(n){var o;if(this.el){var l=this.formattingFn(n);!((o=this.options.plugin)===null||o===void 0)&&o.render?this.options.plugin.render(this.el,l):this.el.tagName==="INPUT"?this.el.value=l:this.el.tagName==="text"||this.el.tagName==="tspan"?this.el.textContent=l:this.el.innerHTML=l}},t.prototype.ensureNumber=function(n){return typeof n=="number"&&!isNaN(n)},t.prototype.validateValue=function(n){var o=Number(n);return this.ensureNumber(o)?o:(this.error="[CountUp] invalid start or end value: ".concat(n),null)},t.prototype.resetDuration=function(){this.startTime=null,this.duration=1e3*Number(this.options.duration),this.remaining=this.duration},t}();const zn=Object.freeze(Object.defineProperty({__proto__:null,CountUp:jn},Symbol.toStringTag,{value:"Module"})),Rn=Cn(zn);var Ye;function kn(){if(Ye)return Ve;Ye=1,Object.defineProperty(Ve,"__esModule",{value:!0});var t=te,n=Rn;function o(r,i){var s=r==null?null:typeof Symbol<"u"&&r[Symbol.iterator]||r["@@iterator"];if(s!=null){var c,m,x,k,z=[],v=!0,w=!1;try{if(x=(s=s.call(r)).next,i!==0)for(;!(v=(c=x.call(s)).done)&&(z.push(c.value),z.length!==i);v=!0);}catch(S){w=!0,m=S}finally{try{if(!v&&s.return!=null&&(k=s.return(),Object(k)!==k))return}finally{if(w)throw m}}return z}}function l(r,i){var s=Object.keys(r);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(r);i&&(c=c.filter(function(m){return Object.getOwnPropertyDescriptor(r,m).enumerable})),s.push.apply(s,c)}return s}function a(r){for(var i=1;i<arguments.length;i++){var s=arguments[i]!=null?arguments[i]:{};i%2?l(Object(s),!0).forEach(function(c){d(r,c,s[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(s)):l(Object(s)).forEach(function(c){Object.defineProperty(r,c,Object.getOwnPropertyDescriptor(s,c))})}return r}function u(r,i){if(typeof r!="object"||!r)return r;var s=r[Symbol.toPrimitive];if(s!==void 0){var c=s.call(r,i||"default");if(typeof c!="object")return c;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(r)}function p(r){var i=u(r,"string");return typeof i=="symbol"?i:String(i)}function d(r,i,s){return i=p(i),i in r?Object.defineProperty(r,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):r[i]=s,r}function g(){return g=Object.assign?Object.assign.bind():function(r){for(var i=1;i<arguments.length;i++){var s=arguments[i];for(var c in s)Object.prototype.hasOwnProperty.call(s,c)&&(r[c]=s[c])}return r},g.apply(this,arguments)}function b(r,i){if(r==null)return{};var s={},c=Object.keys(r),m,x;for(x=0;x<c.length;x++)m=c[x],!(i.indexOf(m)>=0)&&(s[m]=r[m]);return s}function C(r,i){if(r==null)return{};var s=b(r,i),c,m;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(r);for(m=0;m<x.length;m++)c=x[m],!(i.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(r,c)&&(s[c]=r[c])}return s}function I(r,i){return M(r)||o(r,i)||T(r,i)||L()}function M(r){if(Array.isArray(r))return r}function T(r,i){if(r){if(typeof r=="string")return j(r,i);var s=Object.prototype.toString.call(r).slice(8,-1);if(s==="Object"&&r.constructor&&(s=r.constructor.name),s==="Map"||s==="Set")return Array.from(r);if(s==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return j(r,i)}}function j(r,i){(i==null||i>r.length)&&(i=r.length);for(var s=0,c=new Array(i);s<i;s++)c[s]=r[s];return c}function L(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var E=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?t.useLayoutEffect:t.useEffect;function y(r){var i=t.useRef(r);return E(function(){i.current=r}),t.useCallback(function(){for(var s=arguments.length,c=new Array(s),m=0;m<s;m++)c[m]=arguments[m];return i.current.apply(void 0,c)},[])}var W=function(i,s){var c=s.decimal,m=s.decimals,x=s.duration,k=s.easingFn,z=s.end,v=s.formattingFn,w=s.numerals,S=s.prefix,D=s.separator,O=s.start,P=s.suffix,U=s.useEasing,B=s.useGrouping,V=s.useIndianSeparators,_=s.enableScrollSpy,R=s.scrollSpyDelay,Y=s.scrollSpyOnce,F=s.plugin;return new n.CountUp(i,z,{startVal:O,duration:x,decimal:c,decimalPlaces:m,easingFn:k,formattingFn:v,numerals:w,separator:D,prefix:S,suffix:P,plugin:F,useEasing:U,useIndianSeparators:V,useGrouping:B,enableScrollSpy:_,scrollSpyDelay:R,scrollSpyOnce:Y})},$=["ref","startOnMount","enableReinitialize","delay","onEnd","onStart","onPauseResume","onReset","onUpdate"],K={decimal:".",separator:",",delay:null,prefix:"",suffix:"",duration:2,start:0,decimals:0,startOnMount:!0,enableReinitialize:!0,useEasing:!0,useGrouping:!0,useIndianSeparators:!1},H=function(i){var s=Object.fromEntries(Object.entries(i).filter(function(N){var J=I(N,2),G=J[1];return G!==void 0})),c=t.useMemo(function(){return a(a({},K),s)},[i]),m=c.ref,x=c.startOnMount,k=c.enableReinitialize,z=c.delay,v=c.onEnd,w=c.onStart,S=c.onPauseResume,D=c.onReset,O=c.onUpdate,P=C(c,$),U=t.useRef(),B=t.useRef(),V=t.useRef(!1),_=y(function(){return W(typeof m=="string"?m:m.current,P)}),R=y(function(N){var J=U.current;if(J&&!N)return J;var G=_();return U.current=G,G}),Y=y(function(){var N=function(){return R(!0).start(function(){v==null||v({pauseResume:F,reset:A,start:X,update:q})})};z&&z>0?B.current=setTimeout(N,z*1e3):N(),w==null||w({pauseResume:F,reset:A,update:q})}),F=y(function(){R().pauseResume(),S==null||S({reset:A,start:X,update:q})}),A=y(function(){R().el&&(B.current&&clearTimeout(B.current),R().reset(),D==null||D({pauseResume:F,start:X,update:q}))}),q=y(function(N){R().update(N),O==null||O({pauseResume:F,reset:A,start:X})}),X=y(function(){A(),Y()}),Z=y(function(N){x&&(N&&A(),Y())});return t.useEffect(function(){V.current?k&&Z(!0):(V.current=!0,Z())},[k,V,Z,z,i.start,i.suffix,i.prefix,i.duration,i.separator,i.decimals,i.decimal,i.formattingFn]),t.useEffect(function(){return function(){A()}},[A]),{start:X,pauseResume:F,reset:A,update:q,getCountUp:R}},Q=["className","redraw","containerProps","children","style"],ee=function(i){var s=i.className,c=i.redraw,m=i.containerProps,x=i.children,k=i.style,z=C(i,Q),v=t.useRef(null),w=t.useRef(!1),S=H(a(a({},z),{},{ref:v,startOnMount:typeof x!="function"||i.delay===0,enableReinitialize:!1})),D=S.start,O=S.reset,P=S.update,U=S.pauseResume,B=S.getCountUp,V=y(function(){D()}),_=y(function(F){i.preserveValue||O(),P(F)}),R=y(function(){if(typeof i.children=="function"&&!(v.current instanceof Element)){console.error(`Couldn't find attached element to hook the CountUp instance into! Try to attach "containerRef" from the render prop to a an Element, eg. <span ref={containerRef} />.`);return}B()});t.useEffect(function(){R()},[R]),t.useEffect(function(){w.current&&_(i.end)},[i.end,_]);var Y=c&&i;return t.useEffect(function(){c&&w.current&&V()},[V,c,Y]),t.useEffect(function(){!c&&w.current&&V()},[V,c,i.start,i.suffix,i.prefix,i.duration,i.separator,i.decimals,i.decimal,i.className,i.formattingFn]),t.useEffect(function(){w.current=!0},[]),typeof x=="function"?x({countUpRef:v,start:D,reset:O,update:P,pauseResume:U,getCountUp:B}):t.createElement("span",g({className:s,ref:v,style:k},m),typeof i.start<"u"?B().formattingFn(i.start):"")};return Ve.default=ee,Ve.useCountUp=H,Ve}var Vn=kn();const Nn=Sn(Vn);var De=new Map,We=new WeakMap,qe=0,In=void 0;function Tn(t){return t?(We.has(t)||(qe+=1,We.set(t,qe.toString())),We.get(t)):"0"}function En(t){return Object.keys(t).sort().filter(n=>t[n]!==void 0).map(n=>`${n}_${n==="root"?Tn(t.root):t[n]}`).toString()}function Wn(t){const n=En(t);let o=De.get(n);if(!o){const l=new Map;let a;const u=new IntersectionObserver(p=>{p.forEach(d=>{var g;const b=d.isIntersecting&&a.some(C=>d.intersectionRatio>=C);t.trackVisibility&&typeof d.isVisible>"u"&&(d.isVisible=b),(g=l.get(d.target))==null||g.forEach(C=>{C(b,d)})})},t);a=u.thresholds||(Array.isArray(t.threshold)?t.threshold:[t.threshold||0]),o={id:n,observer:u,elements:l},De.set(n,o)}return o}function Bn(t,n,o={},l=In){if(typeof window.IntersectionObserver>"u"&&l!==void 0){const g=t.getBoundingClientRect();return n(l,{isIntersecting:l,target:t,intersectionRatio:typeof o.threshold=="number"?o.threshold:0,time:0,boundingClientRect:g,intersectionRect:g,rootBounds:g}),()=>{}}const{id:a,observer:u,elements:p}=Wn(o),d=p.get(t)||[];return p.has(t)||p.set(t,d),d.push(n),u.observe(t),function(){d.splice(d.indexOf(n),1),d.length===0&&(p.delete(t),u.unobserve(t)),p.size===0&&(u.disconnect(),De.delete(a))}}function Fn({threshold:t,delay:n,trackVisibility:o,rootMargin:l,root:a,triggerOnce:u,skip:p,initialInView:d,fallbackInView:g,onChange:b}={}){var C;const[I,M]=ke.useState(null),T=ke.useRef(b),[j,L]=ke.useState({inView:!!d,entry:void 0});T.current=b,ke.useEffect(()=>{if(p||!I)return;let $;return $=Bn(I,(K,H)=>{L({inView:K,entry:H}),T.current&&T.current(K,H),H.isIntersecting&&u&&$&&($(),$=void 0)},{root:a,rootMargin:l,threshold:t,trackVisibility:o,delay:n},g),()=>{$&&$()}},[Array.isArray(t)?t.toString():t,I,a,l,u,p,o,g,n]);const E=(C=j.entry)==null?void 0:C.target,y=ke.useRef(void 0);!I&&E&&!u&&!p&&y.current!==E&&(y.current=E,L({inView:!!d,entry:void 0}));const W=[M,j.inView,j.entry];return W.ref=W[0],W.inView=W[1],W.entry=W[2],W}const An=h.style({display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center",color:e.colors.text}),$n=h.style({fontSize:e.fontSizes.lg,paddingBottom:e.space.md,fontWeight:"400","@media":{[ne.lg]:{paddingBottom:e.space.lg}}}),Dn=h.style({fontSize:e.fontSizes.md,color:e.colors.textSecondary,lineHeight:e.lineHeights.normal,margin:0,"@media":{[ne.md]:{fontSize:e.fontSizes.lg}}}),On=de.recipe({base:An,variants:{size:{sm:{},md:{},lg:{}},variant:{default:{},highlighted:{padding:e.space.lg,backgroundColor:e.colors.surface,borderRadius:e.radii.lg,boxShadow:e.shadows.md},outlined:{padding:e.space.lg,border:`2px solid ${e.colors.border}`,borderRadius:e.radii.lg}},align:{left:{alignItems:"flex-start",textAlign:"left"},center:{alignItems:"center",textAlign:"center"},right:{alignItems:"flex-end",textAlign:"right"}}},defaultVariants:{size:"md",variant:"default",align:"center"}}),rt=te.forwardRef(({value:t,label:n,suffix:o="",prefix:l="",duration:a=2,threshold:u=.3,separator:p=",",decimals:d=0,size:g,variant:b,align:C,color:I,as:M="div",css:T,className:j,margin:L,marginTop:E,marginBottom:y,marginLeft:W,marginRight:$,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:r,gap:i,display:s,flexDirection:c,justifyContent:m,flexWrap:x,flex:k,width:z,height:v,minWidth:w,maxWidth:S,minHeight:D,position:O,top:P,bottom:U,left:B,right:V,zIndex:_,fontSize:R,fontFamily:Y,lineHeight:F,textAlign:A,fontWeight:q,backgroundColor:X,borderRadius:Z,borderWidth:N,borderStyle:J,borderColor:G,boxShadow:ae,opacity:se,overflow:ce,overflowX:oe,overflowY:me,...fe},he)=>{const[xe,pe]=Fn({threshold:u,triggerOnce:!0});return f.jsxs(M,{ref:be=>{xe(be),he&&(typeof he=="function"?he(be):he.current=be)},className:le(On({size:g,variant:b,align:C}),ue({margin:L,marginTop:E,marginBottom:y,marginLeft:W,marginRight:$,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:r,gap:i,display:s,flexDirection:c,justifyContent:m,flexWrap:x,flex:k,width:z,height:v,minWidth:w,maxWidth:S,minHeight:D,position:O,top:P,bottom:U,left:B,right:V,zIndex:_,fontSize:R,fontFamily:Y,lineHeight:F,textAlign:A,fontWeight:q,backgroundColor:X,borderRadius:Z,borderWidth:N,borderStyle:J,borderColor:G,boxShadow:ae,opacity:se,overflow:ce,overflowX:oe,overflowY:me}),T,j),...fe,children:[f.jsxs("div",{className:$n,children:[l,f.jsx("span",{children:f.jsx(Nn,{end:pe?t:0,duration:a,separator:p,decimals:d})}),o]}),f.jsx("p",{className:Dn,children:n})]})});rt.displayName="KeyNumber";const Ln=h.style({display:"flex",alignItems:"center",gap:e.space.md,"@media":{[ne.md]:{gap:e.space.lg}}}),Mn=h.style({display:"flex",alignItems:"center",justifyContent:"center",textDecoration:"none",color:"inherit",transition:"all 0.3s ease-in-out",borderRadius:e.radii.full,padding:e.space.xs}),Hn=de.recipe({base:Ln,variants:{orientation:{horizontal:{flexDirection:"row"},vertical:{flexDirection:"column"}},size:{sm:{gap:e.space.sm},md:{gap:e.space.md},lg:{gap:e.space.lg}},variant:{default:{},rounded:{},outlined:{}}},defaultVariants:{orientation:"horizontal",size:"md",variant:"default"}}),lt=te.forwardRef(({links:t,iconSize:n="md",orientation:o,size:l,variant:a,as:u="nav",css:p,className:d,margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J,...G},ae)=>{const se=ce=>({instagram:"socialInstagram",linkedIn:"socialLinkedIn",facebook:"socialFacebook",pinterest:"socialPinterest",spotify:"socialSpotify",X:"socialX",youtube:"socialYoutube",tiktok:"socialTiktok"})[ce];return f.jsx(u,{ref:ae,className:le(Hn({orientation:o,size:l,variant:a}),ue({margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J}),p,d),role:"navigation","aria-label":"Social media links",...G,children:t.map((ce,oe)=>f.jsx("a",{href:ce.url,target:"_blank",rel:"noopener noreferrer",className:Mn,"aria-label":ce.label||`Visit our ${ce.name} page`,children:f.jsx(ye,{icon:se(ce.name),size:n,"aria-hidden":"true"})},`${ce.name}-${oe}`))})});lt.displayName="NavSocial";const Pn=h.style({display:"flex",alignItems:"center",gap:e.space.md,fontSize:e.fontSizes.sm,color:e.colors.textSecondary,flexDirection:"column","@media":{[ne.md]:{flexDirection:"row",gap:e.space.lg}}}),Un=de.recipe({base:Pn,variants:{orientation:{horizontal:{flexDirection:"row"},vertical:{flexDirection:"column",alignItems:"flex-start"},responsive:{flexDirection:"column",alignItems:"flex-start","@media":{[ne.md]:{flexDirection:"row",alignItems:"center"}}}},size:{sm:{fontSize:e.fontSizes.xs,gap:e.space.sm},md:{fontSize:e.fontSizes.sm,gap:e.space.md},lg:{fontSize:e.fontSizes.md,gap:e.space.lg}},variant:{default:{},compact:{gap:e.space.sm},spacious:{gap:e.space.xl}},align:{left:{justifyContent:"flex-start"},center:{justifyContent:"center"},right:{justifyContent:"flex-end"}}},defaultVariants:{orientation:"responsive",size:"md",variant:"default",align:"left"}}),ct=te.forwardRef(({children:t,orientation:n,size:o,variant:l,align:a,as:u="nav",css:p,className:d,margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J,...G},ae)=>f.jsx(u,{ref:ae,className:le(Un({orientation:n,size:o,variant:l,align:a}),ue({margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J}),p,d),role:"navigation","aria-label":"Legal navigation",...G,children:t}));ct.displayName="NavLegal";const _n=h.style({position:"relative",display:"inline-flex",alignItems:"center"}),Yn=h.style({appearance:"none",background:"transparent",border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,padding:`${e.space.sm} ${e.space.md}`,paddingRight:e.space.xl,fontSize:e.fontSizes.sm,fontFamily:e.fonts.body,color:e.colors.text,cursor:"pointer",transition:"all 0.3s ease-in-out",minWidth:"120px"}),qn=h.style({position:"absolute",right:e.space.sm,top:"50%",transform:"translateY(-50%)",pointerEvents:"none",color:e.colors.textSecondary,transition:"transform 0.2s ease-in-out"}),Xn=de.recipe({base:_n,variants:{variant:{default:{},minimal:{},outlined:{},filled:{}},size:{sm:{},md:{},lg:{}}},defaultVariants:{variant:"default",size:"md"}}),dt=te.forwardRef(({locales:t,currentLocale:n,onChange:o,disabled:l=!1,placeholder:a,variant:u,size:p,css:d,className:g,margin:b,marginTop:C,marginBottom:I,marginLeft:M,marginRight:T,padding:j,paddingTop:L,paddingBottom:E,paddingLeft:y,paddingRight:W,gap:$,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:r,width:i,height:s,minWidth:c,maxWidth:m,minHeight:x,position:k,top:z,bottom:v,left:w,right:S,zIndex:D,fontSize:O,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:V,color:_,backgroundColor:R,borderRadius:Y,borderWidth:F,borderStyle:A,borderColor:q,boxShadow:X,opacity:Z,overflow:N,overflowX:J,overflowY:G,...ae},se)=>{const ce=oe=>{o(oe.target.value)};return f.jsxs("div",{ref:se,className:le(Xn({variant:u,size:p}),ue({margin:b,marginTop:C,marginBottom:I,marginLeft:M,marginRight:T,padding:j,paddingTop:L,paddingBottom:E,paddingLeft:y,paddingRight:W,gap:$,display:K,flexDirection:H,justifyContent:Q,flexWrap:ee,flex:r,width:i,height:s,minWidth:c,maxWidth:m,minHeight:x,position:k,top:z,bottom:v,left:w,right:S,zIndex:D,fontSize:O,fontFamily:P,lineHeight:U,textAlign:B,fontWeight:V,color:_,backgroundColor:R,borderRadius:Y,borderWidth:F,borderStyle:A,borderColor:q,boxShadow:X,opacity:Z,overflow:N,overflowX:J,overflowY:G}),d,g),...ae,children:[f.jsxs("select",{className:Yn,value:n,onChange:ce,disabled:l,"aria-label":"Switch language",children:[a&&f.jsx("option",{value:"",disabled:!0,children:a}),t.map(oe=>f.jsx("option",{value:oe.code,disabled:oe.code===n,children:oe.label||oe.name},oe.code))]}),f.jsx("div",{className:qn,children:f.jsx(ye,{icon:"caret",size:"sm"})})]})});dt.displayName="LanguageSwitcher";const Gn=h.style({position:"relative",overflow:"hidden",backgroundColor:e.colors.background}),Kn=h.style({top:"50%",left:"50%",width:"auto",minWidth:"100%",minHeight:"100%",position:"absolute",transform:"translate(-50%, -50%)"}),Zn=h.style({top:0,left:0,width:"100%",height:"100%",position:"absolute",opacity:1,transition:"opacity 0.3s ease-in-out",pointerEvents:"auto"}),Jn=h.style({width:"100%",height:"100%",minWidth:"100%",minHeight:"100%",objectFit:"cover"}),Qn=h.style({position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",border:"none",borderRadius:e.radii.full,backgroundColor:"rgba(0, 0, 0, 0.7)",color:e.colors.background,cursor:"pointer",transition:"all 0.3s ease-in-out",display:"flex",alignItems:"center",justifyContent:"center",opacity:1,pointerEvents:"auto",":hover":{backgroundColor:"rgba(0, 0, 0, 0.9)",transform:"translate(-50%, -50%) scale(1.1)"},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px"}}),Oe=h.style({position:"absolute",border:"none",borderRadius:e.radii.md,backgroundColor:"rgba(0, 0, 0, 0.7)",color:e.colors.background,cursor:"pointer",transition:"all 0.3s ease-in-out",display:"flex",alignItems:"center",justifyContent:"center"}),ea=h.style([Oe,{top:e.space.md,right:e.space.md,width:"40px",height:"40px","@media":{"screen and (min-width: 768px)":{width:"48px",height:"48px",top:e.space.lg,right:e.space.lg}}}]),ta=h.style([Oe,{bottom:e.space.md,right:"80px",width:"40px",height:"40px","@media":{"screen and (min-width: 768px)":{width:"48px",height:"48px",bottom:e.space.lg,right:"100px"}}}]),na=h.style([Oe,{bottom:e.space.md,right:e.space.md,width:"40px",height:"40px","@media":{"screen and (min-width: 768px)":{width:"48px",height:"48px",bottom:e.space.lg,right:e.space.lg}}}]),aa=de.recipe({base:Gn,variants:{size:{sm:{width:"300px",height:"200px"},md:{width:"500px",height:"300px"},lg:{width:"800px",height:"450px"},fullWidth:{width:"100vw",height:0,paddingBottom:"56.25%",position:"relative"}},aspectRatio:{"16:9":{aspectRatio:"16/9"},"4:3":{aspectRatio:"4/3"},"1:1":{aspectRatio:"1/1"}}},defaultVariants:{size:"md",aspectRatio:"16:9"}}),Le=te.forwardRef(({video:t,poster:n,isAutoPlay:o=!1,startMuted:l=!1,showControls:a=!1,hidePlayButton:u=!1,isVideoFullWidth:p=!1,isPlayingFullScreen:d=!1,onPlay:g,onClose:b,onEnded:C,size:I,aspectRatio:M,css:T,className:j,margin:L,marginTop:E,marginBottom:y,marginLeft:W,marginRight:$,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:r,gap:i,display:s,flexDirection:c,justifyContent:m,flexWrap:x,flex:k,width:z,height:v,minWidth:w,maxWidth:S,minHeight:D,position:O,top:P,bottom:U,left:B,right:V,zIndex:_,fontSize:R,fontFamily:Y,lineHeight:F,textAlign:A,fontWeight:q,color:X,backgroundColor:Z,borderRadius:N,borderWidth:J,borderStyle:G,borderColor:ae,boxShadow:se,opacity:ce,overflow:oe,overflowX:me,overflowY:fe,...he},xe)=>{const pe=te.useRef(null),[be,we]=te.useState(!1),[Se,Ne]=te.useState(o||l),Ie=()=>{var ie;g&&g(),(ie=pe.current)==null||ie.play(),we(!0)},Ce=()=>{var ie;b&&b(),(ie=pe.current)==null||ie.pause(),we(!1)},Te=()=>{var ie;(ie=pe.current)==null||ie.pause(),we(!1)},Ae=()=>{const ie=!Se;Ne(ie),pe.current&&(pe.current.muted=ie)},$e=()=>{C&&C(),Ce()},Re=ie=>{ie.key==="Escape"&&Ce()};return te.useEffect(()=>(window.addEventListener("keydown",Re),()=>{window.removeEventListener("keydown",Re)}),[]),te.useEffect(()=>{pe.current&&(pe.current.muted=Se)},[Se]),f.jsxs("div",{ref:xe,className:le(aa({size:p?"fullWidth":I,aspectRatio:M}),ue({margin:L,marginTop:E,marginBottom:y,marginLeft:W,marginRight:$,padding:K,paddingTop:H,paddingBottom:Q,paddingLeft:ee,paddingRight:r,gap:i,display:s,flexDirection:c,justifyContent:m,flexWrap:x,flex:k,width:z,height:v,minWidth:w,maxWidth:S,minHeight:D,position:O,top:P,bottom:U,left:B,right:V,zIndex:_,fontSize:R,fontFamily:Y,lineHeight:F,textAlign:A,fontWeight:q,color:X,backgroundColor:Z,borderRadius:N,borderWidth:J,borderStyle:G,borderColor:ae,boxShadow:se,opacity:ce,overflow:oe,overflowX:me,overflowY:fe}),T,j),...he,children:[f.jsx("video",{ref:pe,className:Kn,playsInline:!0,muted:Se,autoPlay:o,onEnded:$e,children:f.jsx("source",{src:t,type:"video/mp4"})}),n&&f.jsx("div",{className:Zn,"data-playing":be,children:f.jsx("img",{src:n,alt:"Video poster",className:Jn,sizes:"2560"})}),!u&&!o&&f.jsx("button",{className:Qn,"data-playing":be,onClick:Ie,"aria-label":"Play video",type:"button",children:f.jsx(ye,{icon:"play",size:"lg"})}),d&&f.jsx("button",{className:ea,onClick:Ce,"aria-label":"Close video",type:"button",children:f.jsx(ye,{icon:"close",size:"md"})}),be&&a&&f.jsx("button",{className:ta,onClick:Te,"aria-label":"Pause video",type:"button",children:f.jsx(ye,{icon:"pause",size:"md"})}),a&&f.jsx("button",{className:na,onClick:Ae,"aria-label":Se?"Unmute video":"Mute video",type:"button",children:f.jsx(ye,{icon:Se?"volumeMute":"volumeUp",size:"md"})})]})});Le.displayName="Video";const ia=h.style({height:0,width:"100vw",overflow:"hidden",position:"relative",paddingBottom:"56.25%",backgroundColor:e.colors.background,marginLeft:"calc(-50vw + 50%)",marginRight:"calc(-50vw + 50%)","@media":{"screen and (min-width: 768px)":{marginLeft:"calc(-50vw + 50%)",marginRight:"calc(-50vw + 50%)"}}}),oa=de.recipe({base:ia,variants:{aspectRatio:{"16:9":{paddingBottom:"56.25%"},"4:3":{paddingBottom:"75%"},"1:1":{paddingBottom:"100%"},"21:9":{paddingBottom:"42.86%"}}},defaultVariants:{aspectRatio:"16:9"}}),ut=te.forwardRef(({video:t,poster:n,isAutoPlay:o=!1,startMuted:l=!1,showControls:a=!1,onPlay:u,onClose:p,onEnded:d,aspectRatio:g,css:b,className:C,margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,position:v,top:w,bottom:S,left:D,right:O,zIndex:P,fontSize:U,fontFamily:B,lineHeight:V,textAlign:_,fontWeight:R,color:Y,backgroundColor:F,borderRadius:A,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:N,opacity:J,overflow:G,overflowX:ae,overflowY:se,...ce},oe)=>f.jsx("div",{ref:oe,className:le(oa({aspectRatio:g}),ue({margin:I,marginTop:M,marginBottom:T,marginLeft:j,marginRight:L,padding:E,paddingTop:y,paddingBottom:W,paddingLeft:$,paddingRight:K,gap:H,display:Q,flexDirection:ee,justifyContent:r,flexWrap:i,flex:s,width:c,height:m,minWidth:x,maxWidth:k,minHeight:z,position:v,top:w,bottom:S,left:D,right:O,zIndex:P,fontSize:U,fontFamily:B,lineHeight:V,textAlign:_,fontWeight:R,color:Y,backgroundColor:F,borderRadius:A,borderWidth:q,borderStyle:X,borderColor:Z,boxShadow:N,opacity:J,overflow:G,overflowX:ae,overflowY:se}),b,C),...ce,children:f.jsx(Le,{video:t,poster:n,isAutoPlay:o,startMuted:l,showControls:a,onPlay:u,onClose:p,onEnded:d,isVideoFullWidth:!0,size:"fullWidth"})}));ut.displayName="VideoFullWidth";const sa=h.style({width:"100%",backgroundColor:"transparent"}),ra=de.recipe({base:sa,variants:{spacing:{none:{gap:0},sm:{display:"flex",flexDirection:"column",gap:e.space.sm},md:{display:"flex",flexDirection:"column",gap:e.space.md},lg:{display:"flex",flexDirection:"column",gap:e.space.lg},xl:{display:"flex",flexDirection:"column",gap:e.space.xl}},layout:{stacked:{display:"flex",flexDirection:"column"},inline:{display:"flex",flexDirection:"row",flexWrap:"wrap",alignItems:"flex-end"},grid:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(250px, 1fr))",gap:e.space.md}}},defaultVariants:{spacing:"md",layout:"stacked"}}),pt=te.forwardRef(({children:t,spacing:n,layout:o,css:l,className:a,margin:u,marginTop:p,marginBottom:d,marginLeft:g,marginRight:b,padding:C,paddingTop:I,paddingBottom:M,paddingLeft:T,paddingRight:j,gap:L,display:E,flexDirection:y,justifyContent:W,flexWrap:$,flex:K,width:H,height:Q,minWidth:ee,maxWidth:r,minHeight:i,position:s,top:c,bottom:m,left:x,right:k,zIndex:z,fontSize:v,fontFamily:w,lineHeight:S,textAlign:D,fontWeight:O,color:P,backgroundColor:U,borderRadius:B,borderWidth:V,borderStyle:_,borderColor:R,boxShadow:Y,opacity:F,overflow:A,overflowX:q,overflowY:X,...Z},N)=>f.jsx("form",{ref:N,className:le(ra({spacing:n,layout:o}),ue({margin:u,marginTop:p,marginBottom:d,marginLeft:g,marginRight:b,padding:C,paddingTop:I,paddingBottom:M,paddingLeft:T,paddingRight:j,gap:L,display:E,flexDirection:y,justifyContent:W,flexWrap:$,flex:K,width:H,height:Q,minWidth:ee,maxWidth:r,minHeight:i,position:s,top:c,bottom:m,left:x,right:k,zIndex:z,fontSize:v,fontFamily:w,lineHeight:S,textAlign:D,fontWeight:O,color:P,backgroundColor:U,borderRadius:B,borderWidth:V,borderStyle:_,borderColor:R,boxShadow:Y,opacity:F,overflow:A,overflowX:q,overflowY:X}),l,a),...Z,children:t}));pt.displayName="Form";const la=h.style({display:"flex",width:"100%"}),ca=de.recipe({base:la,variants:{align:{left:{justifyContent:"flex-start",textAlign:"left"},center:{justifyContent:"center",textAlign:"center"},right:{justifyContent:"flex-end",textAlign:"right"}},variant:{default:{flexDirection:"column",gap:e.space.sm},actions:{flexDirection:"row",alignItems:"center",gap:e.space.md,marginTop:e.space.lg},message:{flexDirection:"column",padding:e.space.md,backgroundColor:e.colors.surface,borderRadius:e.radii.md,border:`1px solid ${e.colors.border}`}},spacing:{none:{gap:0},sm:{gap:e.space.sm},md:{gap:e.space.md},lg:{gap:e.space.lg}}},defaultVariants:{align:"left",variant:"default",spacing:"sm"}}),ft=te.forwardRef(({children:t,align:n,variant:o,spacing:l,isActions:a=!1,isMessage:u=!1,css:p,className:d,margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J,...G},ae)=>{let se=o;return a&&(se="actions"),u&&(se="message"),f.jsx("div",{ref:ae,className:le(ca({align:n,variant:se,spacing:l}),ue({margin:g,marginTop:b,marginBottom:C,marginLeft:I,marginRight:M,padding:T,paddingTop:j,paddingBottom:L,paddingLeft:E,paddingRight:y,gap:W,display:$,flexDirection:K,justifyContent:H,flexWrap:Q,flex:ee,width:r,height:i,minWidth:s,maxWidth:c,minHeight:m,position:x,top:k,bottom:z,left:v,right:w,zIndex:S,fontSize:D,fontFamily:O,lineHeight:P,textAlign:U,fontWeight:B,color:V,backgroundColor:_,borderRadius:R,borderWidth:Y,borderStyle:F,borderColor:A,boxShadow:q,opacity:X,overflow:Z,overflowX:N,overflowY:J}),p,d),...G,children:t})});ft.displayName="Row";const da=h.style({display:"flex",flexDirection:"column",width:"100%",gap:e.space.xs}),ua=h.style({fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,fontWeight:e.fontWeights.medium,color:e.colors.text,lineHeight:e.lineHeights.tight}),mt=h.style({appearance:"none",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,color:e.colors.text,fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,lineHeight:e.lineHeights.normal,padding:`${e.space.sm} ${e.space.md}`,transition:"all 0.2s ease-in-out",width:"100%","::placeholder":{color:e.colors.textSecondary},":hover":{borderColor:e.colors.primary},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px",borderColor:e.colors.primary},":disabled":{backgroundColor:e.colors.surface,color:e.colors.textSecondary,cursor:"not-allowed",opacity:"0.6"}}),pa=h.style([mt,{resize:"vertical",minHeight:"80px"}]),fa=h.style({display:"flex",flexDirection:"column",gap:e.space.xs}),Xe=h.style({color:e.colors.error,fontSize:e.fontSizes.xs,lineHeight:e.lineHeights.tight,fontFamily:e.fonts.body}),ma=de.recipe({base:da,variants:{size:{sm:{gap:e.space.xs},md:{},lg:{gap:e.space.sm}}},defaultVariants:{size:"md"}}),gt=te.forwardRef(({name:t,label:n,value:o="",rows:l=3,disabled:a=!1,required:u=!1,placeholder:p="",errors:d,type:g="text",onChange:b,size:C,css:I,className:M,margin:T,marginTop:j,marginBottom:L,marginLeft:E,marginRight:y,padding:W,paddingTop:$,paddingBottom:K,paddingLeft:H,paddingRight:Q,gap:ee,display:r,flexDirection:i,justifyContent:s,flexWrap:c,flex:m,width:x,height:k,minWidth:z,maxWidth:v,minHeight:w,position:S,top:D,bottom:O,left:P,right:U,zIndex:B,fontSize:V,fontFamily:_,lineHeight:R,textAlign:Y,fontWeight:F,color:A,backgroundColor:q,borderRadius:X,borderWidth:Z,borderStyle:N,borderColor:J,boxShadow:G,opacity:ae,overflow:se,overflowX:ce,overflowY:oe,...me},fe)=>{const he=te.useMemo(()=>d?Array.isArray(d)?d.length>0:!!d:!1,[d]),xe=g==="textarea";return f.jsxs("div",{ref:fe,className:le(ma({size:C}),ue({margin:T,marginTop:j,marginBottom:L,marginLeft:E,marginRight:y,padding:W,paddingTop:$,paddingBottom:K,paddingLeft:H,paddingRight:Q,gap:ee,display:r,flexDirection:i,justifyContent:s,flexWrap:c,flex:m,width:x,height:k,minWidth:z,maxWidth:v,minHeight:w,position:S,top:D,bottom:O,left:P,right:U,zIndex:B,fontSize:V,fontFamily:_,lineHeight:R,textAlign:Y,fontWeight:F,color:A,backgroundColor:q,borderRadius:X,borderWidth:Z,borderStyle:N,borderColor:J,boxShadow:G,opacity:ae,overflow:se,overflowX:ce,overflowY:oe}),I,M),...me,children:[n&&f.jsx("label",{htmlFor:t,className:ua,"data-required":u,children:n}),xe?f.jsx("textarea",{id:t,name:t,rows:l,value:o,disabled:a,placeholder:p,className:pa,onChange:b,"data-error":he,required:u}):f.jsx("input",{id:t,name:t,type:g,value:o,disabled:a,placeholder:p,className:mt,onChange:b,"data-error":he,required:u}),he&&f.jsx("div",{className:fa,children:Array.isArray(d)?d.map((pe,be)=>f.jsx("span",{className:Xe,children:pe},be)):f.jsx("span",{className:Xe,children:d})})]})});gt.displayName="TextField";const ga=h.style({fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,fontWeight:e.fontWeights.medium,color:e.colors.text,lineHeight:e.lineHeights.tight,width:"100%",textAlign:"left",paddingBottom:e.space.xs}),ha=de.recipe({base:ga,variants:{size:{sm:{fontSize:e.fontSizes.xs,paddingBottom:e.space.xs},md:{},lg:{fontSize:e.fontSizes.md,paddingBottom:e.space.sm}},variant:{default:{},inline:{display:"inline-block",marginRight:e.space.sm,paddingBottom:0}}},defaultVariants:{size:"md",variant:"default"}}),ht=te.forwardRef(({label:t,name:n,required:o=!1,size:l,variant:a,css:u,className:p,margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N,...J},G)=>f.jsx("label",{ref:G,htmlFor:n,className:le(ha({size:l,variant:a}),ue({margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N}),u,p),"data-required":o,...J,children:t}));ht.displayName="Label";const xa=h.style({appearance:"none",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,color:e.colors.text,fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,lineHeight:e.lineHeights.normal,padding:`${e.space.sm} ${e.space.md}`,transition:"all 0.2s ease-in-out",width:"100%"}),ba=de.recipe({base:xa,variants:{size:{sm:{fontSize:e.fontSizes.xs,padding:`${e.space.xs} ${e.space.sm}`},md:{},lg:{fontSize:e.fontSizes.md,padding:`${e.space.md} ${e.space.lg}`}},variant:{default:{},filled:{backgroundColor:e.colors.surface,border:"none"},outlined:{backgroundColor:"transparent"},underlined:{backgroundColor:"transparent",border:"none",borderBottom:`1px solid ${e.colors.border}`,borderRadius:0,padding:`${e.space.sm} 0`}}},defaultVariants:{size:"md",variant:"default"}}),xt=te.forwardRef(({name:t,type:n="text",hasError:o=!1,size:l,variant:a,css:u,className:p,margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N,...J},G)=>f.jsx("input",{ref:G,id:t,name:t,type:n,className:le(ba({size:l,variant:a}),ue({margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N}),u,p),"data-error":o,...J}));xt.displayName="Input";const ya=h.style({appearance:"none",backgroundColor:e.colors.background,border:`1px solid ${e.colors.border}`,borderRadius:e.radii.md,color:e.colors.text,fontFamily:e.fonts.body,fontSize:e.fontSizes.sm,lineHeight:e.lineHeights.normal,padding:`${e.space.sm} ${e.space.md}`,transition:"all 0.2s ease-in-out",width:"100%",resize:"vertical",minHeight:"80px","::placeholder":{color:e.colors.textSecondary},":hover":{borderColor:e.colors.primary},":focus":{outline:"2px solid",outlineColor:e.colors.primary,outlineOffset:"2px",borderColor:e.colors.primary},":disabled":{backgroundColor:e.colors.surface,color:e.colors.textSecondary,cursor:"not-allowed",opacity:"0.6",resize:"none"},selectors:{'&[data-error="true"]':{borderColor:e.colors.error},'&[data-error="true"]:focus':{outlineColor:e.colors.error,borderColor:e.colors.error}}}),va=de.recipe({base:ya,variants:{size:{sm:{fontSize:e.fontSizes.xs,padding:`${e.space.xs} ${e.space.sm}`,minHeight:"60px"},md:{},lg:{fontSize:e.fontSizes.md,padding:`${e.space.md} ${e.space.lg}`,minHeight:"100px"}},variant:{default:{},filled:{backgroundColor:e.colors.surface,border:"none",":focus":{backgroundColor:e.colors.background,border:`1px solid ${e.colors.primary}`}},outlined:{backgroundColor:"transparent"},underlined:{backgroundColor:"transparent",border:"none",borderBottom:`1px solid ${e.colors.border}`,borderRadius:0,padding:`${e.space.sm} 0`,":focus":{borderBottom:`2px solid ${e.colors.primary}`,outline:"none"}}},resize:{vertical:{resize:"vertical"},horizontal:{resize:"horizontal"},both:{resize:"both"},none:{resize:"none"}}},defaultVariants:{size:"md",variant:"default",resize:"vertical"}}),bt=te.forwardRef(({name:t,hasError:n=!1,size:o,variant:l,resize:a,css:u,className:p,margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N,...J},G)=>f.jsx("textarea",{ref:G,id:t,name:t,className:le(va({size:o,variant:l,resize:a}),ue({margin:d,marginTop:g,marginBottom:b,marginLeft:C,marginRight:I,padding:M,paddingTop:T,paddingBottom:j,paddingLeft:L,paddingRight:E,gap:y,display:W,flexDirection:$,justifyContent:K,flexWrap:H,flex:Q,width:ee,height:r,minWidth:i,maxWidth:s,minHeight:c,position:m,top:x,bottom:k,left:z,right:v,zIndex:w,fontSize:S,fontFamily:D,lineHeight:O,textAlign:P,fontWeight:U,color:B,backgroundColor:V,borderRadius:_,borderWidth:R,borderStyle:Y,borderColor:F,boxShadow:A,opacity:q,overflow:X,overflowX:Z,overflowY:N}),u,p),"data-error":n,...J}));bt.displayName="Textarea";const wa=(t,n={})=>h.createGlobalTheme(t,e,{colors:{...re.colors,...n.colors},space:{...re.space,...n.space},radii:{...re.radii,...n.radii},fonts:{...re.fonts,...n.fonts},maxWidth:`${re.maxWidth||n.maxWidth}`,fontSizes:{...re.fontSizes,...n.fontSizes},fontWeights:{...re.fontWeights,...n.fontWeights},lineHeights:{...re.lineHeights,...n.lineHeights},shadows:{...re.shadows,...n.shadows},section:{...re.section,...n.section},header:{...re.header,...n.header},footer:{...re.footer,...n.footer}}),Sa=(t,n={})=>h.createGlobalTheme(t,e,{colors:{...ze.colors,...n.colors},space:{...ze.space,...n.space},radii:{...ze.radii,...n.radii},fonts:{...ze.fonts,...n.fonts},maxWidth:`${re.maxWidth||n.maxWidth}`,fontSizes:{...re.fontSizes,...n.fontSizes},fontWeights:{...re.fontWeights,...n.fontWeights},lineHeights:{...re.lineHeights,...n.lineHeights},shadows:{...re.shadows,...n.shadows},section:{...re.section,...n.section},header:{...re.header,...n.header},footer:{...re.footer,...n.footer}}),Ca=(t={})=>wa("html",t),ja=(t={})=>Sa('html[data-theme="dark"]',t);exports.Actions=it;exports.Button=Be;exports.Carousel=ot;exports.Columns=at;exports.ConsentCookie=st;exports.Footer=Qe;exports.Form=pt;exports.Header=Je;exports.Icon=ye;exports.Input=xt;exports.KeyNumber=rt;exports.Label=ht;exports.LanguageSwitcher=dt;exports.Logo=nt;exports.Main=Ze;exports.Modal=tt;exports.Nav=et;exports.NavLegal=ct;exports.NavSocial=lt;exports.Row=ft;exports.Section=Tt;exports.TextField=gt;exports.Textarea=bt;exports.Video=Le;exports.VideoFullWidth=ut;exports.baseDarkTheme=ze;exports.baseLightTheme=re;exports.breakpoints=ve;exports.createDarkTheme=ja;exports.createLightTheme=Ca;exports.createThemeOverride=wt;exports.getCurrentTheme=Rt;exports.getThemeContract=St;exports.getThemeValues=Ct;exports.queries=ne;exports.setTheme=zt;exports.sprinkles=ue;exports.themeContract=e;exports.toggleTheme=jt;
|