{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/NsClDb8e77NaO42KH8tz/QbnLkxdC1rYBCAYUpIgb/BcncaOMrv.js"],
  "sourcesContent": ["// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/q6QHBkUymdktnMQmdwdO/Input.js\";import Footer from\"#framer/local/canvasComponent/AWPASgIgr/AWPASgIgr.js\";import Nav2Mobile from\"#framer/local/canvasComponent/dbZz5WSOT/dbZz5WSOT.js\";import NavSimple from\"#framer/local/canvasComponent/peYZfYUPW/peYZfYUPW.js\";import LoadMore3 from\"#framer/local/canvasComponent/YYgPlP_16/YYgPlP_16.js\";import{withCharacterLimit}from\"#framer/local/codeFile/LghB6au/Character_limit.js\";import Categories from\"#framer/local/collection/T513dcgNE/T513dcgNE.js\";import Tags from\"#framer/local/collection/Us3MV7eAI/Us3MV7eAI.js\";import Post from\"#framer/local/collection/vcNpxidT1/vcNpxidT1.js\";import*as sharedStyle from\"#framer/local/css/BLwEQQDw4/BLwEQQDw4.js\";import*as sharedStyle3 from\"#framer/local/css/KhN5m2T7F/KhN5m2T7F.js\";import*as sharedStyle5 from\"#framer/local/css/L5PFEvZQm/L5PFEvZQm.js\";import*as sharedStyle6 from\"#framer/local/css/lMhkIvhdK/lMhkIvhdK.js\";import*as sharedStyle2 from\"#framer/local/css/Q_usAChcm/Q_usAChcm.js\";import*as sharedStyle7 from\"#framer/local/css/qTIZWkXvJ/qTIZWkXvJ.js\";import*as sharedStyle1 from\"#framer/local/css/rktsgO1up/rktsgO1up.js\";import*as sharedStyle4 from\"#framer/local/css/x3ce75dEK/x3ce75dEK.js\";import*as sharedStyle8 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/BcncaOMrv/BcncaOMrv.js\";const Nav2MobileFonts=getFonts(Nav2Mobile);const NavSimpleFonts=getFonts(NavSimple);const HeroFonts=getFonts(Hero);const RichTextWithCharacterLimit=withCharacterLimit(RichText);const LoadMore3Fonts=getFonts(LoadMore3);const InputFonts=getFonts(Input);const FooterFonts=getFonts(Footer);const breakpoints={kW1r4wtgH:\"(min-width: 1260px)\",P6j9dIEVr:\"(max-width: 799px)\",ujSbImwfS:\"(min-width: 800px) and (max-width: 1259px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-5SqnB\";const variantClassNames={kW1r4wtgH:\"framer-v-lyy01m\",P6j9dIEVr:\"framer-v-q3zpws\",ujSbImwfS:\"framer-v-1655n31\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData1=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"OE8tWZqm2\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"kW1r4wtgH\",Phone:\"P6j9dIEVr\",Tablet:\"ujSbImwfS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"kW1r4wtgH\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"BcncaOMrv\",data:Tags,type:\"Collection\"},select:[{collection:\"BcncaOMrv\",name:\"id\",type:\"Identifier\"},{collection:\"BcncaOMrv\",name:\"MLIVjKU1B\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"BcncaOMrv\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,MLIVjKU1B=getFromCurrentRouteData(\"MLIVjKU1B\")??\"\",Dz1df3HAFmqCfMpWR_,aqlKN39c9mqCfMpWR_,ORvYLyGiwmqCfMpWR_,drWVZhu7jmqCfMpWR_,Kvw66jr5pH1SHsj2bg,EcVs3A8ojH1SHsj2bg,idH1SHsj2bg,idmqCfMpWR_,id=getFromCurrentRouteData(\"id\"),Dz1df3HAFOE8tWZqm2,aqlKN39c9OE8tWZqm2,ORvYLyGiwOE8tWZqm2,drWVZhu7jOE8tWZqm2,Kvw66jr5paNMsejau3,EcVs3A8ojaNMsejau3,idaNMsejau3,idOE8tWZqm2,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const onSubmittxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"P6j9dIEVr\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"P6j9dIEVr\")return false;return true;};const elementId=useRouteElementId(\"hQsWptQGM\");const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"kW1r4wtgH\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-lyy01m\",className),ref:ref??ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P6j9dIEVr:{height:64,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mc0zm9-container hidden-lyy01m hidden-1655n31\",children:/*#__PURE__*/_jsx(Nav2Mobile,{height:\"100%\",id:\"NqMiY23eE\",IwijaReYC:\"\",layoutId:\"NqMiY23eE\",style:{height:\"100%\",width:\"100%\"},variant:\"nf5tLW8yH\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hkwv69 hidden-q3zpws\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pp642m-container\",children:/*#__PURE__*/_jsx(NavSimple,{height:\"100%\",id:\"PQTJ1K84a\",IwijaReYC:\"\",layoutId:\"PQTJ1K84a\",style:{height:\"100%\",width:\"100%\"},variant:\"EDZ0hVhBG\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qe8jrv\",\"data-framer-name\":\"Banner\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-69sne7\",\"data-framer-name\":\"Title Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3gu11k\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-andvw8\",\"data-styles-preset\":\"BLwEQQDw4\",style:{\"--framer-text-color\":\"var(--token-bf966309-2582-4df8-98f4-f091ce81e703, rgb(19, 20, 21))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JkGTnPC0f\"},nodeId:\"DLsDBNp2o\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-b9e581\",\"data-styles-preset\":\"rktsgO1up\",children:\"HOME / \"})})})}),className:\"framer-1fk8zu8\",\"data-framer-name\":\"Blog title\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-andvw8\",\"data-styles-preset\":\"BLwEQQDw4\",style:{\"--framer-text-color\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\"},children:\"ADHD\"})}),className:\"framer-1cbyahy\",\"data-framer-name\":\"Blog title\",fonts:[\"Inter\"],text:MLIVjKU1B,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15i66zx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14az9t2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14gd99t-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(88, 94, 91)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Tag\",id:\"yPYFJ5Ul2\",layoutId:\"yPYFJ5Ul2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yaf96t\",\"data-styles-preset\":\"Q_usAChcm\",children:\"tag\"})}),className:\"framer-4udmca\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1j2oj39\",\"data-styles-preset\":\"KhN5m2T7F\",children:\"ADHD\"})}),className:\"framer-akn37v\",\"data-framer-name\":\"Blog title\",fonts:[\"Inter\"],text:MLIVjKU1B,verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vc78bp\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"mqCfMpWR_\",data:Post,type:\"Collection\"},select:[{collection:\"mqCfMpWR_\",name:\"Dz1df3HAF\",type:\"Identifier\"},{collection:\"mqCfMpWR_\",name:\"aqlKN39c9\",type:\"Identifier\"},{collection:\"mqCfMpWR_\",name:\"ORvYLyGiw\",type:\"Identifier\"},{collection:\"mqCfMpWR_\",name:\"drWVZhu7j\",type:\"Identifier\"},{collection:\"mqCfMpWR_\",name:\"id\",type:\"Identifier\"},{alias:\"H1SHsj2bg\",arguments:[{from:{alias:\"H1SHsj2bg\",data:Categories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{arguments:[{collection:\"mqCfMpWR_\",name:\"lni4XYCSh\",type:\"Identifier\"},{collection:\"H1SHsj2bg\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"H1SHsj2bg\",name:\"Kvw66jr5p\",type:\"Identifier\"},{collection:\"H1SHsj2bg\",name:\"EcVs3A8oj\",type:\"Identifier\"},{collection:\"H1SHsj2bg\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"H1SHsj2bg\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"mqCfMpWR_\",name:\"lni4XYCSh\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}],where:{left:{type:\"LiteralValue\",value:id},operator:\"in\",right:{arguments:[{from:{alias:\"XMdUr_Nso\",data:Tags,type:\"Collection\"},orderBy:[{arguments:[{collection:\"mqCfMpWR_\",name:\"XMdUr_Nso\",type:\"Identifier\"},{collection:\"XMdUr_Nso\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"XMdUr_Nso\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"XMdUr_Nso\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"mqCfMpWR_\",name:\"XMdUr_Nso\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection1?.map(({aqlKN39c9:aqlKN39c9mqCfMpWR_,drWVZhu7j:drWVZhu7jmqCfMpWR_,Dz1df3HAF:Dz1df3HAFmqCfMpWR_,H1SHsj2bg:collection,id:idmqCfMpWR_,ORvYLyGiw:ORvYLyGiwmqCfMpWR_},index1)=>{Dz1df3HAFmqCfMpWR_??=\"\";ORvYLyGiwmqCfMpWR_??=\"\";drWVZhu7jmqCfMpWR_??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`mqCfMpWR_-${idmqCfMpWR_}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Dz1df3HAF:Dz1df3HAFmqCfMpWR_},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Dz1df3HAF:Dz1df3HAFmqCfMpWR_},webPageId:\"uBThQZDOp\"},nodeId:\"dVbXRVD6m\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-fzdoq8 framer-39azwo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ujSbImwfS:{background:{alt:\"\",fit:\"fill\",sizes:\"214px\",...toResponsiveImage(aqlKN39c9mqCfMpWR_)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"342px\",...toResponsiveImage(aqlKN39c9mqCfMpWR_)},className:\"framer-1xbsl6x\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",children:\"How Perimenopause and Menopause Affect ADHD\"})}),className:\"framer-801kd4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:ORvYLyGiwmqCfMpWR_,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithCharacterLimit,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-andvw8\",\"data-styles-preset\":\"BLwEQQDw4\",children:\"How Perimenopause and Menopause Affect ADHD\"})}),className:\"framer-1j630ja\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:drWVZhu7jmqCfMpWR_,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-intjdk\",children:collection?.map(({EcVs3A8oj:EcVs3A8ojH1SHsj2bg,id:idH1SHsj2bg,Kvw66jr5p:Kvw66jr5pH1SHsj2bg},index)=>{Kvw66jr5pH1SHsj2bg??=\"\";EcVs3A8ojH1SHsj2bg??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`H1SHsj2bg-${idH1SHsj2bg}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{EcVs3A8oj:EcVs3A8ojH1SHsj2bg},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qzcke6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14shrbt\",\"data-styles-preset\":\"L5PFEvZQm\",style:{\"--framer-text-color\":\"var(--token-bf966309-2582-4df8-98f4-f091ce81e703, rgb(19, 20, 21))\"},children:\"Neurofeedback\"})}),className:\"framer-lch5w2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Kvw66jr5pH1SHsj2bg,verticalAlignment:\"top\",withExternalLayout:true})})})},idH1SHsj2bg);})})]})})})},idmqCfMpWR_);}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eh7srj-container\",children:/*#__PURE__*/_jsx(LoadMore3,{height:\"100%\",id:\"edHah6Mph\",layoutId:\"edHah6Mph\",variant:\"t0SEwAKOB\",width:\"100%\"})})})]})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-6l6m48\",\"data-border\":true,\"data-framer-name\":\"Blogs\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JkGTnPC0f\"},nodeId:\"geJnBXNKR\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-wgxztn framer-39azwo\",\"data-framer-name\":\"Title Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1c1y9tj\",\"data-styles-preset\":\"lMhkIvhdK\",style:{\"--framer-text-color\":\"var(--token-2440854d-7d06-4c9d-a1c4-92bd8f03a534, rgb(31, 31, 31))\"},children:\"Explore more posts from Myndlift\"})}),className:\"framer-19z9d8e\",\"data-framer-name\":\"Latest title\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12vnwhm\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData1,{pageSize:6,query:{from:{alias:\"OE8tWZqm2\",data:Post,type:\"Collection\"},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"OE8tWZqm2\",name:\"Dz1df3HAF\",type:\"Identifier\"},{collection:\"OE8tWZqm2\",name:\"aqlKN39c9\",type:\"Identifier\"},{collection:\"OE8tWZqm2\",name:\"ORvYLyGiw\",type:\"Identifier\"},{collection:\"OE8tWZqm2\",name:\"drWVZhu7j\",type:\"Identifier\"},{collection:\"OE8tWZqm2\",name:\"id\",type:\"Identifier\"},{alias:\"aNMsejau3\",arguments:[{from:{alias:\"aNMsejau3\",data:Categories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{arguments:[{collection:\"OE8tWZqm2\",name:\"lni4XYCSh\",type:\"Identifier\"},{collection:\"aNMsejau3\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"aNMsejau3\",name:\"Kvw66jr5p\",type:\"Identifier\"},{collection:\"aNMsejau3\",name:\"EcVs3A8oj\",type:\"Identifier\"},{collection:\"aNMsejau3\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"aNMsejau3\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"OE8tWZqm2\",name:\"lni4XYCSh\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}]},children:(collection3,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection3?.map(({aNMsejau3:collection2,aqlKN39c9:aqlKN39c9OE8tWZqm2,drWVZhu7j:drWVZhu7jOE8tWZqm2,Dz1df3HAF:Dz1df3HAFOE8tWZqm2,id:idOE8tWZqm2,ORvYLyGiw:ORvYLyGiwOE8tWZqm2},index3)=>{Dz1df3HAFOE8tWZqm2??=\"\";ORvYLyGiwOE8tWZqm2??=\"\";drWVZhu7jOE8tWZqm2??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`OE8tWZqm2-${idOE8tWZqm2}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Dz1df3HAF:Dz1df3HAFOE8tWZqm2},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Dz1df3HAF:Dz1df3HAFOE8tWZqm2},webPageId:\"uBThQZDOp\"},nodeId:\"KDylvKpjL\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1a9o935 framer-39azwo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ujSbImwfS:{background:{alt:\"\",fit:\"fill\",sizes:\"214px\",...toResponsiveImage(aqlKN39c9OE8tWZqm2)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"342px\",...toResponsiveImage(aqlKN39c9OE8tWZqm2)},className:\"framer-qbj891\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",children:\"How Perimenopause and Menopause Affect ADHD\"})}),className:\"framer-1juong2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:ORvYLyGiwOE8tWZqm2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithCharacterLimit,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-andvw8\",\"data-styles-preset\":\"BLwEQQDw4\",children:\"How Perimenopause and Menopause Affect ADHD\"})}),className:\"framer-1xs34wj\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:drWVZhu7jOE8tWZqm2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s8gbnz\",children:collection2?.map(({EcVs3A8oj:EcVs3A8ojaNMsejau3,id:idaNMsejau3,Kvw66jr5p:Kvw66jr5paNMsejau3},index2)=>{Kvw66jr5paNMsejau3??=\"\";EcVs3A8ojaNMsejau3??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`aNMsejau3-${idaNMsejau3}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{EcVs3A8oj:EcVs3A8ojaNMsejau3},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v5h1vb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14shrbt\",\"data-styles-preset\":\"L5PFEvZQm\",style:{\"--framer-text-color\":\"var(--token-bf966309-2582-4df8-98f4-f091ce81e703, rgb(19, 20, 21))\"},children:\"Myndlift News\"})}),className:\"framer-81ha6u\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Kvw66jr5paNMsejau3,verticalAlignment:\"top\",withExternalLayout:true})})})},idaNMsejau3);})})]})})})},idOE8tWZqm2);}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p6gae0-container\",children:/*#__PURE__*/_jsx(LoadMore3,{height:\"100%\",id:\"SxZD_5Rb6\",layoutId:\"SxZD_5Rb6\",variant:loaderVariants(paginationInfo1,{disabled:\"t0SEwAKOB\",loading:\"b5DTav2bi\"},\"RkhLpO01q\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1b86s49({loadMore:loadMore1})})})})]})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-6tbyus\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tigrml\",\"data-framer-name\":\"CTA \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gs4m3h\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-riv9cs\",\"data-framer-name\":\"Text Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P6j9dIEVr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e8562042-9477-40cc-abcf-56fa8dae6bc6, rgb(247, 246, 242))\"},children:\"The latest brain health news and tips,\\xa0delivered to your inbox.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l3ehjp\",\"data-styles-preset\":\"qTIZWkXvJ\",style:{\"--framer-text-color\":\"var(--token-e8562042-9477-40cc-abcf-56fa8dae6bc6, rgb(247, 246, 242))\"},children:\"The latest brain health news and tips,\\xa0delivered to your inbox.\"})}),className:\"framer-dh5qqt\",\"data-framer-name\":\"Plug and play with our seamless integration solutions\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1s4s6tt-container\",id:\"1s4s6tt\",ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P6j9dIEVr:{button:{buttonFont:{fontFamily:'\"Sofia Pro Regular\", \"Sofia Pro Regular Placeholder\", sans-serif',fontSize:\"13px\",letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"rgb(255, 255, 255)\",fill:\"rgb(51, 51, 51)\",insetWhenDocked:5,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Sofia Pro Regular\", \"Sofia Pro Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1em\"}},ujSbImwfS:{button:{buttonFont:{fontFamily:'\"Sofia Pro Regular\", \"Sofia Pro Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"15px\"},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"rgb(255, 255, 255)\",fill:\"rgb(51, 51, 51)\",insetWhenDocked:5,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Sofia Pro Regular\", \"Sofia Pro Regular Placeholder\", sans-serif',fontSize:\"15px\",letterSpacing:\"0em\",lineHeight:\"26px\"}}},children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Sofia Pro Regular\", \"Sofia Pro Regular Placeholder\", sans-serif',fontSize:\"15px\",letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"rgb(255, 255, 255)\",fill:\"rgb(51, 51, 51)\",insetWhenDocked:5,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:100},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Sofia Pro Regular\", \"Sofia Pro Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"R7x3o7KP8\",input:{borderObject:{borderColor:\"rgba(200, 200, 200, 0.5)\",borderWidth:1},borderRadius:30,color:\"var(--token-e8562042-9477-40cc-abcf-56fa8dae6bc6, rgb(247, 246, 242))\",fill:\"rgba(255, 255, 255, 0.1)\",fixedHeight:50,height:true,padding:0,paddingBottom:0,paddingLeft:20,paddingPerSide:true,paddingRight:0,paddingTop:0,placeholder:\"Your email address\",placeholderColor:\"var(--token-e8562042-9477-40cc-abcf-56fa8dae6bc6, rgb(247, 246, 242))\"},layout:\"horizontal\",layoutId:\"R7x3o7KP8\",loopsID:\"\",loopsMailingList:\"\",loopsUserGroup:\"\",mailchimpURL:\"http://eepurl.com/g9-Opr\",onSubmit:onSubmittxyyif({overlay}),redirectAs:\"overlay\",service:\"mailchimp\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1s4s6tt\",offsetX:11902513506356627e-21,offsetY:-46.50000478845686,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:\"framer-1woyp1b\",exit:animation,initial:animation2,ref:ref4,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:animation1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-e8562042-9477-40cc-abcf-56fa8dae6bc6, rgb(247, 246, 242))\"},children:\"Thank you for subscribing!\"})}),className:\"framer-385gc8\",exit:animation,fonts:[\"GF;Figtree-regular\"],initial:animation2,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1005,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-93hzd6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P6j9dIEVr:{variant:\"J7ovLYY3J\"},ujSbImwfS:{variant:\"PV9ovYlvo\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"IIPI31FBt\",layoutId:\"IIPI31FBt\",style:{width:\"100%\"},variant:\"xGNF6Sorl\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5SqnB.framer-39azwo, .framer-5SqnB .framer-39azwo { display: block; }\",\".framer-5SqnB.framer-lyy01m { align-content: center; align-items: center; background-color: var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1260px; }\",\".framer-5SqnB .framer-1mc0zm9-container { flex: none; height: 64px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-5SqnB .framer-1hkwv69 { align-content: center; align-items: center; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5SqnB .framer-pp642m-container { flex: 1 0 0px; height: 45px; position: relative; width: 1px; }\",\".framer-5SqnB .framer-1qe8jrv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 47px 0px 47px 0px; position: relative; width: 90%; }\",\".framer-5SqnB .framer-69sne7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 7px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-5SqnB .framer-3gu11k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5SqnB .framer-1fk8zu8, .framer-5SqnB .framer-1cbyahy, .framer-5SqnB .framer-akn37v, .framer-5SqnB .framer-19z9d8e { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5SqnB .framer-15i66zx { 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; position: relative; width: 100%; }\",\".framer-5SqnB .framer-14az9t2 { align-content: center; align-items: center; background-color: var(--token-e8562042-9477-40cc-abcf-56fa8dae6bc6, #f7f6f2); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 8px 4px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5SqnB .framer-14gd99t-container { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-5SqnB .framer-4udmca { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5SqnB .framer-1vc78bp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 37px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-5SqnB .framer-fzdoq8, .framer-5SqnB .framer-1a9o935 { 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: flex-start; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-5SqnB .framer-1xbsl6x, .framer-5SqnB .framer-qbj891 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 245px; position: relative; width: 342px; }\",\".framer-5SqnB .framer-801kd4, .framer-5SqnB .framer-1j630ja, .framer-5SqnB .framer-1juong2, .framer-5SqnB .framer-1xs34wj { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-5SqnB .framer-intjdk, .framer-5SqnB .framer-1s8gbnz { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 7px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: auto; }\",\".framer-5SqnB .framer-1qzcke6, .framer-5SqnB .framer-1v5h1vb { align-content: center; align-items: center; background-color: #f2f2f2; border-bottom-left-radius: 134px; border-bottom-right-radius: 134px; border-top-left-radius: 134px; border-top-right-radius: 134px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 5px 16px 3px 16px; position: relative; width: min-content; }\",\".framer-5SqnB .framer-lch5w2, .framer-5SqnB .framer-81ha6u { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5SqnB .framer-eh7srj-container, .framer-5SqnB .framer-p6gae0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-5SqnB .framer-6l6m48 { --border-bottom-width: 0px; --border-color: #c9c9c9; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 36px 0px 40px 0px; position: relative; width: 90%; }\",\".framer-5SqnB .framer-wgxztn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 7px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-5SqnB .framer-12vnwhm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 37px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-5SqnB .framer-6tbyus { 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: hidden; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",'.framer-5SqnB .framer-tigrml { align-content: center; align-items: center; background: radial-gradient(50% 68% at 50% 50%, var(--token-af43cf82-2864-461f-beff-fa855530a993, #599483) /* {\"name\":\"light green 2\"} */ 0%, var(--token-dcf3faf9-ba88-4178-b0b9-898945f7444d, rgb(69, 115, 102)) /* {\"name\":\"Light green\"} */ 100%); border-bottom-left-radius: 63px; border-bottom-right-radius: 63px; border-top-left-radius: 63px; border-top-right-radius: 63px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 80px; position: relative; width: 90%; }',\".framer-5SqnB .framer-1gs4m3h { align-content: center; align-items: center; 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: min-content; z-index: 3; }\",\".framer-5SqnB .framer-riv9cs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5SqnB .framer-dh5qqt { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 937px; word-break: break-word; word-wrap: break-word; }\",\".framer-5SqnB .framer-1s4s6tt-container { flex: none; height: auto; max-width: 475px; position: relative; width: 50%; }\",\".framer-5SqnB .framer-1woyp1b { -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); background-color: rgba(69, 115, 102, 0.6); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); height: 50px; overflow: hidden; position: relative; width: 475px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5SqnB .framer-385gc8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-5SqnB .framer-93hzd6-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5SqnB.framer-lyy01m, .framer-5SqnB .framer-1hkwv69, .framer-5SqnB .framer-1qe8jrv, .framer-5SqnB .framer-69sne7, .framer-5SqnB .framer-3gu11k, .framer-5SqnB .framer-15i66zx, .framer-5SqnB .framer-14az9t2, .framer-5SqnB .framer-1vc78bp, .framer-5SqnB .framer-fzdoq8, .framer-5SqnB .framer-intjdk, .framer-5SqnB .framer-1qzcke6, .framer-5SqnB .framer-6l6m48, .framer-5SqnB .framer-wgxztn, .framer-5SqnB .framer-12vnwhm, .framer-5SqnB .framer-1a9o935, .framer-5SqnB .framer-1s8gbnz, .framer-5SqnB .framer-1v5h1vb, .framer-5SqnB .framer-6tbyus, .framer-5SqnB .framer-tigrml, .framer-5SqnB .framer-1gs4m3h, .framer-5SqnB .framer-riv9cs { gap: 0px; } .framer-5SqnB.framer-lyy01m > *, .framer-5SqnB .framer-fzdoq8 > *, .framer-5SqnB .framer-1a9o935 > *, .framer-5SqnB .framer-6tbyus > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5SqnB.framer-lyy01m > :first-child, .framer-5SqnB .framer-1qe8jrv > :first-child, .framer-5SqnB .framer-69sne7 > :first-child, .framer-5SqnB .framer-fzdoq8 > :first-child, .framer-5SqnB .framer-6l6m48 > :first-child, .framer-5SqnB .framer-wgxztn > :first-child, .framer-5SqnB .framer-1a9o935 > :first-child, .framer-5SqnB .framer-6tbyus > :first-child, .framer-5SqnB .framer-1gs4m3h > :first-child, .framer-5SqnB .framer-riv9cs > :first-child { margin-top: 0px; } .framer-5SqnB.framer-lyy01m > :last-child, .framer-5SqnB .framer-1qe8jrv > :last-child, .framer-5SqnB .framer-69sne7 > :last-child, .framer-5SqnB .framer-fzdoq8 > :last-child, .framer-5SqnB .framer-6l6m48 > :last-child, .framer-5SqnB .framer-wgxztn > :last-child, .framer-5SqnB .framer-1a9o935 > :last-child, .framer-5SqnB .framer-6tbyus > :last-child, .framer-5SqnB .framer-1gs4m3h > :last-child, .framer-5SqnB .framer-riv9cs > :last-child { margin-bottom: 0px; } .framer-5SqnB .framer-1hkwv69 > *, .framer-5SqnB .framer-15i66zx > *, .framer-5SqnB .framer-1qzcke6 > *, .framer-5SqnB .framer-1v5h1vb > *, .framer-5SqnB .framer-tigrml > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5SqnB .framer-1hkwv69 > :first-child, .framer-5SqnB .framer-3gu11k > :first-child, .framer-5SqnB .framer-15i66zx > :first-child, .framer-5SqnB .framer-14az9t2 > :first-child, .framer-5SqnB .framer-1vc78bp > :first-child, .framer-5SqnB .framer-intjdk > :first-child, .framer-5SqnB .framer-1qzcke6 > :first-child, .framer-5SqnB .framer-12vnwhm > :first-child, .framer-5SqnB .framer-1s8gbnz > :first-child, .framer-5SqnB .framer-1v5h1vb > :first-child, .framer-5SqnB .framer-tigrml > :first-child { margin-left: 0px; } .framer-5SqnB .framer-1hkwv69 > :last-child, .framer-5SqnB .framer-3gu11k > :last-child, .framer-5SqnB .framer-15i66zx > :last-child, .framer-5SqnB .framer-14az9t2 > :last-child, .framer-5SqnB .framer-1vc78bp > :last-child, .framer-5SqnB .framer-intjdk > :last-child, .framer-5SqnB .framer-1qzcke6 > :last-child, .framer-5SqnB .framer-12vnwhm > :last-child, .framer-5SqnB .framer-1s8gbnz > :last-child, .framer-5SqnB .framer-1v5h1vb > :last-child, .framer-5SqnB .framer-tigrml > :last-child { margin-right: 0px; } .framer-5SqnB .framer-1qe8jrv > *, .framer-5SqnB .framer-6l6m48 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-5SqnB .framer-69sne7 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-5SqnB .framer-3gu11k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-5SqnB .framer-14az9t2 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-5SqnB .framer-1vc78bp > *, .framer-5SqnB .framer-12vnwhm > * { margin: 0px; margin-left: calc(37px / 2); margin-right: calc(37px / 2); } .framer-5SqnB .framer-intjdk > *, .framer-5SqnB .framer-1s8gbnz > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-5SqnB .framer-wgxztn > *, .framer-5SqnB .framer-riv9cs > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-5SqnB .framer-1gs4m3h > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-5SqnB[data-border=\"true\"]::after, .framer-5SqnB [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 800px) and (max-width: 1259px) { .framer-5SqnB.framer-lyy01m { width: 800px; } .framer-5SqnB .framer-1qe8jrv, .framer-5SqnB .framer-tigrml { max-width: 721px; } .framer-5SqnB .framer-1vc78bp, .framer-5SqnB .framer-12vnwhm { gap: 39px; } .framer-5SqnB .framer-1xbsl6x, .framer-5SqnB .framer-qbj891 { height: 153px; width: 214px; } .framer-5SqnB .framer-6l6m48 { max-width: 721px; padding: 50px 0px 40px 0px; width: 90%; } .framer-5SqnB .framer-1gs4m3h, .framer-5SqnB .framer-riv9cs, .framer-5SqnB .framer-dh5qqt { width: 100%; } .framer-5SqnB .framer-1s4s6tt-container { width: 65%; } .framer-5SqnB .framer-1woyp1b { width: 389px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5SqnB .framer-1vc78bp, .framer-5SqnB .framer-12vnwhm { gap: 0px; } .framer-5SqnB .framer-1vc78bp > *, .framer-5SqnB .framer-12vnwhm > * { margin: 0px; margin-left: calc(39px / 2); margin-right: calc(39px / 2); } .framer-5SqnB .framer-1vc78bp > :first-child, .framer-5SqnB .framer-12vnwhm > :first-child { margin-left: 0px; } .framer-5SqnB .framer-1vc78bp > :last-child, .framer-5SqnB .framer-12vnwhm > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 799px) { .framer-5SqnB.framer-lyy01m { padding: 75px 0px 0px 0px; width: 390px; } .framer-5SqnB .framer-1qe8jrv { max-width: 351px; } .framer-5SqnB .framer-6l6m48 { max-width: 351px; padding: 21px 0px 40px 0px; } .framer-5SqnB .framer-tigrml { border-bottom-left-radius: 47px; border-bottom-right-radius: 47px; border-top-left-radius: 47px; border-top-right-radius: 47px; max-width: 351px; padding: 70px 15px 70px 15px; } .framer-5SqnB .framer-1gs4m3h { flex: 1 0 0px; max-width: 480px; width: 1px; } .framer-5SqnB .framer-riv9cs, .framer-5SqnB .framer-dh5qqt { width: 100%; } .framer-5SqnB .framer-1s4s6tt-container { max-width: 323px; width: 100%; } .framer-5SqnB .framer-1woyp1b { width: 323px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3269\n * @framerIntrinsicWidth 1260\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ujSbImwfS\":{\"layout\":[\"fixed\",\"auto\"]},\"P6j9dIEVr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerLayoutTemplateCompatible true\n * @framerResponsiveScreen\n */const FramerBcncaOMrv=withCSS(Component,css,\"framer-5SqnB\");export default FramerBcncaOMrv;FramerBcncaOMrv.displayName=\"tags\";FramerBcncaOMrv.defaultProps={height:3269,width:1260};addFonts(FramerBcncaOMrv,[{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\"},{family:\"Sofia Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/bwWRnglr3LUgaEJOsatRL8fjhk.woff2\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"}]},...Nav2MobileFonts,...NavSimpleFonts,...HeroFonts,...LoadMore3Fonts,...InputFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBcncaOMrv\",\"slots\":[],\"annotations\":{\"framerLayoutTemplateCompatible\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ujSbImwfS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P6j9dIEVr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1260\",\"framerIntrinsicHeight\":\"3269\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Nav2MobileFonts", "getFonts", "dbZz5WSOT_default", "NavSimpleFonts", "peYZfYUPW_default", "HeroFonts", "Icon", "RichTextWithCharacterLimit", "withCharacterLimit", "RichText2", "LoadMore3Fonts", "YYgPlP_16_default", "InputFonts", "Input_default", "FooterFonts", "AWPASgIgr_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData1", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "transition1", "animation", "animation1", "animation2", "transformTemplate1", "_", "t", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Us3MV7eAI_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "MLIVjKU1B", "Dz1df3HAFmqCfMpWR_", "aqlKN39c9mqCfMpWR_", "ORvYLyGiwmqCfMpWR_", "drWVZhu7jmqCfMpWR_", "Kvw66jr5pH1SHsj2bg", "EcVs3A8ojH1SHsj2bg", "idH1SHsj2bg", "idmqCfMpWR_", "Dz1df3HAFOE8tWZqm2", "aqlKN39c9OE8tWZqm2", "ORvYLyGiwOE8tWZqm2", "drWVZhu7jOE8tWZqm2", "Kvw66jr5paNMsejau3", "EcVs3A8ojaNMsejau3", "idaNMsejau3", "idOE8tWZqm2", "restProps", "ue", "metadata", "robotsTag", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wld3NDzSj1b86s49", "overlay", "args", "onSubmittxyyif", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref2", "ref3", "ref4", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "x", "Link", "ChildrenCanSuspend", "vcNpxidT1_default", "T513dcgNE_default", "collection1", "l", "collection", "index1", "PathVariablesContext", "Image2", "index", "collection3", "paginationInfo1", "loadMore1", "collection2", "index3", "index2", "AnimatePresence", "Floating", "css", "FramerBcncaOMrv", "withCSS", "BcncaOMrv_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
