{"version":3,"file":"BX17damdG.DGrZJbYb.mjs","names":["className","useId","useRef","useState","locale","localizedValues","addPropertyOverrides","enabledGestures","cycleOrder","variantClassNames","transitions","Transition","getProps","createLayoutDependency","Component","className","css","Component","addPropertyOverrides","cycleOrder","variantClassNames","transitions","Transition","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","Link","cycleOrder","variantClassNames","Transition","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","MenuAnimation","Stagger","className","css"],"sources":["https:/framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/VOfaY9LHiTLKveiePI7P/border.js","https:/framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js","https:/framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js","https:/framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js","https:/framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js","https:/framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/QntFAqtwwHPSDPIdxU3o/LocaleSelector.js","https:/framerusercontent.com/modules/ax9GxYmoJiqj6e0xK45W/Qk6kWj81G2TmOa7sRsZ0/S67oHuAzP-0.js","https:/framerusercontent.com/modules/ax9GxYmoJiqj6e0xK45W/Qk6kWj81G2TmOa7sRsZ0/S67oHuAzP.js","https:/framerusercontent.com/modules/gPwJi0oVLN8CnWOup18m/RVetThK8yDQhJtbiId2B/hpjpq4RIh.js","https:/framerusercontent.com/modules/SqJCbWkH9NIOOszcNLCz/F5Huni6gutjqzdCGYCLQ/Type.js","https:/framerusercontent.com/modules/eg87Kq6aO8IRBXEdyk5K/mlIBxRvJXq8NQk5VzR7D/VAWFex3LU.js","https:/framerusercontent.com/modules/1TuSEdyGW2xeOrxDlu1Z/ZhF1xmAnR5ZX5Lk0Gh2X/qMHOOvxha.js","https:/framerusercontent.com/modules/fts2RHKObeOcqWZlBzRX/AN4VBjTNIBwNXJ8hofOw/S67oHuAzP.js","https:/framerusercontent.com/modules/ukzg7yh1pIKfJy6yxSvd/3NuPNWjfGOSSatuEaW7C/BX17damdG.js"],"sourcesContent":["import{ControlType}from\"framer\";export function getBorderStyle({color,width=0,widthPerSide=false,widthTop=0,widthRight=0,widthBottom=0,widthLeft=0,style=\"none\"}={}){const result={};if(color){result[\"--framer-border-color\"]=color;result.borderStyle=style;if(widthPerSide){result.borderTopWidth=widthTop;result.borderRightWidth=widthRight;result.borderBottomWidth=widthBottom;result.borderLeftWidth=widthLeft;}else{result.borderTopWidth=width;result.borderRightWidth=width;result.borderBottomWidth=width;result.borderLeftWidth=width;}}else{result.border=\"none\";}return result;}export const borderControls={color:{type:ControlType.Color,defaultValue:\"#444\"},width:{type:ControlType.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map","import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map","import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map","import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map","import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useRef,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/VOfaY9LHiTLKveiePI7P/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===IconType.Custom&&image){return /*#__PURE__*/ _jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/ _jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===CaretType.Custom&&image){return /*#__PURE__*/ _jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */ const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var ref;const activeLocaleId=(ref=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&ref!==void 0?ref:\"default\";const lastActiveLocaleId=useRef(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId.current!==activeLocaleId){lastActiveLocaleId.current=activeLocaleId;if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var ref1;return /*#__PURE__*/ _jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/ _jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/ _jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,children:locales.map(locale=>/*#__PURE__*/ _jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/ _jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/ _jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/ _jsx(Icon,{...icon})}),title&&/*#__PURE__*/ _jsx(\"div\",{className:\"title\",children:(ref1=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&ref1!==void 0?ref1:\"English\"}),caret&&/*#__PURE__*/ _jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/ _jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `,]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==IconType.Default},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==IconType.Custom},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==CaretType.Default},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==CaretType.Custom},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map","export const v0=\"Our Services\";export const v1=\"Our Team\";export const v2=\"Recent Rounds\";export const v3=\"Newsworthy\";export const v4=\"Working At\";\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (ae47b7e)\nimport*as localizedValues from\"./S67oHuAzP-0.js\";const valuesByLocaleId={LLgivxPdG:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (1249b65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./hpjpq4RIh-0.js\";const enabledGestures={qfsFRW2sl:{hover:true}};const cycleOrder=[\"qfsFRW2sl\"];const variantClassNames={qfsFRW2sl:\"framer-v-x6lnfk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={LLgivxPdG:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({color,height,id,lineColor,tap,title,width,...props})=>{var ref,ref1,ref2;return{...props,lDcTApva0:tap!==null&&tap!==void 0?tap:props.lDcTApva0,tjWk6TJlU:(ref=lineColor!==null&&lineColor!==void 0?lineColor:props.tjWk6TJlU)!==null&&ref!==void 0?ref:\"rgb(255, 255, 255)\",v1EsFUutj:(ref1=title!==null&&title!==void 0?title:props.v1EsFUutj)!==null&&ref1!==void 0?ref1:\"Menu\",ykyM3MTls:(ref2=color!==null&&color!==void 0?color:props.ykyM3MTls)!==null&&ref2!==void 0?ref2:\"rgb(255, 255, 255)\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,v1EsFUutj,lDcTApva0,ykyM3MTls,tjWk6TJlU,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"qfsFRW2sl\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapi87uft=activeVariantCallback(async(...args)=>{if(lDcTApva0){const res=await lDcTApva0(...args);if(res===false)return false;}});const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-kDkTf\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:{webPageId:\"tAmymDRDJ\"},openInNewTab:false,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-x6lnfk\",className)} framer-emxo5r`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qfsFRW2sl\",onTap:onTapi87uft,ref:ref,style:{...style},...addPropertyOverrides({\"qfsFRW2sl-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgV2ViIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Graphik Web Regular\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-ykyM3MTls-hpjpq4RIh))\"},children:\"Menu\"})}),className:\"framer-1504h6e\",fonts:[\"CUSTOM;Graphik Web Regular\"],layoutDependency:layoutDependency,layoutId:\"mY7Y2JXYr\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-ykyM3MTls-hpjpq4RIh)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-ykyM3MTls-hpjpq4RIh\":ykyM3MTls},text:v1EsFUutj,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1airoyt\",\"data-framer-name\":\"highlight\",layoutDependency:layoutDependency,layoutId:\"Y4g5s31zA\",style:{backgroundColor:\"rgb(0, 0, 0)\",opacity:0},variants:{\"qfsFRW2sl-hover\":{backgroundColor:tjWk6TJlU,opacity:1}}})]})})})})});});const css=['.framer-kDkTf [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kDkTf .framer-emxo5r { display: block; }\",\".framer-kDkTf .framer-x6lnfk { cursor: pointer; height: 92px; overflow: visible; position: relative; text-decoration: none; width: 103px; }\",\".framer-kDkTf .framer-1504h6e { bottom: 0px; flex: none; left: calc(49.586776859504155% - 120px / 2); position: absolute; top: 0px; white-space: pre-wrap; width: 120px; word-break: break-word; word-wrap: break-word; }\",\".framer-kDkTf .framer-1airoyt { bottom: 24px; flex: none; height: 1px; left: calc(50.83333333333335% - 1px / 2); overflow: visible; position: absolute; width: 1px; }\",\".framer-kDkTf .framer-v-x6lnfk .framer-x6lnfk { cursor: pointer; }\",\".framer-kDkTf.framer-v-x6lnfk.hover .framer-1airoyt { left: calc(50.83333333333335% - 100px / 2); width: 100px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 92\n * @framerIntrinsicWidth 103\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IiSEovxMP\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"v1EsFUutj\":\"title\",\"lDcTApva0\":\"tap\",\"ykyM3MTls\":\"color\",\"tjWk6TJlU\":\"lineColor\"}\n * @framerImmutableVariables false\n */ const Framerhpjpq4RIh=withCSS(Component,css,\"framer-kDkTf\");export default Framerhpjpq4RIh;Framerhpjpq4RIh.displayName=\"Menu Animation\";Framerhpjpq4RIh.defaultProps={height:92,width:103};addPropertyControls(Framerhpjpq4RIh,{v1EsFUutj:{defaultValue:\"Menu\",displayTextArea:false,title:\"Title\",type:ControlType.String},lDcTApva0:{title:\"Tap\",type:ControlType.EventHandler},ykyM3MTls:{defaultValue:\"rgb(255, 255, 255)\",title:\"Color\",type:ControlType.Color},tjWk6TJlU:{defaultValue:\"rgb(255, 255, 255)\",title:\"Line color\",type:ControlType.Color}});addFonts(Framerhpjpq4RIh,[{family:\"Graphik Web Regular\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/hpjpq4RIh:default\",url:\"https://framerusercontent.com/assets/YGkgWE0BtKRgnDFyXwFN4O4KE6I.woff\"},url:\"https://framerusercontent.com/assets/YGkgWE0BtKRgnDFyXwFN4O4KE6I.woff\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhpjpq4RIh\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"92\",\"framerIntrinsicWidth\":\"103\",\"framerVariables\":\"{\\\"v1EsFUutj\\\":\\\"title\\\",\\\"lDcTApva0\\\":\\\"tap\\\",\\\"ykyM3MTls\\\":\\\"color\\\",\\\"tjWk6TJlU\\\":\\\"lineColor\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IiSEovxMP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hpjpq4RIh.map","import{jsx as _jsx}from\"react/jsx-runtime\";export function OpenType(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,style:{...props.style,fontFeatureSettings:`\"salt\", \"kern\", \"cv05\", \"cv11\", \"ccmp\"`}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"OpenType\":{\"type\":\"reactHoc\",\"name\":\"OpenType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Type.map","// Generated by Framer (ea5544a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{OpenType}from\"https://framerusercontent.com/modules/SqJCbWkH9NIOOszcNLCz/F5Huni6gutjqzdCGYCLQ/Type.js\";const RichTextOpenType=OpenType(RichText);const enabledGestures={jP2mzWKav:{hover:true}};const cycleOrder=[\"jP2mzWKav\"];const variantClassNames={jP2mzWKav:\"framer-v-15c844o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{delay:0,duration:.15,ease:[.44,0,.56,1],type:\"tween\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,link,newTab,title,width,...props})=>{var ref,ref1;return{...props,FRRFQtpaE:(ref=newTab!==null&&newTab!==void 0?newTab:props.FRRFQtpaE)!==null&&ref!==void 0?ref:true,JoWTB4muf:(ref1=title!==null&&title!==void 0?title:props.JoWTB4muf)!==null&&ref1!==void 0?ref1:\"Gallery\",XGbFN01jx:link!==null&&link!==void 0?link:props.XGbFN01jx};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,JoWTB4muf,XGbFN01jx,FRRFQtpaE,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"jP2mzWKav\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isDisplayed=()=>{if(gestureVariant===\"jP2mzWKav-hover\")return true;return false;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-WMgN8\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:XGbFN01jx,openInNewTab:FRRFQtpaE,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-15c844o\",className)} framer-16qpgga`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"jP2mzWKav\",ref:ref,style:{...style},...addPropertyOverrides({\"jP2mzWKav-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichTextOpenType,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgV2ViIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Graphik Web Regular\", sans-serif',\"--framer-font-size\":\"41px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Gallery\"})}),className:\"framer-155ksvr\",fonts:[\"CUSTOM;Graphik Web Regular\"],layoutDependency:layoutDependency,layoutId:\"i3jJGM4xZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:JoWTB4muf,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-195ewt2\",layoutDependency:layoutDependency,layoutId:\"gqhC7viGQ\",style:{backgroundColor:\"rgb(255, 255, 255)\"}})]})})})})});});const css=['.framer-WMgN8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WMgN8 .framer-16qpgga { display: block; }\",\".framer-WMgN8 .framer-15c844o { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-WMgN8 .framer-155ksvr { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-WMgN8 .framer-195ewt2 { align-self: stretch; flex: none; height: 1px; overflow: visible; position: relative; width: auto; }\",\".framer-WMgN8 .framer-v-15c844o .framer-15c844o { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WMgN8 .framer-15c844o { gap: 0px; } .framer-WMgN8 .framer-15c844o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WMgN8 .framer-15c844o > :first-child { margin-top: 0px; } .framer-WMgN8 .framer-15c844o > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 144\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"IhC_HvHtq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"JoWTB4muf\":\"title\",\"XGbFN01jx\":\"link\",\"FRRFQtpaE\":\"newTab\"}\n */ const FramerVAWFex3LU=withCSS(Component,css,\"framer-WMgN8\");export default FramerVAWFex3LU;FramerVAWFex3LU.displayName=\"Link\";FramerVAWFex3LU.defaultProps={height:48,width:144};addPropertyControls(FramerVAWFex3LU,{JoWTB4muf:{defaultValue:\"Gallery\",displayTextArea:false,title:\"Title\",type:ControlType.String},XGbFN01jx:{title:\"Link\",type:ControlType.Link},FRRFQtpaE:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerVAWFex3LU,[{family:\"Graphik Web Regular\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/VAWFex3LU:default\",url:\"assets/YGkgWE0BtKRgnDFyXwFN4O4KE6I.woff\"},url:new URL(\"assets/YGkgWE0BtKRgnDFyXwFN4O4KE6I.woff\",\"https://framerusercontent.com/modules/eg87Kq6aO8IRBXEdyk5K/mlIBxRvJXq8NQk5VzR7D/VAWFex3LU.js\").href}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVAWFex3LU\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"144\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IhC_HvHtq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"JoWTB4muf\\\":\\\"title\\\",\\\"XGbFN01jx\\\":\\\"link\\\",\\\"FRRFQtpaE\\\":\\\"newTab\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VAWFex3LU.map","// Generated by Framer (4c611f3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Link from\"https://framerusercontent.com/modules/eg87Kq6aO8IRBXEdyk5K/mlIBxRvJXq8NQk5VzR7D/VAWFex3LU.js\";const LinkFonts=getFonts(Link);const cycleOrder=[\"RKRhi44kP\",\"ZzvqGA9C3\",\"ya0DjF6BC\",\"SD0CQ4QJc\",\"fHewNM648\",\"KYKY48Uq1\"];const variantClassNames={fHewNM648:\"framer-v-xqcsxu\",KYKY48Uq1:\"framer-v-108qdhv\",RKRhi44kP:\"framer-v-1abu5nq\",SD0CQ4QJc:\"framer-v-14lsggl\",ya0DjF6BC:\"framer-v-3wfxc9\",ZzvqGA9C3:\"framer-v-9l0oj9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:30,delay:.25,mass:1,stiffness:400,type:\"spring\"},fHewNM648:{damping:30,delay:.45,mass:1,stiffness:400,type:\"spring\"},KYKY48Uq1:{delay:0,duration:.15,ease:[.44,0,.56,1],type:\"tween\"},SD0CQ4QJc:{damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"},ya0DjF6BC:{damping:30,delay:.35,mass:1,stiffness:400,type:\"spring\"},ZzvqGA9C3:{damping:30,delay:.3,mass:1,stiffness:400,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"0.25 Delay\":\"RKRhi44kP\",\"0.3 Delay\":\"ZzvqGA9C3\",\"0.35 Delay\":\"ya0DjF6BC\",\"0.4\":\"SD0CQ4QJc\",\"0.45 Delay\":\"fHewNM648\",\"Opacity, Offset\":\"KYKY48Uq1\"};const getProps=({height,id,link,newTab,title,width,...props})=>{var ref,_variant,ref1,ref2;return{...props,dlp_QJdcR:link!==null&&link!==void 0?link:props.dlp_QJdcR,eukmRtgMM:(ref=title!==null&&title!==void 0?title:props.eukmRtgMM)!==null&&ref!==void 0?ref:\"Gallery\",variant:(ref1=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref1!==void 0?ref1:\"RKRhi44kP\",w1pmjMZtk:(ref2=newTab!==null&&newTab!==void 0?newTab:props.w1pmjMZtk)!==null&&ref2!==void 0?ref2:true};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,eukmRtgMM,dlp_QJdcR,w1pmjMZtk,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"RKRhi44kP\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-xmJAI\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(motion.div,{...restProps,className:cx(\"framer-1abu5nq\",className),\"data-framer-name\":\"0.25 Delay\",layoutDependency:layoutDependency,layoutId:\"RKRhi44kP\",ref:ref,style:{opacity:1,...style},variants:{KYKY48Uq1:{opacity:0}},...addPropertyOverrides({fHewNM648:{\"data-framer-name\":\"0.45 Delay\"},KYKY48Uq1:{\"data-framer-name\":\"Opacity, Offset\"},SD0CQ4QJc:{\"data-framer-name\":\"0.4\"},ya0DjF6BC:{\"data-framer-name\":\"0.35 Delay\"},ZzvqGA9C3:{\"data-framer-name\":\"0.3 Delay\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-jrr2fu-container\",layoutDependency:layoutDependency,layoutId:\"dqjMiteER-container\",children:/*#__PURE__*/ _jsx(Link,{height:\"100%\",id:\"dqjMiteER\",layoutId:\"dqjMiteER\",link:dlp_QJdcR,newTab:w1pmjMZtk,title:eukmRtgMM,width:\"100%\"})})})})})});});const css=['.framer-xmJAI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xmJAI .framer-e25u3w { display: block; }\",\".framer-xmJAI .framer-1abu5nq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-xmJAI .framer-jrr2fu-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xmJAI .framer-1abu5nq { gap: 0px; } .framer-xmJAI .framer-1abu5nq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xmJAI .framer-1abu5nq > :first-child { margin-left: 0px; } .framer-xmJAI .framer-1abu5nq > :last-child { margin-right: 0px; } }\",\".framer-xmJAI.framer-v-108qdhv .framer-1abu5nq { padding: 0px 0px 0px 30px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 157\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ZzvqGA9C3\":{\"layout\":[\"auto\",\"auto\"]},\"ya0DjF6BC\":{\"layout\":[\"auto\",\"auto\"]},\"SD0CQ4QJc\":{\"layout\":[\"auto\",\"auto\"]},\"fHewNM648\":{\"layout\":[\"auto\",\"auto\"]},\"KYKY48Uq1\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"eukmRtgMM\":\"title\",\"dlp_QJdcR\":\"link\",\"w1pmjMZtk\":\"newTab\"}\n */ const FramerqMHOOvxha=withCSS(Component,css,\"framer-xmJAI\");export default FramerqMHOOvxha;FramerqMHOOvxha.displayName=\"Stagger\";FramerqMHOOvxha.defaultProps={height:48,width:157};addPropertyControls(FramerqMHOOvxha,{variant:{options:[\"RKRhi44kP\",\"ZzvqGA9C3\",\"ya0DjF6BC\",\"SD0CQ4QJc\",\"fHewNM648\",\"KYKY48Uq1\"],optionTitles:[\"0.25 Delay\",\"0.3 Delay\",\"0.35 Delay\",\"0.4\",\"0.45 Delay\",\"Opacity, Offset\"],title:\"Variant\",type:ControlType.Enum},eukmRtgMM:{defaultValue:\"Gallery\",displayTextArea:false,title:\"Title\",type:ControlType.String},dlp_QJdcR:{title:\"Link\",type:ControlType.Link},w1pmjMZtk:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerqMHOOvxha,[...LinkFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqMHOOvxha\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZzvqGA9C3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ya0DjF6BC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SD0CQ4QJc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fHewNM648\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KYKY48Uq1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"eukmRtgMM\\\":\\\"title\\\",\\\"dlp_QJdcR\\\":\\\"link\\\",\\\"w1pmjMZtk\\\":\\\"newTab\\\"}\",\"framerIntrinsicWidth\":\"157\",\"framerIntrinsicHeight\":\"48\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (ae47b7e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/QntFAqtwwHPSDPIdxU3o/LocaleSelector.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/ax9GxYmoJiqj6e0xK45W/Qk6kWj81G2TmOa7sRsZ0/S67oHuAzP.js\";import MenuAnimation from\"https://framerusercontent.com/modules/gPwJi0oVLN8CnWOup18m/RVetThK8yDQhJtbiId2B/hpjpq4RIh.js\";import Stagger from\"https://framerusercontent.com/modules/1TuSEdyGW2xeOrxDlu1Z/ZhF1xmAnR5ZX5Lk0Gh2X/qMHOOvxha.js\";const MenuAnimationFonts=getFonts(MenuAnimation);const LocaleSelectorFonts=getFonts(LocaleSelector);const StaggerFonts=getFonts(Stagger);const cycleOrder=[\"LAPre5InD\",\"I4B0xG12n\",\"MizWJRD6c\"];const serializationHash=\"framer-WDJY7\";const variantClassNames={I4B0xG12n:\"framer-v-13y1ujt\",LAPre5InD:\"framer-v-1c06xon\",MizWJRD6c:\"framer-v-18u5mz6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:50,delay:0,mass:1,stiffness:200,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"MizWJRD6c\",Closed:\"I4B0xG12n\",Open:\"LAPre5InD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LAPre5InD\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LAPre5InD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapby5khq=activeVariantCallback(async(...args)=>{setVariant(\"MizWJRD6c\");});const onTap1lqvbgf=activeVariantCallback(async(...args)=>{setVariant(\"LAPre5InD\");});const lDcTApva01wrmm12=activeVariantCallback(async(...args)=>{setVariant(\"Uv1Q4EKDw\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"I4B0xG12n\",\"MizWJRD6c\"].includes(baseVariant))return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1c06xon\",className,classNames),\"data-framer-name\":\"Open\",layoutDependency:layoutDependency,layoutId:\"LAPre5InD\",ref:ref??ref1,style:{backgroundColor:\"rgb(0, 0, 0)\",...style},...addPropertyOverrides({I4B0xG12n:{\"data-framer-name\":\"Closed\"},MizWJRD6c:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vb3crt\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"VDByskMN2\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"c9V0nwudO\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-l9gk7a framer-178sgb2\",\"data-framer-name\":\"DZVA_Logo_I\",fill:\"black\",intrinsicHeight:275,intrinsicWidth:1067,layoutDependency:layoutDependency,layoutId:\"c9V0nwudO\",svg:'<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0\" y=\"0\" viewBox=\"0 0 1066.82 275.41\" style=\"enable-background:new 0 0 1066.82 275.41\" xml:space=\"preserve\"><style>.st0{fill:#fff}</style><path class=\"st0\" d=\"M89.96 135.36V95.95h14.71c3.26 0 6.11.52 8.55 1.55 2.44 1.04 4.49 2.44 6.13 4.22 1.65 1.78 2.89 3.86 3.72 6.25.83 2.39 1.25 4.93 1.25 7.63 0 3-.46 5.71-1.39 8.13-.93 2.42-2.25 4.49-3.97 6.22-1.72 1.72-3.79 3.05-6.22 4-2.42.94-5.12 1.42-8.08 1.42h-14.7zm25.09-19.76c0-1.74-.23-3.32-.69-4.75-.46-1.42-1.14-2.66-2.03-3.69-.89-1.04-1.98-1.83-3.27-2.39-1.3-.55-2.76-.83-4.39-.83h-5.61v23.43h5.61c1.67 0 3.14-.3 4.44-.89 1.3-.59 2.38-1.42 3.25-2.47.87-1.05 1.53-2.29 2-3.72.46-1.42.69-2.98.69-4.69zm47.9 11.77v7.99h-27.7V95.95h27.2v7.99h-18.1v7.66h15.54v7.38h-15.54v8.38h18.6zm32.88 1.17 20.54-24.59H196.6v-7.99h30.25v6.83l-19.54 24.59h19.76v7.99h-31.25v-6.83zM249 95.95h8.22l14.38 39.41h-9.33l-3.05-8.83h-12.27l-3 8.83h-9.33L249 95.95zm8.72 24.32-4.61-13.93-4.72 13.93h9.33zm34.03-24.32h8.22l14.38 39.41h-9.33l-3.05-8.83H289.7l-3 8.83h-9.33l14.38-39.41zm8.71 24.32-4.61-13.93-4.72 13.93h9.33zm23.32 15.09V95.95h9.1v16.98l14.43-16.98h10.21l-14.77 17.6 15.76 21.82h-10.38l-11.16-15.88-4.11 4.27v11.6h-9.08zm104.13-39.41 9.27 27.98 9.16-27.98h9.6l-14.93 39.41h-7.66l-15.1-39.41h9.66zm44.57 0h8.22l14.38 39.41h-9.33l-3.05-8.83h-12.27l-3 8.83h-9.33l14.38-39.41zm8.71 24.32-4.61-13.93-4.72 13.93h9.33zm32.42-7.44v22.54h-9.1V95.95h7.11l18.37 23.15V95.95h9.1v39.41h-7.33l-18.15-22.53zm102.7-16.93h8.22l14.38 39.41h-9.33l-3.05-8.83h-12.27l-3 8.83h-9.33l14.38-39.41zm8.72 24.31-4.61-13.93-4.72 13.93h9.33zm23.31 15.1V95.9h14.71c3.26 0 6.11.52 8.55 1.55 2.44 1.04 4.49 2.44 6.13 4.22 1.65 1.78 2.89 3.86 3.72 6.25.83 2.39 1.25 4.93 1.25 7.63 0 3-.46 5.71-1.39 8.13-.92 2.42-2.25 4.49-3.97 6.22-1.72 1.72-3.79 3.05-6.22 4-2.42.94-5.12 1.42-8.08 1.42h-14.7zm25.09-19.76c0-1.74-.23-3.32-.69-4.75-.46-1.42-1.14-2.66-2.03-3.69-.89-1.04-1.98-1.83-3.28-2.39s-2.76-.83-4.38-.83h-5.61v23.43h5.61c1.66 0 3.14-.3 4.44-.89a9.069 9.069 0 0 0 3.25-2.47c.87-1.05 1.54-2.29 2-3.72.46-1.43.69-2.99.69-4.69zm24.59-19.65 9.27 27.98 9.16-27.98h9.6l-14.93 39.41h-7.66l-15.1-39.41h9.66zm53.07 39.74c-2.92 0-5.59-.57-7.99-1.72-2.41-1.15-4.46-2.66-6.16-4.53-1.7-1.87-3.03-4-3.97-6.41-.94-2.4-1.42-4.89-1.42-7.44 0-2.59.49-5.09 1.47-7.49.98-2.41 2.35-4.52 4.11-6.36 1.76-1.83 3.84-3.29 6.24-4.39 2.4-1.09 5.03-1.64 7.88-1.64 2.92 0 5.59.58 7.99 1.72 2.41 1.15 4.46 2.67 6.16 4.55 1.7 1.89 3.02 4.03 3.94 6.44.92 2.41 1.39 4.85 1.39 7.33 0 2.59-.49 5.09-1.47 7.49-.98 2.41-2.34 4.52-4.08 6.36-1.74 1.83-3.81 3.3-6.22 4.41-2.39 1.13-5.02 1.68-7.87 1.68zm-10.27-19.98c0 1.52.22 2.99.67 4.41.44 1.42 1.1 2.69 1.97 3.8.87 1.11 1.95 2 3.25 2.66 1.29.67 2.78 1 4.44 1 1.74 0 3.26-.35 4.55-1.05 1.29-.7 2.37-1.62 3.22-2.75.85-1.13 1.49-2.41 1.91-3.83.43-1.42.64-2.88.64-4.36 0-1.52-.22-2.99-.67-4.41-.44-1.42-1.11-2.68-2-3.77s-1.97-1.96-3.25-2.61c-1.28-.65-2.75-.97-4.41-.97-1.74 0-3.25.34-4.52 1.03-1.28.69-2.35 1.58-3.22 2.69a11.3 11.3 0 0 0-1.94 3.8 15.04 15.04 0 0 0-.64 4.36zm38.47-.39c0-2.37.44-4.73 1.33-7.08.89-2.35 2.18-4.45 3.89-6.3 1.7-1.85 3.77-3.35 6.22-4.5 2.44-1.15 5.22-1.72 8.33-1.72 3.7 0 6.91.8 9.63 2.39 2.72 1.59 4.75 3.66 6.08 6.22l-6.99 4.89c-.44-1.04-1.01-1.9-1.69-2.58a8.968 8.968 0 0 0-2.25-1.66c-.81-.43-1.65-.72-2.5-.89-.85-.17-1.68-.25-2.5-.25-1.74 0-3.26.35-4.55 1.05-1.29.7-2.37 1.61-3.22 2.72-.85 1.11-1.48 2.37-1.89 3.77-.41 1.41-.61 2.83-.61 4.27 0 1.55.24 3.05.72 4.5.48 1.44 1.17 2.72 2.08 3.83.91 1.11 2 1.99 3.27 2.64 1.28.65 2.71.97 4.3.97.81 0 1.66-.1 2.53-.3.87-.2 1.7-.52 2.5-.94.8-.42 1.53-.98 2.19-1.67.67-.68 1.2-1.53 1.61-2.53l7.44 4.39c-.59 1.44-1.47 2.74-2.64 3.89a16.47 16.47 0 0 1-4.02 2.89 21.65 21.65 0 0 1-4.83 1.78c-1.7.41-3.37.61-5 .61-2.85 0-5.47-.58-7.85-1.75s-4.44-2.71-6.16-4.64a21.327 21.327 0 0 1-4-6.55c-.95-2.45-1.42-4.93-1.42-7.45zm56.17-19.37h8.22l14.38 39.41h-9.33l-3.05-8.83h-12.27l-3 8.83h-9.33l14.38-39.41zm8.72 24.31-4.61-13.93-4.72 13.93h9.33zm49.46-16.32h-11.99v31.42h-9.1v-31.42H860.5V95.9h33.14v7.99zm37.69 23.43v7.99h-27.7V95.9h27.2v7.99h-18.1v7.66h15.54v7.38h-15.54v8.38h18.6zm20.2-14.55v22.54h-9.1V95.9h7.1l18.37 23.15V95.9h9.1v39.41h-7.33l-18.14-22.54z\"/><path class=\"st0\" d=\"M977.01 220.37h-406.3V63.81H391.74v112.03H89.96v-7.99h293.79V55.82h194.94v156.57h398.32z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3rpa9e\",\"data-framer-name\":\"Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VPVYcxAEj\",onTap:onTapby5khq,...addPropertyOverrides({I4B0xG12n:{onTap:onTap1lqvbgf},MizWJRD6c:{onTap:onTap1lqvbgf}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7xykd-container\",\"data-framer-name\":\"Menu close\",layoutDependency:layoutDependency,layoutId:\"b8G7tXr9h-container\",name:\"Menu close\",children:/*#__PURE__*/_jsx(MenuAnimation,{height:\"100%\",id:\"b8G7tXr9h\",layoutId:\"b8G7tXr9h\",lDcTApva0:lDcTApva01wrmm12,name:\"Menu close\",tjWk6TJlU:\"rgb(255, 255, 255)\",v1EsFUutj:\"Close\",width:\"100%\",ykyM3MTls:\"rgb(255, 255, 255)\",...addPropertyOverrides({I4B0xG12n:{v1EsFUutj:\"Menu\"},MizWJRD6c:{v1EsFUutj:\"Menu\"}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17qx5sg-container\",layoutDependency:layoutDependency,layoutId:\"ge8YKyszy-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 255, 255)\",size:12,type:\"default\"},fillColor:\"rgba(255, 255, 255, 0)\",font:{fontFamily:'\"Graphik Web Regular\", \"Graphik Web Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"ge8YKyszy\",layoutId:\"ge8YKyszy\",options:{focus:{color:\"rgba(255, 255, 255, 0)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgba(0, 0, 0, 0)\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-53gosn\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"V9BkvLYTx\",style:{opacity:1},transformTemplate:transformTemplate2,variants:{I4B0xG12n:{opacity:0},MizWJRD6c:{opacity:0}},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fi02l4-container\",layoutDependency:layoutDependency,layoutId:\"hjcVFirFd-container\",children:/*#__PURE__*/_jsx(Stagger,{height:\"100%\",id:\"hjcVFirFd\",layoutId:\"hjcVFirFd\",link:resolvedLinks[0],newTab:false,title:\"Home\",variant:\"RKRhi44kP\",width:\"100%\",...addPropertyOverrides({I4B0xG12n:{link:resolvedLinks[1],variant:\"KYKY48Uq1\"},MizWJRD6c:{link:resolvedLinks[2],variant:\"KYKY48Uq1\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FX47CVvSu\"},implicitPathVariables:undefined},{href:{webPageId:\"FX47CVvSu\"},implicitPathVariables:undefined},{href:{webPageId:\"FX47CVvSu\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3jzahy-container\",layoutDependency:layoutDependency,layoutId:\"gTJYNDWda-container\",children:/*#__PURE__*/_jsx(Stagger,{height:\"100%\",id:\"gTJYNDWda\",layoutId:\"gTJYNDWda\",link:resolvedLinks1[0],newTab:false,title:getLocalizedValue(\"v0\",activeLocale)??\"Onze Diensten\",variant:\"ZzvqGA9C3\",width:\"100%\",...addPropertyOverrides({I4B0xG12n:{link:resolvedLinks1[1],variant:\"KYKY48Uq1\"},MizWJRD6c:{link:resolvedLinks1[2],variant:\"KYKY48Uq1\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RaO0STF2n\"},implicitPathVariables:undefined},{href:{webPageId:\"RaO0STF2n\"},implicitPathVariables:undefined},{href:{webPageId:\"RaO0STF2n\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x5uxhp-container\",layoutDependency:layoutDependency,layoutId:\"gveYUrl_a-container\",children:/*#__PURE__*/_jsx(Stagger,{height:\"100%\",id:\"gveYUrl_a\",layoutId:\"gveYUrl_a\",link:resolvedLinks2[0],newTab:false,title:getLocalizedValue(\"v1\",activeLocale)??\"Ons Team\",variant:\"fHewNM648\",width:\"100%\",...addPropertyOverrides({I4B0xG12n:{link:resolvedLinks2[1],variant:\"KYKY48Uq1\"},MizWJRD6c:{link:resolvedLinks2[2],variant:\"KYKY48Uq1\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R93VlhDDO\"},implicitPathVariables:undefined},{href:{webPageId:\"R93VlhDDO\"},implicitPathVariables:undefined},{href:{webPageId:\"R93VlhDDO\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16z7esp-container\",layoutDependency:layoutDependency,layoutId:\"SxDC_RWmm-container\",children:/*#__PURE__*/_jsx(Stagger,{height:\"100%\",id:\"SxDC_RWmm\",layoutId:\"SxDC_RWmm\",link:resolvedLinks3[0],newTab:false,title:getLocalizedValue(\"v2\",activeLocale)??\"Recente Rondes\",variant:\"ya0DjF6BC\",width:\"100%\",...addPropertyOverrides({I4B0xG12n:{link:resolvedLinks3[1],variant:\"KYKY48Uq1\"},MizWJRD6c:{link:resolvedLinks3[2],variant:\"KYKY48Uq1\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uj9_qgsFz\"},implicitPathVariables:undefined},{href:{webPageId:\"uj9_qgsFz\"},implicitPathVariables:undefined},{href:{webPageId:\"uj9_qgsFz\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oicopj-container\",layoutDependency:layoutDependency,layoutId:\"bs3M3hkGe-container\",children:/*#__PURE__*/_jsx(Stagger,{height:\"100%\",id:\"bs3M3hkGe\",layoutId:\"bs3M3hkGe\",link:resolvedLinks4[0],newTab:false,title:getLocalizedValue(\"v3\",activeLocale)??\"Nieuwswaardig\",variant:\"SD0CQ4QJc\",width:\"100%\",...addPropertyOverrides({I4B0xG12n:{link:resolvedLinks4[1],variant:\"KYKY48Uq1\"},MizWJRD6c:{link:resolvedLinks4[2],variant:\"KYKY48Uq1\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z38uZwq5l\"},implicitPathVariables:undefined},{href:{webPageId:\"Z38uZwq5l\"},implicitPathVariables:undefined},{href:{webPageId:\"Z38uZwq5l\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-112ubbr-container\",layoutDependency:layoutDependency,layoutId:\"vsIBlPtHv-container\",children:/*#__PURE__*/_jsx(Stagger,{height:\"100%\",id:\"vsIBlPtHv\",layoutId:\"vsIBlPtHv\",link:resolvedLinks5[0],newTab:false,title:getLocalizedValue(\"v4\",activeLocale)??\"Werken Bij\",variant:\"SD0CQ4QJc\",width:\"100%\",...addPropertyOverrides({I4B0xG12n:{link:resolvedLinks5[1]},MizWJRD6c:{link:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dPlkU3YJ2\"},implicitPathVariables:undefined},{href:{webPageId:\"dPlkU3YJ2\"},implicitPathVariables:undefined},{href:{webPageId:\"dPlkU3YJ2\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8hwwrj-container\",layoutDependency:layoutDependency,layoutId:\"ax3WD6pHV-container\",children:/*#__PURE__*/_jsx(Stagger,{height:\"100%\",id:\"ax3WD6pHV\",layoutId:\"ax3WD6pHV\",link:resolvedLinks6[0],newTab:false,title:\"Contact\",variant:\"fHewNM648\",width:\"100%\",...addPropertyOverrides({I4B0xG12n:{link:resolvedLinks6[1],variant:\"KYKY48Uq1\"},MizWJRD6c:{link:resolvedLinks6[2],variant:\"KYKY48Uq1\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18qspci\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"lSqaZBjbs\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",opacity:0},variants:{I4B0xG12n:{opacity:1},MizWJRD6c:{opacity:1}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WDJY7.framer-178sgb2, .framer-WDJY7 .framer-178sgb2 { display: block; }\",\".framer-WDJY7.framer-1c06xon { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 800px; overflow: hidden; padding: 0px; position: relative; width: 1400px; }\",\".framer-WDJY7 .framer-1vb3crt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 40px; overflow: visible; padding: 0px; pointer-events: auto; position: absolute; right: 40px; top: 28px; z-index: 10; }\",\".framer-WDJY7 .framer-l9gk7a { flex: none; height: 58px; position: relative; text-decoration: none; width: 226px; }\",\".framer-WDJY7 .framer-3rpa9e { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-WDJY7 .framer-m7xykd-container, .framer-WDJY7 .framer-1fi02l4-container, .framer-WDJY7 .framer-3jzahy-container, .framer-WDJY7 .framer-x5uxhp-container, .framer-WDJY7 .framer-16z7esp-container, .framer-WDJY7 .framer-1oicopj-container, .framer-WDJY7 .framer-112ubbr-container, .framer-WDJY7 .framer-8hwwrj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-WDJY7 .framer-17qx5sg-container { flex: none; height: auto; position: absolute; right: 107px; top: 51%; width: 50px; z-index: 1; }\",\".framer-WDJY7 .framer-53gosn { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 50%; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; padding: 20px; position: absolute; top: 120px; user-select: none; width: 100%; z-index: 1; }\",\".framer-WDJY7 .framer-18qspci { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WDJY7.framer-1c06xon, .framer-WDJY7 .framer-3rpa9e, .framer-WDJY7 .framer-53gosn { gap: 0px; } .framer-WDJY7.framer-1c06xon > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WDJY7.framer-1c06xon > :first-child, .framer-WDJY7 .framer-53gosn > :first-child { margin-top: 0px; } .framer-WDJY7.framer-1c06xon > :last-child, .framer-WDJY7 .framer-53gosn > :last-child { margin-bottom: 0px; } .framer-WDJY7 .framer-3rpa9e > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WDJY7 .framer-3rpa9e > :first-child { margin-left: 0px; } .framer-WDJY7 .framer-3rpa9e > :last-child { margin-right: 0px; } .framer-WDJY7 .framer-53gosn > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-WDJY7.framer-v-13y1ujt.framer-1c06xon { min-height: unset; padding: 28px 80px 28px 72px; }\",\".framer-WDJY7.framer-v-13y1ujt .framer-1vb3crt, .framer-WDJY7.framer-v-18u5mz6 .framer-1vb3crt { left: unset; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-WDJY7.framer-v-13y1ujt .framer-l9gk7a { order: 2; }\",\".framer-WDJY7.framer-v-13y1ujt .framer-3rpa9e, .framer-WDJY7.framer-v-18u5mz6 .framer-3rpa9e { order: 3; }\",\".framer-WDJY7.framer-v-13y1ujt .framer-m7xykd-container, .framer-WDJY7.framer-v-18u5mz6 .framer-m7xykd-container { order: 0; }\",\".framer-WDJY7.framer-v-13y1ujt .framer-17qx5sg-container { order: 0; right: 93px; top: 50%; z-index: 10; }\",\".framer-WDJY7.framer-v-18u5mz6.framer-1c06xon { min-height: unset; padding: 28px 0px 28px 10px; width: 561px; }\",\".framer-WDJY7.framer-v-18u5mz6 .framer-l9gk7a { height: 45px; order: 0; width: 153px; }\",\".framer-WDJY7.framer-v-18u5mz6 .framer-17qx5sg-container { order: 2; right: 93px; top: 51%; z-index: 10; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"I4B0xG12n\":{\"layout\":[\"fixed\",\"auto\"]},\"MizWJRD6c\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerS67oHuAzP=withCSS(Component,css,\"framer-WDJY7\");export default FramerS67oHuAzP;FramerS67oHuAzP.displayName=\"Topbar\";FramerS67oHuAzP.defaultProps={height:800,width:1400};addPropertyControls(FramerS67oHuAzP,{variant:{options:[\"LAPre5InD\",\"I4B0xG12n\",\"MizWJRD6c\"],optionTitles:[\"Open\",\"Closed\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerS67oHuAzP,[{explicitInter:true,fonts:[{family:\"Graphik Web Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/YGkgWE0BtKRgnDFyXwFN4O4KE6I.woff\"}]},...MenuAnimationFonts,...LocaleSelectorFonts,...StaggerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerS67oHuAzP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I4B0xG12n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MizWJRD6c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1400\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"CUSTOM;Graphik Web Regular\"]);export const fonts=[{family:\"Graphik Web Regular\",moduleAsset:{localModuleIdentifier:\"local-module:css/BX17damdG:default\",url:\"https://framerusercontent.com/assets/YGkgWE0BtKRgnDFyXwFN4O4KE6I.woff\"},url:\"https://framerusercontent.com/assets/YGkgWE0BtKRgnDFyXwFN4O4KE6I.woff\"}];export const css=['.framer-XS5UG .framer-styles-preset-t1m4fs:not(.rich-text-wrapper), .framer-XS5UG .framer-styles-preset-t1m4fs.rich-text-wrapper p { --framer-font-family: \"Graphik Web Regular\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-XS5UG\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"4rBAAgC,SAAgB,EAAe,CAAC,QAAM,QAAM,EAAE,eAAa,GAAM,WAAS,EAAE,aAAW,EAAE,cAAY,EAAE,YAAU,EAAE,QAAM,OAAO,CAAC,EAAE,CAAC,CAAC,IAAM,EAAO,EAAE,CAA4X,OAAxX,GAAO,EAAO,yBAAyB,EAAM,EAAO,YAAY,EAAS,GAAc,EAAO,eAAe,EAAS,EAAO,iBAAiB,EAAW,EAAO,kBAAkB,EAAY,EAAO,gBAAgB,IAAgB,EAAO,eAAe,EAAM,EAAO,iBAAiB,EAAM,EAAO,kBAAkB,EAAM,EAAO,gBAAgB,IAAa,EAAO,OAAO,OAAe,CAAQ,qBAAa,EAAe,CAAC,MAAM,CAAC,KAAK,EAAY,MAAM,aAAa,OAAO,CAAC,MAAM,CAAC,KAAK,EAAY,YAAY,UAAU,eAAe,aAAa,CAAC,QAAQ,iBAAiB,CAAC,UAAU,CAAC,WAAW,aAAa,cAAc,YAAY,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,aAAa,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,KAAK,EAAY,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,QAAQ,CAAC,ICAx9B,SAAgB,EAAc,CAAC,QAAM,QAAM,QAAM,SAAO,CAAC,EAAE,CAAC,CAAC,IAAM,EAAO,EAAE,QAAI,IAAO,EAAO,0BAA0B,GAAG,EAAM,KAAK,EAAM,GAAG,IAAQ,EAAO,iCAAiC,GAAG,EAAO,KAAY,CAAQ,sBAAa,EAAc,CAAC,MAAM,CAAC,KAAK,EAAY,MAAM,aAAa,OAAO,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,KAAK,EAAY,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,QAAQ,CAAC,OAAO,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,CAAC,ICA5jB,SAAgB,GAAc,CAAC,YAAU,YAAU,cAAY,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,kCAAkC,EAAU,uBAAuB,EAAU,8BAA8B,EAAY,AAAE,sBAAa,EAAc,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,CAAC,YAAY,CAAC,KAAK,EAAY,MAAM,MAAM,SAAS,SAAS,GAAK,CAAC,ICA9Z,SAAgB,GAAgB,CAAC,UAAQ,EAAE,iBAAe,GAAM,aAAW,EAAE,eAAa,EAAE,gBAAc,EAAE,cAAY,EAAE,CAAC,EAAE,CAAC,CAAsI,OAAlI,EAAsB,CAAY,aAAwB,eAA2B,gBAA0B,cAAY,CAAa,CAAC,WAAW,EAAQ,aAAa,EAAQ,cAAc,EAAQ,YAAY,EAAQ,AAAG,uBAAa,GAAgB,CAAC,QAAQ,CAAC,KAAK,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,mBAAmB,CAAC,UAAU,CAAC,aAAa,eAAe,gBAAgB,cAAe,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,aAAa,GAAG,IAAI,EAAE,CAAC,ICAvmB,SAAgB,GAAe,CAAC,SAAO,EAAE,kBAAgB,GAAM,gBAAc,EAAE,iBAAe,EAAE,oBAAkB,EAAE,mBAAiB,EAAE,CAAC,EAAE,CAAC,CAAC,IAAM,EAAO,EAAE,QAAI,GAAiB,EAAO,oBAAoB,EAAc,EAAO,qBAAqB,EAAe,EAAO,wBAAwB,EAAkB,EAAO,uBAAuB,IAAuB,EAAO,oBAAoB,EAAO,EAAO,qBAAqB,EAAO,EAAO,wBAAwB,EAAO,EAAO,uBAAuB,GAAe,CAAQ,sBAAa,EAAe,CAAC,OAAO,CAAC,KAAK,EAAY,YAAY,UAAU,mBAAmB,aAAa,CAAC,SAAS,kBAAkB,CAAC,UAAU,CAAC,gBAAgB,iBAAiB,oBAAoB,mBAAoB,CAAC,YAAY,CAAC,KAAK,KAAK,KAAK,KAAK,CAAC,aAAa,GAAG,IAAI,EAAE,CAAC,ICCsJ,SAAS,GAAK,CAAC,OAAK,QAAM,QAAM,OAAK,CAAC,CAAuG,OAAnG,IAAO,EAAS,QAAQ,EAA4B,EAAK,MAAM,CAAC,GAAG,EAAM,MAAM,EAAK,OAAO,EAAK,EAAwB,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,cAAc,MAAM,EAAK,OAAO,EAAK,KAAK,EAAM,SAAuB,EAAK,OAAO,CAAC,EAAE,ghBAAghB,EAAE,CAAG,CAA6H,SAAS,GAAM,CAAC,OAAK,QAAM,QAAM,OAAK,CAAC,CAAwG,OAApG,IAAO,EAAU,QAAQ,EAA4B,EAAK,MAAM,CAAC,GAAG,EAAM,MAAM,EAAK,OAAO,EAAK,EAAwB,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,YAAY,MAAM,EAAK,OAAO,EAAK,SAAuB,EAAK,OAAO,CAAC,EAAE,2BAA2B,KAAK,OAAO,OAAO,EAAM,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,EAAE,CAAG,4DAA1kDyC,EAAU,wBAA4H,SAAS,EAAS,CAAC,EAAS,QAAW,UAAU,EAAS,OAAU,QAAU,GAAE,AAAW,IAAS,EAAE,GAAs1B,SAAS,EAAU,CAAC,EAAU,QAAW,UAAU,EAAU,OAAU,QAAU,GAAE,AAAY,IAAU,EAAE,EAM34D,EAAe,GAAS,CAAC,OAAK,YAAU,YAAU,OAAK,QAAM,QAAQ,CAAC,QAAM,MAAI,SAAO,QAAM,QAAM,CAAC,QAAM,GAAG,EAAM,GAAG,CAAC,IAAM,EAAGxC,IAAa,CAAC,eAAa,UAAQ,YAAU,CAAC,IAAgB,IAAI,EAAI,IAAM,GAAgB,EAAI,GAA+D,KAA6B,UAAgB,EAAmBC,EAAO,GAG3W,CAAC,EAAiB,EAAoB,CAACC,EAAS,GAAsB,EAAe,EAAQ,KAAK,GAAQ,EAAO,KAAK,GACxH,EAAmB,UAAU,IAAgB,EAAmB,QAAQ,EAAkB,IAAmB,GAAgB,EAAoB,aAA2B,EAAa,EAAM,CAAC,IAAM,EAAS,EAAM,OAAO,MAAM,EAAoB,GAAU,IAAM,EAAO,EAAQ,KAAK,GAAQC,EAAO,KAAK,GAAU,EAAU,EAAS,KAAI,EAAK,OAAqB,EAAM,MAAM,CAAC,UAAUqC,EAAgB,QAAM,SAAS,CAAe,EAAK,QAAQ,CAAC,QAAQ,EAAG,SAAS,kBAAkB,EAAgB,EAAK,SAAS,CAAI,KAAG,MAAM,EAAiB,SAAS,EAAa,SAAS,EAAQ,IAAI,GAAsB,EAAK,SAAS,CAAC,MAAM,EAAO,GAAG,SAAS,EAAO,KAAK,CAAC,EAAO,KAAK,EAAgB,EAAM,MAAM,CAAC,UAAU,QAAQ,MAAM,CAAC,GAAG,EAAK,4BAA4B,EAAU,iBAAiB,EAAU,GAAG,GAAgB,GAAO,GAAG,GAAe,GAAO,GAAG,EAAe,GAAQ,GAAG,GAAc,GAAO,GAAG,EAAc,GAAO,MAAI,CAAC,SAAS,CAAC,GAAoB,EAAK,MAAM,CAAC,UAAU,OAAO,SAAuB,EAAK,GAAK,CAAC,GAAG,EAAK,EAAE,EAAE,GAAqB,EAAK,MAAM,CAAC,UAAU,QAAQ,UAAU,EAAK,GAAqE,OAAiC,UAAU,EAAE,GAAqB,EAAK,MAAM,CAAC,UAAU,QAAQ,SAAuB,EAAK,GAAM,CAAC,GAAG,EAAM,EAAE,EAAE,CAAC,EAAE,CAAC,CAAG,EAAC,CAAC;eAC9xCA,EAAU;;;UAGf;eACKA,EAAU;;;;;;;;;;UAUf;eACKA,EAAU;;;;;;;;;UASf;eACKA,EAAU;;;;;;;;;;;UAWf;eACKA,EAAU;;;;UAIf;eACKA,EAAU;;;;;UAKf;eACKA,EAAU;;;;;;UAMf;eACKA,EAAU,WAAWA,EAAU;;;;UAInC,EAAE,EAAe,YAAY,kBAAkB,EAAoB,EAAe,CAAC,KAAK,CACnG,KAAK,EAAY,KAAK,SAAS,WAAW,gBAAgB,aAAa,aAAa,CAAC,SAAS,GAAG,WAAW,QAAQ,CAAC,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,aAAa,OAAO,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,aAAa,OAAO,CAAC,GAAG,GAAgB,GAAG,EAAe,KAAK,CAAC,KAAK,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAK,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAO,GAAU,aAAa,CAAC,UAAU,SAAS,CAAC,wBAAwB,GAAK,aAAa,UAAU,CAAC,MAAM,CAAC,KAAK,EAAY,MAAM,wBAAwB,GAAK,aAAa,OAAO,OAAO,GAAO,EAAM,OAAO,EAAS,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAY,gBAAgB,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,MAAM,CAAC,OAAO,GAAO,EAAM,OAAO,EAAS,OAAO,CAAC,KAAK,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAK,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAO,GAAW,aAAa,CAAC,UAAU,SAAS,CAAC,wBAAwB,GAAK,aAAa,UAAU,CAAC,MAAM,CAAC,KAAK,EAAY,MAAM,wBAAwB,GAAK,aAAa,OAAO,OAAO,GAAO,EAAM,OAAO,EAAU,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAY,gBAAgB,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,MAAM,CAAC,OAAO,GAAO,EAAM,OAAO,EAAU,OAAO,CAAC,KAAK,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,GAAG,CAAC,CAAC,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,KAAK,EAAY,OAAO,MAAM,UAAU,YAAY,gBAAgB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAY,QAAQ,aAAa,GAAK,CAAC,IAAI,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,CAAC,OAAO,CAAC,KAAK,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAAS,EAAe,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAAS,EAAc,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,YAAY,eAAe,SAAS,EAAc,CAAC,CAAC,CAAC,4HCxEv4D,EAAG,eAA4B,GAAG,WAAwB,GAAG,gBAA6B,GAAG,aAA0B,GAAG,aAC1H,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,mBAAqB,CAAC,KAAO,WAAW,CAAC,CAAC,ICA7U,SAAwB,EAAkB,EAAI,EAAO,CAAC,KAAM,GAAO,CAAC,IAAM,EAAO,GAAiB,EAAO,IAAI,GAAG,EAAO,CAAC,IAAM,EAAM,EAAO,GAAK,GAAG,EAAM,OAAO,CAAO,GAAO,EAAO,QAAU,CAAC,wBAA7O,GAAiB,CAAC,UAAUpC,EAAgB,ICAsX,SAASuB,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAA+H,OAA9H,GAAmD,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,KAAkB,CAAe,6DAA9VrB,GAAgB,CAAC,UAAU,CAAC,MAAM,GAAK,CAAC,CAAOuB,GAAW,CAAC,YAAY,CAAOC,GAAkB,CAAC,UAAU,kBAAkB,CAAuOV,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAC,CAA8OW,IAAY,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAA,EAAwB,GAA2B,EAAW,GAAmC,EAAO,WAAiB,EAAA,OAAgC,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,GAAY,EAAE,OAAqB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAG,EAAOE,IAAU,CAAC,QAAM,SAAO,KAAG,YAAU,MAAI,QAAM,QAAM,GAAG,EAAM,GAAG,CAAC,IAAI,EAAI,EAAK,EAAK,MAAM,CAAC,GAAG,EAAM,UAAU,GAA6B,EAAM,UAAU,WAAW,EAAI,GAA+C,EAAM,YAAoC,qBAAqB,WAAW,EAAK,GAAmC,EAAM,YAAsC,OAAO,WAAW,EAAK,GAAmC,EAAM,YAAsC,qBAAqB,AAAE,EAAOC,IAAwB,EAAM,IAAW,EAAS,KAAK,KAAK,EAAM,iBAAuBC,GAAwB,EAAiB,SAAS,EAAM,EAAI,CAAC,GAAK,CAAC,eAAa,CAAC,IAAqB,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,YAAU,YAAU,YAAU,YAAU,GAAG,EAAU,CAACF,GAAS,GAAY,CAAC,cAAY,aAAW,iBAAe,kBAAgB,aAAW,aAAW,WAAS,CAAC,EAAgB,CAAC,WAAA,GAAW,eAAe,YAAY,gBAAA,GAAgB,YAAA,GAAY,UAAQ,kBAAA,GAAkB,EAAQ,EAAiBC,GAAuB,EAAM,GAAe,CAAC,wBAAsB,SAAM,CAAC,EAAyB,GAAmB,EAAY,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAG,EAAU,CAAC,IAAM,EAAI,MAAM,EAAU,GAAG,GAAM,GAAG,IAAM,GAAM,MAAO,EAAO,CAAC,GAAQ,EAAA,IAA8B,OAAqB,EAAK,EAAY,CAAC,GAAG,GAA4C,EAAgB,SAAuB,EAAK,EAAO,IAAI,CAAC,QAAQ,EAAQ,QAAQ,EAAS,iBAAiB,EAAgB,CAAC,UAAU,GAAK,EAAE,eAAe,EAAgB,CAAC,UAAU,GAAM,EAAE,eAAe,EAAgB,CAAC,UAAU,GAAK,EAAE,UAAU,EAAgB,CAAC,UAAU,GAAM,EAAE,gBAAgB,EAAgB,CAAC,UAAU,GAAM,EAAE,UAAU,EAAG,eAAe,GAAY,MAAM,CAAC,QAAQ,WAAW,CAAC,SAAuB,EAAKH,GAAW,CAAC,MAAM,EAAW,SAAuB,EAAK,EAAK,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,aAAa,GAAM,SAAuB,EAAM,EAAO,EAAE,CAAC,GAAG,EAAU,UAAU,GAAG,EAAG,gBAAgBS,GAAW,gBAAgB,mBAAmB,YAAY,iBAAiB,GAAsB,mBAAiB,SAAS,YAAY,MAAM,EAAgB,MAAI,MAAM,CAAC,GAAG,EAAM,CAAC,GAAGb,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,IAAA,GAAU,CAAC,CAAC,EAAY,GAAgB,SAAS,CAAe,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAuB,EAAA,EAAoB,CAAC,SAAuB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,oCAAoC,qBAAqB,OAAO,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,yEAAyE,CAAC,SAAS,OAAO,EAAE,EAAE,UAAU,iBAAiB,MAAM,CAAC,6BAA6B,CAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,6BAA6B,MAAM,2CAA2C,EAAU,CAAC,KAAK,EAAU,kBAAkB,SAAS,mBAAmB,GAAK,EAAgB,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,eAAe,QAAQ,EAAE,CAAC,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,EAAU,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAG,GAAQc,GAAI,CAAC,sZAAsZ,kFAAkF,mDAAmD,8IAA8I,4NAA4N,wKAAwK,qEAAqE,oHAAoH,CAOp5L,EAAgB,EAAQN,GAAUM,GAAI,gBAA+C,EAAgB,YAAY,iBAAiB,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,CAAC,EAAoB,EAAgB,CAAC,UAAU,CAAC,aAAa,OAAO,gBAAgB,GAAM,MAAM,QAAQ,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,MAAM,MAAM,KAAK,EAAY,aAAa,CAAC,UAAU,CAAC,aAAa,qBAAqB,MAAM,QAAQ,KAAK,EAAY,MAAM,CAAC,UAAU,CAAC,aAAa,qBAAqB,MAAM,aAAa,KAAK,EAAY,MAAM,CAAC,EAAE,EAAS,EAAgB,CAAC,CAAC,OAAO,sBAAsB,YAAY,CAAC,sBAAsB,iDAAiD,IAAI,wEAAwE,CAAC,IAAI,wEAAwE,CAAC,KCR9xB,SAAgB,GAAS,EAAU,CAAC,MAAO,IAA6B,EAAKN,EAAU,CAAC,GAAG,EAAM,MAAM,CAAC,GAAG,EAAM,MAAM,oBAAoB,yCAAyC,CAAC,CAAK,uBCCmU,SAASR,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAA+H,OAA9H,GAAmD,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,KAAkB,CAAe,qEAAzY,GAAiB,GAAS,GAAgB,GAAgB,CAAC,UAAU,CAAC,MAAM,GAAK,CAAC,CAAOE,GAAW,CAAC,YAAY,CAAOC,GAAkB,CAAC,UAAU,mBAAmB,CAAuOV,GAAY,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,KAAK,QAAQ,CAAC,CAAOW,IAAY,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAA,EAAwB,GAA2B,EAAW,GAAmC,EAAO,WAAiB,EAAA,OAAgC,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,GAAY,EAAE,OAAqB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAG,EAAOE,IAAU,CAAC,SAAO,KAAG,OAAK,SAAO,QAAM,QAAM,GAAG,EAAM,GAAG,CAAC,IAAI,EAAI,EAAK,MAAM,CAAC,GAAG,EAAM,WAAW,EAAI,GAAsC,EAAM,YAAoC,GAAK,WAAW,EAAK,GAAmC,EAAM,YAAsC,UAAU,UAAU,GAAgC,EAAM,UAAU,AAAE,EAAOC,IAAwB,EAAM,IAAW,EAAS,KAAK,KAAK,EAAM,iBAAuBC,GAAwB,EAAiB,SAAS,EAAM,EAAI,CAAC,GAAK,CAAC,eAAa,CAAC,IAAqB,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,YAAU,YAAU,YAAU,GAAG,EAAU,CAACF,GAAS,GAAY,CAAC,cAAY,aAAW,iBAAe,kBAAgB,aAAW,aAAW,WAAS,CAAC,EAAgB,CAAC,WAAA,GAAW,eAAe,YAAY,mBAAgB,YAAA,GAAY,UAAQ,kBAAA,GAAkB,EAAQ,EAAiBC,GAAuB,EAAM,GAAgB,MAAoB,IAAiB,kBAAmD,EAAA,IAA8B,OAAqB,EAAK,EAAY,CAAC,GAAG,GAA4C,EAAgB,SAAuB,EAAK,EAAO,IAAI,CAAC,QAAQ,EAAQ,QAAQ,EAAS,iBAAiB,EAAgB,CAAC,UAAU,GAAK,EAAE,eAAe,EAAgB,CAAC,UAAU,GAAM,EAAE,eAAe,EAAgB,CAAC,UAAU,GAAK,EAAE,UAAU,EAAgB,CAAC,UAAU,GAAM,EAAE,gBAAgB,EAAgB,CAAC,UAAU,GAAM,EAAE,UAAU,EAAG,eAAe,GAAY,MAAM,CAAC,QAAQ,WAAW,CAAC,SAAuB,EAAKH,GAAW,CAAC,MAAM,EAAW,SAAuB,EAAK,EAAK,CAAC,KAAK,EAAU,aAAa,EAAU,SAAuB,EAAM,EAAO,EAAE,CAAC,GAAG,EAAU,UAAU,GAAG,EAAG,iBAAiBS,GAAW,iBAAiB,mBAAmB,UAA2B,mBAAiB,SAAS,YAAgB,MAAI,MAAM,CAAC,GAAG,EAAM,CAAC,GAAGb,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,IAAA,GAAU,CAAC,CAAC,EAAY,GAAgB,SAAS,CAAe,EAAK,GAAiB,CAAC,sBAAsB,GAAK,SAAuB,EAAA,EAAoB,CAAC,SAAuB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,oCAAoC,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,0BAA0B,CAAC,SAAS,UAAU,EAAE,EAAE,UAAU,iBAAiB,MAAM,CAAC,6BAA6B,CAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,MAAM,CAAC,KAAK,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,EAAE,KAA6B,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAG,GAAQc,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,mTAAmT,+JAA+J,sIAAsI,uEAAuE,mXAAmX,CAMhqL,EAAgB,EAAQN,GAAUM,GAAI,gBAA+C,EAAgB,YAAY,OAAO,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,CAAC,EAAoB,EAAgB,CAAC,UAAU,CAAC,aAAa,UAAU,gBAAgB,GAAM,MAAM,QAAQ,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,MAAM,OAAO,KAAK,EAAY,KAAK,CAAC,UAAU,CAAC,aAAa,GAAK,MAAM,UAAU,KAAK,EAAY,QAAQ,CAAC,EAAE,EAAS,EAAgB,CAAC,CAAC,OAAO,sBAAsB,YAAY,CAAC,sBAAsB,iDAAiD,IAAI,0CAA0C,CAAC,IAAI,IAAI,IAAI,0CAA0C,gGAAgG,KAAK,CAAC,KCNlG,SAASd,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAA+H,OAA9H,GAAmD,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,KAAkB,CAAe,qEAAzhB,GAAU,EAASC,GAAYC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,CAAOC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,CAAuO,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,IAAI,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAC,UAAU,CAAC,QAAQ,GAAG,MAAM,IAAI,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,KAAK,QAAQ,CAAC,UAAU,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAC,UAAU,CAAC,QAAQ,GAAG,MAAM,IAAI,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAC,UAAU,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAC,CAAOC,IAAY,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAA,EAAwB,GAA2B,EAAW,GAAmC,EAAO,WAAiB,EAAA,OAAgC,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,GAAY,EAAE,OAAqB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAG,EAAOC,GAAwB,CAAC,aAAa,YAAY,YAAY,YAAY,aAAa,YAAY,MAAM,YAAY,aAAa,YAAY,kBAAkB,YAAY,CAAOC,IAAU,CAAC,SAAO,KAAG,OAAK,SAAO,QAAM,QAAM,GAAG,EAAM,GAAG,CAAC,IAAI,EAAI,EAAS,EAAK,EAAK,MAAM,CAAC,GAAG,EAAM,UAAU,GAAgC,EAAM,UAAU,WAAW,EAAI,GAAmC,EAAM,YAAoC,UAAU,SAAS,GAAM,EAASD,GAAwB,EAAM,WAA6C,EAAM,UAAoC,YAAY,WAAW,EAAK,GAAsC,EAAM,YAAsC,GAAK,AAAE,EAAOE,IAAwB,EAAM,IAAW,EAAS,KAAK,KAAK,EAAM,iBAAuBC,GAAwB,EAAiB,SAAS,EAAM,EAAI,CAAC,GAAK,CAAC,eAAa,CAAC,IAAqB,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,YAAU,YAAU,YAAU,GAAG,EAAU,CAACF,GAAS,GAAY,CAAC,cAAY,aAAW,iBAAe,kBAAgB,aAAW,aAAW,WAAS,CAAC,EAAgB,CAAC,WAAA,GAAW,eAAe,YAAY,eAAY,UAAQ,kBAAA,GAAkB,EAAQ,EAAiBC,GAAuB,EAAM,GAAgB,EAAA,IAA8B,OAAqB,EAAK,EAAY,CAAC,GAAG,GAA4C,EAAgB,SAAuB,EAAK,EAAO,IAAI,CAAC,QAAQ,EAAQ,QAAQ,EAAS,iBAAiB,EAAgB,CAAC,UAAU,GAAK,EAAE,eAAe,EAAgB,CAAC,UAAU,GAAM,EAAE,eAAe,EAAgB,CAAC,UAAU,GAAK,EAAE,UAAU,EAAgB,CAAC,UAAU,GAAM,EAAE,gBAAgB,EAAgB,CAAC,UAAU,GAAM,EAAE,UAAU,EAAG,eAAe,GAAY,MAAM,CAAC,QAAQ,WAAW,CAAC,SAAuB,EAAKH,GAAW,CAAC,MAAM,EAAW,SAAuB,EAAK,EAAO,IAAI,CAAC,GAAG,EAAU,UAAU,EAAG,iBAAiBS,GAAW,mBAAmB,aAA8B,mBAAiB,SAAS,YAAgB,MAAI,MAAM,CAAC,QAAQ,EAAE,GAAG,EAAM,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,GAAGb,GAAqB,CAAC,UAAU,CAAC,mBAAmB,aAAa,CAAC,UAAU,CAAC,mBAAmB,kBAAkB,CAAC,UAAU,CAAC,mBAAmB,MAAM,CAAC,UAAU,CAAC,mBAAmB,aAAa,CAAC,UAAU,CAAC,mBAAmB,YAAY,CAAC,CAAC,EAAY,GAAgB,SAAuB,EAAK,EAAO,IAAI,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,SAAuB,EAAKC,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAU,OAAO,EAAU,MAAM,EAAU,MAAM,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,CAAG,GAAQa,GAAI,CAAC,sZAAsZ,kFAAkF,mDAAmD,yRAAyR,wGAAwG,mXAAmX,gFAAgF,CAM9jL,EAAgB,EAAQN,GAAUM,GAAI,gBAA+C,EAAgB,YAAY,UAAU,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,CAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,CAAC,aAAa,CAAC,aAAa,YAAY,aAAa,MAAM,aAAa,kBAAkB,CAAC,MAAM,UAAU,KAAK,EAAY,KAAK,CAAC,UAAU,CAAC,aAAa,UAAU,gBAAgB,GAAM,MAAM,QAAQ,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,MAAM,OAAO,KAAK,EAAY,KAAK,CAAC,UAAU,CAAC,aAAa,GAAK,MAAM,UAAU,KAAK,EAAY,QAAQ,CAAC,EAAE,EAAS,EAAgB,CAAC,GAAG,GAAU,KCNmf,SAAS,EAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAAsF,OAArF,GAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,KAAkB,CAAe,qGAAzgB,GAAmB,EAASH,GAAqB,GAAoB,EAAS,GAAsB,GAAa,EAASC,GAAe,EAAW,CAAC,YAAY,YAAY,YAAY,CAAO,GAAkB,eAAqB,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,CAA8L,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAO,IAAoB,EAAE,IAAI,oBAAoB,IAAU,IAAoB,EAAE,IAAI,oBAAoB,IAAU,IAAY,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAA,EAAwB,GAA2B,EAAW,GAAO,EAAO,WAAiB,EAAA,OAAgC,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,GAAY,EAAE,OAAoB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAG,EAAO,GAAS,EAAO,OAAA,GAA6B,GAAwB,CAAC,YAAY,YAAY,OAAO,YAAY,KAAK,YAAY,CAAO,IAAU,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQ,GAAwB,EAAM,UAAU,EAAM,SAAS,YAAY,EAAS,IAAwB,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,KAAK,EAAM,iBAAwB,EAAS,KAAK,KAAa,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,GAAK,CAAC,eAAa,YAAU,CAAC,IAAqB,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,GAAG,EAAU,CAAC,GAAS,GAAY,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,YAAU,kBAAgB,aAAW,WAAS,CAAC,EAAgB,CAAC,aAAW,eAAe,YAAY,UAAQ,qBAAkB,EAAQ,EAAiB,GAAuB,EAAM,GAAe,CAAC,wBAAsB,QAAM,CAAC,EAAyB,GAAmB,EAAY,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAa,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAiB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,GAAsB,EAAE,CAAO,GAAkB,EAAG,GAAkB,GAAG,IAA6B,EAAA,EAAkB,MAAY,OAAiB,EAAG,CAAC,YAAY,YAAY,CAAC,SAAS,GAAqD,KAAY,IAAM,GAAA,IAA6E,OAAvB,IAA2C,EAAK,EAAY,CAAC,GAAG,GAAU,GAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,EAAS,QAAQ,GAAM,SAAsB,EAAK,GAAW,CAAC,MAAM,GAAY,SAAsB,EAAM,EAAO,IAAI,CAAC,GAAG,EAAU,GAAG,EAAgB,UAAU,EAAG,GAAkB,iBAAiBC,EAAU,GAAY,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,IAAI,GAAK,EAAK,MAAM,CAAC,gBAAgB,eAAe,GAAG,EAAM,CAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,mBAAmB,SAAS,CAAC,UAAU,CAAC,mBAAmB,YAAY,CAAC,CAAC,EAAY,GAAgB,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAuB,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAK,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,OAAO,YAAY,SAAsB,EAAK,EAAI,CAAC,GAAG,IAAI,UAAU,+BAA+B,mBAAmB,cAAc,KAAK,QAAQ,gBAAgB,IAAI,eAAe,KAAsB,mBAAiB,SAAS,YAAY,IAAI,8uIAA8uI,mBAAmB,GAAK,EAAE,EAAe,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiB,GAAsB,mBAAiB,SAAS,YAAY,MAAM,EAAY,GAAG,EAAqB,CAAC,UAAU,CAAC,MAAM,EAAa,CAAC,UAAU,CAAC,MAAM,EAAa,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,aAA8B,mBAAiB,SAAS,sBAAsB,KAAK,aAAa,SAAsB,EAAKF,EAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,EAAiB,KAAK,aAAa,UAAU,qBAAqB,UAAU,QAAQ,MAAM,OAAO,UAAU,qBAAqB,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,OAAO,CAAC,UAAU,CAAC,UAAU,OAAO,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,MAA4B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,kBAAkB,GAAmB,SAAsB,EAAK,EAAe,CAAC,MAAM,CAAC,MAAM,qBAAqB,KAAK,GAAG,KAAK,UAAU,CAAC,UAAU,yBAAyB,KAAK,CAAC,WAAW,uEAAuE,SAAS,OAAO,cAAc,MAAM,WAAW,QAAQ,CAAC,OAAO,OAAO,KAAK,CAAC,MAAM,qBAAqB,KAAK,GAAG,KAAK,UAAU,CAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,yBAAyB,OAAO,EAAE,MAAM,QAAQ,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,GAAK,CAAC,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,iBAAiB,GAAM,cAAc,GAAG,eAAe,GAAG,MAAM,CAAC,MAAM,OAAO,CAAC,UAAU,mBAAmB,MAAM,OAAO,EAAE,EAAE,EAAE,CAAC,EAAe,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,EAAE,CAAC,kBAAkB,GAAmB,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,CAAc,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA4B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,SAAsB,EAAKC,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAc,GAAG,OAAO,GAAM,MAAM,OAAO,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,KAAK,EAAc,GAAG,QAAQ,YAAY,CAAC,UAAU,CAAC,KAAK,EAAc,GAAG,QAAQ,YAAY,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,SAAsB,EAAKA,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAe,GAAG,OAAO,GAAM,MAAM,EAAkB,KAAK,IAAe,gBAAgB,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,SAAsB,EAAKA,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAe,GAAG,OAAO,GAAM,MAAM,EAAkB,KAAK,IAAe,WAAW,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,SAAsB,EAAKA,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAe,GAAG,OAAO,GAAM,MAAM,EAAkB,KAAK,IAAe,iBAAiB,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,SAAsB,EAAKA,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAe,GAAG,OAAO,GAAM,MAAM,EAAkB,KAAK,IAAe,gBAAgB,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,SAAsB,EAAKA,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAe,GAAG,OAAO,GAAM,MAAM,EAAkB,KAAK,IAAe,aAAa,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,SAAsB,EAAKA,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,EAAe,GAAG,OAAO,GAAM,MAAM,UAAU,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,UAAU,CAAC,KAAK,EAAe,GAAG,QAAQ,YAAY,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,CAAC,EAAe,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAA+B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,QAAQ,EAAE,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAG,GAAQE,GAAI,CAAC,kFAAkF,kFAAkF,2RAA2R,oUAAoU,sHAAsH,8RAA8R,oYAAoY,6IAA6I,+ZAA+Z,oJAAoJ,g2BAAg2B,qGAAqG,6KAA6K,8DAA8D,6GAA6G,iIAAiI,6GAA6G,kHAAkH,0FAA0F,6GAA6G,CAQtkpB,EAAgB,EAAQ,GAAUA,GAAI,gBAA+C,EAAgB,YAAY,SAAS,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,KAAK,CAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,CAAC,aAAa,CAAC,OAAO,SAAS,YAAY,CAAC,MAAM,UAAU,KAAK,EAAY,KAAK,CAAC,EAAE,EAAS,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,sBAAsB,OAAO,SAAS,IAAI,wEAAwE,CAAC,CAAC,CAAC,GAAG,GAAmB,GAAG,GAAoB,GAAG,GAAa,CAAC,CAAC,6BAA6B,GAAK,6BCT7lB,EAAU,0BAA0B,CAAC,6BAA6B,EAAe,GAAM,CAAC,CAAC,OAAO,sBAAsB,YAAY,CAAC,sBAAsB,qCAAqC,IAAI,wEAAwE,CAAC,IAAI,wEAAwE,CAAC,CAAc,GAAI,CAAC,4eAA4e,CAAc,GAAU"}