{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/wM4ZU3zEjm23bDgwvEUl/dit5w0GINrXssRX6rhGi/AUZPOJtHj.js", "ssg:https://framerusercontent.com/modules/f74FZUyFeXG3FYgXvL9B/Mi2KAbMIZINf7KWxjyuz/VGVEqwkPj.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,Link,PathVariablesContext,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Agenda,{enumToDisplayNameFunctions}from\"https://framerusercontent.com/modules/Ao0zE7AqV5lhcF0zpyzO/El3iy8FCc8OwQUO5L9uJ/PNH_XVoQF.js\";import Card from\"https://framerusercontent.com/modules/oD2I3EfmioBLiDqnuyqW/fP3dcGtHAoZHYuHKDh4U/yKu_mc6zh.js\";const CardFonts=getFonts(Card);const cycleOrder=[\"UsncMbbBy\",\"dNhYyI2_F\",\"Xn63SZXJD\"];const serializationHash=\"framer-gzL3n\";const variantClassNames={dNhYyI2_F:\"framer-v-1hzq9lr\",UsncMbbBy:\"framer-v-1m2lrym\",Xn63SZXJD:\"framer-v-icwhuh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const isAfter=(dateString,minDateString)=>{if(typeof dateString!==\"string\"||typeof minDateString!==\"string\")return false;const date=new Date(dateString);if(isNaN(date.getTime()))return false;const minDate=new Date(minDateString);if(isNaN(minDate.getTime()))return false;return date>=minDate;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=(prequery,{UrVauUHMi})=>prequery({from:{alias:\"UsncMbbBy\",data:Agenda,type:\"Collection\"},orderBy:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"}],select:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"Y5A8_c1Bq\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"coVKpbptR\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"pFCDyCbFZ\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"O0TDoa0Gh\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"SvPRr9lgz\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"S8asGtKmf\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:UrVauUHMi},type:\"BinaryOperation\"}}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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={Desktop:\"UsncMbbBy\",Phone:\"Xn63SZXJD\",Tablet:\"dNhYyI2_F\"};const getProps=({agenda,height,id,today,width,...props})=>{return{...props,dnrrIChIP:today??props.dnrrIChIP??\"1970-01-01T00:00:00.000Z\",UrVauUHMi:agenda??props.UrVauUHMi??\"ACOzFvkUf\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UsncMbbBy\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,UrVauUHMi,dnrrIChIP,hODJmGRDCUsncMbbBy,Y5A8_c1BqUsncMbbBy,coVKpbptRUsncMbbBy,pFCDyCbFZUsncMbbBy,O0TDoa0GhUsncMbbBy,SvPRr9lgzUsncMbbBy,S8asGtKmfUsncMbbBy,idUsncMbbBy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UsncMbbBy\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1m2lrym\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"UsncMbbBy\",ref:refBinding,style:{...style},...addPropertyOverrides({dNhYyI2_F:{\"data-framer-name\":\"Tablet\"},Xn63SZXJD:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"UsncMbbBy\",data:Agenda,type:\"Collection\"},orderBy:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"}],select:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"Y5A8_c1Bq\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"coVKpbptR\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"pFCDyCbFZ\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"O0TDoa0Gh\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"SvPRr9lgz\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"S8asGtKmf\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:UrVauUHMi},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({coVKpbptR:coVKpbptRUsncMbbBy,hODJmGRDC:hODJmGRDCUsncMbbBy,id:idUsncMbbBy,O0TDoa0Gh:O0TDoa0GhUsncMbbBy,pFCDyCbFZ:pFCDyCbFZUsncMbbBy,S8asGtKmf:S8asGtKmfUsncMbbBy,SvPRr9lgz:SvPRr9lgzUsncMbbBy,Y5A8_c1Bq:Y5A8_c1BqUsncMbbBy},index)=>{Y5A8_c1BqUsncMbbBy??=\"\";pFCDyCbFZUsncMbbBy??=\"\";O0TDoa0GhUsncMbbBy??=\"\";S8asGtKmfUsncMbbBy??=\"\";const visible=isAfter(hODJmGRDCUsncMbbBy,dnrrIChIP);return /*#__PURE__*/_jsx(LayoutGroup,{id:`UsncMbbBy-${idUsncMbbBy}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y5A8_c1Bq:Y5A8_c1BqUsncMbbBy},children:visible&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Y5A8_c1Bq:Y5A8_c1BqUsncMbbBy},webPageId:\"VGVEqwkPj\"},motionChild:true,nodeId:\"kufnKgJDg\",scopeId:\"AUZPOJtHj\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rqhngg framer-124xmsv\",layoutDependency:layoutDependency,layoutId:\"kufnKgJDg\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:398,width:`max(max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 50px), 1px)`,y:(componentViewport?.y||0)+0+(0*(((componentViewport?.height||3413)-0-20)/2)+0)+0,...addPropertyOverrides({dNhYyI2_F:{y:(componentViewport?.y||0)+0+(0*(((componentViewport?.height||3131)-0-20)/2)+0)+0},Xn63SZXJD:{width:`max(max(${componentViewport?.width||\"100vw\"}, 50px), 1px)`,y:(componentViewport?.y||0)+0+(0*(((componentViewport?.height||6999)-0-20)/2)+0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a7hpnl-container\",layoutDependency:layoutDependency,layoutId:\"yiLq4RPb3-container\",nodeId:\"yiLq4RPb3\",rendersWithMotion:true,scopeId:\"AUZPOJtHj\",children:/*#__PURE__*/_jsx(Card,{AAydpWqxS:true,B1scFIYmu:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",fENoPEdqP:enumToDisplayNameFunctions[\"SvPRr9lgz\"]?.(SvPRr9lgzUsncMbbBy,activeLocale),gayPtcQjn:toResponsiveImage(coVKpbptRUsncMbbBy),height:\"100%\",id:\"yiLq4RPb3\",in09wGTV8:hODJmGRDCUsncMbbBy,IuLGFz3Qz:O0TDoa0GhUsncMbbBy,layoutId:\"yiLq4RPb3\",lIvMfyvYl:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",mPrnuq1gK:true,ok1dr7J1a:true,pFk2kxvZw:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",s_gNIw8Ns:S8asGtKmfUsncMbbBy,style:{width:\"100%\"},tEHpCZQOz:true,V4XPjNtUR:true,variant:\"d3ejJM4jy\",W4i5mpDMa:pFCDyCbFZUsncMbbBy,width:\"100%\",...addPropertyOverrides({dNhYyI2_F:{variant:\"zYT81xs2C\"},Xn63SZXJD:{variant:\"pJT9zu1WI\"}},baseVariant,gestureVariant)})})})})})})},idUsncMbbBy);})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gzL3n.framer-124xmsv, .framer-gzL3n .framer-124xmsv { display: block; }\",\".framer-gzL3n.framer-1m2lrym { display: grid; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1140px; }\",\".framer-gzL3n .framer-1rqhngg { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-gzL3n .framer-1a7hpnl-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-gzL3n.framer-v-1hzq9lr.framer-1m2lrym { width: 946px; }\",\".framer-gzL3n.framer-v-icwhuh.framer-1m2lrym { grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 557px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3413\n * @framerIntrinsicWidth 1140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dNhYyI2_F\":{\"layout\":[\"fixed\",\"auto\"]},\"Xn63SZXJD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"UrVauUHMi\":\"agenda\",\"dnrrIChIP\":\"today\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerAUZPOJtHj=withCSS(Component,css,\"framer-gzL3n\");export default FramerAUZPOJtHj;FramerAUZPOJtHj.displayName=\"Meer Agenda\";FramerAUZPOJtHj.defaultProps={height:3413,width:1140};addPropertyControls(FramerAUZPOJtHj,{variant:{options:[\"UsncMbbBy\",\"dNhYyI2_F\",\"Xn63SZXJD\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},UrVauUHMi:{dataIdentifier:\"local-module:collection/PNH_XVoQF:default\",defaultValue:\"ACOzFvkUf\",title:\"Agenda\",type:ControlType.CollectionReference},dnrrIChIP:{defaultValue:\"1970-01-01T00:00:00.000Z\",title:\"Today\",type:ControlType.Date}});addFonts(FramerAUZPOJtHj,[{explicitInter:true,fonts:[]},...CardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAUZPOJtHj\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"3413\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1140\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dNhYyI2_F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xn63SZXJD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"UrVauUHMi\\\":\\\"agenda\\\",\\\"dnrrIChIP\\\":\\\"today\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import MeerAgenda,*as MeerAgendaInfo from\"#framer/local/canvasComponent/AUZPOJtHj/AUZPOJtHj.js\";import Button from\"#framer/local/canvasComponent/DYGiUyuZL/DYGiUyuZL.js\";import NewsletterCTA from\"#framer/local/canvasComponent/RWY1IfMV6/RWY1IfMV6.js\";import PageheroCDP from\"#framer/local/canvasComponent/SjfLs2D2v/SjfLs2D2v.js\";import{withTodaysDate}from\"#framer/local/codeFile/zpMJOjT/ApplyToday.js\";import Agenda,{enumToDisplayNameFunctions}from\"#framer/local/collection/PNH_XVoQF/PNH_XVoQF.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/DR8qMjguX/DR8qMjguX.js\";import*as sharedStyle5 from\"#framer/local/css/iWFXv8klz/iWFXv8klz.js\";import*as sharedStyle4 from\"#framer/local/css/mJRBvTNrX/mJRBvTNrX.js\";import*as sharedStyle11 from\"#framer/local/css/mNou7nrP4/mNou7nrP4.js\";import*as sharedStyle10 from\"#framer/local/css/n7HbYXNKW/n7HbYXNKW.js\";import*as sharedStyle7 from\"#framer/local/css/Npd8D3Ivv/Npd8D3Ivv.js\";import*as sharedStyle2 from\"#framer/local/css/Ownaa4Ndv/Ownaa4Ndv.js\";import*as sharedStyle3 from\"#framer/local/css/UNhvwfxxA/UNhvwfxxA.js\";import*as sharedStyle9 from\"#framer/local/css/UX3j6hmSd/UX3j6hmSd.js\";import*as sharedStyle6 from\"#framer/local/css/wBiYErCPA/wBiYErCPA.js\";import*as sharedStyle8 from\"#framer/local/css/xtmdKSitf/xtmdKSitf.js\";import*as sharedStyle1 from\"#framer/local/css/xw0ZgP0dE/xw0ZgP0dE.js\";import*as sharedStyle12 from\"#framer/local/css/Zv2VKgVfV/Zv2VKgVfV.js\";import metadataProvider from\"#framer/local/webPageMetadata/VGVEqwkPj/VGVEqwkPj.js\";const PageheroCDPFonts=getFonts(PageheroCDP);const DownloadFonts=getFonts(Download);const RichTextWithFX=withFX(RichText);const MeerAgendaFonts=getFonts(MeerAgenda);const MeerAgendaWithTodaysDate1a4o1owWithMappedReactProps1a9dx6o=withMappedReactProps(withCodeBoundaryForOverrides(MeerAgenda,{nodeId:\"v6_uoGffo\",override:withTodaysDate,scopeId:\"VGVEqwkPj\"}),MeerAgendaInfo);const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const NewsletterCTAFonts=getFonts(NewsletterCTA);const breakpoints={lZ7R0OhnQ:\"(min-width: 1200px)\",miWFMy99J:\"(max-width: 859px)\",wvQ5Ij52I:\"(min-width: 860px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1HiEE\";const variantClassNames={lZ7R0OhnQ:\"framer-v-1cga4s\",miWFMy99J:\"framer-v-1rtywu8\",wvQ5Ij52I:\"framer-v-i39i5b\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const negate=value=>{return!value;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition1={delay:.1,duration:.5,ease:[.17,.44,.38,.99],type:\"tween\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"lZ7R0OhnQ\",Phone:\"miWFMy99J\",Tablet:\"wvQ5Ij52I\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lZ7R0OhnQ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"VGVEqwkPj\",data:Agenda,type:\"Collection\"},select:[{collection:\"VGVEqwkPj\",name:\"id\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"pFCDyCbFZ\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"SvPRr9lgz\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"hODJmGRDC\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"S8asGtKmf\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"coVKpbptR\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"O0TDoa0Gh\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"yOcnsIovS\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"uA21TKubF\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"mgaTMMLFh\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"HFo_eTLxG\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"Os_udsyQC\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"gXyl59Z7l\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"FrEoogFUH\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"Jl_qTgssL\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"EBeQIuVys\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"ZaX1pOhB7\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"VGVEqwkPj\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,pFCDyCbFZ=getFromCurrentRouteData(\"pFCDyCbFZ\")??\"\",hODJmGRDC=getFromCurrentRouteData(\"hODJmGRDC\"),SvPRr9lgz=getFromCurrentRouteData(\"SvPRr9lgz\"),yOcnsIovS=getFromCurrentRouteData(\"yOcnsIovS\")??\"\",coVKpbptR=getFromCurrentRouteData(\"coVKpbptR\"),M5AuLiC41,S8asGtKmf=getFromCurrentRouteData(\"S8asGtKmf\")??\"\",HFo_eTLxG=getFromCurrentRouteData(\"HFo_eTLxG\"),Os_udsyQC=getFromCurrentRouteData(\"Os_udsyQC\")??\"\",gXyl59Z7l=getFromCurrentRouteData(\"gXyl59Z7l\"),FrEoogFUH=getFromCurrentRouteData(\"FrEoogFUH\")??\"\",uA21TKubF=getFromCurrentRouteData(\"uA21TKubF\")??\"\",mgaTMMLFh=getFromCurrentRouteData(\"mgaTMMLFh\")??\"\",Jl_qTgssL=getFromCurrentRouteData(\"Jl_qTgssL\")??\"\",EBeQIuVys=getFromCurrentRouteData(\"EBeQIuVys\")??true,ZaX1pOhB7=getFromCurrentRouteData(\"ZaX1pOhB7\")??\"\",id=getFromCurrentRouteData(\"id\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=enumToDisplayNameFunctions[\"SvPRr9lgz\"]?.(SvPRr9lgz,activeLocale);const visible=negate(M5AuLiC41);const textContent1=toDateString(hODJmGRDC,{dateStyle:\"full\",locale:\"\"},activeLocaleCode);const visible1=isSet(S8asGtKmf);const visible2=isSet(HFo_eTLxG);const visible3=isSet(gXyl59Z7l);const visible4=isSet(uA21TKubF);const visible5=isSet(mgaTMMLFh);const visible6=isSet(Jl_qTgssL);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lZ7R0OhnQ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1cga4s\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i8kje\",\"data-framer-name\":\"Bodywrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+0},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+110+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bm30e2-container\",nodeId:\"Cm7lkOSgI\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{variant:\"nq6bAVcK0\"},wvQ5Ij52I:{variant:\"QmDMMjDMx\"}},children:/*#__PURE__*/_jsx(PageheroCDP,{EkXXLBpqi:true,height:\"100%\",id:\"Cm7lkOSgI\",layoutId:\"Cm7lkOSgI\",pK2zhS80_:toDateString(hODJmGRDC,{dateStyle:\"long\",locale:\"\"},activeLocaleCode),PT3n7QXRd:addImageAlt({pixelHeight:487,pixelWidth:377,src:\"https://framerusercontent.com/images/8LFaAEWEKDpzemDXKtGPbV0XE.svg\"},\"\"),rblVqb2me:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",style:{width:\"100%\"},variant:\"YdePittIET_Ai4_Vvz\",width:\"100%\",yJQzDVQh2:pFCDyCbFZ,ZBTQPuEI2:enumToDisplayNameFunctions[\"SvPRr9lgz\"]?.(SvPRr9lgz,activeLocale)})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jtj3jq\",\"data-framer-name\":\"section-content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lmczj0\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p9t7jp\",\"data-framer-name\":\"cdp-left\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"w6eWIX0jo\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"NXwd4MfR_\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yOcnsIovS,className:\"framer-673xm7\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-126vkju\",blockquote:\"framer-styles-preset-12mw7wy\",code:\"framer-styles-preset-1hr4400\",h1:\"framer-styles-preset-12zacvn\",h2:\"framer-styles-preset-t6ufq\",h3:\"framer-styles-preset-1ktc4yb\",h4:\"framer-styles-preset-7uk4ap\",h5:\"framer-styles-preset-w84wx9\",h6:\"framer-styles-preset-rj4hrb\",img:\"framer-styles-preset-1nppwij\",p:\"framer-styles-preset-1m699h8\",table:\"framer-styles-preset-1do4zty\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k7k4gy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+50+0+0+390+50+0+0+0+0+126+30),sizes:`max(min(min(1200px, ${componentViewport?.width||\"100vw\"}), 750px), 1px)`,...toResponsiveImage(coVKpbptR)}},wvQ5Ij52I:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+90+0+0+390+60+0+0+0+0+126+50),sizes:`max(min(max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 40px) / 3, 50px) * 2 + 20px, 750px), 1px)`,...toResponsiveImage(coVKpbptR)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+110+0+0+390+70+0+0+0+0+126+50),sizes:`max(min(max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 40px) / 3, 50px) * 2 + 20px, 750px), 1px)`,...toResponsiveImage(coVKpbptR)},className:\"framer-1fftxq9\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-483ymp\",\"data-framer-name\":\"cdp-right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bkkckx\",\"data-framer-name\":\"event-details\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ex0c3\",\"data-framer-name\":\"event-category\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIE1lZGl1bQ==\",\"--framer-font-family\":'\"Helvetica Neue Medium\", \"Helvetica Neue Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp en advies\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIE1lZGl1bQ==\",\"--framer-font-family\":'\"Helvetica Neue Medium\", \"Helvetica Neue Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp en advies\"})}),className:\"framer-1kujz4z\",fonts:[\"CUSTOM;Helvetica Neue Medium\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h871tx\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp bij online aangifte inkomstenbelasting  \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp bij online aangifte inkomstenbelasting  \"})}),className:\"framer-1x65y0w\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:pFCDyCbFZ,verticalAlignment:\"top\",withExternalLayout:true})})}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tz9dq5\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Saturday, March 8, 2025\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Thursday, February 27, 2025\"})}),className:\"framer-1flxue0\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})}),visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bn92lc\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"10.00 uur\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Iedere donderdag 13.00 - 14.30 uur - gratis \"})}),className:\"framer-1tlda9z\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:S8asGtKmf,verticalAlignment:\"top\",withExternalLayout:true})})}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pysrno\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-115nxcv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NQpJjOBPq\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",id:\"NQpJjOBPq\",layoutId:\"NQpJjOBPq\",srcFile:HFo_eTLxG,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-6e383410-127c-44cb-9c04-6073c8126de5, rgb(29, 97, 161))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:Os_udsyQC,width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pn0scl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sXCqCWVhW\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",id:\"sXCqCWVhW\",layoutId:\"sXCqCWVhW\",srcFile:gXyl59Z7l,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-6e383410-127c-44cb-9c04-6073c8126de5, rgb(29, 97, 161))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:FrEoogFUH,width:\"100%\"})})})]}),visible4&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13lt7mr\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})}),className:\"framer-3abji2\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:uA21TKubF,verticalAlignment:\"top\",withExternalLayout:true})})}),visible5&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mtxfhi\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})}),className:\"framer-1x4xvyu\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:mgaTMMLFh,verticalAlignment:\"top\",withExternalLayout:true})})}),visible6&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1el15xb\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"w6eWIX0jo\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"NXwd4MfR_\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Jl_qTgssL,className:\"framer-1o6nbru\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],stylesPresetsClassNames:{a:\"framer-styles-preset-126vkju\",blockquote:\"framer-styles-preset-12mw7wy\",code:\"framer-styles-preset-1hr4400\",h1:\"framer-styles-preset-12zacvn\",h2:\"framer-styles-preset-t6ufq\",h3:\"framer-styles-preset-1ktc4yb\",h4:\"framer-styles-preset-7uk4ap\",h5:\"framer-styles-preset-w84wx9\",h6:\"framer-styles-preset-rj4hrb\",img:\"framer-styles-preset-1nppwij\",p:\"framer-styles-preset-1m699h8\",table:\"framer-styles-preset-1do4zty\"},verticalAlignment:\"top\",withExternalLayout:true})})}),EBeQIuVys&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j3xoyi\",children:/*#__PURE__*/_jsx(Link,{href:ZaX1pOhB7,motionChild:true,nodeId:\"hNSpmHzFz\",openInNewTab:true,scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-widbai framer-2fy8ji\",\"data-framer-name\":\"aanmeldknop\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIE1lZGl1bQ==\",\"--framer-font-family\":'\"Helvetica Neue Medium\", \"Helvetica Neue Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-768f8bc4-1499-487e-9909-8df636681777, rgb(255, 255, 255))\"},children:\"Aanmelden\"})}),className:\"framer-4x0m04\",fonts:[\"CUSTOM;Helvetica Neue Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-a7l5s9\",\"data-framer-name\":\"arrow-yellow\",fill:\"black\",intrinsicHeight:22,intrinsicWidth:16,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16.21 22.13\"><path d=\"M0 1.88v18.53c0 1.29 1.54 2.12 2.83 1.52 5.87-2.73 10.7-6.19 12.96-8.75.44-.5.55-1.17.26-1.75C14.02 7.23 8.73 1.39 2.61.05 1.28-.23 0 .66 0 1.88Z\" style=\"fill:#f7a600\"/></svg>',withExternalLayout:true})]})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1toylc6\",\"data-framer-name\":\"section-news\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vbcvd9\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Meer uit de agenda\"})}),fonts:[\"CUSTOM;Helvetica Neue Bold\"]},wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Meer uit de agenda\"})}),fonts:[\"CUSTOM;Helvetica Neue Bold\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15i7csv\",\"data-styles-preset\":\"Zv2VKgVfV\",style:{\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Meer uit de agenda\"})}),className:\"framer-1jfy2ts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+1833+0+0+0+52},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+1372+0+0+0+60}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+110+0+0+1464+0+0+0+62,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a4o1ow-container\",nodeId:\"v6_uoGffo\",rendersWithMotion:true,scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{variant:\"Xn63SZXJD\"},wvQ5Ij52I:{variant:\"dNhYyI2_F\"}},children:/*#__PURE__*/_jsx(MeerAgendaWithTodaysDate1a4o1owWithMappedReactProps1a9dx6o,{height:\"100%\",id:\"v6_uoGffo\",layoutId:\"v6_uoGffo\",style:{width:\"100%\"},UrVauUHMi:id,variant:\"UsncMbbBy\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w94yxy\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QE8NtSN38\"},implicitPathVariables:undefined},{href:{webPageId:\"QE8NtSN38\"},implicitPathVariables:undefined},{href:{webPageId:\"QE8NtSN38\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+1833+0+0+0+72+0},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+1372+0+0+0+80+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+110+0+0+1464+0+0+0+82+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i5nx4c-container\",nodeId:\"CMe9h5Pyd\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{guOVsnmVY:resolvedLinks[2]},wvQ5Ij52I:{guOVsnmVY:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{guOVsnmVY:resolvedLinks[0],height:\"100%\",id:\"CMe9h5Pyd\",KGL1nkuNO:\"Bekijk alle activiteiten\",layoutId:\"CMe9h5Pyd\",MMVaxRaXv:false,variant:\"JzJanAmXI\",width:\"100%\"})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+2007},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+1534}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,y:(componentViewport?.y||0)+110+0+0+1648,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lspfz7-container\",nodeId:\"F9I5XoVyv\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{variant:\"yPpLvh5QY\"},wvQ5Ij52I:{variant:\"pWjPcDkj7\"}},children:/*#__PURE__*/_jsx(NewsletterCTA,{height:\"100%\",id:\"F9I5XoVyv\",layoutId:\"F9I5XoVyv\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"u4QJVNJCr\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1HiEE.framer-2fy8ji, .framer-1HiEE .framer-2fy8ji { display: block; }\",\".framer-1HiEE.framer-1cga4s { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 110px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-1HiEE .framer-1i8kje { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-bm30e2-container, .framer-1HiEE .framer-1a4o1ow-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1HiEE .framer-jtj3jq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 70px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1lmczj0 { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-1HiEE .framer-p9t7jp { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; grid-column: span 2; height: 100%; justify-content: flex-start; justify-self: start; max-width: 750px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-673xm7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1HiEE .framer-1k7k4gy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1fftxq9 { border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; flex: 1 0 0px; gap: 10px; height: 407px; position: relative; width: 1px; }\",\".framer-1HiEE .framer-483ymp { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: sticky; top: 100px; width: 100%; z-index: 1; }\",\".framer-1HiEE .framer-bkkckx { align-content: flex-start; align-items: flex-start; background-color: rgba(178, 52, 117, 0.15); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 35px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-1HiEE .framer-15ex0c3 { align-content: center; align-items: center; background-color: var(--token-768f8bc4-1499-487e-9909-8df636681777, #ffffff); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-1HiEE .framer-1kujz4z, .framer-1HiEE .framer-4x0m04 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1HiEE .framer-1h871tx { --border-bottom-width: 1px; --border-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1x65y0w, .framer-1HiEE .framer-1flxue0, .framer-1HiEE .framer-1tlda9z, .framer-1HiEE .framer-3abji2, .framer-1HiEE .framer-1x4xvyu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-1HiEE .framer-1tz9dq5, .framer-1HiEE .framer-1bn92lc, .framer-1HiEE .framer-13lt7mr, .framer-1HiEE .framer-1mtxfhi, .framer-1HiEE .framer-1el15xb { --border-bottom-width: 1px; --border-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1pysrno { --border-bottom-width: 1px; --border-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-115nxcv-container, .framer-1HiEE .framer-1pn0scl-container, .framer-1HiEE .framer-i5nx4c-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-1HiEE .framer-1o6nbru { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-1HiEE .framer-1j3xoyi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 160px; }\",\".framer-1HiEE .framer-widbai { align-content: center; align-items: center; background-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-1HiEE .framer-a7l5s9 { aspect-ratio: 0.7272727272727273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 16px; }\",\".framer-1HiEE .framer-1toylc6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-vbcvd9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-1HiEE .framer-1jfy2ts { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1HiEE .framer-w94yxy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1lspfz7-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,'.framer-1HiEE[data-border=\"true\"]::after, .framer-1HiEE [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; }',\"@media (min-width: 860px) and (max-width: 1199px) { .framer-1HiEE.framer-1cga4s { padding: 90px 0px 0px 0px; width: 860px; } .framer-1HiEE .framer-jtj3jq { padding: 60px 30px 80px 30px; } .framer-1HiEE .framer-1fftxq9 { height: 312px; } .framer-1HiEE .framer-bkkckx { gap: 13px; padding: 25px; } .framer-1HiEE .framer-15ex0c3, .framer-1HiEE .framer-widbai { height: 40px; padding: 0px 16px 0px 16px; } .framer-1HiEE .framer-1toylc6 { padding: 0px 30px 60px 30px; }}\",\"@media (max-width: 859px) { .framer-1HiEE.framer-1cga4s { padding: 50px 0px 0px 0px; width: 410px; } .framer-1HiEE .framer-jtj3jq { padding: 50px 15px 60px 15px; } .framer-1HiEE .framer-1lmczj0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; } .framer-1HiEE .framer-p9t7jp { align-self: unset; height: min-content; } .framer-1HiEE .framer-1k7k4gy { padding: 30px 0px 0px 0px; } .framer-1HiEE .framer-1fftxq9 { height: 268px; } .framer-1HiEE .framer-483ymp { align-self: unset; gap: 20px; position: relative; top: unset; } .framer-1HiEE .framer-bkkckx { gap: 10px; padding: 25px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2065\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wvQ5Ij52I\":{\"layout\":[\"fixed\",\"auto\"]},\"miWFMy99J\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerVGVEqwkPj=withCSS(Component,css,\"framer-1HiEE\");export default FramerVGVEqwkPj;FramerVGVEqwkPj.displayName=\"Articles Detail\";FramerVGVEqwkPj.defaultProps={height:2065,width:1200};addFonts(FramerVGVEqwkPj,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Helvetica Neue Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/jU9WF0d02oFMMgYZ1xKut1aiItI.woff2\"},{family:\"Helvetica Neue Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/UCqnuPgZfyg087otGTtUl5MUECI.woff2\"}]},...PageheroCDPFonts,...DownloadFonts,...MeerAgendaFonts,...ButtonFonts,...NewsletterCTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"NXwd4MfR_\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"NXwd4MfR_\"]):[],...componentPresets.fonts?.[\"w6eWIX0jo\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"w6eWIX0jo\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVGVEqwkPj\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"2065\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wvQ5Ij52I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"miWFMy99J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "AUZPOJtHj_exports", "__export", "__FramerMetadata__", "AUZPOJtHj_default", "CardFonts", "getFonts", "yKu_mc6zh_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isAfter", "dateString", "minDateString", "date", "minDate", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "agenda", "height", "id", "today", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "UrVauUHMi", "dnrrIChIP", "hODJmGRDCUsncMbbBy", "Y5A8_c1BqUsncMbbBy", "coVKpbptRUsncMbbBy", "pFCDyCbFZUsncMbbBy", "O0TDoa0GhUsncMbbBy", "SvPRr9lgzUsncMbbBy", "S8asGtKmfUsncMbbBy", "idUsncMbbBy", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "addPropertyOverrides", "ChildrenCanSuspend", "PNH_XVoQF_default", "collection", "paginationInfo", "loadMore", "l", "index", "visible", "isAfter", "PathVariablesContext", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "yKu_mc6zh_default", "enumToDisplayNameFunctions", "toResponsiveImage", "css", "FramerAUZPOJtHj", "withCSS", "AUZPOJtHj_default", "addPropertyControls", "ControlType", "addFonts", "CardFonts", "__FramerMetadata__", "PageheroCDPFonts", "getFonts", "SjfLs2D2v_default", "DownloadFonts", "Download", "RichTextWithFX", "withFX", "RichText", "MeerAgendaFonts", "AUZPOJtHj_default", "MeerAgendaWithTodaysDate1a4o1owWithMappedReactProps1a9dx6o", "withMappedReactProps", "withCodeBoundaryForOverrides", "withTodaysDate", "AUZPOJtHj_exports", "ButtonFonts", "DYGiUyuZL_default", "MotionDivWithFX", "motion", "NewsletterCTAFonts", "RWY1IfMV6_default", "breakpoints", "serializationHash", "variantClassNames", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "addImageAlt", "image", "alt", "toResponsiveImage", "negate", "isSet", "animation", "transition1", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "PNH_XVoQF_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "pFCDyCbFZ", "hODJmGRDC", "SvPRr9lgz", "yOcnsIovS", "coVKpbptR", "M5AuLiC41", "S8asGtKmf", "HFo_eTLxG", "Os_udsyQC", "gXyl59Z7l", "FrEoogFUH", "uA21TKubF", "mgaTMMLFh", "Jl_qTgssL", "EBeQIuVys", "ZaX1pOhB7", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "enumToDisplayNameFunctions", "visible", "textContent1", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "SjfLs2D2v_default", "ComponentPresetsProvider", "RichText", "getLoadingLazyAtYPosition", "Image2", "x", "Download", "Link", "SVG", "RichTextWithFX", "MeerAgendaWithTodaysDate1a4o1owWithMappedReactProps1a9dx6o", "MotionDivWithFX", "ResolveLinks", "resolvedLinks", "DYGiUyuZL_default", "RWY1IfMV6_default", "css", "FramerVGVEqwkPj", "withCSS", "VGVEqwkPj_default", "addFonts", "PageheroCDPFonts", "DownloadFonts", "MeerAgendaFonts", "ButtonFonts", "NewsletterCTAFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
