{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uZPGYhxip7Qmw79ekugV/POLx5tNBhreEfBaMzyUO/uBThQZDOp.js"],
  "sourcesContent": ["// Generated by Framer (63ecd5c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";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 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 componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle16 from\"#framer/local/css/BLwEQQDw4/BLwEQQDw4.js\";import*as sharedStyle2 from\"#framer/local/css/CVQsNJFWQ/CVQsNJFWQ.js\";import*as sharedStyle15 from\"#framer/local/css/fQXHaJ8xl/fQXHaJ8xl.js\";import*as sharedStyle6 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle from\"#framer/local/css/FwH3_x9u8/FwH3_x9u8.js\";import*as sharedStyle3 from\"#framer/local/css/KqbPrfNa2/KqbPrfNa2.js\";import*as sharedStyle12 from\"#framer/local/css/l2w68nXKL/l2w68nXKL.js\";import*as sharedStyle19 from\"#framer/local/css/L5PFEvZQm/L5PFEvZQm.js\";import*as sharedStyle8 from\"#framer/local/css/lMhkIvhdK/lMhkIvhdK.js\";import*as sharedStyle13 from\"#framer/local/css/Mnlam9QW3/Mnlam9QW3.js\";import*as sharedStyle14 from\"#framer/local/css/odHdst76D/odHdst76D.js\";import*as sharedStyle7 from\"#framer/local/css/oeNVq_zsY/oeNVq_zsY.js\";import*as sharedStyle20 from\"#framer/local/css/pHVfl8FdK/pHVfl8FdK.js\";import*as sharedStyle1 from\"#framer/local/css/Q_usAChcm/Q_usAChcm.js\";import*as sharedStyle21 from\"#framer/local/css/qaaH5oCEc/qaaH5oCEc.js\";import*as sharedStyle22 from\"#framer/local/css/qTIZWkXvJ/qTIZWkXvJ.js\";import*as sharedStyle4 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle11 from\"#framer/local/css/TewZCfbcx/TewZCfbcx.js\";import*as sharedStyle18 from\"#framer/local/css/w9xiJKKrP/w9xiJKKrP.js\";import*as sharedStyle9 from\"#framer/local/css/x3ce75dEK/x3ce75dEK.js\";import*as sharedStyle5 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle17 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import*as sharedStyle10 from\"#framer/local/css/yWgK2wtvM/yWgK2wtvM.js\";import metadataProvider from\"#framer/local/webPageMetadata/uBThQZDOp/uBThQZDOp.js\";const NavSimpleFonts=getFonts(NavSimple);const Nav2MobileFonts=getFonts(Nav2Mobile);const InputFonts=getFonts(Input);const FooterFonts=getFonts(Footer);const breakpoints={cVQ43wKdH:\"(min-width: 800px) and (max-width: 1259px)\",hxtSiMgx3:\"(min-width: 1260px)\",W8cjIKVTm:\"(max-width: 799px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6S4hJ\";const variantClassNames={cVQ43wKdH:\"framer-v-1m6ngr9\",hxtSiMgx3:\"framer-v-3bkblp\",W8cjIKVTm:\"framer-v-5ayfaa\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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)=>`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},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"hxtSiMgx3\",Phone:\"W8cjIKVTm\",Tablet:\"cVQ43wKdH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hxtSiMgx3\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"uBThQZDOp\",name:\"OjbHQksEE\",type:\"Identifier\"},operator:\"==\",right:{collection:\"OjbHQksEE\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"uBThQZDOp\",name:\"T4X8o0BxG\",type:\"Identifier\"},operator:\"==\",right:{collection:\"T4X8o0BxG\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"uBThQZDOp\",name:\"qDtUyQotP\",type:\"Identifier\"},operator:\"==\",right:{collection:\"qDtUyQotP\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"uBThQZDOp\",data:Post,type:\"Collection\"},right:{alias:\"qDtUyQotP\",data:Post,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"T4X8o0BxG\",data:Post,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"OjbHQksEE\",data:Post,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"uBThQZDOp\",name:\"ORvYLyGiw\",type:\"Identifier\"},{collection:\"uBThQZDOp\",name:\"aqlKN39c9\",type:\"Identifier\"},{collection:\"uBThQZDOp\",name:\"iH3SzoJEF\",type:\"Identifier\"},{collection:\"uBThQZDOp\",name:\"XAvHw0kKT\",type:\"Identifier\"},{collection:\"uBThQZDOp\",name:\"M2R7Y6erJ\",type:\"Identifier\"},{collection:\"uBThQZDOp\",name:\"aHgezGK9k\",type:\"Identifier\"},{alias:\"XMdUr_Nso\",arguments:[{from:{alias:\"XMdUr_Nso\",data:Tags,type:\"Collection\"},orderBy:[{arguments:[{collection:\"uBThQZDOp\",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:\"uBThQZDOp\",name:\"XMdUr_Nso\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{alias:\"qDtUyQotP.ORvYLyGiw\",collection:\"qDtUyQotP\",name:\"ORvYLyGiw\",type:\"Identifier\"},{alias:\"qDtUyQotP.Dz1df3HAF\",collection:\"qDtUyQotP\",name:\"Dz1df3HAF\",type:\"Identifier\"},{alias:\"qDtUyQotP.aqlKN39c9\",collection:\"qDtUyQotP\",name:\"aqlKN39c9\",type:\"Identifier\"},{alias:\"T4X8o0BxG.ORvYLyGiw\",collection:\"T4X8o0BxG\",name:\"ORvYLyGiw\",type:\"Identifier\"},{alias:\"T4X8o0BxG.Dz1df3HAF\",collection:\"T4X8o0BxG\",name:\"Dz1df3HAF\",type:\"Identifier\"},{alias:\"T4X8o0BxG.aqlKN39c9\",collection:\"T4X8o0BxG\",name:\"aqlKN39c9\",type:\"Identifier\"},{alias:\"OjbHQksEE.ORvYLyGiw\",collection:\"OjbHQksEE\",name:\"ORvYLyGiw\",type:\"Identifier\"},{alias:\"OjbHQksEE.Dz1df3HAF\",collection:\"OjbHQksEE\",name:\"Dz1df3HAF\",type:\"Identifier\"},{alias:\"OjbHQksEE.aqlKN39c9\",collection:\"OjbHQksEE\",name:\"aqlKN39c9\",type:\"Identifier\"},{collection:\"uBThQZDOp\",name:\"jWABBCiPT\",type:\"Identifier\"},{collection:\"uBThQZDOp\",name:\"OXvfCIqE2\",type:\"Identifier\"},{alias:\"lni4XYCSh\",arguments:[{from:{alias:\"lni4XYCSh\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{collection:\"uBThQZDOp\",name:\"lni4XYCSh\",type:\"Identifier\"},{collection:\"lni4XYCSh\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"lni4XYCSh\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"lni4XYCSh\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"uBThQZDOp\",name:\"lni4XYCSh\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"uBThQZDOp\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,ORvYLyGiw=getFromCurrentRouteData(\"ORvYLyGiw\")??\"\",EcVs3A8ojlx5Cd73ac,Kvw66jr5plx5Cd73ac,idlx5Cd73ac,lni4XYCSh=getFromCurrentRouteData(\"lni4XYCSh\"),iH3SzoJEF=getFromCurrentRouteData(\"iH3SzoJEF\"),XAvHw0kKT=getFromCurrentRouteData(\"XAvHw0kKT\"),M2R7Y6erJ=getFromCurrentRouteData(\"M2R7Y6erJ\"),aqlKN39c9=getFromCurrentRouteData(\"aqlKN39c9\"),jWABBCiPT=getFromCurrentRouteData(\"jWABBCiPT\")??\"\",OXvfCIqE2=getFromCurrentRouteData(\"OXvfCIqE2\")??\"\",XMdUr_Nso=getFromCurrentRouteData(\"XMdUr_Nso\"),JFeR21M2rNldAOLNwr,MLIVjKU1BNldAOLNwr,idNldAOLNwr,qDtUyQotP_Dz1df3HAF=getFromCurrentRouteData(\"qDtUyQotP.Dz1df3HAF\")??\"\",qDtUyQotP_aqlKN39c9=getFromCurrentRouteData(\"qDtUyQotP.aqlKN39c9\"),qDtUyQotP_ORvYLyGiw=getFromCurrentRouteData(\"qDtUyQotP.ORvYLyGiw\")??\"\",T4X8o0BxG_Dz1df3HAF=getFromCurrentRouteData(\"T4X8o0BxG.Dz1df3HAF\")??\"\",T4X8o0BxG_aqlKN39c9=getFromCurrentRouteData(\"T4X8o0BxG.aqlKN39c9\"),T4X8o0BxG_ORvYLyGiw=getFromCurrentRouteData(\"T4X8o0BxG.ORvYLyGiw\")??\"\",OjbHQksEE_Dz1df3HAF=getFromCurrentRouteData(\"OjbHQksEE.Dz1df3HAF\")??\"\",OjbHQksEE_aqlKN39c9=getFromCurrentRouteData(\"OjbHQksEE.aqlKN39c9\"),OjbHQksEE_ORvYLyGiw=getFromCurrentRouteData(\"OjbHQksEE.ORvYLyGiw\")??\"\",...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 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,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className,sharedStyle16.className,sharedStyle17.className,sharedStyle18.className,sharedStyle19.className,sharedStyle20.className,sharedStyle21.className,sharedStyle22.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"W8cjIKVTm\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"W8cjIKVTm\")return true;return false;};const visible=equals(iH3SzoJEF,\"zsFvcNou1\");const visible1=equals(iH3SzoJEF,\"M3Ph2_YSv\");const visible2=equals(iH3SzoJEF,\"kPeE3FW0g\");const visible3=equals(iH3SzoJEF,\"ZKvJgith9\");const visible4=equals(iH3SzoJEF,\"UztaOBYEo\");const visible5=equals(iH3SzoJEF,\"mLJECwz1u\");const visible6=equals(iH3SzoJEF,\"M7VE1ZwNb\");const visible7=negate(equals(XAvHw0kKT,\"y5tSn3iNN\"));const visible8=equals(XAvHw0kKT,\"zsFvcNou1\");const visible9=equals(XAvHw0kKT,\"ZKvJgith9\");const visible10=equals(XAvHw0kKT,\"UztaOBYEo\");const visible11=equals(XAvHw0kKT,\"lhueh4zC3\");const visible12=equals(XAvHw0kKT,\"RdDwstAqH\");const visible13=equals(XAvHw0kKT,\"aqUcP8KEN\");const visible14=equals(XAvHw0kKT,\"NsPNaRRcb\");const activeLocaleCode=useLocaleCode();const textContent=toDateString(M2R7Y6erJ,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible15=isSet(aqlKN39c9);const visible16=isSet(OXvfCIqE2);const visible17=isSet(XMdUr_Nso);const ref1=React.useRef(null);const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"hxtSiMgx3\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-71ec318f-400f-493b-8bdd-190fb16c6a39, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-3bkblp\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tvwkxu hidden-5ayfaa\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l9dk5x-container\",nodeId:\"OBT8AwEsJ\",scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsx(NavSimple,{height:\"100%\",id:\"OBT8AwEsJ\",IwijaReYC:\"\",layoutId:\"OBT8AwEsJ\",style:{height:\"100%\",width:\"100%\"},variant:\"EDZ0hVhBG\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{height:64,width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aao2fp-container hidden-3bkblp hidden-1m6ngr9\",nodeId:\"v0b89QdOp\",scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsx(Nav2Mobile,{height:\"100%\",id:\"v0b89QdOp\",IwijaReYC:\"\",layoutId:\"v0b89QdOp\",style:{width:\"100%\"},variant:\"nf5tLW8yH\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1wkr4x8\",\"data-framer-name\":\"Banner\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ybj6k7\",\"data-framer-name\":\"Banner Main\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gp5wni\",\"data-framer-name\":\"Banner Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hphe9v\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xvign3\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-flerya\",\"data-styles-preset\":\"FwH3_x9u8\",children:\"Dr. Sunita Punjabi: How Remote Neurotherapy Revolutionized Her Practice\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-flerya\",\"data-styles-preset\":\"FwH3_x9u8\",style:{\"--framer-text-color\":\"var(--token-2440854d-7d06-4c9d-a1c4-92bd8f03a534, rgb(31, 31, 31))\"},children:\"Dr. Sunita Punjabi: How Remote Neurotherapy Revolutionized Her Practice\"})}),className:\"framer-1kdzmqm\",\"data-framer-name\":\"Unlock your business potential with our cloud-based products.\",fonts:[\"Inter\"],text:ORvYLyGiw,verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ihcmom\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"lx5Cd73ac\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{type:\"LiteralValue\",value:lni4XYCSh},{collection:\"lx5Cd73ac\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"lx5Cd73ac\",name:\"EcVs3A8oj\",type:\"Identifier\"},{collection:\"lx5Cd73ac\",name:\"Kvw66jr5p\",type:\"Identifier\"},{collection:\"lx5Cd73ac\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"lx5Cd73ac\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:lni4XYCSh},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({EcVs3A8oj:EcVs3A8ojlx5Cd73ac,id:idlx5Cd73ac,Kvw66jr5p:Kvw66jr5plx5Cd73ac},index)=>{EcVs3A8ojlx5Cd73ac??=\"\";Kvw66jr5plx5Cd73ac??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lx5Cd73ac-${idlx5Cd73ac}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{EcVs3A8oj:EcVs3A8ojlx5Cd73ac},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{EcVs3A8oj:EcVs3A8ojlx5Cd73ac},webPageId:\"EAYNR8bRk\"},motionChild:true,nodeId:\"d4pMqUtMC\",scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-x66xun framer-1jk8e1f\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yaf96t\",\"data-styles-preset\":\"Q_usAChcm\",style:{\"--framer-text-color\":\"var(--token-bf966309-2582-4df8-98f4-f091ce81e703, rgb(19, 20, 21))\"},children:\"ADHD\"})}),className:\"framer-u8lorn\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Kvw66jr5plx5Cd73ac,verticalAlignment:\"top\",withExternalLayout:true})})})})},idlx5Cd73ac);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dtr2kb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v6xlft\",\"data-framer-name\":\"Title Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fj6c9d\",\"data-framer-name\":\"Written by\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1b3muhb\",\"data-styles-preset\":\"CVQsNJFWQ\",children:\"Written by:\"})}),className:\"framer-1j3lamf\",\"data-framer-name\":\"Written by:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y0pgl3\",\"data-border\":true,\"data-framer-name\":\"Denisa\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:731,pixelWidth:731,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png\",srcSet:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png?scale-down-to=512 512w,https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png 731w\"},className:\"framer-15b5t4s\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"denisa-cerna\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"CGOg7nWtB\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"I1qB1gwxQ\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Denisa Cerna\"})})})}),className:\"framer-x5gwpv\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i55d2i\",\"data-border\":true,\"data-framer-name\":\"Sophie\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:731,pixelWidth:731,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sYYko7dEIesSb6EX4S64lu6rZQ.png\"},className:\"framer-1j2ncel\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"sophie-bishop\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"rww5_Y6vZ\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"TJwChyKcl\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Sophie Bishop\"})})})}),className:\"framer-gueujm\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qxppem\",\"data-border\":true,\"data-framer-name\":\"Emma\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:2850,pixelWidth:2850,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp\",srcSet:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp 2850w\"},className:\"framer-18smau8\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"emma-loker\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"Tb_09siCy\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"Wjf4ziuFW\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Emma Loker\"})})})}),className:\"framer-1mc3gk8\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible3&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sfi4m9\",\"data-border\":true,\"data-framer-name\":\"Dubravka\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVQ43wKdH:{background:{alt:\"Zaire Botosh\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"34px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"}},W8cjIKVTm:{background:{alt:\"Zaire Botosh\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"30px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"40px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"},className:\"framer-1s7910b\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"dubravka-rebic\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"zlQBUXvjv\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"HkxO6aPvr\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Dubravka Rebic\"})})})}),className:\"framer-i8gq8e\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible4&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1owudbd\",\"data-border\":true,\"data-framer-name\":\"Kaija\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:887,pixelWidth:887,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png\",srcSet:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png 887w\"},className:\"framer-hykkv6\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"kaija-sander\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"r72_QiFeG\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"hUTGe3vzU\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Kaija Sander, Ph.D.\"})})})}),className:\"framer-sy2tr9\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible5&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h7h6sg\",\"data-border\":true,\"data-framer-name\":\"Veronica\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:777,pixelWidth:777,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png\",srcSet:\"https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png?scale-down-to=512 512w,https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png 777w\"},className:\"framer-a7irbv\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"veronica-silver\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"yG9VqQ15x\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"DN4TTbnmO\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Veronica Silver\"})})})}),className:\"framer-2bnvbk\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lws3cu\",\"data-border\":true,\"data-framer-name\":\"Lily\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:164,pixelWidth:164,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c3sdz7nfQD8doHx5FukFiIcSEIw.webp\"},className:\"framer-1ea85yh\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"lily-yuan\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"lyjwJrbYv\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"U1sxugwb4\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Lily Yuan\"})})})}),className:\"framer-9mo8et\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ie2vv9\",\"data-framer-name\":\"Fact checked by\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1b3muhb\",\"data-styles-preset\":\"CVQsNJFWQ\",children:\"Fact-checked by:\"})}),className:\"framer-ar4bzl\",\"data-framer-name\":\"Written by:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),visible8&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g5fl88\",\"data-border\":true,\"data-framer-name\":\"Denisa\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:731,pixelWidth:731,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png\",srcSet:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png?scale-down-to=512 512w,https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png 731w\"},className:\"framer-1mdepot\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"denisa-cerna\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"CGOg7nWtB\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"eIZLad4SP\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Denisa Cerna\"})})})}),className:\"framer-yewp3i\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible9&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f8fm49\",\"data-border\":true,\"data-framer-name\":\"Dubravka\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"40px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"},className:\"framer-xjr0lq\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"dubravka-rebic\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"zlQBUXvjv\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"giRcQCpsw\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Dubravka Rebic\"})})})}),className:\"framer-10ws5cf\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible10&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-btmdei\",\"data-border\":true,\"data-framer-name\":\"Kaija\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:887,pixelWidth:887,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png\",srcSet:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png 887w\"},className:\"framer-1e03271\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"kaija-sander\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"r72_QiFeG\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"Oi58EvDgx\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Kaija Sander, Ph.D.\"})})})}),className:\"framer-12dktc0\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible11&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yg09f4\",\"data-border\":true,\"data-framer-name\":\"Carola\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:1136,pixelWidth:1136,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg\",srcSet:\"https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg 1136w\"},className:\"framer-56ba1s\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"carola-tuerk\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"zqVvYX8TB\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"uTqJ36Ipa\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Carola Tuerk, Ph.D.\"})})})}),className:\"framer-diffdd\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible12&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2fq99r\",\"data-border\":true,\"data-framer-name\":\"Emma\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:2850,pixelWidth:2850,positionX:\"center\",positionY:\"center\",sizes:\"40px\",src:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp\",srcSet:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp 2850w\"},className:\"framer-mv522l\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"emma-loker\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"Tb_09siCy\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"gjrr7RpKl\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Emma Loker\"})})})}),className:\"framer-1vtf9p8\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible13&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r0quen\",\"data-border\":true,\"data-framer-name\":\"Nathan\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/oPiCSmozXMYFptUSaKgysIl0k.png\"},className:\"framer-ze1pe1\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"dr-nathan-brown\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"O3tdfZH0z\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"WfVr9nta4\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Dr. Nathan Brown, Ph.D. \"})})})}),className:\"framer-17eupqf\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible14&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vzspg2\",\"data-border\":true,\"data-framer-name\":\"Haining\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Zaire Botosh\",fit:\"fit\",pixelHeight:409,pixelWidth:409,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1jwkGbqQFbn06F1m4X07VgAdzg.png\"},className:\"framer-nuo15o\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17fympr\",\"data-styles-preset\":\"KqbPrfNa2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{gRFNcz7mn:\"haining-cui\"},unresolvedPathSlugs:{gRFNcz7mn:{collectionId:\"XlNrFD2mP\",collectionItemId:\"tGXyydneD\"}},webPageId:\"QFg0nTRdi\"},motionChild:true,nodeId:\"o8cqIFohy\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Haining Cui, Ph.D.\"})})})}),className:\"framer-bpaztu\",\"data-framer-name\":\"Zaire Botosh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ob1ubj\",\"data-framer-name\":\"Date\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1b3muhb\",\"data-styles-preset\":\"CVQsNJFWQ\",children:\" \"})}),className:\"framer-q89txy\",\"data-framer-name\":\"Written by:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15yba0h\",\"data-framer-name\":\"published\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1b3muhb\",\"data-styles-preset\":\"CVQsNJFWQ\",children:\"Published\"})}),className:\"framer-vjaa58\",\"data-framer-name\":\"Jan 02, 2024\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVQ43wKdH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1b3muhb\",\"data-styles-preset\":\"CVQsNJFWQ\",children:\"Nov 14, 2024\"})})},W8cjIKVTm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1b3muhb\",\"data-styles-preset\":\"CVQsNJFWQ\",children:\"Nov 14, 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1b3muhb\",\"data-styles-preset\":\"CVQsNJFWQ\",children:\"Content\"})}),className:\"framer-1eriwz\",\"data-framer-name\":\"Jan 02, 2024\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rvyk9r\",\"data-framer-name\":\"Image Wrapper\",children:visible15&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVQ43wKdH:{background:{alt:\"\",fit:\"fill\",pixelHeight:662,pixelWidth:1230,sizes:\"450px\",...toResponsiveImage(aqlKN39c9)}},W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:662,pixelWidth:1230,sizes:\"272px\",...toResponsiveImage(aqlKN39c9)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:662,pixelWidth:1230,sizes:\"736px\",...toResponsiveImage(aqlKN39c9)},className:\"framer-8fc11s\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4un4ac\",\"data-border\":true,\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"ALD4bJkd8\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"eN5mRhyRS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:jWABBCiPT,className:\"framer-k0quwy\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-yw6y2s\",code:\"framer-styles-preset-14zyamp\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-dfnmzn\",h4:\"framer-styles-preset-1c1y9tj\",h5:\"framer-styles-preset-1v4ddqz\",h6:\"framer-styles-preset-14neuk4\",img:\"framer-styles-preset-fuwvin\",p:\"framer-styles-preset-141xykh\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hvf906\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yvkf30\",\"data-framer-name\":\"About the author\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1nbch74\",\"data-styles-preset\":\"fQXHaJ8xl\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"About the author:\"})}),className:\"framer-1hvfv5i\",\"data-framer-name\":\"About the author:\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17kc018\",\"data-framer-name\":\"Author - Denisa\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:731,pixelWidth:731,sizes:\"84px\",src:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png\",srcSet:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png?scale-down-to=512 512w,https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png 731w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:731,pixelWidth:731,sizes:\"117px\",src:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png\",srcSet:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png?scale-down-to=512 512w,https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png 731w\"},className:\"framer-1j6ntpm\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lw9qwz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Denisa Cerna\"})}),className:\"framer-1fc84ck\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Denisa Cerna\\xa0is a non-fiction and fiction writer who's passionate about psychology, mental health, and personal development. She's always on a quest to develop a better insight into the workings of the human mind, be it via reading psychology books or combing through research papers.\"})}),className:\"framer-1f71ns3\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1612g43\",\"data-framer-name\":\"Author - Sophie\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:190,pixelWidth:190,src:\"https://framerusercontent.com/images/sYYko7dEIesSb6EX4S64lu6rZQ.png\"},className:\"framer-16avmce\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tc4zh9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Sophie Bishop\"})}),className:\"framer-j32cgs\",\"data-framer-name\":\"Alfonso Rosser\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-andvw8\",\"data-styles-preset\":\"BLwEQQDw4\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Sophie Bishop\"}),\" is a healthcare specialist and freelance journalist. She has contributed to many online and printed publications based on health and wellbeing, and has a passion for the field.\"]})}),className:\"framer-12u13ec\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible3&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5lkjxx\",\"data-framer-name\":\"Author - Dubravka\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"84px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"117px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"},className:\"framer-ocnhsn\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uno3qb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Dubravka Rebic\"})}),className:\"framer-kt8ovg\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Dubravka Rebic puts a lot of time and energy into researching and writing in order to help create awareness and positive change in the mental health space. From poring over scientific studies to reading entire books in order to write a single content piece, she puts in the hard work to ensure her content is of the highest quality and provides maximum value.\"})}),className:\"framer-11zmhod\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible4&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vkk33d\",\"data-framer-name\":\"Author - Kaija\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:887,pixelWidth:887,sizes:\"84px\",src:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png\",srcSet:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png 887w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:887,pixelWidth:887,sizes:\"117px\",src:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png\",srcSet:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png 887w\"},className:\"framer-1rmixtj\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14pj977\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Kaija Sander, Ph.D.\"})}),className:\"framer-14zk0sw\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Kaija Sander is a cognitive neuroscientist and scientific consultant for Myndlift. She holds a BSc in Biomedical Science with a specialization in Neuroscience and Mental Health from Imperial College London and a PhD in Neuroscience from McGill University. Her doctoral research focused on brain connectivity relating to second language learning success. She is passionate about the broader applications of science to have a positive impact on people\u2019s lives.\"})}),className:\"framer-u8zzvq\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vevk2n\",\"data-framer-name\":\"Author - Emma\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:2850,pixelWidth:2850,sizes:\"84px\",src:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp\",srcSet:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp 2850w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2850,pixelWidth:2850,sizes:\"117px\",src:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp\",srcSet:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp 2850w\"},className:\"framer-1tu6xqg\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c4h1ar\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Emma Loker\"})}),className:\"framer-1c0hgrd\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Emma is a practicing trainee Child and Adolescent Psychotherapist studying at the University of Cambridge and a psychology writer with years of experience. She achieved a 1st Class Honors Degree in Psychology from Aston University in Birmingham.\"})}),className:\"framer-a3673v\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible5&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-34r751\",\"data-framer-name\":\"Author - Veronica\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:777,pixelWidth:777,sizes:\"84px\",src:\"https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png\",srcSet:\"https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png?scale-down-to=512 512w,https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png 777w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:777,pixelWidth:777,sizes:\"117px\",src:\"https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png\",srcSet:\"https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png?scale-down-to=512 512w,https://framerusercontent.com/images/KmLxVhA9VcfxjeSX5A7UpTZebc.png 777w\"},className:\"framer-a54aqe\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e7ykos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Veronica Silver\"})}),className:\"framer-1o14j2y\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Veronica Silver is a former therapist turned mental health/substance abuse writer. Her education and experience helps her write from a place of knowledge and compassion. Her goal is to not only to inform, but to get individuals to connect with the information and resources.\"})}),className:\"framer-l3a3xd\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dpu93a\",\"data-framer-name\":\"Author - Lily\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:164,pixelWidth:164,src:\"https://framerusercontent.com/images/c3sdz7nfQD8doHx5FukFiIcSEIw.webp\"},className:\"framer-1ldrl1n\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hhidnh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Lily Yuan\"})}),className:\"framer-1bye5pj\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Lily Yuan is a personality psychology / health care writer and career coach who specializes in the Strong Interest Inventory and Extended DISC assessments. \"})}),className:\"framer-1e6dgyp\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]}),visible7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-110rzhz\",\"data-framer-name\":\"About the checker\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1nbch74\",\"data-styles-preset\":\"fQXHaJ8xl\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"About the checker:\"})}),className:\"framer-1awsbjb\",\"data-framer-name\":\"About the author:\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),visible8&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jj2g5x\",\"data-framer-name\":\"Author - Denisa\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:731,pixelWidth:731,sizes:\"84px\",src:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png\",srcSet:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png?scale-down-to=512 512w,https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png 731w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:731,pixelWidth:731,sizes:\"117px\",src:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png\",srcSet:\"https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png?scale-down-to=512 512w,https://framerusercontent.com/images/DSsZhhfMGD5j2N1NPpo8P3qnmO8.png 731w\"},className:\"framer-1ea7nl2\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e7xp1d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Denisa Cerna\"})}),className:\"framer-zgk8bz\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Denisa Cerna\\xa0is a non-fiction and fiction writer who's passionate about psychology, mental health, and personal development. She's always on a quest to develop a better insight into the workings of the human mind, be it via reading psychology books or combing through research papers.\"})}),className:\"framer-zf1bq8\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible9&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4xiibf\",\"data-framer-name\":\"Author - Dubravka\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"84px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"117px\",src:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png\",srcSet:\"https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aS38oQVxlpKtTCWaO03DEysonhw.png 1136w\"},className:\"framer-hxmpr3\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jho30q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Dubravka Rebic\"})}),className:\"framer-1wjuvgs\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Dubravka Rebic puts a lot of time and energy into researching and writing in order to help create awareness and positive change in the mental health space. From poring over scientific studies to reading entire books in order to write a single content piece, she puts in the hard work to ensure her content is of the highest quality and provides maximum value.\"})}),className:\"framer-1gka7gw\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible10&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1de26d9\",\"data-framer-name\":\"Author - Kaija\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:887,pixelWidth:887,sizes:\"84px\",src:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png\",srcSet:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png 887w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:887,pixelWidth:887,sizes:\"117px\",src:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png\",srcSet:\"https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2A6gcTyWeIiit3f9PdenErFs8.png 887w\"},className:\"framer-enqwb0\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-50t1u9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Kaija Sander, Ph.D.\"})}),className:\"framer-shy07w\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Kaija Sander is a cognitive neuroscientist and scientific consultant for Myndlift. She holds a BSc in Biomedical Science with a specialization in Neuroscience and Mental Health from Imperial College London and a PhD in Neuroscience from McGill University. Her doctoral research focused on brain connectivity relating to second language learning success. She is passionate about the broader applications of science to have a positive impact on people\u2019s lives.\"})}),className:\"framer-19dnfjm\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible11&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1csu4mc\",\"data-framer-name\":\"Author - Carola\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"84px\",src:\"https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg\",srcSet:\"https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg 1136w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1136,pixelWidth:1136,sizes:\"117px\",src:\"https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg\",srcSet:\"https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/app9vYyZdMLsKNNBtFQMaTSpg4.jpg 1136w\"},className:\"framer-114vd5x\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l9cxap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Carola Tuerk, Ph.D.\"})}),className:\"framer-1uk1qof\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Carola is a cognitive neuroscientist and a scientific consultant for Myndlift. In her research, she is particularly interested in how early life experiences shape brain development and mental health with a particular focus on children. She has obtained a BSc in psychology, an MSc in neuroscience, and a PhD in cognitive neuroscience and is passionate about brain health. In her free time, Carola likes to exercise or play music to relax.\"})}),className:\"framer-wobdhi\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible12&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-67hcse\",\"data-framer-name\":\"Author - Emma\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",pixelHeight:2850,pixelWidth:2850,sizes:\"84px\",src:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp\",srcSet:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp 2850w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2850,pixelWidth:2850,sizes:\"117px\",src:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp\",srcSet:\"https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/RzBAc3xfmEAgwwF9TUiGBJwrAWI.webp 2850w\"},className:\"framer-ddtsqz\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kebg4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Emma Loker\"})}),className:\"framer-81fxuy\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Emma is a practicing trainee Child and Adolescent Psychotherapist studying at the University of Cambridge and a psychology writer with years of experience. She achieved a 1st Class Honors Degree in Psychology from Aston University in Birmingham.\"})}),className:\"framer-jtzgcz\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible13&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6hl1b5\",\"data-framer-name\":\"Author - Nathan\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/oPiCSmozXMYFptUSaKgysIl0k.png\"},className:\"framer-mjtgq9\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d9302j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Dr. Nathan Brown, Ph.D. \"})}),className:\"framer-1qcry8l\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:'Dr. Brown is a clinical psychologist with over 35 years of experience using biofeedback and neurofeedback techniques. His clients include people dealing with depression, anxiety, ADHD, PTSD, and other stress-related conditions. He also helps those who seek to simply \"raise their game\" in their personal lives as well as their careers.'})}),className:\"framer-1o59v7c\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible14&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nj4rdt\",\"data-framer-name\":\"Author - Haining\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:409,pixelWidth:409,src:\"https://framerusercontent.com/images/1jwkGbqQFbn06F1m4X07VgAdzg.png\"},className:\"framer-1gii0b\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kzgjku\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Haining Cui, Ph.D.\"})}),className:\"framer-1qak6w4\",\"data-framer-name\":\"Alfonso Rosser\",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\",children:\"Haining Cui, PhD, is a data-driven neurolinguist with deep expertise in neurocognitive research. He specializes in data analysis, statistical modeling, and experimental design, turning complex datasets into actionable insights.\"})}),className:\"framer-1yx14hd\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]}),visible16&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lx9saj\",\"data-framer-name\":\"References\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qx2toi\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xcl27z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"References\"})}),className:\"framer-p99tn6\",\"data-framer-name\":\"Alfonso Rosser\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"ALD4bJkd8\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"eN5mRhyRS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:OXvfCIqE2,className:\"framer-1mg6qgq\",\"data-framer-name\":\"We encourage you to think outside the box,\\xa0challenge conventional wisdom,\\xa0and formulate unique approaches.\\xa0Foster a vibrant online community where you can share your passions,\\xa0engage in lively discussions,\\xa0and collaborate with like-minded individuals.\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-yw6y2s\",code:\"framer-styles-preset-14zyamp\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-1c1y9tj\",h5:\"framer-styles-preset-anm254\",h6:\"framer-styles-preset-14neuk4\",img:\"framer-styles-preset-fuwvin\",p:\"framer-styles-preset-andvw8\"},verticalAlignment:\"center\",withExternalLayout:true})})]})]}),visible17&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-azr5gx\",\"data-framer-name\":\"Tags\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1v4ddqz\",\"data-styles-preset\":\"x3ce75dEK\",style:{\"--framer-text-color\":\"var(--token-e9c734eb-1e39-4b14-83fb-ae3518a40023, rgb(43, 72, 65))\"},children:\"Tags\"})}),className:\"framer-vv5bjz\",\"data-framer-name\":\"Alfonso Rosser\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uvp909\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"NldAOLNwr\",data:Tags,type:\"Collection\"},orderBy:[{arguments:[{type:\"LiteralValue\",value:XMdUr_Nso},{collection:\"NldAOLNwr\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"NldAOLNwr\",name:\"JFeR21M2r\",type:\"Identifier\"},{collection:\"NldAOLNwr\",name:\"MLIVjKU1B\",type:\"Identifier\"},{collection:\"NldAOLNwr\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"NldAOLNwr\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:XMdUr_Nso},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idNldAOLNwr,JFeR21M2r:JFeR21M2rNldAOLNwr,MLIVjKU1B:MLIVjKU1BNldAOLNwr},index1)=>{JFeR21M2rNldAOLNwr??=\"\";MLIVjKU1BNldAOLNwr??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`NldAOLNwr-${idNldAOLNwr}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{JFeR21M2r:JFeR21M2rNldAOLNwr},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{JFeR21M2r:JFeR21M2rNldAOLNwr},webPageId:\"BcncaOMrv\"},motionChild:true,nodeId:\"smVYj4tbx\",scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-te7qut framer-1jk8e1f\",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-88270a27-b998-4d64-94e7-850fa71e2842, rgb(88, 94, 91))\"},children:\"adhd and menopause\"})}),className:\"framer-1xcl8pi\",\"data-framer-name\":\"Tag name\",fonts:[\"Inter\"],text:MLIVjKU1BNldAOLNwr,verticalAlignment:\"top\",withExternalLayout:true})})})})},idNldAOLNwr);})})})})})]})]})]})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-19is3xz\",\"data-framer-name\":\"Related posts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ogz2hf\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Related posts\"})}),className:\"framer-2lj2np\",\"data-framer-name\":\"Our latest news\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ijh175\",\"data-styles-preset\":\"pHVfl8FdK\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JkGTnPC0f\"},motionChild:true,nodeId:\"BHRc9Z8zk\",openInNewTab:false,scopeId:\"uBThQZDOp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"See all\"})})})}),className:\"framer-1yvaw61\",\"data-framer-name\":\"Our latest news\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j4492b\",\"data-framer-name\":\"Related posts\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Dz1df3HAF:qDtUyQotP_Dz1df3HAF},webPageId:\"uBThQZDOp\"},motionChild:true,nodeId:\"rSMQ6VbpI\",openInNewTab:false,scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-rlrt9q framer-1jk8e1f\",\"data-framer-name\":\"related post 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} * 0.9, 350px)`,...toResponsiveImage(qDtUyQotP_aqlKN39c9)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1100px) * 0.31)`,...toResponsiveImage(qDtUyQotP_aqlKN39c9)},className:\"framer-iig66a\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17s2p\",\"data-styles-preset\":\"qaaH5oCEc\",style:{\"--framer-text-alignment\":\"left\"},children:\"Breaking the Self-Sabotage Cycle: \u201CThe Mountain Is You\u201D, Summarized\"})}),className:\"framer-w1sk1y\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:qDtUyQotP_ORvYLyGiw,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Dz1df3HAF:T4X8o0BxG_Dz1df3HAF},webPageId:\"uBThQZDOp\"},motionChild:true,nodeId:\"ROFGEVgYF\",openInNewTab:false,scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-m3vip9 framer-1jk8e1f\",\"data-framer-name\":\"related post 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} * 0.9, 350px)`,...toResponsiveImage(T4X8o0BxG_aqlKN39c9)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1100px) * 0.31)`,...toResponsiveImage(T4X8o0BxG_aqlKN39c9)},className:\"framer-16uvbhq\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17s2p\",\"data-styles-preset\":\"qaaH5oCEc\",style:{\"--framer-text-alignment\":\"left\"},children:\"Embrace Your Neurodiversity: \u201CA Radical Guide for Women with ADHD\u201D by Sari Solden and Michelle Frank, Summarized\"})}),className:\"framer-123fz7l\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:T4X8o0BxG_ORvYLyGiw,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Dz1df3HAF:OjbHQksEE_Dz1df3HAF},webPageId:\"uBThQZDOp\"},motionChild:true,nodeId:\"ZwitSJlTm\",openInNewTab:false,scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-11zbmkx framer-1jk8e1f\",\"data-framer-name\":\"related post 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} * 0.9, 350px)`,...toResponsiveImage(OjbHQksEE_aqlKN39c9)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1100px) * 0.31)`,...toResponsiveImage(OjbHQksEE_aqlKN39c9)},className:\"framer-4pyqrg\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17s2p\",\"data-styles-preset\":\"qaaH5oCEc\",style:{\"--framer-text-alignment\":\"left\"},children:\"Embrace Your Neurodiversity: \u201CA Radical Guide for Women with ADHD\u201D by Sari Solden and Michelle Frank, Summarized\"})}),className:\"framer-1a1cmk9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:OjbHQksEE_ORvYLyGiw,verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-zxqz1f\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5hq0ca\",\"data-framer-name\":\"CTA \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d5r90x\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cpq41w\",\"data-framer-name\":\"Text Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W8cjIKVTm:{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-erib9l\",\"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-ruk1uh-container\",id:\"ruk1uh\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"q8Yc2OLiT\",ref:ref1,scopeId:\"uBThQZDOp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVQ43wKdH:{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\"}},W8cjIKVTm:{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\"}}},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:\"q8Yc2OLiT\",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:\"q8Yc2OLiT\",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:ref1,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"ruk1uh\",offsetX:11902513506356627e-21,offsetY:-46.50000478845686,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bu9n6k\",ref:ref2,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,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-uvc0md\",fonts:[\"GF;Figtree-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1005,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1spfvrp-container\",nodeId:\"H_g9JS6nR\",scopeId:\"uBThQZDOp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVQ43wKdH:{variant:\"PV9ovYlvo\"},W8cjIKVTm:{variant:\"J7ovLYY3J\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"H_g9JS6nR\",layoutId:\"H_g9JS6nR\",style:{width:\"100%\"},variant:\"xGNF6Sorl\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6S4hJ.framer-1jk8e1f, .framer-6S4hJ .framer-1jk8e1f { display: block; }\",\".framer-6S4hJ.framer-3bkblp { align-content: center; align-items: center; background-color: var(--token-71ec318f-400f-493b-8bdd-190fb16c6a39, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1260px; }\",\".framer-6S4hJ .framer-1tvwkxu { align-content: center; align-items: center; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06); 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-6S4hJ .framer-1l9dk5x-container { flex: 1 0 0px; height: 45px; position: relative; width: 1px; }\",\".framer-6S4hJ .framer-1aao2fp-container { flex: none; height: auto; pointer-events: auto; position: sticky; top: 0px; width: 100%; z-index: 7; }\",\".framer-6S4hJ .framer-1wkr4x8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1260px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-6S4hJ .framer-1ybj6k7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 71px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-6S4hJ .framer-1gp5wni { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6S4hJ .framer-1hphe9v { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; border-top-left-radius: 35px; border-top-right-radius: 35px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 772px; overflow: hidden; padding: 24px 36px 24px 36px; position: relative; width: 68%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6S4hJ .framer-1xvign3, .framer-6S4hJ .framer-1rvyk9r { 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: 100%; }\",\".framer-6S4hJ .framer-1kdzmqm { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6S4hJ .framer-ihcmom { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-6S4hJ .framer-x66xun { align-content: center; align-items: center; background-color: #f2f2f2; border-bottom-left-radius: 68px; border-bottom-right-radius: 68px; border-top-left-radius: 68px; border-top-right-radius: 68px; 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; text-decoration: none; width: min-content; }\",\".framer-6S4hJ .framer-u8lorn, .framer-6S4hJ .framer-1xcl8pi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6S4hJ .framer-1dtr2kb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-v6xlft { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6S4hJ .framer-fj6c9d, .framer-6S4hJ .framer-1ie2vv9, .framer-6S4hJ .framer-ob1ubj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6S4hJ .framer-1j3lamf, .framer-6S4hJ .framer-x5gwpv, .framer-6S4hJ .framer-gueujm, .framer-6S4hJ .framer-1mc3gk8, .framer-6S4hJ .framer-i8gq8e, .framer-6S4hJ .framer-sy2tr9, .framer-6S4hJ .framer-2bnvbk, .framer-6S4hJ .framer-9mo8et, .framer-6S4hJ .framer-ar4bzl, .framer-6S4hJ .framer-yewp3i, .framer-6S4hJ .framer-10ws5cf, .framer-6S4hJ .framer-12dktc0, .framer-6S4hJ .framer-diffdd, .framer-6S4hJ .framer-1vtf9p8, .framer-6S4hJ .framer-17eupqf, .framer-6S4hJ .framer-bpaztu, .framer-6S4hJ .framer-q89txy, .framer-6S4hJ .framer-vjaa58, .framer-6S4hJ .framer-1eriwz, .framer-6S4hJ .framer-1hvfv5i, .framer-6S4hJ .framer-1fc84ck, .framer-6S4hJ .framer-j32cgs, .framer-6S4hJ .framer-kt8ovg, .framer-6S4hJ .framer-14zk0sw, .framer-6S4hJ .framer-1c0hgrd, .framer-6S4hJ .framer-1o14j2y, .framer-6S4hJ .framer-1bye5pj, .framer-6S4hJ .framer-1awsbjb, .framer-6S4hJ .framer-zgk8bz, .framer-6S4hJ .framer-1wjuvgs, .framer-6S4hJ .framer-shy07w, .framer-6S4hJ .framer-1uk1qof, .framer-6S4hJ .framer-81fxuy, .framer-6S4hJ .framer-1qcry8l, .framer-6S4hJ .framer-1qak6w4, .framer-6S4hJ .framer-p99tn6, .framer-6S4hJ .framer-vv5bjz, .framer-6S4hJ .framer-2lj2np, .framer-6S4hJ .framer-1yvaw61 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6S4hJ .framer-1y0pgl3, .framer-6S4hJ .framer-i55d2i, .framer-6S4hJ .framer-1qxppem, .framer-6S4hJ .framer-1sfi4m9, .framer-6S4hJ .framer-1owudbd, .framer-6S4hJ .framer-h7h6sg, .framer-6S4hJ .framer-lws3cu, .framer-6S4hJ .framer-1g5fl88, .framer-6S4hJ .framer-1f8fm49, .framer-6S4hJ .framer-btmdei, .framer-6S4hJ .framer-1yg09f4, .framer-6S4hJ .framer-2fq99r, .framer-6S4hJ .framer-1r0quen, .framer-6S4hJ .framer-1vzspg2 { --border-bottom-width: 0px; --border-color: var(--token-420ac5c2-54a5-4030-bd41-cf87284d509c, #c4c4c4); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 0px; position: relative; width: min-content; }\",\".framer-6S4hJ .framer-15b5t4s, .framer-6S4hJ .framer-1j2ncel, .framer-6S4hJ .framer-18smau8, .framer-6S4hJ .framer-1s7910b, .framer-6S4hJ .framer-hykkv6, .framer-6S4hJ .framer-a7irbv, .framer-6S4hJ .framer-1ea85yh, .framer-6S4hJ .framer-1mdepot, .framer-6S4hJ .framer-xjr0lq, .framer-6S4hJ .framer-1e03271, .framer-6S4hJ .framer-56ba1s, .framer-6S4hJ .framer-mv522l, .framer-6S4hJ .framer-ze1pe1, .framer-6S4hJ .framer-nuo15o { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6S4hJ .framer-15yba0h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6S4hJ .framer-8fc11s { border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; border-top-left-radius: 35px; border-top-right-radius: 35px; flex: none; height: 544px; overflow: visible; position: relative; width: 736px; }\",\".framer-6S4hJ .framer-4un4ac { --border-bottom-width: 1px; --border-color: rgba(103, 103, 111, 0.5); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; max-width: 772px; overflow: hidden; padding: 24px 0px 50px 0px; position: relative; width: 68%; }\",\".framer-6S4hJ .framer-k0quwy { --framer-paragraph-spacing: 25px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6S4hJ .framer-1hvf906, .framer-6S4hJ .framer-1qx2toi { background-color: var(--token-dcf3faf9-ba88-4178-b0b9-898945f7444d, #457366); flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-1yvkf30, .framer-6S4hJ .framer-110rzhz, .framer-6S4hJ .framer-1xcl27z, .framer-6S4hJ .framer-azr5gx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-17kc018, .framer-6S4hJ .framer-1612g43, .framer-6S4hJ .framer-5lkjxx, .framer-6S4hJ .framer-1vkk33d, .framer-6S4hJ .framer-34r751, .framer-6S4hJ .framer-1dpu93a, .framer-6S4hJ .framer-1jj2g5x, .framer-6S4hJ .framer-4xiibf, .framer-6S4hJ .framer-1de26d9, .framer-6S4hJ .framer-1csu4mc, .framer-6S4hJ .framer-67hcse, .framer-6S4hJ .framer-6hl1b5 { align-content: flex-start; align-items: flex-start; background-color: #faf7f0; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 23px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6S4hJ .framer-1j6ntpm, .framer-6S4hJ .framer-16avmce { border-bottom-left-radius: 520px; border-bottom-right-radius: 520px; border-top-left-radius: 520px; border-top-right-radius: 520px; flex: none; height: 117px; position: relative; width: 117px; }\",\".framer-6S4hJ .framer-1lw9qwz, .framer-6S4hJ .framer-1tc4zh9, .framer-6S4hJ .framer-uno3qb, .framer-6S4hJ .framer-14pj977, .framer-6S4hJ .framer-c4h1ar, .framer-6S4hJ .framer-e7ykos, .framer-6S4hJ .framer-1hhidnh, .framer-6S4hJ .framer-e7xp1d, .framer-6S4hJ .framer-jho30q, .framer-6S4hJ .framer-50t1u9, .framer-6S4hJ .framer-1l9cxap, .framer-6S4hJ .framer-1kebg4, .framer-6S4hJ .framer-d9302j, .framer-6S4hJ .framer-kzgjku { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6S4hJ .framer-1f71ns3, .framer-6S4hJ .framer-12u13ec, .framer-6S4hJ .framer-11zmhod, .framer-6S4hJ .framer-u8zzvq, .framer-6S4hJ .framer-a3673v, .framer-6S4hJ .framer-l3a3xd, .framer-6S4hJ .framer-1e6dgyp, .framer-6S4hJ .framer-zf1bq8, .framer-6S4hJ .framer-1gka7gw, .framer-6S4hJ .framer-19dnfjm, .framer-6S4hJ .framer-wobdhi, .framer-6S4hJ .framer-jtzgcz, .framer-6S4hJ .framer-1o59v7c, .framer-6S4hJ .framer-1yx14hd, .framer-6S4hJ .framer-1mg6qgq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6S4hJ .framer-ocnhsn, .framer-6S4hJ .framer-1rmixtj, .framer-6S4hJ .framer-1tu6xqg, .framer-6S4hJ .framer-a54aqe, .framer-6S4hJ .framer-1ldrl1n, .framer-6S4hJ .framer-1ea7nl2, .framer-6S4hJ .framer-hxmpr3, .framer-6S4hJ .framer-enqwb0, .framer-6S4hJ .framer-114vd5x, .framer-6S4hJ .framer-ddtsqz, .framer-6S4hJ .framer-mjtgq9, .framer-6S4hJ .framer-1gii0b { aspect-ratio: 1 / 1; border-bottom-left-radius: 520px; border-bottom-right-radius: 520px; border-top-left-radius: 520px; border-top-right-radius: 520px; flex: none; height: var(--framer-aspect-ratio-supported, 117px); position: relative; width: 117px; }\",\".framer-6S4hJ .framer-vevk2n { align-content: flex-start; align-items: flex-start; background-color: #faf7f0; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 23px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6S4hJ .framer-1nj4rdt { align-content: flex-start; align-items: flex-start; background-color: #faf7f0; border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; border-top-left-radius: 26px; border-top-right-radius: 26px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 23px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6S4hJ .framer-lx9saj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-uvp909 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 7px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-te7qut { align-content: center; align-items: center; background-color: #f7f7f7; border-bottom-left-radius: 88px; border-bottom-right-radius: 88px; border-top-left-radius: 88px; border-top-right-radius: 88px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 5px 8px 4px 8px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6S4hJ .framer-19is3xz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 33px 0px 0px 0px; position: relative; width: 90%; }\",\".framer-6S4hJ .framer-1ogz2hf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-1j4492b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-rlrt9q, .framer-6S4hJ .framer-m3vip9, .framer-6S4hJ .framer-11zbmkx { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 31%; }\",\".framer-6S4hJ .framer-iig66a, .framer-6S4hJ .framer-16uvbhq, .framer-6S4hJ .framer-4pyqrg { border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; border-top-left-radius: 35px; border-top-right-radius: 35px; flex: none; height: 267px; position: relative; width: 100%; }\",\".framer-6S4hJ .framer-w1sk1y, .framer-6S4hJ .framer-123fz7l, .framer-6S4hJ .framer-1a1cmk9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6S4hJ .framer-zxqz1f { 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-6S4hJ .framer-5hq0ca { 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; overflow: visible; padding: 80px; position: relative; width: min-content; }',\".framer-6S4hJ .framer-d5r90x { 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-6S4hJ .framer-1cpq41w { 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-6S4hJ .framer-erib9l { --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-6S4hJ .framer-ruk1uh-container { flex: none; height: auto; max-width: 475px; position: relative; width: 50%; }\",\".framer-6S4hJ .framer-bu9n6k { -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-6S4hJ .framer-uvc0md { --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-6S4hJ .framer-1spfvrp-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6S4hJ.framer-3bkblp, .framer-6S4hJ .framer-1tvwkxu, .framer-6S4hJ .framer-1wkr4x8, .framer-6S4hJ .framer-1ybj6k7, .framer-6S4hJ .framer-1gp5wni, .framer-6S4hJ .framer-1hphe9v, .framer-6S4hJ .framer-1xvign3, .framer-6S4hJ .framer-ihcmom, .framer-6S4hJ .framer-x66xun, .framer-6S4hJ .framer-1dtr2kb, .framer-6S4hJ .framer-v6xlft, .framer-6S4hJ .framer-fj6c9d, .framer-6S4hJ .framer-1y0pgl3, .framer-6S4hJ .framer-i55d2i, .framer-6S4hJ .framer-1qxppem, .framer-6S4hJ .framer-1sfi4m9, .framer-6S4hJ .framer-1owudbd, .framer-6S4hJ .framer-h7h6sg, .framer-6S4hJ .framer-lws3cu, .framer-6S4hJ .framer-1ie2vv9, .framer-6S4hJ .framer-1g5fl88, .framer-6S4hJ .framer-1f8fm49, .framer-6S4hJ .framer-btmdei, .framer-6S4hJ .framer-1yg09f4, .framer-6S4hJ .framer-2fq99r, .framer-6S4hJ .framer-1r0quen, .framer-6S4hJ .framer-1vzspg2, .framer-6S4hJ .framer-ob1ubj, .framer-6S4hJ .framer-15yba0h, .framer-6S4hJ .framer-1rvyk9r, .framer-6S4hJ .framer-4un4ac, .framer-6S4hJ .framer-1yvkf30, .framer-6S4hJ .framer-17kc018, .framer-6S4hJ .framer-1lw9qwz, .framer-6S4hJ .framer-1612g43, .framer-6S4hJ .framer-1tc4zh9, .framer-6S4hJ .framer-5lkjxx, .framer-6S4hJ .framer-uno3qb, .framer-6S4hJ .framer-1vkk33d, .framer-6S4hJ .framer-14pj977, .framer-6S4hJ .framer-vevk2n, .framer-6S4hJ .framer-c4h1ar, .framer-6S4hJ .framer-34r751, .framer-6S4hJ .framer-e7ykos, .framer-6S4hJ .framer-1dpu93a, .framer-6S4hJ .framer-1hhidnh, .framer-6S4hJ .framer-110rzhz, .framer-6S4hJ .framer-1jj2g5x, .framer-6S4hJ .framer-e7xp1d, .framer-6S4hJ .framer-4xiibf, .framer-6S4hJ .framer-jho30q, .framer-6S4hJ .framer-1de26d9, .framer-6S4hJ .framer-50t1u9, .framer-6S4hJ .framer-1csu4mc, .framer-6S4hJ .framer-1l9cxap, .framer-6S4hJ .framer-67hcse, .framer-6S4hJ .framer-1kebg4, .framer-6S4hJ .framer-6hl1b5, .framer-6S4hJ .framer-d9302j, .framer-6S4hJ .framer-1nj4rdt, .framer-6S4hJ .framer-kzgjku, .framer-6S4hJ .framer-lx9saj, .framer-6S4hJ .framer-1xcl27z, .framer-6S4hJ .framer-azr5gx, .framer-6S4hJ .framer-uvp909, .framer-6S4hJ .framer-te7qut, .framer-6S4hJ .framer-19is3xz, .framer-6S4hJ .framer-rlrt9q, .framer-6S4hJ .framer-m3vip9, .framer-6S4hJ .framer-11zbmkx, .framer-6S4hJ .framer-zxqz1f, .framer-6S4hJ .framer-5hq0ca, .framer-6S4hJ .framer-d5r90x, .framer-6S4hJ .framer-1cpq41w { gap: 0px; } .framer-6S4hJ.framer-3bkblp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6S4hJ.framer-3bkblp > :first-child, .framer-6S4hJ .framer-1ybj6k7 > :first-child, .framer-6S4hJ .framer-1gp5wni > :first-child, .framer-6S4hJ .framer-1hphe9v > :first-child, .framer-6S4hJ .framer-1dtr2kb > :first-child, .framer-6S4hJ .framer-fj6c9d > :first-child, .framer-6S4hJ .framer-1ie2vv9 > :first-child, .framer-6S4hJ .framer-ob1ubj > :first-child, .framer-6S4hJ .framer-4un4ac > :first-child, .framer-6S4hJ .framer-1yvkf30 > :first-child, .framer-6S4hJ .framer-1lw9qwz > :first-child, .framer-6S4hJ .framer-1tc4zh9 > :first-child, .framer-6S4hJ .framer-uno3qb > :first-child, .framer-6S4hJ .framer-14pj977 > :first-child, .framer-6S4hJ .framer-c4h1ar > :first-child, .framer-6S4hJ .framer-e7ykos > :first-child, .framer-6S4hJ .framer-1hhidnh > :first-child, .framer-6S4hJ .framer-110rzhz > :first-child, .framer-6S4hJ .framer-e7xp1d > :first-child, .framer-6S4hJ .framer-jho30q > :first-child, .framer-6S4hJ .framer-50t1u9 > :first-child, .framer-6S4hJ .framer-1l9cxap > :first-child, .framer-6S4hJ .framer-1kebg4 > :first-child, .framer-6S4hJ .framer-d9302j > :first-child, .framer-6S4hJ .framer-kzgjku > :first-child, .framer-6S4hJ .framer-lx9saj > :first-child, .framer-6S4hJ .framer-1xcl27z > :first-child, .framer-6S4hJ .framer-azr5gx > :first-child, .framer-6S4hJ .framer-19is3xz > :first-child, .framer-6S4hJ .framer-rlrt9q > :first-child, .framer-6S4hJ .framer-m3vip9 > :first-child, .framer-6S4hJ .framer-11zbmkx > :first-child, .framer-6S4hJ .framer-zxqz1f > :first-child, .framer-6S4hJ .framer-d5r90x > :first-child, .framer-6S4hJ .framer-1cpq41w > :first-child { margin-top: 0px; } .framer-6S4hJ.framer-3bkblp > :last-child, .framer-6S4hJ .framer-1ybj6k7 > :last-child, .framer-6S4hJ .framer-1gp5wni > :last-child, .framer-6S4hJ .framer-1hphe9v > :last-child, .framer-6S4hJ .framer-1dtr2kb > :last-child, .framer-6S4hJ .framer-fj6c9d > :last-child, .framer-6S4hJ .framer-1ie2vv9 > :last-child, .framer-6S4hJ .framer-ob1ubj > :last-child, .framer-6S4hJ .framer-4un4ac > :last-child, .framer-6S4hJ .framer-1yvkf30 > :last-child, .framer-6S4hJ .framer-1lw9qwz > :last-child, .framer-6S4hJ .framer-1tc4zh9 > :last-child, .framer-6S4hJ .framer-uno3qb > :last-child, .framer-6S4hJ .framer-14pj977 > :last-child, .framer-6S4hJ .framer-c4h1ar > :last-child, .framer-6S4hJ .framer-e7ykos > :last-child, .framer-6S4hJ .framer-1hhidnh > :last-child, .framer-6S4hJ .framer-110rzhz > :last-child, .framer-6S4hJ .framer-e7xp1d > :last-child, .framer-6S4hJ .framer-jho30q > :last-child, .framer-6S4hJ .framer-50t1u9 > :last-child, .framer-6S4hJ .framer-1l9cxap > :last-child, .framer-6S4hJ .framer-1kebg4 > :last-child, .framer-6S4hJ .framer-d9302j > :last-child, .framer-6S4hJ .framer-kzgjku > :last-child, .framer-6S4hJ .framer-lx9saj > :last-child, .framer-6S4hJ .framer-1xcl27z > :last-child, .framer-6S4hJ .framer-azr5gx > :last-child, .framer-6S4hJ .framer-19is3xz > :last-child, .framer-6S4hJ .framer-rlrt9q > :last-child, .framer-6S4hJ .framer-m3vip9 > :last-child, .framer-6S4hJ .framer-11zbmkx > :last-child, .framer-6S4hJ .framer-zxqz1f > :last-child, .framer-6S4hJ .framer-d5r90x > :last-child, .framer-6S4hJ .framer-1cpq41w > :last-child { margin-bottom: 0px; } .framer-6S4hJ .framer-1tvwkxu > *, .framer-6S4hJ .framer-1wkr4x8 > *, .framer-6S4hJ .framer-1xvign3 > *, .framer-6S4hJ .framer-x66xun > *, .framer-6S4hJ .framer-1y0pgl3 > *, .framer-6S4hJ .framer-i55d2i > *, .framer-6S4hJ .framer-1qxppem > *, .framer-6S4hJ .framer-1sfi4m9 > *, .framer-6S4hJ .framer-1owudbd > *, .framer-6S4hJ .framer-h7h6sg > *, .framer-6S4hJ .framer-lws3cu > *, .framer-6S4hJ .framer-1g5fl88 > *, .framer-6S4hJ .framer-1f8fm49 > *, .framer-6S4hJ .framer-btmdei > *, .framer-6S4hJ .framer-1yg09f4 > *, .framer-6S4hJ .framer-2fq99r > *, .framer-6S4hJ .framer-1r0quen > *, .framer-6S4hJ .framer-1vzspg2 > *, .framer-6S4hJ .framer-1rvyk9r > *, .framer-6S4hJ .framer-te7qut > *, .framer-6S4hJ .framer-5hq0ca > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6S4hJ .framer-1tvwkxu > :first-child, .framer-6S4hJ .framer-1wkr4x8 > :first-child, .framer-6S4hJ .framer-1xvign3 > :first-child, .framer-6S4hJ .framer-ihcmom > :first-child, .framer-6S4hJ .framer-x66xun > :first-child, .framer-6S4hJ .framer-v6xlft > :first-child, .framer-6S4hJ .framer-1y0pgl3 > :first-child, .framer-6S4hJ .framer-i55d2i > :first-child, .framer-6S4hJ .framer-1qxppem > :first-child, .framer-6S4hJ .framer-1sfi4m9 > :first-child, .framer-6S4hJ .framer-1owudbd > :first-child, .framer-6S4hJ .framer-h7h6sg > :first-child, .framer-6S4hJ .framer-lws3cu > :first-child, .framer-6S4hJ .framer-1g5fl88 > :first-child, .framer-6S4hJ .framer-1f8fm49 > :first-child, .framer-6S4hJ .framer-btmdei > :first-child, .framer-6S4hJ .framer-1yg09f4 > :first-child, .framer-6S4hJ .framer-2fq99r > :first-child, .framer-6S4hJ .framer-1r0quen > :first-child, .framer-6S4hJ .framer-1vzspg2 > :first-child, .framer-6S4hJ .framer-15yba0h > :first-child, .framer-6S4hJ .framer-1rvyk9r > :first-child, .framer-6S4hJ .framer-17kc018 > :first-child, .framer-6S4hJ .framer-1612g43 > :first-child, .framer-6S4hJ .framer-5lkjxx > :first-child, .framer-6S4hJ .framer-1vkk33d > :first-child, .framer-6S4hJ .framer-vevk2n > :first-child, .framer-6S4hJ .framer-34r751 > :first-child, .framer-6S4hJ .framer-1dpu93a > :first-child, .framer-6S4hJ .framer-1jj2g5x > :first-child, .framer-6S4hJ .framer-4xiibf > :first-child, .framer-6S4hJ .framer-1de26d9 > :first-child, .framer-6S4hJ .framer-1csu4mc > :first-child, .framer-6S4hJ .framer-67hcse > :first-child, .framer-6S4hJ .framer-6hl1b5 > :first-child, .framer-6S4hJ .framer-1nj4rdt > :first-child, .framer-6S4hJ .framer-uvp909 > :first-child, .framer-6S4hJ .framer-te7qut > :first-child, .framer-6S4hJ .framer-5hq0ca > :first-child { margin-left: 0px; } .framer-6S4hJ .framer-1tvwkxu > :last-child, .framer-6S4hJ .framer-1wkr4x8 > :last-child, .framer-6S4hJ .framer-1xvign3 > :last-child, .framer-6S4hJ .framer-ihcmom > :last-child, .framer-6S4hJ .framer-x66xun > :last-child, .framer-6S4hJ .framer-v6xlft > :last-child, .framer-6S4hJ .framer-1y0pgl3 > :last-child, .framer-6S4hJ .framer-i55d2i > :last-child, .framer-6S4hJ .framer-1qxppem > :last-child, .framer-6S4hJ .framer-1sfi4m9 > :last-child, .framer-6S4hJ .framer-1owudbd > :last-child, .framer-6S4hJ .framer-h7h6sg > :last-child, .framer-6S4hJ .framer-lws3cu > :last-child, .framer-6S4hJ .framer-1g5fl88 > :last-child, .framer-6S4hJ .framer-1f8fm49 > :last-child, .framer-6S4hJ .framer-btmdei > :last-child, .framer-6S4hJ .framer-1yg09f4 > :last-child, .framer-6S4hJ .framer-2fq99r > :last-child, .framer-6S4hJ .framer-1r0quen > :last-child, .framer-6S4hJ .framer-1vzspg2 > :last-child, .framer-6S4hJ .framer-15yba0h > :last-child, .framer-6S4hJ .framer-1rvyk9r > :last-child, .framer-6S4hJ .framer-17kc018 > :last-child, .framer-6S4hJ .framer-1612g43 > :last-child, .framer-6S4hJ .framer-5lkjxx > :last-child, .framer-6S4hJ .framer-1vkk33d > :last-child, .framer-6S4hJ .framer-vevk2n > :last-child, .framer-6S4hJ .framer-34r751 > :last-child, .framer-6S4hJ .framer-1dpu93a > :last-child, .framer-6S4hJ .framer-1jj2g5x > :last-child, .framer-6S4hJ .framer-4xiibf > :last-child, .framer-6S4hJ .framer-1de26d9 > :last-child, .framer-6S4hJ .framer-1csu4mc > :last-child, .framer-6S4hJ .framer-67hcse > :last-child, .framer-6S4hJ .framer-6hl1b5 > :last-child, .framer-6S4hJ .framer-1nj4rdt > :last-child, .framer-6S4hJ .framer-uvp909 > :last-child, .framer-6S4hJ .framer-te7qut > :last-child, .framer-6S4hJ .framer-5hq0ca > :last-child { margin-right: 0px; } .framer-6S4hJ .framer-1ybj6k7 > *, .framer-6S4hJ .framer-1yvkf30 > *, .framer-6S4hJ .framer-1lw9qwz > *, .framer-6S4hJ .framer-1tc4zh9 > *, .framer-6S4hJ .framer-uno3qb > *, .framer-6S4hJ .framer-14pj977 > *, .framer-6S4hJ .framer-c4h1ar > *, .framer-6S4hJ .framer-e7ykos > *, .framer-6S4hJ .framer-1hhidnh > *, .framer-6S4hJ .framer-110rzhz > *, .framer-6S4hJ .framer-e7xp1d > *, .framer-6S4hJ .framer-jho30q > *, .framer-6S4hJ .framer-50t1u9 > *, .framer-6S4hJ .framer-1l9cxap > *, .framer-6S4hJ .framer-1kebg4 > *, .framer-6S4hJ .framer-d9302j > *, .framer-6S4hJ .framer-kzgjku > *, .framer-6S4hJ .framer-1xcl27z > *, .framer-6S4hJ .framer-azr5gx > *, .framer-6S4hJ .framer-rlrt9q > *, .framer-6S4hJ .framer-m3vip9 > *, .framer-6S4hJ .framer-11zbmkx > *, .framer-6S4hJ .framer-zxqz1f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6S4hJ .framer-1gp5wni > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-6S4hJ .framer-1hphe9v > *, .framer-6S4hJ .framer-19is3xz > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6S4hJ .framer-ihcmom > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-6S4hJ .framer-1dtr2kb > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-6S4hJ .framer-v6xlft > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-6S4hJ .framer-fj6c9d > *, .framer-6S4hJ .framer-1ie2vv9 > *, .framer-6S4hJ .framer-ob1ubj > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-6S4hJ .framer-15yba0h > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-6S4hJ .framer-4un4ac > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-6S4hJ .framer-17kc018 > *, .framer-6S4hJ .framer-1612g43 > *, .framer-6S4hJ .framer-5lkjxx > *, .framer-6S4hJ .framer-1vkk33d > *, .framer-6S4hJ .framer-vevk2n > *, .framer-6S4hJ .framer-34r751 > *, .framer-6S4hJ .framer-1dpu93a > *, .framer-6S4hJ .framer-1jj2g5x > *, .framer-6S4hJ .framer-4xiibf > *, .framer-6S4hJ .framer-1de26d9 > *, .framer-6S4hJ .framer-1csu4mc > *, .framer-6S4hJ .framer-67hcse > *, .framer-6S4hJ .framer-6hl1b5 > *, .framer-6S4hJ .framer-1nj4rdt > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-6S4hJ .framer-lx9saj > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-6S4hJ .framer-uvp909 > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-6S4hJ .framer-d5r90x > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6S4hJ .framer-1cpq41w > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,...sharedStyle16.css,...sharedStyle17.css,...sharedStyle18.css,...sharedStyle19.css,...sharedStyle20.css,...sharedStyle21.css,...sharedStyle22.css,'.framer-6S4hJ[data-border=\"true\"]::after, .framer-6S4hJ [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-6S4hJ.framer-3bkblp { width: 800px; } .framer-6S4hJ .framer-1ybj6k7 { padding: 32px 20px 0px 20px; } .framer-6S4hJ .framer-1gp5wni { gap: 9px; padding: 0px 15px 0px 15px; } .framer-6S4hJ .framer-1hphe9v, .framer-6S4hJ .framer-d5r90x, .framer-6S4hJ .framer-1cpq41w, .framer-6S4hJ .framer-erib9l { width: 100%; } .framer-6S4hJ .framer-1kdzmqm { flex: none; width: 100%; } .framer-6S4hJ .framer-1s7910b { height: var(--framer-aspect-ratio-supported, 34px); width: 34px; } .framer-6S4hJ .framer-1rvyk9r { width: min-content; } .framer-6S4hJ .framer-8fc11s { height: 332px; width: 450px; } .framer-6S4hJ .framer-4un4ac { max-width: 587px; width: 90%; } .framer-6S4hJ .framer-iig66a, .framer-6S4hJ .framer-16uvbhq, .framer-6S4hJ .framer-4pyqrg { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; height: 161px; } .framer-6S4hJ .framer-5hq0ca { width: 88%; } .framer-6S4hJ .framer-ruk1uh-container { width: 65%; } .framer-6S4hJ .framer-bu9n6k { width: 389px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6S4hJ .framer-1gp5wni { gap: 0px; } .framer-6S4hJ .framer-1gp5wni > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-6S4hJ .framer-1gp5wni > :first-child { margin-top: 0px; } .framer-6S4hJ .framer-1gp5wni > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 799px) { .framer-6S4hJ.framer-3bkblp { width: 390px; } .framer-6S4hJ .framer-1wkr4x8 { flex-direction: column; max-width: unset; width: 100%; } .framer-6S4hJ .framer-1ybj6k7 { flex: none; padding: 36px 0px 0px 0px; width: 90%; } .framer-6S4hJ .framer-1gp5wni { gap: 4px; padding: 0px 15px 0px 15px; } .framer-6S4hJ .framer-1hphe9v { gap: 28px; padding: 24px 10px 24px 10px; width: 100%; } .framer-6S4hJ .framer-1kdzmqm, .framer-6S4hJ .framer-1lw9qwz, .framer-6S4hJ .framer-1tc4zh9, .framer-6S4hJ .framer-uno3qb, .framer-6S4hJ .framer-14pj977, .framer-6S4hJ .framer-c4h1ar, .framer-6S4hJ .framer-e7ykos, .framer-6S4hJ .framer-1hhidnh, .framer-6S4hJ .framer-e7xp1d, .framer-6S4hJ .framer-jho30q, .framer-6S4hJ .framer-50t1u9, .framer-6S4hJ .framer-1l9cxap, .framer-6S4hJ .framer-1kebg4, .framer-6S4hJ .framer-d9302j, .framer-6S4hJ .framer-kzgjku { flex: none; width: 100%; } .framer-6S4hJ .framer-ihcmom { flex-wrap: wrap; justify-content: flex-start; width: 100%; } .framer-6S4hJ .framer-v6xlft { flex-wrap: wrap; gap: 10px; justify-content: flex-start; width: 100%; } .framer-6S4hJ .framer-1s7910b { height: var(--framer-aspect-ratio-supported, 30px); width: 30px; } .framer-6S4hJ .framer-1vzspg2 { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; } .framer-6S4hJ .framer-1rvyk9r { width: min-content; } .framer-6S4hJ .framer-8fc11s { border-bottom-left-radius: 21px; border-bottom-right-radius: 21px; border-top-left-radius: 21px; border-top-right-radius: 21px; height: 200px; width: 272px; } .framer-6S4hJ .framer-4un4ac { padding: 43px 0px 50px 0px; width: 95%; } .framer-6S4hJ .framer-17kc018, .framer-6S4hJ .framer-1612g43 { flex-direction: column; gap: 21px; } .framer-6S4hJ .framer-1j6ntpm, .framer-6S4hJ .framer-16avmce { height: 84px; width: 84px; } .framer-6S4hJ .framer-5lkjxx, .framer-6S4hJ .framer-1vkk33d, .framer-6S4hJ .framer-vevk2n, .framer-6S4hJ .framer-34r751, .framer-6S4hJ .framer-1dpu93a, .framer-6S4hJ .framer-1jj2g5x, .framer-6S4hJ .framer-4xiibf, .framer-6S4hJ .framer-1de26d9, .framer-6S4hJ .framer-1csu4mc, .framer-6S4hJ .framer-67hcse, .framer-6S4hJ .framer-6hl1b5, .framer-6S4hJ .framer-1nj4rdt { flex-direction: column; } .framer-6S4hJ .framer-ocnhsn, .framer-6S4hJ .framer-1rmixtj, .framer-6S4hJ .framer-1tu6xqg, .framer-6S4hJ .framer-a54aqe, .framer-6S4hJ .framer-1ldrl1n, .framer-6S4hJ .framer-1ea7nl2, .framer-6S4hJ .framer-hxmpr3, .framer-6S4hJ .framer-enqwb0, .framer-6S4hJ .framer-114vd5x, .framer-6S4hJ .framer-ddtsqz, .framer-6S4hJ .framer-1gii0b { height: var(--framer-aspect-ratio-supported, 84px); width: 84px; } .framer-6S4hJ .framer-1qx2toi { height: 1px; } .framer-6S4hJ .framer-19is3xz { max-width: 350px; } .framer-6S4hJ .framer-1j4492b { flex-direction: column; gap: 40px; justify-content: center; } .framer-6S4hJ .framer-rlrt9q, .framer-6S4hJ .framer-m3vip9, .framer-6S4hJ .framer-11zbmkx, .framer-6S4hJ .framer-1cpq41w, .framer-6S4hJ .framer-erib9l { width: 100%; } .framer-6S4hJ .framer-iig66a, .framer-6S4hJ .framer-16uvbhq, .framer-6S4hJ .framer-4pyqrg { border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; height: 266px; } .framer-6S4hJ .framer-5hq0ca { border-bottom-left-radius: 47px; border-bottom-right-radius: 47px; border-top-left-radius: 47px; border-top-right-radius: 47px; padding: 70px 15px 70px 15px; width: 90%; } .framer-6S4hJ .framer-d5r90x { flex: 1 0 0px; max-width: 480px; width: 1px; } .framer-6S4hJ .framer-ruk1uh-container { max-width: 323px; width: 100%; } .framer-6S4hJ .framer-bu9n6k { width: 323px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6S4hJ .framer-1wkr4x8, .framer-6S4hJ .framer-1gp5wni, .framer-6S4hJ .framer-1hphe9v, .framer-6S4hJ .framer-v6xlft, .framer-6S4hJ .framer-17kc018, .framer-6S4hJ .framer-1612g43, .framer-6S4hJ .framer-5lkjxx, .framer-6S4hJ .framer-1vkk33d, .framer-6S4hJ .framer-vevk2n, .framer-6S4hJ .framer-34r751, .framer-6S4hJ .framer-1dpu93a, .framer-6S4hJ .framer-1jj2g5x, .framer-6S4hJ .framer-4xiibf, .framer-6S4hJ .framer-1de26d9, .framer-6S4hJ .framer-1csu4mc, .framer-6S4hJ .framer-67hcse, .framer-6S4hJ .framer-6hl1b5, .framer-6S4hJ .framer-1nj4rdt, .framer-6S4hJ .framer-1j4492b { gap: 0px; } .framer-6S4hJ .framer-1wkr4x8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6S4hJ .framer-1wkr4x8 > :first-child, .framer-6S4hJ .framer-1gp5wni > :first-child, .framer-6S4hJ .framer-1hphe9v > :first-child, .framer-6S4hJ .framer-17kc018 > :first-child, .framer-6S4hJ .framer-1612g43 > :first-child, .framer-6S4hJ .framer-5lkjxx > :first-child, .framer-6S4hJ .framer-1vkk33d > :first-child, .framer-6S4hJ .framer-vevk2n > :first-child, .framer-6S4hJ .framer-34r751 > :first-child, .framer-6S4hJ .framer-1dpu93a > :first-child, .framer-6S4hJ .framer-1jj2g5x > :first-child, .framer-6S4hJ .framer-4xiibf > :first-child, .framer-6S4hJ .framer-1de26d9 > :first-child, .framer-6S4hJ .framer-1csu4mc > :first-child, .framer-6S4hJ .framer-67hcse > :first-child, .framer-6S4hJ .framer-6hl1b5 > :first-child, .framer-6S4hJ .framer-1nj4rdt > :first-child, .framer-6S4hJ .framer-1j4492b > :first-child { margin-top: 0px; } .framer-6S4hJ .framer-1wkr4x8 > :last-child, .framer-6S4hJ .framer-1gp5wni > :last-child, .framer-6S4hJ .framer-1hphe9v > :last-child, .framer-6S4hJ .framer-17kc018 > :last-child, .framer-6S4hJ .framer-1612g43 > :last-child, .framer-6S4hJ .framer-5lkjxx > :last-child, .framer-6S4hJ .framer-1vkk33d > :last-child, .framer-6S4hJ .framer-vevk2n > :last-child, .framer-6S4hJ .framer-34r751 > :last-child, .framer-6S4hJ .framer-1dpu93a > :last-child, .framer-6S4hJ .framer-1jj2g5x > :last-child, .framer-6S4hJ .framer-4xiibf > :last-child, .framer-6S4hJ .framer-1de26d9 > :last-child, .framer-6S4hJ .framer-1csu4mc > :last-child, .framer-6S4hJ .framer-67hcse > :last-child, .framer-6S4hJ .framer-6hl1b5 > :last-child, .framer-6S4hJ .framer-1nj4rdt > :last-child, .framer-6S4hJ .framer-1j4492b > :last-child { margin-bottom: 0px; } .framer-6S4hJ .framer-1gp5wni > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-6S4hJ .framer-1hphe9v > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-6S4hJ .framer-v6xlft > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6S4hJ .framer-v6xlft > :first-child { margin-left: 0px; } .framer-6S4hJ .framer-v6xlft > :last-child { margin-right: 0px; } .framer-6S4hJ .framer-17kc018 > *, .framer-6S4hJ .framer-1612g43 > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-6S4hJ .framer-5lkjxx > *, .framer-6S4hJ .framer-1vkk33d > *, .framer-6S4hJ .framer-vevk2n > *, .framer-6S4hJ .framer-34r751 > *, .framer-6S4hJ .framer-1dpu93a > *, .framer-6S4hJ .framer-1jj2g5x > *, .framer-6S4hJ .framer-4xiibf > *, .framer-6S4hJ .framer-1de26d9 > *, .framer-6S4hJ .framer-1csu4mc > *, .framer-6S4hJ .framer-67hcse > *, .framer-6S4hJ .framer-6hl1b5 > *, .framer-6S4hJ .framer-1nj4rdt > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-6S4hJ .framer-1j4492b > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 15772\n * @framerIntrinsicWidth 1260\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cVQ43wKdH\":{\"layout\":[\"fixed\",\"auto\"]},\"W8cjIKVTm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameruBThQZDOp=withCSS(Component,css,\"framer-6S4hJ\");export default FrameruBThQZDOp;FrameruBThQZDOp.displayName=\"Blog Details\";FrameruBThQZDOp.defaultProps={height:15772,width:1260};addFonts(FrameruBThQZDOp,[{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:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"}]},...NavSimpleFonts,...Nav2MobileFonts,...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),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...getFontsFromSharedStyle(sharedStyle16.fonts),...getFontsFromSharedStyle(sharedStyle17.fonts),...getFontsFromSharedStyle(sharedStyle18.fonts),...getFontsFromSharedStyle(sharedStyle19.fonts),...getFontsFromSharedStyle(sharedStyle20.fonts),...getFontsFromSharedStyle(sharedStyle21.fonts),...getFontsFromSharedStyle(sharedStyle22.fonts),...componentPresets.fonts?.[\"ALD4bJkd8\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ALD4bJkd8\"]):[],...componentPresets.fonts?.[\"eN5mRhyRS\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"eN5mRhyRS\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruBThQZDOp\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1260\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"15772\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cVQ43wKdH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W8cjIKVTm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavSimpleFonts", "getFonts", "peYZfYUPW_default", "Nav2MobileFonts", "dbZz5WSOT_default", "InputFonts", "Input_default", "FooterFonts", "AWPASgIgr_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "equals", "a", "b", "negate", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "isSet", "toResponsiveImage", "transformTemplate1", "_", "t", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "vcNpxidT1_default", "Us3MV7eAI_default", "T513dcgNE_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "ORvYLyGiw", "EcVs3A8ojlx5Cd73ac", "Kvw66jr5plx5Cd73ac", "idlx5Cd73ac", "lni4XYCSh", "iH3SzoJEF", "XAvHw0kKT", "M2R7Y6erJ", "aqlKN39c9", "jWABBCiPT", "OXvfCIqE2", "XMdUr_Nso", "JFeR21M2rNldAOLNwr", "MLIVjKU1BNldAOLNwr", "idNldAOLNwr", "qDtUyQotP_Dz1df3HAF", "qDtUyQotP_aqlKN39c9", "qDtUyQotP_ORvYLyGiw", "T4X8o0BxG_Dz1df3HAF", "T4X8o0BxG_aqlKN39c9", "T4X8o0BxG_ORvYLyGiw", "OjbHQksEE_Dz1df3HAF", "OjbHQksEE_aqlKN39c9", "OjbHQksEE_ORvYLyGiw", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onSubmittxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "activeLocaleCode", "useLocaleCode", "textContent", "visible15", "visible16", "visible17", "ref1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "ChildrenCanSuspend", "collection", "paginationInfo", "l", "index", "PathVariablesContext", "Link", "Image2", "ComponentPresetsProvider", "collection1", "paginationInfo1", "loadMore1", "index1", "AnimatePresence", "Floating", "css", "FrameruBThQZDOp", "withCSS", "uBThQZDOp_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
