{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/H49G8cj7XntJthoj1Ok8/4KCVhRBuvBQ5BcyxUXJz/G0cBSJm8r.js"],
  "sourcesContent": ["// Generated by Framer (f73129a)\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,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LoadMore from\"https://framerusercontent.com/modules/DeOFaQSEkzad7IWREtaG/uSF4wTJztPxXXCcQVP6B/g3OPvNRkB.js\";import AFCMobilePhoneFooter from\"#framer/local/canvasComponent/iA9GBkl6h/iA9GBkl6h.js\";import AFCPCNavigationBar from\"#framer/local/canvasComponent/Mx1cb4mxS/Mx1cb4mxS.js\";import AFCPCFooter from\"#framer/local/canvasComponent/Nkgzj3DRP/Nkgzj3DRP.js\";import AFCMobileNavigationBar from\"#framer/local/canvasComponent/Or6AWSmhg/Or6AWSmhg.js\";import LatestNewsENG from\"#framer/local/collection/KfKxsbZ0l/KfKxsbZ0l.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle4 from\"#framer/local/css/fRp1aGxXW/fRp1aGxXW.js\";import*as sharedStyle3 from\"#framer/local/css/KL8_shXuA/KL8_shXuA.js\";import*as sharedStyle7 from\"#framer/local/css/laQ6hjXC0/laQ6hjXC0.js\";import*as sharedStyle5 from\"#framer/local/css/mudYIWaUK/mudYIWaUK.js\";import*as sharedStyle10 from\"#framer/local/css/muOV6ob9c/muOV6ob9c.js\";import*as sharedStyle1 from\"#framer/local/css/o07mSYKVv/o07mSYKVv.js\";import*as sharedStyle8 from\"#framer/local/css/o66AUKJQz/o66AUKJQz.js\";import*as sharedStyle2 from\"#framer/local/css/P9FzCuN7y/P9FzCuN7y.js\";import*as sharedStyle12 from\"#framer/local/css/sI1QNQRGC/sI1QNQRGC.js\";import*as sharedStyle9 from\"#framer/local/css/T5oDHwvbN/T5oDHwvbN.js\";import*as sharedStyle from\"#framer/local/css/UMlzeQjmY/UMlzeQjmY.js\";import*as sharedStyle11 from\"#framer/local/css/wMJoj9XlA/wMJoj9XlA.js\";import*as sharedStyle6 from\"#framer/local/css/y4mxlNs_E/y4mxlNs_E.js\";import metadataProvider from\"#framer/local/webPageMetadata/G0cBSJm8r/G0cBSJm8r.js\";const AFCPCNavigationBarFonts=getFonts(AFCPCNavigationBar);const AFCMobileNavigationBarFonts=getFonts(AFCMobileNavigationBar);const LoadMoreFonts=getFonts(LoadMore);const AFCPCFooterFonts=getFonts(AFCPCFooter);const AFCMobilePhoneFooterFonts=getFonts(AFCMobilePhoneFooter);const breakpoints={L_oSMNb7R:\"(min-width: 810px) and (max-width: 1199px)\",QV_zuiVJ9:\"(min-width: 1200px)\",xSxZ1rh8w:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-rZEsD\";const variantClassNames={L_oSMNb7R:\"framer-v-ens3ta\",QV_zuiVJ9:\"framer-v-ife4kh\",xSxZ1rh8w:\"framer-v-yr3xed\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};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;try{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"ONQpDbohz\");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:\"QV_zuiVJ9\",Phone:\"xSxZ1rh8w\",Tablet:\"L_oSMNb7R\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"QV_zuiVJ9\"};};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:\"G0cBSJm8r\",data:LatestNewsENG,type:\"Collection\"},select:[{collection:\"G0cBSJm8r\",name:\"cuHq1nnBT\",type:\"Identifier\"},{collection:\"G0cBSJm8r\",name:\"HLPB6KrDp\",type:\"Identifier\"},{collection:\"G0cBSJm8r\",name:\"sdvVraWNo\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"G0cBSJm8r\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,HLPB6KrDp=getFromCurrentRouteData(\"HLPB6KrDp\"),cuHq1nnBT=getFromCurrentRouteData(\"cuHq1nnBT\")??\"\",sdvVraWNo=getFromCurrentRouteData(\"sdvVraWNo\")??\"\",cyqtRlL4aONQpDbohz,cuHq1nnBTONQpDbohz,idONQpDbohz,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"L_oSMNb7R\",\"xSxZ1rh8w\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"L_oSMNb7R\",\"xSxZ1rh8w\"].includes(baseVariant))return true;return false;};const activeLocaleCode=useLocaleCode();const textContent=toDateString(HLPB6KrDp,{dateStyle:\"full\",locale:\"\"},activeLocaleCode);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"QV_zuiVJ9\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-ife4kh\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m3w8a5-container hidden-ens3ta hidden-yr3xed\",layoutScroll:true,nodeId:\"qmNaKR2Cm\",scopeId:\"G0cBSJm8r\",children:/*#__PURE__*/_jsx(AFCPCNavigationBar,{height:\"100%\",id:\"qmNaKR2Cm\",layoutId:\"qmNaKR2Cm\",style:{width:\"100%\"},variant:\"Apw5GfePU\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L_oSMNb7R:{height:60,width:componentViewport?.width||\"100vw\",y:0},xSxZ1rh8w:{height:60,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10sj9rr-container hidden-ife4kh\",layoutScroll:true,nodeId:\"LeUbfk1rw\",scopeId:\"G0cBSJm8r\",children:/*#__PURE__*/_jsx(AFCMobileNavigationBar,{height:\"100%\",id:\"LeUbfk1rw\",layoutId:\"LeUbfk1rw\",style:{width:\"100%\"},variant:\"gL2EpIkar\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"1200px\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13skytj-container\",\"data-framer-name\":\"Jack\",name:\"Jack\",nodeId:\"IVbsI6skM\",scopeId:\"G0cBSJm8r\",children:/*#__PURE__*/_jsx(AFCPCNavigationBar,{height:\"100%\",id:\"IVbsI6skM\",layoutId:\"IVbsI6skM\",name:\"Jack\",style:{width:\"100%\"},variant:\"Apw5GfePU\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b37zuc\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n7u5eo\",\"data-framer-name\":\"Title & Author\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mg_0fCmdM\"},motionChild:true,nodeId:\"bZ4LVXMWt\",scopeId:\"G0cBSJm8r\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-17vdm0c framer-1b6nqa6\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ywcuto\",\"data-framer-name\":\"Vector 90\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 15\"><path d=\"M 0 0 L 4 5.357 L 0 10.714\" transform=\"translate(2 2.143) rotate(-180 2 5.357)\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(98,119,228)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9203310505,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8m72ii\",\"data-styles-preset\":\"UMlzeQjmY\",style:{\"--framer-text-color\":\"var(--token-c56c3690-78c9-4692-8c4f-93fc3aaa2d4e, rgb(97, 119, 228))\"},children:\"Back to All \"})}),className:\"framer-1dhgz45\",\"data-framer-name\":\"Product\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7lwidh\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8m72ii\",\"data-styles-preset\":\"UMlzeQjmY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Apr 19, 2024\"})}),className:\"framer-18fgogl\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1n8hbpv\",\"data-styles-preset\":\"o07mSYKVv\",style:{\"--framer-text-color\":\"var(--token-e076f6ff-78d6-4c6b-b951-f405ef6a273f, rgb(51, 51, 51))\"},children:\"Harnessing the Power of AI for Smarter Workflows\"})}),className:\"framer-1jv7bka\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:cuHq1nnBT,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xyg0hh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bp2l98\",\"data-framer-name\":\"Main Content\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"xv8S38qw4\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"ypBkiC70O\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:sdvVraWNo,className:\"framer-1rcbsq5\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1bytt0c\",blockquote:\"framer-styles-preset-ekwbjb\",code:\"framer-styles-preset-1iwi1xv\",h1:\"framer-styles-preset-16xz9mu\",h2:\"framer-styles-preset-1n8hbpv\",h3:\"framer-styles-preset-3l5smg\",h4:\"framer-styles-preset-1pb76wn\",h5:\"framer-styles-preset-1a4jfdi\",h6:\"framer-styles-preset-hon3xs\",img:\"framer-styles-preset-21r6ii\",p:\"framer-styles-preset-1buapxr\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g390b2\",\"data-framer-name\":\"More from Octon\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pb76wn\",\"data-styles-preset\":\"fRp1aGxXW\",children:\"More from Octon\"})}),className:\"framer-1mpn0r2\",\"data-framer-name\":\"More from Octon\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lqhjsp\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:10,query:{from:{alias:\"ONQpDbohz\",data:LatestNewsENG,type:\"Collection\"},select:[{collection:\"ONQpDbohz\",name:\"cyqtRlL4a\",type:\"Identifier\"},{collection:\"ONQpDbohz\",name:\"cuHq1nnBT\",type:\"Identifier\"},{collection:\"ONQpDbohz\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({cuHq1nnBT:cuHq1nnBTONQpDbohz,cyqtRlL4a:cyqtRlL4aONQpDbohz,id:idONQpDbohz},index)=>{cyqtRlL4aONQpDbohz??=\"\";cuHq1nnBTONQpDbohz??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ONQpDbohz-${idONQpDbohz}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{cyqtRlL4a:cyqtRlL4aONQpDbohz},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-863m4v\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8m72ii\",\"data-styles-preset\":\"UMlzeQjmY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-v49luf\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1buapxr\",\"data-styles-preset\":\"laQ6hjXC0\",style:{\"--framer-text-color\":\"var(--token-9e67367b-f565-41f6-8cec-ffdab5cf9726, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{cyqtRlL4a:cyqtRlL4aONQpDbohz},webPageId:\"G0cBSJm8r\"},motionChild:true,nodeId:\"T6J7XuzS1\",openInNewTab:false,scopeId:\"G0cBSJm8r\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-o783wb\",\"data-styles-preset\":\"sI1QNQRGC\",children:\"Title\"})})})}),className:\"framer-1gpp6un\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:cuHq1nnBTONQpDbohz,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18f8os3\"})]})})},idONQpDbohz);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L_oSMNb7R:{y:(componentViewport?.y||0)+0+90+0+232.6+0+176+0+48+0+2892.5},xSxZ1rh8w:{y:(componentViewport?.y||0)+0+90+0+232.6+0+176+0+48+0+2892.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+140+0+232.6+0+0+48+0+2892.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r01sub-container\",isModuleExternal:true,nodeId:\"VLF4Q3YFI\",scopeId:\"G0cBSJm8r\",children:/*#__PURE__*/_jsx(LoadMore,{height:\"100%\",id:\"VLF4Q3YFI\",layoutId:\"VLF4Q3YFI\",variant:loaderVariants(paginationInfo,{disabled:\"RY1CAqXo3\",loading:\"HjxzgyO9l\"},\"fRQluzpqn\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1b86s49({loadMore})})})})})]})})})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:359,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3433.1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fcptij-container hidden-ens3ta hidden-yr3xed\",nodeId:\"LUITBu3P4\",scopeId:\"G0cBSJm8r\",children:/*#__PURE__*/_jsx(AFCPCFooter,{height:\"100%\",id:\"LUITBu3P4\",layoutId:\"LUITBu3P4\",style:{width:\"100%\"},variant:\"Gp8LTa9UD\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L_oSMNb7R:{height:757,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3509.1},xSxZ1rh8w:{height:757,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3509.1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jroodv-container hidden-ife4kh\",nodeId:\"nKXX5Cr3d\",scopeId:\"G0cBSJm8r\",children:/*#__PURE__*/_jsx(AFCMobilePhoneFooter,{height:\"100%\",id:\"nKXX5Cr3d\",layoutId:\"nKXX5Cr3d\",style:{width:\"100%\"},variant:\"V6tZLd4_w\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rZEsD.framer-1b6nqa6, .framer-rZEsD .framer-1b6nqa6 { display: block; }\",\".framer-rZEsD.framer-ife4kh { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-rZEsD .framer-1m3w8a5-container, .framer-rZEsD .framer-10sj9rr-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 3; }\",\".framer-rZEsD .framer-13skytj-container { flex: none; height: auto; opacity: 0; position: relative; width: 1200px; z-index: -1; }\",\".framer-rZEsD .framer-1b37zuc { 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: 1040px; padding: 0px; position: relative; width: 100%; }\",\".framer-rZEsD .framer-n7u5eo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rZEsD .framer-17vdm0c { 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; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-rZEsD .framer-ywcuto { flex: none; height: 15px; position: relative; width: 8px; }\",\".framer-rZEsD .framer-1dhgz45 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rZEsD .framer-7lwidh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rZEsD .framer-18fgogl, .framer-rZEsD .framer-1jv7bka, .framer-rZEsD .framer-1mpn0r2, .framer-rZEsD .framer-v49luf, .framer-rZEsD .framer-1gpp6un { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rZEsD .framer-1xyg0hh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rZEsD .framer-bp2l98 { align-content: center; align-items: center; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-rZEsD .framer-1rcbsq5 { --framer-paragraph-spacing: 24px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rZEsD .framer-g390b2 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 80px; width: 1px; z-index: 1; }\",\".framer-rZEsD .framer-1lqhjsp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-rZEsD .framer-863m4v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-rZEsD .framer-18f8os3 { background-color: var(--token-b469cdcf-2cdd-4ead-9365-1fee77fa79e4, #888888); border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; border-top-left-radius: 60px; border-top-right-radius: 60px; flex: none; height: 1px; opacity: 0.2; overflow: visible; position: relative; width: 100%; }\",\".framer-rZEsD .framer-r01sub-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-rZEsD .framer-fcptij-container, .framer-rZEsD .framer-jroodv-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-rZEsD.framer-ife4kh { gap: 30px; width: 810px; } .framer-rZEsD .framer-1b37zuc { padding: 0px 80px 0px 80px; } .framer-rZEsD .framer-1xyg0hh { flex-direction: column; } .framer-rZEsD .framer-bp2l98, .framer-rZEsD .framer-g390b2 { flex: none; width: 100%; }}\",\"@media (max-width: 809px) { .framer-rZEsD.framer-ife4kh { gap: 30px; width: 390px; } .framer-rZEsD .framer-1b37zuc { padding: 0px 30px 0px 30px; } .framer-rZEsD .framer-1xyg0hh { flex-direction: column; } .framer-rZEsD .framer-bp2l98, .framer-rZEsD .framer-g390b2 { flex: none; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2439\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"L_oSMNb7R\":{\"layout\":[\"fixed\",\"auto\"]},\"xSxZ1rh8w\":{\"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 FramerG0cBSJm8r=withCSS(Component,css,\"framer-rZEsD\");export default FramerG0cBSJm8r;FramerG0cBSJm8r.displayName=\"Blog\";FramerG0cBSJm8r.defaultProps={height:2439,width:1200};addFonts(FramerG0cBSJm8r,[{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\"}]},...AFCPCNavigationBarFonts,...AFCMobileNavigationBarFonts,...LoadMoreFonts,...AFCPCFooterFonts,...AFCMobilePhoneFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"xv8S38qw4\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"xv8S38qw4\"]):[],...componentPresets.fonts?.[\"ypBkiC70O\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ypBkiC70O\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG0cBSJm8r\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L_oSMNb7R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xSxZ1rh8w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"2439\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AFCPCNavigationBarFonts", "getFonts", "Mx1cb4mxS_default", "AFCMobileNavigationBarFonts", "Or6AWSmhg_default", "LoadMoreFonts", "g3OPvNRkB_default", "AFCPCFooterFonts", "Nkgzj3DRP_default", "AFCMobilePhoneFooterFonts", "iA9GBkl6h_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "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", "KfKxsbZ0l_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "HLPB6KrDp", "cuHq1nnBT", "sdvVraWNo", "cyqtRlL4aONQpDbohz", "cuHq1nnBTONQpDbohz", "idONQpDbohz", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wld3NDzSj1b86s49", "overlay", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "activeLocaleCode", "useLocaleCode", "textContent", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Link", "SVG", "RichText", "x", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "l", "index", "PathVariablesContext", "css", "FramerG0cBSJm8r", "withCSS", "G0cBSJm8r_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
