{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/pd4O5PvaqOGxRo47auho/y8GKiUuDDKBp69BYOkdP/Home_equity_calculator.js", "ssg:https://framerusercontent.com/modules/AKdcmM0oc8eoO3dCCUgc/M5roTeRPFE92vrTR4wC3/Mobile_home_equilty_calculator.js", "ssg:https://framerusercontent.com/modules/jmRDGFv36WK0sSjOP8qu/7dmwy1e9UutrbBsWb5SZ/Qk2OONcsO.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";export default function HomeEquityCalculator(){const[propertyValue,setPropertyValue]=useState(\"\");const[remainingMortgage,setRemainingMortgage]=useState(\"\");const[homeEquity,setHomeEquity]=useState(null);const[tipMessage,setTipMessage]=useState(\"\");const calculateHomeEquity=()=>{const propertyValueNumber=parseFloat(propertyValue);const remainingMortgageNumber=parseFloat(remainingMortgage);if(isNaN(propertyValueNumber)||isNaN(remainingMortgageNumber)){setHomeEquity(null);setTipMessage(\"Please enter valid numeric values for Property Value and Remaining Mortgage Balance.\");return;}const calculatedEquity=propertyValueNumber-remainingMortgageNumber;setHomeEquity(calculatedEquity);// Set message based on equity\nif(calculatedEquity>5e4){const accessibleEquity=calculatedEquity-5e4;setTipMessage(`<strong>CONGRATULATIONS! YOU HAVE BUILT $ ${calculatedEquity.toLocaleString()}</strong> IN HOME EQUITY. You can refinance your home loan or increase your home loan up to 90% and access up to <strong>$ ${accessibleEquity.toLocaleString()}</strong> in equity for personal use, business, renovations, etc. Fill out our free consultation form today for more information!`);}else{const accessibleEquity=calculatedEquity-5e4;setTipMessage(`<strong>Oh, No! The Equity Built is $ ${calculatedEquity.toLocaleString()}</strong>, and you have access to <strong>$ ${accessibleEquity.toLocaleString()}</strong> in equity. While you cannot release any equity, you could still plan on refinancing your home loan in a few months to get a better deal! Fill out our free consultation form today for more information!`);}};return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:formContainerStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:inputGroupStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,children:\"Current market value of the property:\"}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"span\",{style:prefixStyle,children:\"$\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:propertyValue,onChange:e=>setPropertyValue(e.target.value),style:{...inputStyle,paddingLeft:\"30px\"},placeholder:\"Property value\",min:\"0\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:inputGroupStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,children:\"Remaining loan amount:\"}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"span\",{style:prefixStyle,children:\"$\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:remainingMortgage,onChange:e=>setRemainingMortgage(e.target.value),style:{...inputStyle,paddingLeft:\"30px\"},placeholder:\"Remaining mortgage balance\",min:\"0\"})]})]})]}),/*#__PURE__*/_jsx(\"button\",{onClick:calculateHomeEquity,style:buttonStyle,children:\"CALCULATE\"}),homeEquity!==null&&/*#__PURE__*/_jsxs(\"div\",{style:resultContainerStyle,children:[/*#__PURE__*/_jsxs(\"p\",{style:equityStyle,children:[\"Your total home equity is:\",\" \",/*#__PURE__*/_jsxs(\"span\",{style:equityStyle,children:[\"$ \",homeEquity.toLocaleString()]})]}),/*#__PURE__*/_jsx(\"p\",{style:tipStyle,dangerouslySetInnerHTML:{__html:tipMessage}})]})]});}// Styles\nconst containerStyle={padding:\"2rem\",textAlign:\"center\",width:\"100%\",maxWidth:\"100%\",margin:\"auto\",boxShadow:\"4px 4px 20px rgba(0, 0, 0, 0.1)\",border:\"1px solid #2369f4\",borderRadius:\"12px\",backgroundColor:\"white\",fontFamily:\"'Open Sans', sans-serif\"};const headingStyle={fontFamily:\"'Open Sans', sans-serif\",fontSize:\"24px\",color:\"#2369f4\",marginBottom:\"20px\"};const formContainerStyle={display:\"flex\",flexWrap:\"wrap\",gap:\"20px\",justifyContent:\"space-between\",alignItems:\"center\"};const inputGroupStyle={flex:\"1 1 100%\",maxWidth:\"45%\",textAlign:\"left\",marginBottom:\"15px\",fontFamily:\"'Open Sans', sans-serif\"};const labelStyle={fontSize:\"16px\",fontWeight:\"medium\",display:\"block\",marginBottom:\"8px\",color:\"#333\"};const inputStyle={width:\"100%\",height:\"40px\",padding:\"10px\",borderRadius:\"8px\",border:\"1px solid #ccc\",fontSize:\"16px\",backgroundColor:\"#fff\",color:\"#333\",outlineColor:\"#2369f4\",fontFamily:\"'Open Sans', sans-serif\",\"::placeholder\":{fontFamily:\"'Open Sans', sans-serif\",color:\"#999\"}};const prefixStyle={position:\"absolute\",left:\"10px\",top:\"50%\",transform:\"translateY(-50%)\",fontSize:\"16px\",color:\"#999\"};const buttonStyle={marginTop:\"20px\",padding:\"10px 80px\",backgroundColor:\"#2369f4\",color:\"#fff\",border:\"none\",borderRadius:\"8px\",cursor:\"pointer\",fontSize:\"16px\",fontFamily:\"'Open Sans', sans-serif\",transition:\"background-color 0.3s\"};const resultContainerStyle={marginTop:\"25px\",padding:\"10px\",backgroundColor:\"#e8f4fc\",borderRadius:\"8px\",color:\"#2369f4\",fontFamily:\"'Open Sans', sans-serif\"};const resultHeadingStyle={fontSize:\"18px\",fontWeight:\"bold\"};const equityStyle={fontSize:\"24px\",fontWeight:\"bold\",color:\"#2369f4\"};const tipStyle={fontSize:\"14px\",color:\"#333\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HomeEquityCalculator\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Home_equity_calculator.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";export default function HomeEquityCalculatorMobile(){const[propertyValue,setPropertyValue]=useState(\"\");const[remainingMortgage,setRemainingMortgage]=useState(\"\");const[homeEquity,setHomeEquity]=useState(null);const[tipMessage,setTipMessage]=useState(\"\");const calculateHomeEquity=()=>{const propertyValueNumber=parseFloat(propertyValue);const remainingMortgageNumber=parseFloat(remainingMortgage);if(isNaN(propertyValueNumber)||isNaN(remainingMortgageNumber)){setHomeEquity(null);setTipMessage(\"Please enter valid numeric values for Property Value and Remaining Mortgage Balance.\");return;}const calculatedEquity=propertyValueNumber-remainingMortgageNumber;setHomeEquity(calculatedEquity);// Set message based on equity\nif(calculatedEquity>5e4){const accessibleEquity=calculatedEquity-5e4;setTipMessage(`<strong>CONGRATULATIONS! YOU HAVE BUILT $ ${calculatedEquity.toLocaleString()}</strong> IN HOME EQUITY. You can refinance your home loan or increase your home loan up to 90% and access up to <strong>$ ${accessibleEquity.toLocaleString()}</strong> in equity for personal use, business, renovations, etc. Fill out our free consultation form today for more information!`);}else{const accessibleEquity=calculatedEquity-5e4;setTipMessage(`<strong>Oh, No! The Equity Built is $ ${calculatedEquity.toLocaleString()}</strong>, and you have access to <strong>$ ${accessibleEquity.toLocaleString()}</strong> in equity. While you cannot release any equity, you could still plan on refinancing your home loan in a few months to get a better deal! Fill out our free consultation form today for more information!`);}};return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:formContainerStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:inputGroupStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,children:\"Current market value of the property:\"}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"span\",{style:prefixStyle,children:\"$\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:propertyValue,onChange:e=>setPropertyValue(e.target.value),style:{...inputStyle,paddingLeft:\"30px\"},placeholder:\"Property value\",min:\"0\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:inputGroupStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,children:\"Remaining loan amount:\"}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"span\",{style:prefixStyle,children:\"$\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:remainingMortgage,onChange:e=>setRemainingMortgage(e.target.value),style:{...inputStyle,paddingLeft:\"30px\"},placeholder:\"Remaining mortgage balance\",min:\"0\"})]})]})]}),/*#__PURE__*/_jsx(\"button\",{onClick:calculateHomeEquity,style:buttonStyle,children:\"CALCULATE\"}),homeEquity!==null&&/*#__PURE__*/_jsxs(\"div\",{style:resultContainerStyle,children:[/*#__PURE__*/_jsxs(\"p\",{style:equityStyle,children:[\"Your total home equity is:\",\" \",/*#__PURE__*/_jsxs(\"span\",{style:equityStyle,children:[\"$ \",homeEquity.toLocaleString()]})]}),/*#__PURE__*/_jsx(\"p\",{style:tipStyle,dangerouslySetInnerHTML:{__html:tipMessage}})]})]});}// Styles\nconst containerStyle={padding:\"2rem\",textAlign:\"center\",width:\"100%\",maxWidth:\"100%\",margin:\"auto\",boxShadow:\"4px 4px 20px rgba(0, 0, 0, 0.1)\",border:\"1px solid #2369f4\",borderRadius:\"12px\",backgroundColor:\"white\",fontFamily:\"'Open Sans', sans-serif\"};const headingStyle={fontFamily:\"'Open Sans', sans-serif\",fontSize:\"24px\",color:\"#2369f4\",marginBottom:\"20px\"};const formContainerStyle={display:\"block\",flexWrap:\"wrap\",gap:\"20px\",justifyContent:\"space-between\",alignItems:\"center\"};const inputGroupStyle={flex:\"1 1 100%\",maxWidth:\"100%\",textAlign:\"left\",marginBottom:\"15px\",fontFamily:\"'Open Sans', sans-serif\"};const labelStyle={fontSize:\"16px\",fontWeight:\"medium\",display:\"block\",marginBottom:\"8px\",color:\"#333\"};const inputStyle={width:\"100%\",height:\"40px\",padding:\"10px\",borderRadius:\"8px\",border:\"1px solid #ccc\",fontSize:\"16px\",backgroundColor:\"#fff\",color:\"#333\",outlineColor:\"#2369f4\",fontFamily:\"'Open Sans', sans-serif\",\"::placeholder\":{fontFamily:\"'Open Sans', sans-serif\",color:\"#999\"}};const prefixStyle={position:\"absolute\",left:\"10px\",top:\"50%\",transform:\"translateY(-50%)\",fontSize:\"16px\",color:\"#999\"};const buttonStyle={marginTop:\"20px\",padding:\"10px 80px\",backgroundColor:\"#2369f4\",color:\"#fff\",border:\"none\",borderRadius:\"8px\",cursor:\"pointer\",fontSize:\"16px\",fontFamily:\"'Open Sans', sans-serif\",transition:\"background-color 0.3s\"};const resultContainerStyle={marginTop:\"25px\",padding:\"10px\",backgroundColor:\"#e8f4fc\",borderRadius:\"8px\",color:\"#2369f4\",fontFamily:\"'Open Sans', sans-serif\"};const resultHeadingStyle={fontSize:\"18px\",fontWeight:\"bold\"};const equityStyle={fontSize:\"24px\",fontWeight:\"bold\",color:\"#2369f4\"};const tipStyle={fontSize:\"14px\",color:\"#333\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HomeEquityCalculatorMobile\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mobile_home_equilty_calculator.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Fqa from\"#framer/local/canvasComponent/GDuI6l5pN/GDuI6l5pN.js\";import Footer from\"#framer/local/canvasComponent/ICZ9HTYeB/ICZ9HTYeB.js\";import NavigationCopy4 from\"#framer/local/canvasComponent/VzgZ28gBS/VzgZ28gBS.js\";import HomeEquityCalculator from\"#framer/local/codeFile/dW_dlPD/Home_equity_calculator.js\";import HomeEquityCalculatorMobile from\"#framer/local/codeFile/Lcfl6ub/Mobile_home_equilty_calculator.js\";import*as sharedStyle from\"#framer/local/css/ntTw2lBjx/ntTw2lBjx.js\";import metadataProvider from\"#framer/local/webPageMetadata/Qk2OONcsO/Qk2OONcsO.js\";const NavigationCopy4Fonts=getFonts(NavigationCopy4);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const HomeEquityCalculatorFonts=getFonts(HomeEquityCalculator);const HomeEquityCalculatorMobileFonts=getFonts(HomeEquityCalculatorMobile);const FqaFonts=getFonts(Fqa);const FooterFonts=getFonts(Footer);const breakpoints={CupfQ8oIM:\"(min-width: 1436px) and (max-width: 1919px)\",dUxLjVR9G:\"(min-width: 1080px) and (max-width: 1279px)\",hdIjVUYI0:\"(max-width: 767px)\",PqW2tUj_K:\"(min-width: 768px) and (max-width: 1079px)\",rZl7NZdGl:\"(min-width: 1920px)\",uEpen4H2d:\"(min-width: 1280px) and (max-width: 1435px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-h4jBh\";const variantClassNames={CupfQ8oIM:\"framer-v-1cgo1e1\",dUxLjVR9G:\"framer-v-cna3kx\",hdIjVUYI0:\"framer-v-m8dqoz\",PqW2tUj_K:\"framer-v-1c6oukq\",rZl7NZdGl:\"framer-v-7fq0v9\",uEpen4H2d:\"framer-v-d0g575\"};const transition1={delay:.1,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop 2\":\"uEpen4H2d\",\"large screen \":\"rZl7NZdGl\",\"next hub\":\"dUxLjVR9G\",Desktop:\"CupfQ8oIM\",Phone:\"hdIjVUYI0\",Tablet:\"PqW2tUj_K\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"CupfQ8oIM\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-h4jBh`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-h4jBh`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"hdIjVUYI0\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"hdIjVUYI0\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"CupfQ8oIM\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cgo1e1\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b0z0q8-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hdIjVUYI0:{variant:\"aeewbnwO9\"}},children:/*#__PURE__*/_jsx(NavigationCopy4,{height:\"100%\",id:\"ukg3LFrWg\",layoutId:\"ukg3LFrWg\",style:{height:\"100%\",width:\"100%\"},variant:\"CNpeeKLd2\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dyrkcq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hdIjVUYI0:{background:{alt:\"A person\u2019s hands presenting small white house models, symbolising investment loans for real estate.\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:470,loading:getLoadingLazyAtYPosition(100),pixelHeight:1812,pixelWidth:3222,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png 3222w\"}},PqW2tUj_K:{background:{alt:\"A person\u2019s hands presenting small white house models, symbolising investment loans for real estate.\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:470,loading:getLoadingLazyAtYPosition(100),pixelHeight:1812,pixelWidth:3222,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png 3222w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A person\u2019s hands presenting small white house models, symbolising investment loans for real estate.\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:470,loading:getLoadingLazyAtYPosition(72.60869565217394),pixelHeight:1812,pixelWidth:3222,positionX:\"left\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZJw9mup2F7Xc2U1aj4rSB23dwJ4.png 3222w\"},className:\"framer-1jevapj\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mrvaw3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-198jgbr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gyurdr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hdIjVUYI0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1ib2xk\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"55.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Home Equity Calculator\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1ib2xk\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"55.6px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Home Equity Calculator\"})}),className:\"framer-1k88fa4\",\"data-framer-appear-id\":\"1k88fa4\",fonts:[\"FS;Raleway-bold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hdIjVUYI0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtbWVkaXVtIGl0YWxpYw==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 250, 250)\",\"--framer-text-transform\":\"capitalize\"},children:\"Find the portion of your home you completely own!\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtbWVkaXVtIGl0YWxpYw==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"55.6px\",\"--framer-text-color\":\"rgb(255, 250, 250)\",\"--framer-text-transform\":\"capitalize\"},children:\"Find the portion of your home you completely own!\"})}),className:\"framer-12znk31\",\"data-framer-appear-id\":\"12znk31\",fonts:[\"FS;Plus Jakarta Sans-medium italic\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nz344y\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"j9Q8KXOOJ\"},nodeId:\"h9SBp2zv6\",children:/*#__PURE__*/_jsx(MotionAWithOptimizedAppearEffect,{animate:animation,className:\"framer-1phkv7p framer-14skcqs\",\"data-border\":true,\"data-framer-appear-id\":\"1phkv7p\",initial:animation1,optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtYm9sZA==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BOOK  A  CONSULTATION\"})}),className:\"framer-ejnxjo\",fonts:[\"FS;Plus Jakarta Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-55kd7g\",\"data-framer-name\":\"Header\",name:\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tevvks\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nth3ea\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(45, 45, 45)\"},children:\"As you start repaying your home loan, your loan amount will reduce, and you will start owning your home, which is known as home equity. Use our simple home equity calculator below to find out your home equity and the possibilities of releasing the amount of equity built.\"})}),className:\"framer-4pqo46\",\"data-framer-appear-id\":\"4pqo46\",fonts:[\"FS;Plus Jakarta Sans-regular\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9oapnv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hdIjVUYI0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtZXh0cmFib2xk\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"33.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(45, 45, 45)\",\"--framer-text-transform\":\"capitalize\"},children:\"Calculate Your Home Equity:\"})})},PqW2tUj_K:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtZXh0cmFib2xk\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"33.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(45, 45, 45)\",\"--framer-text-transform\":\"capitalize\"},children:\"Calculate Your Home Equity:\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtZXh0cmFib2xk\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"33.6px\",\"--framer-text-color\":\"rgb(45, 45, 45)\",\"--framer-text-transform\":\"capitalize\"},children:\"Calculate Your Home Equity:\"})}),className:\"framer-1y94kzo\",\"data-framer-appear-id\":\"1y94kzo\",fonts:[\"FS;Plus Jakarta Sans-extrabold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pvmnae\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hz5cpr-container hidden-m8dqoz\",children:/*#__PURE__*/_jsx(HomeEquityCalculator,{height:\"100%\",id:\"Tz2Pw7UZq\",layoutId:\"Tz2Pw7UZq\",style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-86ctwa-container hidden-1cgo1e1 hidden-7fq0v9 hidden-d0g575 hidden-cna3kx hidden-1c6oukq\",children:/*#__PURE__*/_jsx(HomeEquityCalculatorMobile,{height:\"100%\",id:\"zKbhEWwO3\",layoutId:\"zKbhEWwO3\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o0vxvp\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16b7i82\",\"data-framer-name\":\"FAQ\",name:\"FAQ\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-trr66d\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16pd41q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtYm9sZA==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"33.6px\",\"--framer-text-color\":\"rgb(45, 45, 45)\",\"--framer-text-transform\":\"capitalize\"},children:\"fAQs\"})}),className:\"framer-1bqpb39\",fonts:[\"FS;Plus Jakarta Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dUxLjVR9G:{width:\"80vw\"},hdIjVUYI0:{width:\"95vw\",y:1337.1999999999998},PqW2tUj_K:{width:\"85vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"60vw\",y:1237.1999999999998,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16bo2dn-container\",children:/*#__PURE__*/_jsx(Fqa,{height:\"100%\",id:\"NF59UpYQv\",layoutId:\"NF59UpYQv\",style:{width:\"100%\"},variant:\"Cw20cqh15\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dUxLjVR9G:{width:\"80vw\"},hdIjVUYI0:{width:\"95vw\",y:1404.1999999999998},PqW2tUj_K:{width:\"85vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"60vw\",y:1304.1999999999998,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u97i1-container\",children:/*#__PURE__*/_jsx(Fqa,{height:\"100%\",id:\"e6M3M2HUF\",layoutId:\"e6M3M2HUF\",style:{width:\"100%\"},variant:\"sFRwdQ8xM\",width:\"100%\"})})})})]})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1xgoe4k\",\"data-framer-name\":\"Header\",name:\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-g5ndqb\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p1idvt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(45, 45, 45)\"},children:[\"Taking your first step to owning a home? Fill \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"j9Q8KXOOJ\"},nodeId:\"UTxmDEGdL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-xy2wv3\",\"data-styles-preset\":\"ntTw2lBjx\",children:\"our consultation form\"})}),\" today and our mortgage team will help you throughout your home owning journey (yes, even post-settlement!).\"]})}),className:\"framer-yjya3y\",fonts:[\"FS;Plus Jakarta Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hdIjVUYI0:{height:833,y:1671.1999999999998}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:659,width:\"100vw\",y:1571.1999999999998,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bngcqu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hdIjVUYI0:{style:{height:\"100%\",width:\"100%\"},variant:\"Bheo_oofA\"},PqW2tUj_K:{variant:\"LFLNX94bC\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"fcwUNxhbs\",layoutId:\"fcwUNxhbs\",style:{width:\"100%\"},variant:\"G6EyWzNDv\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-h4jBh { background: rgb(255, 255, 255); }`,\".framer-h4jBh.framer-14skcqs, .framer-h4jBh .framer-14skcqs { display: block; }\",\".framer-h4jBh.framer-1cgo1e1 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1436px; }\",\".framer-h4jBh .framer-1b0z0q8-container { flex: none; height: 80px; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 5; }\",\".framer-h4jBh .framer-dyrkcq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 70vh; justify-content: center; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-h4jBh .framer-1jevapj { border-bottom-right-radius: 500px; flex: none; height: 109%; position: relative; width: 100%; z-index: 1; }\",\".framer-h4jBh .framer-mrvaw3 { background: linear-gradient(269deg, rgba(243, 243, 243, 0) 18.85887352195946%, rgba(0, 0, 0, 0.57) 86.12066045537725%); border-bottom-right-radius: 500px; flex: none; height: 100%; left: calc(49.967083607636624% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-h4jBh .framer-198jgbr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 60%; }\",\".framer-h4jBh .framer-gyurdr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-h4jBh .framer-1k88fa4, .framer-h4jBh .framer-12znk31 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 99%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-h4jBh .framer-1nz344y { flex: none; height: 54px; overflow: hidden; position: relative; width: 100%; }\",\".framer-h4jBh .framer-1phkv7p { --border-bottom-width: 0.8px; --border-color: #dd6b22; --border-left-width: 0.8px; --border-right-width: 0.8px; --border-style: solid; --border-top-width: 0.8px; align-content: center; align-items: center; background-color: #de3333; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; padding: 20px 35px 20px 35px; position: absolute; text-decoration: none; top: 50%; transform: translateY(-50%); width: min-content; z-index: 1; }\",\".framer-h4jBh .framer-ejnxjo { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-h4jBh .framer-55kd7g { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.06); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 20px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-h4jBh .framer-tevvks { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 60%; }\",\".framer-h4jBh .framer-1nth3ea { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-h4jBh .framer-4pqo46, .framer-h4jBh .framer-1y94kzo, .framer-h4jBh .framer-1bqpb39, .framer-h4jBh .framer-yjya3y { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-h4jBh .framer-9oapnv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-h4jBh .framer-1pvmnae { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-h4jBh .framer-1hz5cpr-container { flex: none; height: auto; position: relative; width: 60%; z-index: 1; }\",\".framer-h4jBh .framer-86ctwa-container { flex: none; height: auto; position: relative; width: 95%; }\",\".framer-h4jBh .framer-1o0vxvp { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-h4jBh .framer-16b7i82 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-h4jBh .framer-trr66d { --border-bottom-width: 0px; --border-color: #bdbbbb; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-h4jBh .framer-16pd41q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-h4jBh .framer-16bo2dn-container, .framer-h4jBh .framer-1u97i1-container, .framer-h4jBh .framer-1bngcqu-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-h4jBh .framer-1xgoe4k { align-content: center; align-items: center; background: linear-gradient(90deg, rgba(225, 233, 250, 0.1) 8.198121216920045%, rgba(14, 227, 170, 0.08) 47.02698303772522%, rgba(230, 215, 158, 0.1) 91.2612502639358%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-h4jBh .framer-g5ndqb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 60%; }\",\".framer-h4jBh .framer-1p1idvt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-h4jBh.framer-1cgo1e1, .framer-h4jBh .framer-dyrkcq, .framer-h4jBh .framer-198jgbr, .framer-h4jBh .framer-gyurdr, .framer-h4jBh .framer-1phkv7p, .framer-h4jBh .framer-55kd7g, .framer-h4jBh .framer-tevvks, .framer-h4jBh .framer-1nth3ea, .framer-h4jBh .framer-9oapnv, .framer-h4jBh .framer-1pvmnae, .framer-h4jBh .framer-1o0vxvp, .framer-h4jBh .framer-16b7i82, .framer-h4jBh .framer-trr66d, .framer-h4jBh .framer-16pd41q, .framer-h4jBh .framer-1xgoe4k, .framer-h4jBh .framer-g5ndqb, .framer-h4jBh .framer-1p1idvt { gap: 0px; } .framer-h4jBh.framer-1cgo1e1 > *, .framer-h4jBh .framer-gyurdr > *, .framer-h4jBh .framer-1phkv7p > *, .framer-h4jBh .framer-55kd7g > *, .framer-h4jBh .framer-1xgoe4k > *, .framer-h4jBh .framer-g5ndqb > *, .framer-h4jBh .framer-1p1idvt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-h4jBh.framer-1cgo1e1 > :first-child, .framer-h4jBh .framer-198jgbr > :first-child, .framer-h4jBh .framer-gyurdr > :first-child, .framer-h4jBh .framer-1phkv7p > :first-child, .framer-h4jBh .framer-55kd7g > :first-child, .framer-h4jBh .framer-tevvks > :first-child, .framer-h4jBh .framer-1nth3ea > :first-child, .framer-h4jBh .framer-9oapnv > :first-child, .framer-h4jBh .framer-16b7i82 > :first-child, .framer-h4jBh .framer-trr66d > :first-child, .framer-h4jBh .framer-16pd41q > :first-child, .framer-h4jBh .framer-1xgoe4k > :first-child, .framer-h4jBh .framer-g5ndqb > :first-child, .framer-h4jBh .framer-1p1idvt > :first-child { margin-top: 0px; } .framer-h4jBh.framer-1cgo1e1 > :last-child, .framer-h4jBh .framer-198jgbr > :last-child, .framer-h4jBh .framer-gyurdr > :last-child, .framer-h4jBh .framer-1phkv7p > :last-child, .framer-h4jBh .framer-55kd7g > :last-child, .framer-h4jBh .framer-tevvks > :last-child, .framer-h4jBh .framer-1nth3ea > :last-child, .framer-h4jBh .framer-9oapnv > :last-child, .framer-h4jBh .framer-16b7i82 > :last-child, .framer-h4jBh .framer-trr66d > :last-child, .framer-h4jBh .framer-16pd41q > :last-child, .framer-h4jBh .framer-1xgoe4k > :last-child, .framer-h4jBh .framer-g5ndqb > :last-child, .framer-h4jBh .framer-1p1idvt > :last-child { margin-bottom: 0px; } .framer-h4jBh .framer-dyrkcq > *, .framer-h4jBh .framer-1pvmnae > *, .framer-h4jBh .framer-1o0vxvp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-h4jBh .framer-dyrkcq > :first-child, .framer-h4jBh .framer-1pvmnae > :first-child, .framer-h4jBh .framer-1o0vxvp > :first-child { margin-left: 0px; } .framer-h4jBh .framer-dyrkcq > :last-child, .framer-h4jBh .framer-1pvmnae > :last-child, .framer-h4jBh .framer-1o0vxvp > :last-child { margin-right: 0px; } .framer-h4jBh .framer-198jgbr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-h4jBh .framer-tevvks > *, .framer-h4jBh .framer-1nth3ea > *, .framer-h4jBh .framer-9oapnv > *, .framer-h4jBh .framer-16pd41q > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-h4jBh .framer-16b7i82 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-h4jBh .framer-trr66d > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",`@media (min-width: 1920px) { .${metadata.bodyClassName}-framer-h4jBh { background: rgb(255, 255, 255); } .framer-h4jBh.framer-1cgo1e1 { width: 1920px; }}`,`@media (min-width: 1280px) and (max-width: 1435px) { .${metadata.bodyClassName}-framer-h4jBh { background: rgb(255, 255, 255); } .framer-h4jBh.framer-1cgo1e1 { width: 1280px; }}`,`@media (min-width: 1080px) and (max-width: 1279px) { .${metadata.bodyClassName}-framer-h4jBh { background: rgb(255, 255, 255); } .framer-h4jBh.framer-1cgo1e1 { width: 1080px; } .framer-h4jBh .framer-198jgbr, .framer-h4jBh .framer-tevvks, .framer-h4jBh .framer-1hz5cpr-container, .framer-h4jBh .framer-16pd41q, .framer-h4jBh .framer-g5ndqb { width: 80%; }}`,`@media (min-width: 768px) and (max-width: 1079px) { .${metadata.bodyClassName}-framer-h4jBh { background: rgb(255, 255, 255); } .framer-h4jBh.framer-1cgo1e1 { width: 768px; } .framer-h4jBh .framer-1jevapj { height: 100%; } .framer-h4jBh .framer-198jgbr, .framer-h4jBh .framer-tevvks, .framer-h4jBh .framer-1hz5cpr-container, .framer-h4jBh .framer-16pd41q, .framer-h4jBh .framer-g5ndqb { width: 85%; }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-h4jBh { background: rgb(255, 255, 255); } .framer-h4jBh.framer-1cgo1e1 { width: 374px; } .framer-h4jBh .framer-dyrkcq { flex-direction: column; height: 80vh; } .framer-h4jBh .framer-1jevapj { border-bottom-right-radius: 200px; height: 100%; } .framer-h4jBh .framer-mrvaw3 { align-content: center; align-items: center; border-bottom-right-radius: 200px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; } .framer-h4jBh .framer-198jgbr { gap: 70px; left: unset; position: relative; top: unset; transform: unset; width: 95%; } .framer-h4jBh .framer-gyurdr { gap: 20px; } .framer-h4jBh .framer-1k88fa4, .framer-h4jBh .framer-12znk31, .framer-h4jBh .framer-tevvks, .framer-h4jBh .framer-16pd41q, .framer-h4jBh .framer-g5ndqb { width: 95%; } .framer-h4jBh .framer-1pvmnae, .framer-h4jBh .framer-1o0vxvp { flex-direction: column; } .framer-h4jBh .framer-1bngcqu-container { height: 833px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-h4jBh .framer-dyrkcq, .framer-h4jBh .framer-mrvaw3, .framer-h4jBh .framer-198jgbr, .framer-h4jBh .framer-gyurdr, .framer-h4jBh .framer-1pvmnae, .framer-h4jBh .framer-1o0vxvp { gap: 0px; } .framer-h4jBh .framer-dyrkcq > *, .framer-h4jBh .framer-mrvaw3 > *, .framer-h4jBh .framer-1pvmnae > *, .framer-h4jBh .framer-1o0vxvp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-h4jBh .framer-dyrkcq > :first-child, .framer-h4jBh .framer-mrvaw3 > :first-child, .framer-h4jBh .framer-198jgbr > :first-child, .framer-h4jBh .framer-gyurdr > :first-child, .framer-h4jBh .framer-1pvmnae > :first-child, .framer-h4jBh .framer-1o0vxvp > :first-child { margin-top: 0px; } .framer-h4jBh .framer-dyrkcq > :last-child, .framer-h4jBh .framer-mrvaw3 > :last-child, .framer-h4jBh .framer-198jgbr > :last-child, .framer-h4jBh .framer-gyurdr > :last-child, .framer-h4jBh .framer-1pvmnae > :last-child, .framer-h4jBh .framer-1o0vxvp > :last-child { margin-bottom: 0px; } .framer-h4jBh .framer-198jgbr > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-h4jBh .framer-gyurdr > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`,...sharedStyle.css,'.framer-h4jBh[data-border=\"true\"]::after, .framer-h4jBh [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 2120\n * @framerIntrinsicWidth 1436\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rZl7NZdGl\":{\"layout\":[\"fixed\",\"auto\"]},\"uEpen4H2d\":{\"layout\":[\"fixed\",\"auto\"]},\"dUxLjVR9G\":{\"layout\":[\"fixed\",\"auto\"]},\"PqW2tUj_K\":{\"layout\":[\"fixed\",\"auto\"]},\"hdIjVUYI0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerQk2OONcsO=withCSS(Component,css,\"framer-h4jBh\");export default FramerQk2OONcsO;FramerQk2OONcsO.displayName=\"Calculator / Mortgage Repayment Calculator\";FramerQk2OONcsO.defaultProps={height:2120,width:1436};addFonts(FramerQk2OONcsO,[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZOIWAQVAVASXBR56BLYIAEYYR6JRABLJ/EEQDABDVRH2J6DA7SWMJNSBXSSKN5XD2/Z44HTHVYVEXDW67RPEV7ZLLGGIA6RIPD.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UABF25CCX23LBLOOMOCUSPFEXYUNKOIQ/NGF5IU7BZUA2FUOVWECHGUFSHNEIX4YK/QDINYT7WQXBD2IDFQGGJ74DWIUFHOOZD.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AJVGEOXGB2ALQKAZEK2LDOLCVBCMCOIT/LDEP4R7SNNABDEG433DCQGM2A7YCBHLU/OWABOLGBAKFVLPZ756IYS6EKYKU54K3I.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TX2N2Q6ZO2LBO34H72H5RVJTBQFGU4GV/ZICVNTLTT4V7CCIJPWNY363N6LIP2AET/OUUAK2X2MEGEKC6ULA4CFSBY4PE5EGPV.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XYQDC7JAGGEKCBFTJWJFLWLJYO67C7XN/RVU7P55XKD46CPRWMPRMGQG2XS5IZ3EH/RJHIBK2KTTRF4HQSD33LZE5P3HZAYGJ2.woff2\",weight:\"800\"}]},...NavigationCopy4Fonts,...HomeEquityCalculatorFonts,...HomeEquityCalculatorMobileFonts,...FqaFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQk2OONcsO\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2120\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rZl7NZdGl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uEpen4H2d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dUxLjVR9G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PqW2tUj_K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hdIjVUYI0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1436\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HomeEquityCalculator", "propertyValue", "setPropertyValue", "ye", "remainingMortgage", "setRemainingMortgage", "homeEquity", "setHomeEquity", "tipMessage", "setTipMessage", "calculateHomeEquity", "propertyValueNumber", "remainingMortgageNumber", "calculatedEquity", "accessibleEquity", "u", "containerStyle", "formContainerStyle", "inputGroupStyle", "p", "labelStyle", "prefixStyle", "e", "inputStyle", "buttonStyle", "resultContainerStyle", "equityStyle", "tipStyle", "formContainerStyle", "inputGroupStyle", "labelStyle", "inputStyle", "prefixStyle", "buttonStyle", "resultContainerStyle", "equityStyle", "tipStyle", "HomeEquityCalculatorMobile", "propertyValue", "setPropertyValue", "ye", "remainingMortgage", "setRemainingMortgage", "homeEquity", "setHomeEquity", "tipMessage", "setTipMessage", "calculateHomeEquity", "propertyValueNumber", "remainingMortgageNumber", "calculatedEquity", "accessibleEquity", "u", "containerStyle", "formContainerStyle", "inputGroupStyle", "p", "labelStyle", "prefixStyle", "e", "inputStyle", "buttonStyle", "resultContainerStyle", "equityStyle", "tipStyle", "formContainerStyle", "inputGroupStyle", "labelStyle", "inputStyle", "prefixStyle", "buttonStyle", "resultContainerStyle", "equityStyle", "tipStyle", "NavigationCopy4Fonts", "getFonts", "VzgZ28gBS_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionAWithOptimizedAppearEffect", "motion", "HomeEquityCalculatorFonts", "HomeEquityCalculator", "HomeEquityCalculatorMobileFonts", "HomeEquityCalculatorMobile", "FqaFonts", "GDuI6l5pN_default", "FooterFonts", "ICZ9HTYeB_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transformTemplate1", "_", "t", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "x", "Link", "css", "FramerQk2OONcsO", "withCSS", "Qk2OONcsO_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
