{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/0QnWMqWlK4g7EI3KyPkV/cVxVi2gEMv0CLshZUNeg/Kaqak7VI3.js"],
  "sourcesContent": ["// Generated by Framer (4d21961)\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,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ComponentArticleCard from\"#framer/local/canvasComponent/EPWEUsgxE/EPWEUsgxE.js\";import ButtonBlog from\"#framer/local/canvasComponent/qOaHucxVQ/qOaHucxVQ.js\";import BlogAuthor_image from\"#framer/local/canvasComponent/rrZkpudpc/rrZkpudpc.js\";import NavbarDropdown042 from\"#framer/local/canvasComponent/uxuZgJ267/uxuZgJ267.js\";import Footer2 from\"#framer/local/canvasComponent/VqqZ1csMP/VqqZ1csMP.js\";import Button14 from\"#framer/local/canvasComponent/YGT3_G4j6/YGT3_G4j6.js\";import Authors from\"#framer/local/collection/E70TGIFxs/E70TGIFxs.js\";import Blog from\"#framer/local/collection/ZH27qaTKc/ZH27qaTKc.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle5 from\"#framer/local/css/CIZco8Qtr/CIZco8Qtr.js\";import*as sharedStyle7 from\"#framer/local/css/EHTfHlGDw/EHTfHlGDw.js\";import*as sharedStyle4 from\"#framer/local/css/juypMmsR7/juypMmsR7.js\";import*as sharedStyle1 from\"#framer/local/css/lcGwLfGFV/lcGwLfGFV.js\";import*as sharedStyle from\"#framer/local/css/qZLzMYlAc/qZLzMYlAc.js\";import*as sharedStyle3 from\"#framer/local/css/VjqMatyAZ/VjqMatyAZ.js\";import*as sharedStyle6 from\"#framer/local/css/wNKtTxP0U/wNKtTxP0U.js\";import*as sharedStyle2 from\"#framer/local/css/xJZ7GG2lS/xJZ7GG2lS.js\";import metadataProvider from\"#framer/local/webPageMetadata/Kaqak7VI3/Kaqak7VI3.js\";const NavbarDropdown042Fonts=getFonts(NavbarDropdown042);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const BlogAuthor_imageFonts=getFonts(BlogAuthor_image);const Button14Fonts=getFonts(Button14);const ButtonBlogFonts=getFonts(ButtonBlog);const ComponentArticleCardFonts=getFonts(ComponentArticleCard);const Footer2Fonts=getFonts(Footer2);const breakpoints={bqIAs0kJ8:\"(max-width: 809px)\",bxDMnuDgW:\"(min-width: 810px) and (max-width: 1199px)\",RmCVg0Iqr:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-MsfnC\";const variantClassNames={bqIAs0kJ8:\"framer-v-13y68jk\",bxDMnuDgW:\"framer-v-6dajoo\",RmCVg0Iqr:\"framer-v-xirspx\"};const transition1={damping:60,delay:.3,mass:1,stiffness:160,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"pEHJ0AF_A\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"RmCVg0Iqr\",Phone:\"bqIAs0kJ8\",Tablet:\"bxDMnuDgW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RmCVg0Iqr\"};};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:{constraint:{left:{collection:\"Kaqak7VI3\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"Kaqak7VI3\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"Kaqak7VI3\",name:\"d8Lr7UcUi\",type:\"Identifier\"},operator:\"==\",right:{collection:\"d8Lr7UcUi\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"Kaqak7VI3\",data:Blog,type:\"Collection\"},right:{alias:\"d8Lr7UcUi\",data:Authors,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"previousItemId\",data:Blog,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:Blog,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"Kaqak7VI3\",name:\"yEHgPMv06\",type:\"Identifier\"},{collection:\"Kaqak7VI3\",name:\"NkXIPB6tn\",type:\"Identifier\"},{collection:\"Kaqak7VI3\",name:\"LvxFWM_SR\",type:\"Identifier\"},{collection:\"Kaqak7VI3\",name:\"e_d9g92OH\",type:\"Identifier\"},{alias:\"d8Lr7UcUi.kdN2CYLVA\",collection:\"d8Lr7UcUi\",name:\"kdN2CYLVA\",type:\"Identifier\"},{alias:\"d8Lr7UcUi.QrW0V6Fke\",collection:\"d8Lr7UcUi\",name:\"QrW0V6Fke\",type:\"Identifier\"},{alias:\"previousItemId.ZK2kXOxhZ\",collection:\"previousItemId\",name:\"ZK2kXOxhZ\",type:\"Identifier\"},{alias:\"nextItemId.ZK2kXOxhZ\",collection:\"nextItemId\",name:\"ZK2kXOxhZ\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Kaqak7VI3\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,yEHgPMv06=getFromCurrentRouteData(\"yEHgPMv06\")??\"\",d8Lr7UcUi_QrW0V6Fke=getFromCurrentRouteData(\"d8Lr7UcUi.QrW0V6Fke\"),d8Lr7UcUi_kdN2CYLVA=getFromCurrentRouteData(\"d8Lr7UcUi.kdN2CYLVA\")??\"\",e_d9g92OH=getFromCurrentRouteData(\"e_d9g92OH\"),NkXIPB6tn=getFromCurrentRouteData(\"NkXIPB6tn\"),LvxFWM_SR=getFromCurrentRouteData(\"LvxFWM_SR\")??\"\",previousItemId_ZK2kXOxhZ=getFromCurrentRouteData(\"previousItemId.ZK2kXOxhZ\")??\"\",nextItemId_ZK2kXOxhZ=getFromCurrentRouteData(\"nextItemId.ZK2kXOxhZ\")??\"\",ZK2kXOxhZpEHJ0AF_A,NkXIPB6tnpEHJ0AF_A,QPqAFeWUGpEHJ0AF_A,yEHgPMv06pEHJ0AF_A,CyrmT61JOpEHJ0AF_A,d8Lr7UcUi_kdN2CYLVApEHJ0AF_A,d8Lr7UcUi_QrW0V6FkepEHJ0AF_A,e_d9g92OHpEHJ0AF_A,idpEHJ0AF_A,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(e_d9g92OH,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"RmCVg0Iqr\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cf8e0529-f0c1-4cda-8a89-4f30ad34e8d9, rgb(7, 0, 24)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-xirspx\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:102,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-11y6u03-container\",\"data-framer-appear-id\":\"11y6u03\",initial:animation1,layoutScroll:true,nodeId:\"Z1WBgRvEn\",optimized:true,rendersWithMotion:true,scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqIAs0kJ8:{variant:\"bk47_P5kz\"},bxDMnuDgW:{variant:\"bk47_P5kz\"}},children:/*#__PURE__*/_jsx(NavbarDropdown042,{height:\"100%\",id:\"Z1WBgRvEn\",layoutId:\"Z1WBgRvEn\",style:{width:\"100%\"},variant:\"pVUtzZCUn\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e02xvm\",\"data-framer-name\":\"main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vt5688\",\"data-framer-name\":\"blog-section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-36ds7a\",\"data-framer-name\":\"hero-section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13l7jcv\",\"data-styles-preset\":\"qZLzMYlAc\",children:\"Master Data-Driven Decision Making in 7 Steps\"})}),className:\"framer-1mc1udo\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:yEHgPMv06,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yt87mz\",\"data-framer-name\":\"info-wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11o6g6s\",\"data-framer-name\":\"author-wrap\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+0+0+0+0+120+0+0+124.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uo8rt8-container\",nodeId:\"TSQayAdpJ\",scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(BlogAuthor_image,{height:\"100%\",id:\"TSQayAdpJ\",layoutId:\"TSQayAdpJ\",style:{height:\"100%\",width:\"100%\"},ttd6qE6eK:toResponsiveImage(d8Lr7UcUi_QrW0V6Fke),width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q0ltbc\",\"data-styles-preset\":\"lcGwLfGFV\",children:\"Nikita Saxena\"})}),className:\"framer-ogn0pg\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:d8Lr7UcUi_kdN2CYLVA,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-s4mozw\",\"data-framer-name\":\"dot-divider\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ch0sj9\",\"data-framer-name\":\"date-wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q0ltbc\",\"data-styles-preset\":\"lcGwLfGFV\",children:\"Jan 31, 2025\"})}),className:\"framer-1l9t7jz\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqIAs0kJ8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+228.4),sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 960px)`,...toResponsiveImage(NkXIPB6tn)}},bxDMnuDgW:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+228.4),sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 960px)`,...toResponsiveImage(NkXIPB6tn)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+228.4),sizes:`min(${componentViewport?.width||\"100vw\"}, 960px)`,...toResponsiveImage(NkXIPB6tn)},className:\"framer-52bbis\",\"data-framer-name\":\"Banner\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1attssh\",\"data-framer-name\":\"content-wrap\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"wxu4wsVg3\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqIAs0kJ8:{stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1033uif\",code:\"framer-styles-preset-nsluub\",h1:\"framer-styles-preset-13l7jcv\",h2:\"framer-styles-preset-11t5m9o\",h3:\"framer-styles-preset-1bum67q\",img:\"framer-styles-preset-d6mop5\",p:\"framer-styles-preset-1q0ltbc\"}},bxDMnuDgW:{stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1033uif\",code:\"framer-styles-preset-nsluub\",h1:\"framer-styles-preset-13l7jcv\",h2:\"framer-styles-preset-11t5m9o\",h3:\"framer-styles-preset-1bum67q\",img:\"framer-styles-preset-d6mop5\",p:\"framer-styles-preset-1q0ltbc\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:LvxFWM_SR,className:\"framer-1v8o5ko\",\"data-framer-name\":\"Blog post\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1033uif\",code:\"framer-styles-preset-nsluub\",h1:\"framer-styles-preset-13l7jcv\",h2:\"framer-styles-preset-11t5m9o\",h3:\"framer-styles-preset-1bum67q\",img:\"framer-styles-preset-d6mop5\",p:\"framer-styles-preset-8nrnsm\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+1144.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oqerro-container\",nodeId:\"ky8KUnjVf\",scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(Button14,{BVNXHpiKr:\"ArrowUpRight\",drxRfGdgR:\"https://app.thirdi.ai/\",Gm0SzM1Lr:\"Start Free Trial!\",height:\"100%\",id:\"ky8KUnjVf\",jXO4RMbMA:\"var(--token-94c0b5cf-eeee-4d14-a3c9-fbfcf59f6b16, rgb(113, 48, 230))\",layoutId:\"ky8KUnjVf\",variant:\"Ki4gWGFP3\",w8TF5nVHc:true,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n413yt\",\"data-framer-name\":\"button-stack\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ZK2kXOxhZ:previousItemId_ZK2kXOxhZ},webPageId:\"Kaqak7VI3\"},implicitPathVariables:undefined},{href:{pathVariables:{ZK2kXOxhZ:previousItemId_ZK2kXOxhZ},webPageId:\"Kaqak7VI3\"},implicitPathVariables:undefined},{href:{pathVariables:{ZK2kXOxhZ:previousItemId_ZK2kXOxhZ},webPageId:\"Kaqak7VI3\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"48px\",y:(componentViewport?.y||0)+0+0+0+1272.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u0scw2-container\",nodeId:\"S7rKg2Mcg\",scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqIAs0kJ8:{fD4kME_x2:resolvedLinks[2]},bxDMnuDgW:{fD4kME_x2:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonBlog,{fD4kME_x2:resolvedLinks[0],height:\"100%\",id:\"S7rKg2Mcg\",layoutId:\"S7rKg2Mcg\",style:{height:\"100%\",width:\"100%\"},variant:\"mU3kiQUFW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ZK2kXOxhZ:nextItemId_ZK2kXOxhZ},webPageId:\"Kaqak7VI3\"},implicitPathVariables:undefined},{href:{pathVariables:{ZK2kXOxhZ:nextItemId_ZK2kXOxhZ},webPageId:\"Kaqak7VI3\"},implicitPathVariables:undefined},{href:{pathVariables:{ZK2kXOxhZ:nextItemId_ZK2kXOxhZ},webPageId:\"Kaqak7VI3\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"48px\",y:(componentViewport?.y||0)+0+0+0+1272.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-172rip4-container\",nodeId:\"bOGkDLbi7\",scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqIAs0kJ8:{fD4kME_x2:resolvedLinks1[2]},bxDMnuDgW:{fD4kME_x2:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonBlog,{fD4kME_x2:resolvedLinks1[0],height:\"100%\",id:\"bOGkDLbi7\",layoutId:\"bOGkDLbi7\",style:{height:\"100%\",width:\"100%\"},variant:\"xhWvaJkxk\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yzvtxt\",\"data-framer-name\":\"related-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aivg43\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-1389p7u\",\"data-framer-name\":\"text-wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13l7jcv\",\"data-styles-preset\":\"qZLzMYlAc\",children:\"Read more\"})}),className:\"framer-4tw61k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oyjleb\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-kmmio5\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11fa0if\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bxDMnuDgW:{pageSize:2,query:{from:{constraint:{left:{collection:\"pEHJ0AF_A\",name:\"d8Lr7UcUi\",type:\"Identifier\"},operator:\"==\",right:{collection:\"d8Lr7UcUi\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"pEHJ0AF_A\",data:Blog,type:\"Collection\"},right:{alias:\"d8Lr7UcUi\",data:Authors,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"pEHJ0AF_A\",name:\"ZK2kXOxhZ\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"NkXIPB6tn\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"QPqAFeWUG\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"yEHgPMv06\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"CyrmT61JO\",type:\"Identifier\"},{alias:\"d8Lr7UcUi.kdN2CYLVA\",collection:\"d8Lr7UcUi\",name:\"kdN2CYLVA\",type:\"Identifier\"},{alias:\"d8Lr7UcUi.QrW0V6Fke\",collection:\"d8Lr7UcUi\",name:\"QrW0V6Fke\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"e_d9g92OH\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{pageSize:3,query:{from:{constraint:{left:{collection:\"pEHJ0AF_A\",name:\"d8Lr7UcUi\",type:\"Identifier\"},operator:\"==\",right:{collection:\"d8Lr7UcUi\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"pEHJ0AF_A\",data:Blog,type:\"Collection\"},right:{alias:\"d8Lr7UcUi\",data:Authors,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"pEHJ0AF_A\",name:\"ZK2kXOxhZ\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"NkXIPB6tn\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"QPqAFeWUG\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"yEHgPMv06\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"CyrmT61JO\",type:\"Identifier\"},{alias:\"d8Lr7UcUi.kdN2CYLVA\",collection:\"d8Lr7UcUi\",name:\"kdN2CYLVA\",type:\"Identifier\"},{alias:\"d8Lr7UcUi.QrW0V6Fke\",collection:\"d8Lr7UcUi\",name:\"QrW0V6Fke\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"e_d9g92OH\",type:\"Identifier\"},{collection:\"pEHJ0AF_A\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({\"d8Lr7UcUi.kdN2CYLVA\":d8Lr7UcUi_kdN2CYLVApEHJ0AF_A,\"d8Lr7UcUi.QrW0V6Fke\":d8Lr7UcUi_QrW0V6FkepEHJ0AF_A,CyrmT61JO:CyrmT61JOpEHJ0AF_A,e_d9g92OH:e_d9g92OHpEHJ0AF_A,id:idpEHJ0AF_A,NkXIPB6tn:NkXIPB6tnpEHJ0AF_A,QPqAFeWUG:QPqAFeWUGpEHJ0AF_A,yEHgPMv06:yEHgPMv06pEHJ0AF_A,ZK2kXOxhZ:ZK2kXOxhZpEHJ0AF_A},index)=>{ZK2kXOxhZpEHJ0AF_A??=\"\";QPqAFeWUGpEHJ0AF_A??=\"\";yEHgPMv06pEHJ0AF_A??=\"\";CyrmT61JOpEHJ0AF_A??=\"\";d8Lr7UcUi_kdN2CYLVApEHJ0AF_A??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`pEHJ0AF_A-${idpEHJ0AF_A}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ZK2kXOxhZ:ZK2kXOxhZpEHJ0AF_A},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ZK2kXOxhZ:ZK2kXOxhZpEHJ0AF_A},webPageId:\"Kaqak7VI3\"},motionChild:true,nodeId:\"Q8bq4lmYB\",scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jnm07v framer-1hfo68p\",\"data-framer-name\":\"layout-wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqIAs0kJ8:{width:`max(min(${componentViewport?.width||\"100vw\"}, 960px) - 40px, 100px)`,y:(componentViewport?.y||0)+0+0+0+1400.4+0+0+0+132.4+0+0+0+0+0+0+0},bxDMnuDgW:{width:`max((max(min(${componentViewport?.width||\"100vw\"}, 960px) - 80px, 1px) - 10px) / 2, 100px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:540,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 960px), 1px) - 20px) / 3, 100px)`,y:(componentViewport?.y||0)+0+0+0+1400.4+0+0+0+132.4+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-132qke6-container\",nodeId:\"AFccwyQc9\",scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(ComponentArticleCard,{b7Z9SKNmd:toResponsiveImage(d8Lr7UcUi_QrW0V6FkepEHJ0AF_A),Bwx0BZC0m:CyrmT61JOpEHJ0AF_A,ELYkVyn7d:QPqAFeWUGpEHJ0AF_A,height:\"100%\",id:\"AFccwyQc9\",KYMhYyiDu:e_d9g92OHpEHJ0AF_A,layoutId:\"AFccwyQc9\",llZGYv9mh:toResponsiveImage(NkXIPB6tnpEHJ0AF_A),o9jT8pr7j:d8Lr7UcUi_kdN2CYLVApEHJ0AF_A,PLsU1cCg8:yEHgPMv06pEHJ0AF_A,style:{width:\"100%\"},variant:\"IKLwE5qov\",width:\"100%\"})})})})})})})},idpEHJ0AF_A);})})})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dfh3fo\",\"data-framer-name\":\"footer-section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqIAs0kJ8:{y:(componentViewport?.y||0)+0+0+0+3252.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+2162.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3uov1c-container\",nodeId:\"JXcae8jh5\",scopeId:\"Kaqak7VI3\",children:/*#__PURE__*/_jsx(Footer2,{height:\"100%\",id:\"JXcae8jh5\",layoutId:\"JXcae8jh5\",style:{width:\"100%\"},variant:\"HRTkVh54z\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MsfnC.framer-1hfo68p, .framer-MsfnC .framer-1hfo68p { display: block; }\",\".framer-MsfnC.framer-xirspx { align-content: center; align-items: center; background-color: var(--token-cf8e0529-f0c1-4cda-8a89-4f30ad34e8d9, #070018); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-MsfnC .framer-11y6u03-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-MsfnC .framer-e02xvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MsfnC .framer-vt5688 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-MsfnC .framer-36ds7a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 960px; padding: 0px; position: relative; width: 100%; }\",\".framer-MsfnC .framer-1mc1udo, .framer-MsfnC .framer-ogn0pg, .framer-MsfnC .framer-1l9t7jz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MsfnC .framer-1yt87mz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsfnC .framer-11o6g6s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsfnC .framer-1uo8rt8-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-MsfnC .framer-s4mozw { aspect-ratio: 1 / 1; background-color: var(--token-f02edc2d-a020-4238-937f-50e7641378f4, #978aa1); 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, 8px); overflow: hidden; position: relative; width: 8px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MsfnC .framer-1ch0sj9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MsfnC .framer-52bbis { aspect-ratio: 1.7777777777777777 / 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, 540px); max-width: 960px; position: relative; width: 100%; z-index: 4; }\",\".framer-MsfnC .framer-1attssh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 720px; padding: 0px; position: relative; width: 100%; }\",\".framer-MsfnC .framer-1v8o5ko { --framer-paragraph-spacing: 120px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-MsfnC .framer-1oqerro-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-MsfnC .framer-1n413yt { 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: min-content; }\",\".framer-MsfnC .framer-1u0scw2-container, .framer-MsfnC .framer-172rip4-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-MsfnC .framer-1yzvtxt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-MsfnC .framer-1aivg43 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 960px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MsfnC .framer-1389p7u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-MsfnC .framer-4tw61k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-MsfnC .framer-oyjleb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MsfnC .framer-kmmio5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MsfnC .framer-11fa0if { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(100px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-MsfnC .framer-1jnm07v { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-MsfnC .framer-132qke6-container, .framer-MsfnC .framer-3uov1c-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MsfnC .framer-1dfh3fo { 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%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MsfnC.framer-xirspx, .framer-MsfnC .framer-e02xvm, .framer-MsfnC .framer-vt5688, .framer-MsfnC .framer-36ds7a, .framer-MsfnC .framer-1yt87mz, .framer-MsfnC .framer-11o6g6s, .framer-MsfnC .framer-1ch0sj9, .framer-MsfnC .framer-1attssh, .framer-MsfnC .framer-1n413yt, .framer-MsfnC .framer-1yzvtxt, .framer-MsfnC .framer-1aivg43, .framer-MsfnC .framer-1389p7u, .framer-MsfnC .framer-oyjleb, .framer-MsfnC .framer-kmmio5, .framer-MsfnC .framer-1jnm07v, .framer-MsfnC .framer-1dfh3fo { gap: 0px; } .framer-MsfnC.framer-xirspx > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-MsfnC.framer-xirspx > :first-child, .framer-MsfnC .framer-e02xvm > :first-child, .framer-MsfnC .framer-vt5688 > :first-child, .framer-MsfnC .framer-36ds7a > :first-child, .framer-MsfnC .framer-1attssh > :first-child, .framer-MsfnC .framer-1yzvtxt > :first-child, .framer-MsfnC .framer-1aivg43 > :first-child, .framer-MsfnC .framer-kmmio5 > :first-child, .framer-MsfnC .framer-1dfh3fo > :first-child { margin-top: 0px; } .framer-MsfnC.framer-xirspx > :last-child, .framer-MsfnC .framer-e02xvm > :last-child, .framer-MsfnC .framer-vt5688 > :last-child, .framer-MsfnC .framer-36ds7a > :last-child, .framer-MsfnC .framer-1attssh > :last-child, .framer-MsfnC .framer-1yzvtxt > :last-child, .framer-MsfnC .framer-1aivg43 > :last-child, .framer-MsfnC .framer-kmmio5 > :last-child, .framer-MsfnC .framer-1dfh3fo > :last-child { margin-bottom: 0px; } .framer-MsfnC .framer-e02xvm > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-MsfnC .framer-vt5688 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-MsfnC .framer-36ds7a > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MsfnC .framer-1yt87mz > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-MsfnC .framer-1yt87mz > :first-child, .framer-MsfnC .framer-11o6g6s > :first-child, .framer-MsfnC .framer-1ch0sj9 > :first-child, .framer-MsfnC .framer-1n413yt > :first-child, .framer-MsfnC .framer-1389p7u > :first-child, .framer-MsfnC .framer-oyjleb > :first-child, .framer-MsfnC .framer-1jnm07v > :first-child { margin-left: 0px; } .framer-MsfnC .framer-1yt87mz > :last-child, .framer-MsfnC .framer-11o6g6s > :last-child, .framer-MsfnC .framer-1ch0sj9 > :last-child, .framer-MsfnC .framer-1n413yt > :last-child, .framer-MsfnC .framer-1389p7u > :last-child, .framer-MsfnC .framer-oyjleb > :last-child, .framer-MsfnC .framer-1jnm07v > :last-child { margin-right: 0px; } .framer-MsfnC .framer-11o6g6s > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-MsfnC .framer-1ch0sj9 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-MsfnC .framer-1attssh > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-MsfnC .framer-1n413yt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MsfnC .framer-1yzvtxt > *, .framer-MsfnC .framer-1dfh3fo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MsfnC .framer-1aivg43 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-MsfnC .framer-1389p7u > *, .framer-MsfnC .framer-1jnm07v > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-MsfnC .framer-oyjleb > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-MsfnC .framer-kmmio5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-MsfnC.framer-xirspx { width: 810px; } .framer-MsfnC .framer-vt5688 { padding: 120px 40px 0px 40px; } .framer-MsfnC .framer-52bbis { height: var(--framer-aspect-ratio-supported, 411px); } .framer-MsfnC .framer-1aivg43 { padding: 0px 40px 0px 40px; } .framer-MsfnC .framer-11fa0if { grid-template-columns: repeat(2, minmax(100px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-MsfnC.framer-xirspx { width: 360px; } .framer-MsfnC .framer-vt5688 { padding: 120px 20px 0px 20px; } .framer-MsfnC .framer-s4mozw { height: var(--framer-aspect-ratio-supported, 12px); } .framer-MsfnC .framer-52bbis { height: var(--framer-aspect-ratio-supported, 113px); } .framer-MsfnC .framer-1v8o5ko { width: 276px; } .framer-MsfnC .framer-1aivg43 { padding: 0px 20px 0px 20px; } .framer-MsfnC .framer-oyjleb { flex-direction: column; } .framer-MsfnC .framer-kmmio5 { flex: none; width: 100%; } .framer-MsfnC .framer-11fa0if { grid-template-columns: repeat(1, minmax(100px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MsfnC .framer-oyjleb { gap: 0px; } .framer-MsfnC .framer-oyjleb > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-MsfnC .framer-oyjleb > :first-child { margin-top: 0px; } .framer-MsfnC .framer-oyjleb > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5595.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bxDMnuDgW\":{\"layout\":[\"fixed\",\"auto\"]},\"bqIAs0kJ8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerKaqak7VI3=withCSS(Component,css,\"framer-MsfnC\");export default FramerKaqak7VI3;FramerKaqak7VI3.displayName=\"Page\";FramerKaqak7VI3.defaultProps={height:5595.5,width:1200};addFonts(FramerKaqak7VI3,[{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\"}]},...NavbarDropdown042Fonts,...BlogAuthor_imageFonts,...Button14Fonts,...ButtonBlogFonts,...ComponentArticleCardFonts,...Footer2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...componentPresets.fonts?.[\"wxu4wsVg3\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"wxu4wsVg3\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKaqak7VI3\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bxDMnuDgW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bqIAs0kJ8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"5595.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavbarDropdown042Fonts", "getFonts", "uxuZgJ267_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "BlogAuthor_imageFonts", "rrZkpudpc_default", "Button14Fonts", "YGT3_G4j6_default", "ButtonBlogFonts", "qOaHucxVQ_default", "ComponentArticleCardFonts", "EPWEUsgxE_default", "Footer2Fonts", "VqqZ1csMP_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "ZH27qaTKc_default", "E70TGIFxs_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "yEHgPMv06", "d8Lr7UcUi_QrW0V6Fke", "d8Lr7UcUi_kdN2CYLVA", "e_d9g92OH", "NkXIPB6tn", "LvxFWM_SR", "previousItemId_ZK2kXOxhZ", "nextItemId_ZK2kXOxhZ", "ZK2kXOxhZpEHJ0AF_A", "NkXIPB6tnpEHJ0AF_A", "QPqAFeWUGpEHJ0AF_A", "yEHgPMv06pEHJ0AF_A", "CyrmT61JOpEHJ0AF_A", "d8Lr7UcUi_kdN2CYLVApEHJ0AF_A", "d8Lr7UcUi_QrW0V6FkepEHJ0AF_A", "e_d9g92OHpEHJ0AF_A", "idpEHJ0AF_A", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "PropertyOverrides2", "uxuZgJ267_default", "RichText2", "x", "Container", "rrZkpudpc_default", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "YGT3_G4j6_default", "ResolveLinks", "resolvedLinks", "qOaHucxVQ_default", "resolvedLinks1", "ChildrenCanSuspend", "collection", "l", "index", "PathVariablesContext", "Link", "EPWEUsgxE_default", "VqqZ1csMP_default", "css", "FramerKaqak7VI3", "withCSS", "Kaqak7VI3_default", "addFonts", "NavbarDropdown042Fonts", "BlogAuthor_imageFonts", "Button14Fonts", "ButtonBlogFonts", "ComponentArticleCardFonts", "Footer2Fonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
