{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/Shared-8iGD.js", "ssg:https://framerusercontent.com/modules/WG7j109B8jRxLbUu4MYP/7LPXiK6eY9YhfscT36xl/RandomItemSelector.js", "ssg:https://framerusercontent.com/modules/JyKl64E5Kds2dnjxJyFZ/P0QPgfP4475UhZ18aolN/ceiuCro1b.js", "ssg:https://framerusercontent.com/modules/9rQqd7GVskErKlGyinag/NCXywIxSWE3LhSOXj585/GmOKg1VeW.js", "ssg:https://framerusercontent.com/modules/PQQB64Xjmlvnwz6Rhqqf/9MZSzK638OMmukRnm2Mv/vmw0pT4Gj.js", "ssg:https://framerusercontent.com/modules/YWisz3zOPpZVQGKRSiaF/7WHfo4FS0G5WA0LxPemv/Scroll_V2.js", "ssg:https://framerusercontent.com/modules/82qv2qejx08WeOl4I2O4/sdht0jMq2UYd83b3mdio/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";import{motion}from\"framer-motion\";export const borderPropertyControl=(hidden=null)=>({type:ControlType.Object,optional:true,hidden,controls:{color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}});export function Border({width,widthIsMixed,widthTop,widthRight,widthBottom,widthLeft,style,color,transition}){return /*#__PURE__*/_jsx(motion.div,{animate:{borderColor:color},style:{position:\"absolute\",inset:0,borderWidth:widthIsMixed?`${widthTop}px ${widthRight}px ${widthBottom}px ${widthLeft}px`:`${width}px`,borderStyle:style,borderRadius:\"inherit\",pointerEvents:\"none\"},initial:false,transition:transition});}export function EmptyState({title,subtitle,maxWidth=0}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",gap:16,backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:16,padding:20,minHeight:200,maxWidth:maxWidth||undefined},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,// maxWidth: 500,\nlineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}EmptyState.displayName=\"Empty State\";\nexport const __FramerMetadata__ = {\"exports\":{\"borderPropertyControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"EmptyState\":{\"type\":\"reactComponent\",\"name\":\"EmptyState\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Shared.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,// @ts-ignore\nuseQueryData}from\"framer\";import{cloneElement,useEffect,useState}from\"react\";import{EmptyState}from\"https://framer.com/m/Shared-8iGD.js\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function RandomItemSelector(props){var _collectionList__props_children,_collectionList__props,_collectionList_;const{type,layers,collectionList}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const clProps=collectionList===null||collectionList===void 0?void 0:(_collectionList_=collectionList[0])===null||_collectionList_===void 0?void 0:(_collectionList__props=_collectionList_.props)===null||_collectionList__props===void 0?void 0:(_collectionList__props_children=_collectionList__props.children)===null||_collectionList__props_children===void 0?void 0:_collectionList__props_children.props;const data=(clProps===null||clProps===void 0?void 0:clProps.query)?useQueryData(clProps.query):[];const[layer,setLayer]=useState(null);useEffect(()=>{let randomLayer=null;switch(type){case\"array\":randomLayer=random(layers);break;case\"cms\":if(data){randomLayer=random(clProps===null||clProps===void 0?void 0:clProps.children(data));}break;}if(randomLayer){var _randomLayer_props;setLayer(/*#__PURE__*/cloneElement(randomLayer,{style:{...(_randomLayer_props=randomLayer.props)===null||_randomLayer_props===void 0?void 0:_randomLayer_props.style,...props.style}}));}else{setLayer(null);}},isCanvas?[type,layers,collectionList]:[]);switch(type){case\"array\":if(!(layers===null||layers===void 0?void 0:layers.length)){return /*#__PURE__*/_jsx(EmptyState,{title:\"Connect layers\",subtitle:'Use the handle on the right side of the component or the \"Layers\" menu in the properties panel to connect layers.',maxWidth:400});}break;case\"cms\":if(!(collectionList===null||collectionList===void 0?void 0:collectionList.length)){return /*#__PURE__*/_jsx(EmptyState,{title:\"Connect a CMS Collection List\",subtitle:'Use the handle on the right side of the component or the \"Collection List\" dropdown in the properties panel to a Collection List layer.',maxWidth:400});}else if(isCanvas){return /*#__PURE__*/_jsx(EmptyState,{title:\"Preview site to see random item.\",subtitle:\"The Collection List's children are not accessible to code components in the editor, so you need to run the project in the preview or published site to see it.\",maxWidth:400});}break;}return /*#__PURE__*/_jsx(\"div\",{style:{...props.style,...!layer?{minWidth:40,minHeight:40}:{}},children:layer});}RandomItemSelector.displayName=\"Random Item Selector\";addPropertyControls(RandomItemSelector,{type:{type:ControlType.Enum,defaultValue:\"array\",options:[\"array\",\"cms\"],optionTitles:[\"Array\",\"CMS Collection\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},layers:{type:ControlType.Array,control:{type:ControlType.ComponentInstance},description:\"A random layer from this list will be displayed.\",hidden:props=>props.type!=\"array\"},collectionList:{type:ControlType.ComponentInstance,description:\"A random item from this CMS Collection List will be displayed.\",hidden:props=>props.type!=\"cms\"}});function random(array){if(!array||array.length==0){return null;}return array[Math.floor(Math.random()*array.length)];}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RandomItemSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RandomItemSelector.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Image from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";const ImageFonts=getFonts(Image);const cycleOrder=[\"rvCbKajZF\",\"BIUlbVQkV\",\"OBECGfrOn\",\"c8uUTE7KW\",\"uW9rQitfZ\",\"gx0S6pQ0I\",\"fZW3hNJML\",\"PQ93czLK3\",\"g7OWevX6u\",\"jf5sf4Poi\"];const serializationHash=\"framer-l2Kah\";const variantClassNames={BIUlbVQkV:\"framer-v-xx011o\",c8uUTE7KW:\"framer-v-cftxjj\",fZW3hNJML:\"framer-v-vsbwvp\",g7OWevX6u:\"framer-v-1oosk1b\",gx0S6pQ0I:\"framer-v-7had7c\",jf5sf4Poi:\"framer-v-1x6qn94\",OBECGfrOn:\"framer-v-8g4vz7\",PQ93czLK3:\"framer-v-1gg519k\",rvCbKajZF:\"framer-v-4gjuyt\",uW9rQitfZ:\"framer-v-1io6ynu\"};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 transition1={duration:0,type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"rvCbKajZF\",\"Variant 10\":\"jf5sf4Poi\",\"Variant 2\":\"BIUlbVQkV\",\"Variant 3\":\"OBECGfrOn\",\"Variant 4\":\"c8uUTE7KW\",\"Variant 5\":\"uW9rQitfZ\",\"Variant 6\":\"gx0S6pQ0I\",\"Variant 7\":\"fZW3hNJML\",\"Variant 8\":\"PQ93czLK3\",\"Variant 9\":\"g7OWevX6u\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"rvCbKajZF\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rvCbKajZF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearc8b44t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BIUlbVQkV\"),200);});const onAppearzqbri0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OBECGfrOn\"),200);});const onAppear1iiabtf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"c8uUTE7KW\"),200);});const onAppearta5la9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"uW9rQitfZ\"),200);});const onAppeary1wvet=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gx0S6pQ0I\"),200);});const onAppear1qkzdyz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fZW3hNJML\"),200);});const onAppear1jzgjs3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"PQ93czLK3\"),200);});const onAppearm9zrzv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"g7OWevX6u\"),200);});const onAppear16r2ix3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jf5sf4Poi\"),200);});const onAppear1b2ff9v=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rvCbKajZF\"),200);});useOnVariantChange(baseVariant,{BIUlbVQkV:onAppearzqbri0,c8uUTE7KW:onAppearta5la9,default:onAppearc8b44t,fZW3hNJML:onAppear1jzgjs3,g7OWevX6u:onAppear16r2ix3,gx0S6pQ0I:onAppear1qkzdyz,jf5sf4Poi:onAppear1b2ff9v,OBECGfrOn:onAppear1iiabtf,PQ93czLK3:onAppearm9zrzv,uW9rQitfZ:onAppeary1wvet});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4gjuyt\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rvCbKajZF\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BIUlbVQkV:{\"data-framer-name\":\"Variant 2\"},c8uUTE7KW:{\"data-framer-name\":\"Variant 4\"},fZW3hNJML:{\"data-framer-name\":\"Variant 7\"},g7OWevX6u:{\"data-framer-name\":\"Variant 9\"},gx0S6pQ0I:{\"data-framer-name\":\"Variant 6\"},jf5sf4Poi:{\"data-framer-name\":\"Variant 10\"},OBECGfrOn:{\"data-framer-name\":\"Variant 3\"},PQ93czLK3:{\"data-framer-name\":\"Variant 8\"},uW9rQitfZ:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ixd4te-container\",layoutDependency:layoutDependency,layoutId:\"GK3Wza4mc-container\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"GK3Wza4mc\",image:addImageAlt({src:\"https://framerusercontent.com/images/bgAUCGf6WnpoTJpnTk5WjvD8zjA.png\",srcSet:\"https://framerusercontent.com/images/bgAUCGf6WnpoTJpnTk5WjvD8zjA.png 600w\"},\"\"),layoutId:\"GK3Wza4mc\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({BIUlbVQkV:{image:addImageAlt({src:\"https://framerusercontent.com/images/XDeKoOcfaL9nOxCf3hFMzBX38U.png\",srcSet:\"https://framerusercontent.com/images/XDeKoOcfaL9nOxCf3hFMzBX38U.png?scale-down-to=512 512w,https://framerusercontent.com/images/XDeKoOcfaL9nOxCf3hFMzBX38U.png 1000w\"},\"\")},c8uUTE7KW:{image:addImageAlt({src:\"https://framerusercontent.com/images/g7R2k9pWnBGq0HySgTWurnVOCg8.png\",srcSet:\"https://framerusercontent.com/images/g7R2k9pWnBGq0HySgTWurnVOCg8.png?scale-down-to=512 512w,https://framerusercontent.com/images/g7R2k9pWnBGq0HySgTWurnVOCg8.png 640w\"},\"\")},fZW3hNJML:{image:addImageAlt({src:\"https://framerusercontent.com/images/VvbpdmbKIzjan3UogIeekWgcRBM.png\",srcSet:\"https://framerusercontent.com/images/VvbpdmbKIzjan3UogIeekWgcRBM.png 607w\"},\"\")},g7OWevX6u:{image:addImageAlt({src:\"https://framerusercontent.com/images/Wuy2Mh3ZJziwwRKmFEWHVbVFmo.png\",srcSet:\"https://framerusercontent.com/images/Wuy2Mh3ZJziwwRKmFEWHVbVFmo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Wuy2Mh3ZJziwwRKmFEWHVbVFmo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wuy2Mh3ZJziwwRKmFEWHVbVFmo.png 1320w\"},\"\")},gx0S6pQ0I:{image:addImageAlt({src:\"https://framerusercontent.com/images/JwhCeJ0izzbsWYXhu2T5oywcD8.png\",srcSet:\"https://framerusercontent.com/images/JwhCeJ0izzbsWYXhu2T5oywcD8.png 600w\"},\"\")},jf5sf4Poi:{image:addImageAlt({src:\"https://framerusercontent.com/images/DzWH3EyaRlr3rApGMCvTkYcdGc.png\",srcSet:\"https://framerusercontent.com/images/DzWH3EyaRlr3rApGMCvTkYcdGc.png 600w\"},\"\")},OBECGfrOn:{image:addImageAlt({src:\"https://framerusercontent.com/images/hgYUpz2hcRWGmL1LcphFfumcpI.png\",srcSet:\"https://framerusercontent.com/images/hgYUpz2hcRWGmL1LcphFfumcpI.png?scale-down-to=512 512w,https://framerusercontent.com/images/hgYUpz2hcRWGmL1LcphFfumcpI.png 800w\"},\"\")},PQ93czLK3:{image:addImageAlt({src:\"https://framerusercontent.com/images/u5UHzPkmuqzezWZVdiXh9qgf3o.png\",srcSet:\"https://framerusercontent.com/images/u5UHzPkmuqzezWZVdiXh9qgf3o.png?scale-down-to=512 512w,https://framerusercontent.com/images/u5UHzPkmuqzezWZVdiXh9qgf3o.png 600w\"},\"\")},uW9rQitfZ:{image:addImageAlt({src:\"https://framerusercontent.com/images/5KAZmC7Iyhg3KcIBQFAyqn8fHiU.png\",srcSet:\"https://framerusercontent.com/images/5KAZmC7Iyhg3KcIBQFAyqn8fHiU.png 683w\"},\"\")}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-l2Kah.framer-1hw1ail, .framer-l2Kah .framer-1hw1ail { display: block; }\",\".framer-l2Kah.framer-4gjuyt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-l2Kah .framer-ixd4te-container { flex: none; height: auto; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-l2Kah.framer-4gjuyt { gap: 0px; } .framer-l2Kah.framer-4gjuyt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-l2Kah.framer-4gjuyt > :first-child { margin-left: 0px; } .framer-l2Kah.framer-4gjuyt > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 203\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"BIUlbVQkV\":{\"layout\":[\"auto\",\"auto\"]},\"OBECGfrOn\":{\"layout\":[\"auto\",\"auto\"]},\"c8uUTE7KW\":{\"layout\":[\"auto\",\"auto\"]},\"uW9rQitfZ\":{\"layout\":[\"auto\",\"auto\"]},\"gx0S6pQ0I\":{\"layout\":[\"auto\",\"auto\"]},\"fZW3hNJML\":{\"layout\":[\"auto\",\"auto\"]},\"PQ93czLK3\":{\"layout\":[\"auto\",\"auto\"]},\"g7OWevX6u\":{\"layout\":[\"auto\",\"auto\"]},\"jf5sf4Poi\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerceiuCro1b=withCSS(Component,css,\"framer-l2Kah\");export default FramerceiuCro1b;FramerceiuCro1b.displayName=\"Cursor/Image speed carrousel\";FramerceiuCro1b.defaultProps={height:203,width:200};addPropertyControls(FramerceiuCro1b,{variant:{options:[\"rvCbKajZF\",\"BIUlbVQkV\",\"OBECGfrOn\",\"c8uUTE7KW\",\"uW9rQitfZ\",\"gx0S6pQ0I\",\"fZW3hNJML\",\"PQ93czLK3\",\"g7OWevX6u\",\"jf5sf4Poi\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerceiuCro1b,[{explicitInter:true,fonts:[]},...ImageFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerceiuCro1b\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BIUlbVQkV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OBECGfrOn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"c8uUTE7KW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uW9rQitfZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gx0S6pQ0I\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fZW3hNJML\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PQ93czLK3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"g7OWevX6u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jf5sf4Poi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"203\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ceiuCro1b.map", "// Generated by Framer (91bcfbd)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={b3RmFxFDa:{hover:true},LXmjXMmMq:{hover:true},OuJdwmyZU:{hover:true},Q4zlPhTxo:{hover:true}};const cycleOrder=[\"Q4zlPhTxo\",\"LXmjXMmMq\",\"b3RmFxFDa\",\"OuJdwmyZU\"];const serializationHash=\"framer-KTClf\";const variantClassNames={b3RmFxFDa:\"framer-v-13359ze\",LXmjXMmMq:\"framer-v-bdjpka\",OuJdwmyZU:\"framer-v-1k0xyo2\",Q4zlPhTxo:\"framer-v-t3tt6i\"};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 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 Variants=motion(React.Fragment);const humanReadableVariantMap={LeftEvents:\"OuJdwmyZU\",LeftKunstenaars:\"b3RmFxFDa\",RightEvents:\"LXmjXMmMq\",RightKunstenaars:\"Q4zlPhTxo\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Q4zlPhTxo\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Q4zlPhTxo\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-t3tt6i\",className,classNames),\"data-framer-name\":\"RightKunstenaars\",layoutDependency:layoutDependency,layoutId:\"Q4zlPhTxo\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"b3RmFxFDa-hover\":{\"data-framer-name\":undefined},\"LXmjXMmMq-hover\":{\"data-framer-name\":undefined},\"OuJdwmyZU-hover\":{\"data-framer-name\":undefined},\"Q4zlPhTxo-hover\":{\"data-framer-name\":undefined},b3RmFxFDa:{\"data-framer-name\":\"LeftKunstenaars\"},LXmjXMmMq:{\"data-framer-name\":\"RightEvents\"},OuJdwmyZU:{\"data-framer-name\":\"LeftEvents\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ham99g\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"D8S0MJ3sd\",opacity:.4,style:{opacity:.4},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 26\"><path d=\"M 58.574 14.603 L 0.317 14.549 L 0.317 11.3 L 58.574 11.219 L 50.412 2.137 L 52.492 0 L 64.015 13 L 52.492 26 L 50.412 23.685 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:3061084705,variants:{\"b3RmFxFDa-hover\":{opacity:1},\"LXmjXMmMq-hover\":{opacity:1},\"OuJdwmyZU-hover\":{opacity:1},\"Q4zlPhTxo-hover\":{opacity:1}},withExternalLayout:true,...addPropertyOverrides({\"b3RmFxFDa-hover\":{opacity:1,svgContentId:2046054805},\"LXmjXMmMq-hover\":{opacity:1,svgContentId:3208428587},\"OuJdwmyZU-hover\":{opacity:1,svgContentId:2046054805},\"Q4zlPhTxo-hover\":{opacity:1,svgContentId:3208428587},b3RmFxFDa:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 26\"><path d=\"M 5.758 14.603 L 64.015 14.549 L 64.015 11.3 L 5.758 11.219 L 13.92 2.137 L 11.839 0 L 0.317 13 L 11.839 26 L 13.92 23.685 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:543764221},OuJdwmyZU:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 26\"><path d=\"M 5.758 14.603 L 64.015 14.549 L 64.015 11.3 L 5.758 11.219 L 13.92 2.137 L 11.839 0 L 0.317 13 L 11.839 26 L 13.92 23.685 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:543764221}},baseVariant,gestureVariant)})})})})});});const css=['.framer-KTClf[data-border=\"true\"]::after, .framer-KTClf [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-KTClf.framer-l7w8jk, .framer-KTClf .framer-l7w8jk { display: block; }\",\".framer-KTClf.framer-t3tt6i { cursor: pointer; height: 26px; overflow: hidden; position: relative; width: 65px; }\",\".framer-KTClf .framer-1ham99g { flex: none; height: 26px; left: -19px; position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 65px; }\",\".framer-KTClf.framer-v-13359ze .framer-1ham99g, .framer-KTClf.framer-v-1k0xyo2 .framer-1ham99g { left: unset; right: -19px; }\",\".framer-KTClf.framer-v-t3tt6i.hover .framer-1ham99g { left: calc(50.00000000000002% - 65px / 2); }\",\".framer-KTClf.framer-v-bdjpka.hover .framer-1ham99g { left: calc(49.230769230769255% - 65px / 2); }\",\".framer-KTClf.framer-v-13359ze.hover .framer-1ham99g, .framer-KTClf.framer-v-1k0xyo2.hover .framer-1ham99g { left: calc(49.230769230769255% - 65px / 2); right: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 65\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"LXmjXMmMq\":{\"layout\":[\"fixed\",\"fixed\"]},\"b3RmFxFDa\":{\"layout\":[\"fixed\",\"fixed\"]},\"OuJdwmyZU\":{\"layout\":[\"fixed\",\"fixed\"]},\"BKTMxKVcP\":{\"layout\":[\"fixed\",\"fixed\"]},\"HSiw8YAk9\":{\"layout\":[\"fixed\",\"fixed\"]},\"I_Uz9hbg3\":{\"layout\":[\"fixed\",\"fixed\"]},\"YbQvEOUfP\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerGmOKg1VeW=withCSS(Component,css,\"framer-KTClf\");export default FramerGmOKg1VeW;FramerGmOKg1VeW.displayName=\"Buttons/Carousel arrow\";FramerGmOKg1VeW.defaultProps={height:26,width:65};addPropertyControls(FramerGmOKg1VeW,{variant:{options:[\"Q4zlPhTxo\",\"LXmjXMmMq\",\"b3RmFxFDa\",\"OuJdwmyZU\"],optionTitles:[\"RightKunstenaars\",\"RightEvents\",\"LeftKunstenaars\",\"LeftEvents\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGmOKg1VeW,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGmOKg1VeW\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"65\",\"framerIntrinsicHeight\":\"26\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LXmjXMmMq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b3RmFxFDa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OuJdwmyZU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BKTMxKVcP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HSiw8YAk9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"I_Uz9hbg3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YbQvEOUfP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GmOKg1VeW.map", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Image from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/CMTjxU9ZOEAcFpMRnZDi/QwCALuavDqiJIRcPIbvp/l71tgyVPl.js\";import ButtonsArtLabel from\"https://framerusercontent.com/modules/AuPHyZYkIUNxa2PFT6u9/tdbgxM0gbb0dn7n49HyN/OS0EzG7rj.js\";const ImageFonts=getFonts(Image);const ButtonsArtLabelFonts=getFonts(ButtonsArtLabel);const enabledGestures={m9Yi4HOPY:{hover:true}};const cycleOrder=[\"m9Yi4HOPY\",\"XxaMSI1Y5\"];const serializationHash=\"framer-2UiPU\";const variantClassNames={m9Yi4HOPY:\"framer-v-1h4jjw4\",XxaMSI1Y5:\"framer-v-1k2db8c\"};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 transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"m9Yi4HOPY\",Mobile:\"XxaMSI1Y5\"};const getProps=({cursor,discipline01,discipline02,discipline03,discipline04,discipline05,fotoKunstwerk1,height,id,link,naam,visible,visible1,visible2,visible3,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,ADMQTl0Ps:(_ref=visible3!==null&&visible3!==void 0?visible3:props.ADMQTl0Ps)!==null&&_ref!==void 0?_ref:true,Cu0yF8e9Q:(_ref1=visible1!==null&&visible1!==void 0?visible1:props.Cu0yF8e9Q)!==null&&_ref1!==void 0?_ref1:true,f5vxGybkp:discipline01!==null&&discipline01!==void 0?discipline01:props.f5vxGybkp,GfbWUBGEq:(_ref2=naam!==null&&naam!==void 0?naam:props.GfbWUBGEq)!==null&&_ref2!==void 0?_ref2:\"Naam\",lUOREnWZX:discipline03!==null&&discipline03!==void 0?discipline03:props.lUOREnWZX,LxKRglo1J:fotoKunstwerk1!==null&&fotoKunstwerk1!==void 0?fotoKunstwerk1:props.LxKRglo1J,miYlQUEfm:link!==null&&link!==void 0?link:props.miYlQUEfm,R0IMaKazE:(_ref3=visible!==null&&visible!==void 0?visible:props.R0IMaKazE)!==null&&_ref3!==void 0?_ref3:true,s1he4rlbg:discipline05!==null&&discipline05!==void 0?discipline05:props.s1he4rlbg,tOBs_KtD1:discipline02!==null&&discipline02!==void 0?discipline02:props.tOBs_KtD1,TrZG8V4Z5:(_ref4=visible2!==null&&visible2!==void 0?visible2:props.TrZG8V4Z5)!==null&&_ref4!==void 0?_ref4:true,variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"m9Yi4HOPY\",w6YexfLNu:cursor!==null&&cursor!==void 0?cursor:props.w6YexfLNu,Zs9C1gAT6:discipline04!==null&&discipline04!==void 0?discipline04:props.Zs9C1gAT6};};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,miYlQUEfm,LxKRglo1J,GfbWUBGEq,f5vxGybkp,R0IMaKazE,tOBs_KtD1,Cu0yF8e9Q,lUOREnWZX,TrZG8V4Z5,Zs9C1gAT6,ADMQTl0Ps,s1he4rlbg,w6YexfLNu,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"m9Yi4HOPY\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:miYlQUEfm,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1h4jjw4\",className,classNames)} framer-6efn0w`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"m9Yi4HOPY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"m9Yi4HOPY-hover\":{\"data-framer-name\":undefined},XxaMSI1Y5:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zt3865\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"rRYxYGdbL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-688608ad-6e05-4bf6-ae9c-3ab53f4efb84, rgb(234, 234, 234))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s9af7r-container\",\"data-framer-cursor\":w6YexfLNu,layoutDependency:layoutDependency,layoutId:\"tLY0CdVwP-container\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"tLY0CdVwP\",image:toResponsiveImage(LxKRglo1J),layoutId:\"tLY0CdVwP\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14gbcb9\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"ppautunXM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-b3dctb\",\"data-styles-preset\":\"l71tgyVPl\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0)))\"},children:\"Naam\"})}),className:\"framer-1p3zur7\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cWr1oz6T_\",style:{\"--extracted-1eung3n\":\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\"},text:GfbWUBGEq,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11zr177\",layoutDependency:layoutDependency,layoutId:\"uijKlHi5A\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-igffke-container\",layoutDependency:layoutDependency,layoutId:\"FyEGo0zuz-container\",children:/*#__PURE__*/_jsx(ButtonsArtLabel,{height:\"100%\",id:\"FyEGo0zuz\",layoutId:\"FyEGo0zuz\",M9CEPjtbL:f5vxGybkp,variant:\"BYcEvdzS7\",width:\"100%\"})})}),R0IMaKazE&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pzb5x5-container\",layoutDependency:layoutDependency,layoutId:\"TXYWCV2ow-container\",children:/*#__PURE__*/_jsx(ButtonsArtLabel,{height:\"100%\",id:\"TXYWCV2ow\",layoutId:\"TXYWCV2ow\",M9CEPjtbL:tOBs_KtD1,variant:\"BYcEvdzS7\",width:\"100%\"})})}),Cu0yF8e9Q&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ja2r1n-container\",layoutDependency:layoutDependency,layoutId:\"rjxfJX4tD-container\",children:/*#__PURE__*/_jsx(ButtonsArtLabel,{height:\"100%\",id:\"rjxfJX4tD\",layoutId:\"rjxfJX4tD\",M9CEPjtbL:lUOREnWZX,variant:\"BYcEvdzS7\",width:\"100%\"})})}),TrZG8V4Z5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7bv540-container\",layoutDependency:layoutDependency,layoutId:\"fHWILbeaY-container\",children:/*#__PURE__*/_jsx(ButtonsArtLabel,{height:\"100%\",id:\"fHWILbeaY\",layoutId:\"fHWILbeaY\",M9CEPjtbL:Zs9C1gAT6,variant:\"BYcEvdzS7\",width:\"100%\"})})}),ADMQTl0Ps&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-24l6je-container\",layoutDependency:layoutDependency,layoutId:\"Zf1VQwMPS-container\",children:/*#__PURE__*/_jsx(ButtonsArtLabel,{height:\"100%\",id:\"Zf1VQwMPS\",layoutId:\"Zf1VQwMPS\",M9CEPjtbL:s1he4rlbg,variant:\"BYcEvdzS7\",width:\"100%\"})})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2UiPU.framer-6efn0w, .framer-2UiPU .framer-6efn0w { display: block; }\",\".framer-2UiPU.framer-1h4jjw4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 400px; }\",\".framer-2UiPU .framer-zt3865 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2UiPU .framer-s9af7r-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-2UiPU .framer-14gbcb9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-2UiPU .framer-1p3zur7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2UiPU .framer-11zr177 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2UiPU .framer-igffke-container, .framer-2UiPU .framer-pzb5x5-container, .framer-2UiPU .framer-ja2r1n-container, .framer-2UiPU .framer-7bv540-container, .framer-2UiPU .framer-24l6je-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2UiPU.framer-1h4jjw4, .framer-2UiPU .framer-zt3865, .framer-2UiPU .framer-14gbcb9, .framer-2UiPU .framer-11zr177 { gap: 0px; } .framer-2UiPU.framer-1h4jjw4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2UiPU.framer-1h4jjw4 > :first-child, .framer-2UiPU .framer-14gbcb9 > :first-child { margin-top: 0px; } .framer-2UiPU.framer-1h4jjw4 > :last-child, .framer-2UiPU .framer-14gbcb9 > :last-child { margin-bottom: 0px; } .framer-2UiPU .framer-zt3865 > *, .framer-2UiPU .framer-11zr177 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2UiPU .framer-zt3865 > :first-child, .framer-2UiPU .framer-11zr177 > :first-child { margin-left: 0px; } .framer-2UiPU .framer-zt3865 > :last-child, .framer-2UiPU .framer-11zr177 > :last-child { margin-right: 0px; } .framer-2UiPU .framer-14gbcb9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-2UiPU.framer-v-1k2db8c.framer-1h4jjw4 { cursor: unset; width: 280px; }\",...sharedStyle.css,'.framer-2UiPU[data-border=\"true\"]::after, .framer-2UiPU [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 662\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XxaMSI1Y5\":{\"layout\":[\"fixed\",\"auto\"]},\"gLwy7a4IN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"miYlQUEfm\":\"link\",\"LxKRglo1J\":\"fotoKunstwerk1\",\"GfbWUBGEq\":\"naam\",\"f5vxGybkp\":\"discipline01\",\"R0IMaKazE\":\"visible\",\"tOBs_KtD1\":\"discipline02\",\"Cu0yF8e9Q\":\"visible1\",\"lUOREnWZX\":\"discipline03\",\"TrZG8V4Z5\":\"visible2\",\"Zs9C1gAT6\":\"discipline04\",\"ADMQTl0Ps\":\"visible3\",\"s1he4rlbg\":\"discipline05\",\"w6YexfLNu\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framervmw0pT4Gj=withCSS(Component,css,\"framer-2UiPU\");export default Framervmw0pT4Gj;Framervmw0pT4Gj.displayName=\"Cards/Kunstenaars\";Framervmw0pT4Gj.defaultProps={height:662,width:400};addPropertyControls(Framervmw0pT4Gj,{variant:{options:[\"m9Yi4HOPY\",\"XxaMSI1Y5\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},miYlQUEfm:{title:\"Link\",type:ControlType.Link},LxKRglo1J:{title:\"Foto Kunstwerk 1\",type:ControlType.ResponsiveImage},GfbWUBGEq:{defaultValue:\"Naam\",title:\"Naam\",type:ControlType.String},f5vxGybkp:{defaultValue:\"\",title:\"Discipline 01\",type:ControlType.String},R0IMaKazE:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},tOBs_KtD1:{defaultValue:\"\",title:\"Discipline 02\",type:ControlType.String},Cu0yF8e9Q:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},lUOREnWZX:{defaultValue:\"\",title:\"Discipline 03\",type:ControlType.String},TrZG8V4Z5:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},Zs9C1gAT6:{defaultValue:\"\",displayTextArea:false,title:\"Discipline 04\",type:ControlType.String},ADMQTl0Ps:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},s1he4rlbg:{defaultValue:\"\",displayTextArea:false,title:\"Discipline 05\",type:ControlType.String},w6YexfLNu:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(Framervmw0pT4Gj,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ImageFonts,...ButtonsArtLabelFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framervmw0pT4Gj\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"miYlQUEfm\\\":\\\"link\\\",\\\"LxKRglo1J\\\":\\\"fotoKunstwerk1\\\",\\\"GfbWUBGEq\\\":\\\"naam\\\",\\\"f5vxGybkp\\\":\\\"discipline01\\\",\\\"R0IMaKazE\\\":\\\"visible\\\",\\\"tOBs_KtD1\\\":\\\"discipline02\\\",\\\"Cu0yF8e9Q\\\":\\\"visible1\\\",\\\"lUOREnWZX\\\":\\\"discipline03\\\",\\\"TrZG8V4Z5\\\":\\\"visible2\\\",\\\"Zs9C1gAT6\\\":\\\"discipline04\\\",\\\"ADMQTl0Ps\\\":\\\"visible3\\\",\\\"s1he4rlbg\\\":\\\"discipline05\\\",\\\"w6YexfLNu\\\":\\\"cursor\\\"}\",\"framerIntrinsicHeight\":\"662\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XxaMSI1Y5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gLwy7a4IN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"400\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vmw0pT4Gj.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Smooth scroll function with easing\nconst smoothScrollBy=(containerId,amount,duration)=>{const container=document.getElementById(containerId);let start=container.scrollLeft;let currentTime=0;const increment=20;const animateScroll=()=>{currentTime+=increment;const val=Math.easeInOutQuad(currentTime,start,amount,duration);container.scrollLeft=val;if(currentTime<duration){setTimeout(animateScroll,increment);}};animateScroll();};// Easing function\nMath.easeInOutQuad=(t,b,c,d)=>{t/=d/2;if(t<1)return c/2*t*t+b;t--;return-c/2*(t*(t-2)-1)+b;};// Scrollable Container Overrides\nexport function KunstenaarsScrollableContainer(){return{style:{overflowX:\"auto\",display:\"flex\",flexDirection:\"row\",willChange:\"scroll-position\"}};}export function EventsScrollableContainer(){return{style:{overflowX:\"auto\",display:\"flex\",flexDirection:\"row\",willChange:\"scroll-position\"}};}// Scroll Button Overrides for Kunstenaars\nexport function KunstenaarsScrollLeft(){return{onTap:()=>{smoothScrollBy(\"kunstenaars\",-420,250);}};}export function KunstenaarsScrollRight(){return{onTap:()=>{smoothScrollBy(\"kunstenaars\",420,250);}};}// Scroll Button Overrides for Events - Make sure the ID here matches your HTML element's ID\nexport function EventsScrollLeft(){return{onTap:()=>{smoothScrollBy(\"events\",-420,250)// Adjusted to \"events\" to match expected ID case\n;}};}export function EventsScrollRight(){return{onTap:()=>{smoothScrollBy(\"events\",420,250)// Adjusted to \"events\" to match expected ID case\n;}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withKunstenaarsScrollableContainer(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...KunstenaarsScrollableContainer(props)});};}withKunstenaarsScrollableContainer.displayName=\"KunstenaarsScrollableContainer\";export function withEventsScrollableContainer(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...EventsScrollableContainer(props)});};}withEventsScrollableContainer.displayName=\"EventsScrollableContainer\";export function withKunstenaarsScrollLeft(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...KunstenaarsScrollLeft(props)});};}withKunstenaarsScrollLeft.displayName=\"KunstenaarsScrollLeft\";export function withKunstenaarsScrollRight(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...KunstenaarsScrollRight(props)});};}withKunstenaarsScrollRight.displayName=\"KunstenaarsScrollRight\";export function withEventsScrollLeft(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...EventsScrollLeft(props)});};}withEventsScrollLeft.displayName=\"EventsScrollLeft\";export function withEventsScrollRight(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...EventsScrollRight(props)});};}withEventsScrollRight.displayName=\"EventsScrollRight\";\nexport const __FramerMetadata__ = {\"exports\":{\"KunstenaarsScrollableContainer\":{\"type\":\"override\",\"name\":\"KunstenaarsScrollableContainer\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withKunstenaarsScrollableContainer\":{\"type\":\"reactHoc\",\"name\":\"withKunstenaarsScrollableContainer\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"KunstenaarsScrollLeft\":{\"type\":\"override\",\"name\":\"KunstenaarsScrollLeft\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"EventsScrollRight\":{\"type\":\"override\",\"name\":\"EventsScrollRight\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"EventsScrollableContainer\":{\"type\":\"override\",\"name\":\"EventsScrollableContainer\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withEventsScrollRight\":{\"type\":\"reactHoc\",\"name\":\"withEventsScrollRight\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withEventsScrollableContainer\":{\"type\":\"reactHoc\",\"name\":\"withEventsScrollableContainer\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withEventsScrollLeft\":{\"type\":\"reactHoc\",\"name\":\"withEventsScrollLeft\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"KunstenaarsScrollRight\":{\"type\":\"override\",\"name\":\"KunstenaarsScrollRight\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"EventsScrollLeft\":{\"type\":\"override\",\"name\":\"EventsScrollLeft\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withKunstenaarsScrollRight\":{\"type\":\"reactHoc\",\"name\":\"withKunstenaarsScrollRight\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withKunstenaarsScrollLeft\":{\"type\":\"reactHoc\",\"name\":\"withKunstenaarsScrollLeft\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scroll_V2.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import CMSItemCounter from\"https://framerusercontent.com/modules/BBUAbGx22zVBT9dNUfhp/EloIiNVxyGmTu7IVoOOS/CMSCounter.js\";import BaseForm from\"https://framerusercontent.com/modules/oAxfjU9CZilSVwpkn5I8/pSiMY8xxDuXXbWAA3DPk/BaseForm.js\";import RandomItemSelector from\"https://framerusercontent.com/modules/WG7j109B8jRxLbUu4MYP/7LPXiK6eY9YhfscT36xl/RandomItemSelector.js\";import CursorImageSpeedCarrousel from\"#framer/local/canvasComponent/ceiuCro1b/ceiuCro1b.js\";import SectionsFooter from\"#framer/local/canvasComponent/daPYG2iBl/daPYG2iBl.js\";import ButtonsCarouselArrow from\"#framer/local/canvasComponent/GmOKg1VeW/GmOKg1VeW.js\";import ButtonsLinkButton from\"#framer/local/canvasComponent/iCu1UlXLk/iCu1UlXLk.js\";import ButtonsButton from\"#framer/local/canvasComponent/kVyuHhAig/kVyuHhAig.js\";import CursorCard from\"#framer/local/canvasComponent/lrWSF4QN3/lrWSF4QN3.js\";import NavNav from\"#framer/local/canvasComponent/MO7tN3o5n/MO7tN3o5n.js\";import ButtonsArtLabel from\"#framer/local/canvasComponent/OS0EzG7rj/OS0EzG7rj.js\";import NavOverlay from\"#framer/local/canvasComponent/OTcfBqg2B/OTcfBqg2B.js\";import CardsKunstenaars from\"#framer/local/canvasComponent/vmw0pT4Gj/vmw0pT4Gj.js\";import{withEventsScrollableContainer,withEventsScrollLeft,withEventsScrollRight,withKunstenaarsScrollableContainer,withKunstenaarsScrollLeft,withKunstenaarsScrollRight}from\"#framer/local/codeFile/IpxCDQZ/Scroll_V2.js\";import EventsIntern,{enumToDisplayNameFunctions as enumToDisplayNameFunctions1}from\"#framer/local/collection/KM2zVpsWB/KM2zVpsWB.js\";import Kunst,{enumToDisplayNameFunctions}from\"#framer/local/collection/XLG8odUUx/XLG8odUUx.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle5 from\"#framer/local/css/aSIC_hFqz/aSIC_hFqz.js\";import*as sharedStyle3 from\"#framer/local/css/bSdjp6ruq/bSdjp6ruq.js\";import*as sharedStyle7 from\"#framer/local/css/CvxmxkRbE/CvxmxkRbE.js\";import*as sharedStyle8 from\"#framer/local/css/d8H2Zqewy/d8H2Zqewy.js\";import*as sharedStyle2 from\"#framer/local/css/e0Aitmi7u/e0Aitmi7u.js\";import*as sharedStyle11 from\"#framer/local/css/GCir6Rjt5/GCir6Rjt5.js\";import*as sharedStyle6 from\"#framer/local/css/JMRtPrjNm/JMRtPrjNm.js\";import*as sharedStyle9 from\"#framer/local/css/k_U6S58wM/k_U6S58wM.js\";import*as sharedStyle from\"#framer/local/css/l71tgyVPl/l71tgyVPl.js\";import*as sharedStyle4 from\"#framer/local/css/qe_dki2ll/qe_dki2ll.js\";import*as sharedStyle10 from\"#framer/local/css/QXpajVZll/QXpajVZll.js\";import*as sharedStyle1 from\"#framer/local/css/XrBcbLN0F/XrBcbLN0F.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavNavFonts=getFonts(NavNav);const NavOverlayFonts=getFonts(NavOverlay);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RandomItemSelectorFonts=getFonts(RandomItemSelector);const TickerFonts=getFonts(Ticker);const ButtonsButtonFonts=getFonts(ButtonsButton);const CMSItemCounterFonts=getFonts(CMSItemCounter);const ButtonsCarouselArrowFonts=getFonts(ButtonsCarouselArrow);const MotionDivWithKunstenaarsScrollLefthpemm8=withCodeBoundaryForOverrides(motion.div,{nodeId:\"oVNwdhbPO\",override:withKunstenaarsScrollLeft,scopeId:\"augiA20Il\"});const MotionDivWithKunstenaarsScrollRight1lkvbba=withCodeBoundaryForOverrides(motion.div,{nodeId:\"jlFxZ8oHM\",override:withKunstenaarsScrollRight,scopeId:\"augiA20Il\"});const CardsKunstenaarsFonts=getFonts(CardsKunstenaars);const MotionDivWithKunstenaarsScrollableContainer5jvz6l=withCodeBoundaryForOverrides(motion.div,{nodeId:\"rOkcjxlAE\",override:withKunstenaarsScrollableContainer,scopeId:\"augiA20Il\"});const BaseFormFonts=getFonts(BaseForm);const ImageWithFX=withFX(Image);const MotionDivWithEventsScrollLefta9lrps=withCodeBoundaryForOverrides(motion.div,{nodeId:\"Sscq5hmug\",override:withEventsScrollLeft,scopeId:\"augiA20Il\"});const MotionDivWithEventsScrollRight1j9m3xl=withCodeBoundaryForOverrides(motion.div,{nodeId:\"Np3WelJ9B\",override:withEventsScrollRight,scopeId:\"augiA20Il\"});const ButtonsArtLabelFonts=getFonts(ButtonsArtLabel);const ButtonsLinkButtonFonts=getFonts(ButtonsLinkButton);const MotionDivWithEventsScrollableContainer1xfyfrj=withCodeBoundaryForOverrides(motion.div,{nodeId:\"mDUXQPJSF\",override:withEventsScrollableContainer,scopeId:\"augiA20Il\"});const SectionsFooterFonts=getFonts(SectionsFooter);const CursorCardFonts=getFonts(CursorCard);const CursorImageSpeedCarrouselFonts=getFonts(CursorImageSpeedCarrousel);const breakpoints={a7jV6pnbq:\"(min-width: 810px) and (max-width: 1199px)\",cMZc0NJqq:\"(max-width: 809px)\",hN0weuuPk:\"(min-width: 3000px)\",WQLkyLRf1:\"(min-width: 1200px) and (max-width: 2999px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-h1dWE\";const variantClassNames={a7jV6pnbq:\"framer-v-ak5h0p\",cMZc0NJqq:\"framer-v-gp0j28\",hN0weuuPk:\"framer-v-pl20zp\",WQLkyLRf1:\"framer-v-72rtr7\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Large:\"hN0weuuPk\",Phone:\"cMZc0NJqq\",Tablet:\"a7jV6pnbq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const cursor={component:CursorCard,variant:\"Var4FYwTL\"};const transition3={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor1={component:CursorImageSpeedCarrousel,transition:transition3,variant:\"rvCbKajZF\"};const cursor2={component:CursorCard,variant:\"HZ1UNqgwB\"};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,wiT9qXGloT1LT_MLpG,WLXoWWVcET1LT_MLpG,idT1LT_MLpG,wiT9qXGlohcqRKgE6N,zNZhxYZOohcqRKgE6N,WLXoWWVcEhcqRKgE6N,ieWTdFINHhcqRKgE6N,cxJ6VZFaihcqRKgE6N,l1Z_IYgVKhcqRKgE6N,zUZmo0lVJhcqRKgE6N,ZU4ETYkEshcqRKgE6N,idhcqRKgE6N,ULVqxhN_3Ww6i6mLHQ,cZOHgX7o3Ww6i6mLHQ,clMxquG_dWw6i6mLHQ,Tqilxi0CWWw6i6mLHQ,G2okP1KSOWw6i6mLHQ,aLYlnE2r6Ww6i6mLHQ,XuA924bvTWw6i6mLHQ,wZaLunmKvWw6i6mLHQ,idWw6i6mLHQ,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const nJK0K2yMG3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onSubmittxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if([\"cMZc0NJqq\",\"hN0weuuPk\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"rOkcjxlAE\");const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const elementId1=useRouteElementId(\"mDUXQPJSF\");const ref4=React.useRef(null);const activeLocaleCode=useLocaleCode();useCustomCursors({\"1m2t712\":cursor2,\"6oua6j\":cursor1,rdmpaf:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:152,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1fdj6tb-container\",id:\"1fdj6tb\",nodeId:\"v1jq4eTiC\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{variant:overlay.visible?\"kig50x6p9\":\"BoyDc9isN\"}},children:/*#__PURE__*/_jsx(NavNav,{height:\"100%\",id:\"v1jq4eTiC\",layoutId:\"v1jq4eTiC\",nJK0K2yMG:nJK0K2yMG3bnx0g({overlay}),style:{width:\"100%\"},variant:overlay.visible?\"iHyyV0IoH\":\"ZumBDY63R\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-drmbqr\"),\"data-framer-portal-id\":\"1fdj6tb\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"sFBHa9D2G\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1ptkx0c-container\"),\"data-framer-portal-id\":\"1fdj6tb\",inComponentSlot:true,nodeId:\"UgQFa1SRq\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{variant:\"Yd4RGdZ3U\"}},children:/*#__PURE__*/_jsx(NavOverlay,{height:\"100%\",id:\"UgQFa1SRq\",layoutId:\"UgQFa1SRq\",style:{height:\"100%\",width:\"100%\"},variant:\"EowpKvcJx\",width:\"100%\"})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qlps5d\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xbiyqt-container\",\"data-framer-cursor\":\"rdmpaf\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zyjlf5tAi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RandomItemSelector,{collectionList:[],height:\"100%\",id:\"zyjlf5tAi\",layers:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"myjung-kim\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"vTOY3vF4Z\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"DQdOs9H_M\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1323,intrinsicWidth:1878,pixelHeight:2719,pixelWidth:2697,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3WhTaiq7fV0X3PiBNxv7uHtXHpg.jpg\"},className:\"framer-126rl6g framer-lux5qc\",\"data-framer-appear-id\":\"126rl6g\",\"data-framer-name\":\"HeaderImage1\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"hugo-rompa\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"rxBge7ZDC\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"Xb1VT7HGq\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3443,intrinsicWidth:4172,pixelHeight:1202,pixelWidth:1800,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/jJ7sBx1UuZy7pFXcIVQPKeshKJ4.jpg\"},className:\"framer-v28wl8 framer-lux5qc\",\"data-framer-appear-id\":\"v28wl8\",\"data-framer-name\":\"HeaderImage2\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"hilly-van-eerten\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"GTn9clVhx\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"ZoxJjvQrc\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1813,intrinsicWidth:1780,pixelHeight:4724,pixelWidth:4721,positionX:\"center\",positionY:\"bottom\",src:\"https://framerusercontent.com/images/0bUnfL7u9yvLRotdu5IzhnlU0s.jpg\"},className:\"framer-goe6fe framer-lux5qc\",\"data-framer-appear-id\":\"goe6fe\",\"data-framer-name\":\"HeaderImage3\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"dick-van-dijk\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"Zzspxv89g\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"q6eN2tZN9\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:1420,pixelWidth:1219,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ik7vn3lUAXpO57Nqnd5MsibXs2g.jpeg\"},className:\"framer-2duo0f framer-lux5qc\",\"data-framer-appear-id\":\"2duo0f\",\"data-framer-name\":\"HeaderImage4\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"jeannet-klement\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"cxCvxevCb\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"Hmhju7qLU\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:2736,pixelWidth:3648,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/cTh93oVvZ4LXGlbM0fPq77SfdqQ.jpg\"},className:\"framer-1169e6v framer-lux5qc\",\"data-framer-appear-id\":\"1169e6v\",\"data-framer-name\":\"HeaderImage5\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"liesbeth-schouten\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"dRGq_cMis\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"Wm3LAlAMV\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:1704,pixelWidth:2560,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S7mGRbQBFSzKgjRLGzbS0O82SA.png\"},className:\"framer-15wxj0p framer-lux5qc\",\"data-framer-appear-id\":\"15wxj0p\",\"data-framer-name\":\"HeaderImage6\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"jacqueline-steinhoff\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"AxyYduNr3\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"pXWimaym2\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:1446,pixelWidth:1920,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Mx7RYBkun8aCdTmy41uMJW0fxA.jpg\"},className:\"framer-zbuqiy framer-lux5qc\",\"data-framer-appear-id\":\"zbuqiy\",\"data-framer-name\":\"HeaderImage7\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"hagar-vardimon\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"AQeTY1zUK\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"QWw29JmU9\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:1008,pixelWidth:1481,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GsNKbTDltCOS1Y3hv674xXwvbfo.jpg\"},className:\"framer-cli2k1 framer-lux5qc\",\"data-framer-appear-id\":\"cli2k1\",\"data-framer-name\":\"HeaderImage8\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"ritsa-zervou\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"Zy_gJikv7\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"dglsj5qRu\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:2856,pixelWidth:3657,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mkUQ7SwXTwDiodHmOTYtUV3Hno.jpeg\"},className:\"framer-92ggbg framer-lux5qc\",\"data-framer-appear-id\":\"92ggbg\",\"data-framer-name\":\"HeaderImage9\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"ingrid-pijl\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"tU8EzZF6r\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"nN7KqP0Up\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:3806,pixelWidth:2706,positionX:\"center\",positionY:\"bottom\",src:\"https://framerusercontent.com/images/tCXRMgNazThD6hdwCTcIxOXE2xo.jpg\"},className:\"framer-1wpw1rc framer-lux5qc\",\"data-framer-appear-id\":\"1wpw1rc\",\"data-framer-name\":\"HeaderImage10\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"mieke-teelen\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"NpPyajw0O\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"EkuPykclP\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:2720,pixelWidth:2720,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/W7PbjkUgwauV8voedCRBEUfUNQs.jpg\"},className:\"framer-16ykp76 framer-lux5qc\",\"data-framer-appear-id\":\"16ykp76\",\"data-framer-name\":\"HeaderImage11\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"harry-de-dood\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"O0nc3Tb_G\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"NNL7gjlOg\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:4016,pixelWidth:4016,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sFXLAT9ELZkLG0BEXbbMkqnsrI.jpg\"},className:\"framer-vl41r framer-lux5qc\",\"data-framer-appear-id\":\"vl41r\",\"data-framer-name\":\"HeaderImage12\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"karin-marseille\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"nLTOLTe3Q\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"DU51FwQev\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:3508,pixelWidth:2480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ygh9sjH82hZuGWl1mIxSGazApYA.jpg\"},className:\"framer-kuvq6k framer-lux5qc\",\"data-framer-appear-id\":\"kuvq6k\",\"data-framer-name\":\"HeaderImage14\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"hilde-hoekstra\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"BlU9TWs56\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"C883RMGUy\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:4e3,pixelHeight:896,pixelWidth:1181,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QAp8VLYBYozCufrGxqkzRtKaAHA.jpg\"},className:\"framer-dgpck2 framer-lux5qc\",\"data-framer-appear-id\":\"dgpck2\",\"data-framer-name\":\"HeaderImage15\",initial:animation1,optimized:true})})],layoutId:\"zyjlf5tAi\",style:{height:\"100%\",width:\"100%\"},type:\"array\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-38pw89\",\"data-framer-name\":\"Spotlight\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ujftyo\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zp23zv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nnP5vQ5xP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{speed:90}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:.5,id:\"nnP5vQ5xP\",layoutId:\"nnP5vQ5xP\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PWxOnXqny\"},motionChild:true,nodeId:\"cv0uZnkcd\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1y2qdm8 framer-lux5qc\",\"data-framer-name\":\"Spotlight\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-b3dctb\",\"data-styles-preset\":\"l71tgyVPl\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Bezoek gratis onze galerie | \"}),\"woensdag t/m zondag \u2014 12:00 tot 17:00\"]})}),className:\"framer-1j4brj1\",\"data-framer-name\":\"He\u0301t digitale kunstknooppunt van Amsterdam, een platform om professionele beeldend kunstenaars en kunstliefhebbers met elkaar in contact te brengen.\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-dv5k8f\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 5 0 C 7.761 0 10 2.239 10 5 C 10 7.761 7.761 10 5 10 C 2.239 10 0 7.761 0 5 C 0 2.239 2.239 0 5 0 Z\" fill=\"#CCC\"></path></svg>',svgContentId:9772046374,withExternalLayout:true})]})})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r7xybz\",\"data-framer-name\":\"Full width text + button\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r14te0\",\"data-styles-preset\":\"e0Aitmi7u\",children:\"Platform v\\xf3\\xf3r en d\\xf3\\xf3r professionele beeldend kunstenaars in Amsterdam.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1udbkq1\",\"data-styles-preset\":\"XrBcbLN0F\",style:{\"--framer-text-color\":\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\"},children:\"Platform v\\xf3\\xf3r en d\\xf3\\xf3r professionele beeldend kunstenaars in Amsterdam.\"})}),className:\"framer-120d3ql\",\"data-framer-name\":\"He\u0301t digitale kunstknooppunt van Amsterdam, een platform om professionele beeldend kunstenaars en kunstliefhebbers met elkaar in contact te brengen.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R4hNdYKXl\"},implicitPathVariables:undefined},{href:{webPageId:\"R4hNdYKXl\"},implicitPathVariables:undefined},{href:{webPageId:\"R4hNdYKXl\"},implicitPathVariables:undefined},{href:{webPageId:\"R4hNdYKXl\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{y:(componentViewport?.y||0)+0+824+40+50}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+944+80+68,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x9h32u-container\",nodeId:\"UVpr1L9T2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{AejOplaWj:resolvedLinks[1]},cMZc0NJqq:{AejOplaWj:resolvedLinks[2]},hN0weuuPk:{AejOplaWj:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(ButtonsButton,{AejOplaWj:resolvedLinks[0],height:\"100%\",id:\"UVpr1L9T2\",JtgGck6vk:\"Meer over ons\",layoutId:\"UVpr1L9T2\",variant:\"nASQiUrLC\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-brqdfx\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-inw51n\",\"data-framer-name\":\"Full width text + button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jc2w32\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ekpzdw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-13xmagy\",\"data-styles-preset\":\"aSIC_hFqz\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HCw2bnLf_\"},motionChild:true,nodeId:\"VZwvPsFD5\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1rsuh6\",\"data-styles-preset\":\"qe_dki2ll\",children:[\"Onze\",/*#__PURE__*/_jsx(\"br\",{}),\"kunstenaars\"]})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-3ag0pa\",\"data-styles-preset\":\"bSdjp6ruq\",style:{\"--framer-text-color\":\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HCw2bnLf_\"},motionChild:true,nodeId:\"VZwvPsFD5\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsuh6\",\"data-styles-preset\":\"qe_dki2ll\",children:\"Onze kunstenaars\"})})})}),className:\"framer-32y0d0\",\"data-framer-name\":\"He\u0301t digitale kunstknooppunt van Amsterdam, een platform om professionele beeldend kunstenaars en kunstliefhebbers met elkaar in contact te brengen.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kz3dn0-container\",isModuleExternal:true,nodeId:\"cjxw0KnHF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CMSItemCounter,{collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ab6ej5\",\"data-framer-name\":\"Alle kunstenaars counter\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"T1LT_MLpG\",data:Kunst,type:\"Collection\"},select:[{collection:\"T1LT_MLpG\",name:\"wiT9qXGlo\",type:\"Identifier\"},{collection:\"T1LT_MLpG\",name:\"WLXoWWVcE\",type:\"Identifier\"},{collection:\"T1LT_MLpG\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idT1LT_MLpG,wiT9qXGlo:wiT9qXGloT1LT_MLpG,WLXoWWVcE:WLXoWWVcET1LT_MLpG},index)=>{wiT9qXGloT1LT_MLpG??=\"\";WLXoWWVcET1LT_MLpG??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`T1LT_MLpG-${idT1LT_MLpG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{wiT9qXGlo:wiT9qXGloT1LT_MLpG},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:wiT9qXGloT1LT_MLpG},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"mNCxZ1Cfx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nrwv9u framer-lux5qc\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f8u8p3\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Naam\"})}),className:\"framer-141rzqq\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],text:WLXoWWVcET1LT_MLpG,verticalAlignment:\"top\",withExternalLayout:true})})})})})},idT1LT_MLpG);})})})})})],commas:true,font:{fontFamily:'\"Basier Square Regular\", \"Basier Square Regular Placeholder\", sans-serif',fontSize:\"20px\",letterSpacing:\"0em\",lineHeight:\"1.6em\",textAlign:\"center\"},fontColor:\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\",height:\"100%\",id:\"cjxw0KnHF\",layoutId:\"cjxw0KnHF\",placeholder:150,textSelect:true,transform:{plural:false,pluralPrefix:\"\",pluralSuffix:\" items\",prefix:\"\",singularPrefix:\"\",singularSuffix:\" item\",suffix:\"\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ihdsia hidden-gp0j28 hidden-pl20zp\",children:[/*#__PURE__*/_jsx(MotionDivWithKunstenaarsScrollLefthpemm8,{className:\"framer-hpemm8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8duwtk-container\",nodeId:\"c8ym5p0WK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsCarouselArrow,{height:\"100%\",id:\"c8ym5p0WK\",layoutId:\"c8ym5p0WK\",style:{height:\"100%\",width:\"100%\"},variant:\"b3RmFxFDa\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithKunstenaarsScrollRight1lkvbba,{className:\"framer-1lkvbba\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1thzvmt-container\",nodeId:\"z8iAVSQ8O\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsCarouselArrow,{height:\"100%\",id:\"z8iAVSQ8O\",layoutId:\"z8iAVSQ8O\",style:{height:\"100%\",width:\"100%\"},variant:\"Q4zlPhTxo\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithKunstenaarsScrollableContainer5jvz6l,{className:\"framer-5jvz6l\",\"data-hide-scrollbars\":true,id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-25ju6g\",\"data-hide-scrollbars\":true,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"hcqRKgE6N\",data:Kunst,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},select:[{collection:\"hcqRKgE6N\",name:\"wiT9qXGlo\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"zNZhxYZOo\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"WLXoWWVcE\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"ieWTdFINH\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"cxJ6VZFai\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"l1Z_IYgVK\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"zUZmo0lVJ\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"ZU4ETYkEs\",type:\"Identifier\"},{collection:\"hcqRKgE6N\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({cxJ6VZFai:cxJ6VZFaihcqRKgE6N,id:idhcqRKgE6N,ieWTdFINH:ieWTdFINHhcqRKgE6N,l1Z_IYgVK:l1Z_IYgVKhcqRKgE6N,wiT9qXGlo:wiT9qXGlohcqRKgE6N,WLXoWWVcE:WLXoWWVcEhcqRKgE6N,zNZhxYZOo:zNZhxYZOohcqRKgE6N,ZU4ETYkEs:ZU4ETYkEshcqRKgE6N,zUZmo0lVJ:zUZmo0lVJhcqRKgE6N},index1)=>{wiT9qXGlohcqRKgE6N??=\"\";WLXoWWVcEhcqRKgE6N??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`hcqRKgE6N-${idhcqRKgE6N}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{wiT9qXGlo:wiT9qXGlohcqRKgE6N},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{wiT9qXGlo:wiT9qXGlohcqRKgE6N},webPageId:\"JUwBUTXrE\"},implicitPathVariables:undefined},{href:{pathVariables:{wiT9qXGlo:wiT9qXGlohcqRKgE6N},webPageId:\"JUwBUTXrE\"},implicitPathVariables:undefined},{href:{pathVariables:{wiT9qXGlo:wiT9qXGlohcqRKgE6N},webPageId:\"JUwBUTXrE\"},implicitPathVariables:undefined},{href:{pathVariables:{wiT9qXGlo:wiT9qXGlohcqRKgE6N},webPageId:\"JUwBUTXrE\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{y:(componentViewport?.y||0)+0+1211+0+80+318+0+0},cMZc0NJqq:{y:(componentViewport?.y||0)+0+1033+0+40+240+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:662,y:(componentViewport?.y||0)+0+1211+0+80+260+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dqedm0-container\",nodeId:\"Uv9JQCB1N\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{miYlQUEfm:resolvedLinks1[1]},cMZc0NJqq:{miYlQUEfm:resolvedLinks1[2],variant:\"XxaMSI1Y5\"},hN0weuuPk:{miYlQUEfm:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(CardsKunstenaars,{ADMQTl0Ps:negate(equals(ZU4ETYkEshcqRKgE6N,\"ZUjjgCsB0\")),Cu0yF8e9Q:negate(equals(l1Z_IYgVKhcqRKgE6N,\"ZUjjgCsB0\")),f5vxGybkp:enumToDisplayNameFunctions[\"ieWTdFINH\"]?.(ieWTdFINHhcqRKgE6N,activeLocale),GfbWUBGEq:WLXoWWVcEhcqRKgE6N,height:\"100%\",id:\"Uv9JQCB1N\",layoutId:\"Uv9JQCB1N\",lUOREnWZX:enumToDisplayNameFunctions[\"l1Z_IYgVK\"]?.(l1Z_IYgVKhcqRKgE6N,activeLocale),LxKRglo1J:toResponsiveImage(zNZhxYZOohcqRKgE6N),miYlQUEfm:resolvedLinks1[0],R0IMaKazE:negate(equals(cxJ6VZFaihcqRKgE6N,\"ZUjjgCsB0\")),s1he4rlbg:enumToDisplayNameFunctions[\"ZU4ETYkEs\"]?.(ZU4ETYkEshcqRKgE6N,activeLocale),tOBs_KtD1:enumToDisplayNameFunctions[\"cxJ6VZFai\"]?.(cxJ6VZFaihcqRKgE6N,activeLocale),TrZG8V4Z5:negate(equals(zUZmo0lVJhcqRKgE6N,\"ZUjjgCsB0\")),variant:\"m9Yi4HOPY\",w6YexfLNu:\"rdmpaf\",width:\"100%\",Zs9C1gAT6:enumToDisplayNameFunctions[\"zUZmo0lVJ\"]?.(zUZmo0lVJhcqRKgE6N,activeLocale)})})})})})})})},idhcqRKgE6N);})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HCw2bnLf_\"},motionChild:true,nodeId:\"RizRf9nwz\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1h184cy framer-lux5qc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-odp1e5\",\"data-framer-cursor\":\"6oua6j\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1phd8wu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r14te0\",\"data-styles-preset\":\"e0Aitmi7u\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"Ontdek\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1udbkq1\",\"data-styles-preset\":\"XrBcbLN0F\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"Ontdek\"})}),className:\"framer-18ila0s\",\"data-framer-name\":\"Ontdek\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pspdpd-container\",isModuleExternal:true,nodeId:\"X09Te6jxU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{font:{fontFamily:'\"Basier Square SemiBold\", \"Basier Square SemiBold Placeholder\", sans-serif',fontSize:\"25px\",letterSpacing:\"0em\",lineHeight:\"1.6em\",textAlign:\"center\"}}},children:/*#__PURE__*/_jsx(CMSItemCounter,{collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ab6ej5\",\"data-framer-name\":\"Alle kunstenaars counter\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"T1LT_MLpG\",data:Kunst,type:\"Collection\"},select:[{collection:\"T1LT_MLpG\",name:\"wiT9qXGlo\",type:\"Identifier\"},{collection:\"T1LT_MLpG\",name:\"WLXoWWVcE\",type:\"Identifier\"},{collection:\"T1LT_MLpG\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idT1LT_MLpG,wiT9qXGlo:wiT9qXGloT1LT_MLpG,WLXoWWVcE:WLXoWWVcET1LT_MLpG},index2)=>{wiT9qXGloT1LT_MLpG??=\"\";WLXoWWVcET1LT_MLpG??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`T1LT_MLpG-${idT1LT_MLpG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{wiT9qXGlo:wiT9qXGloT1LT_MLpG},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:wiT9qXGloT1LT_MLpG},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"mNCxZ1Cfx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nrwv9u framer-lux5qc\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f8u8p3\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Naam\"})}),className:\"framer-141rzqq\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],text:WLXoWWVcET1LT_MLpG,verticalAlignment:\"top\",withExternalLayout:true})})})})})},idT1LT_MLpG);})})})})})],commas:true,font:{fontFamily:'\"Basier Square SemiBold\", \"Basier Square SemiBold Placeholder\", sans-serif',fontSize:\"40px\",letterSpacing:\"0em\",lineHeight:\"1.6em\",textAlign:\"center\"},fontColor:\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\",height:\"100%\",id:\"X09Te6jxU\",layoutId:\"X09Te6jxU\",placeholder:150,textSelect:true,transform:{plural:false,pluralPrefix:\"\",pluralSuffix:\" items\",prefix:\"\",singularPrefix:\"\",singularSuffix:\" item\",suffix:\"\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r14te0\",\"data-styles-preset\":\"e0Aitmi7u\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"kunstenaars\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1udbkq1\",\"data-styles-preset\":\"XrBcbLN0F\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"kunstenaars\"})}),className:\"framer-sid0iy\",\"data-framer-name\":\"kunstenaars\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{y:(componentViewport?.y||0)+0+1211+0+80+318+0+40+280.5},cMZc0NJqq:{y:(componentViewport?.y||0)+0+1033+0+40+240+0+40+211.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+1211+0+80+260+0+40+280.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m8hut2-container\",nodeId:\"kSUJdYghQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsButton,{height:\"100%\",id:\"kSUJdYghQ\",JtgGck6vk:\"Bekijk meer\",layoutId:\"kSUJdYghQ\",variant:\"i9DGE0MFe\",width:\"100%\"})})})})]})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19vo76s\",\"data-framer-name\":\"Newsletter\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tainwa\",\"data-framer-name\":\"Frame 19\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1atlgor\",\"data-framer-name\":\"Frame 24\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1udbkq1\",\"data-styles-preset\":\"XrBcbLN0F\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"Nieuwsbrief\"})}),className:\"framer-3ndfhc\",\"data-framer-name\":\"Nieuws\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"Blijf op de hoogte van onze kunst en activiteiten. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"Geen spam, beloofd.\"})]}),className:\"framer-2t0rvl\",\"data-framer-name\":\"Blijf op de hoogte van onze kunst. Geen spam, beloofd.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bROYPFCfJ\"},implicitPathVariables:undefined},{href:{webPageId:\"bROYPFCfJ\"},implicitPathVariables:undefined},{href:{webPageId:\"bROYPFCfJ\"},implicitPathVariables:undefined},{href:{webPageId:\"bROYPFCfJ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1un3tlo-container\",id:\"1un3tlo\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mvTTtYSig\",ref:ref2,scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{link:resolvedLinks2[1]},cMZc0NJqq:{inputs:[{gridColumn:\"2\",label:\"\",max:\"\",min:\"\",name:\"fields[email]\",options:[],placeholder:\"E-mail\",required:true,step:0,type:\"email\",value:\"\"}],link:resolvedLinks2[2],styles:{button:{align:\"flex-start\",borderObject:{borderColor:\"rgba(255, 255, 255, 0.5)\",borderWidth:1},borderRadius:100,color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\",font:{fontFamily:'\"Basier Square SemiBold\", \"Basier Square SemiBold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},padding:14,paddingBottom:14,paddingLeft:14,paddingPerSide:false,paddingRight:14,paddingTop:14},form:{columnGap:8,columns:\"2\",fill:\"rgba(255, 255, 255, 0)\",rowGap:8},input:{borderRadius:100,color:\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\",fill:\"rgba(255, 255, 255, 0.3)\",focusObject:{focusColor:\"rgb(255, 255, 255)\",focusWidthFrom:0,focusWidthTo:1},font:{fontFamily:'\"Basier Square Regular\", \"Basier Square Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,placeholderColor:\"rgba(255, 255, 255, 0.8)\"},label:{borderRadius:0,color:\"rgb(0, 0, 0)\",fill:\"rgba(0, 0, 0, 0)\",font:{fontFamily:'\"Basier Square Regular\", \"Basier Square Regular Placeholder\", sans-serif',fontSize:\"0px\",letterSpacing:\"0em\",lineHeight:\"0.1em\"},padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0}}},hN0weuuPk:{link:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(BaseForm,{button:{label:\"Aanmelden\",shouldAppear:true},contentType:\"application/x-www-form-urlencoded\",height:\"100%\",id:\"mvTTtYSig\",inputs:[{gridColumn:\"1\",label:\"\",max:\"\",min:\"\",name:\"fields[email]\",options:[],placeholder:\"E-mail\",required:true,step:0,type:\"email\",value:\"\"}],layoutId:\"mvTTtYSig\",link:resolvedLinks2[0],method:\"get\",onSubmit:onSubmittxyyif({overlay:overlay1}),redirectAs:\"overlay\",style:{width:\"100%\"},styles:{button:{align:\"flex-end\",borderObject:{borderColor:\"rgb(255, 255, 255)\",borderWidth:1},borderRadius:100,color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\",font:{fontFamily:'\"Basier Square SemiBold\", \"Basier Square SemiBold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},padding:14,paddingBottom:14,paddingLeft:14,paddingPerSide:false,paddingRight:14,paddingTop:14},form:{columnGap:8,columns:\"2\",fill:\"rgba(255, 255, 255, 0)\",rowGap:8},input:{borderRadius:100,color:\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\",fill:\"rgba(255, 255, 255, 0.3)\",focusObject:{focusColor:\"rgb(255, 255, 255)\",focusWidthFrom:0,focusWidthTo:1},font:{fontFamily:'\"Basier Square Regular\", \"Basier Square Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,placeholderColor:\"rgba(255, 255, 255, 0.8)\"},label:{borderRadius:0,color:\"rgb(0, 0, 0)\",fill:\"rgba(0, 0, 0, 0)\",font:{fontFamily:'\"Basier Square Regular\", \"Basier Square Regular Placeholder\", sans-serif',fontSize:\"0px\",letterSpacing:\"0em\",lineHeight:\"0.1em\"},padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0}},url:\"https://assets.mailerlite.com/jsonp/823678/forms/113729561610422076/subscribe\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref2,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1un3tlo\",offsetX:0,offsetY:-14,onDismiss:overlay1.hide,placement:\"top\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation3,className:\"framer-1h2f7ea\",exit:animation2,initial:animation4,ref:ref3,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Je bent succesvol aangemeld!\"})}),className:\"framer-1a7rg2n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})})]}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wiT9qXGlo:\"berthe-lemmens\"},unresolvedPathSlugs:{wiT9qXGlo:{collectionId:\"XLG8odUUx\",collectionItemId:\"wethdsGzL\"}},webPageId:\"JUwBUTXrE\"},motionChild:true,nodeId:\"ZbwUHgX28\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-pkufib framer-lux5qc\",\"data-framer-cursor\":\"rdmpaf\",\"data-framer-name\":\"Wrapper IMG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3324,intrinsicWidth:2431,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2351+80+-100),pixelHeight:3324,pixelWidth:2431,src:\"https://framerusercontent.com/images/Y5h1eCEIhOgwYHiUKh1g66FkYSM.jpg\"}},cMZc0NJqq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3324,intrinsicWidth:2431,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2015+80+424+0),pixelHeight:3324,pixelWidth:2431,src:\"https://framerusercontent.com/images/Y5h1eCEIhOgwYHiUKh1g66FkYSM.jpg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:95,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3324,intrinsicWidth:2431,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2293+80+-100),pixelHeight:3324,pixelWidth:2431,src:\"https://framerusercontent.com/images/Y5h1eCEIhOgwYHiUKh1g66FkYSM.jpg\"},className:\"framer-btabxk\",\"data-framer-name\":\"Image\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pp6q15\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ocg3df\",\"data-framer-name\":\"Full width text + button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-koy715\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-13xmagy\",\"data-styles-preset\":\"aSIC_hFqz\",style:{\"--framer-text-color\":\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\"},children:[\"Nu & v\",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y0RCwohOj\"},motionChild:true,nodeId:\"I0VsqqUX8\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsuh6\",\"data-styles-preset\":\"qe_dki2ll\",children:\"erwacht\"})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-3ag0pa\",\"data-styles-preset\":\"bSdjp6ruq\",style:{\"--framer-text-color\":\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\"},children:[\"Nu & v\",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y0RCwohOj\"},motionChild:true,nodeId:\"I0VsqqUX8\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsuh6\",\"data-styles-preset\":\"qe_dki2ll\",children:\"erwacht\"})})]})}),className:\"framer-cubei4\",\"data-framer-name\":\"He\u0301t digitale kunstknooppunt van Amsterdam, een platform om professionele beeldend kunstenaars en kunstliefhebbers met elkaar in contact te brengen.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s12ea2 hidden-gp0j28 hidden-pl20zp\",children:[/*#__PURE__*/_jsx(MotionDivWithEventsScrollLefta9lrps,{className:\"framer-a9lrps\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cecbv9-container\",nodeId:\"g9rijQwnz\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsCarouselArrow,{height:\"100%\",id:\"g9rijQwnz\",layoutId:\"g9rijQwnz\",style:{height:\"100%\",width:\"100%\"},variant:\"OuJdwmyZU\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithEventsScrollRight1j9m3xl,{className:\"framer-1j9m3xl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-139bjzs-container\",nodeId:\"QrtKBjyHj\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsCarouselArrow,{height:\"100%\",id:\"QrtKBjyHj\",layoutId:\"QrtKBjyHj\",style:{height:\"100%\",width:\"100%\"},variant:\"LXmjXMmMq\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithEventsScrollableContainer1xfyfrj,{className:\"framer-1xfyfrj\",\"data-hide-scrollbars\":true,id:elementId1,ref:ref4,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-167ymu0\",\"data-hide-scrollbars\":true,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Ww6i6mLHQ\",data:EventsIntern,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"Ww6i6mLHQ\",name:\"ULVqxhN_3\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"cZOHgX7o3\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"clMxquG_d\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"Tqilxi0CW\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"G2okP1KSO\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"aLYlnE2r6\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"XuA924bvT\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"wZaLunmKv\",type:\"Identifier\"},{collection:\"Ww6i6mLHQ\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({aLYlnE2r6:aLYlnE2r6Ww6i6mLHQ,clMxquG_d:clMxquG_dWw6i6mLHQ,cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ,G2okP1KSO:G2okP1KSOWw6i6mLHQ,id:idWw6i6mLHQ,Tqilxi0CW:Tqilxi0CWWw6i6mLHQ,ULVqxhN_3:ULVqxhN_3Ww6i6mLHQ,wZaLunmKv:wZaLunmKvWw6i6mLHQ,XuA924bvT:XuA924bvTWw6i6mLHQ},index3)=>{cZOHgX7o3Ww6i6mLHQ??=\"\";clMxquG_dWw6i6mLHQ??=\"\";XuA924bvTWw6i6mLHQ??=\"\";wZaLunmKvWw6i6mLHQ??=true;const visible=negate(equals(Tqilxi0CWWw6i6mLHQ,\"tyz2lV0jb\"));const textContent=toDateString(G2okP1KSOWw6i6mLHQ,{dateStyle:\"short\",locale:\"nl\"},activeLocaleCode);const visible1=negate(equals(aLYlnE2r6Ww6i6mLHQ,\"2000-01-01T00:00:00.000Z\"));const textContent1=toDateString(aLYlnE2r6Ww6i6mLHQ,{dateStyle:\"short\",locale:\"nl\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`Ww6i6mLHQ-${idWw6i6mLHQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nx5hj9\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},webPageId:\"tJpa_YGO6\"},motionChild:true,nodeId:\"MVeFWtEv8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2911+0+80+182+0+0+0+0),sizes:\"400px\",...toResponsiveImage(ULVqxhN_3Ww6i6mLHQ)}},cMZc0NJqq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2999+0+40+90+0+0+0+0),sizes:\"280px\",...toResponsiveImage(ULVqxhN_3Ww6i6mLHQ)}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2853+0+80+124+0+0+0+0),sizes:\"400px\",...toResponsiveImage(ULVqxhN_3Ww6i6mLHQ)},className:\"framer-7kwvfs framer-lux5qc\",\"data-framer-cursor\":\"1m2t712\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12feeqx\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y78ru9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qc4pnm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hN0weuuPk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19wu90q\",\"data-styles-preset\":\"CvxmxkRbE\",style:{\"--framer-text-color\":\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},webPageId:\"tJpa_YGO6\"},motionChild:true,nodeId:\"Y7Jpvsi4w\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsuh6\",\"data-styles-preset\":\"qe_dki2ll\",children:\"Titel\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19wu90q\",\"data-styles-preset\":\"CvxmxkRbE\",style:{\"--framer-text-color\":\"var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},webPageId:\"tJpa_YGO6\"},motionChild:true,nodeId:\"Y7Jpvsi4w\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsuh6\",\"data-styles-preset\":\"qe_dki2ll\",children:\"7x Lucas\"})})})}),className:\"framer-1qe1e7s\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],text:clMxquG_dWw6i6mLHQ,verticalAlignment:\"top\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{y:(componentViewport?.y||0)+0+2911+0+80+182+0+0+0+416+0+0+0+0+0},cMZc0NJqq:{y:(componentViewport?.y||0)+0+2999+0+40+90+0+0+0+296+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+0+2853+0+80+124+0+0+0+416+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12fgqzs-container\",nodeId:\"abSpOttsa\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsArtLabel,{height:\"100%\",id:\"abSpOttsa\",layoutId:\"abSpOttsa\",M9CEPjtbL:enumToDisplayNameFunctions1[\"Tqilxi0CW\"]?.(Tqilxi0CWWw6i6mLHQ,activeLocale),variant:\"BYcEvdzS7\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1owwfia\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Content\"})}),className:\"framer-x9bvtx\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"-\"})}),className:\"framer-1ew44rj\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqo03y\",\"data-styles-preset\":\"JMRtPrjNm\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Content\"})}),className:\"framer-11lyaca\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/LPTFCIP00KeG4YaFsoNu/YouTube.js:Youtube\":componentPresets.props[\"yZzgepJsc\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"WFmsxUXvP\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:XuA924bvTWw6i6mLHQ,className:\"framer-1tvlcw4\",\"data-framer-name\":\"Naam\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1rsuh6\",blockquote:\"framer-styles-preset-1ps02gt\",code:\"framer-styles-preset-1gq1gn4\",h1:\"framer-styles-preset-1tkzdsg\",h2:\"framer-styles-preset-3ag0pa\",h3:\"framer-styles-preset-1udbkq1\",h4:\"framer-styles-preset-b3dctb\",h5:\"framer-styles-preset-18s8brz\",p:\"framer-styles-preset-1uqo03y\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},webPageId:\"tJpa_YGO6\"},implicitPathVariables:undefined},{href:{pathVariables:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},webPageId:\"tJpa_YGO6\"},implicitPathVariables:undefined},{href:{pathVariables:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},webPageId:\"tJpa_YGO6\"},implicitPathVariables:undefined},{href:{pathVariables:{cZOHgX7o3:cZOHgX7o3Ww6i6mLHQ},webPageId:\"tJpa_YGO6\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{y:(componentViewport?.y||0)+0+2911+0+80+182+0+0+0+416+0+309.6},cMZc0NJqq:{y:(componentViewport?.y||0)+0+2999+0+40+90+0+0+0+296+0+309.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+2853+0+80+124+0+0+0+416+0+309.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-isfyqi-container\",nodeId:\"m0eiSHb_q\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{jsf5enC47:resolvedLinks3[1]},cMZc0NJqq:{jsf5enC47:resolvedLinks3[2]},hN0weuuPk:{jsf5enC47:resolvedLinks3[3]}},children:/*#__PURE__*/_jsx(ButtonsLinkButton,{DMVekX6yD:\"Bekijk info\",height:\"100%\",id:\"m0eiSHb_q\",jsf5enC47:resolvedLinks3[0],layoutId:\"m0eiSHb_q\",variant:\"Lhy7MAeCC\",width:\"100%\"})})})})})})]}),wZaLunmKvWw6i6mLHQ&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-k0t98i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBTcXVhcmUgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Basier Square SemiBold\", \"Basier Square SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"AFGELOPEN\"})}),className:\"framer-11qbtnw\",fonts:[\"CUSTOM;Basier Square SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})},idWw6i6mLHQ);})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hN0weuuPk:{openInNewTab:false}},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y0RCwohOj\"},motionChild:true,nodeId:\"rje1vSTyF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1fux5ox framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r14te0\",\"data-styles-preset\":\"e0Aitmi7u\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"Ontdek ook de events van onze kunstenaars\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1udbkq1\",\"data-styles-preset\":\"XrBcbLN0F\",style:{\"--framer-text-color\":\"var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, rgb(255, 255, 255))\"},children:\"Ontdek ook de events van onze kunstenaars\"})}),className:\"framer-x8bleb\",\"data-framer-name\":\"Nieuws\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{y:(componentViewport?.y||0)+0+2911+0+80+182+0+40+180.5},cMZc0NJqq:{y:(componentViewport?.y||0)+0+2999+0+40+90+0+40+111.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+2853+0+80+124+0+40+180.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-az34yz-container\",nodeId:\"MFMx8Sslw\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsButton,{height:\"100%\",id:\"MFMx8Sslw\",JtgGck6vk:\"Bekijk meer\",layoutId:\"MFMx8Sslw\",variant:\"i9DGE0MFe\",width:\"100%\"})})})})]})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7jV6pnbq:{y:(componentViewport?.y||0)+0+4019.6},cMZc0NJqq:{y:(componentViewport?.y||0)+0+3875.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:502,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3903.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uw414i-container\",nodeId:\"NKFCqMvX_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cMZc0NJqq:{variant:\"kQ23ojRdY\"}},children:/*#__PURE__*/_jsx(SectionsFooter,{height:\"100%\",id:\"NKFCqMvX_\",layoutId:\"NKFCqMvX_\",style:{width:\"100%\"},variant:\"vLvVZ2zGQ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h1dWE.framer-lux5qc, .framer-h1dWE .framer-lux5qc { display: block; }\",\".framer-h1dWE.framer-72rtr7 { 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: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-h1dWE .framer-1fdj6tb-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-h1dWE.framer-drmbqr { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-h1dWE.framer-1ptkx0c-container { flex: none; height: 100vh; left: 0px; position: fixed; top: 0px; width: 100%; }\",\".framer-h1dWE .framer-1qlps5d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 92vh; justify-content: center; overflow: hidden; padding: 140px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-1xbiyqt-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-h1dWE .framer-126rl6g, .framer-h1dWE .framer-v28wl8, .framer-h1dWE .framer-goe6fe, .framer-h1dWE .framer-2duo0f, .framer-h1dWE .framer-1169e6v, .framer-h1dWE .framer-15wxj0p, .framer-h1dWE .framer-zbuqiy, .framer-h1dWE .framer-cli2k1, .framer-h1dWE .framer-92ggbg, .framer-h1dWE .framer-1wpw1rc, .framer-h1dWE .framer-16ykp76, .framer-h1dWE .framer-vl41r, .framer-h1dWE .framer-kuvq6k, .framer-h1dWE .framer-dgpck2 { height: 600px; position: relative; text-decoration: none; width: 600px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-h1dWE .framer-38pw89 { align-content: flex-start; align-items: flex-start; background-color: var(--token-a927455d-32f4-4985-b88b-6ac708d5893a, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-1ujftyo { align-content: center; align-items: center; background-color: var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 24px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-zp23zv-container { flex: 1 0 0px; height: 24px; position: relative; width: 1px; }\",\".framer-h1dWE .framer-1y2qdm8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-h1dWE .framer-1j4brj1, .framer-h1dWE .framer-18ila0s { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-h1dWE .framer-dv5k8f { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-h1dWE .framer-r7xybz { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-120d3ql { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1420px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-h1dWE .framer-x9h32u-container, .framer-h1dWE .framer-kz3dn0-container, .framer-h1dWE .framer-1dqedm0-container, .framer-h1dWE .framer-pspdpd-container, .framer-h1dWE .framer-m8hut2-container, .framer-h1dWE .framer-12fgqzs-container, .framer-h1dWE .framer-isfyqi-container, .framer-h1dWE .framer-az34yz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-h1dWE .framer-brqdfx, .framer-h1dWE .framer-pp6q15 { 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; position: relative; width: 100%; }\",\".framer-h1dWE .framer-inw51n { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 1px; }\",\".framer-h1dWE .framer-1jc2w32 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-ekpzdw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-h1dWE .framer-32y0d0, .framer-h1dWE .framer-cubei4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1420px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-h1dWE .framer-1ab6ej5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 312px; }\",\".framer-h1dWE .framer-1nrwv9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-h1dWE .framer-f8u8p3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-h1dWE .framer-141rzqq, .framer-h1dWE .framer-1tvlcw4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-h1dWE .framer-1ihdsia, .framer-h1dWE .framer-s12ea2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-h1dWE .framer-hpemm8, .framer-h1dWE .framer-1lkvbba, .framer-h1dWE .framer-1j9m3xl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 26px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 65px; }\",\".framer-h1dWE .framer-8duwtk-container, .framer-h1dWE .framer-1thzvmt-container, .framer-h1dWE .framer-1cecbv9-container, .framer-h1dWE .framer-139bjzs-container { flex: none; height: 26px; position: relative; width: 65px; }\",\".framer-h1dWE .framer-5jvz6l, .framer-h1dWE .framer-1xfyfrj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; overflow-x: auto; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-25ju6g, .framer-h1dWE .framer-167ymu0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-h1dWE .framer-1h184cy, .framer-h1dWE .framer-1fux5ox { align-content: flex-start; align-items: flex-start; background-color: var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 400px; justify-content: center; overflow: hidden; padding: 40px; position: relative; text-decoration: none; width: 400px; }\",\".framer-h1dWE .framer-odp1e5 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-1phd8wu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 320px; }\",\".framer-h1dWE .framer-sid0iy { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-h1dWE .framer-19vo76s { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-tainwa { align-content: flex-start; align-items: flex-start; background-color: var(--token-495a5351-8bae-449c-934e-62fa23f4f2ea, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 400px; justify-content: space-between; overflow: visible; padding: 40px; position: relative; width: 400px; }\",\".framer-h1dWE .framer-1atlgor { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-3ndfhc, .framer-h1dWE .framer-2t0rvl, .framer-h1dWE .framer-x8bleb { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-h1dWE .framer-1un3tlo-container, .framer-h1dWE .framer-1uw414i-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-h1dWE .framer-1h2f7ea { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-h1dWE .framer-1a7rg2n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-h1dWE .framer-pkufib { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 400px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-h1dWE .framer-btabxk { flex: 1 0 0px; height: 600px; position: relative; width: 1px; }\",\".framer-h1dWE .framer-ocg3df { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 100px 0px; position: relative; width: 1px; }\",\".framer-h1dWE .framer-koy715 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-a9lrps { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 65px; }\",\".framer-h1dWE .framer-1nx5hj9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 400px; }\",\".framer-h1dWE .framer-7kwvfs { flex: none; height: 400px; position: relative; text-decoration: none; width: 100%; }\",\".framer-h1dWE .framer-12feeqx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-y78ru9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-qc4pnm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-h1dWE .framer-1qe1e7s { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-h1dWE .framer-1owwfia { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-h1dWE .framer-x9bvtx, .framer-h1dWE .framer-1ew44rj, .framer-h1dWE .framer-11lyaca { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-h1dWE .framer-k0t98i { -webkit-backdrop-filter: blur(20px); align-content: center; align-items: center; backdrop-filter: blur(20px); background-color: rgba(204, 204, 204, 0.5); 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: min-content; justify-content: center; left: 6px; overflow: hidden; padding: 4px 6px 4px 6px; position: absolute; top: 6px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-h1dWE .framer-11qbtnw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-h1dWE.framer-72rtr7, .framer-h1dWE .framer-1qlps5d, .framer-h1dWE .framer-38pw89, .framer-h1dWE .framer-1ujftyo, .framer-h1dWE .framer-1y2qdm8, .framer-h1dWE .framer-r7xybz, .framer-h1dWE .framer-brqdfx, .framer-h1dWE .framer-inw51n, .framer-h1dWE .framer-ekpzdw, .framer-h1dWE .framer-1ab6ej5, .framer-h1dWE .framer-1nrwv9u, .framer-h1dWE .framer-f8u8p3, .framer-h1dWE .framer-1ihdsia, .framer-h1dWE .framer-hpemm8, .framer-h1dWE .framer-1lkvbba, .framer-h1dWE .framer-5jvz6l, .framer-h1dWE .framer-25ju6g, .framer-h1dWE .framer-1h184cy, .framer-h1dWE .framer-odp1e5, .framer-h1dWE .framer-1phd8wu, .framer-h1dWE .framer-19vo76s, .framer-h1dWE .framer-1atlgor, .framer-h1dWE .framer-1h2f7ea, .framer-h1dWE .framer-pkufib, .framer-h1dWE .framer-pp6q15, .framer-h1dWE .framer-ocg3df, .framer-h1dWE .framer-s12ea2, .framer-h1dWE .framer-a9lrps, .framer-h1dWE .framer-1j9m3xl, .framer-h1dWE .framer-1xfyfrj, .framer-h1dWE .framer-167ymu0, .framer-h1dWE .framer-1nx5hj9, .framer-h1dWE .framer-12feeqx, .framer-h1dWE .framer-y78ru9, .framer-h1dWE .framer-1owwfia, .framer-h1dWE .framer-k0t98i, .framer-h1dWE .framer-1fux5ox { gap: 0px; } .framer-h1dWE.framer-72rtr7 > *, .framer-h1dWE .framer-1ab6ej5 > *, .framer-h1dWE .framer-odp1e5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-h1dWE.framer-72rtr7 > :first-child, .framer-h1dWE .framer-38pw89 > :first-child, .framer-h1dWE .framer-r7xybz > :first-child, .framer-h1dWE .framer-inw51n > :first-child, .framer-h1dWE .framer-1ab6ej5 > :first-child, .framer-h1dWE .framer-f8u8p3 > :first-child, .framer-h1dWE .framer-1h184cy > :first-child, .framer-h1dWE .framer-odp1e5 > :first-child, .framer-h1dWE .framer-1atlgor > :first-child, .framer-h1dWE .framer-1h2f7ea > :first-child, .framer-h1dWE .framer-ocg3df > :first-child, .framer-h1dWE .framer-1nx5hj9 > :first-child, .framer-h1dWE .framer-12feeqx > :first-child, .framer-h1dWE .framer-y78ru9 > :first-child, .framer-h1dWE .framer-1fux5ox > :first-child { margin-top: 0px; } .framer-h1dWE.framer-72rtr7 > :last-child, .framer-h1dWE .framer-38pw89 > :last-child, .framer-h1dWE .framer-r7xybz > :last-child, .framer-h1dWE .framer-inw51n > :last-child, .framer-h1dWE .framer-1ab6ej5 > :last-child, .framer-h1dWE .framer-f8u8p3 > :last-child, .framer-h1dWE .framer-1h184cy > :last-child, .framer-h1dWE .framer-odp1e5 > :last-child, .framer-h1dWE .framer-1atlgor > :last-child, .framer-h1dWE .framer-1h2f7ea > :last-child, .framer-h1dWE .framer-ocg3df > :last-child, .framer-h1dWE .framer-1nx5hj9 > :last-child, .framer-h1dWE .framer-12feeqx > :last-child, .framer-h1dWE .framer-y78ru9 > :last-child, .framer-h1dWE .framer-1fux5ox > :last-child { margin-bottom: 0px; } .framer-h1dWE .framer-1qlps5d > *, .framer-h1dWE .framer-hpemm8 > *, .framer-h1dWE .framer-1lkvbba > *, .framer-h1dWE .framer-1j9m3xl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-h1dWE .framer-1qlps5d > :first-child, .framer-h1dWE .framer-1ujftyo > :first-child, .framer-h1dWE .framer-1y2qdm8 > :first-child, .framer-h1dWE .framer-brqdfx > :first-child, .framer-h1dWE .framer-ekpzdw > :first-child, .framer-h1dWE .framer-1nrwv9u > :first-child, .framer-h1dWE .framer-1ihdsia > :first-child, .framer-h1dWE .framer-hpemm8 > :first-child, .framer-h1dWE .framer-1lkvbba > :first-child, .framer-h1dWE .framer-5jvz6l > :first-child, .framer-h1dWE .framer-25ju6g > :first-child, .framer-h1dWE .framer-1phd8wu > :first-child, .framer-h1dWE .framer-19vo76s > :first-child, .framer-h1dWE .framer-pkufib > :first-child, .framer-h1dWE .framer-pp6q15 > :first-child, .framer-h1dWE .framer-s12ea2 > :first-child, .framer-h1dWE .framer-a9lrps > :first-child, .framer-h1dWE .framer-1j9m3xl > :first-child, .framer-h1dWE .framer-1xfyfrj > :first-child, .framer-h1dWE .framer-167ymu0 > :first-child, .framer-h1dWE .framer-1owwfia > :first-child, .framer-h1dWE .framer-k0t98i > :first-child { margin-left: 0px; } .framer-h1dWE .framer-1qlps5d > :last-child, .framer-h1dWE .framer-1ujftyo > :last-child, .framer-h1dWE .framer-1y2qdm8 > :last-child, .framer-h1dWE .framer-brqdfx > :last-child, .framer-h1dWE .framer-ekpzdw > :last-child, .framer-h1dWE .framer-1nrwv9u > :last-child, .framer-h1dWE .framer-1ihdsia > :last-child, .framer-h1dWE .framer-hpemm8 > :last-child, .framer-h1dWE .framer-1lkvbba > :last-child, .framer-h1dWE .framer-5jvz6l > :last-child, .framer-h1dWE .framer-25ju6g > :last-child, .framer-h1dWE .framer-1phd8wu > :last-child, .framer-h1dWE .framer-19vo76s > :last-child, .framer-h1dWE .framer-pkufib > :last-child, .framer-h1dWE .framer-pp6q15 > :last-child, .framer-h1dWE .framer-s12ea2 > :last-child, .framer-h1dWE .framer-a9lrps > :last-child, .framer-h1dWE .framer-1j9m3xl > :last-child, .framer-h1dWE .framer-1xfyfrj > :last-child, .framer-h1dWE .framer-167ymu0 > :last-child, .framer-h1dWE .framer-1owwfia > :last-child, .framer-h1dWE .framer-k0t98i > :last-child { margin-right: 0px; } .framer-h1dWE .framer-38pw89 > *, .framer-h1dWE .framer-r7xybz > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-h1dWE .framer-1ujftyo > *, .framer-h1dWE .framer-brqdfx > *, .framer-h1dWE .framer-pkufib > *, .framer-h1dWE .framer-pp6q15 > *, .framer-h1dWE .framer-a9lrps > *, .framer-h1dWE .framer-1owwfia > *, .framer-h1dWE .framer-k0t98i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-h1dWE .framer-1y2qdm8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-h1dWE .framer-inw51n > *, .framer-h1dWE .framer-ocg3df > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-h1dWE .framer-ekpzdw > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-h1dWE .framer-1nrwv9u > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-h1dWE .framer-f8u8p3 > *, .framer-h1dWE .framer-1h2f7ea > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-h1dWE .framer-1ihdsia > *, .framer-h1dWE .framer-s12ea2 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-h1dWE .framer-5jvz6l > *, .framer-h1dWE .framer-25ju6g > *, .framer-h1dWE .framer-1xfyfrj > *, .framer-h1dWE .framer-167ymu0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-h1dWE .framer-1h184cy > *, .framer-h1dWE .framer-1fux5ox > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-h1dWE .framer-1phd8wu > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-h1dWE .framer-19vo76s > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-h1dWE .framer-1atlgor > *, .framer-h1dWE .framer-1nx5hj9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-h1dWE .framer-12feeqx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-h1dWE .framer-y78ru9 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-h1dWE[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-h1dWE [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-h1dWE[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-h1dWE [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-h1dWE[data-hide-scrollbars=\"true\"], .framer-h1dWE [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-h1dWE.framer-72rtr7 { width: 810px; } .framer-h1dWE .framer-1qlps5d { padding: 80px 40px 0px 40px; } .framer-h1dWE .framer-1jc2w32, .framer-h1dWE .framer-koy715 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-h1dWE .framer-ekpzdw { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-h1dWE .framer-1jc2w32, .framer-h1dWE .framer-koy715 { gap: 0px; } .framer-h1dWE .framer-1jc2w32 > *, .framer-h1dWE .framer-koy715 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-h1dWE .framer-1jc2w32 > :first-child, .framer-h1dWE .framer-koy715 > :first-child { margin-top: 0px; } .framer-h1dWE .framer-1jc2w32 > :last-child, .framer-h1dWE .framer-koy715 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-h1dWE.framer-72rtr7 { width: 390px; } .framer-h1dWE .framer-1qlps5d { height: 80vh; padding: 100px 20px 0px 20px; } .framer-h1dWE .framer-38pw89, .framer-h1dWE .framer-5jvz6l, .framer-h1dWE .framer-1xfyfrj { padding: 0px 20px 0px 20px; } .framer-h1dWE .framer-r7xybz { padding: 40px 20px 80px 20px; } .framer-h1dWE .framer-inw51n { gap: 40px; padding: 40px 0px 40px 0px; } .framer-h1dWE .framer-1jc2w32, .framer-h1dWE .framer-koy715 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: flex-start; padding: 0px 20px 0px 20px; } .framer-h1dWE .framer-ekpzdw { align-content: flex-end; align-items: flex-end; flex: none; width: 100%; } .framer-h1dWE .framer-1h184cy, .framer-h1dWE .framer-1fux5ox { height: 280px; width: 280px; } .framer-h1dWE .framer-odp1e5 { align-content: flex-start; align-items: flex-start; } .framer-h1dWE .framer-1phd8wu, .framer-h1dWE .framer-tainwa { width: 100%; } .framer-h1dWE .framer-sid0iy { white-space: pre; width: auto; } .framer-h1dWE .framer-19vo76s { flex-direction: column; padding: 80px 20px 80px 20px; } .framer-h1dWE .framer-pkufib { flex: none; width: 100%; } .framer-h1dWE .framer-btabxk { height: 400px; } .framer-h1dWE .framer-ocg3df { gap: 40px; padding: 40px 0px 120px 0px; } .framer-h1dWE .framer-1nx5hj9 { width: 280px; } .framer-h1dWE .framer-7kwvfs { height: 280px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-h1dWE .framer-inw51n, .framer-h1dWE .framer-1jc2w32, .framer-h1dWE .framer-19vo76s, .framer-h1dWE .framer-ocg3df, .framer-h1dWE .framer-koy715 { gap: 0px; } .framer-h1dWE .framer-inw51n > *, .framer-h1dWE .framer-ocg3df > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-h1dWE .framer-inw51n > :first-child, .framer-h1dWE .framer-1jc2w32 > :first-child, .framer-h1dWE .framer-19vo76s > :first-child, .framer-h1dWE .framer-ocg3df > :first-child, .framer-h1dWE .framer-koy715 > :first-child { margin-top: 0px; } .framer-h1dWE .framer-inw51n > :last-child, .framer-h1dWE .framer-1jc2w32 > :last-child, .framer-h1dWE .framer-19vo76s > :last-child, .framer-h1dWE .framer-ocg3df > :last-child, .framer-h1dWE .framer-koy715 > :last-child { margin-bottom: 0px; } .framer-h1dWE .framer-1jc2w32 > *, .framer-h1dWE .framer-koy715 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-h1dWE .framer-19vo76s > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (min-width: 3000px) { .framer-h1dWE.framer-72rtr7 { width: 3000px; } .framer-h1dWE .framer-1qlps5d { padding: 180px 40px 0px 40px; } .framer-h1dWE .framer-1atlgor { order: 0; } .framer-h1dWE .framer-1un3tlo-container { order: 1; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4100\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"a7jV6pnbq\":{\"layout\":[\"fixed\",\"auto\"]},\"cMZc0NJqq\":{\"layout\":[\"fixed\",\"auto\"]},\"hN0weuuPk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"rOkcjxlAE\":{\"pattern\":\":rOkcjxlAE\",\"name\":\"kunstenaars\"},\"mDUXQPJSF\":{\"pattern\":\":mDUXQPJSF\",\"name\":\"events\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-h1dWE\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4100,width:1200};addFonts(FrameraugiA20Il,[{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:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Basier Square Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/qhWUqtJPiGBx9auAxnGvYBs1vUc.woff2\"},{family:\"Basier Square SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/fRP81zl8Go2qAcoirtdxR0TNMoA.woff2\"}]},...NavNavFonts,...NavOverlayFonts,...RandomItemSelectorFonts,...TickerFonts,...ButtonsButtonFonts,...CMSItemCounterFonts,...ButtonsCarouselArrowFonts,...CardsKunstenaarsFonts,...BaseFormFonts,...ButtonsArtLabelFonts,...ButtonsLinkButtonFonts,...SectionsFooterFonts,...CursorCardFonts,...CursorImageSpeedCarrouselFonts,...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),...componentPresets.fonts?.[\"WFmsxUXvP\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"WFmsxUXvP\"]):[],...componentPresets.fonts?.[\"yZzgepJsc\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"yZzgepJsc\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4100\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a7jV6pnbq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cMZc0NJqq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hN0weuuPk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"rOkcjxlAE\\\":{\\\"pattern\\\":\\\":rOkcjxlAE\\\",\\\"name\\\":\\\"kunstenaars\\\"},\\\"mDUXQPJSF\\\":{\\\"pattern\\\":\\\":mDUXQPJSF\\\",\\\"name\\\":\\\"events\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["EmptyState", "title", "subtitle", "maxWidth", "u", "p", "RandomItemSelector", "props", "_collectionList__props_children", "_collectionList__props", "_collectionList_", "type", "layers", "collectionList", "isCanvas", "RenderTarget", "clProps", "data", "useQueryData", "layer", "setLayer", "ye", "ue", "randomLayer", "random", "_randomLayer_props", "q", "p", "EmptyState", "addPropertyControls", "ControlType", "array", "ImageFonts", "getFonts", "Image", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearc8b44t", "args", "onAppearzqbri0", "onAppear1iiabtf", "onAppearta5la9", "onAppeary1wvet", "onAppear1qkzdyz", "onAppear1jzgjs3", "onAppearm9zrzv", "onAppear16r2ix3", "onAppear1b2ff9v", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerceiuCro1b", "withCSS", "ceiuCro1b_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "LayoutGroup", "cx", "SVG", "css", "FramerGmOKg1VeW", "withCSS", "GmOKg1VeW_default", "addPropertyControls", "ControlType", "addFonts", "ImageFonts", "getFonts", "Image", "ButtonsArtLabelFonts", "OS0EzG7rj_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "discipline01", "discipline02", "discipline03", "discipline04", "discipline05", "fotoKunstwerk1", "height", "id", "link", "naam", "visible", "visible1", "visible2", "visible3", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "miYlQUEfm", "LxKRglo1J", "GfbWUBGEq", "f5vxGybkp", "R0IMaKazE", "tOBs_KtD1", "Cu0yF8e9Q", "lUOREnWZX", "TrZG8V4Z5", "Zs9C1gAT6", "ADMQTl0Ps", "s1he4rlbg", "w6YexfLNu", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "Framervmw0pT4Gj", "withCSS", "vmw0pT4Gj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "smoothScrollBy", "containerId", "amount", "duration", "container", "start", "currentTime", "increment", "animateScroll", "val", "t", "b", "c", "d", "KunstenaarsScrollableContainer", "EventsScrollableContainer", "KunstenaarsScrollLeft", "KunstenaarsScrollRight", "EventsScrollLeft", "EventsScrollRight", "withKunstenaarsScrollableContainer", "C", "props", "re", "DataObserverContext", "p", "withEventsScrollableContainer", "withKunstenaarsScrollLeft", "withKunstenaarsScrollRight", "withEventsScrollLeft", "withEventsScrollRight", "NavNavFonts", "getFonts", "MO7tN3o5n_default", "NavOverlayFonts", "OTcfBqg2B_default", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "RandomItemSelectorFonts", "RandomItemSelector", "TickerFonts", "Ticker", "ButtonsButtonFonts", "kVyuHhAig_default", "CMSItemCounterFonts", "CMSCounter", "ButtonsCarouselArrowFonts", "GmOKg1VeW_default", "MotionDivWithKunstenaarsScrollLefthpemm8", "withCodeBoundaryForOverrides", "motion", "withKunstenaarsScrollLeft", "MotionDivWithKunstenaarsScrollRight1lkvbba", "withKunstenaarsScrollRight", "CardsKunstenaarsFonts", "vmw0pT4Gj_default", "MotionDivWithKunstenaarsScrollableContainer5jvz6l", "withKunstenaarsScrollableContainer", "BaseFormFonts", "BaseForm_default", "ImageWithFX", "withFX", "MotionDivWithEventsScrollLefta9lrps", "withEventsScrollLeft", "MotionDivWithEventsScrollRight1j9m3xl", "withEventsScrollRight", "ButtonsArtLabelFonts", "OS0EzG7rj_default", "ButtonsLinkButtonFonts", "iCu1UlXLk_default", "MotionDivWithEventsScrollableContainer1xfyfrj", "withEventsScrollableContainer", "SectionsFooterFonts", "daPYG2iBl_default", "CursorCardFonts", "lrWSF4QN3_default", "CursorImageSpeedCarrouselFonts", "ceiuCro1b_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition1", "animation", "animation1", "QueryData", "query", "pageSize", "data", "useQueryData", "toResponsiveImage", "value", "equals", "a", "b", "negate", "transition2", "animation2", "animation3", "animation4", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "transition3", "cursor1", "cursor2", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "wiT9qXGloT1LT_MLpG", "WLXoWWVcET1LT_MLpG", "idT1LT_MLpG", "wiT9qXGlohcqRKgE6N", "zNZhxYZOohcqRKgE6N", "WLXoWWVcEhcqRKgE6N", "ieWTdFINHhcqRKgE6N", "cxJ6VZFaihcqRKgE6N", "l1Z_IYgVKhcqRKgE6N", "zUZmo0lVJhcqRKgE6N", "ZU4ETYkEshcqRKgE6N", "idhcqRKgE6N", "ULVqxhN_3Ww6i6mLHQ", "cZOHgX7o3Ww6i6mLHQ", "clMxquG_dWw6i6mLHQ", "Tqilxi0CWWw6i6mLHQ", "G2okP1KSOWw6i6mLHQ", "aLYlnE2r6Ww6i6mLHQ", "XuA924bvTWw6i6mLHQ", "wZaLunmKvWw6i6mLHQ", "idWw6i6mLHQ", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "nJK0K2yMG3bnx0g", "overlay", "loadMore", "args", "onSubmittxyyif", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "elementId", "useRouteElementId", "ref1", "ref2", "ref3", "elementId1", "ref4", "activeLocaleCode", "useLocaleCode", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "Link", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "XLG8odUUx_default", "collection", "paginationInfo", "index", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks1", "enumToDisplayNameFunctions", "index2", "overlay1", "resolvedLinks2", "Floating", "getLoadingLazyAtYPosition", "KM2zVpsWB_default", "collection2", "paginationInfo2", "loadMore2", "index3", "textContent", "visible1", "textContent1", "ComponentPresetsProvider", "resolvedLinks3", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
