{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/KlFeSZ6DNOzVxD4EJBKA/MwZGVgGTZ0422ixdX5jT/fWdrmPl9D.js"],
  "sourcesContent": ["// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ComponentsLabel from\"https://framerusercontent.com/modules/7Y0cldlrDJrX0AYjMimq/RmMrG64rbylMxskj02ff/TIqjCbrVl.js\";import ComponentsBadgeLink from\"https://framerusercontent.com/modules/dUKG0rrN7kUz2j1rmsj8/dH3IH5HJWs8k21YViWEp/MPrtHbyOX.js\";import ContentBlogPostPreview2 from\"#framer/local/canvasComponent/HpQlg2eNF/HpQlg2eNF.js\";import LayoutFooter from\"#framer/local/canvasComponent/L2PuBmuwk/L2PuBmuwk.js\";import LayoutHeader from\"#framer/local/canvasComponent/xDluCCvDv/xDluCCvDv.js\";import NotionBlogSync,{enumToDisplayNameFunctions}from\"#framer/local/collection/ftoUg67VO/ftoUg67VO.js\";import*as sharedStyle3 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle9 from\"#framer/local/css/g73IfQqP8/g73IfQqP8.js\";import*as sharedStyle5 from\"#framer/local/css/HPCNkCHCb/HPCNkCHCb.js\";import*as sharedStyle7 from\"#framer/local/css/hV8UKMt_8/hV8UKMt_8.js\";import*as sharedStyle1 from\"#framer/local/css/i6r0kI2sg/i6r0kI2sg.js\";import*as sharedStyle6 from\"#framer/local/css/szJtSwdtx/szJtSwdtx.js\";import*as sharedStyle from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle2 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle4 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import*as sharedStyle8 from\"#framer/local/css/ZHCOlryY6/ZHCOlryY6.js\";import metadataProvider from\"#framer/local/webPageMetadata/fWdrmPl9D/fWdrmPl9D.js\";const LayoutHeaderFonts=getFonts(LayoutHeader);const ComponentsLabelFonts=getFonts(ComponentsLabel);const MotionDivWithFX=withFX(motion.div);const ComponentsBadgeLinkFonts=getFonts(ComponentsBadgeLink);const ContentBlogPostPreview2Fonts=getFonts(ContentBlogPostPreview2);const LayoutFooterFonts=getFonts(LayoutFooter);const breakpoints={EEQpGJehc:\"(min-width: 1200px)\",ragS89Xbr:\"(max-width: 809px)\",RVnjTD59h:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-YZo54\";const variantClassNames={EEQpGJehc:\"framer-v-1ym76y2\",ragS89Xbr:\"framer-v-pkex4z\",RVnjTD59h:\"framer-v-xyiz3f\"};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 prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition1={delay:.4,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:20};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"EEQpGJehc\",Phone:\"ragS89Xbr\",Tablet:\"RVnjTD59h\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EEQpGJehc\"};};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:\"fWdrmPl9D\",data:NotionBlogSync,type:\"Collection\"},select:[{collection:\"fWdrmPl9D\",name:\"rB4fnpDET\",type:\"Identifier\"},{collection:\"fWdrmPl9D\",name:\"fqEI0ajZx\",type:\"Identifier\"},{collection:\"fWdrmPl9D\",name:\"hXqBc7Iac\",type:\"Identifier\"},{collection:\"fWdrmPl9D\",name:\"RegRnooCe\",type:\"Identifier\"},{collection:\"fWdrmPl9D\",name:\"ltQpxRv12\",type:\"Identifier\"},{collection:\"fWdrmPl9D\",name:\"D0Cw1Xv7n\",type:\"Identifier\"},{collection:\"fWdrmPl9D\",name:\"lgNnE1Ab0\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"fWdrmPl9D\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,RegRnooCe=getFromCurrentRouteData(\"RegRnooCe\"),lgNnE1Ab0=getFromCurrentRouteData(\"lgNnE1Ab0\")??\"\",Pa8DbiS3H,D0Cw1Xv7n=getFromCurrentRouteData(\"D0Cw1Xv7n\"),ltQpxRv12=getFromCurrentRouteData(\"ltQpxRv12\"),rB4fnpDET=getFromCurrentRouteData(\"rB4fnpDET\")??\"\",fqEI0ajZxHitgALZu4,lgNnE1Ab0HitgALZu4,vW5Gho7XvHitgALZu4,idHitgALZu4,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=prefix(enumToDisplayNameFunctions[\"D0Cw1Xv7n\"]?.(D0Cw1Xv7n,activeLocale),\"Author: \");const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"EEQpGJehc\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, rgb(17, 17, 17)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ym76y2\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lt5w0l-container\",layoutScroll:true,nodeId:\"mlMMRFZoo\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{variant:\"Tx6fKIQkn\"},RVnjTD59h:{variant:\"NiFHkDkBD\"}},children:/*#__PURE__*/_jsx(LayoutHeader,{height:\"100%\",id:\"mlMMRFZoo\",layoutId:\"mlMMRFZoo\",style:{width:\"100%\"},variant:\"d15JsRueF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-qkbbcc\",\"data-framer-name\":\"Main Wrapper\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-106r19r\",\"data-framer-name\":\"Section Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ar56e0\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{y:(componentViewport?.y||0)+61+0+0+0+48+0+0+0},RVnjTD59h:{y:(componentViewport?.y||0)+69+0+0+0+80+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+70+0+0+0+96+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tvt4xj-container\",isModuleExternal:true,nodeId:\"PdziZ1oL1\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(ComponentsLabel,{height:\"100%\",id:\"PdziZ1oL1\",layoutId:\"PdziZ1oL1\",q2lyywsmd:toDateString(RegRnooCe,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),variant:\"vxNhBDyVU\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nt752\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(218, 197, 167))\"},children:\"Unlock Your Team with Our New Test Mode\"})})},RVnjTD59h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(218, 197, 167))\"},children:\"Unlock Your Team with Our New Test Mode\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(218, 197, 167))\"},children:\"Unlock Your Team with Our New Test Mode\"})}),className:\"framer-1uark7q\",fonts:[\"GF;DM Sans-500\"],text:lgNnE1Ab0,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Pa8DbiS3H,className:\"framer-xrt8ar\",fonts:[\"GF;Inter-regular\"],stylesPresetsClassNames:{p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1tde6wz\",\"data-styles-preset\":\"i6r0kI2sg\",children:\"Author: Tyler Zey\"})}),className:\"framer-hhq869\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tr9n1w\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kg1mtu\",\"data-border\":true,\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+61+0+0+0+48+149+0+0+16+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 64px, 1000px) - 32px)`,...toResponsiveImage(ltQpxRv12)}},RVnjTD59h:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+69+0+0+0+80+166.9+0+0+24+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 96px, 1000px) - 48px)`,...toResponsiveImage(ltQpxRv12)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+70+0+0+0+96+176.4+0+0+24+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1000px) - 48px)`,...toResponsiveImage(ltQpxRv12)},className:\"framer-kybzoa\",\"data-framer-name\":\"Image\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iqnr6f\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:rB4fnpDET,className:\"framer-1wrucz3\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1kxhg4c\",code:\"framer-styles-preset-joi2aa\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-1x09rnd\",h5:\"framer-styles-preset-9d1pfe\",h6:\"framer-styles-preset-1tde6wz\",p:\"framer-styles-preset-k6s4is\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-shyahj\",\"data-framer-name\":\"Share Article\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(21, 21, 21))\"},children:\"Share Article\"})}),className:\"framer-1jfxvq0\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l3ddf4\",\"data-framer-name\":\"Socials\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{y:(componentViewport?.y||0)+61+0+0+0+48+652.4+0+35.2+0},RVnjTD59h:{y:(componentViewport?.y||0)+69+0+0+0+80+702.3+0+35.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"36px\",y:(componentViewport?.y||0)+70+0+0+0+96+727.8+0+35.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y3fblz-container\",isModuleExternal:true,nodeId:\"WGLUfO4lB\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(ComponentsBadgeLink,{GYvEzX7Q3:\"InstagramLogo\",height:\"100%\",I8Zqgp8ga:true,id:\"WGLUfO4lB\",JNpP9FgIL:\"regular\",layoutId:\"WGLUfO4lB\",style:{height:\"100%\",width:\"100%\"},variant:\"pvoO3cemW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{y:(componentViewport?.y||0)+61+0+0+0+48+652.4+0+35.2+0},RVnjTD59h:{y:(componentViewport?.y||0)+69+0+0+0+80+702.3+0+35.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"36px\",y:(componentViewport?.y||0)+70+0+0+0+96+727.8+0+35.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bhig82-container\",isModuleExternal:true,nodeId:\"KV6bAwEK9\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(ComponentsBadgeLink,{GYvEzX7Q3:\"TwitterLogo\",height:\"100%\",I8Zqgp8ga:true,id:\"KV6bAwEK9\",JNpP9FgIL:\"regular\",layoutId:\"KV6bAwEK9\",style:{height:\"100%\",width:\"100%\"},variant:\"pvoO3cemW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{y:(componentViewport?.y||0)+61+0+0+0+48+652.4+0+35.2+0},RVnjTD59h:{y:(componentViewport?.y||0)+69+0+0+0+80+702.3+0+35.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"36px\",y:(componentViewport?.y||0)+70+0+0+0+96+727.8+0+35.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-winnhz-container\",isModuleExternal:true,nodeId:\"I9JmBOkOm\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(ComponentsBadgeLink,{GYvEzX7Q3:\"PinterestLogo\",height:\"100%\",I8Zqgp8ga:true,id:\"I9JmBOkOm\",JNpP9FgIL:\"regular\",layoutId:\"I9JmBOkOm\",style:{height:\"100%\",width:\"100%\"},variant:\"pvoO3cemW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{y:(componentViewport?.y||0)+61+0+0+0+48+652.4+0+35.2+0},RVnjTD59h:{y:(componentViewport?.y||0)+69+0+0+0+80+702.3+0+35.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"36px\",y:(componentViewport?.y||0)+70+0+0+0+96+727.8+0+35.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5l8v62-container\",isModuleExternal:true,nodeId:\"K1RNbjyPj\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(ComponentsBadgeLink,{GYvEzX7Q3:\"FacebookLogo\",height:\"100%\",I8Zqgp8ga:true,id:\"K1RNbjyPj\",JNpP9FgIL:\"regular\",layoutId:\"K1RNbjyPj\",style:{height:\"100%\",width:\"100%\"},variant:\"pvoO3cemW\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1a5b8je\",\"data-framer-name\":\"Section Related\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(218, 197, 167))\"},children:[\"Related \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-c5446a54-80de-4f79-b24b-55997bf1fe5e, rgb(85, 214, 190))\"},children:\"Articles\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(218, 197, 167))\"},children:[\"Related \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-c5446a54-80de-4f79-b24b-55997bf1fe5e, rgb(85, 214, 190))\"},children:\"Articles\"})]})}),className:\"framer-12bowz1\",fonts:[\"GF;DM Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gxy8lc\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iq8la5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RVnjTD59h:{query:{from:{alias:\"HitgALZu4\",data:NotionBlogSync,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"HitgALZu4\",name:\"fqEI0ajZx\",type:\"Identifier\"},{collection:\"HitgALZu4\",name:\"lgNnE1Ab0\",type:\"Identifier\"},{collection:\"HitgALZu4\",name:\"vW5Gho7Xv\",type:\"Identifier\"},{collection:\"HitgALZu4\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"HitgALZu4\",data:NotionBlogSync,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"HitgALZu4\",name:\"fqEI0ajZx\",type:\"Identifier\"},{collection:\"HitgALZu4\",name:\"lgNnE1Ab0\",type:\"Identifier\"},{collection:\"HitgALZu4\",name:\"vW5Gho7Xv\",type:\"Identifier\"},{collection:\"HitgALZu4\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({fqEI0ajZx:fqEI0ajZxHitgALZu4,id:idHitgALZu4,lgNnE1Ab0:lgNnE1Ab0HitgALZu4,vW5Gho7Xv:vW5Gho7XvHitgALZu4},index)=>{lgNnE1Ab0HitgALZu4??=\"\";vW5Gho7XvHitgALZu4??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`HitgALZu4-${idHitgALZu4}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vW5Gho7Xv:vW5Gho7XvHitgALZu4},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{vW5Gho7Xv:vW5Gho7XvHitgALZu4},webPageId:\"fWdrmPl9D\"},implicitPathVariables:undefined},{href:{pathVariables:{vW5Gho7Xv:vW5Gho7XvHitgALZu4},webPageId:\"fWdrmPl9D\"},implicitPathVariables:undefined},{href:{pathVariables:{vW5Gho7Xv:vW5Gho7XvHitgALZu4},webPageId:\"fWdrmPl9D\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1400px)`,y:(componentViewport?.y||0)+61+0+0+771.6+64+50+0+0+0+0},RVnjTD59h:{width:`max((min(${componentViewport?.width||\"100vw\"} - 96px, 1400px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+69+0+0+853.5+80+60.6+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:396,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+70+0+0+895+128+76.6+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vczuqp-container\",nodeId:\"sPX4Y2bDW\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{mYMnFVnfy:resolvedLinks[2]},RVnjTD59h:{mYMnFVnfy:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ContentBlogPostPreview2,{e0iOx56rZ:lgNnE1Ab0HitgALZu4,height:\"100%\",id:\"sPX4Y2bDW\",jxknxSFxm:toResponsiveImage(fqEI0ajZxHitgALZu4),layoutId:\"sPX4Y2bDW\",lVXLeL143:\"Unlock financial success with these indispensable freelance finance management strategies.\",mYMnFVnfy:resolvedLinks[0],style:{width:\"100%\"},variant:\"dU9rXAOas\",width:\"100%\"})})})})})})})},idHitgALZu4);})})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{y:(componentViewport?.y||0)+61+1345.6},RVnjTD59h:{y:(componentViewport?.y||0)+69+1890.1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:428,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+70+2051.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hs04a2-container\",nodeId:\"F_O5H5iWi\",scopeId:\"fWdrmPl9D\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ragS89Xbr:{variant:\"FZUuDM0HJ\"},RVnjTD59h:{variant:\"sKRkd4QAh\"}},children:/*#__PURE__*/_jsx(LayoutFooter,{height:\"100%\",id:\"F_O5H5iWi\",layoutId:\"F_O5H5iWi\",style:{width:\"100%\"},variant:\"s4wYkZ9xT\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YZo54.framer-bl7ft5, .framer-YZo54 .framer-bl7ft5 { display: block; }\",\".framer-YZo54.framer-1ym76y2 { align-content: center; align-items: center; background-color: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, #111111); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 70px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-YZo54 .framer-lt5w0l-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-YZo54 .framer-qkbbcc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-YZo54 .framer-106r19r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-1ar56e0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-tvt4xj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YZo54 .framer-1nt752 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-1uark7q, .framer-YZo54 .framer-1wrucz3, .framer-YZo54 .framer-12bowz1 { --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-YZo54 .framer-xrt8ar { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-YZo54 .framer-hhq869 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YZo54 .framer-tr9n1w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-1kg1mtu { --border-bottom-width: 1px; --border-color: var(--token-68c05b50-ca7b-4173-82aa-ed42aea1a9b4, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(15px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(15px); background-color: #f7f5f2; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-kybzoa { aspect-ratio: 1.6666666666666667 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 572px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-YZo54 .framer-1iqnr6f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-shyahj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YZo54 .framer-1jfxvq0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YZo54 .framer-l3ddf4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YZo54 .framer-y3fblz-container, .framer-YZo54 .framer-bhig82-container, .framer-YZo54 .framer-winnhz-container, .framer-YZo54 .framer-5l8v62-container { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-YZo54 .framer-1a5b8je { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 128px 64px 128px 64px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-1gxy8lc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-1iq8la5 { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(1px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-YZo54 .framer-vczuqp-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 1fr; }\",\".framer-YZo54 .framer-hs04a2-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YZo54.framer-1ym76y2, .framer-YZo54 .framer-qkbbcc, .framer-YZo54 .framer-106r19r, .framer-YZo54 .framer-1ar56e0, .framer-YZo54 .framer-1nt752, .framer-YZo54 .framer-tr9n1w, .framer-YZo54 .framer-1kg1mtu, .framer-YZo54 .framer-1iqnr6f, .framer-YZo54 .framer-shyahj, .framer-YZo54 .framer-l3ddf4, .framer-YZo54 .framer-1a5b8je, .framer-YZo54 .framer-1gxy8lc { gap: 0px; } .framer-YZo54.framer-1ym76y2 > *, .framer-YZo54 .framer-qkbbcc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YZo54.framer-1ym76y2 > :first-child, .framer-YZo54 .framer-qkbbcc > :first-child, .framer-YZo54 .framer-106r19r > :first-child, .framer-YZo54 .framer-1ar56e0 > :first-child, .framer-YZo54 .framer-1nt752 > :first-child, .framer-YZo54 .framer-tr9n1w > :first-child, .framer-YZo54 .framer-1kg1mtu > :first-child, .framer-YZo54 .framer-1iqnr6f > :first-child, .framer-YZo54 .framer-shyahj > :first-child, .framer-YZo54 .framer-1a5b8je > :first-child, .framer-YZo54 .framer-1gxy8lc > :first-child { margin-top: 0px; } .framer-YZo54.framer-1ym76y2 > :last-child, .framer-YZo54 .framer-qkbbcc > :last-child, .framer-YZo54 .framer-106r19r > :last-child, .framer-YZo54 .framer-1ar56e0 > :last-child, .framer-YZo54 .framer-1nt752 > :last-child, .framer-YZo54 .framer-tr9n1w > :last-child, .framer-YZo54 .framer-1kg1mtu > :last-child, .framer-YZo54 .framer-1iqnr6f > :last-child, .framer-YZo54 .framer-shyahj > :last-child, .framer-YZo54 .framer-1a5b8je > :last-child, .framer-YZo54 .framer-1gxy8lc > :last-child { margin-bottom: 0px; } .framer-YZo54 .framer-106r19r > *, .framer-YZo54 .framer-1a5b8je > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-YZo54 .framer-1ar56e0 > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-YZo54 .framer-1nt752 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-YZo54 .framer-tr9n1w > *, .framer-YZo54 .framer-1iqnr6f > *, .framer-YZo54 .framer-shyahj > *, .framer-YZo54 .framer-1gxy8lc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YZo54 .framer-1kg1mtu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-YZo54 .framer-l3ddf4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YZo54 .framer-l3ddf4 > :first-child { margin-left: 0px; } .framer-YZo54 .framer-l3ddf4 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,'.framer-YZo54[data-border=\"true\"]::after, .framer-YZo54 [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: 810px) and (max-width: 1199px) { .framer-YZo54.framer-1ym76y2 { padding: 69px 0px 0px 0px; width: 810px; } .framer-YZo54 .framer-106r19r { gap: 40px; padding: 80px 48px 0px 48px; } .framer-YZo54 .framer-tvt4xj-container { order: 0; } .framer-YZo54 .framer-1nt752 { order: 1; } .framer-YZo54 .framer-hhq869 { order: 2; } .framer-YZo54 .framer-kybzoa { height: var(--framer-aspect-ratio-supported, 400px); } .framer-YZo54 .framer-1a5b8je { gap: 32px; padding: 80px 48px 80px 48px; } .framer-YZo54 .framer-1iq8la5 { gap: 24px; grid-template-columns: repeat(2, minmax(1px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YZo54 .framer-106r19r, .framer-YZo54 .framer-1a5b8je, .framer-YZo54 .framer-1iq8la5 { gap: 0px; } .framer-YZo54 .framer-106r19r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YZo54 .framer-106r19r > :first-child, .framer-YZo54 .framer-1a5b8je > :first-child { margin-top: 0px; } .framer-YZo54 .framer-106r19r > :last-child, .framer-YZo54 .framer-1a5b8je > :last-child { margin-bottom: 0px; } .framer-YZo54 .framer-1a5b8je > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-YZo54 .framer-1iq8la5 > *, .framer-YZo54 .framer-1iq8la5 > :first-child, .framer-YZo54 .framer-1iq8la5 > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-YZo54.framer-1ym76y2 { padding: 61px 0px 0px 0px; width: 390px; } .framer-YZo54 .framer-lt5w0l-container { right: unset; width: 100%; } .framer-YZo54 .framer-qkbbcc { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .framer-YZo54 .framer-106r19r { gap: 32px; padding: 48px 32px 0px 32px; } .framer-YZo54 .framer-1kg1mtu { padding: 16px; } .framer-YZo54 .framer-kybzoa { height: var(--framer-aspect-ratio-supported, 177px); } .framer-YZo54 .framer-1a5b8je { gap: 24px; padding: 64px 32px 64px 32px; } .framer-YZo54 .framer-1iq8la5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-YZo54 .framer-vczuqp-container { align-self: unset; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YZo54 .framer-106r19r, .framer-YZo54 .framer-1a5b8je, .framer-YZo54 .framer-1iq8la5 { gap: 0px; } .framer-YZo54 .framer-106r19r > *, .framer-YZo54 .framer-1iq8la5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-YZo54 .framer-106r19r > :first-child, .framer-YZo54 .framer-1a5b8je > :first-child, .framer-YZo54 .framer-1iq8la5 > :first-child { margin-top: 0px; } .framer-YZo54 .framer-106r19r > :last-child, .framer-YZo54 .framer-1a5b8je > :last-child, .framer-YZo54 .framer-1iq8la5 > :last-child { margin-bottom: 0px; } .framer-YZo54 .framer-1a5b8je > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3586.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RVnjTD59h\":{\"layout\":[\"fixed\",\"auto\"]},\"ragS89Xbr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerfWdrmPl9D=withCSS(Component,css,\"framer-YZo54\");export default FramerfWdrmPl9D;FramerfWdrmPl9D.displayName=\"Blog\";FramerfWdrmPl9D.defaultProps={height:3586.5,width:1200};addFonts(FramerfWdrmPl9D,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.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/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\"}]},...LayoutHeaderFonts,...ComponentsLabelFonts,...ComponentsBadgeLinkFonts,...ContentBlogPostPreview2Fonts,...LayoutFooterFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfWdrmPl9D\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3586.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RVnjTD59h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ragS89Xbr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LayoutHeaderFonts", "getFonts", "xDluCCvDv_default", "ComponentsLabelFonts", "TIqjCbrVl_default", "MotionDivWithFX", "withFX", "motion", "ComponentsBadgeLinkFonts", "MPrtHbyOX_default", "ContentBlogPostPreview2Fonts", "HpQlg2eNF_default", "LayoutFooterFonts", "L2PuBmuwk_default", "breakpoints", "serializationHash", "variantClassNames", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "prefix", "animation", "transition1", "animation1", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "ftoUg67VO_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "RegRnooCe", "lgNnE1Ab0", "Pa8DbiS3H", "D0Cw1Xv7n", "ltQpxRv12", "rB4fnpDET", "fqEI0ajZxHitgALZu4", "lgNnE1Ab0HitgALZu4", "vW5Gho7XvHitgALZu4", "idHitgALZu4", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "enumToDisplayNameFunctions", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "xDluCCvDv_default", "TIqjCbrVl_default", "x", "RichText", "MotionDivWithFX", "getLoadingLazyAtYPosition", "Image2", "MPrtHbyOX_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "HpQlg2eNF_default", "L2PuBmuwk_default", "css", "FramerfWdrmPl9D", "withCSS", "fWdrmPl9D_default", "addFonts", "LayoutHeaderFonts", "ComponentsLabelFonts", "ComponentsBadgeLinkFonts", "ContentBlogPostPreview2Fonts", "LayoutFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
