{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/h8fUDDvV7pJhwT58YBRn/pASJ3IFIu4YQPhZPutBv/NhXBvsB7e.js"],
  "sourcesContent": ["// Generated by Framer (ee40135)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import Artists from\"#framer/local/collection/EXW2piGwa/EXW2piGwa.js\";import Events from\"#framer/local/collection/qcOEbDaZ_/qcOEbDaZ_.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/BV6Z9p_MR/BV6Z9p_MR.js\";import*as sharedStyle7 from\"#framer/local/css/Cv3H_qCVd/Cv3H_qCVd.js\";import*as sharedStyle9 from\"#framer/local/css/f_JgQVGd5/f_JgQVGd5.js\";import*as sharedStyle4 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle3 from\"#framer/local/css/lmgDZMS2N/lmgDZMS2N.js\";import*as sharedStyle1 from\"#framer/local/css/lzKDDDgDy/lzKDDDgDy.js\";import*as sharedStyle11 from\"#framer/local/css/ujz2bB8Sz/ujz2bB8Sz.js\";import*as sharedStyle6 from\"#framer/local/css/V7wBVEbLd/V7wBVEbLd.js\";import*as sharedStyle10 from\"#framer/local/css/WyoKrTL0h/WyoKrTL0h.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle5 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import*as sharedStyle8 from\"#framer/local/css/zO3JV2oUM/zO3JV2oUM.js\";import metadataProvider from\"#framer/local/webPageMetadata/NhXBvsB7e/NhXBvsB7e.js\";const RichTextWithFX=withFX(RichText);const FeatherFonts=getFonts(Feather);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const breakpoints={hGCkcPh0L:\"(max-width: 767px)\",s7ITMIYD6:\"(min-width: 768px) and (max-width: 1439px)\",YBHSbAJhF:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-eUkLW\";const variantClassNames={hGCkcPh0L:\"framer-v-z7j6om\",s7ITMIYD6:\"framer-v-1ptzeyb\",YBHSbAJhF:\"framer-v-1r7txhr\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:30,y:0};const transition1={delay:.2,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:30,y:0};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition2={delay:0,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:30,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:30};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"YBHSbAJhF\",Phone:\"hGCkcPh0L\",Tablet:\"s7ITMIYD6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"YBHSbAJhF\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"NhXBvsB7e\",data:Events,type:\"Collection\"},select:[{collection:\"NhXBvsB7e\",name:\"y34GyoiDi\",type:\"Identifier\"},{collection:\"NhXBvsB7e\",name:\"HO_Dxy3Fb\",type:\"Identifier\"},{collection:\"NhXBvsB7e\",name:\"KM6vLSrCh\",type:\"Identifier\"},{alias:\"QRXagsdQ_\",arguments:[{from:{alias:\"QRXagsdQ_\",data:Artists,type:\"Collection\"},orderBy:[{arguments:[{collection:\"NhXBvsB7e\",name:\"QRXagsdQ_\",type:\"Identifier\"},{collection:\"QRXagsdQ_\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"QRXagsdQ_\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"QRXagsdQ_\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"NhXBvsB7e\",name:\"QRXagsdQ_\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"NhXBvsB7e\",name:\"MSZWmOUa4\",type:\"Identifier\"},{collection:\"NhXBvsB7e\",name:\"WR2wsldjJ\",type:\"Identifier\"},{collection:\"NhXBvsB7e\",name:\"byrpcPGDd\",type:\"Identifier\"},{collection:\"NhXBvsB7e\",name:\"qipVEtYvn\",type:\"Identifier\"},{collection:\"NhXBvsB7e\",name:\"YSNJwkhoP\",type:\"Identifier\"},{collection:\"NhXBvsB7e\",name:\"Ns2ocfX0k\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"NhXBvsB7e\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,qipVEtYvn=getFromCurrentRouteData(\"qipVEtYvn\")??\"\",WR2wsldjJ=getFromCurrentRouteData(\"WR2wsldjJ\")??\"\",byrpcPGDd=getFromCurrentRouteData(\"byrpcPGDd\"),MSZWmOUa4=getFromCurrentRouteData(\"MSZWmOUa4\")??\"\",QRXagsdQ_=getFromCurrentRouteData(\"QRXagsdQ_\"),iDslDgshRgHbzUDmsN,Z8bpJcYIPgHbzUDmsN,HQRCt7ov9gHbzUDmsN,idgHbzUDmsN,KM6vLSrCh=getFromCurrentRouteData(\"KM6vLSrCh\"),YSNJwkhoP=getFromCurrentRouteData(\"YSNJwkhoP\")??\"\",Ns2ocfX0k=getFromCurrentRouteData(\"Ns2ocfX0k\")??[],k7QPeByrdxXscdIsOe,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(byrpcPGDd,activeLocaleCode);const visible=isSet(QRXagsdQ_);const visible1=isSet(YSNJwkhoP);const visible2=isSet(Ns2ocfX0k);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"YBHSbAJhF\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-38e4e192-da3a-4024-b809-5cc28e5f4f30, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1r7txhr\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ujzufg\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gacaav\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jsxdt7\",\"data-border\":true,\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3rktbj\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-ddc2d115-8c16-4a00-8e20-39c635fe7f23, rgb(255, 255, 255))\"},children:\"Art in Action at Woodward\"})}),className:\"framer-noyinp\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:qipVEtYvn,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bf8hv8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gv4sk6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hGCkcPh0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14abwje\",\"data-styles-preset\":\"lzKDDDgDy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ddc2d115-8c16-4a00-8e20-39c635fe7f23, rgb(255, 255, 255))\"},children:\"Morehead City, NC\"})})},s7ITMIYD6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14abwje\",\"data-styles-preset\":\"lzKDDDgDy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ddc2d115-8c16-4a00-8e20-39c635fe7f23, rgb(255, 255, 255))\"},children:\"Morehead City, NC\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14abwje\",\"data-styles-preset\":\"lzKDDDgDy\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-ddc2d115-8c16-4a00-8e20-39c635fe7f23, rgb(255, 255, 255))\"},children:\"Morehead City, NC\"})}),className:\"framer-19rt006\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:WR2wsldjJ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/1FlD9Oep3EJ8ntFWpLdSwu8GK4.png\"},className:\"framer-x9w53j\",\"data-framer-name\":\"Image\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19lqpvb\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14abwje\",\"data-styles-preset\":\"lzKDDDgDy\",style:{\"--framer-text-color\":\"var(--token-ddc2d115-8c16-4a00-8e20-39c635fe7f23, rgb(255, 255, 255))\"},children:\"Apr 25, 2025\"})}),className:\"framer-r0v1fz\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vl9pwc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Stm9hxWuv\",scopeId:\"NhXBvsB7e\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"calendar\",id:\"Stm9hxWuv\",layoutId:\"Stm9hxWuv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rdms9q\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-5de2y\",\"data-styles-preset\":\"BV6Z9p_MR\",style:{\"--framer-text-color\":\"var(--token-ddc2d115-8c16-4a00-8e20-39c635fe7f23, rgb(255, 255, 255))\"},children:\"Art in Action at Woodward\"})}),className:\"framer-19t594u\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:MSZWmOUa4,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),visible&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-30tdpz\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ujmvws\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"gHbzUDmsN\",data:Artists,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},orderBy:[{arguments:[{type:\"LiteralValue\",value:QRXagsdQ_},{collection:\"gHbzUDmsN\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"gHbzUDmsN\",name:\"iDslDgshR\",type:\"Identifier\"},{collection:\"gHbzUDmsN\",name:\"Z8bpJcYIP\",type:\"Identifier\"},{collection:\"gHbzUDmsN\",name:\"HQRCt7ov9\",type:\"Identifier\"},{collection:\"gHbzUDmsN\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"gHbzUDmsN\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:QRXagsdQ_},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({HQRCt7ov9:HQRCt7ov9gHbzUDmsN,id:idgHbzUDmsN,iDslDgshR:iDslDgshRgHbzUDmsN,Z8bpJcYIP:Z8bpJcYIPgHbzUDmsN},index)=>{iDslDgshRgHbzUDmsN??=\"\";HQRCt7ov9gHbzUDmsN??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`gHbzUDmsN-${idgHbzUDmsN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{iDslDgshR:iDslDgshRgHbzUDmsN},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{iDslDgshR:iDslDgshRgHbzUDmsN},webPageId:\"KsHN3MQrf\"},motionChild:true,nodeId:\"U0dotN9QG\",openInNewTab:false,scopeId:\"NhXBvsB7e\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1m1y7hq framer-1efc145\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"84px\",...toResponsiveImage(Z8bpJcYIPgHbzUDmsN),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-uu2aqk\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pdrzib\",\"data-styles-preset\":\"lmgDZMS2N\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"RECKER EANS\"})}),className:\"framer-d9l3so\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],text:HQRCt7ov9gHbzUDmsN,verticalAlignment:\"top\",withExternalLayout:true})]})})})},idgHbzUDmsN);})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pnx03q\",\"data-framer-name\":\"Wrap\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hGCkcPh0L:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1176,intrinsicWidth:1947,pixelHeight:1176,pixelWidth:1947,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 1800px) * 1.1)`,...toResponsiveImage(KM6vLSrCh)}},s7ITMIYD6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1176,intrinsicWidth:1947,pixelHeight:1176,pixelWidth:1947,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) * 1.1)`,...toResponsiveImage(KM6vLSrCh)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.3,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1176,intrinsicWidth:1947,pixelHeight:1176,pixelWidth:1947,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 160px, 1800px) * 1.1)`,...toResponsiveImage(KM6vLSrCh)},className:\"framer-s3uu1q\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200}})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ck1com\",style:{transformPerspective:1200},children:visible1&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"BUaVdjn8q\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"ZsjGdjM0Z\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:YSNJwkhoP,className:\"framer-1jr9qmg\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-pbndum\",blockquote:\"framer-styles-preset-o7had7\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-2jpvb0\",h5:\"framer-styles-preset-1yxprrw\",h6:\"framer-styles-preset-14abwje\",img:\"framer-styles-preset-1ttux9d\",p:\"framer-styles-preset-1jz2mvq\"},verticalAlignment:\"top\",withExternalLayout:true})})}),visible2&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jhlu1t\",\"data-framer-name\":\"Gallery\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ns7u13\",children:Ns2ocfX0k?.map(({id,k7QPeByrd:k7QPeByrdxXscdIsOe},index1)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`xXscdIsOe-${id??index1}`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hGCkcPh0L:{background:{alt:\"\",fit:\"fill\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} - 32px, 1800px) - 10px) / 2)`,...toResponsiveImage(k7QPeByrdxXscdIsOe)}},s7ITMIYD6:{background:{alt:\"\",fit:\"fill\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 20px) / 3)`,...toResponsiveImage(k7QPeByrdxXscdIsOe)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} - 160px, 1800px) - 20px) / 3)`,...toResponsiveImage(k7QPeByrdxXscdIsOe)},className:\"framer-sqs1eh\",\"data-framer-name\":\"Image\"})})},id??index1);})})})]})})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eUkLW.framer-1efc145, .framer-eUkLW .framer-1efc145 { display: block; }\",\".framer-eUkLW.framer-1r7txhr { align-content: center; align-items: center; background-color: var(--token-38e4e192-da3a-4024-b809-5cc28e5f4f30, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-eUkLW .framer-1ujzufg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: center; overflow: visible; padding: 160px 80px 240px 80px; position: relative; width: 100%; z-index: 2; }\",\".framer-eUkLW .framer-1gacaav { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-jsxdt7 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.15); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-3rktbj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eUkLW .framer-noyinp, .framer-eUkLW .framer-1jr9qmg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-eUkLW .framer-bf8hv8 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; opacity: 0.65; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eUkLW .framer-gv4sk6 { align-content: flex-start; align-items: flex-start; 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-eUkLW .framer-19rt006 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-eUkLW .framer-x9w53j { -webkit-filter: invert(1); aspect-ratio: 1 / 1; filter: invert(1); flex: none; height: var(--framer-aspect-ratio-supported, 25px); overflow: visible; position: relative; width: 25px; }\",\".framer-eUkLW .framer-19lqpvb, .framer-eUkLW .framer-rdms9q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-r0v1fz, .framer-eUkLW .framer-19t594u, .framer-eUkLW .framer-d9l3so { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eUkLW .framer-vl9pwc-container { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-eUkLW .framer-30tdpz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-ujmvws { display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-1m1y7hq { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-eUkLW .framer-uu2aqk { border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; border-top-left-radius: 42px; border-top-right-radius: 42px; flex: none; height: 84px; position: relative; width: 84px; }\",\".framer-eUkLW .framer-pnx03q { aspect-ratio: 1.8823529411764706 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 106px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-eUkLW .framer-s3uu1q { flex: none; height: 110%; left: calc(50.00000000000002% - 110.00000000000001% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 110.00000000000001% / 2); width: 110%; }\",\".framer-eUkLW .framer-1ck1com { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-jhlu1t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-ns7u13 { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(0px, 1fr)); height: min-content; justify-content: start; padding: 0px; position: relative; width: 100%; }\",\".framer-eUkLW .framer-sqs1eh { align-self: start; aspect-ratio: 1 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); justify-self: start; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-eUkLW[data-border=\"true\"]::after, .framer-eUkLW [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 768px) and (max-width: 1439px) { .framer-eUkLW.framer-1r7txhr { width: 768px; } .framer-eUkLW .framer-1ujzufg { gap: 0px; order: 0; padding: 160px 64px 160px 64px; } .framer-eUkLW .framer-jsxdt7 { flex-direction: column; gap: 40px; padding: 0px 0px 20px 0px; } .framer-eUkLW .framer-3rktbj { flex: none; width: 100%; } .framer-eUkLW .framer-bf8hv8 { align-content: flex-start; align-items: flex-start; flex: none; gap: 10px; width: 100%; } .framer-eUkLW .framer-19rt006, .framer-eUkLW .framer-r0v1fz { order: 1; } .framer-eUkLW .framer-x9w53j, .framer-eUkLW .framer-vl9pwc-container { order: 0; } .framer-eUkLW .framer-19lqpvb, .framer-eUkLW .framer-rdms9q { justify-content: flex-start; }}\",\"@media (max-width: 767px) { .framer-eUkLW.framer-1r7txhr { width: 390px; } .framer-eUkLW .framer-1ujzufg { gap: 0px; padding: 120px 16px 160px 16px; } .framer-eUkLW .framer-jsxdt7 { flex-direction: column; gap: 40px; padding: 0px 0px 20px 0px; } .framer-eUkLW .framer-3rktbj { flex: none; width: 100%; } .framer-eUkLW .framer-bf8hv8 { align-content: flex-start; align-items: flex-start; flex: none; gap: 10px; width: 100%; } .framer-eUkLW .framer-19rt006, .framer-eUkLW .framer-r0v1fz { order: 1; } .framer-eUkLW .framer-x9w53j, .framer-eUkLW .framer-vl9pwc-container { order: 0; } .framer-eUkLW .framer-19lqpvb, .framer-eUkLW .framer-rdms9q { justify-content: flex-start; } .framer-eUkLW .framer-pnx03q { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .framer-eUkLW .framer-jhlu1t { gap: 16px; } .framer-eUkLW .framer-ns7u13 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3591\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"s7ITMIYD6\":{\"layout\":[\"fixed\",\"auto\"]},\"hGCkcPh0L\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerNhXBvsB7e=withCSS(Component,css,\"framer-eUkLW\");export default FramerNhXBvsB7e;FramerNhXBvsB7e.displayName=\"Work\";FramerNhXBvsB7e.defaultProps={height:3591,width:1440};addFonts(FramerNhXBvsB7e,[{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\"}]},...FeatherFonts,...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?.[\"BUaVdjn8q\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"BUaVdjn8q\"]):[],...componentPresets.fonts?.[\"ZsjGdjM0Z\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ZsjGdjM0Z\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNhXBvsB7e\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"s7ITMIYD6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hGCkcPh0L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"3591\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["RichTextWithFX", "withFX", "RichText", "FeatherFonts", "getFonts", "Icon", "MotionDivWithFX", "motion", "ImageWithFX", "Image2", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "sharedDateFormatter", "value", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "isSet", "transition2", "animation2", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "animation3", "animation4", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "qcOEbDaZ_default", "EXW2piGwa_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "qipVEtYvn", "WR2wsldjJ", "byrpcPGDd", "MSZWmOUa4", "QRXagsdQ_", "iDslDgshRgHbzUDmsN", "Z8bpJcYIPgHbzUDmsN", "HQRCt7ov9gHbzUDmsN", "idgHbzUDmsN", "KM6vLSrCh", "YSNJwkhoP", "Ns2ocfX0k", "k7QPeByrdxXscdIsOe", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "visible", "visible1", "visible2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichTextWithFX", "x", "PropertyOverrides2", "Image2", "ComponentViewportProvider", "Container", "Icon", "MotionDivWithFX", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "RichText", "ImageWithFX", "ComponentPresetsProvider", "index1", "css", "FramerNhXBvsB7e", "withCSS", "NhXBvsB7e_default", "addFonts", "FeatherFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
