{"version":3,"file":"Xyj_M3V9w.CigPMsHs.mjs","names":["superfieldsId","superfieldsId","addPropertyOverrides","Phosphor","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","Image","css","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","className","css","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","className","css","BlogList","className","css"],"sources":["https:/framerusercontent.com/modules/jvvKJp1eFEdIYrKUF43c/RZgbfFM9udlbK8pGDXwq/PaginationLabel.js","https:/framerusercontent.com/modules/SjmdPPDPZAXy5pCDgKCg/s7cixmHpTQ6SY2oqIp8J/PaginationButtons.js","https:/framerusercontent.com/modules/8pbAJs6Y5RP3MBzWwmwZ/l3yknicjzCSwWLVnBprc/gWG3_bLQZ.js","https:/framerusercontent.com/modules/asp2A2H8iPg6PPwyEGbX/ZepxEhiImsibiM7WqQmy/kiz4lqPJn.js","https:/framerusercontent.com/modules/wnyc8g48M24H7Vg8K4Ui/ewH9bNwFbgSxBFLzFiKR/aJEV8VyiG.js","https:/framerusercontent.com/modules/G5sl67ezcWLjgRcO5YVE/5D47uUhOklkmo8Q481a5/Xyj_M3V9w.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{superfieldsId,calculateTotalPages}from\"https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/NS2M1g7qVI7y5CFDNb6m/SuperfieldsShared.js\";import useSuperfieldsStore from\"https://framerusercontent.com/modules/OoGHZMzWDzm2mNN7bmeR/UmOIjvpgKrLZznysVdbK/Store.js\";import{useState,useEffect}from\"react\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n */export default function PaginationLabel(props){const{superfieldsId}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const[initialized,setInitialized]=useState(false);const[totalItems,page,itemsPerPage,paginationType]=useSuperfieldsStore(superfieldsId,state=>[state.totalItems,state.page,state.itemsPerPage,state.paginationType]);const totalPages=calculateTotalPages(totalItems,itemsPerPage);useEffect(()=>{setInitialized(true);},[]);let visibleItems=0;if(paginationType==\"loadMoreButton\"){visibleItems=Math.min((page+1)*itemsPerPage,totalItems);}else{visibleItems=itemsPerPage;}const pageValue=isCanvas||!initialized?1:!page?1:page+1;const totalPagesValue=isCanvas||!initialized?10:!totalPages?0:totalPages;const itemsValue=isCanvas||!initialized?1:!visibleItems?0:visibleItems;const totalItemsValue=isCanvas||!initialized?10:!totalItems?0:totalItems;return /*#__PURE__*/_jsx(\"p\",{\"data-superfields\":true,style:{display:props.autoHide&&!isCanvas&&totalPagesValue==0?\"none\":undefined,color:props.fontColor,margin:0,userSelect:props.textSelect?\"auto\":\"none\",whiteSpace:\"pre\",...props.font,...props.style},children:props.text.replace(/\\[page\\]/g,pageValue.toString()).replace(/\\[totalPages\\]/g,totalPagesValue.toString()).replace(/\\[items\\]/g,itemsValue.toString()).replace(/\\[totalItems\\]/g,totalItemsValue.toString())});}PaginationLabel.displayName=\"Pagination Label\";addPropertyControls(PaginationLabel,{...superfieldsId(),text:{type:ControlType.String,defaultValue:\"Page [page] / [totalPages]\",displayTextArea:true,description:\"*[page]*: current page\\n*[totalPages]*: total number of pages\\n*[items]*: number of visible items\\n*[totalItems]*: total number of items\"},fontColor:{type:ControlType.Color,defaultValue:\"#000\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:16,lineHeight:1.4}},autoHide:{type:ControlType.Boolean,defaultValue:true,description:\"Hide label when no CMS items are visible\"},textSelect:{type:ControlType.Boolean,defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PaginationLabel\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{borderPropertyControl,Border,fillProp,createBackground,superfieldsId,useInstanceId,calculateTotalPages}from\"https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/NS2M1g7qVI7y5CFDNb6m/SuperfieldsShared.js\";import useSuperfieldsStore from\"https://framerusercontent.com/modules/OoGHZMzWDzm2mNN7bmeR/UmOIjvpgKrLZznysVdbK/Store.js\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n */export default function PaginationButtons(props){const{superfieldsId,type,border,disabled,hover,transition}=props;const id=useInstanceId();const isCanvas=RenderTarget.current()===RenderTarget.canvas;const[totalItems,page,itemsPerPage,setPage,paginationActive,setPaginationButtonsCount]=useSuperfieldsStore(superfieldsId,state=>[state.totalItems,state.page,state.itemsPerPage,state.setPage,state.paginationActive,state.setPaginationButtonsCount]);const totalPages=calculateTotalPages(totalItems,itemsPerPage);const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;const baseAnimate={...createBackground(props.fill),color:props.fontColor,opacity:1};const buttonStyle={position:\"relative\",display:\"flex\",justifyContent:props.font?.textAlign||\"center\",alignItems:\"center\",padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,borderRadius,userSelect:\"none\",flex:props.sizing==\"fill\"?\"1 0 0\":undefined,boxShadow:props.shadows,cursor:\"pointer\",backdropFilter:props.bgBlur?`blur(${props.bgBlur}px)`:undefined,...props.font,...props.style};const disabledStyle={cursor:\"default\"};let disabledAnimate=baseAnimate;if(disabled.mode==\"show\"){disabledAnimate={opacity:disabled.opacity,...createBackground(disabled.fill),color:disabled.fontColor??baseAnimate.color};}else{if(disabled.preserveSpace){disabledStyle.visibility=\"hidden\";}else{disabledStyle.display=\"none\";}}let hoverStyle=hover?{...createBackground(hover.fill),scale:hover.scale,opacity:hover.opacity,rotate:hover.rotate,color:hover.fontColor}:{};const borderElement=border&&/*#__PURE__*/_jsx(Border,{...border,borderRadius:borderRadius});function onPrevNextButtonClick(isNext){if(paginationActive){const newPage=isNext?page+1:page-1;if(newPage>=0&&newPage<totalPages){setPage(newPage);}}}function onLoadMoreButtonClick(){if(paginationActive&&page+1<totalPages){setPage(page+1);}}function onLoadAllButtonClick(){if(paginationActive&&page+1<totalPages){setPage(totalPages-1);}}const buttons=[];switch(type){case\"prevNext\":const showPrev=isCanvas||!paginationActive||page>0;const showNext=isCanvas||!paginationActive||page<totalPages-1;buttons.push(/*#__PURE__*/_jsxs(motion.div,{whileHover:showPrev?hoverStyle:disabledAnimate,animate:showPrev?baseAnimate:{...baseAnimate,...disabledAnimate},style:{...buttonStyle,...!showPrev&&disabledStyle},onClick:()=>onPrevNextButtonClick(false),initial:false,transition:transition,children:[props.buttonContent==\"text\"?props.prevButtonText:arrowIcon(props.arrowIcons,false),borderElement]}));buttons.push(/*#__PURE__*/_jsxs(motion.div,{whileHover:showNext?hoverStyle:disabledAnimate,animate:showNext?baseAnimate:{...baseAnimate,...disabledAnimate},style:{...buttonStyle,...!showNext&&disabledStyle},onClick:()=>onPrevNextButtonClick(true),initial:false,transition:transition,children:[props.buttonContent==\"text\"?props.nextButtonText:arrowIcon(props.arrowIcons,true),borderElement]}));break;case\"loadMore\":case\"loadAll\":const showLoadMore=isCanvas||!paginationActive||page<totalPages-1;buttons.push(/*#__PURE__*/_jsxs(motion.div,{whileHover:showLoadMore?hoverStyle:disabledAnimate,animate:showLoadMore?baseAnimate:{...baseAnimate,...disabledAnimate},style:{...buttonStyle,...!showLoadMore&&disabledStyle},onClick:type==\"loadMore\"?onLoadMoreButtonClick:onLoadAllButtonClick,initial:false,transition:transition,children:[(type==\"loadMore\"?props.loadMoreButtonText:props.loadAllButtonText).replace(/\\[items\\]/g,Math.min((page+1)*itemsPerPage,totalItems)).replace(/\\[totalItems\\]/g,totalItems),borderElement,disabledStyle.display==\"none\"&&!showLoadMore&&/*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:`div:has(> #${id}) { display: none; }`}})]}));break;}useEffect(()=>{setPaginationButtonsCount(buttons.length);},[buttons.length]);return /*#__PURE__*/_jsx(\"div\",{\"data-superfields\":true,id:id,style:{display:\"flex\",flexDirection:\"row\",gap:props.gap,...props.style},children:buttons});}PaginationButtons.displayName=\"Pagination Buttons\";addPropertyControls(PaginationButtons,{...superfieldsId(),type:{type:ControlType.Enum,defaultValue:\"pagination\",options:[\"prevNext\",\"loadMore\",\"loadAll\"],optionTitles:[\"Prev/Next Buttons\",\"Load More Button\",\"Load All Button\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},buttonContent:{type:ControlType.Enum,defaultValue:\"text\",options:[\"text\",\"arrows\"],optionTitles:[\"Text\",\"Arrows\"],displaySegmentedControl:true,title:\"Content\",hidden:props=>props.type!=\"prevNext\"},prevButtonText:{type:ControlType.String,defaultValue:\"Previous\",title:\"Previous Text\",hidden:props=>props.buttonContent!=\"text\"||props.type!=\"prevNext\"},nextButtonText:{type:ControlType.String,defaultValue:\"Next\",title:\"Next Text\",hidden:props=>props.buttonContent!=\"text\"||props.type!=\"prevNext\"},loadMoreButtonText:{type:ControlType.String,defaultValue:\"Load More ([items] / [totalItems])\",displayTextArea:true,title:\"Button Text\",description:\"*[items]*: number of visible items\\n*[totalItems]*: total number of items\",hidden:props=>props.type!=\"loadMore\"},loadAllButtonText:{type:ControlType.String,defaultValue:\"Load All ([items] / [totalItems])\",displayTextArea:true,title:\"Button Text\",description:\"*[items]*: number of visible items\\n*[totalItems]*: total number of items\",hidden:props=>props.type!=\"loadAll\"},arrowIcons:{type:ControlType.Object,buttonTitle:\"Options\",controls:{color:{type:ControlType.Color,defaultValue:\"#FFF\"},size:{type:ControlType.Number,defaultValue:24,min:1,step:1},stroke:{type:ControlType.Number,defaultValue:2,min:.01,step:.01}},hidden:props=>props.type!=\"prevNext\"||props.buttonContent!=\"arrows\"},fill:fillProp({color:\"#000\",gradientColorA:\"#8C8C8C\",gradientColorB:\"#000\"}),fontColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type==\"prevNext\"&&props.buttonContent==\"arrows\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4},hidden:props=>props.type==\"prevNext\"&&props.buttonContent==\"arrows\"},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},gap:{type:ControlType.Number,defaultValue:10,min:0,hidden:props=>props.type!=\"prevNext\"},border:borderPropertyControl(),shadows:{type:ControlType.BoxShadow},bgBlur:{type:ControlType.Number,min:0,max:100,step:1,displayStepper:true,title:\"BG Blur\"},hover:{type:ControlType.Object,buttonTitle:\"Style\",optional:true,icon:\"effect\",controls:{fill:fillProp({noDefault:true}),fontColor:{type:ControlType.Color,optional:true},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01},scale:{type:ControlType.Number,defaultValue:1,min:.1,step:.01},rotate:{type:ControlType.Number,defaultValue:0,min:-360,max:360,step:1}}},disabled:{type:ControlType.Object,controls:{mode:{type:ControlType.Enum,defaultValue:\"hide\",options:[\"hide\",\"show\"],optionTitles:[\"Hide\",\"Show\"],displaySegmentedControl:true},preserveSpace:{type:ControlType.Boolean,defaultValue:false,description:\"Preserve the space where a disabled button would be while hidden.\",hidden:props=>props.mode!==\"hide\"},fill:fillProp({noDefault:true,hidden:props=>props.mode!==\"show\"}),fontColor:{type:ControlType.Color,optional:true,hidden:props=>props.mode!==\"show\"},opacity:{type:ControlType.Number,defaultValue:.5,min:0,max:1,step:.01,hidden:props=>props.mode!==\"show\"}}},transition:{type:ControlType.Transition,defaultValue:{type:\"spring\",duration:.2,bounce:0}}});function arrowIcon(props,right){return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:props.size,height:props.size,viewBox:\"0 0 24 24\",\"stroke-width\":props.stroke,stroke:props.color,fill:\"none\",\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{display:\"block\",rotate:right?\"180deg\":undefined},children:/*#__PURE__*/_jsx(\"path\",{d:\"M15 6l-6 6l6 6\"})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PaginationButtons\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PaginationButtons.map","// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{withTruncateTextThreeLines,withTruncateTextTwoLines}from\"https://framerusercontent.com/modules/OfK7Pi0G4Hmbj8pCWDpo/xtPtnMUn4tpFJXPmnyNp/Truncate_Text.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sPN19FFTD9MNA8tqo9m2/YPAEQLe5bW6Mu0YctbNw/ijk0pUTkv.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/cLXIzVC9Z0Rd4N27qaMc/DT1rY1r4iZMALwxF4KQL/LTTSGREf5.js\";const RichTextWithTruncateTextTwoLinesfp082c=withCodeBoundaryForOverrides(RichText,{nodeId:\"WAW_NYIRA\",override:withTruncateTextTwoLines,scopeId:\"gWG3_bLQZ\"});const RichTextWithTruncateTextThreeLines1py0a0e=withCodeBoundaryForOverrides(RichText,{nodeId:\"PR1dlVDS0\",override:withTruncateTextThreeLines,scopeId:\"gWG3_bLQZ\"});const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"kf6bNJOCA\",\"gs2yYRaME\",\"TKvuOEDgg\"];const serializationHash=\"framer-8LKa5\";const variantClassNames={gs2yYRaME:\"framer-v-atbldy\",kf6bNJOCA:\"framer-v-1jlhwbu\",TKvuOEDgg:\"framer-v-guq204\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"kf6bNJOCA\",Hover:\"gs2yYRaME\",Mobile:\"TKvuOEDgg\"};const getProps=({blogTitle,category,height,id,link,publishedDate,shortDescription,thumbnail,width,...props})=>{return{...props,JIn_n7B6_:thumbnail??props.JIn_n7B6_??{src:\"https://framerusercontent.com/images/Q1HisjsmtywbQm5zz4GPTnz7kC4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Q1HisjsmtywbQm5zz4GPTnz7kC4.png?scale-down-to=512 512w,https://framerusercontent.com/images/Q1HisjsmtywbQm5zz4GPTnz7kC4.png 824w\"},LsG81XZj0:shortDescription??props.LsG81XZj0??\"Short Description\",ODiJjDHaU:blogTitle??props.ODiJjDHaU??\"Diony McPherson\",Op2wBKf8l:category??props.Op2wBKf8l??\"Education\",pPMv7Sid_:link??props.pPMv7Sid_,variant:humanReadableVariantMap[props.variant]??props.variant??\"kf6bNJOCA\",W6Jtz9Cig:publishedDate??props.W6Jtz9Cig??\"Date\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ODiJjDHaU,LsG81XZj0,W6Jtz9Cig,JIn_n7B6_,pPMv7Sid_,Op2wBKf8l,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kf6bNJOCA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntervf1mr4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"gs2yYRaME\");});const onMouseLeavecheoag=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"kf6bNJOCA\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:pPMv7Sid_,motionChild:true,nodeId:\"kf6bNJOCA\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1jlhwbu\",className,classNames)} framer-1nlw7j5`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kf6bNJOCA\",onMouseEnter:onMouseEntervf1mr4,ref:ref??ref1,style:{backgroundColor:\"var(--token-01567c45-50d1-4368-8438-fb65209361f4, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0px 4px 0px rgba(0, 0, 0, 0.1)\",...style},variants:{gs2yYRaME:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 6px 20px 10px rgba(0, 0, 0, 0.05)\"}},...addPropertyOverrides({gs2yYRaME:{\"data-framer-name\":\"Hover\",onMouseLeave:onMouseLeavecheoag},TKvuOEDgg:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ih8za\",layoutDependency:layoutDependency,layoutId:\"YWZA_h3hM\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),sizes:\"430px\",...toResponsiveImage(JIn_n7B6_)},className:\"framer-qd8g93\",layoutDependency:layoutDependency,layoutId:\"BNQ4z8IRp\",transformTemplate:transformTemplate1,...addPropertyOverrides({gs2yYRaME:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-6),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.999 + 22px)`,...toResponsiveImage(JIn_n7B6_)},transformTemplate:undefined}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1puutpz\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"Fk5gfoJqu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6cyzqa\",layoutDependency:layoutDependency,layoutId:\"VYqerlsb0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110)))\"},children:\"Date\"})}),className:\"framer-m5hlsh\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"kDgokvz_G\",style:{\"--extracted-r6o4lv\":\"var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:W6Jtz9Cig,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jlwp8z\",layoutDependency:layoutDependency,layoutId:\"RrjJ01Eax\",children:[/*#__PURE__*/_jsx(RichTextWithTruncateTextTwoLinesfp082c,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-14xrnx2\",\"data-styles-preset\":\"LTTSGREf5\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-df959849-11b0-4819-8c9a-400df0ae6951, rgb(48, 48, 48)))\"},children:\"Diony McPherson\"})}),className:\"framer-fp082c\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WAW_NYIRA\",style:{\"--extracted-1lwpl3i\":\"var(--token-df959849-11b0-4819-8c9a-400df0ae6951, rgb(48, 48, 48))\"},text:ODiJjDHaU,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithTruncateTextThreeLines1py0a0e,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1w1i3rl\",\"data-styles-preset\":\"ijk0pUTkv\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110)))\"},children:\"Short Description\"})}),className:\"framer-1py0a0e\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PR1dlVDS0\",style:{\"--extracted-r6o4lv\":\"var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110))\"},text:LsG81XZj0,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fex22l\",layoutDependency:layoutDependency,layoutId:\"osNfcda1T\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lmxmxb\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"jCWmaMziO\",style:{backgroundColor:\"var(--token-706bc750-c732-4755-a932-fc467f87f251, rgb(237, 237, 237))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lz8q7y\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"WSx5fjx8j\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1avrnt-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"MoCcMbOQ4-container\",nodeId:\"MoCcMbOQ4\",rendersWithMotion:true,scopeId:\"gWG3_bLQZ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fd1cb1d3-3f14-408a-8f03-86ecdc59f54d, rgb(63, 103, 244))\",height:\"100%\",iconSearch:\"tag\",iconSelection:\"House\",id:\"MoCcMbOQ4\",layoutId:\"MoCcMbOQ4\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1w1i3rl\",\"data-styles-preset\":\"ijk0pUTkv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110)))\"},children:\"Education\"})}),className:\"framer-14yc7cb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"drZ04Do9T\",style:{\"--extracted-r6o4lv\":\"var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Op2wBKf8l,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8LKa5.framer-1nlw7j5, .framer-8LKa5 .framer-1nlw7j5 { display: block; }\",\".framer-8LKa5.framer-1jlhwbu { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 430px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8LKa5 .framer-17ih8za { align-content: center; align-items: center; aspect-ratio: 1.8695652173913044 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 230px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8LKa5 .framer-qd8g93 { aspect-ratio: 1.8695652173913044 / 1; bottom: 0px; flex: none; left: 50%; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 430px); z-index: 1; }\",\".framer-8LKa5 .framer-1puutpz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 260px; padding: 24px; position: relative; width: 100%; }\",\".framer-8LKa5 .framer-6cyzqa { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8LKa5 .framer-m5hlsh, .framer-8LKa5 .framer-14yc7cb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8LKa5 .framer-1jlwp8z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8LKa5 .framer-fp082c, .framer-8LKa5 .framer-1py0a0e { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-8LKa5 .framer-1fex22l { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8LKa5 .framer-lmxmxb { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-8LKa5 .framer-1lz8q7y { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8LKa5 .framer-1avrnt-container { flex: none; height: 18px; position: relative; width: 17px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8LKa5.framer-1jlhwbu, .framer-8LKa5 .framer-17ih8za, .framer-8LKa5 .framer-6cyzqa, .framer-8LKa5 .framer-1jlwp8z, .framer-8LKa5 .framer-1fex22l, .framer-8LKa5 .framer-1lz8q7y { gap: 0px; } .framer-8LKa5.framer-1jlhwbu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8LKa5.framer-1jlhwbu > :first-child, .framer-8LKa5 .framer-6cyzqa > :first-child, .framer-8LKa5 .framer-1jlwp8z > :first-child, .framer-8LKa5 .framer-1fex22l > :first-child { margin-top: 0px; } .framer-8LKa5.framer-1jlhwbu > :last-child, .framer-8LKa5 .framer-6cyzqa > :last-child, .framer-8LKa5 .framer-1jlwp8z > :last-child, .framer-8LKa5 .framer-1fex22l > :last-child { margin-bottom: 0px; } .framer-8LKa5 .framer-17ih8za > *, .framer-8LKa5 .framer-1lz8q7y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8LKa5 .framer-17ih8za > :first-child, .framer-8LKa5 .framer-1lz8q7y > :first-child { margin-left: 0px; } .framer-8LKa5 .framer-17ih8za > :last-child, .framer-8LKa5 .framer-1lz8q7y > :last-child { margin-right: 0px; } .framer-8LKa5 .framer-6cyzqa > *, .framer-8LKa5 .framer-1jlwp8z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8LKa5 .framer-1fex22l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-8LKa5.framer-v-atbldy .framer-qd8g93 { bottom: unset; height: var(--framer-aspect-ratio-supported, 242px); left: -11px; right: -11px; top: -6px; width: unset; }\",\".framer-8LKa5.framer-v-guq204 .framer-1puutpz { gap: 20px; justify-content: flex-start; min-height: unset; padding: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8LKa5.framer-v-guq204 .framer-1puutpz { gap: 0px; } .framer-8LKa5.framer-v-guq204 .framer-1puutpz > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-8LKa5.framer-v-guq204 .framer-1puutpz > :first-child { margin-top: 0px; } .framer-8LKa5.framer-v-guq204 .framer-1puutpz > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 490\n * @framerIntrinsicWidth 430\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gs2yYRaME\":{\"layout\":[\"fixed\",\"auto\"]},\"TKvuOEDgg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ODiJjDHaU\":\"blogTitle\",\"LsG81XZj0\":\"shortDescription\",\"W6Jtz9Cig\":\"publishedDate\",\"JIn_n7B6_\":\"thumbnail\",\"pPMv7Sid_\":\"link\",\"Op2wBKf8l\":\"category\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergWG3_bLQZ=withCSS(Component,css,\"framer-8LKa5\");export default FramergWG3_bLQZ;FramergWG3_bLQZ.displayName=\"Blog Card\";FramergWG3_bLQZ.defaultProps={height:490,width:430};addPropertyControls(FramergWG3_bLQZ,{variant:{options:[\"kf6bNJOCA\",\"gs2yYRaME\",\"TKvuOEDgg\"],optionTitles:[\"Default\",\"Hover\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},ODiJjDHaU:{defaultValue:\"Diony McPherson\",title:\"Blog Title\",type:ControlType.String},LsG81XZj0:{defaultValue:\"Short Description\",description:\"\",displayTextArea:false,title:\"Short Description\",type:ControlType.String},W6Jtz9Cig:{defaultValue:\"Date\",displayTextArea:false,title:\"Published Date\",type:ControlType.String},JIn_n7B6_:{__defaultAssetReference:\"data:framer/asset-reference,Q1HisjsmtywbQm5zz4GPTnz7kC4.png?originalFilename=Unknown.png&preferredSize=auto\",description:\"\",title:\"Thumbnail\",type:ControlType.ResponsiveImage},pPMv7Sid_:{title:\"Link\",type:ControlType.Link},Op2wBKf8l:{defaultValue:\"Education\",displayTextArea:false,title:\"Category\",type:ControlType.String}});addFonts(FramergWG3_bLQZ,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergWG3_bLQZ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gs2yYRaME\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TKvuOEDgg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"ODiJjDHaU\\\":\\\"blogTitle\\\",\\\"LsG81XZj0\\\":\\\"shortDescription\\\",\\\"W6Jtz9Cig\\\":\\\"publishedDate\\\",\\\"JIn_n7B6_\\\":\\\"thumbnail\\\",\\\"pPMv7Sid_\\\":\\\"link\\\",\\\"Op2wBKf8l\\\":\\\"category\\\"}\",\"framerIntrinsicWidth\":\"430\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"490\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (47dffbb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jgLX9drmO7gHv2bQKgZF/YII8BLJBz1X94k9DRtst/csvml5HVB.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/9cAF07eaaClDdD2KAyrN/LmQ5jel78sio4wjCLMkc/JgK3VCBgs.js\";const serializationHash=\"framer-RpemA\";const variantClassNames={GuHUTEj_m:\"framer-v-8q9kt8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GuHUTEj_m\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-8q9kt8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GuHUTEj_m\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-9fkeyv\",\"data-styles-preset\":\"JgK3VCBgs\",style:{\"--framer-text-alignment\":\"center\"},children:\"Formflow Tips & Insights\"})}),className:\"framer-16h2ldc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rkVO5Swow\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ihwcbw\",\"data-styles-preset\":\"csvml5HVB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-df959849-11b0-4819-8c9a-400df0ae6951, rgb(48, 48, 48)))\"},children:\"Get expert tips, insights, and trends to simplify no-code form building and enhance workflow efficiency for your business.\"})}),className:\"framer-1dgqrak\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T7CSJGUsz\",style:{\"--extracted-r6o4lv\":\"var(--token-df959849-11b0-4819-8c9a-400df0ae6951, rgb(48, 48, 48))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RpemA.framer-1u2x3vi, .framer-RpemA .framer-1u2x3vi { display: block; }\",\".framer-RpemA.framer-8q9kt8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 680px; }\",\".framer-RpemA .framer-16h2ldc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RpemA .framer-1dgqrak { flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 116\n * @framerIntrinsicWidth 680\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerkiz4lqPJn=withCSS(Component,css,\"framer-RpemA\");export default Framerkiz4lqPJn;Framerkiz4lqPJn.displayName=\"Blog Title Header\";Framerkiz4lqPJn.defaultProps={height:116,width:680};addFonts(Framerkiz4lqPJn,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerkiz4lqPJn\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"680\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"116\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (47dffbb)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/b2gV65EarsQB6KttFuvy/ZY22FpIFBwpcowUSfveL/SviaEeQdC.js\";const enabledGestures={cCe88aKMg:{hover:true}};const cycleOrder=[\"cE5Mzi4JE\",\"cCe88aKMg\"];const serializationHash=\"framer-I54Ah\";const variantClassNames={cCe88aKMg:\"framer-v-2uk0dp\",cE5Mzi4JE:\"framer-v-1v2scr7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"cE5Mzi4JE\",\"Variant 2\":\"cCe88aKMg\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,Is70Em8QC:link??props.Is70Em8QC,tn74GRVpK:title??props.tn74GRVpK??\"All\",variant:humanReadableVariantMap[props.variant]??props.variant??\"cE5Mzi4JE\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,Is70Em8QC,tn74GRVpK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cE5Mzi4JE\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Is70Em8QC,motionChild:true,nodeId:\"cE5Mzi4JE\",openInNewTab:false,scopeId:\"aJEV8VyiG\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1v2scr7\",className,classNames)} framer-1aoz9yl`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cE5Mzi4JE\",ref:refBinding,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0.6021873017743928px 2.0474368260329356px -0.5833333333333333px rgba(0, 0, 0, 0.09), 0px 2.288533303243457px 7.781013231027754px -1.1666666666666665px rgba(0, 0, 0, 0.1), 0px 10px 34px -1.75px rgba(0, 0, 0, 0.16)\",...style},variants:{\"cCe88aKMg-hover\":{backgroundColor:\"rgb(237, 237, 237)\"},cCe88aKMg:{backgroundColor:\"rgba(237, 237, 237, 0)\",boxShadow:\"none\"}},...addPropertyOverrides({\"cCe88aKMg-hover\":{\"data-framer-name\":undefined},cCe88aKMg:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-9csiz\",\"data-styles-preset\":\"SviaEeQdC\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-01567c45-50d1-4368-8438-fb65209361f4, rgb(255, 255, 255)))\"},children:\"All\"})}),className:\"framer-137vqjg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uSPaMJSHa\",style:{\"--extracted-1w1cjl5\":\"var(--token-01567c45-50d1-4368-8438-fb65209361f4, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:tn74GRVpK,variants:{\"cCe88aKMg-hover\":{\"--extracted-1w1cjl5\":\"var(--token-159d76f9-2e1d-4083-990f-9f3be648e13c, rgb(0, 0, 0))\"},cCe88aKMg:{\"--extracted-1w1cjl5\":\"var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cCe88aKMg-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-9csiz\",\"data-styles-preset\":\"SviaEeQdC\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-159d76f9-2e1d-4083-990f-9f3be648e13c, rgb(0, 0, 0)))\"},children:\"All\"})})},cCe88aKMg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-9csiz\",\"data-styles-preset\":\"SviaEeQdC\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-eda17de0-8f3d-4957-8513-fc2649423ab4, rgb(110, 110, 110)))\"},children:\"All\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I54Ah.framer-1aoz9yl, .framer-I54Ah .framer-1aoz9yl { display: block; }\",\".framer-I54Ah.framer-1v2scr7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-I54Ah .framer-137vqjg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-I54Ah.framer-v-2uk0dp.framer-1v2scr7 { cursor: pointer; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"cCe88aKMg\":{\"layout\":[\"auto\",\"auto\"]},\"wss7UwH4M\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Is70Em8QC\":\"link\",\"tn74GRVpK\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraJEV8VyiG=withCSS(Component,css,\"framer-I54Ah\");export default FrameraJEV8VyiG;FrameraJEV8VyiG.displayName=\"Blog List\";FrameraJEV8VyiG.defaultProps={height:40,width:50};addPropertyControls(FrameraJEV8VyiG,{variant:{options:[\"cE5Mzi4JE\",\"cCe88aKMg\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},Is70Em8QC:{title:\"Link\",type:ControlType.Link},tn74GRVpK:{defaultValue:\"All\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FrameraJEV8VyiG,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraJEV8VyiG\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"50\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cCe88aKMg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wss7UwH4M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Is70Em8QC\\\":\\\"link\\\",\\\"tn74GRVpK\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,cx,getFonts,getPropertyControls,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import BlogList from\"https://framerusercontent.com/modules/wnyc8g48M24H7Vg8K4Ui/ewH9bNwFbgSxBFLzFiKR/aJEV8VyiG.js\";const BlogListFonts=getFonts(BlogList);const BlogListControls=getPropertyControls(BlogList);const serializationHash=\"framer-Z5fnw\";const variantClassNames={GIXdMQGVG:\"framer-v-1tmku1t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Variant 1\":\"cE5Mzi4JE\",\"Variant 2\":\"cCe88aKMg\"};const getProps=({advice,all,education,height,id,news,width,...props})=>{return{...props,HZ9_hCIhM:humanReadableEnumMap[news]??news??props.HZ9_hCIhM??\"cCe88aKMg\",iGfWFPif2:humanReadableEnumMap[advice]??advice??props.iGfWFPif2??\"cCe88aKMg\",iox2tW6uC:humanReadableEnumMap[all]??all??props.iox2tW6uC??\"cE5Mzi4JE\",oUc9pD2gG:humanReadableEnumMap[education]??education??props.oUc9pD2gG??\"cCe88aKMg\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,iox2tW6uC,iGfWFPif2,oUc9pD2gG,HZ9_hCIhM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GIXdMQGVG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1tmku1t\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GIXdMQGVG\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eQbmDKLhr\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+(0+((componentViewport?.height||35)-0-35)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k7b2u1-container\",layoutDependency:layoutDependency,layoutId:\"GhIaqN6cC-container\",children:/*#__PURE__*/_jsx(BlogList,{height:\"100%\",id:\"GhIaqN6cC\",Is70Em8QC:resolvedLinks[0],layoutId:\"GhIaqN6cC\",tn74GRVpK:\"All\",variant:iox2tW6uC,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{wALJAomZs:\"advice\"},unresolvedPathSlugs:{wALJAomZs:{collectionId:\"BvhLu436L\",collectionItemId:\"M_12itiH6\"}},webPageId:\"CyduRBTKW\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+(0+((componentViewport?.height||35)-0-35)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pz1jdx-container\",layoutDependency:layoutDependency,layoutId:\"m4IFWNcta-container\",children:/*#__PURE__*/_jsx(BlogList,{height:\"100%\",id:\"m4IFWNcta\",Is70Em8QC:resolvedLinks1[0],layoutId:\"m4IFWNcta\",tn74GRVpK:\"Advice\",variant:iGfWFPif2,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{wALJAomZs:\"education\"},unresolvedPathSlugs:{wALJAomZs:{collectionId:\"BvhLu436L\",collectionItemId:\"qCp3uGh7k\"}},webPageId:\"CyduRBTKW\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+(0+((componentViewport?.height||35)-0-35)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18f6yxw-container\",layoutDependency:layoutDependency,layoutId:\"p1fCmY_ol-container\",children:/*#__PURE__*/_jsx(BlogList,{height:\"100%\",id:\"p1fCmY_ol\",Is70Em8QC:resolvedLinks2[0],layoutId:\"p1fCmY_ol\",tn74GRVpK:\"Education\",variant:oUc9pD2gG,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{wALJAomZs:\"news\"},unresolvedPathSlugs:{wALJAomZs:{collectionId:\"BvhLu436L\",collectionItemId:\"NPadDcc9z\"}},webPageId:\"CyduRBTKW\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+(0+((componentViewport?.height||35)-0-35)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzoqcw-container\",layoutDependency:layoutDependency,layoutId:\"EcCQxn1i1-container\",children:/*#__PURE__*/_jsx(BlogList,{height:\"100%\",id:\"EcCQxn1i1\",Is70Em8QC:resolvedLinks3[0],layoutId:\"EcCQxn1i1\",tn74GRVpK:\"News\",variant:HZ9_hCIhM,width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Z5fnw.framer-1sospem, .framer-Z5fnw .framer-1sospem { display: block; }\",\".framer-Z5fnw.framer-1tmku1t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1400px; }\",\".framer-Z5fnw .framer-1k7b2u1-container, .framer-Z5fnw .framer-pz1jdx-container, .framer-Z5fnw .framer-18f6yxw-container, .framer-Z5fnw .framer-wzoqcw-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z5fnw.framer-1tmku1t { gap: 0px; } .framer-Z5fnw.framer-1tmku1t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Z5fnw.framer-1tmku1t > :first-child { margin-left: 0px; } .framer-Z5fnw.framer-1tmku1t > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iox2tW6uC\":\"all\",\"iGfWFPif2\":\"advice\",\"oUc9pD2gG\":\"education\",\"HZ9_hCIhM\":\"news\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXyj_M3V9w=withCSS(Component,css,\"framer-Z5fnw\");export default FramerXyj_M3V9w;FramerXyj_M3V9w.displayName=\"Blog Category List\";FramerXyj_M3V9w.defaultProps={height:35,width:1400};addPropertyControls(FramerXyj_M3V9w,{iox2tW6uC:BlogListControls?.[\"variant\"]&&{...BlogListControls[\"variant\"],defaultValue:\"cE5Mzi4JE\",description:\"\",hidden:undefined,title:\"All\"},iGfWFPif2:BlogListControls?.[\"variant\"]&&{...BlogListControls[\"variant\"],defaultValue:\"cCe88aKMg\",description:undefined,hidden:undefined,title:\"Advice\"},oUc9pD2gG:BlogListControls?.[\"variant\"]&&{...BlogListControls[\"variant\"],defaultValue:\"cCe88aKMg\",description:undefined,hidden:undefined,title:\"Education\"},HZ9_hCIhM:BlogListControls?.[\"variant\"]&&{...BlogListControls[\"variant\"],defaultValue:\"cCe88aKMg\",description:undefined,hidden:undefined,title:\"News\"}});addFonts(FramerXyj_M3V9w,[{explicitInter:true,fonts:[]},...BlogListFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXyj_M3V9w\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"iox2tW6uC\\\":\\\"all\\\",\\\"iGfWFPif2\\\":\\\"advice\\\",\\\"oUc9pD2gG\\\":\\\"education\\\",\\\"HZ9_hCIhM\\\":\\\"news\\\"}\",\"framerIntrinsicHeight\":\"35\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}