{"version":3,"file":"WMYOipr4i.DKOrrAp8.mjs","names":["addPropertyOverrides","TextClip","cycleOrder","serializationHash","variantClassNames","transition1","toResponsiveImage","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","Image","css","addPropertyOverrides","RichTextWithFX","CardInsightTips","cycleOrder","serializationHash","variantClassNames","transition1","addImageAlt","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","Image","css","Accordions"],"sources":["https:/framerusercontent.com/modules/oeWHstB6FAHHvaO7AVS3/hRo7iGYyE32NQXLQzOVQ/Test.js","https:/framerusercontent.com/modules/mAjfJfIoiv3itCpjptUd/4wZZJZYIUw9PNHu6jpJc/xhKlWZmEx.js","https:/framerusercontent.com/modules/ySaxtkmH2kQlxSQH7bBb/IUXTlT1dRclZ89EOTssk/aLngO7nGI.js","https:/framerusercontent.com/modules/6A4fcuwSULc1Z1lelYMD/xxx34DA95CwVnCbbwlGQ/kj70_bR3H.js","https:/framerusercontent.com/modules/wjMAVkvARNKdi5cZX6TW/nKvJwszax0LsH8nckApB/WMYOipr4i.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export function TextClip(props){const{text,lineCount,textStyle,letterMode,maxCharacters}=props;let lineClampStyle={};if(letterMode){lineClampStyle={display:\"block\",overflow:\"hidden\",textOverflow:\"ellipsis\",whiteSpace:\"nowrap\",width:`calc(${maxCharacters} * 0.6ch + 1.5ch)`};}else{lineClampStyle={display:\"-webkit-box\",WebkitLineClamp:lineCount,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\",textAlign:textStyle.textAlign};}const transformStyle={textTransform:textStyle.textTransform};const containerStyle={display:\"flex\",justifyContent:getJustifyContent(textStyle.textAlign),alignItems:getAlignItems(textStyle.textAlign),overflow:\"visible\"};function getJustifyContent(textAlign){switch(textAlign){case\"center\":return\"center\";case\"right\":return\"flex-end\";case\"left\":default:return\"flex-start\";}}function getAlignItems(textAlign){switch(textAlign){case\"center\":return\"center\";case\"right\":case\"left\":default:return\"flex-start\";}}return /*#__PURE__*/_jsx(motion.div,{style:{...containerStyle},children:/*#__PURE__*/_jsx(motion.div,{style:{...lineClampStyle,...textStyle,...transformStyle,fontFamily:textStyle.font},children:text})});}addPropertyControls(TextClip,{text:{type:ControlType.String,defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"},letterMode:{type:ControlType.Boolean,title:\"Letter Mode\",defaultValue:false},maxCharacters:{type:ControlType.Number,title:\"Max Characters\",defaultValue:20,min:1,step:1,displayStepper:true,hidden(props){return!props.letterMode;}},lineCount:{type:ControlType.Number,defaultValue:1,min:1,displayStepper:true,step:1,hidden(props){return props.letterMode;}},textStyle:{type:ControlType.Object,controls:{font:{type:ControlType.String,defaultValue:\"Inter\"},color:{type:ControlType.Color,defaultValue:\"#000\"},fontSize:{type:ControlType.Number,defaultValue:16},fontWeight:{type:ControlType.Number,defaultValue:400,displayStepper:true,step:100},lineHeight:{type:ControlType.Number,defaultValue:1.5,displayStepper:true,step:.1},letterSpacing:{type:ControlType.Number,defaultValue:0,displayStepper:true,step:.1},textAlign:{type:ControlType.Enum,options:[\"left\",\"center\",\"right\"],defaultValue:\"left\"},textTransform:{type:ControlType.Enum,options:[\"none\",\"capitalize\",\"lowercase\",\"uppercase\"],defaultValue:\"none\",title:\"Transform\"}}}});export default TextClip;\nexport const __FramerMetadata__ = {\"exports\":{\"TextClip\":{\"type\":\"reactComponent\",\"name\":\"TextClip\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"TextClip\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Test.map","// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextClip from\"https://framerusercontent.com/modules/oeWHstB6FAHHvaO7AVS3/hRo7iGYyE32NQXLQzOVQ/Test.js\";const TextClipFonts=getFonts(TextClip);const enabledGestures={nNZVq2gKq:{hover:true}};const cycleOrder=[\"nNZVq2gKq\",\"AEtqSFXjE\",\"oWJUjmMc6\"];const serializationHash=\"framer-iD9CU\";const variantClassNames={AEtqSFXjE:\"framer-v-1w5efbv\",nNZVq2gKq:\"framer-v-v2jtvb\",oWJUjmMc6:\"framer-v-x5q53e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Dektop:\"nNZVq2gKq\",Mobile:\"oWJUjmMc6\",Tablet:\"AEtqSFXjE\"};const getProps=({description,height,id,image,link,title,width,...props})=>{return{...props,df1nCt1Mx:image??props.df1nCt1Mx??{src:\"https://framerusercontent.com/images/StUBcttsehj6xMVxKiUalJ0sjBI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/StUBcttsehj6xMVxKiUalJ0sjBI.png?scale-down-to=512 512w,https://framerusercontent.com/images/StUBcttsehj6xMVxKiUalJ0sjBI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/StUBcttsehj6xMVxKiUalJ0sjBI.png 1544w\"},QwHwhlw48:link??props.QwHwhlw48,TgVER06tB:title??props.TgVER06tB??\"Accessible Bathroom Custom\",variant:humanReadableVariantMap[props.variant]??props.variant??\"nNZVq2gKq\",XV43yY94L:description??props.XV43yY94L??\"At Thrive Homes, we transform your bathroom into a fully accessible space, ensuring it meets your unique mobility needs. Our modifications focus on enhancing safety and comfort, allowing you to use your bathroom with confidence. Whether it's installing roll-in showers, grab bars, or accessible sinks, we customize every feature to create a space that is both functional and stylish.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,df1nCt1Mx,TgVER06tB,XV43yY94L,QwHwhlw48,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nNZVq2gKq\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:QwHwhlw48,motionChild:true,nodeId:\"nNZVq2gKq\",scopeId:\"xhKlWZmEx\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-v2jtvb\",className,classNames)} framer-27cq8h`,\"data-border\":true,\"data-framer-name\":\"Dektop\",layoutDependency:layoutDependency,layoutId:\"nNZVq2gKq\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(33, 96, 253, 0.12)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-7ddadffc-8b62-4bde-a5d4-4a23da3fcc4d, rgb(53, 107, 187))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 24px 25px 0px rgba(0, 0, 0, 0.10000000149011612)\",...style},variants:{\"nNZVq2gKq-hover\":{backgroundColor:\"var(--token-479b3856-ae11-46ed-8c22-e028cb078593, rgb(220, 237, 249))\"},AEtqSFXjE:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},oWJUjmMc6:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({\"nNZVq2gKq-hover\":{\"data-framer-name\":undefined},AEtqSFXjE:{\"data-framer-name\":\"Tablet\"},oWJUjmMc6:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,...toResponsiveImage(df1nCt1Mx),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1uey4cd\",\"data-framer-name\":\"Third Image Container\",layoutDependency:layoutDependency,layoutId:\"eKm0jyWE9\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({AEtqSFXjE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+10+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,...toResponsiveImage(df1nCt1Mx),...{positionX:\"center\",positionY:\"center\"}}},oWJUjmMc6:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,...toResponsiveImage(df1nCt1Mx),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7b0cgk\",\"data-framer-name\":\"Third Text Container\",layoutDependency:layoutDependency,layoutId:\"zKNT6B62k\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wxxaed\",\"data-framer-name\":\"Frame 2147226454\",layoutDependency:layoutDependency,layoutId:\"Tc9ErHY3V\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255)))\"},children:\"Accessible Bathroom Custom\"})}),className:\"framer-1ou4o3f\",\"data-framer-name\":\"Third Card Title\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"O2RzJC19a\",style:{\"--extracted-r6o4lv\":\"var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:TgVER06tB,variants:{\"nNZVq2gKq-hover\":{\"--extracted-r6o4lv\":\"var(--token-a781a514-bd17-4a44-85ac-ba63e6bc7c7b, rgb(0, 76, 152))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"nNZVq2gKq-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a781a514-bd17-4a44-85ac-ba63e6bc7c7b, rgb(0, 76, 152)))\"},children:\"Accessible Bathroom Custom\"})})},oWJUjmMc6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255)))\"},children:\"Accessible Bathroom Custom\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ygglww-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"xSo9cXJ7z-container\",nodeId:\"xSo9cXJ7z\",rendersWithMotion:true,scopeId:\"xhKlWZmEx\",children:/*#__PURE__*/_jsx(TextClip,{height:\"100%\",id:\"xSo9cXJ7z\",layoutId:\"xSo9cXJ7z\",letterMode:false,lineCount:3,maxCharacters:20,style:{width:\"100%\"},text:XV43yY94L,textStyle:{color:\"rgba(255, 255, 255, 0.75)\",font:\"poppins\",fontSize:18,fontWeight:200,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"},width:\"100%\",...addPropertyOverrides({\"nNZVq2gKq-hover\":{textStyle:{color:\"var(--token-a781a514-bd17-4a44-85ac-ba63e6bc7c7b, rgb(0, 76, 152))\",font:\"poppins\",fontSize:18,fontWeight:200,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"}},AEtqSFXjE:{textStyle:{color:\"rgba(255, 255, 255, 0.75)\",font:\"poppins\",fontSize:16,fontWeight:200,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"}},oWJUjmMc6:{textStyle:{color:\"rgba(255, 255, 255, 0.75)\",font:\"poppins\",fontSize:14,fontWeight:200,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"}}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tr7urk\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"O55mAQdoA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255)))\"},children:\"Read more\"})}),className:\"framer-1aawdly\",\"data-framer-name\":\"First Card Action Text\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"lvpMzc9tk\",style:{\"--extracted-r6o4lv\":\"var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"nNZVq2gKq-hover\":{\"--extracted-r6o4lv\":\"var(--token-a781a514-bd17-4a44-85ac-ba63e6bc7c7b, rgb(0, 76, 152))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"nNZVq2gKq-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a781a514-bd17-4a44-85ac-ba63e6bc7c7b, rgb(0, 76, 152)))\"},children:\"Read more\"})})},AEtqSFXjE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255)))\"},children:\"Read more\"})})},oWJUjmMc6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255)))\"},children:\"Read more\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wlbkxo\",layoutDependency:layoutDependency,layoutId:\"BHxNOeDNE\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-88l3ba\",\"data-framer-name\":\"First Card Action Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IXVSUp3B2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 6.75 14 L 11.25 9.5 L 6.75 5\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10712808402,withExternalLayout:true,...addPropertyOverrides({\"nNZVq2gKq-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 6.75 14 L 11.25 9.5 L 6.75 5\" fill=\"transparent\" stroke-width=\"1.8\" stroke=\"var(--token-a781a514-bd17-4a44-85ac-ba63e6bc7c7b, rgb(0, 76, 152)) /* {&quot;name&quot;:&quot;Primary Blue&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11821600667}},baseVariant,gestureVariant)})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iD9CU.framer-27cq8h, .framer-iD9CU .framer-27cq8h { display: block; }\",\".framer-iD9CU.framer-v2jtvb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: 410px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iD9CU .framer-1uey4cd { flex: none; height: 225px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-iD9CU .framer-7b0cgk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: relative; width: 100%; }\",\".framer-iD9CU .framer-wxxaed { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-iD9CU .framer-1ou4o3f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iD9CU .framer-ygglww-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-iD9CU .framer-1tr7urk { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iD9CU .framer-1aawdly { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iD9CU .framer-wlbkxo { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iD9CU .framer-88l3ba { flex: none; height: 18px; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iD9CU.framer-v2jtvb, .framer-iD9CU .framer-7b0cgk, .framer-iD9CU .framer-wxxaed, .framer-iD9CU .framer-1tr7urk, .framer-iD9CU .framer-wlbkxo { gap: 0px; } .framer-iD9CU.framer-v2jtvb > *, .framer-iD9CU .framer-7b0cgk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-iD9CU.framer-v2jtvb > :first-child, .framer-iD9CU .framer-7b0cgk > :first-child, .framer-iD9CU .framer-wxxaed > :first-child { margin-top: 0px; } .framer-iD9CU.framer-v2jtvb > :last-child, .framer-iD9CU .framer-7b0cgk > :last-child, .framer-iD9CU .framer-wxxaed > :last-child { margin-bottom: 0px; } .framer-iD9CU .framer-wxxaed > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iD9CU .framer-1tr7urk > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-iD9CU .framer-1tr7urk > :first-child, .framer-iD9CU .framer-wlbkxo > :first-child { margin-left: 0px; } .framer-iD9CU .framer-1tr7urk > :last-child, .framer-iD9CU .framer-wlbkxo > :last-child { margin-right: 0px; } .framer-iD9CU .framer-wlbkxo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-iD9CU.framer-v-1w5efbv.framer-v2jtvb { cursor: unset; gap: 16px; padding: 10px; }\",\".framer-iD9CU.framer-v-1w5efbv .framer-7b0cgk { gap: 16px; padding: 10px; }\",\".framer-iD9CU.framer-v-1w5efbv .framer-wxxaed { gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iD9CU.framer-v-1w5efbv.framer-v2jtvb, .framer-iD9CU.framer-v-1w5efbv .framer-7b0cgk, .framer-iD9CU.framer-v-1w5efbv .framer-wxxaed { gap: 0px; } .framer-iD9CU.framer-v-1w5efbv.framer-v2jtvb > *, .framer-iD9CU.framer-v-1w5efbv .framer-7b0cgk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iD9CU.framer-v-1w5efbv.framer-v2jtvb > :first-child, .framer-iD9CU.framer-v-1w5efbv .framer-7b0cgk > :first-child, .framer-iD9CU.framer-v-1w5efbv .framer-wxxaed > :first-child { margin-top: 0px; } .framer-iD9CU.framer-v-1w5efbv.framer-v2jtvb > :last-child, .framer-iD9CU.framer-v-1w5efbv .framer-7b0cgk > :last-child, .framer-iD9CU.framer-v-1w5efbv .framer-wxxaed > :last-child { margin-bottom: 0px; } .framer-iD9CU.framer-v-1w5efbv .framer-wxxaed > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-iD9CU.framer-v-x5q53e.framer-v2jtvb { cursor: unset; gap: 12px; padding: 8px; }\",\".framer-iD9CU.framer-v-x5q53e .framer-7b0cgk { gap: 16px; padding: 8px; }\",\".framer-iD9CU.framer-v-x5q53e .framer-wxxaed { gap: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iD9CU.framer-v-x5q53e.framer-v2jtvb, .framer-iD9CU.framer-v-x5q53e .framer-7b0cgk, .framer-iD9CU.framer-v-x5q53e .framer-wxxaed { gap: 0px; } .framer-iD9CU.framer-v-x5q53e.framer-v2jtvb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-iD9CU.framer-v-x5q53e.framer-v2jtvb > :first-child, .framer-iD9CU.framer-v-x5q53e .framer-7b0cgk > :first-child, .framer-iD9CU.framer-v-x5q53e .framer-wxxaed > :first-child { margin-top: 0px; } .framer-iD9CU.framer-v-x5q53e.framer-v2jtvb > :last-child, .framer-iD9CU.framer-v-x5q53e .framer-7b0cgk > :last-child, .framer-iD9CU.framer-v-x5q53e .framer-wxxaed > :last-child { margin-bottom: 0px; } .framer-iD9CU.framer-v-x5q53e .framer-7b0cgk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iD9CU.framer-v-x5q53e .framer-wxxaed > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",'.framer-iD9CU[data-border=\"true\"]::after, .framer-iD9CU [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 464\n * @framerIntrinsicWidth 410\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AEtqSFXjE\":{\"layout\":[\"fixed\",\"auto\"]},\"oWJUjmMc6\":{\"layout\":[\"fixed\",\"auto\"]},\"rvhB0U1QG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"df1nCt1Mx\":\"image\",\"TgVER06tB\":\"title\",\"XV43yY94L\":\"description\",\"QwHwhlw48\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxhKlWZmEx=withCSS(Component,css,\"framer-iD9CU\");export default FramerxhKlWZmEx;FramerxhKlWZmEx.displayName=\"Card/Insight&Tips\";FramerxhKlWZmEx.defaultProps={height:464,width:410};addPropertyControls(FramerxhKlWZmEx,{variant:{options:[\"nNZVq2gKq\",\"AEtqSFXjE\",\"oWJUjmMc6\"],optionTitles:[\"Dektop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},df1nCt1Mx:{__defaultAssetReference:\"data:framer/asset-reference,StUBcttsehj6xMVxKiUalJ0sjBI.png?originalFilename=Third+Image+Container.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},TgVER06tB:{defaultValue:\"Accessible Bathroom Custom\",displayTextArea:false,title:\"Title\",type:ControlType.String},XV43yY94L:{defaultValue:\"At Thrive Homes, we transform your bathroom into a fully accessible space, ensuring it meets your unique mobility needs. Our modifications focus on enhancing safety and comfort, allowing you to use your bathroom with confidence. Whether it's installing roll-in showers, grab bars, or accessible sinks, we customize every feature to create a space that is both functional and stylish.\",displayTextArea:true,title:\"Description\",type:ControlType.String},QwHwhlw48:{title:\"Link\",type:ControlType.Link}});addFonts(FramerxhKlWZmEx,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...TextClipFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxhKlWZmEx\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AEtqSFXjE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oWJUjmMc6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rvhB0U1QG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"464\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"df1nCt1Mx\\\":\\\"image\\\",\\\"TgVER06tB\\\":\\\"title\\\",\\\"XV43yY94L\\\":\\\"description\\\",\\\"QwHwhlw48\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"410\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xhKlWZmEx.map","// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CardInsightTips from\"https://framerusercontent.com/modules/mAjfJfIoiv3itCpjptUd/4wZZJZYIUw9PNHu6jpJc/xhKlWZmEx.js\";const RichTextWithFX=withFX(RichText);const CardInsightTipsFonts=getFonts(CardInsightTips);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const cycleOrder=[\"W48oNav1E\",\"cdpQq6IKv\",\"a7ogu9aLM\",\"FleSajNrr\",\"Bhh3fAcKb\"];const serializationHash=\"framer-MCZjP\";const variantClassNames={a7ogu9aLM:\"framer-v-v93e7o\",Bhh3fAcKb:\"framer-v-wic6np\",cdpQq6IKv:\"framer-v-rst7ug\",FleSajNrr:\"framer-v-9r22n3\",W48oNav1E:\"framer-v-raum8l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - L\":\"cdpQq6IKv\",\"Desktop - M\":\"W48oNav1E\",Desktop:\"a7ogu9aLM\",Phone:\"Bhh3fAcKb\",Tablet:\"FleSajNrr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"W48oNav1E\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"W48oNav1E\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"FleSajNrr\",\"Bhh3fAcKb\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-raum8l\",className,classNames),\"data-framer-name\":\"Desktop - M\",layoutDependency:layoutDependency,layoutId:\"W48oNav1E\",ref:refBinding,style:{backgroundColor:\"rgb(247, 243, 237)\",...style},...addPropertyOverrides({a7ogu9aLM:{\"data-framer-name\":\"Desktop\"},Bhh3fAcKb:{\"data-framer-name\":\"Phone\"},cdpQq6IKv:{\"data-framer-name\":\"Desktop - L\"},FleSajNrr:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:70,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-300,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:[\"Explore \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(15, 87, 158))\"},children:\"Insights and Tips\"}),\" for a More Accessible Home\"]})}),className:\"framer-18mpchi\",\"data-framer-name\":\"Explore Insights and Tips for a More Accessible Home\",fonts:[\"GF;Poppins-regular\",\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"efIC1uqWA\",style:{\"--extracted-1w3ko1f\":\"rgb(15, 87, 158)\",\"--extracted-r6o4lv\":\"rgb(16, 16, 16)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bhh3fAcKb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:[\"Explore \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(15, 87, 158))\"},children:\"Insights and Tips\"}),\" for a More Accessible Home\"]})})},cdpQq6IKv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:[\"Explore \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(15, 87, 158))\"},children:\"Insights and Tips\"}),\" for a More Accessible Home\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bs0pzt\",\"data-framer-name\":\"Detail Content\",layoutDependency:layoutDependency,layoutId:\"Z7HsA26c_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qo1naw\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"Ae3MSqZT_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ohjg1r\",\"data-framer-name\":\"First Row\",layoutDependency:layoutDependency,layoutId:\"TnULm9lZG\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1366)/2+240+80)+0+0+0+0+0,...addPropertyOverrides({a7ogu9aLM:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1434)-128-1366)/2+240+80)+0+0+0+0+0},Bhh3fAcKb:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1686)/2+120+32)+0+0+0+0+0+0},cdpQq6IKv:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1398)/2+280+64)+0+0+0+0+0},FleSajNrr:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1854)/2+240+80)+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1sas8sd-container\",layoutDependency:layoutDependency,layoutId:\"ngo3LDq66-container\",nodeId:\"ngo3LDq66\",rendersWithMotion:true,scopeId:\"aLngO7nGI\",children:/*#__PURE__*/_jsx(CardInsightTips,{df1nCt1Mx:addImageAlt({src:\"https://framerusercontent.com/images/dQGpp45WXZCdcXUxsoSgup93j8.png\",srcSet:\"https://framerusercontent.com/images/dQGpp45WXZCdcXUxsoSgup93j8.png?scale-down-to=512 512w,https://framerusercontent.com/images/dQGpp45WXZCdcXUxsoSgup93j8.png 560w\"},\"\"),height:\"100%\",id:\"ngo3LDq66\",layoutId:\"ngo3LDq66\",style:{width:\"100%\"},TgVER06tB:\"Understanding Accessibility Standards\",variant:\"nNZVq2gKq\",width:\"100%\",XV43yY94L:\"Explore the essential ADA standards every homeowner should know. Learn how these guidelines can help create a safe and accessible living environment for everyone.\",...addPropertyOverrides({Bhh3fAcKb:{variant:\"oWJUjmMc6\"},FleSajNrr:{variant:\"AEtqSFXjE\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1366)/2+240+80)+0+0+0+0+0,...addPropertyOverrides({a7ogu9aLM:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1434)-128-1366)/2+240+80)+0+0+0+0+0},Bhh3fAcKb:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1686)/2+120+32)+0+0+0+0+0+488},cdpQq6IKv:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1398)/2+280+64)+0+0+0+0+0},FleSajNrr:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1854)/2+240+80)+0+0+0+0+0+488}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-14w0dth-container\",layoutDependency:layoutDependency,layoutId:\"vpXN0A383-container\",nodeId:\"vpXN0A383\",rendersWithMotion:true,scopeId:\"aLngO7nGI\",...addPropertyOverrides({Bhh3fAcKb:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]},FleSajNrr:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardInsightTips,{df1nCt1Mx:addImageAlt({src:\"https://framerusercontent.com/images/fQsSUU9sSmaPRPADC7JFtILHgTI.png\",srcSet:\"https://framerusercontent.com/images/fQsSUU9sSmaPRPADC7JFtILHgTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/fQsSUU9sSmaPRPADC7JFtILHgTI.png 561w\"},\"\"),height:\"100%\",id:\"vpXN0A383\",layoutId:\"vpXN0A383\",style:{width:\"100%\"},TgVER06tB:\"Tips for an Accessible Bathroom Renovation\",variant:\"nNZVq2gKq\",width:\"100%\",XV43yY94L:\"Transform your bathroom into a safe and functional space with our expert tips. Discover key modifications that enhance accessibility without compromising style.\",...addPropertyOverrides({Bhh3fAcKb:{variant:\"oWJUjmMc6\"},FleSajNrr:{variant:\"AEtqSFXjE\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1366)/2+240+80)+0+0+0+0+0,...addPropertyOverrides({a7ogu9aLM:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1434)-128-1366)/2+240+80)+0+0+0+0+0},Bhh3fAcKb:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1686)/2+120+32)+0+0+0+0+0+976},cdpQq6IKv:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1398)/2+280+64)+0+0+0+0+0},FleSajNrr:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1854)/2+240+80)+0+0+0+0+0+976}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-g56ua-container\",layoutDependency:layoutDependency,layoutId:\"gcS59qmTe-container\",nodeId:\"gcS59qmTe\",rendersWithMotion:true,scopeId:\"aLngO7nGI\",...addPropertyOverrides({Bhh3fAcKb:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]},FleSajNrr:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardInsightTips,{df1nCt1Mx:addImageAlt({src:\"https://framerusercontent.com/images/TrqUW5qHErJZxTNsvF4SSYvs0.png\",srcSet:\"https://framerusercontent.com/images/TrqUW5qHErJZxTNsvF4SSYvs0.png?scale-down-to=512 512w,https://framerusercontent.com/images/TrqUW5qHErJZxTNsvF4SSYvs0.png 561w\"},\"\"),height:\"100%\",id:\"gcS59qmTe\",layoutId:\"gcS59qmTe\",style:{width:\"100%\"},TgVER06tB:\"Empowering Independence through Design\",variant:\"nNZVq2gKq\",width:\"100%\",XV43yY94L:\"Learn how custom design solutions can enhance independence for individuals with disabilities. We share inspiring stories of how modifications have transformed lives.\",...addPropertyOverrides({Bhh3fAcKb:{variant:\"oWJUjmMc6\"},FleSajNrr:{variant:\"AEtqSFXjE\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ksrh2p\",\"data-framer-name\":\"Second Row\",layoutDependency:layoutDependency,layoutId:\"VrcspySq_\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1366)/2+240+80)+0+0+0+488+0,...addPropertyOverrides({a7ogu9aLM:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1434)-128-1366)/2+240+80)+0+0+0+488+0},cdpQq6IKv:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1398)/2+280+64)+0+0+0+496+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1kj9n7b-container\",layoutDependency:layoutDependency,layoutId:\"Q5NtyQ72A-container\",nodeId:\"Q5NtyQ72A\",rendersWithMotion:true,scopeId:\"aLngO7nGI\",children:/*#__PURE__*/_jsx(CardInsightTips,{df1nCt1Mx:addImageAlt({src:\"https://framerusercontent.com/images/kIIzCFdyM5umXnsEjebv7zFC0.png\",srcSet:\"https://framerusercontent.com/images/kIIzCFdyM5umXnsEjebv7zFC0.png?scale-down-to=512 512w,https://framerusercontent.com/images/kIIzCFdyM5umXnsEjebv7zFC0.png 560w\"},\"\"),height:\"100%\",id:\"Q5NtyQ72A\",layoutId:\"Q5NtyQ72A\",style:{width:\"100%\"},TgVER06tB:\"Community Resources for Individuals with Disabilities\",variant:\"nNZVq2gKq\",width:\"100%\",XV43yY94L:\"Discover valuable local resources, support groups, and organizations dedicated to assisting individuals with disabilities. Connect with your community and access the help you need.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1366)/2+240+80)+0+0+0+488+0,...addPropertyOverrides({a7ogu9aLM:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1434)-128-1366)/2+240+80)+0+0+0+488+0},cdpQq6IKv:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1398)/2+280+64)+0+0+0+496+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-11tn388-container\",layoutDependency:layoutDependency,layoutId:\"reviOApzw-container\",nodeId:\"reviOApzw\",rendersWithMotion:true,scopeId:\"aLngO7nGI\",children:/*#__PURE__*/_jsx(CardInsightTips,{df1nCt1Mx:addImageAlt({src:\"https://framerusercontent.com/images/1zxhaSaKUAfUq27E3C44iYJI2c.png\",srcSet:\"https://framerusercontent.com/images/1zxhaSaKUAfUq27E3C44iYJI2c.png?scale-down-to=512 512w,https://framerusercontent.com/images/1zxhaSaKUAfUq27E3C44iYJI2c.png 561w\"},\"\"),height:\"100%\",id:\"reviOApzw\",layoutId:\"reviOApzw\",style:{width:\"100%\"},TgVER06tB:\"Safety First: Ensuring Your Home Modifications Are Secure\",variant:\"nNZVq2gKq\",width:\"100%\",XV43yY94L:\"Understand the importance of safety in accessibility modifications. We discuss how to ensure that installations are secure and meet safety standards for peace of mind.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1366)/2+240+80)+0+0+0+488+0,...addPropertyOverrides({a7ogu9aLM:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1440px) - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1434)-128-1366)/2+240+80)+0+0+0+488+0},cdpQq6IKv:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1390)-160-1398)/2+280+64)+0+0+0+496+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1may6sy-container\",layoutDependency:layoutDependency,layoutId:\"iKgLoLMtD-container\",nodeId:\"iKgLoLMtD\",rendersWithMotion:true,scopeId:\"aLngO7nGI\",children:/*#__PURE__*/_jsx(CardInsightTips,{df1nCt1Mx:addImageAlt({src:\"https://framerusercontent.com/images/5AzKn86GxXx0eNh2vuPtwnGklt4.png\",srcSet:\"https://framerusercontent.com/images/5AzKn86GxXx0eNh2vuPtwnGklt4.png?scale-down-to=512 512w,https://framerusercontent.com/images/5AzKn86GxXx0eNh2vuPtwnGklt4.png 561w\"},\"\"),height:\"100%\",id:\"iKgLoLMtD\",layoutId:\"iKgLoLMtD\",style:{width:\"100%\"},TgVER06tB:\"Transforming Lives: Real Stories from Thrive Homes Clients\",variant:\"nNZVq2gKq\",width:\"100%\",XV43yY94L:\"Read inspiring testimonials from our clients about how Thrive Homes has made a difference in their lives. Discover the impact of customized accessibility solutions.\"})})})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V5W3HrfJc\"},motionChild:true,nodeId:\"MjBtW2pSx\",scopeId:\"aLngO7nGI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6fn7fj framer-8z1eyd\",\"data-framer-name\":\"Frame 2147226092\",layoutDependency:layoutDependency,layoutId:\"MjBtW2pSx\",style:{backgroundColor:\"rgb(220, 237, 249)\",borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(53, 107, 187))\"},children:\"See more\"})}),className:\"framer-fn9xk4\",\"data-framer-name\":\"See more\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"jm5iM2dsL\",style:{\"--extracted-r6o4lv\":\"rgb(53, 107, 187)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MCZjP.framer-8z1eyd, .framer-MCZjP .framer-8z1eyd { display: block; }\",\".framer-MCZjP.framer-raum8l { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 1440px; }\",\".framer-MCZjP .framer-18mpchi { flex: none; height: auto; max-width: 1440px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MCZjP .framer-bs0pzt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MCZjP .framer-qo1naw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MCZjP .framer-1ohjg1r, .framer-MCZjP .framer-1ksrh2p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MCZjP .framer-1sas8sd-container, .framer-MCZjP .framer-14w0dth-container, .framer-MCZjP .framer-g56ua-container, .framer-MCZjP .framer-1kj9n7b-container, .framer-MCZjP .framer-11tn388-container, .framer-MCZjP .framer-1may6sy-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-MCZjP .framer-6fn7fj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-MCZjP .framer-fn9xk4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MCZjP.framer-raum8l, .framer-MCZjP .framer-bs0pzt, .framer-MCZjP .framer-qo1naw, .framer-MCZjP .framer-1ohjg1r, .framer-MCZjP .framer-1ksrh2p, .framer-MCZjP .framer-6fn7fj { gap: 0px; } .framer-MCZjP.framer-raum8l > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-MCZjP.framer-raum8l > :first-child, .framer-MCZjP .framer-bs0pzt > :first-child, .framer-MCZjP .framer-qo1naw > :first-child { margin-top: 0px; } .framer-MCZjP.framer-raum8l > :last-child, .framer-MCZjP .framer-bs0pzt > :last-child, .framer-MCZjP .framer-qo1naw > :last-child { margin-bottom: 0px; } .framer-MCZjP .framer-bs0pzt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-MCZjP .framer-qo1naw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MCZjP .framer-1ohjg1r > *, .framer-MCZjP .framer-1ksrh2p > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-MCZjP .framer-1ohjg1r > :first-child, .framer-MCZjP .framer-1ksrh2p > :first-child, .framer-MCZjP .framer-6fn7fj > :first-child { margin-left: 0px; } .framer-MCZjP .framer-1ohjg1r > :last-child, .framer-MCZjP .framer-1ksrh2p > :last-child, .framer-MCZjP .framer-6fn7fj > :last-child { margin-right: 0px; } .framer-MCZjP .framer-6fn7fj > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-MCZjP.framer-v-rst7ug.framer-raum8l { gap: 64px; width: 1920px; }\",\".framer-MCZjP.framer-v-rst7ug .framer-qo1naw, .framer-MCZjP.framer-v-rst7ug .framer-1ohjg1r, .framer-MCZjP.framer-v-rst7ug .framer-1ksrh2p { gap: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MCZjP.framer-v-rst7ug.framer-raum8l, .framer-MCZjP.framer-v-rst7ug .framer-qo1naw, .framer-MCZjP.framer-v-rst7ug .framer-1ohjg1r, .framer-MCZjP.framer-v-rst7ug .framer-1ksrh2p { gap: 0px; } .framer-MCZjP.framer-v-rst7ug.framer-raum8l > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-MCZjP.framer-v-rst7ug.framer-raum8l > :first-child, .framer-MCZjP.framer-v-rst7ug .framer-qo1naw > :first-child { margin-top: 0px; } .framer-MCZjP.framer-v-rst7ug.framer-raum8l > :last-child, .framer-MCZjP.framer-v-rst7ug .framer-qo1naw > :last-child { margin-bottom: 0px; } .framer-MCZjP.framer-v-rst7ug .framer-qo1naw > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MCZjP.framer-v-rst7ug .framer-1ohjg1r > *, .framer-MCZjP.framer-v-rst7ug .framer-1ksrh2p > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-MCZjP.framer-v-rst7ug .framer-1ohjg1r > :first-child, .framer-MCZjP.framer-v-rst7ug .framer-1ksrh2p > :first-child { margin-left: 0px; } .framer-MCZjP.framer-v-rst7ug .framer-1ohjg1r > :last-child, .framer-MCZjP.framer-v-rst7ug .framer-1ksrh2p > :last-child { margin-right: 0px; } }\",\".framer-MCZjP.framer-v-v93e7o.framer-raum8l { padding: 64px; width: 1200px; }\",\".framer-MCZjP.framer-v-9r22n3.framer-raum8l { padding: 64px 40px 64px 40px; width: 810px; }\",\".framer-MCZjP.framer-v-9r22n3 .framer-1ohjg1r, .framer-MCZjP.framer-v-wic6np .framer-1ohjg1r { flex-direction: column; }\",\".framer-MCZjP.framer-v-9r22n3 .framer-1sas8sd-container, .framer-MCZjP.framer-v-9r22n3 .framer-14w0dth-container, .framer-MCZjP.framer-v-9r22n3 .framer-g56ua-container, .framer-MCZjP.framer-v-wic6np .framer-1sas8sd-container, .framer-MCZjP.framer-v-wic6np .framer-14w0dth-container, .framer-MCZjP.framer-v-wic6np .framer-g56ua-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MCZjP.framer-v-9r22n3 .framer-1ohjg1r { gap: 0px; } .framer-MCZjP.framer-v-9r22n3 .framer-1ohjg1r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MCZjP.framer-v-9r22n3 .framer-1ohjg1r > :first-child { margin-top: 0px; } .framer-MCZjP.framer-v-9r22n3 .framer-1ohjg1r > :last-child { margin-bottom: 0px; } }\",\".framer-MCZjP.framer-v-wic6np.framer-raum8l { gap: 32px; padding: 40px 24px 40px 24px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MCZjP.framer-v-wic6np.framer-raum8l, .framer-MCZjP.framer-v-wic6np .framer-1ohjg1r { gap: 0px; } .framer-MCZjP.framer-v-wic6np.framer-raum8l > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MCZjP.framer-v-wic6np.framer-raum8l > :first-child, .framer-MCZjP.framer-v-wic6np .framer-1ohjg1r > :first-child { margin-top: 0px; } .framer-MCZjP.framer-v-wic6np.framer-raum8l > :last-child, .framer-MCZjP.framer-v-wic6np .framer-1ohjg1r > :last-child { margin-bottom: 0px; } .framer-MCZjP.framer-v-wic6np .framer-1ohjg1r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1390\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cdpQq6IKv\":{\"layout\":[\"fixed\",\"auto\"]},\"a7ogu9aLM\":{\"layout\":[\"fixed\",\"auto\"]},\"FleSajNrr\":{\"layout\":[\"fixed\",\"auto\"]},\"Bhh3fAcKb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraLngO7nGI=withCSS(Component,css,\"framer-MCZjP\");export default FrameraLngO7nGI;FrameraLngO7nGI.displayName=\"Section/Insight and TIps\";FrameraLngO7nGI.defaultProps={height:1390,width:1440};addPropertyControls(FrameraLngO7nGI,{variant:{options:[\"W48oNav1E\",\"cdpQq6IKv\",\"a7ogu9aLM\",\"FleSajNrr\",\"Bhh3fAcKb\"],optionTitles:[\"Desktop - M\",\"Desktop - L\",\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameraLngO7nGI,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"}]},...CardInsightTipsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraLngO7nGI\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cdpQq6IKv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a7ogu9aLM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FleSajNrr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bhh3fAcKb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1390\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aLngO7nGI.map","// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"CI1kOCXT5\",\"a2TcIfg2c\",\"JK1RHMEv8\",\"UZPAp6IiC\"];const serializationHash=\"framer-4zEmF\";const variantClassNames={a2TcIfg2c:\"framer-v-1u89b0j\",CI1kOCXT5:\"framer-v-1593x6s\",JK1RHMEv8:\"framer-v-hmq17i\",UZPAp6IiC:\"framer-v-1kvvd1q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop-Active\":\"CI1kOCXT5\",\"Desktop-inActive\":\"JK1RHMEv8\",\"Mobile - Active\":\"a2TcIfg2c\",\"Mobile-inActive\":\"UZPAp6IiC\"};const getProps=({activeImage,body,height,id,inctiveImage,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,BxPToLFqd:(_ref=body!==null&&body!==void 0?body:props.BxPToLFqd)!==null&&_ref!==void 0?_ref:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",nNXyGufbe:activeImage!==null&&activeImage!==void 0?activeImage:props.nNXyGufbe,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"CI1kOCXT5\",X5FN_QHPJ:inctiveImage!==null&&inctiveImage!==void 0?inctiveImage:props.X5FN_QHPJ,XYjffzboW:(_ref2=title!==null&&title!==void 0?title:props.XYjffzboW)!==null&&_ref2!==void 0?_ref2:\"Your Trusted Partner for Accessible Living Solutions\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,nNXyGufbe,X5FN_QHPJ,XYjffzboW,BxPToLFqd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CI1kOCXT5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaptztwrb=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"JK1RHMEv8\");});const onTap1wqmhbo=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"UZPAp6IiC\");});const onTap165k93o=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"CI1kOCXT5\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"JK1RHMEv8\",\"UZPAp6IiC\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"JK1RHMEv8\",\"UZPAp6IiC\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1593x6s\",className,classNames),\"data-framer-name\":\"Desktop-Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CI1kOCXT5\",onTap:onTaptztwrb,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(219, 237, 248)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{a2TcIfg2c:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},JK1RHMEv8:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(239, 239, 239)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255))\"},UZPAp6IiC:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(239, 239, 239)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-974d3bcf-e506-4e52-9e5e-936cefea8e3d, rgb(255, 255, 255))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}},...addPropertyOverrides({a2TcIfg2c:{\"data-framer-name\":\"Mobile - Active\",onTap:onTap1wqmhbo},JK1RHMEv8:{\"data-border\":true,\"data-framer-name\":\"Desktop-inActive\",onTap:onTap165k93o},UZPAp6IiC:{\"data-border\":true,\"data-framer-name\":\"Mobile-inActive\",onTap:onTap1wqmhbo}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k7cbp\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"ujjLK9jDO\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0),sizes:\"60px\",...toResponsiveImage(nNXyGufbe),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-i6jyzg\",\"data-framer-name\":\"Active\",layoutDependency:layoutDependency,layoutId:\"OA8nY8oD4\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{a2TcIfg2c:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}},...addPropertyOverrides({a2TcIfg2c:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0),sizes:\"18px\",...toResponsiveImage(nNXyGufbe),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(X5FN_QHPJ),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1ynuw3d\",\"data-framer-name\":\"Inactive\",layoutDependency:layoutDependency,layoutId:\"a4et3zXhi\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{UZPAp6IiC:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}},...addPropertyOverrides({JK1RHMEv8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-56-60)/2)+0),sizes:\"60px\",...toResponsiveImage(X5FN_QHPJ),...{positionX:\"center\",positionY:\"center\"}}},UZPAp6IiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0),sizes:\"18px\",...toResponsiveImage(X5FN_QHPJ),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h4ask0\",layoutDependency:layoutDependency,layoutId:\"ysfTIEA6u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(16, 16, 16, 0.8))\"},children:\"Your Trusted Partner for Accessible Living Solutions\"})}),className:\"framer-wya1ji\",\"data-framer-name\":\"Your Trusted Partner for Accessible Living Solutions\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"OWhgNvrhE\",style:{\"--extracted-r6o4lv\":\"rgba(16, 16, 16, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},text:XYjffzboW,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a2TcIfg2c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(16, 16, 16, 0.8))\"},children:\"Your Trusted Partner for Accessible Living Solutions\"})})},UZPAp6IiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(16, 16, 16, 0.8))\"},children:\"Your Trusted Partner for Accessible Living Solutions\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(16, 16, 16, 0.7))\"},children:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\"})}),className:\"framer-7iyjbl\",\"data-framer-name\":\"Your Trusted Partner for Accessible Living Solutions\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"gLTOLY2O6\",style:{\"--extracted-r6o4lv\":\"rgba(16, 16, 16, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},text:BxPToLFqd,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a2TcIfg2c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(16, 16, 16, 0.7))\"},children:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cruond\",\"data-framer-name\":\"chevron-down\",layoutDependency:layoutDependency,layoutId:\"K4VBR0Qwm\",style:{rotate:-180},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l6fr47\",\"data-framer-name\":\"Icon\",fill:'var(--token-1412d2e8-56c2-42ff-a50a-0cbeb6056924, rgb(16, 16, 16)) /* {\"name\":\"Black\"} */',intrinsicHeight:9,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"UuwAvVySD\",style:{rotate:180},svg:'<svg width=\"14\" height=\"9\" viewBox=\"-1 -1 14 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.0059 6.1123L6.00586 0.112305L0.00585938 6.1123\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',variants:{JK1RHMEv8:{rotate:0},UZPAp6IiC:{rotate:0}},withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4zEmF.framer-1qtuypi, .framer-4zEmF .framer-1qtuypi { display: block; }\",\".framer-4zEmF.framer-1593x6s { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 28px 32px 28px; position: relative; width: 1240px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4zEmF .framer-k7cbp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 60px; }\",\".framer-4zEmF .framer-i6jyzg { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 60px); will-change: var(--framer-will-change-override, transform); }\",\".framer-4zEmF .framer-1ynuw3d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4zEmF .framer-h4ask0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-4zEmF .framer-wya1ji, .framer-4zEmF .framer-7iyjbl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4zEmF .framer-1cruond { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-4zEmF .framer-l6fr47 { flex: none; height: 6px; left: calc(50.00000000000002% - 12px / 2); position: absolute; top: calc(50.00000000000002% - 6px / 2); width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4zEmF.framer-1593x6s, .framer-4zEmF .framer-h4ask0 { gap: 0px; } .framer-4zEmF.framer-1593x6s > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-4zEmF.framer-1593x6s > :first-child { margin-left: 0px; } .framer-4zEmF.framer-1593x6s > :last-child { margin-right: 0px; } .framer-4zEmF .framer-h4ask0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4zEmF .framer-h4ask0 > :first-child { margin-top: 0px; } .framer-4zEmF .framer-h4ask0 > :last-child { margin-bottom: 0px; } }\",\".framer-4zEmF.framer-v-1u89b0j.framer-1593x6s, .framer-4zEmF.framer-v-1kvvd1q.framer-1593x6s { gap: 8px; padding: 16px 12px 16px 12px; width: 390px; }\",\".framer-4zEmF.framer-v-1u89b0j .framer-k7cbp, .framer-4zEmF.framer-v-1kvvd1q .framer-k7cbp { height: var(--framer-aspect-ratio-supported, 18px); width: 18px; }\",\".framer-4zEmF.framer-v-1u89b0j .framer-i6jyzg { width: var(--framer-aspect-ratio-supported, 18px); }\",\".framer-4zEmF.framer-v-1u89b0j .framer-h4ask0 { gap: 12px; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4zEmF.framer-v-1u89b0j.framer-1593x6s, .framer-4zEmF.framer-v-1u89b0j .framer-h4ask0 { gap: 0px; } .framer-4zEmF.framer-v-1u89b0j.framer-1593x6s > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-4zEmF.framer-v-1u89b0j.framer-1593x6s > :first-child { margin-left: 0px; } .framer-4zEmF.framer-v-1u89b0j.framer-1593x6s > :last-child { margin-right: 0px; } .framer-4zEmF.framer-v-1u89b0j .framer-h4ask0 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-4zEmF.framer-v-1u89b0j .framer-h4ask0 > :first-child { margin-top: 0px; } .framer-4zEmF.framer-v-1u89b0j .framer-h4ask0 > :last-child { margin-bottom: 0px; } }\",\".framer-4zEmF.framer-v-hmq17i.framer-1593x6s { align-content: center; align-items: center; }\",\".framer-4zEmF.framer-v-hmq17i .framer-h4ask0, .framer-4zEmF.framer-v-1kvvd1q .framer-h4ask0 { padding: 0px; }\",\".framer-4zEmF.framer-v-1kvvd1q .framer-1ynuw3d { height: var(--framer-aspect-ratio-supported, 18px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4zEmF.framer-v-1kvvd1q.framer-1593x6s { gap: 0px; } .framer-4zEmF.framer-v-1kvvd1q.framer-1593x6s > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-4zEmF.framer-v-1kvvd1q.framer-1593x6s > :first-child { margin-left: 0px; } .framer-4zEmF.framer-v-1kvvd1q.framer-1593x6s > :last-child { margin-right: 0px; } }\",'.framer-4zEmF[data-border=\"true\"]::after, .framer-4zEmF [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 205.5\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"a2TcIfg2c\":{\"layout\":[\"fixed\",\"auto\"]},\"JK1RHMEv8\":{\"layout\":[\"fixed\",\"auto\"]},\"UZPAp6IiC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"nNXyGufbe\":\"activeImage\",\"X5FN_QHPJ\":\"inctiveImage\",\"XYjffzboW\":\"title\",\"BxPToLFqd\":\"body\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerkj70_bR3H=withCSS(Component,css,\"framer-4zEmF\");export default Framerkj70_bR3H;Framerkj70_bR3H.displayName=\"Accordions\";Framerkj70_bR3H.defaultProps={height:205.5,width:1240};addPropertyControls(Framerkj70_bR3H,{variant:{options:[\"CI1kOCXT5\",\"a2TcIfg2c\",\"JK1RHMEv8\",\"UZPAp6IiC\"],optionTitles:[\"Desktop-Active\",\"Mobile - Active\",\"Desktop-inActive\",\"Mobile-inActive\"],title:\"Variant\",type:ControlType.Enum},nNXyGufbe:{title:\"Active-Image\",type:ControlType.ResponsiveImage},X5FN_QHPJ:{title:\"Inctive-Image\",type:ControlType.ResponsiveImage},XYjffzboW:{defaultValue:\"Your Trusted Partner for Accessible Living Solutions\",displayTextArea:false,title:\"Title\",type:ControlType.String},BxPToLFqd:{defaultValue:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",displayTextArea:true,title:\"Body\",type:ControlType.String}});addFonts(Framerkj70_bR3H,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerkj70_bR3H\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1240\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"205.5\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a2TcIfg2c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JK1RHMEv8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UZPAp6IiC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"nNXyGufbe\\\":\\\"activeImage\\\",\\\"X5FN_QHPJ\\\":\\\"inctiveImage\\\",\\\"XYjffzboW\\\":\\\"title\\\",\\\"BxPToLFqd\\\":\\\"body\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kj70_bR3H.map","// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Accordions from\"https://framerusercontent.com/modules/6A4fcuwSULc1Z1lelYMD/xxx34DA95CwVnCbbwlGQ/kj70_bR3H.js\";const RichTextWithFX=withFX(RichText);const AccordionsFonts=getFonts(Accordions);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"M1h6QYbY6\",\"rdWGMjlAa\",\"woOgw2L2t\",\"Nid2lNNbq\",\"IKSC2FHtl\"];const serializationHash=\"framer-8geTe\";const variantClassNames={IKSC2FHtl:\"framer-v-1ezjzch\",M1h6QYbY6:\"framer-v-4ivre1\",Nid2lNNbq:\"framer-v-1sbxl6b\",rdWGMjlAa:\"framer-v-1p3wl8j\",woOgw2L2t:\"framer-v-1gmdbtb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - L\":\"rdWGMjlAa\",\"Desktop - M\":\"M1h6QYbY6\",Desktop:\"woOgw2L2t\",Phone:\"IKSC2FHtl\",Tablet:\"Nid2lNNbq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"M1h6QYbY6\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"M1h6QYbY6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4ivre1\",className,classNames),\"data-framer-name\":\"Desktop - M\",layoutDependency:layoutDependency,layoutId:\"M1h6QYbY6\",ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({IKSC2FHtl:{\"data-framer-name\":\"Phone\"},Nid2lNNbq:{\"data-framer-name\":\"Tablet\"},rdWGMjlAa:{\"data-framer-name\":\"Desktop - L\"},woOgw2L2t:{\"data-framer-name\":\"Desktop\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq6gkv\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"LE38MVIFJ\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:70,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:300,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:[\"Your Trusted Partner for Accessible Living \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(0, 76, 152))\"},children:\"Solutions\"})]})}),className:\"framer-1y3pizy\",\"data-framer-name\":\"Your Trusted Partner for Accessible Living Solutions\",fonts:[\"GF;Poppins-regular\",\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"dhn6ADE2L\",style:{\"--extracted-1w3ko1f\":\"rgb(0, 76, 152)\",\"--extracted-r6o4lv\":\"rgb(16, 16, 16)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKSC2FHtl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:[\"Your Trusted Partner for Accessible Living \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(0, 76, 152))\"},children:\"Solutions\"})]})})},rdWGMjlAa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:[\"Your Trusted Partner for Accessible Living \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(0, 76, 152))\"},children:\"Solutions\"})]})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kt3vt0\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"XtNBHuBhb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:205,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1114)-160-1680)/2+240+80)+0+0,...addPropertyOverrides({IKSC2FHtl:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1462)/2+120+32)+0+0},Nid2lNNbq:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1590)/2+240+40)+0+0},rdWGMjlAa:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1106.5)-160-1704)/2+280+64)+0+0},woOgw2L2t:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1130)-128-1680)/2+240+80)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1szemad-container\",layoutDependency:layoutDependency,layoutId:\"XdkrKNR3T-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Accordions,{BxPToLFqd:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",height:\"100%\",id:\"XdkrKNR3T\",layoutId:\"XdkrKNR3T\",nNXyGufbe:addImageAlt({src:\"https://framerusercontent.com/images/buPndZF5x9WikIU01XbFoTp5w74.png\"},\"\"),style:{width:\"100%\"},variant:\"JK1RHMEv8\",width:\"100%\",X5FN_QHPJ:addImageAlt({src:\"https://framerusercontent.com/images/xXlnfUu6HVilZ6nZBmN1Xnox3ZY.png\"},\"\"),XYjffzboW:\"Your Trusted Partner for Accessible Living Solutions\",...addPropertyOverrides({IKSC2FHtl:{variant:\"UZPAp6IiC\"},Nid2lNNbq:{variant:\"UZPAp6IiC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:205,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1114)-160-1680)/2+240+80)+0+231,...addPropertyOverrides({IKSC2FHtl:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1462)/2+120+32)+0+221},Nid2lNNbq:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1590)/2+240+40)+0+221},rdWGMjlAa:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1106.5)-160-1704)/2+280+64)+0+231},woOgw2L2t:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1130)-128-1680)/2+240+80)+0+231}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-u7dr4l-container\",layoutDependency:layoutDependency,layoutId:\"eLNoOex_V-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Accordions,{BxPToLFqd:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",height:\"100%\",id:\"eLNoOex_V\",layoutId:\"eLNoOex_V\",nNXyGufbe:addImageAlt({src:\"https://framerusercontent.com/images/LTBzl9cicnomSEymfEaE6bPQhE.png\"},\"\"),style:{width:\"100%\"},variant:\"JK1RHMEv8\",width:\"100%\",X5FN_QHPJ:addImageAlt({src:\"https://framerusercontent.com/images/XOq3XUmXxQlVKXYYjiKQFAO8rXQ.png\"},\"\"),XYjffzboW:\"Inclusive Design Philosophy\",...addPropertyOverrides({IKSC2FHtl:{variant:\"UZPAp6IiC\"},Nid2lNNbq:{variant:\"UZPAp6IiC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:205,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1114)-160-1680)/2+240+80)+0+462,...addPropertyOverrides({IKSC2FHtl:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1462)/2+120+32)+0+442},Nid2lNNbq:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1590)/2+240+40)+0+442},rdWGMjlAa:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1106.5)-160-1704)/2+280+64)+0+462},woOgw2L2t:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1130)-128-1680)/2+240+80)+0+462}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1k5k7wv-container\",layoutDependency:layoutDependency,layoutId:\"NYklUL1Jl-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Accordions,{BxPToLFqd:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",height:\"100%\",id:\"NYklUL1Jl\",layoutId:\"NYklUL1Jl\",nNXyGufbe:addImageAlt({src:\"https://framerusercontent.com/images/vCT73H0UK9pvLe3ASjLjamlmw.png\"},\"\"),style:{width:\"100%\"},variant:\"JK1RHMEv8\",width:\"100%\",X5FN_QHPJ:addImageAlt({src:\"https://framerusercontent.com/images/eMO3MNzwsAr6utN1du4PjMAjMHA.png\"},\"\"),XYjffzboW:\"Personalized Accessibility Solutions\",...addPropertyOverrides({IKSC2FHtl:{variant:\"UZPAp6IiC\"},Nid2lNNbq:{variant:\"UZPAp6IiC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:205,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1114)-160-1680)/2+240+80)+0+693,...addPropertyOverrides({IKSC2FHtl:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1462)/2+120+32)+0+663},Nid2lNNbq:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1590)/2+240+40)+0+663},rdWGMjlAa:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1106.5)-160-1704)/2+280+64)+0+693},woOgw2L2t:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1130)-128-1680)/2+240+80)+0+693}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-vncz4v-container\",layoutDependency:layoutDependency,layoutId:\"JHJ80NL1g-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Accordions,{BxPToLFqd:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",height:\"100%\",id:\"JHJ80NL1g\",layoutId:\"JHJ80NL1g\",nNXyGufbe:addImageAlt({src:\"https://framerusercontent.com/images/6TQS7soN7eirJQZNB3SOr161r4.png\"},\"\"),style:{width:\"100%\"},variant:\"JK1RHMEv8\",width:\"100%\",X5FN_QHPJ:addImageAlt({src:\"https://framerusercontent.com/images/0SyLQ7gZ1UN6S2ECN5eKuWLJ7u0.png\"},\"\"),XYjffzboW:\"Commitment to Safety and Functionality\",...addPropertyOverrides({IKSC2FHtl:{variant:\"UZPAp6IiC\"},Nid2lNNbq:{variant:\"UZPAp6IiC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:205,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1114)-160-1680)/2+240+80)+0+924,...addPropertyOverrides({IKSC2FHtl:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1462)/2+120+32)+0+884},Nid2lNNbq:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1590)/2+240+40)+0+884},rdWGMjlAa:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1106.5)-160-1704)/2+280+64)+0+924},woOgw2L2t:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1130)-128-1680)/2+240+80)+0+924}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1azsxsj-container\",layoutDependency:layoutDependency,layoutId:\"R7htvBLLT-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Accordions,{BxPToLFqd:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",height:\"100%\",id:\"R7htvBLLT\",layoutId:\"R7htvBLLT\",nNXyGufbe:addImageAlt({src:\"https://framerusercontent.com/images/h4dxYzHUNWgQ1Zu3vPf5IUiAOE.png\"},\"\"),style:{width:\"100%\"},variant:\"JK1RHMEv8\",width:\"100%\",X5FN_QHPJ:addImageAlt({src:\"https://framerusercontent.com/images/kVxol9gb8tPXOv53roOhmpb2w.png\"},\"\"),XYjffzboW:\"Empowering Independence\",...addPropertyOverrides({IKSC2FHtl:{variant:\"UZPAp6IiC\"},Nid2lNNbq:{variant:\"UZPAp6IiC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:205,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1114)-160-1680)/2+240+80)+0+1155,...addPropertyOverrides({IKSC2FHtl:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||200)-80-1462)/2+120+32)+0+1105},Nid2lNNbq:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||200)-128-1590)/2+240+40)+0+1105},rdWGMjlAa:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1106.5)-160-1704)/2+280+64)+0+1155},woOgw2L2t:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1440px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1130)-128-1680)/2+240+80)+0+1155}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-pfa5tl-container\",layoutDependency:layoutDependency,layoutId:\"hhAOd5SA_-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Accordions,{BxPToLFqd:\"At Thrive Homes, we have a profound understanding of the unique challenges faced by individuals with disabilities. Our team is trained to identify specific accessibility needs, ensuring that our solutions are not only compliant with ADA standards but also truly beneficial for enhancing your daily life.\",height:\"100%\",id:\"hhAOd5SA_\",layoutId:\"hhAOd5SA_\",nNXyGufbe:addImageAlt({src:\"https://framerusercontent.com/images/G8dmdCK9GhRH3PHQqaWyroc6YI.png\"},\"\"),style:{width:\"100%\"},variant:\"JK1RHMEv8\",width:\"100%\",X5FN_QHPJ:addImageAlt({src:\"https://framerusercontent.com/images/Ys22pWYuH8WLWJpdAvgwqjiv2Xo.png\"},\"\"),XYjffzboW:\"Community Engagement and Support\",...addPropertyOverrides({IKSC2FHtl:{variant:\"UZPAp6IiC\"},Nid2lNNbq:{variant:\"UZPAp6IiC\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8geTe.framer-z9rn6s, .framer-8geTe .framer-z9rn6s { display: block; }\",\".framer-8geTe.framer-4ivre1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 1440px; }\",\".framer-8geTe .framer-1lq6gkv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8geTe .framer-1y3pizy { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-8geTe .framer-1kt3vt0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8geTe .framer-1szemad-container, .framer-8geTe .framer-u7dr4l-container, .framer-8geTe .framer-1k5k7wv-container, .framer-8geTe .framer-vncz4v-container, .framer-8geTe .framer-1azsxsj-container, .framer-8geTe .framer-pfa5tl-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8geTe.framer-4ivre1, .framer-8geTe .framer-1lq6gkv, .framer-8geTe .framer-1kt3vt0 { gap: 0px; } .framer-8geTe.framer-4ivre1 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-8geTe.framer-4ivre1 > :first-child, .framer-8geTe .framer-1kt3vt0 > :first-child { margin-top: 0px; } .framer-8geTe.framer-4ivre1 > :last-child, .framer-8geTe .framer-1kt3vt0 > :last-child { margin-bottom: 0px; } .framer-8geTe .framer-1lq6gkv > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-8geTe .framer-1lq6gkv > :first-child { margin-left: 0px; } .framer-8geTe .framer-1lq6gkv > :last-child { margin-right: 0px; } .framer-8geTe .framer-1kt3vt0 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } }\",\".framer-8geTe.framer-v-1p3wl8j.framer-4ivre1 { gap: 64px; width: 1920px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8geTe.framer-v-1p3wl8j.framer-4ivre1 { gap: 0px; } .framer-8geTe.framer-v-1p3wl8j.framer-4ivre1 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-8geTe.framer-v-1p3wl8j.framer-4ivre1 > :first-child { margin-top: 0px; } .framer-8geTe.framer-v-1p3wl8j.framer-4ivre1 > :last-child { margin-bottom: 0px; } }\",\".framer-8geTe.framer-v-1gmdbtb.framer-4ivre1 { padding: 64px; width: 1200px; }\",\".framer-8geTe.framer-v-1sbxl6b.framer-4ivre1 { gap: 40px; padding: 64px 40px 64px 40px; width: 810px; }\",\".framer-8geTe.framer-v-1sbxl6b .framer-1kt3vt0, .framer-8geTe.framer-v-1ezjzch .framer-1kt3vt0 { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8geTe.framer-v-1sbxl6b.framer-4ivre1, .framer-8geTe.framer-v-1sbxl6b .framer-1kt3vt0 { gap: 0px; } .framer-8geTe.framer-v-1sbxl6b.framer-4ivre1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-8geTe.framer-v-1sbxl6b.framer-4ivre1 > :first-child, .framer-8geTe.framer-v-1sbxl6b .framer-1kt3vt0 > :first-child { margin-top: 0px; } .framer-8geTe.framer-v-1sbxl6b.framer-4ivre1 > :last-child, .framer-8geTe.framer-v-1sbxl6b .framer-1kt3vt0 > :last-child { margin-bottom: 0px; } .framer-8geTe.framer-v-1sbxl6b .framer-1kt3vt0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-8geTe.framer-v-1ezjzch.framer-4ivre1 { gap: 32px; padding: 40px 24px 40px 24px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8geTe.framer-v-1ezjzch.framer-4ivre1, .framer-8geTe.framer-v-1ezjzch .framer-1kt3vt0 { gap: 0px; } .framer-8geTe.framer-v-1ezjzch.framer-4ivre1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-8geTe.framer-v-1ezjzch.framer-4ivre1 > :first-child, .framer-8geTe.framer-v-1ezjzch .framer-1kt3vt0 > :first-child { margin-top: 0px; } .framer-8geTe.framer-v-1ezjzch.framer-4ivre1 > :last-child, .framer-8geTe.framer-v-1ezjzch .framer-1kt3vt0 > :last-child { margin-bottom: 0px; } .framer-8geTe.framer-v-1ezjzch .framer-1kt3vt0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1114\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rdWGMjlAa\":{\"layout\":[\"fixed\",\"auto\"]},\"woOgw2L2t\":{\"layout\":[\"fixed\",\"auto\"]},\"Nid2lNNbq\":{\"layout\":[\"fixed\",\"auto\"]},\"IKSC2FHtl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWMYOipr4i=withCSS(Component,css,\"framer-8geTe\");export default FramerWMYOipr4i;FramerWMYOipr4i.displayName=\"Section/Solutions\";FramerWMYOipr4i.defaultProps={height:1114,width:1440};addPropertyControls(FramerWMYOipr4i,{variant:{options:[\"M1h6QYbY6\",\"rdWGMjlAa\",\"woOgw2L2t\",\"Nid2lNNbq\",\"IKSC2FHtl\"],optionTitles:[\"Desktop - M\",\"Desktop - L\",\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWMYOipr4i,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"}]},...AccordionsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWMYOipr4i\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rdWGMjlAa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"woOgw2L2t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Nid2lNNbq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IKSC2FHtl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1114\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WMYOipr4i.map"],"mappings":"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"}