{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4alpbUYDbIgVVM8nPzPZ/3OEQyDqNb5jLto2d3rd9/AF9RrXWFq.js"],
  "sourcesContent": ["// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useDynamicRefs,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withInfiniteScroll}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Spinner from\"https://framerusercontent.com/modules/omo5LdjL4LRSZXvwvWOk/u3WxIJnBoahCGbEeALvk/O_XoZ3FcZ.js\";import Footer from\"#framer/local/canvasComponent/ACjowAeIA/ACjowAeIA.js\";import ButtonsSecondaty from\"#framer/local/canvasComponent/uFJ_GbEr4/uFJ_GbEr4.js\";import CardsArticle from\"#framer/local/canvasComponent/XUkDuLTkm/XUkDuLTkm.js\";import Blog from\"#framer/local/collection/trFSZRJZA/trFSZRJZA.js\";import*as sharedStyle from\"#framer/local/css/Lj2eaX7Mk/Lj2eaX7Mk.js\";import metadataProvider from\"#framer/local/webPageMetadata/AF9RrXWFq/AF9RrXWFq.js\";const ButtonsSecondatyFonts=getFonts(ButtonsSecondaty);const MotionDivWithFX=withFX(motion.div);const CardsArticleFonts=getFonts(CardsArticle);const ContainerWithFX=withFX(Container);const SpinnerFonts=getFonts(Spinner);const ContainerWithInfiniteScroll=withInfiniteScroll(Container);const FooterFonts=getFonts(Footer);const breakpoints={kaPrpMb9V:\"(max-width: 809px)\",m7CM7Why9:\"(min-width: 1200px)\",MVHkJGQLJ:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2bwyf\";const variantClassNames={kaPrpMb9V:\"framer-v-od6r9p\",m7CM7Why9:\"framer-v-1jzfnd0\",MVHkJGQLJ:\"framer-v-yqdxgo\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.1,delay:0,duration:1.5,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const 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 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,\"URbrrTnnm\");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:\"m7CM7Why9\",Phone:\"kaPrpMb9V\",Tablet:\"MVHkJGQLJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"m7CM7Why9\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,FQZS5giQVURbrrTnnm,wOTLAgz1UURbrrTnnm,GsV6Di4NkURbrrTnnm,CO00lxi_EURbrrTnnm,JfM1WrzkpURbrrTnnm,uWC2GUyToURbrrTnnm,idURbrrTnnm,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const activeLocaleCode=useLocaleCode();const dynamicRef=useDynamicRefs();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"m7CM7Why9\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1jzfnd0\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1d4frx8\",\"data-framer-name\":\"Article list\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-l7h64b\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qha7t1\",\"data-framer-name\":\"Content\",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-11arcjl\",\"data-framer-name\":\"Back home\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kaPrpMb9V:{y:(componentViewport?.y||0)+0+0+0+0+100+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+0+0+100+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a31e43-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kaPrpMb9V:{waGVC0PMn:resolvedLinks[2]},MVHkJGQLJ:{waGVC0PMn:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsSecondaty,{BHSh60lAT:false,height:\"100%\",id:\"Q_IEen3kJ\",layoutId:\"Q_IEen3kJ\",nCvhUV4Ql:\"Home\",qNcLO5jW_:\"ArrowLeft\",variant:\"Gz2ArRfw1\",waGVC0PMn:resolvedLinks[0],width:\"100%\"})})})})})})}),/*#__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-102hovs\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-cnkitt\",\"data-styles-preset\":\"Lj2eaX7Mk\",children:\"Articles & publications\"})}),className:\"framer-18drqjt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qap6f7\",\"data-framer-name\":\"Articles\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qt6zym\",\"data-framer-name\":\"Article list\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:12,query:{from:{alias:\"URbrrTnnm\",data:Blog,type:\"Collection\"},select:[{collection:\"URbrrTnnm\",name:\"FQZS5giQV\",type:\"Identifier\"},{collection:\"URbrrTnnm\",name:\"wOTLAgz1U\",type:\"Identifier\"},{collection:\"URbrrTnnm\",name:\"GsV6Di4Nk\",type:\"Identifier\"},{collection:\"URbrrTnnm\",name:\"CO00lxi_E\",type:\"Identifier\"},{collection:\"URbrrTnnm\",name:\"JfM1Wrzkp\",type:\"Identifier\"},{collection:\"URbrrTnnm\",name:\"uWC2GUyTo\",type:\"Identifier\"},{collection:\"URbrrTnnm\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({CO00lxi_E:CO00lxi_EURbrrTnnm,FQZS5giQV:FQZS5giQVURbrrTnnm,GsV6Di4Nk:GsV6Di4NkURbrrTnnm,id:idURbrrTnnm,JfM1Wrzkp:JfM1WrzkpURbrrTnnm,uWC2GUyTo:uWC2GUyToURbrrTnnm,wOTLAgz1U:wOTLAgz1UURbrrTnnm},index)=>{wOTLAgz1UURbrrTnnm??=\"\";GsV6Di4NkURbrrTnnm??=\"\";JfM1WrzkpURbrrTnnm??=\"\";uWC2GUyToURbrrTnnm??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`URbrrTnnm-${idURbrrTnnm}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{uWC2GUyTo:uWC2GUyToURbrrTnnm},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{uWC2GUyTo:uWC2GUyToURbrrTnnm},webPageId:\"qbi_3NPXz\"},implicitPathVariables:undefined},{href:{pathVariables:{uWC2GUyTo:uWC2GUyToURbrrTnnm},webPageId:\"qbi_3NPXz\"},implicitPathVariables:undefined},{href:{pathVariables:{uWC2GUyTo:uWC2GUyToURbrrTnnm},webPageId:\"qbi_3NPXz\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kaPrpMb9V:{width:`min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 700px)`,y:(componentViewport?.y||0)+0+0+0+0+100+0+133.2+0+0+0+789}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:223,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 700px)`,y:(componentViewport?.y||0)+0+0+0+100+0+133.2+0+0+0+789,children:/*#__PURE__*/_jsx(ContainerWithFX,{__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-cf48g8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kaPrpMb9V:{fCT7f74W8:resolvedLinks1[2],variant:\"Ze6TRCT9e\"},MVHkJGQLJ:{fCT7f74W8:resolvedLinks1[1],variant:\"mpxtn_2dU\"}},children:/*#__PURE__*/_jsx(CardsArticle,{FBkcpmDl9:JfM1WrzkpURbrrTnnm,fCT7f74W8:resolvedLinks1[0],height:\"100%\",id:\"i78ZDJUun\",kYNXScpcj:toDateString(CO00lxi_EURbrrTnnm,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),layoutId:\"i78ZDJUun\",LUZY3vlIE:GsV6Di4NkURbrrTnnm,Rkqk2GyyI:wOTLAgz1UURbrrTnnm,style:{width:\"100%\"},variant:\"LvnhxBESK\",width:\"100%\",yYjiwKCtF:toResponsiveImage(FQZS5giQVURbrrTnnm)})})})})})})})},idURbrrTnnm);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kaPrpMb9V:{y:(componentViewport?.y||0)+0+0+0+0+100+0+133.2+0+0+1012- -10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+0+0+100+0+133.2+0+0+1012- -10,children:/*#__PURE__*/_jsx(ContainerWithInfiniteScroll,{__loadMore:loadMore,__paginationInfo:paginationInfo,className:\"framer-19sbucf-container\",ref:dynamicRef(`${uWC2GUyToURbrrTnnm}-19sbucf`),children:/*#__PURE__*/_jsx(Spinner,{height:\"100%\",id:\"wHF6wNwQ1\",layoutId:\"wHF6wNwQ1\",variant:loaderVariants(paginationInfo,{disabled:\"PX1MOnVXY\",loading:\"G47S15YSn\"},\"G47S15YSn\"),width:\"100%\"})})})})]})})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:614,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1305.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fn7wk8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kaPrpMb9V:{variant:\"wOb2fTkrS\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"pwsiQAJsb\",layoutId:\"pwsiQAJsb\",style:{width:\"100%\"},variant:\"w4d7s2meQ\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-a65aeb92-d759-4a39-b772-8775ba6f096c, rgb(20, 20, 20)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2bwyf.framer-mj0tox, .framer-2bwyf .framer-mj0tox { display: block; }\",\".framer-2bwyf.framer-1jzfnd0 { align-content: center; align-items: center; background-color: var(--token-a65aeb92-d759-4a39-b772-8775ba6f096c, #141414); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-2bwyf .framer-1d4frx8 { align-content: center; align-items: center; background-color: var(--token-a65aeb92-d759-4a39-b772-8775ba6f096c, #141414); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2bwyf .framer-l7h64b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 60px 0px; position: relative; width: 1px; }\",\".framer-2bwyf .framer-1qha7t1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2bwyf .framer-11arcjl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-2bwyf .framer-a31e43-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2bwyf .framer-102hovs { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-2bwyf .framer-18drqjt { --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-2bwyf .framer-qap6f7 { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2bwyf .framer-1qt6zym { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2bwyf .framer-cf48g8-container, .framer-2bwyf .framer-1fn7wk8-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-2bwyf .framer-19sbucf-container { bottom: -50px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2bwyf.framer-1jzfnd0, .framer-2bwyf .framer-1d4frx8, .framer-2bwyf .framer-l7h64b, .framer-2bwyf .framer-1qha7t1, .framer-2bwyf .framer-11arcjl, .framer-2bwyf .framer-102hovs, .framer-2bwyf .framer-qap6f7, .framer-2bwyf .framer-1qt6zym { gap: 0px; } .framer-2bwyf.framer-1jzfnd0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2bwyf.framer-1jzfnd0 > :first-child, .framer-2bwyf .framer-1qha7t1 > :first-child, .framer-2bwyf .framer-qap6f7 > :first-child, .framer-2bwyf .framer-1qt6zym > :first-child { margin-top: 0px; } .framer-2bwyf.framer-1jzfnd0 > :last-child, .framer-2bwyf .framer-1qha7t1 > :last-child, .framer-2bwyf .framer-qap6f7 > :last-child, .framer-2bwyf .framer-1qt6zym > :last-child { margin-bottom: 0px; } .framer-2bwyf .framer-1d4frx8 > *, .framer-2bwyf .framer-l7h64b > *, .framer-2bwyf .framer-11arcjl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2bwyf .framer-1d4frx8 > :first-child, .framer-2bwyf .framer-l7h64b > :first-child, .framer-2bwyf .framer-11arcjl > :first-child, .framer-2bwyf .framer-102hovs > :first-child { margin-left: 0px; } .framer-2bwyf .framer-1d4frx8 > :last-child, .framer-2bwyf .framer-l7h64b > :last-child, .framer-2bwyf .framer-11arcjl > :last-child, .framer-2bwyf .framer-102hovs > :last-child { margin-right: 0px; } .framer-2bwyf .framer-1qha7t1 > *, .framer-2bwyf .framer-qap6f7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2bwyf .framer-102hovs > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-2bwyf .framer-1qt6zym > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-2bwyf.framer-1jzfnd0 { width: 810px; }}\",\"@media (max-width: 809px) { .framer-2bwyf.framer-1jzfnd0 { width: 390px; } .framer-2bwyf .framer-1d4frx8 { flex-direction: column; } .framer-2bwyf .framer-l7h64b { flex: none; padding: 100px 16px 60px 16px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2bwyf .framer-1d4frx8 { gap: 0px; } .framer-2bwyf .framer-1d4frx8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2bwyf .framer-1d4frx8 > :first-child { margin-top: 0px; } .framer-2bwyf .framer-1d4frx8 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1941\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MVHkJGQLJ\":{\"layout\":[\"fixed\",\"auto\"]},\"kaPrpMb9V\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerAF9RrXWFq=withCSS(Component,css,\"framer-2bwyf\");export default FramerAF9RrXWFq;FramerAF9RrXWFq.displayName=\"Blog\";FramerAF9RrXWFq.defaultProps={height:1941,width:1200};addFonts(FramerAF9RrXWFq,[{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\"}]},...ButtonsSecondatyFonts,...CardsArticleFonts,...SpinnerFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAF9RrXWFq\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MVHkJGQLJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kaPrpMb9V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1941\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "+sBACqnC,IAAMA,GAAsBC,EAASC,CAAgB,EAAQC,GAAgBC,EAAOC,EAAO,GAAG,EAAQC,GAAkBL,EAASM,CAAY,EAAQC,GAAgBJ,EAAOK,CAAS,EAAQC,GAAaT,EAASU,CAAO,EAAQC,GAA4BC,EAAmBJ,CAAS,EAAQK,GAAYb,EAASc,CAAM,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,sBAAsB,UAAU,4CAA4C,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,EAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,EAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAa,CAACD,EAAME,EAAQ,CAAC,EAAEC,IAAe,CAAC,GAAG,OAAOH,GAAQ,SAAS,MAAM,GAAG,IAAMI,EAAK,IAAI,KAAKJ,CAAK,EAAE,GAAG,MAAMI,EAAK,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAMC,EAAQH,EAAQ,QAAQA,EAAQ,QAAQ,OAAaI,EAAY,CAAC,UAAUD,IAAU,OAAOH,EAAQ,UAAU,OAAU,UAAUG,IAAU,OAAO,OAAU,QAAQ,SAAS,KAAK,EAAQE,EAAe,QAAcC,EAAON,EAAQ,QAAQC,GAAcI,EACvlF,GAAG,CAAC,OAAOH,EAAK,eAAeI,EAAOF,CAAW,CAAE,MAAC,CAAM,OAAOF,EAAK,eAAeG,EAAeD,CAAW,CAAE,CAAC,EAAQG,GAAe,CAACC,EAAcC,EAASC,IAAqBF,EAAc,aAAaA,EAAc,WAAkBC,EAAS,UAAUC,EAAkBF,EAAc,UAAiBC,EAAS,SAASC,EAAsBA,EAAuBC,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,GAAK,CAAC,eAAAC,EAAe,eAAAC,EAAe,SAAAC,CAAQ,EAAEC,GAA0BN,EAAMC,EAAS,WAAW,EAAQM,EAAKC,GAAaL,CAAc,EAAE,OAAOD,EAASK,EAAKH,EAAeC,CAAQ,CAAE,EAAQI,GAAU,CAAC,CAAC,MAAAvB,CAAK,IAAoBwB,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOzB,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAU0B,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,GAAK,CAAC,aAAA/B,EAAa,UAAAgC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAErB,GAASI,CAAK,EAAQkB,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiB,OAAU/C,CAAY,EAAE,GAAG+C,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAAC,OAAUhD,CAAY,CAAC,EAAQiD,EAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiB,OAAU/C,CAAY,EAAE,SAAS,MAAM+C,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAU/C,CAAY,CAAC,EAAE,GAAK,CAACkD,EAAYC,EAAmB,EAAEC,GAA8Bf,EAAQgB,GAAY,EAAK,EAAQC,GAAe,OAAoEC,GAAkBC,EAAGjE,GAAkB,GAArE,CAAa4C,EAAS,CAAuE,EAAQsB,GAAWC,EAAO,IAAI,EAAQC,GAAOC,EAAU,EAAQC,GAAiBC,EAAc,EAAQC,GAAWC,GAAe,EAAQC,GAAsBC,EAAM,EAAEC,EAAiB,CAAC,CAAC,EAAE,IAAMC,EAAkBC,EAAqB,EAAE,OAAoB/C,EAAKgD,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA9E,EAAiB,EAAE,SAAsB+E,EAAMC,EAAY,CAAC,GAAGpC,GAAU6B,GAAgB,SAAS,CAAcM,EAAME,EAAO,IAAI,CAAC,GAAG5B,GAAU,UAAUW,EAAGD,GAAkB,iBAAiBpB,CAAS,EAAE,IAAIJ,GAAK0B,GAAK,MAAM,CAAC,GAAGvB,CAAK,EAAE,SAAS,CAAcZ,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBiD,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcjD,EAAKoD,GAAgB,CAAC,kBAAkB,CAAC,WAAWhF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAU,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB2B,EAAKqD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BtD,EAAKuD,EAAkB,CAAC,WAAW3B,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGkB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsB9C,EAAKwD,EAA0B,CAAC,OAAO,GAAG,GAAGV,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,SAAsB9C,EAAKyD,EAAU,CAAC,UAAU,0BAA0B,SAAsBzD,EAAKuD,EAAkB,CAAC,WAAW3B,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU0B,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBtD,EAAK0D,EAAiB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,UAAU,YAAY,QAAQ,YAAY,UAAUJ,EAAc,CAAC,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetD,EAAKoD,GAAgB,CAAC,kBAAkB,CAAC,WAAWhF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAU,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsB2B,EAAK2D,GAAS,CAAC,sBAAsB,GAAK,SAAsB3D,EAAW4D,EAAS,CAAC,SAAsB5D,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBA,EAAK6D,EAAmB,CAAC,SAAsB7D,EAAKZ,GAAU,CAAC,SAAS,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0E,GAAK,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACC,EAAWtE,EAAeC,KAAwBuD,EAAMe,EAAU,CAAC,SAAS,CAACD,GAAY,IAAI,CAAC,CAAC,UAAU5C,GAAmB,UAAUH,GAAmB,UAAUE,EAAmB,GAAGI,EAAY,UAAUF,EAAmB,UAAUC,EAAmB,UAAUJ,CAAkB,EAAEgD,MAAShD,IAAqB,GAAGC,IAAqB,GAAGE,IAAqB,GAAGC,IAAqB,GAAuBrB,EAAKkD,EAAY,CAAC,GAAG,aAAa5B,IAAc,SAAsBtB,EAAKkE,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU7C,CAAkB,EAAE,SAAsBrB,EAAKqD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUhC,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS8C,GAA6BnE,EAAKuD,EAAkB,CAAC,WAAW3B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWkB,GAAmB,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,SAAsB9C,EAAKwD,EAA0B,CAAC,OAAO,IAAI,MAAM,WAAWV,GAAmB,OAAO,wBAAwB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,SAAsB9C,EAAKoE,GAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAU,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,SAAsB2B,EAAKuD,EAAkB,CAAC,WAAW3B,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUuC,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBnE,EAAKqE,EAAa,CAAC,UAAUjD,EAAmB,UAAU+C,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU3F,GAAa2C,GAAmB,CAAC,UAAU,SAAS,OAAO,EAAE,EAAEoB,EAAgB,EAAE,SAAS,YAAY,UAAUrB,EAAmB,UAAUD,EAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU3C,GAAkB0C,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEM,CAAW,EAAG,EAAetB,EAAKuD,EAAkB,CAAC,WAAW3B,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGkB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAM,IAAG,CAAC,EAAE,SAAsB9C,EAAKwD,EAA0B,CAAC,OAAO,GAAG,GAAGV,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAM,KAAI,SAAsB9C,EAAKsE,GAA4B,CAAC,WAAW5E,GAAS,iBAAiBD,EAAe,UAAU,2BAA2B,IAAIgD,GAAW,GAAGpB,YAA4B,EAAE,SAAsBrB,EAAKuE,EAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQvF,GAAeS,EAAe,CAAC,SAAS,YAAY,QAAQ,WAAW,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeO,EAAKwD,EAA0B,CAAC,OAAO,IAAI,MAAMV,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsB9C,EAAKyD,EAAU,CAAC,UAAU,2BAA2B,SAAsBzD,EAAKuD,EAAkB,CAAC,WAAW3B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKwE,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexE,EAAKF,GAAU,CAAC,MAAM,+FAA+F,CAAC,EAAeE,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyE,GAAI,CAAC,kFAAkF,gFAAgF,sVAAsV,4VAA4V,sSAAsS,qSAAqS,8RAA8R,wGAAwG,iTAAiT,oPAAoP,oRAAoR,6RAA6R,iJAAiJ,4KAA4K,6vDAA6vD,GAAeA,GAAI,sGAAsG,ukBAAukB,EAU51dC,EAAgBC,EAAQpE,GAAUkE,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAsB,GAAGC,GAAkB,GAAGC,GAAa,GAAGC,GAAY,GAAGC,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACt6D,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,OAAO,uBAAyB,GAAG,oCAAsC,4JAA0L,sBAAwB,IAAI,sBAAwB,OAAO,qBAAuB,OAAO,6BAA+B,OAAO,4BAA8B,OAAO,yBAA2B,OAAO,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["ButtonsSecondatyFonts", "getFonts", "uFJ_GbEr4_default", "MotionDivWithFX", "withFX", "motion", "CardsArticleFonts", "XUkDuLTkm_default", "ContainerWithFX", "Container", "SpinnerFonts", "O_XoZ3FcZ_default", "ContainerWithInfiniteScroll", "withInfiniteScroll", "FooterFonts", "ACjowAeIA_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "toResponsiveImage", "value", "toDateString", "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", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "FQZS5giQVURbrrTnnm", "wOTLAgz1UURbrrTnnm", "GsV6Di4NkURbrrTnnm", "CO00lxi_EURbrrTnnm", "JfM1WrzkpURbrrTnnm", "uWC2GUyToURbrrTnnm", "idURbrrTnnm", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "dynamicRef", "useDynamicRefs", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivWithFX", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "ComponentViewportProvider", "Container", "uFJ_GbEr4_default", "RichText2", "x", "ChildrenCanSuspend", "trFSZRJZA_default", "collection", "l", "index", "PathVariablesContext", "resolvedLinks1", "ContainerWithFX", "XUkDuLTkm_default", "ContainerWithInfiniteScroll", "O_XoZ3FcZ_default", "ACjowAeIA_default", "css", "FramerAF9RrXWFq", "withCSS", "AF9RrXWFq_default", "addFonts", "ButtonsSecondatyFonts", "CardsArticleFonts", "SpinnerFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
