{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/pFoP3EBEaB27joccSXJ1/StOumikr4SFrY9iyMLW3/opiCE3xxQ.js", "ssg:https://framerusercontent.com/modules/jSOewBYGKYiNNisIJF6p/NMOuwMJ8rXcj55gyQVxj/A9apkASt9.js", "ssg:https://framerusercontent.com/modules/Sg33L9NU4Rm09zkvHYKm/6KdnE0HX4stCoUOEVvZm/JCLdc6eL8.js", "ssg:https://framerusercontent.com/modules/zkUVlox9XxBeSb9wno2Z/OXcBWNzJUfDpnQyDQFvd/s6lSCN3OO.js", "ssg:https://framerusercontent.com/modules/ky2L0u5PdNdm4cW7ltXX/5353XssMZEj8eI6Bx7wi/STxf6Vk1Z.js", "ssg:https://framerusercontent.com/modules/fcKiS2cwLXsRzcVY8cBm/3tUjHjYbjxcsIJOn8eFU/RVO9DiwzT.js"],
  "sourcesContent": ["// Generated by Framer (018ad06)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vE3IP885If605daDlH2A/2ttML4IptPacKtT7bj4v/xZndidUCt.js\";import DemoUnassignedToggle from\"https://framerusercontent.com/modules/fGsZSZYFuMdWRND6u42W/J7NcgVw0qBZG782lIfRP/Aoe6vMaP4.js\";import DemoAmexCard from\"https://framerusercontent.com/modules/9YsU2ouNxQqnmMpTAVrY/hCmVJnunbfex4LakszWC/aSnlQvueO.js\";import ElementsLogoIcon from\"https://framerusercontent.com/modules/oSlmwTpR3mECTbcgr6th/XHFbCEGpHnojypmnCO5y/bdkZwdeu3.js\";import ReportsPageTransactionList from\"https://framerusercontent.com/modules/dUSINfwaZIMvBBvRy4sA/5yZowVSebZqJfro9PLg3/br2vujAk_.js\";import OrganizeBucket from\"https://framerusercontent.com/modules/fqwcfmRQawv6rFokE4iL/HScYtDdX47y5RSONIPDE/kaUANWxGd.js\";import ReportsPageNewReports from\"https://framerusercontent.com/modules/i4NbvoA61KkpqYehoInX/N2vlSpvamQ8sFjM7oQcm/lAafGONMA.js\";import DemoExpandingBuckets from\"https://framerusercontent.com/modules/Jsa2cOr5F7YdIPxGBVuH/v6YjHkHxcQf0EmHfaF10/MoArB7Dug.js\";import ElementsBankIcon from\"https://framerusercontent.com/modules/Je6nrzdFSmfCRioEIG0C/BNrYn4einBd3g1Zw7pSv/QFObqpcK8.js\";const HeroFonts=getFonts(Hero);const DemoExpandingBucketsFonts=getFonts(DemoExpandingBuckets);const ElementsBankIconFonts=getFonts(ElementsBankIcon);const MotionDivWithFX=withFX(motion.div);const DemoUnassignedToggleFonts=getFonts(DemoUnassignedToggle);const DemoAmexCardFonts=getFonts(DemoAmexCard);const ReportsPageNewReportsFonts=getFonts(ReportsPageNewReports);const ReportsPageTransactionListFonts=getFonts(ReportsPageTransactionList);const ElementsLogoIconFonts=getFonts(ElementsLogoIcon);const OrganizeBucketFonts=getFonts(OrganizeBucket);const cycleOrder=[\"p4GBgzRMT\",\"gjS9_xrNH\",\"Db14peee6\"];const serializationHash=\"framer-5X9fM\";const variantClassNames={Db14peee6:\"framer-v-pethc9\",gjS9_xrNH:\"framer-v-sszdhw\",p4GBgzRMT:\"framer-v-z7kymk\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;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(React.Fragment);const humanReadableVariantMap={\"Organize page\":\"gjS9_xrNH\",\"Reports Page\":\"Db14peee6\",Dashboard:\"p4GBgzRMT\"};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:\"p4GBgzRMT\"};};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:\"p4GBgzRMT\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1kmsaz0=activeVariantCallback(async(...args)=>{setVariant(\"p4GBgzRMT\");});const onTap1ub7y5w=activeVariantCallback(async(...args)=>{setVariant(\"gjS9_xrNH\");});const onTap106v60u=activeVariantCallback(async(...args)=>{setVariant(\"Db14peee6\");});const onTapizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"gjS9_xrNH\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Db14peee6\")return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"Db14peee6\")return true;return false;};const ref8=React.useRef(null);const ref9=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"gjS9_xrNH\")return true;return false;};const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);const ref13=React.useRef(null);const ref14=React.useRef(null);const ref15=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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-z7kymk\",className,classNames),\"data-framer-name\":\"Dashboard\",layoutDependency:layoutDependency,layoutId:\"p4GBgzRMT\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Db14peee6:{\"data-framer-name\":\"Reports Page\"},gjS9_xrNH:{\"data-framer-name\":\"Organize page\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pydcjz\",\"data-framer-name\":\"Reports page/toggle\",layoutDependency:layoutDependency,layoutId:\"fRdccF3Iv\",style:{backgroundColor:\"rgb(232, 232, 232)\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31,boxShadow:\"0px 0px 1px 2px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-sbqhrz\",layoutDependency:layoutDependency,layoutId:\"o83M8rDiG\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31},variants:{Db14peee6:{backgroundColor:\"rgba(0, 0, 0, 0)\"},gjS9_xrNH:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({Db14peee6:{\"data-highlight\":true,onTap:onTap1kmsaz0},gjS9_xrNH:{\"data-highlight\":true,onTap:onTap1kmsaz0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Dashboard\"})}),className:\"framer-yfh2mb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OyKkOcjP7\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eenztf\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ecGwiOPEl\",onTap:onTap1ub7y5w,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{Db14peee6:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},gjS9_xrNH:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Organize\"})}),className:\"framer-19oegsh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Di6jH0qs_\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jb3ytx\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FYCs873HM\",onTap:onTap106v60u,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{Db14peee6:{backgroundColor:\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Reports\"})}),className:\"framer-vuj3yz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sRfoDoR4X\",verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17xnuh4\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"pNjcr62Bx\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8c8f7f16-51d3-458a-ac65-5600e3c79a9a, rgb(192, 192, 192))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(246, 246, 250)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0px 17px 5px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108)), 0px 0px 17px 5px var(--token-f70f276b-e47a-481b-ba95-7e44bc3096c7, rgb(19, 60, 242))\"},children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rksued\",layoutDependency:layoutDependency,layoutId:\"c0Gpd5RXY\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mzbvyl\",layoutDependency:layoutDependency,layoutId:\"j0Xe0LD6J\",style:{backgroundColor:\"rgb(242, 242, 242)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-181ry1n-container\",layoutDependency:layoutDependency,layoutId:\"g9DRBzn46-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(158, 158, 158)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LockClosed\",id:\"g9DRBzn46\",layoutId:\"g9DRBzn46\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"app.trueview.money\"})}),className:\"framer-ydzww9\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"gfqK7TqVe\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xn6h9b\",\"data-framer-name\":\"arrow_rotate_left_solid_1_\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,layoutDependency:layoutDependency,layoutId:\"hvVVENtUK\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill=\"#9e9e9e\" d=\"M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2l17.6-17.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3-163.8-62.5-226.3 0L125.7 160z\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oc9bvw\",layoutDependency:layoutDependency,layoutId:\"jxvK1MNkg\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wd9slw\",layoutDependency:layoutDependency,layoutId:\"f8OqtGBE9\",style:{backgroundColor:\"rgb(251, 90, 76)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4kv73c\",layoutDependency:layoutDependency,layoutId:\"QWdHO1u4j\",style:{backgroundColor:\"rgb(247, 190, 77)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-x1b6k0\",layoutDependency:layoutDependency,layoutId:\"RHtqpwoQh\",style:{backgroundColor:\"rgb(91, 197, 83)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qcbuk4\",layoutDependency:layoutDependency,layoutId:\"P94N8C26a\",style:{backgroundColor:\"rgb(246, 246, 250)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hvew7v\",\"data-border\":true,\"data-framer-name\":\"Bucket Expand\",layoutDependency:layoutDependency,layoutId:\"ZBr_WMyhv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(252, 252, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19bh1ed\",\"data-framer-name\":\"Demo - Bucket panel biz account\",layoutDependency:layoutDependency,layoutId:\"t4hY0Djcw\",style:{backgroundColor:\"rgb(252, 252, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mbhzef\",layoutDependency:layoutDependency,layoutId:\"Ibf30M9aB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"BUSINESS CHECK\"})}),className:\"framer-6f5vj0\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"yAvLRGetP\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eiy99t\",layoutDependency:layoutDependency,layoutId:\"JTbQRbeiH\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fja79z\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:3,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"A5ONMHiJe\",svg:'<svg width=\"5\" height=\"3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 1.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\" fill=\"#3F414D\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"0111\"})}),className:\"framer-i8vq8v\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"VU6kQBv2d\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"$ 9,000.00\"})}),className:\"framer-1ocyg81\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"tH2DnUVGS\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1llvv6q\",layoutDependency:layoutDependency,layoutId:\"pJtGK6Npq\",style:{backgroundColor:\"rgb(252, 252, 255)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eccugm-container\",layoutDependency:layoutDependency,layoutId:\"E7wHlnDu8-container\",children:/*#__PURE__*/_jsx(DemoExpandingBuckets,{height:\"100%\",id:\"E7wHlnDu8\",layoutId:\"E7wHlnDu8\",style:{width:\"100%\"},variant:\"WQVS2lhZN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qnr0zy-container\",layoutDependency:layoutDependency,layoutId:\"pIPhvw0P0-container\",children:/*#__PURE__*/_jsx(DemoExpandingBuckets,{height:\"100%\",id:\"pIPhvw0P0\",layoutId:\"pIPhvw0P0\",style:{width:\"100%\"},variant:\"fiznJ4sXl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8nt1l6-container\",layoutDependency:layoutDependency,layoutId:\"JRbKVLnp0-container\",children:/*#__PURE__*/_jsx(DemoExpandingBuckets,{height:\"100%\",id:\"JRbKVLnp0\",layoutId:\"JRbKVLnp0\",style:{width:\"100%\"},variant:\"maDngCNHG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15j6k2r-container\",layoutDependency:layoutDependency,layoutId:\"fktY2HqoX-container\",children:/*#__PURE__*/_jsx(DemoExpandingBuckets,{height:\"100%\",id:\"fktY2HqoX\",layoutId:\"fktY2HqoX\",style:{width:\"100%\"},variant:\"Bj2UmHmOL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-556sky-container\",layoutDependency:layoutDependency,layoutId:\"fjbRfvIsL-container\",children:/*#__PURE__*/_jsx(DemoExpandingBuckets,{height:\"100%\",id:\"fjbRfvIsL\",layoutId:\"fjbRfvIsL\",style:{width:\"100%\"},variant:\"AOWLCrDWu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a8xz6k-container\",layoutDependency:layoutDependency,layoutId:\"B1TAirYDO-container\",children:/*#__PURE__*/_jsx(DemoExpandingBuckets,{height:\"100%\",id:\"B1TAirYDO\",layoutId:\"B1TAirYDO\",style:{width:\"100%\"},variant:\"k4zZrzKln\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cpwhb5\",layoutDependency:layoutDependency,layoutId:\"Bv2Q1gjRB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12x6hnp\",layoutDependency:layoutDependency,layoutId:\"f0miyjsNS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"20px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ptaq7-container\",layoutDependency:layoutDependency,layoutId:\"uQahzKnB8-container\",children:/*#__PURE__*/_jsx(ElementsBankIcon,{height:\"100%\",id:\"uQahzKnB8\",layoutId:\"uQahzKnB8\",style:{height:\"100%\",width:\"100%\"},variant:\"g2iIs4_Rp\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Unassigned\"})}),className:\"framer-x8fg8l\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"rSnWW3aXN\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"- $50.00\"})}),className:\"framer-1q54c3h\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"yEALlG5YT\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ljk23g\",\"data-border\":true,\"data-framer-name\":\"Step hover\",\"data-highlight\":true,id:`${layoutId}-ljk23g`,layoutDependency:layoutDependency,layoutId:\"AQK74SH7u\",onTap:onTapizu9gt({overlay}),ref:ref2,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"1\"})}),className:\"framer-1pjdj9e\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"AFbadnYwo\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-ljk23g`,offsetX:147.49608394264942,offsetY:5.960935789360519,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-19ckviy\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"vVH3duGGh\",ref:ref3,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"3px 4px 2px 0px rgba(11, 16, 42, 0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Organize your money in customized virtual buckets within your checking account.\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Set money aside in your buckets for what matters most to you.\"})})]})}),className:\"framer-shlrfl\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"oY9zJE5t_\",style:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d5zlo6\",\"data-border\":true,\"data-framer-name\":\"Step hover\",\"data-highlight\":true,id:`${layoutId}-1d5zlo6`,layoutDependency:layoutDependency,layoutId:\"KgEYzUqRq\",onTap:onTapizu9gt({overlay:overlay1}),ref:ref4,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"2\"})}),className:\"framer-mw2qfg\",\"data-highlight\":true,fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"ubimn757k\",onTap:onTap1kmsaz0,style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1d5zlo6`,offsetX:0,offsetY:5,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-x6tva3\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"D0RgB99O3\",ref:ref5,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"3px 4px 2px 0px rgba(0, 0, 0, 0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"All of your bank and credit card transactions are automatically  uploaded  on the dashboard.\\xa0 \"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Automate or manually assign each transaction to one of your virtual buckets.\"})})]})}),className:\"framer-1tvhhxq\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"oFI1aRdpF\",style:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j1mxxo\",\"data-border\":true,\"data-framer-name\":\"Step hover\",\"data-highlight\":true,id:`${layoutId}-j1mxxo`,layoutDependency:layoutDependency,layoutId:\"gFdILqXGL\",onTap:onTapizu9gt({overlay:overlay2}),ref:ref6,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"3\"})}),className:\"framer-bo13x5\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"D4PWQ5OAV\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref6,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-j1mxxo`,offsetX:4.500007387599908,offsetY:4.601585669617634,onDismiss:overlay2.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-g40gms\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"WTR12xtUB\",ref:ref7,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"3px 4px 2px 0px rgba(0, 0, 0, 0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"As you spend, TrueView automatically sets money aside in your Credit Card Payoff bucket and reveals how much money you still have available.  \"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"You can now relax; your credit card payments are covered.  \"})})]})}),className:\"framer-2rda55\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"yiotSXmz4\",style:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hn34o1\",layoutDependency:layoutDependency,layoutId:\"ryUH24PBn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"452px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lxnpne-container\",layoutDependency:layoutDependency,layoutId:\"OIotgxXsz-container\",children:/*#__PURE__*/_jsx(DemoUnassignedToggle,{height:\"100%\",id:\"OIotgxXsz\",layoutId:\"OIotgxXsz\",style:{width:\"100%\"},variant:\"HflAWUOaZ\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c2slh6\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"PDkp3gkaq\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(252, 252, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b639qw\",layoutDependency:layoutDependency,layoutId:\"YCWrCaizZ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif'},children:\"CREDIT CARD TRACKER\"})}),className:\"framer-avruqf\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"RXrt6joQo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q9g76o\",layoutDependency:layoutDependency,layoutId:\"LIk5GztkF\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"404px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cfrn0z-container\",layoutDependency:layoutDependency,layoutId:\"E4woF73Uc-container\",children:/*#__PURE__*/_jsx(DemoAmexCard,{height:\"100%\",id:\"E4woF73Uc\",layoutId:\"E4woF73Uc\",style:{width:\"100%\"},variant:\"EKxpCZOKJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"404px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bltfkz-container\",layoutDependency:layoutDependency,layoutId:\"rciB0ty6R-container\",children:/*#__PURE__*/_jsx(DemoAmexCard,{height:\"100%\",id:\"rciB0ty6R\",layoutId:\"rciB0ty6R\",style:{width:\"100%\"},variant:\"CkpLRFAjr\",width:\"100%\"})})})]})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cj5njt\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"sJJGIzcwb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(246, 246, 250)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sj78ol\",layoutDependency:layoutDependency,layoutId:\"gSEwMim8Y\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1siq6td\",layoutDependency:layoutDependency,layoutId:\"r7F4Bp9v6\",style:{backgroundColor:\"rgb(242, 242, 242)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"app.trueview.money\"})}),className:\"framer-1u43rrj\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"xlkX6CfIS\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zhiac3-container\",layoutDependency:layoutDependency,layoutId:\"cL6bcmRFy-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(158, 158, 158)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LockClosed\",id:\"cL6bcmRFy\",layoutId:\"cL6bcmRFy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tg3mrr\",\"data-framer-name\":\"arrow_rotate_left_solid_1_\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,layoutDependency:layoutDependency,layoutId:\"rWqA0O1_u\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill=\"#9e9e9e\" d=\"M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2l17.6-17.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3-163.8-62.5-226.3 0L125.7 160z\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13s8ndj\",layoutDependency:layoutDependency,layoutId:\"sYvlDxcOk\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8z9sj9\",layoutDependency:layoutDependency,layoutId:\"NOsknQvgP\",style:{backgroundColor:\"rgb(251, 90, 76)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4bx54w\",layoutDependency:layoutDependency,layoutId:\"Rh2ziiB1X\",style:{backgroundColor:\"rgb(247, 190, 77)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bvnmwy\",layoutDependency:layoutDependency,layoutId:\"pLxxdp0SM\",style:{backgroundColor:\"rgb(91, 197, 83)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ww0rw6\",layoutDependency:layoutDependency,layoutId:\"vplY1UBQw\",style:{backgroundColor:\"rgb(246, 246, 250)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"942px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zzhaos-container\",layoutDependency:layoutDependency,layoutId:\"EDXCWZk4H-container\",children:/*#__PURE__*/_jsx(ReportsPageNewReports,{height:\"100%\",id:\"EDXCWZk4H\",layoutId:\"EDXCWZk4H\",style:{width:\"100%\"},variant:\"GNHcH729c\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14ewwdc\",\"data-border\":true,\"data-framer-name\":\"Step hover\",\"data-highlight\":true,id:`${layoutId}-14ewwdc`,layoutDependency:layoutDependency,layoutId:\"lgozIQj8N\",onTap:onTapizu9gt({overlay:overlay3}),ref:ref8,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"5\"})}),className:\"framer-1ehq08r\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"HjUQ1w6QK\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref8,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-14ewwdc`,offsetX:4.500007387599908,offsetY:4.601585669617634,onDismiss:overlay3.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({Db14peee6:{safeArea:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-6l8b9j\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"xajVV7uSP\",ref:ref9,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.05)\"},variants:{Db14peee6:{backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\"}},children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Step 4\"})}),className:\"framer-1c1o30x\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"yOe3Zf26u\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Simply organize your hard earned income to give you full control over how it's used.\"})}),className:\"framer-x3x08w\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"v7dFLr_X0\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{Db14peee6:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Db14peee6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"TrueView\u2019s automated bookkeeping reveals real-time income and expense data. \"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Download your Profit & Loss Statement for easy tax preparation.\"})})]})})}},baseVariant,gestureVariant)})]})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"946px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-psbo63-container\",layoutDependency:layoutDependency,layoutId:\"QOSySplfB-container\",children:/*#__PURE__*/_jsx(ReportsPageTransactionList,{height:\"100%\",id:\"QOSySplfB\",layoutId:\"QOSySplfB\",style:{width:\"100%\"},variant:\"wDjJ4z2r9\",width:\"100%\"})})})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k5tyic\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Y2JCU1Spr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8c8f7f16-51d3-458a-ac65-5600e3c79a9a, rgb(192, 192, 192))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(246, 246, 250)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0px 17px 5px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108)), 0px 0px 17px 5px var(--token-f70f276b-e47a-481b-ba95-7e44bc3096c7, rgb(19, 60, 242))\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gsef4t\",layoutDependency:layoutDependency,layoutId:\"dqs7g9eFj\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14z64g4\",layoutDependency:layoutDependency,layoutId:\"tVED598A1\",style:{backgroundColor:\"rgb(242, 242, 242)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"app.trueview.money\"})}),className:\"framer-4fl9lw\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"CaPWnaXQG\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10mbxr-container\",layoutDependency:layoutDependency,layoutId:\"Q2znIBCL3-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(158, 158, 158)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LockClosed\",id:\"Q2znIBCL3\",layoutId:\"Q2znIBCL3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-njgz3c\",\"data-framer-name\":\"arrow_rotate_left_solid_1_\",fill:\"black\",intrinsicHeight:512,intrinsicWidth:512,layoutDependency:layoutDependency,layoutId:\"iyLuF56Kr\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill=\"#9e9e9e\" d=\"M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2l17.6-17.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3-163.8-62.5-226.3 0L125.7 160z\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p6bcqj\",layoutDependency:layoutDependency,layoutId:\"dG7tbijhc\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-q7bhla\",layoutDependency:layoutDependency,layoutId:\"sTm6CAHTm\",style:{backgroundColor:\"rgb(251, 90, 76)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1phsbrs\",layoutDependency:layoutDependency,layoutId:\"PleUbxGUb\",style:{backgroundColor:\"rgb(247, 190, 77)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10owozi\",layoutDependency:layoutDependency,layoutId:\"lveVQf28M\",style:{backgroundColor:\"rgb(91, 197, 83)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wugh2x\",layoutDependency:layoutDependency,layoutId:\"LOwZCcEUP\",style:{backgroundColor:\"rgb(246, 246, 250)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t9hbc2\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"Zok3E16aF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vwdnzu\",layoutDependency:layoutDependency,layoutId:\"yhNlmdecL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k0tqi0\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"fW19ceyuh\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(216, 217, 221)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ihxlai\",layoutDependency:layoutDependency,layoutId:\"UxUUW_bhe\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18laehu\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ch15VRN0A\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:56,borderBottomRightRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-1ezuw30\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"ddQTYF4dp\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Percentages\"})}),className:\"framer-hnilov\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"mVioEQL3k\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nxpzdq\",\"data-border\":true,\"data-highlight\":true,id:`${layoutId}-1nxpzdq`,layoutDependency:layoutDependency,layoutId:\"Us9UgIVKm\",onTap:onTapizu9gt({overlay:overlay4}),ref:ref10,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"0px 0px 1px 1px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Edit\"})}),className:\"framer-culmfh\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"Qw3iUNQNf\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref10,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1nxpzdq`,offsetX:0,offsetY:10,onDismiss:overlay4.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({gjS9_xrNH:{collisionDetection:false,collisionDetectionPadding:undefined,offsetX:80,safeArea:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-ftcvlx\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"teLxS877W\",ref:ref11,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},variants:{gjS9_xrNH:{boxShadow:\"10px 10px 100px 0px var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g07yid\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QflxKuVwM\",onTap:onTap1wvko5h({overlay:overlay4}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rho8uh\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"kqM2qGowI\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.151 5.151a1.2 1.2 0 0 1 1.697 0L12 10.303l5.15-5.153a1.2 1.2 0 1 1 1.697 1.698L13.697 12l5.151 5.151a1.2 1.2 0 1 1-1.697 1.698L12 13.697l-5.152 5.152a1.2 1.2 0 0 1-1.697-1.698L10.303 12 5.15 6.849a1.2 1.2 0 0 1 0-1.698Z\" fill=\"#5C5E66\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t4k2lp\",layoutDependency:layoutDependency,layoutId:\"blB7hjW68\",transformTemplate:transformTemplate3,...addPropertyOverrides({gjS9_xrNH:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Allocation percentages\"})}),className:\"framer-18my9vt\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"ImFf85xgM\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"What percentage of income would you \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"like to allocate into each bucket?\"})]}),className:\"framer-bved2o\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"YOKGieU6x\",style:{\"--extracted-2gxw0f\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vnbj8n\",layoutDependency:layoutDependency,layoutId:\"D4lGjP7mW\",transformTemplate:transformTemplate3,...addPropertyOverrides({gjS9_xrNH:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e4rt21\",layoutDependency:layoutDependency,layoutId:\"WImD6V3wf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y83rik\",layoutDependency:layoutDependency,layoutId:\"QrR7dc4Q0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n4fn7i-container\",layoutDependency:layoutDependency,layoutId:\"TqdcmQ0vS-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"TqdcmQ0vS\",layoutId:\"TqdcmQ0vS\",variant:\"DQGidL4Pv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Fixed Expenses\"})}),className:\"framer-15i67od\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"XaYkDuQez\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2c63je\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ipt5X8pj7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"20\"})}),className:\"framer-skp5p3\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"OEKsfSJQH\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-10l7oms\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"wKETL0pcQ\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fbqicb\",layoutDependency:layoutDependency,layoutId:\"ITcF6_N9Q\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mprph4\",layoutDependency:layoutDependency,layoutId:\"kU81en2R6\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jfxjnc-container\",layoutDependency:layoutDependency,layoutId:\"Vd09eY6Ab-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"Vd09eY6Ab\",layoutId:\"Vd09eY6Ab\",variant:\"yF9mer54d\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Profit\"})}),className:\"framer-13mun8q\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"GBQO00Aaf\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gjS9_xrNH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Pay Myself\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-25qw1o\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"oIPLewswu\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"60\"})}),className:\"framer-ntobz9\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"O63fv9wc1\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-tiwx4p\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"toOStK6uP\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hgbain\",layoutDependency:layoutDependency,layoutId:\"yVZb2WIoO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qw9273\",layoutDependency:layoutDependency,layoutId:\"N3KlN9OkL\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ds9kkq-container\",layoutDependency:layoutDependency,layoutId:\"zcO2w8pdX-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"zcO2w8pdX\",layoutId:\"zcO2w8pdX\",variant:\"vvxEQzBt5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Taxes\"})}),className:\"framer-1pez6k4\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"PsGFJg8oT\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nad0af\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"o_W_ptAF1\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"9\"})}),className:\"framer-stxzfm\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"JBoa12M0f\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-fgj8qg\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"WVSEQVoKU\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1507eg4\",layoutDependency:layoutDependency,layoutId:\"GJ32uEp6K\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hfa6cy\",layoutDependency:layoutDependency,layoutId:\"N1v1Zj9PI\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12cd4tu-container\",layoutDependency:layoutDependency,layoutId:\"UWcp2ZkEU-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"UWcp2ZkEU\",layoutId:\"UWcp2ZkEU\",variant:\"BHJKXbJvv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Variable Expenses\"})}),className:\"framer-1vlzm6p\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"lwZKz4is9\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qqiob0\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"GWrdxavbe\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"11\"})}),className:\"framer-k1mk17\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"TnwUzYFeE\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-146k910\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"ij3BvVQzI\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1byshk2\",layoutDependency:layoutDependency,layoutId:\"NZ_yUXqEi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Remaining\"})}),className:\"framer-1208uol\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"YnoMYy9qT\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tr2chf\",layoutDependency:layoutDependency,layoutId:\"nY7MViNAM\",style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\" 0 %\"})}),className:\"framer-10r28xd\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"AkzNFM_nM\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5hne2o\",layoutDependency:layoutDependency,layoutId:\"NYgbQxlcf\",style:{backgroundColor:\"rgb(0, 194, 146)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"Save\"})}),className:\"framer-1v52dh\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"eW8XNIRIE\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q6e3xw\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ks5tcSanb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(216, 217, 221)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tajitx\",layoutDependency:layoutDependency,layoutId:\"efSpSHIYj\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ysa43v\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"eBWXsIMcf\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:56,borderBottomRightRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19kebjp\",\"data-framer-name\":\"calendar_check_regular\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uOcPfrK0U\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 4.571 0 C 5.046 0 5.429 0.334 5.429 0.75 L 5.429 2 L 10.571 2 L 10.571 0.75 C 10.571 0.334 10.954 0 11.429 0 C 11.904 0 12.286 0.334 12.286 0.75 L 12.286 2 L 13.714 2 C 14.975 2 16 2.897 16 4 L 16 14 C 16 15.103 14.975 16 13.714 16 L 2.286 16 C 1.025 16 0 15.103 0 14 L 0 4 C 0 2.897 1.025 2 2.286 2 L 3.714 2 L 3.714 0.75 C 3.714 0.334 4.096 0 4.571 0 Z M 14.286 6 L 1.714 6 L 1.714 14 C 1.714 14.275 1.971 14.5 2.286 14.5 L 13.714 14.5 C 14.029 14.5 14.286 14.275 14.286 14 Z M 11.75 9.281 L 7.75 12.781 C 7.414 13.075 6.871 13.075 6.539 12.781 L 4.254 10.781 C 3.918 10.487 3.918 10.012 4.254 9.722 C 4.589 9.431 5.132 9.428 5.464 9.722 L 7.143 11.191 L 10.536 8.222 C 10.871 7.928 11.414 7.928 11.746 8.222 C 12.079 8.516 12.082 8.991 11.746 9.281 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:12562067530,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Schedules\"})}),className:\"framer-jegefy\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"h_D1V73jr\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-75wsof\",\"data-border\":true,\"data-highlight\":true,id:`${layoutId}-75wsof`,layoutDependency:layoutDependency,layoutId:\"PxyiZyY_M\",onTap:onTapizu9gt({overlay:overlay5}),ref:ref12,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"0px 0px 1px 1px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Twice a month\"})}),className:\"framer-163gmx7\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"VOq3JNfz1\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14ytj5o\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:6,intrinsicWidth:9,layoutDependency:layoutDependency,layoutId:\"tF8PpJ0mn\",svg:'<svg width=\"9\" height=\"6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M4.147 4.853a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0-.708-.708L4.5 3.792 2.353 1.647a.5.5 0 0 0-.708.708l2.5 2.5.002-.002Z\" fill=\"#000\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"rotate(-90 3 2.5)\" d=\"M0 0h5v8H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref12,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-75wsof`,offsetX:0,offsetY:10,onDismiss:overlay5.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({gjS9_xrNH:{offsetY:-4,safeArea:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1m0ynup\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"hYj3CwDz2\",ref:ref13,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},variants:{gjS9_xrNH:{backgroundColor:\"var(--token-595c4a05-d6bf-47ce-8830-21daa9999d7f, rgb(247, 248, 252))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Twice a month\"})}),className:\"framer-1qw5jtx\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"xISetlarf\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},transformTemplate:transformTemplate2,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({gjS9_xrNH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Once a month\"})}),transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Once a month\"})}),className:\"framer-atil6a\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"FXl2vO53r\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},transformTemplate:transformTemplate3,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({gjS9_xrNH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Twice a month\"})}),transformTemplate:undefined}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lson8t\",layoutDependency:layoutDependency,layoutId:\"Hv7Y0d2oo\",style:{backgroundColor:\"rgb(153, 238, 255)\"},variants:{gjS9_xrNH:{backgroundColor:\"rgba(11, 16, 42, 0.5)\"}}})]})})})]})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ddorb\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Bl3wfgfJc\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 1px 2px -1px rgba(0,0,0,0.25), 0px 1px 3px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13i768s\",layoutDependency:layoutDependency,layoutId:\"dLIXgG4t4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-svr9hu\",layoutDependency:layoutDependency,layoutId:\"ThNag9VdW\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10a8s7b\",layoutDependency:layoutDependency,layoutId:\"BVch_r7jd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"CHECKING\"})}),className:\"framer-1d9x136\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"l2uM11vgL\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ascg3x\",layoutDependency:layoutDependency,layoutId:\"ZiRtaEELN\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1k2lvhv\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NambzsSW6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 4\"><path d=\"M 4 2 C 4 3.105 3.105 4 2 4 C 0.895 4 0 3.105 0 2 C 0 0.895 0.895 0 2 0 C 3.105 0 4 0.895 4 2 Z\" fill=\"rgb(63,65,77)\"></path><path d=\"M 10 2 C 10 3.105 9.105 4 8 4 C 6.895 4 6 3.105 6 2 C 6 0.895 6.895 0 8 0 C 9.105 0 10 0.895 10 2 Z\" fill=\"rgb(63,65,77)\"></path></svg>',svgContentId:10922971541,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"0111\"})}),className:\"framer-1391zxv\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"u3h3phBxA\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nxf2di\",\"data-border\":true,\"data-framer-name\":\"Demo/Demo - Expanding buckets\",layoutDependency:layoutDependency,layoutId:\"Pubnl_Hxb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(252, 252, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.25), 0px 1px 3px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yfnd8t\",layoutDependency:layoutDependency,layoutId:\"ufLeUBgdd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wzc2b6\",layoutDependency:layoutDependency,layoutId:\"gUWtZO7Kl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ym2tu-container\",layoutDependency:layoutDependency,layoutId:\"xQ3bcorNZ-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"xQ3bcorNZ\",layoutId:\"xQ3bcorNZ\",style:{height:\"100%\",width:\"100%\"},variant:\"IPc9I3j5l\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Income\"})}),className:\"framer-pqtoo9\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"l7KKySbxu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\"},children:\"$ 4,000.00\"})}),className:\"framer-dhl2da\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"OQTPSs1y5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ixq6ja\",\"data-framer-name\":\"Bucket color\",layoutDependency:layoutDependency,layoutId:\"AjY3FElwW\",style:{backgroundColor:\"var(--token-a32a512e-b2d5-46d4-b522-3b8751ae127d, rgb(9, 234, 242))\"}})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"401px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iw7s7s-container\",layoutDependency:layoutDependency,layoutId:\"d6I37A4_1-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"20 %\",aNUYlsEt8:18,BcaQ0R8wb:\"$ 1,250.00\",bYuyITeT1:\"var(--token-f70f276b-e47a-481b-ba95-7e44bc3096c7, rgb(19, 60, 242))\",dBXPC7eIB:\"$ 1,152.00\",dUfKxQw9V:\"$ 70.00\",EgdsnBJZh:\"1,152.00\",fWRTnBG6K:\"DQGidL4Pv\",ggVB9i4Kh:14,hb7Yy_Gow:\"$ 248.00\",height:\"100%\",htWIvD_k8:\"General Liability Ins.\",id:\"d6I37A4_1\",IryW4wiGi:\"$ 2,402.00\",IUxgzvyUk:\"800.00\",KNQEQWDZT:\"Biz Car payment\",layoutId:\"d6I37A4_1\",MNlO14hkD:\"1st\",pqA5bMnHk:\"3rd\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"paKKtzHVA\",variant:\"UKC6v_6hq\",VFor88Es5:\"Ly_GOzmLH\",VrrFiQX6y:\"$ 2,050.00\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"401px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1soibtq-container\",layoutDependency:layoutDependency,layoutId:\"MExp3MWHZ-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"60 %\",aNUYlsEt8:18,BcaQ0R8wb:\"$ 1,800.00\",bYuyITeT1:\"var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\",dBXPC7eIB:\"$ 1,152.00\",dUfKxQw9V:\"$ 70.00\",EgdsnBJZh:\"0.00\",fWRTnBG6K:\"yF9mer54d\",ggVB9i4Kh:14,hb7Yy_Gow:\"$ 248.00\",height:\"100%\",htWIvD_k8:\"General Liability Ins.\",id:\"MExp3MWHZ\",IryW4wiGi:\"$ 1,800.00\",IUxgzvyUk:\"2,400.00\",KNQEQWDZT:\"Biz Car payment\",layoutId:\"MExp3MWHZ\",MNlO14hkD:\"1st\",pqA5bMnHk:\"3rd\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"HDTxdSwDe\",variant:\"UKC6v_6hq\",VFor88Es5:\"TorDHxl_T\",VrrFiQX6y:\"$ 4,200.00\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"401px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rg4bo2-container\",layoutDependency:layoutDependency,layoutId:\"QBRtE0z7h-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"9 %\",aNUYlsEt8:18,BcaQ0R8wb:\"$ 500.00\",bYuyITeT1:\"var(--token-80f385b2-4240-446d-80ad-e1eb48571cf9, rgb(255, 182, 23))\",dBXPC7eIB:\"$ 1,152.00\",dUfKxQw9V:\"$ 70.00\",EgdsnBJZh:\"0.00\",fWRTnBG6K:\"vvxEQzBt5\",ggVB9i4Kh:14,hb7Yy_Gow:\"$ 248.00\",height:\"100%\",htWIvD_k8:\"General Liability Ins.\",id:\"QBRtE0z7h\",IryW4wiGi:\"$ 500.00\",IUxgzvyUk:\"360.00\",KNQEQWDZT:\"Biz Car payment\",layoutId:\"QBRtE0z7h\",MNlO14hkD:\"1st\",pqA5bMnHk:\"3rd\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"c9SCxVHCN\",variant:\"UKC6v_6hq\",VFor88Es5:\"TorDHxl_T\",VrrFiQX6y:\"$ 860.00\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"401px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9077td-container\",layoutDependency:layoutDependency,layoutId:\"w2oTCiqb5-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"11 %\",aNUYlsEt8:18,BcaQ0R8wb:\"$ 550.00\",bYuyITeT1:\"var(--token-b58a59aa-f49c-4f7a-bac6-4ca701575aa4, rgb(54, 209, 159))\",dBXPC7eIB:\"$ 1,152.00\",dUfKxQw9V:\"$ 70.00\",EgdsnBJZh:\"0.00\",fWRTnBG6K:\"BHJKXbJvv\",ggVB9i4Kh:14,hb7Yy_Gow:\"$ 248.00\",height:\"100%\",htWIvD_k8:\"General Liability Ins.\",id:\"w2oTCiqb5\",IryW4wiGi:\"$ 550.00\",IUxgzvyUk:\"440.00\",KNQEQWDZT:\"Biz Car payment\",layoutId:\"w2oTCiqb5\",MNlO14hkD:\"1st\",pqA5bMnHk:\"3rd\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"LLiTAzHjs\",variant:\"UKC6v_6hq\",VFor88Es5:\"TorDHxl_T\",VrrFiQX6y:\"$ 990.00\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16w25ty\",layoutDependency:layoutDependency,layoutId:\"yTCfAUCLp\",style:{backgroundColor:\"rgb(0, 194, 146)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"Save\"})}),className:\"framer-bbjyp7\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"dhB0FjT56\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-afz787\",layoutDependency:layoutDependency,layoutId:\"c2WBSSulp\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s8m60g\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Es2ebmg0m\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.25), 0px 1px 3px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-46m128\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:327,intrinsicWidth:323,layoutDependency:layoutDependency,layoutId:\"F_WM7GPvW\",svg:'<svg width=\"323\" height=\"327\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><mask id=\"b\" fill=\"#fff\"><path d=\"M18.728 235.616a159.992 159.992 0 0 0 109.1 81.617l20.912-101.876a55.986 55.986 0 0 1-38.185-28.566l-91.827 48.825Z\"/></mask><path d=\"M18.728 235.616a159.992 159.992 0 0 0 109.1 81.617l20.912-101.876a55.986 55.986 0 0 1-38.185-28.566l-91.827 48.825Z\" stroke=\"#1778FF\" stroke-width=\"115.2\" mask=\"url(#b)\"/><mask id=\"c\" fill=\"#fff\"><path d=\"M160 .5A159.998 159.998 0 0 0 .02 157.987a159.996 159.996 0 0 0 19.77 79.593l91.137-50.102a55.994 55.994 0 0 1 .872-55.484A55.993 55.993 0 0 1 160 104.5V.5Z\"/></mask><path d=\"M160 .5A159.998 159.998 0 0 0 .02 157.987a159.996 159.996 0 0 0 19.77 79.593l91.137-50.102a55.994 55.994 0 0 1 .872-55.484A55.993 55.993 0 0 1 160 104.5V.5Z\" stroke=\"#09EAF2\" stroke-width=\"115.2\" mask=\"url(#c)\"/><mask id=\"d\" fill=\"#fff\"><path d=\"M127.76 317.219a159.996 159.996 0 0 0 171.324-77.63l-90.406-51.408a55.991 55.991 0 0 1-25.567 23.327 56.006 56.006 0 0 1-34.396 3.844L127.76 317.219Z\"/></mask><path d=\"M127.76 317.219a159.996 159.996 0 0 0 171.324-77.63l-90.406-51.408a55.991 55.991 0 0 1-25.567 23.327 56.006 56.006 0 0 1-34.396 3.844L127.76 317.219Z\" stroke=\"#FF346C\" stroke-width=\"115.2\" mask=\"url(#d)\"/><mask id=\"e\" fill=\"#fff\"><path d=\"M299.059 239.637a159.994 159.994 0 0 0-3.265-163.754l-88.266 55.001a56.004 56.004 0 0 1 1.143 57.314l90.388 51.439Z\"/></mask><path d=\"M299.059 239.637a159.994 159.994 0 0 0-3.265-163.754l-88.266 55.001a56.004 56.004 0 0 1 1.143 57.314l90.388 51.439Z\" stroke=\"#FFB617\" stroke-width=\"115.2\" mask=\"url(#e)\"/><mask id=\"f\" fill=\"#fff\"><path d=\"M261.359 36.7a159.992 159.992 0 0 1 38.456 46.007l-90.88 50.566a55.998 55.998 0 0 0-13.459-16.103l65.883-80.47Z\"/></mask><path d=\"M261.359 36.7a159.992 159.992 0 0 1 38.456 46.007l-90.88 50.566a55.998 55.998 0 0 0-13.459-16.103l65.883-80.47Z\" stroke=\"#00D19D\" stroke-width=\"115.2\" mask=\"url(#f)\"/><mask id=\"g\" fill=\"#fff\"><path d=\"M160 .5a160 160 0 0 1 101.988 36.718l-66.292 80.134A55.998 55.998 0 0 0 160 104.5V.5Z\"/></mask><path d=\"M160 .5a160 160 0 0 1 101.988 36.718l-66.292 80.134A55.998 55.998 0 0 0 160 104.5V.5Z\" stroke=\"#2E13C4\" stroke-width=\"115.2\" mask=\"url(#g)\"/></g><defs><filter id=\"a\" x=\"0\" y=\".5\" width=\"323\" height=\"326\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"2\" dy=\"5\"/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.0431373 0 0 0 0 0.0627451 0 0 0 0 0.164706 0 0 0 0.1 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_1526_20123\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_1526_20123\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\"},children:\"$ 9,000.00\"})}),className:\"framer-112xif0\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"szrmO5qsM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hyukfb\",\"data-border\":true,\"data-framer-name\":\"Step hover\",\"data-highlight\":true,id:`${layoutId}-1hyukfb`,layoutDependency:layoutDependency,layoutId:\"QjcfPCNHX\",onTap:onTapizu9gt({overlay:overlay6}),ref:ref14,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"4\"})}),className:\"framer-1jbujj9\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"anyCQM4YS\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref14,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1hyukfb`,offsetX:4.500007387599908,offsetY:4.601585669617634,onDismiss:overlay6.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({gjS9_xrNH:{safeArea:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-10lvyjr\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Ymgx2VXBX\",ref:ref15,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.05)\"},variants:{gjS9_xrNH:{backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",boxShadow:\"3px 4px 2px 0px rgba(0, 0, 0, 0.25)\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Step 3\"})}),className:\"framer-10ywgi5\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"QCztNuHaN\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"This is the secret sauce that simplifies and gives you the true view of your finances. TrueView sets money aside for your credit cards in real-time so you don't ever have to worry about upcoming credit card bills.\"})}),className:\"framer-1u8kkal\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"UedCX5XlS\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{gjS9_xrNH:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gjS9_xrNH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Collect your paychecks in your Income bucket, then organize this money in your customized virtual buckets.\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Decide how you plan to use your money before you start to spend it.\"})})]})})}},baseVariant,gestureVariant)})]})})})]})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5X9fM.framer-2hy2lt, .framer-5X9fM .framer-2hy2lt { display: block; }\",\".framer-5X9fM.framer-z7kymk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-pydcjz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-sbqhrz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-yfh2mb, .framer-5X9fM .framer-19oegsh, .framer-5X9fM .framer-vuj3yz { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 160px; word-break: break-word; word-wrap: break-word; }\",\".framer-5X9fM .framer-1eenztf, .framer-5X9fM .framer-1jb3ytx { align-content: center; align-items: center; cursor: pointer; 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: min-content; }\",\".framer-5X9fM .framer-17xnuh4, .framer-5X9fM .framer-1k5tyic { 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: 966px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-1rksued, .framer-5X9fM .framer-sj78ol, .framer-5X9fM .framer-1gsef4t { flex: none; height: 41px; overflow: hidden; position: relative; width: 966px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-mzbvyl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 24px; justify-content: space-between; left: calc(52.1647307286167% - 460px / 2); overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: calc(51.21951219512197% - 24px / 2); width: 460px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-181ry1n-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-5X9fM .framer-ydzww9, .framer-5X9fM .framer-x8fg8l, .framer-5X9fM .framer-1q54c3h, .framer-5X9fM .framer-1pjdj9e, .framer-5X9fM .framer-bo13x5, .framer-5X9fM .framer-avruqf, .framer-5X9fM .framer-1ehq08r, .framer-5X9fM .framer-1c1o30x, .framer-5X9fM .framer-18my9vt, .framer-5X9fM .framer-bved2o, .framer-5X9fM .framer-15i67od, .framer-5X9fM .framer-skp5p3, .framer-5X9fM .framer-10l7oms, .framer-5X9fM .framer-13mun8q, .framer-5X9fM .framer-ntobz9, .framer-5X9fM .framer-tiwx4p, .framer-5X9fM .framer-1pez6k4, .framer-5X9fM .framer-stxzfm, .framer-5X9fM .framer-fgj8qg, .framer-5X9fM .framer-1vlzm6p, .framer-5X9fM .framer-k1mk17, .framer-5X9fM .framer-146k910, .framer-5X9fM .framer-1208uol, .framer-5X9fM .framer-10r28xd, .framer-5X9fM .framer-1v52dh, .framer-5X9fM .framer-1d9x136, .framer-5X9fM .framer-1391zxv, .framer-5X9fM .framer-pqtoo9, .framer-5X9fM .framer-dhl2da, .framer-5X9fM .framer-bbjyp7, .framer-5X9fM .framer-112xif0, .framer-5X9fM .framer-1jbujj9, .framer-5X9fM .framer-10ywgi5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5X9fM .framer-1xn6h9b { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); position: relative; width: 10px; }\",\".framer-5X9fM .framer-1oc9bvw, .framer-5X9fM .framer-13s8ndj, .framer-5X9fM .framer-p6bcqj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; left: 18px; overflow: hidden; padding: 0px; position: absolute; top: 51%; width: min-content; }\",\".framer-5X9fM .framer-1wd9slw, .framer-5X9fM .framer-4kv73c, .framer-5X9fM .framer-x1b6k0, .framer-5X9fM .framer-8z9sj9, .framer-5X9fM .framer-4bx54w, .framer-5X9fM .framer-1bvnmwy, .framer-5X9fM .framer-q7bhla, .framer-5X9fM .framer-1phsbrs, .framer-5X9fM .framer-10owozi { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 11px); overflow: hidden; position: relative; width: 11px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-qcbuk4, .framer-5X9fM .framer-1wugh2x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: hidden; padding: 25px 10px 25px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-hvew7v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-19bh1ed { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 405px; }\",\".framer-5X9fM .framer-1mbhzef { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 20px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-6f5vj0, .framer-5X9fM .framer-i8vq8v, .framer-5X9fM .framer-1ocyg81, .framer-5X9fM .framer-1ezuw30, .framer-5X9fM .framer-culmfh, .framer-5X9fM .framer-163gmx7 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-5X9fM .framer-1eiy99t, .framer-5X9fM .framer-1ascg3x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-fja79z { aspect-ratio: 1.6666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); position: relative; width: 8px; }\",\".framer-5X9fM .framer-1llvv6q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-eccugm-container, .framer-5X9fM .framer-1qnr0zy-container, .framer-5X9fM .framer-8nt1l6-container, .framer-5X9fM .framer-15j6k2r-container, .framer-5X9fM .framer-556sky-container, .framer-5X9fM .framer-1a8xz6k-container { flex: none; height: auto; position: relative; width: 400px; }\",\".framer-5X9fM .framer-cpwhb5 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: auto; }\",\".framer-5X9fM .framer-12x6hnp, .framer-5X9fM .framer-1y83rik, .framer-5X9fM .framer-1mprph4, .framer-5X9fM .framer-qw9273, .framer-5X9fM .framer-hfa6cy, .framer-5X9fM .framer-10a8s7b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-ptaq7-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-5X9fM .framer-ljk23g { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 59px; justify-content: center; left: 8px; overflow: hidden; padding: 0px; position: absolute; top: 34px; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5X9fM .framer-19ckviy, .framer-5X9fM .framer-x6tva3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 12px 20px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-shlrfl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 351px; word-break: break-word; word-wrap: break-word; }\",\".framer-5X9fM .framer-1d5zlo6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 59px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 157px; top: 27px; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5X9fM .framer-mw2qfg { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5X9fM .framer-1tvhhxq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 335px; word-break: break-word; word-wrap: break-word; }\",\".framer-5X9fM .framer-j1mxxo { align-content: center; align-items: center; bottom: 265px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 59px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 440px; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5X9fM .framer-g40gms { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 12px 20px 12px; position: relative; width: 375px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-2rda55 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5X9fM .framer-hn34o1, .framer-5X9fM .framer-afz787 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 5px 5px 5px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-1lxnpne-container { flex: none; height: auto; position: relative; width: 452px; }\",\".framer-5X9fM .framer-1c2slh6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 23px 20px 23px 20px; position: relative; width: 452px; }\",\".framer-5X9fM .framer-1b639qw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 6px; position: relative; width: 386px; }\",\".framer-5X9fM .framer-q9g76o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-1cfrn0z-container, .framer-5X9fM .framer-1bltfkz-container { flex: none; height: auto; position: relative; width: 404px; }\",\".framer-5X9fM .framer-1cj5njt { 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 0px 100px 0px; position: relative; width: 966px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-1siq6td, .framer-5X9fM .framer-14z64g4 { flex: none; height: 24px; left: calc(52.1647307286167% - 460px / 2); overflow: hidden; position: absolute; top: calc(51.21951219512197% - 24px / 2); width: 460px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-1u43rrj, .framer-5X9fM .framer-4fl9lw { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-5X9fM .framer-zhiac3-container, .framer-5X9fM .framer-10mbxr-container { flex: none; height: 14px; left: 160px; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-5X9fM .framer-tg3mrr, .framer-5X9fM .framer-njgz3c { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 444px; position: absolute; top: 54%; width: 10px; }\",\".framer-5X9fM .framer-ww0rw6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 25px 0px 25px 0px; position: relative; width: 946px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-zzhaos-container { flex: none; height: auto; position: relative; width: 942px; }\",\".framer-5X9fM .framer-14ewwdc { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 59px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 394px; top: 25px; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5X9fM .framer-6l8b9j, .framer-5X9fM .framer-10lvyjr { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-x3x08w, .framer-5X9fM .framer-1u8kkal { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 369px; word-break: break-word; word-wrap: break-word; }\",\".framer-5X9fM .framer-psbo63-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-5X9fM .framer-1t9hbc2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 437px; }\",\".framer-5X9fM .framer-1vwdnzu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5X9fM .framer-1k0tqi0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 15px 12px 15px; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-ihxlai, .framer-5X9fM .framer-tajitx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5X9fM .framer-18laehu, .framer-5X9fM .framer-ysa43v { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 32px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-hnilov, .framer-5X9fM .framer-jegefy { -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; }\",\".framer-5X9fM .framer-1nxpzdq { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 30px; justify-content: center; overflow: hidden; padding: 5px 12px 5px 12px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-ftcvlx, .framer-5X9fM .framer-1m0ynup { height: 150px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-1g07yid { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 329px; overflow: hidden; padding: 0px; position: absolute; top: 12px; width: 364px; }\",\".framer-5X9fM .framer-1rho8uh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-5X9fM .framer-t4k2lp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 34px; width: min-content; }\",\".framer-5X9fM .framer-vnbj8n { align-content: center; align-items: center; bottom: 81px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; width: 316px; }\",\".framer-5X9fM .framer-1e4rt21, .framer-5X9fM .framer-fbqicb, .framer-5X9fM .framer-hgbain, .framer-5X9fM .framer-1507eg4, .framer-5X9fM .framer-1byshk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5X9fM .framer-n4fn7i-container, .framer-5X9fM .framer-jfxjnc-container, .framer-5X9fM .framer-1ds9kkq-container, .framer-5X9fM .framer-12cd4tu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-5X9fM .framer-2c63je, .framer-5X9fM .framer-25qw1o, .framer-5X9fM .framer-nad0af, .framer-5X9fM .framer-qqiob0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: hidden; padding: 0px 5px 0px 10px; position: relative; width: 70px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-tr2chf { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: hidden; padding: 0px 5px 0px 10px; position: relative; width: 70px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-5hne2o { align-content: center; align-items: center; bottom: 9px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; left: calc(50.00000000000002% - 311px / 2); overflow: hidden; padding: 0px; position: absolute; width: 311px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-q6e3xw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-19kebjp { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-5X9fM .framer-75wsof { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 30px; justify-content: space-between; overflow: hidden; padding: 5px 10px 5px 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-14ytj5o { aspect-ratio: 1.4 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 7px); position: relative; width: 10px; }\",\".framer-5X9fM .framer-1qw5jtx { -webkit-user-select: none; flex: none; height: auto; left: 42%; pointer-events: auto; position: absolute; top: 48%; user-select: none; white-space: pre; width: auto; }\",\".framer-5X9fM .framer-atil6a { -webkit-user-select: none; flex: none; height: auto; left: 48%; pointer-events: auto; position: absolute; top: 18px; user-select: none; white-space: pre; width: auto; }\",\".framer-5X9fM .framer-1lson8t { flex: none; height: 1px; left: calc(49.54128440366975% - 102px / 2); overflow: visible; position: absolute; top: calc(44.73684210526318% - 1px / 2); width: 102px; }\",\".framer-5X9fM .framer-ddorb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; width: 437px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-13i768s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-svr9hu { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-5X9fM .framer-1k2lvhv { flex: none; height: 4px; position: relative; width: 10px; }\",\".framer-5X9fM .framer-nxf2di { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 70px; justify-content: space-between; overflow: hidden; padding: 23px 0px 0px 0px; position: relative; width: 401px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-1yfnd8t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 50px 0px 15px; position: relative; width: 100%; }\",\".framer-5X9fM .framer-wzc2b6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5X9fM .framer-6ym2tu-container { aspect-ratio: 0.9473684210526315 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 18px; }\",\".framer-5X9fM .framer-1ixq6ja { flex: none; height: 5px; overflow: hidden; position: relative; width: 100%; }\",\".framer-5X9fM .framer-iw7s7s-container, .framer-5X9fM .framer-1soibtq-container, .framer-5X9fM .framer-1rg4bo2-container, .framer-5X9fM .framer-9077td-container { flex: none; height: 154px; position: relative; width: 401px; }\",\".framer-5X9fM .framer-16w25ty { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 51px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 397px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-1s8m60g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 452px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM .framer-46m128 { aspect-ratio: 0.9877675840978594 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 327px); position: relative; width: 323px; }\",\".framer-5X9fM .framer-1hyukfb { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 59px; justify-content: center; left: 200px; overflow: hidden; padding: 0px; position: absolute; top: 151px; width: 59px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5X9fM.framer-z7kymk, .framer-5X9fM .framer-pydcjz, .framer-5X9fM .framer-sbqhrz, .framer-5X9fM .framer-1eenztf, .framer-5X9fM .framer-1jb3ytx, .framer-5X9fM .framer-17xnuh4, .framer-5X9fM .framer-1oc9bvw, .framer-5X9fM .framer-qcbuk4, .framer-5X9fM .framer-hvew7v, .framer-5X9fM .framer-1mbhzef, .framer-5X9fM .framer-1eiy99t, .framer-5X9fM .framer-1llvv6q, .framer-5X9fM .framer-12x6hnp, .framer-5X9fM .framer-ljk23g, .framer-5X9fM .framer-19ckviy, .framer-5X9fM .framer-1d5zlo6, .framer-5X9fM .framer-x6tva3, .framer-5X9fM .framer-j1mxxo, .framer-5X9fM .framer-g40gms, .framer-5X9fM .framer-hn34o1, .framer-5X9fM .framer-1c2slh6, .framer-5X9fM .framer-1b639qw, .framer-5X9fM .framer-q9g76o, .framer-5X9fM .framer-1cj5njt, .framer-5X9fM .framer-13s8ndj, .framer-5X9fM .framer-ww0rw6, .framer-5X9fM .framer-14ewwdc, .framer-5X9fM .framer-6l8b9j, .framer-5X9fM .framer-1k5tyic, .framer-5X9fM .framer-p6bcqj, .framer-5X9fM .framer-1wugh2x, .framer-5X9fM .framer-1t9hbc2, .framer-5X9fM .framer-1vwdnzu, .framer-5X9fM .framer-1k0tqi0, .framer-5X9fM .framer-ihxlai, .framer-5X9fM .framer-18laehu, .framer-5X9fM .framer-1nxpzdq, .framer-5X9fM .framer-1g07yid, .framer-5X9fM .framer-t4k2lp, .framer-5X9fM .framer-vnbj8n, .framer-5X9fM .framer-1y83rik, .framer-5X9fM .framer-1mprph4, .framer-5X9fM .framer-qw9273, .framer-5X9fM .framer-hfa6cy, .framer-5X9fM .framer-tr2chf, .framer-5X9fM .framer-5hne2o, .framer-5X9fM .framer-q6e3xw, .framer-5X9fM .framer-tajitx, .framer-5X9fM .framer-ysa43v, .framer-5X9fM .framer-ddorb, .framer-5X9fM .framer-13i768s, .framer-5X9fM .framer-svr9hu, .framer-5X9fM .framer-10a8s7b, .framer-5X9fM .framer-1ascg3x, .framer-5X9fM .framer-wzc2b6, .framer-5X9fM .framer-16w25ty, .framer-5X9fM .framer-afz787, .framer-5X9fM .framer-1s8m60g, .framer-5X9fM .framer-1hyukfb, .framer-5X9fM .framer-10lvyjr { gap: 0px; } .framer-5X9fM.framer-z7kymk > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } .framer-5X9fM.framer-z7kymk > :first-child, .framer-5X9fM .framer-17xnuh4 > :first-child, .framer-5X9fM .framer-hvew7v > :first-child, .framer-5X9fM .framer-1llvv6q > :first-child, .framer-5X9fM .framer-19ckviy > :first-child, .framer-5X9fM .framer-x6tva3 > :first-child, .framer-5X9fM .framer-g40gms > :first-child, .framer-5X9fM .framer-hn34o1 > :first-child, .framer-5X9fM .framer-1c2slh6 > :first-child, .framer-5X9fM .framer-1b639qw > :first-child, .framer-5X9fM .framer-q9g76o > :first-child, .framer-5X9fM .framer-1cj5njt > :first-child, .framer-5X9fM .framer-ww0rw6 > :first-child, .framer-5X9fM .framer-6l8b9j > :first-child, .framer-5X9fM .framer-1k5tyic > :first-child, .framer-5X9fM .framer-1t9hbc2 > :first-child, .framer-5X9fM .framer-1k0tqi0 > :first-child, .framer-5X9fM .framer-ihxlai > :first-child, .framer-5X9fM .framer-1g07yid > :first-child, .framer-5X9fM .framer-t4k2lp > :first-child, .framer-5X9fM .framer-vnbj8n > :first-child, .framer-5X9fM .framer-tr2chf > :first-child, .framer-5X9fM .framer-q6e3xw > :first-child, .framer-5X9fM .framer-tajitx > :first-child, .framer-5X9fM .framer-ddorb > :first-child, .framer-5X9fM .framer-13i768s > :first-child, .framer-5X9fM .framer-svr9hu > :first-child, .framer-5X9fM .framer-afz787 > :first-child, .framer-5X9fM .framer-1s8m60g > :first-child, .framer-5X9fM .framer-10lvyjr > :first-child { margin-top: 0px; } .framer-5X9fM.framer-z7kymk > :last-child, .framer-5X9fM .framer-17xnuh4 > :last-child, .framer-5X9fM .framer-hvew7v > :last-child, .framer-5X9fM .framer-1llvv6q > :last-child, .framer-5X9fM .framer-19ckviy > :last-child, .framer-5X9fM .framer-x6tva3 > :last-child, .framer-5X9fM .framer-g40gms > :last-child, .framer-5X9fM .framer-hn34o1 > :last-child, .framer-5X9fM .framer-1c2slh6 > :last-child, .framer-5X9fM .framer-1b639qw > :last-child, .framer-5X9fM .framer-q9g76o > :last-child, .framer-5X9fM .framer-1cj5njt > :last-child, .framer-5X9fM .framer-ww0rw6 > :last-child, .framer-5X9fM .framer-6l8b9j > :last-child, .framer-5X9fM .framer-1k5tyic > :last-child, .framer-5X9fM .framer-1t9hbc2 > :last-child, .framer-5X9fM .framer-1k0tqi0 > :last-child, .framer-5X9fM .framer-ihxlai > :last-child, .framer-5X9fM .framer-1g07yid > :last-child, .framer-5X9fM .framer-t4k2lp > :last-child, .framer-5X9fM .framer-vnbj8n > :last-child, .framer-5X9fM .framer-tr2chf > :last-child, .framer-5X9fM .framer-q6e3xw > :last-child, .framer-5X9fM .framer-tajitx > :last-child, .framer-5X9fM .framer-ddorb > :last-child, .framer-5X9fM .framer-13i768s > :last-child, .framer-5X9fM .framer-svr9hu > :last-child, .framer-5X9fM .framer-afz787 > :last-child, .framer-5X9fM .framer-1s8m60g > :last-child, .framer-5X9fM .framer-10lvyjr > :last-child { margin-bottom: 0px; } .framer-5X9fM .framer-pydcjz > *, .framer-5X9fM .framer-sbqhrz > *, .framer-5X9fM .framer-1eenztf > *, .framer-5X9fM .framer-1jb3ytx > *, .framer-5X9fM .framer-12x6hnp > *, .framer-5X9fM .framer-ljk23g > *, .framer-5X9fM .framer-1d5zlo6 > *, .framer-5X9fM .framer-j1mxxo > *, .framer-5X9fM .framer-14ewwdc > *, .framer-5X9fM .framer-18laehu > *, .framer-5X9fM .framer-1y83rik > *, .framer-5X9fM .framer-1mprph4 > *, .framer-5X9fM .framer-qw9273 > *, .framer-5X9fM .framer-hfa6cy > *, .framer-5X9fM .framer-5hne2o > *, .framer-5X9fM .framer-ysa43v > *, .framer-5X9fM .framer-10a8s7b > *, .framer-5X9fM .framer-16w25ty > *, .framer-5X9fM .framer-1hyukfb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5X9fM .framer-pydcjz > :first-child, .framer-5X9fM .framer-sbqhrz > :first-child, .framer-5X9fM .framer-1eenztf > :first-child, .framer-5X9fM .framer-1jb3ytx > :first-child, .framer-5X9fM .framer-1oc9bvw > :first-child, .framer-5X9fM .framer-qcbuk4 > :first-child, .framer-5X9fM .framer-1mbhzef > :first-child, .framer-5X9fM .framer-1eiy99t > :first-child, .framer-5X9fM .framer-12x6hnp > :first-child, .framer-5X9fM .framer-ljk23g > :first-child, .framer-5X9fM .framer-1d5zlo6 > :first-child, .framer-5X9fM .framer-j1mxxo > :first-child, .framer-5X9fM .framer-13s8ndj > :first-child, .framer-5X9fM .framer-14ewwdc > :first-child, .framer-5X9fM .framer-p6bcqj > :first-child, .framer-5X9fM .framer-1wugh2x > :first-child, .framer-5X9fM .framer-1vwdnzu > :first-child, .framer-5X9fM .framer-18laehu > :first-child, .framer-5X9fM .framer-1nxpzdq > :first-child, .framer-5X9fM .framer-1y83rik > :first-child, .framer-5X9fM .framer-1mprph4 > :first-child, .framer-5X9fM .framer-qw9273 > :first-child, .framer-5X9fM .framer-hfa6cy > :first-child, .framer-5X9fM .framer-5hne2o > :first-child, .framer-5X9fM .framer-ysa43v > :first-child, .framer-5X9fM .framer-10a8s7b > :first-child, .framer-5X9fM .framer-1ascg3x > :first-child, .framer-5X9fM .framer-wzc2b6 > :first-child, .framer-5X9fM .framer-16w25ty > :first-child, .framer-5X9fM .framer-1hyukfb > :first-child { margin-left: 0px; } .framer-5X9fM .framer-pydcjz > :last-child, .framer-5X9fM .framer-sbqhrz > :last-child, .framer-5X9fM .framer-1eenztf > :last-child, .framer-5X9fM .framer-1jb3ytx > :last-child, .framer-5X9fM .framer-1oc9bvw > :last-child, .framer-5X9fM .framer-qcbuk4 > :last-child, .framer-5X9fM .framer-1mbhzef > :last-child, .framer-5X9fM .framer-1eiy99t > :last-child, .framer-5X9fM .framer-12x6hnp > :last-child, .framer-5X9fM .framer-ljk23g > :last-child, .framer-5X9fM .framer-1d5zlo6 > :last-child, .framer-5X9fM .framer-j1mxxo > :last-child, .framer-5X9fM .framer-13s8ndj > :last-child, .framer-5X9fM .framer-14ewwdc > :last-child, .framer-5X9fM .framer-p6bcqj > :last-child, .framer-5X9fM .framer-1wugh2x > :last-child, .framer-5X9fM .framer-1vwdnzu > :last-child, .framer-5X9fM .framer-18laehu > :last-child, .framer-5X9fM .framer-1nxpzdq > :last-child, .framer-5X9fM .framer-1y83rik > :last-child, .framer-5X9fM .framer-1mprph4 > :last-child, .framer-5X9fM .framer-qw9273 > :last-child, .framer-5X9fM .framer-hfa6cy > :last-child, .framer-5X9fM .framer-5hne2o > :last-child, .framer-5X9fM .framer-ysa43v > :last-child, .framer-5X9fM .framer-10a8s7b > :last-child, .framer-5X9fM .framer-1ascg3x > :last-child, .framer-5X9fM .framer-wzc2b6 > :last-child, .framer-5X9fM .framer-16w25ty > :last-child, .framer-5X9fM .framer-1hyukfb > :last-child { margin-right: 0px; } .framer-5X9fM .framer-17xnuh4 > *, .framer-5X9fM .framer-1cj5njt > *, .framer-5X9fM .framer-1k5tyic > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5X9fM .framer-1oc9bvw > *, .framer-5X9fM .framer-13s8ndj > *, .framer-5X9fM .framer-p6bcqj > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-5X9fM .framer-qcbuk4 > *, .framer-5X9fM .framer-1wugh2x > * { margin: 0px; margin-left: calc(27px / 2); margin-right: calc(27px / 2); } .framer-5X9fM .framer-hvew7v > *, .framer-5X9fM .framer-1c2slh6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-5X9fM .framer-1mbhzef > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-5X9fM .framer-1eiy99t > *, .framer-5X9fM .framer-1ascg3x > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-5X9fM .framer-1llvv6q > *, .framer-5X9fM .framer-hn34o1 > *, .framer-5X9fM .framer-t4k2lp > *, .framer-5X9fM .framer-afz787 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-5X9fM .framer-19ckviy > *, .framer-5X9fM .framer-x6tva3 > *, .framer-5X9fM .framer-g40gms > *, .framer-5X9fM .framer-1b639qw > *, .framer-5X9fM .framer-q9g76o > *, .framer-5X9fM .framer-6l8b9j > *, .framer-5X9fM .framer-1k0tqi0 > *, .framer-5X9fM .framer-1g07yid > *, .framer-5X9fM .framer-tr2chf > *, .framer-5X9fM .framer-q6e3xw > *, .framer-5X9fM .framer-svr9hu > *, .framer-5X9fM .framer-10lvyjr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5X9fM .framer-ww0rw6 > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-5X9fM .framer-1t9hbc2 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-5X9fM .framer-1vwdnzu > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-5X9fM .framer-ihxlai > *, .framer-5X9fM .framer-tajitx > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-5X9fM .framer-1nxpzdq > *, .framer-5X9fM .framer-wzc2b6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-5X9fM .framer-vnbj8n > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-5X9fM .framer-ddorb > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-5X9fM .framer-13i768s > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-5X9fM .framer-1s8m60g > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\",\".framer-5X9fM.framer-v-sszdhw .framer-sbqhrz, .framer-5X9fM.framer-v-pethc9 .framer-sbqhrz { cursor: pointer; }\",\".framer-5X9fM.framer-v-sszdhw .framer-1eenztf, .framer-5X9fM.framer-v-pethc9 .framer-1eenztf, .framer-5X9fM.framer-v-pethc9 .framer-1jb3ytx { will-change: var(--framer-will-change-override, transform); }\",\".framer-5X9fM.framer-v-sszdhw .framer-ftcvlx { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; padding: 10px 10px 20px 10px; width: min-content; }\",\".framer-5X9fM.framer-v-sszdhw .framer-1g07yid, .framer-5X9fM.framer-v-sszdhw .framer-t4k2lp { left: unset; position: relative; top: unset; }\",\".framer-5X9fM.framer-v-sszdhw .framer-vnbj8n, .framer-5X9fM.framer-v-sszdhw .framer-5hne2o { bottom: unset; left: unset; position: relative; }\",\".framer-5X9fM.framer-v-sszdhw .framer-1m0ynup { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 5px 0px 5px 0px; width: min-content; }\",\".framer-5X9fM.framer-v-sszdhw .framer-1qw5jtx { left: unset; order: 0; position: relative; top: unset; }\",\".framer-5X9fM.framer-v-sszdhw .framer-atil6a { left: unset; order: 2; position: relative; top: unset; }\",\".framer-5X9fM.framer-v-sszdhw .framer-1lson8t { left: unset; order: 1; position: relative; top: unset; width: 109px; }\",\".framer-5X9fM.framer-v-sszdhw .framer-svr9hu, .framer-5X9fM.framer-v-pethc9 .framer-zzhaos-container { order: 0; }\",\".framer-5X9fM.framer-v-sszdhw .framer-nxf2di, .framer-5X9fM.framer-v-pethc9 .framer-14ewwdc { order: 1; }\",\".framer-5X9fM.framer-v-sszdhw .framer-iw7s7s-container, .framer-5X9fM.framer-v-pethc9 .framer-psbo63-container { order: 2; }\",\".framer-5X9fM.framer-v-sszdhw .framer-1soibtq-container { order: 4; }\",\".framer-5X9fM.framer-v-sszdhw .framer-1rg4bo2-container { order: 5; }\",\".framer-5X9fM.framer-v-sszdhw .framer-9077td-container { order: 3; }\",\".framer-5X9fM.framer-v-sszdhw .framer-10lvyjr, .framer-5X9fM.framer-v-pethc9 .framer-6l8b9j { padding: 20px 12px 20px 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5X9fM.framer-v-sszdhw .framer-ftcvlx, .framer-5X9fM.framer-v-sszdhw .framer-1m0ynup { gap: 0px; } .framer-5X9fM.framer-v-sszdhw .framer-ftcvlx > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-5X9fM.framer-v-sszdhw .framer-ftcvlx > :first-child, .framer-5X9fM.framer-v-sszdhw .framer-1m0ynup > :first-child { margin-top: 0px; } .framer-5X9fM.framer-v-sszdhw .framer-ftcvlx > :last-child, .framer-5X9fM.framer-v-sszdhw .framer-1m0ynup > :last-child { margin-bottom: 0px; } .framer-5X9fM.framer-v-sszdhw .framer-1m0ynup > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,'.framer-5X9fM[data-border=\"true\"]::after, .framer-5X9fM [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 890.5\n * @framerIntrinsicWidth 1006\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gjS9_xrNH\":{\"layout\":[\"auto\",\"auto\"]},\"Db14peee6\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameropiCE3xxQ=withCSS(Component,css,\"framer-5X9fM\");export default FrameropiCE3xxQ;FrameropiCE3xxQ.displayName=\"Demo/Full Demo Dashboard\";FrameropiCE3xxQ.defaultProps={height:890.5,width:1006};addPropertyControls(FrameropiCE3xxQ,{variant:{options:[\"p4GBgzRMT\",\"gjS9_xrNH\",\"Db14peee6\"],optionTitles:[\"Dashboard\",\"Organize page\",\"Reports Page\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameropiCE3xxQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Gibson Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lrwq6peKKe1btTSkaBbQUlaCs.otf\"},{family:\"Gibson SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/4uK9EbHqKWyOisRUQd06QfUZ8c.otf\"}]},...HeroFonts,...DemoExpandingBucketsFonts,...ElementsBankIconFonts,...DemoUnassignedToggleFonts,...DemoAmexCardFonts,...ReportsPageNewReportsFonts,...ReportsPageTransactionListFonts,...ElementsLogoIconFonts,...OrganizeBucketFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameropiCE3xxQ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"890.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gjS9_xrNH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Db14peee6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1006\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"qcn5rJed2\",\"CbNhvPb6N\"];const serializationHash=\"framer-gcLH9\";const variantClassNames={CbNhvPb6N:\"framer-v-65ubt4\",qcn5rJed2:\"framer-v-1x05d7g\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"qcn5rJed2\",\"Variant 2\":\"CbNhvPb6N\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,TwKU3mSGm:click!==null&&click!==void 0?click:props.TwKU3mSGm,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"qcn5rJed2\"};};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,TwKU3mSGm,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qcn5rJed2\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap8mtum9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"CbNhvPb6N\");});const onTap6426xs=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TwKU3mSGm){const res=await TwKU3mSGm(...args);if(res===false)return false;}setVariant(\"qcn5rJed2\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"CbNhvPb6N\")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-1x05d7g\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qcn5rJed2\",onTap:onTap8mtum9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CbNhvPb6N:{\"data-framer-name\":\"Variant 2\",onTap:onTap6426xs}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ps51f\",\"data-border\":true,\"data-framer-name\":\"Step hover\",layoutDependency:layoutDependency,layoutId:\"EjcNPWkEa\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"4\"})}),className:\"framer-1oucmbj\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"k3bHJlzGE\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pg84lc\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"VIPU9bO3q\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Organize your hard earned income in customized virtual buckets.\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Prioritize paying yourself.\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Decide how you want to use your money before you spend it.\"})})]})}),className:\"framer-xgkbj5\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"RFhVKom8a\",style:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gcLH9.framer-igqhw5, .framer-gcLH9 .framer-igqhw5 { display: block; }\",\".framer-gcLH9.framer-1x05d7g { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 5px; position: relative; width: min-content; }\",\".framer-gcLH9 .framer-15ps51f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-gcLH9 .framer-1oucmbj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gcLH9 .framer-1pg84lc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 12px 20px 12px; position: relative; width: min-content; }\",\".framer-gcLH9 .framer-xgkbj5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 226px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gcLH9.framer-1x05d7g, .framer-gcLH9 .framer-15ps51f, .framer-gcLH9 .framer-1pg84lc { gap: 0px; } .framer-gcLH9.framer-1x05d7g > *, .framer-gcLH9 .framer-15ps51f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gcLH9.framer-1x05d7g > :first-child, .framer-gcLH9 .framer-15ps51f > :first-child { margin-left: 0px; } .framer-gcLH9.framer-1x05d7g > :last-child, .framer-gcLH9 .framer-15ps51f > :last-child { margin-right: 0px; } .framer-gcLH9 .framer-1pg84lc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gcLH9 .framer-1pg84lc > :first-child { margin-top: 0px; } .framer-gcLH9 .framer-1pg84lc > :last-child { margin-bottom: 0px; } }\",\".framer-gcLH9.framer-v-65ubt4.framer-1x05d7g { align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-start; }\",\".framer-gcLH9.framer-v-65ubt4 .framer-15ps51f { order: 0; }\",\".framer-gcLH9.framer-v-65ubt4 .framer-1pg84lc { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gcLH9.framer-v-65ubt4.framer-1x05d7g { gap: 0px; } .framer-gcLH9.framer-v-65ubt4.framer-1x05d7g > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gcLH9.framer-v-65ubt4.framer-1x05d7g > :first-child { margin-top: 0px; } .framer-gcLH9.framer-v-65ubt4.framer-1x05d7g > :last-child { margin-bottom: 0px; } }\",'.framer-gcLH9[data-border=\"true\"]::after, .framer-gcLH9 [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 58\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"CbNhvPb6N\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TwKU3mSGm\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerA9apkASt9=withCSS(Component,css,\"framer-gcLH9\");export default FramerA9apkASt9;FramerA9apkASt9.displayName=\"Step 4\";FramerA9apkASt9.defaultProps={height:58,width:58};addPropertyControls(FramerA9apkASt9,{variant:{options:[\"qcn5rJed2\",\"CbNhvPb6N\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},TwKU3mSGm:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerA9apkASt9,[{explicitInter:true,fonts:[{family:\"Gibson Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lrwq6peKKe1btTSkaBbQUlaCs.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA9apkASt9\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"58\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"TwKU3mSGm\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CbNhvPb6N\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"58\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./A9apkASt9.map", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"HFCsYbWjV\",\"meat9cpRw\"];const serializationHash=\"framer-nU08u\";const variantClassNames={HFCsYbWjV:\"framer-v-qooeln\",meat9cpRw:\"framer-v-10fawnh\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"HFCsYbWjV\",\"Variant 2\":\"meat9cpRw\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,TwKU3mSGm:click!==null&&click!==void 0?click:props.TwKU3mSGm,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"HFCsYbWjV\"};};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,TwKU3mSGm,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HFCsYbWjV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap3ie8ov=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TwKU3mSGm){const res=await TwKU3mSGm(...args);if(res===false)return false;}setVariant(\"meat9cpRw\");});const onTap34tsht=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TwKU3mSGm){const res=await TwKU3mSGm(...args);if(res===false)return false;}setVariant(\"HFCsYbWjV\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"meat9cpRw\")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-qooeln\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HFCsYbWjV\",onTap:onTap3ie8ov,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({meat9cpRw:{\"data-framer-name\":\"Variant 2\",onTap:onTap34tsht}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-essmre\",\"data-border\":true,\"data-framer-name\":\"Step hover\",layoutDependency:layoutDependency,layoutId:\"B4O5QpifN\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"5\"})}),className:\"framer-12k082l\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"qbjfS3o82\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10juudy\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"dseKaB__m\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"TrueView\u2019s automated bookkeeping reveals real-time income and expense data.\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Download your Profit & Loss Statement for easy tax preparation.\"})})]})}),className:\"framer-1nxpuow\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"MEHswX1Hm\",style:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nU08u.framer-ig8v7j, .framer-nU08u .framer-ig8v7j { display: block; }\",\".framer-nU08u.framer-qooeln { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 5px; position: relative; width: min-content; }\",\".framer-nU08u .framer-essmre { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-nU08u .framer-12k082l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nU08u .framer-10juudy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 12px 20px 12px; position: relative; width: min-content; }\",\".framer-nU08u .framer-1nxpuow { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 226px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nU08u.framer-qooeln, .framer-nU08u .framer-essmre, .framer-nU08u .framer-10juudy { gap: 0px; } .framer-nU08u.framer-qooeln > *, .framer-nU08u .framer-essmre > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nU08u.framer-qooeln > :first-child, .framer-nU08u .framer-essmre > :first-child { margin-left: 0px; } .framer-nU08u.framer-qooeln > :last-child, .framer-nU08u .framer-essmre > :last-child { margin-right: 0px; } .framer-nU08u .framer-10juudy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nU08u .framer-10juudy > :first-child { margin-top: 0px; } .framer-nU08u .framer-10juudy > :last-child { margin-bottom: 0px; } }\",\".framer-nU08u.framer-v-10fawnh.framer-qooeln { align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-start; }\",\".framer-nU08u.framer-v-10fawnh .framer-essmre { order: 0; }\",\".framer-nU08u.framer-v-10fawnh .framer-10juudy { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nU08u.framer-v-10fawnh.framer-qooeln { gap: 0px; } .framer-nU08u.framer-v-10fawnh.framer-qooeln > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nU08u.framer-v-10fawnh.framer-qooeln > :first-child { margin-top: 0px; } .framer-nU08u.framer-v-10fawnh.framer-qooeln > :last-child { margin-bottom: 0px; } }\",'.framer-nU08u[data-border=\"true\"]::after, .framer-nU08u [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 58\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"meat9cpRw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TwKU3mSGm\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJCLdc6eL8=withCSS(Component,css,\"framer-nU08u\");export default FramerJCLdc6eL8;FramerJCLdc6eL8.displayName=\"Step 5\";FramerJCLdc6eL8.defaultProps={height:58,width:58};addPropertyControls(FramerJCLdc6eL8,{variant:{options:[\"HFCsYbWjV\",\"meat9cpRw\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},TwKU3mSGm:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerJCLdc6eL8,[{explicitInter:true,fonts:[{family:\"Gibson Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lrwq6peKKe1btTSkaBbQUlaCs.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJCLdc6eL8\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"58\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"meat9cpRw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"TwKU3mSGm\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"58\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JCLdc6eL8.map", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"m_9rvVEUt\",\"eaXgP53Es\"];const serializationHash=\"framer-Fo7ZI\";const variantClassNames={eaXgP53Es:\"framer-v-j6skbc\",m_9rvVEUt:\"framer-v-14mz75w\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"m_9rvVEUt\",\"Variant 2\":\"eaXgP53Es\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,TwKU3mSGm:click!==null&&click!==void 0?click:props.TwKU3mSGm,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"m_9rvVEUt\"};};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,TwKU3mSGm,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"m_9rvVEUt\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaphyhoj1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TwKU3mSGm){const res=await TwKU3mSGm(...args);if(res===false)return false;}setVariant(\"eaXgP53Es\");});const onTapgr8zo1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TwKU3mSGm){const res=await TwKU3mSGm(...args);if(res===false)return false;}setVariant(\"m_9rvVEUt\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"eaXgP53Es\")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-14mz75w\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"m_9rvVEUt\",onTap:onTaphyhoj1,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({eaXgP53Es:{\"data-framer-name\":\"Variant 2\",onTap:onTapgr8zo1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-iy3oa5\",\"data-border\":true,\"data-framer-name\":\"Step hover\",layoutDependency:layoutDependency,layoutId:\"MKvricpaV\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"2\"})}),className:\"framer-qvlijx\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"AmvFhRY8U\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3m88qs\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"KepPYcAUJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"All of your bank and credit card transactions are uploaded together on the dashboard.\\xa0\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Create automations or manually organize your spending into your virtual buckets.\"})})]})}),className:\"framer-1ck0ym1\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"kGvwbD3Z4\",style:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Fo7ZI.framer-v7lh61, .framer-Fo7ZI .framer-v7lh61 { display: block; }\",\".framer-Fo7ZI.framer-14mz75w { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 5px; position: relative; width: min-content; }\",\".framer-Fo7ZI .framer-iy3oa5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-Fo7ZI .framer-qvlijx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Fo7ZI .framer-3m88qs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 12px 20px 12px; position: relative; width: min-content; }\",\".framer-Fo7ZI .framer-1ck0ym1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 226px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Fo7ZI.framer-14mz75w, .framer-Fo7ZI .framer-iy3oa5, .framer-Fo7ZI .framer-3m88qs { gap: 0px; } .framer-Fo7ZI.framer-14mz75w > *, .framer-Fo7ZI .framer-iy3oa5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Fo7ZI.framer-14mz75w > :first-child, .framer-Fo7ZI .framer-iy3oa5 > :first-child { margin-left: 0px; } .framer-Fo7ZI.framer-14mz75w > :last-child, .framer-Fo7ZI .framer-iy3oa5 > :last-child { margin-right: 0px; } .framer-Fo7ZI .framer-3m88qs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Fo7ZI .framer-3m88qs > :first-child { margin-top: 0px; } .framer-Fo7ZI .framer-3m88qs > :last-child { margin-bottom: 0px; } }\",\".framer-Fo7ZI.framer-v-j6skbc.framer-14mz75w { align-content: flex-end; align-items: flex-end; justify-content: flex-start; }\",\".framer-Fo7ZI.framer-v-j6skbc .framer-iy3oa5 { order: 1; }\",\".framer-Fo7ZI.framer-v-j6skbc .framer-3m88qs { order: 0; }\",'.framer-Fo7ZI[data-border=\"true\"]::after, .framer-Fo7ZI [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 58\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"eaXgP53Es\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TwKU3mSGm\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framers6lSCN3OO=withCSS(Component,css,\"framer-Fo7ZI\");export default Framers6lSCN3OO;Framers6lSCN3OO.displayName=\"Step 2\";Framers6lSCN3OO.defaultProps={height:58,width:58};addPropertyControls(Framers6lSCN3OO,{variant:{options:[\"m_9rvVEUt\",\"eaXgP53Es\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},TwKU3mSGm:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framers6lSCN3OO,[{explicitInter:true,fonts:[{family:\"Gibson Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lrwq6peKKe1btTSkaBbQUlaCs.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framers6lSCN3OO\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"TwKU3mSGm\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eaXgP53Es\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"58\",\"framerIntrinsicWidth\":\"58\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./s6lSCN3OO.map", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"RJFSM12Cl\",\"dtDGkNIH0\"];const serializationHash=\"framer-dMiBm\";const variantClassNames={dtDGkNIH0:\"framer-v-iedewe\",RJFSM12Cl:\"framer-v-kxuawx\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"RJFSM12Cl\",\"Variant 2\":\"dtDGkNIH0\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,TwKU3mSGm:click!==null&&click!==void 0?click:props.TwKU3mSGm,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"RJFSM12Cl\"};};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,TwKU3mSGm,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RJFSM12Cl\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1x18mks=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TwKU3mSGm){const res=await TwKU3mSGm(...args);if(res===false)return false;}setVariant(\"dtDGkNIH0\");});const onTap1gn92gz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TwKU3mSGm){const res=await TwKU3mSGm(...args);if(res===false)return false;}setVariant(\"RJFSM12Cl\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"dtDGkNIH0\")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-kxuawx\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RJFSM12Cl\",onTap:onTap1x18mks,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dtDGkNIH0:{\"data-framer-name\":\"Variant 2\",onTap:onTap1gn92gz}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x3nysq\",\"data-border\":true,\"data-framer-name\":\"Step hover\",layoutDependency:layoutDependency,layoutId:\"mXTg99ecS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:45,borderBottomRightRadius:45,borderTopLeftRadius:45,borderTopRightRadius:45,boxShadow:\"3px 4px 2px 0px rgba(0,0,0,0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"1\"})}),className:\"framer-1dzs2m\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"YZbniStQu\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ydf0uz\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"YfnsdQol9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2bf34151-ac49-46a2-837a-e36d35b02f0c, rgb(24, 122, 254))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Create customized virtual buckets within your checking account.\\xa0\"})})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1ok3k95, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Set money aside in your buckets for what matters most to you.\"})})})]}),className:\"framer-1sontku\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"MuVV7AZqz\",style:{\"--extracted-1l7ec2w\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--extracted-1ok3k95\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dMiBm.framer-18ekkz2, .framer-dMiBm .framer-18ekkz2 { display: block; }\",\".framer-dMiBm.framer-kxuawx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 5px; position: relative; width: min-content; }\",\".framer-dMiBm .framer-x3nysq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-dMiBm .framer-1dzs2m { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dMiBm .framer-1ydf0uz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 12px 20px 12px; position: relative; width: min-content; }\",\".framer-dMiBm .framer-1sontku { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 226px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dMiBm.framer-kxuawx, .framer-dMiBm .framer-x3nysq, .framer-dMiBm .framer-1ydf0uz { gap: 0px; } .framer-dMiBm.framer-kxuawx > *, .framer-dMiBm .framer-x3nysq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dMiBm.framer-kxuawx > :first-child, .framer-dMiBm .framer-x3nysq > :first-child { margin-left: 0px; } .framer-dMiBm.framer-kxuawx > :last-child, .framer-dMiBm .framer-x3nysq > :last-child { margin-right: 0px; } .framer-dMiBm .framer-1ydf0uz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-dMiBm .framer-1ydf0uz > :first-child { margin-top: 0px; } .framer-dMiBm .framer-1ydf0uz > :last-child { margin-bottom: 0px; } }\",\".framer-dMiBm.framer-v-iedewe.framer-kxuawx { align-content: flex-start; align-items: flex-start; justify-content: flex-start; }\",\".framer-dMiBm.framer-v-iedewe .framer-x3nysq { order: 0; }\",\".framer-dMiBm.framer-v-iedewe .framer-1ydf0uz { order: 1; }\",'.framer-dMiBm[data-border=\"true\"]::after, .framer-dMiBm [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 58\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dtDGkNIH0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TwKU3mSGm\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSTxf6Vk1Z=withCSS(Component,css,\"framer-dMiBm\");export default FramerSTxf6Vk1Z;FramerSTxf6Vk1Z.displayName=\"Step 1\";FramerSTxf6Vk1Z.defaultProps={height:58,width:58};addPropertyControls(FramerSTxf6Vk1Z,{variant:{options:[\"RJFSM12Cl\",\"dtDGkNIH0\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},TwKU3mSGm:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerSTxf6Vk1Z,[{explicitInter:true,fonts:[{family:\"Gibson Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lrwq6peKKe1btTSkaBbQUlaCs.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSTxf6Vk1Z\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"TwKU3mSGm\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dtDGkNIH0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"58\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"58\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./STxf6Vk1Z.map", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Step4 from\"https://framerusercontent.com/modules/jSOewBYGKYiNNisIJF6p/NMOuwMJ8rXcj55gyQVxj/A9apkASt9.js\";import ReportsPageMobileTransactionList from\"https://framerusercontent.com/modules/m3H40iujqNkvYonHEUJW/cKN9cX51uTKXoDatg0pR/adpQbYQJs.js\";import ElementsLogoIcon from\"https://framerusercontent.com/modules/oSlmwTpR3mECTbcgr6th/XHFbCEGpHnojypmnCO5y/bdkZwdeu3.js\";import DemoMobileExpandingBuckets from\"https://framerusercontent.com/modules/zLuYdUwZVzcNz3ca8krK/VlJiAOpVsM5oggfauUBE/csjGSkBoA.js\";import ReportsPageMobileNewReports from\"https://framerusercontent.com/modules/IppV2e25JtjQZyoLiyEs/W7wZW9xw7mojVa4RsZfI/hYaLjEehR.js\";import DemoMobileAmexCard from\"https://framerusercontent.com/modules/ohpaf5FSk7IzNSFUknB1/b9ZgzkIu7jiq360ObvCR/izE3TUcKk.js\";import Step5 from\"https://framerusercontent.com/modules/Sg33L9NU4Rm09zkvHYKm/6KdnE0HX4stCoUOEVvZm/JCLdc6eL8.js\";import OrganizeBucket from\"https://framerusercontent.com/modules/fqwcfmRQawv6rFokE4iL/HScYtDdX47y5RSONIPDE/kaUANWxGd.js\";import DemoMobileUnassignedToggle from\"https://framerusercontent.com/modules/FFiA8Skr1C31LBhi4RzK/vn7jG1mYfEUQYERPjXSc/PIBKVX92j.js\";import Step2 from\"https://framerusercontent.com/modules/zkUVlox9XxBeSb9wno2Z/OXcBWNzJUfDpnQyDQFvd/s6lSCN3OO.js\";import Step1 from\"https://framerusercontent.com/modules/ky2L0u5PdNdm4cW7ltXX/5353XssMZEj8eI6Bx7wi/STxf6Vk1Z.js\";const DemoMobileExpandingBucketsFonts=getFonts(DemoMobileExpandingBuckets);const Step2Fonts=getFonts(Step2);const DemoMobileUnassignedToggleFonts=getFonts(DemoMobileUnassignedToggle);const DemoMobileAmexCardFonts=getFonts(DemoMobileAmexCard);const ElementsLogoIconFonts=getFonts(ElementsLogoIcon);const MotionDivWithFX=withFX(motion.div);const Step4Fonts=getFonts(Step4);const OrganizeBucketFonts=getFonts(OrganizeBucket);const Step5Fonts=getFonts(Step5);const ReportsPageMobileTransactionListFonts=getFonts(ReportsPageMobileTransactionList);const ReportsPageMobileNewReportsFonts=getFonts(ReportsPageMobileNewReports);const Step1Fonts=getFonts(Step1);const cycleOrder=[\"jf0y0qcah\",\"oj6nIYmV4\",\"uQ9cfzmvU\"];const serializationHash=\"framer-T6uJa\";const variantClassNames={jf0y0qcah:\"framer-v-11dsf2x\",oj6nIYmV4:\"framer-v-1fleof6\",uQ9cfzmvU:\"framer-v-1mt4lvy\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const 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(React.Fragment);const humanReadableVariantMap={Dashboard:\"jf0y0qcah\",Organize:\"oj6nIYmV4\",Reports:\"uQ9cfzmvU\"};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:\"jf0y0qcah\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jf0y0qcah\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapbdg04r=activeVariantCallback(async(...args)=>{setVariant(\"jf0y0qcah\");});const onTap1kans1q=activeVariantCallback(async(...args)=>{setVariant(\"oj6nIYmV4\");});const onTap1io104n=activeVariantCallback(async(...args)=>{setVariant(\"uQ9cfzmvU\");});const onTapizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const TwKU3mSGmbdg04r=activeVariantCallback(async(...args)=>{setVariant(\"jf0y0qcah\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"oj6nIYmV4\",\"uQ9cfzmvU\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"oj6nIYmV4\")return true;return false;};const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"oj6nIYmV4\")return false;return true;};const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"uQ9cfzmvU\")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-11dsf2x\",className,classNames),\"data-framer-name\":\"Dashboard\",layoutDependency:layoutDependency,layoutId:\"jf0y0qcah\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({oj6nIYmV4:{\"data-framer-name\":\"Organize\"},uQ9cfzmvU:{\"data-framer-name\":\"Reports\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9i9ho3\",\"data-border\":true,\"data-framer-name\":\"Reports page/toggle\",layoutDependency:layoutDependency,layoutId:\"r2VL3lwbE\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(232, 232, 232)\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31,boxShadow:\"0px 0px 1px 1px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tjix5b\",layoutDependency:layoutDependency,layoutId:\"PU3skljHM\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31},variants:{oj6nIYmV4:{backgroundColor:\"rgba(0, 0, 0, 0)\"},uQ9cfzmvU:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({oj6nIYmV4:{\"data-highlight\":true,onTap:onTapbdg04r},uQ9cfzmvU:{\"data-highlight\":true,onTap:onTapbdg04r}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"35px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Dashboard\"})}),className:\"framer-1exot2c\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"u_5M2GVpU\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8umps\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JJZLjaDwd\",onTap:onTap1kans1q,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31},variants:{oj6nIYmV4:{backgroundColor:\"rgb(255, 255, 255)\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"35px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Organize\"})}),className:\"framer-4y4fcy\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"v9BAta0VR\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16yjice\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"k6i8wBjcd\",onTap:onTap1io104n,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31},variants:{uQ9cfzmvU:{backgroundColor:\"rgb(255, 255, 255)\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"35px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Reports\"})}),className:\"framer-p10la0\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"ZgxtQhLqj\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6guyza\",layoutDependency:layoutDependency,layoutId:\"K2Dkj5dYW\",style:{backgroundColor:\"rgb(245, 246, 250)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"2px 2px 10px 0px var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m6qaih\",layoutDependency:layoutDependency,layoutId:\"Zt9g4tE4u\",style:{backgroundColor:\"rgb(255, 255, 255)\"},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16qrzpb\",\"data-framer-name\":\"Bucket Expand\",layoutDependency:layoutDependency,layoutId:\"w8tbgGaQy\",style:{backgroundColor:\"rgb(252, 252, 255)\",boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pfz59k\",\"data-framer-name\":\"Demo - Bucket panel biz account\",layoutDependency:layoutDependency,layoutId:\"c1QfVbeag\",style:{backgroundColor:\"rgb(252, 252, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dnoix5\",layoutDependency:layoutDependency,layoutId:\"BG8FPQXGD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b804cd\",layoutDependency:layoutDependency,layoutId:\"PFZyQHda8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"BUSINESS CHECK\"})}),className:\"framer-1f59l9w\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"FdYo_LI42\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0ufbz\",layoutDependency:layoutDependency,layoutId:\"CIQllY3iS\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ldchuo\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:3,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"lZJ_vpoZL\",svg:'<svg width=\"5\" height=\"3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 1.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\" fill=\"#3F414D\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"0111\"})}),className:\"framer-16fi8er\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"KKsPJ0LQe\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"$ 9,000.00\"})}),className:\"framer-b2nygd\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"sAfkO56V7\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jh8e7f\",layoutDependency:layoutDependency,layoutId:\"jh51n23Ht\",style:{backgroundColor:\"rgb(252, 252, 255)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"318px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t201m0-container\",layoutDependency:layoutDependency,layoutId:\"sW0uszLFK-container\",children:/*#__PURE__*/_jsx(DemoMobileExpandingBuckets,{height:\"100%\",id:\"sW0uszLFK\",layoutId:\"sW0uszLFK\",style:{width:\"100%\"},variant:\"mSVk8b3JD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"318px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7ctv-container\",layoutDependency:layoutDependency,layoutId:\"SdfRrZ3UI-container\",children:/*#__PURE__*/_jsx(DemoMobileExpandingBuckets,{height:\"100%\",id:\"SdfRrZ3UI\",layoutId:\"SdfRrZ3UI\",style:{width:\"100%\"},variant:\"sQOyEOGvR\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"318px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-108nruz-container\",layoutDependency:layoutDependency,layoutId:\"cWoorL786-container\",children:/*#__PURE__*/_jsx(DemoMobileExpandingBuckets,{height:\"100%\",id:\"cWoorL786\",layoutId:\"cWoorL786\",style:{width:\"100%\"},variant:\"GaX76Kdtr\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"318px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16x30-container\",layoutDependency:layoutDependency,layoutId:\"jI5jPIxoU-container\",children:/*#__PURE__*/_jsx(DemoMobileExpandingBuckets,{height:\"100%\",id:\"jI5jPIxoU\",layoutId:\"jI5jPIxoU\",style:{width:\"100%\"},variant:\"KeWBaCaRA\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"318px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1as56e3-container\",layoutDependency:layoutDependency,layoutId:\"lafivedwZ-container\",children:/*#__PURE__*/_jsx(DemoMobileExpandingBuckets,{height:\"100%\",id:\"lafivedwZ\",layoutId:\"lafivedwZ\",style:{width:\"100%\"},variant:\"foRlvvOKa\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o3ork0-container\",layoutDependency:layoutDependency,layoutId:\"ceyTwa8XU-container\",children:/*#__PURE__*/_jsx(Step2,{height:\"100%\",id:\"ceyTwa8XU\",layoutId:\"ceyTwa8XU\",variant:\"m_9rvVEUt\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"318px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1maofre-container\",layoutDependency:layoutDependency,layoutId:\"AwySh5wkC-container\",children:/*#__PURE__*/_jsx(DemoMobileExpandingBuckets,{height:\"100%\",id:\"AwySh5wkC\",layoutId:\"AwySh5wkC\",style:{width:\"100%\"},variant:\"bCMyb_eK1\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pnqqzz\",layoutDependency:layoutDependency,layoutId:\"e0orlVidr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ldnnxf\",layoutDependency:layoutDependency,layoutId:\"Rbrc2PbS5\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1w8ck1v\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"C3yPiVDRE\",svg:'<svg width=\"20\" height=\"20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M0 19.558v-1.65a.46.46 0 0 1 .12-.313.395.395 0 0 1 .29-.129h19.18c.11 0 .213.047.29.13a.46.46 0 0 1 .12.312v1.65a.46.46 0 0 1-.12.313.394.394 0 0 1-.29.129H.41a.394.394 0 0 1-.29-.13.46.46 0 0 1-.12-.312Zm18.083-5.8h-.926V7.852a.471.471 0 0 0-.122-.311.407.407 0 0 0-.134-.095.383.383 0 0 0-.157-.032h-1.57a.383.383 0 0 0-.157.032.407.407 0 0 0-.133.095.473.473 0 0 0-.122.311v5.898h-3.564V7.852a.47.47 0 0 0-.122-.311.383.383 0 0 0-.29-.127H9.214a.383.383 0 0 0-.29.127.445.445 0 0 0-.123.311v5.898H5.239V7.852a.473.473 0 0 0-.123-.311.383.383 0 0 0-.29-.127h-1.57a.383.383 0 0 0-.29.127.445.445 0 0 0-.123.311v5.898h-.926a.394.394 0 0 0-.29.126.46.46 0 0 0-.123.31v1.662a.46.46 0 0 0 .123.31.394.394 0 0 0 .29.126h16.166a.394.394 0 0 0 .29-.126.46.46 0 0 0 .123-.31v-1.662a.46.46 0 0 0-.123-.31.394.394 0 0 0-.29-.126v.008ZM9.852.028.72 3.65a.398.398 0 0 0-.192.154.45.45 0 0 0-.074.246V5.8a.465.465 0 0 0 .125.306.377.377 0 0 0 .29.12H19.13a.377.377 0 0 0 .29-.12.438.438 0 0 0 .125-.306V4.048a.45.45 0 0 0-.074-.246.398.398 0 0 0-.192-.154L10.148.028a.4.4 0 0 0-.296 0Z\" fill=\"silver\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Unassigned\"})}),className:\"framer-403dmh\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"c7lD0KVbG\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"$0.00\"})}),className:\"framer-5a6lyw\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"i_OtqWFOn\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"344px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jpdp3w-container\",layoutDependency:layoutDependency,layoutId:\"Sanrr6xl9-container\",children:/*#__PURE__*/_jsx(DemoMobileUnassignedToggle,{height:\"100%\",id:\"Sanrr6xl9\",layoutId:\"Sanrr6xl9\",style:{width:\"100%\"},variant:\"rtgCawmb9\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cw6j69\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"BKUpCJ4cb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(252, 252, 255)\",boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14yekdc\",layoutDependency:layoutDependency,layoutId:\"xYo6cSHaA\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif'},children:\"CREDIT CARD TRACKER\"})}),className:\"framer-3whqa1\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"htXIlDr16\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19k3zf9\",layoutDependency:layoutDependency,layoutId:\"U1eFfQ_nh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k93zxb-container\",layoutDependency:layoutDependency,layoutId:\"ChU4oxkYO-container\",children:/*#__PURE__*/_jsx(DemoMobileAmexCard,{height:\"100%\",id:\"ChU4oxkYO\",layoutId:\"ChU4oxkYO\",variant:\"TBbu7iZXc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tuqj17-container\",layoutDependency:layoutDependency,layoutId:\"SN1QN_ygP-container\",children:/*#__PURE__*/_jsx(DemoMobileAmexCard,{height:\"100%\",id:\"SN1QN_ygP\",layoutId:\"SN1QN_ygP\",variant:\"GAkL1nEx4\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-780qms\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:20,intrinsicWidth:330,layoutDependency:layoutDependency,layoutId:\"eHPi6VhvD\",svg:'<svg width=\"330\" height=\"20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.393 4.573h8.925v2.006L5.813 17H3.552l4.59-10.421h-6.75V4.573Zm11.163 6.443c-.748 0-1.377-.612-1.377-1.343 0-.748.63-1.36 1.377-1.36.748 0 1.377.612 1.377 1.36 0 .731-.629 1.343-1.377 1.343Zm0 6.188c-.748 0-1.377-.612-1.377-1.343 0-.748.63-1.36 1.377-1.36.748 0 1.377.612 1.377 1.36 0 .731-.629 1.343-1.377 1.343ZM18 6.528h-2.72V4.573h4.81V17H18V6.528Zm6.04 0h-2.72V4.573h4.812V17H24.04V6.528Z\" fill=\"#171C33\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M270.012 3.25h-1.132c-.626 0-1.132.507-1.132 1.132v9.814c0 .626.506 1.132 1.132 1.132h1.132c.626 0 1.133-.506 1.133-1.132V4.382c0-.625-.507-1.132-1.133-1.132Zm-6.416 2.642h1.132c.625 0 1.132.507 1.132 1.133v7.171c0 .626-.507 1.133-1.132 1.133h-1.132a1.133 1.133 0 0 1-1.133-1.133V7.025c0-.626.507-1.133 1.133-1.133Zm-4.152 2.642h-1.133c-.625 0-1.132.507-1.132 1.133v4.529c0 .625.507 1.132 1.132 1.132h1.133c.625 0 1.132-.507 1.132-1.132v-4.53c0-.625-.507-1.132-1.132-1.132Zm-5.285 2.265h-1.132c-.625 0-1.132.507-1.132 1.132v2.265c0 .625.507 1.132 1.132 1.132h1.132c.626 0 1.133-.507 1.133-1.132v-2.265c0-.625-.507-1.132-1.133-1.132Zm32.386-5.057c2.438 0 4.782.932 6.548 2.603a.34.34 0 0 0 .477-.004l1.272-1.277a.355.355 0 0 0 .103-.25.354.354 0 0 0-.106-.249c-4.637-4.42-11.952-4.42-16.589 0a.35.35 0 0 0-.003.499l1.272 1.277a.34.34 0 0 0 .477.004 9.531 9.531 0 0 1 6.549-2.603Zm0 4.154c1.339 0 2.631.495 3.623 1.39a.343.343 0 0 0 .477-.007l1.27-1.277a.351.351 0 0 0-.005-.502 7.906 7.906 0 0 0-10.728 0 .353.353 0 0 0-.004.502l1.269 1.277c.131.13.343.133.477.006a5.414 5.414 0 0 1 3.621-1.39Zm2.544 2.795a.342.342 0 0 1-.103.252l-2.197 2.206a.345.345 0 0 1-.488 0l-2.197-2.206a.343.343 0 0 1 .01-.5 3.78 3.78 0 0 1 4.862 0c.07.063.111.153.113.248Z\" fill=\"#171C33\"/><path opacity=\".5\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M302.403 5.543c-.458.899-.458 2.085-.458 4.457s0 3.558.458 4.457a4.2 4.2 0 0 0 1.836 1.835c.898.458 2.074.458 4.426.458h11.36c2.353 0 3.529 0 4.427-.458a4.204 4.204 0 0 0 1.836-1.835c.457-.899.457-2.085.457-4.457s0-3.558-.457-4.457a4.204 4.204 0 0 0-1.836-1.835c-.898-.458-2.074-.458-4.427-.458h-11.36c-2.352 0-3.528 0-4.426.458a4.2 4.2 0 0 0-1.836 1.835ZM329.107 10a2.17 2.17 0 0 1-1.328 2V8a2.17 2.17 0 0 1 1.328 2Zm-11.063 4.258c2.004 0 3.217-1.59 3.217-4.268 0-1.524-.395-2.685-1.098-3.406-.617-.7-1.473-1.101-2.496-1.101-2.151 0-3.554 1.77-3.554 4.381 0 2.47 1.194 4.16 3.227 4.323.222.047.457.07.704.07ZM318 12.876c-.901-.03-1.456-1.001-1.456-2.891 0-1.904.579-2.859 1.5-2.859.926 0 1.499.95 1.499 2.859 0 1.13-.196 1.93-.548 2.399a1.755 1.755 0 0 1-.995.492Zm-7.387 1.382c1.825 0 3.044-1.168 3.044-2.886 0-.63-.164-1.168-.444-1.593-.437-.893-1.332-1.444-2.501-1.444-.52 0-.984.122-1.366.342l.058-.612.186-.725h3.629V5.947h-.218v-.303h-4.382l-.071.303h-.389l-.244 2.693-.331 1.408.2.042-.057.625h1.516c.253-.478.747-.775 1.387-.775.709 0 1.24.427 1.376 1.099.004.055.006.112.006.17 0 .964-.561 1.591-1.452 1.662-.735-.015-1.296-.455-1.384-1.129h-.247a2.115 2.115 0 0 1-.034-.383h-1.46c0 1.363.745 2.357 1.945 2.7.367.128.782.199 1.233.199Z\" fill=\"#171C33\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M302.403 5.543c-.458.899-.458 2.085-.458 4.457s0 3.558.458 4.457a4.2 4.2 0 0 0 1.836 1.835c.898.458 2.074.458 4.426.458h5.68V3.25h-5.68c-2.352 0-3.528 0-4.426.458a4.2 4.2 0 0 0-1.836 1.835Zm5.223 6.328c.095 1.354 1.241 2.387 2.976 2.387 1.819 0 3.077-1.162 3.077-2.87v-.01c0-1.545-1.089-2.657-2.6-2.657-.775 0-1.403.337-1.729.882h-.101l.202-2.308h3.745V5.947h-5.065l-.376 4.796h1.454c.09-.174.225-.326.377-.45.269-.23.617-.348 1.027-.348.859 0 1.471.601 1.471 1.466v.011c0 .87-.606 1.482-1.476 1.482-.764 0-1.32-.477-1.438-1.072l-.011-.04h-1.539l.006.08Z\" fill=\"#171C33\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vdld0f\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"qatC_dQGb\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17kvit4\",layoutDependency:layoutDependency,layoutId:\"hwNoHdYrg\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-byvrsl\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"IDcTegfdP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(216, 217, 221)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hndqa3\",layoutDependency:layoutDependency,layoutId:\"TnQjgdljg\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dz3wjg\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"RIeFhzdNT\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:56,borderBottomRightRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-1lg6r5h\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"EK9mmGctl\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Percentages\"})}),className:\"framer-1oi1mox\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"Zy6dD1ioi\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lxq9s0\",\"data-border\":true,\"data-highlight\":true,id:`${layoutId}-1lxq9s0`,layoutDependency:layoutDependency,layoutId:\"lU86drtyd\",onTap:onTapizu9gt({overlay}),ref:ref2,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"0px 0px 1px 1px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Edit\"})}),className:\"framer-vyn2to\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"H2KX1Yk3j\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1lxq9s0`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,...addPropertyOverrides({oj6nIYmV4:{offsetX:89,safeArea:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ksnkt0\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"j4vd9u5Rm\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},variants:{oj6nIYmV4:{boxShadow:\"10px 10px 100px 0px var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"}},children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-k19fo0\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cHU0djIqF\",onTap:onTap1wvko5h({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1glqy5r\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"lKCwIz0Ix\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.151 5.151a1.2 1.2 0 0 1 1.697 0L12 10.303l5.15-5.153a1.2 1.2 0 1 1 1.697 1.698L13.697 12l5.151 5.151a1.2 1.2 0 1 1-1.697 1.698L12 13.697l-5.152 5.152a1.2 1.2 0 0 1-1.697-1.698L10.303 12 5.15 6.849a1.2 1.2 0 0 1 0-1.698Z\" fill=\"#5C5E66\"/></svg>',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ks94eu\",layoutDependency:layoutDependency,layoutId:\"WM8HeGX3D\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Allocation percentages\"})}),className:\"framer-11nppi3\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"tpS1W8Jxy\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"What percentage of income would you \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"like to allocate into each bucket?\"})]}),className:\"framer-1hanwj9\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"ISEkU1BmI\",style:{\"--extracted-2gxw0f\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v7e7jn\",layoutDependency:layoutDependency,layoutId:\"BAv7knAB4\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-si951x\",layoutDependency:layoutDependency,layoutId:\"qmZpOdvXp\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19n7t1c\",layoutDependency:layoutDependency,layoutId:\"yvDU75h7B\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xvnfyl-container\",layoutDependency:layoutDependency,layoutId:\"iN9Vt1_ON-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"iN9Vt1_ON\",layoutId:\"iN9Vt1_ON\",variant:\"DQGidL4Pv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Fixed Expenses\"})}),className:\"framer-1a90qtw\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"zPjyQis3e\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19wnwjk\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"oF18efts2\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"20\"})}),className:\"framer-12wo9ca\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"DlXK6qQxy\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-syybrq\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"oQnvAGexJ\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-187goja\",layoutDependency:layoutDependency,layoutId:\"RYcflhoLz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pq91nm\",layoutDependency:layoutDependency,layoutId:\"Y5J3tzeDr\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wrvbqd-container\",layoutDependency:layoutDependency,layoutId:\"sBoLd9vaR-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"sBoLd9vaR\",layoutId:\"sBoLd9vaR\",variant:\"yF9mer54d\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Profit\"})}),className:\"framer-t82fbe\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"cUo8m5RAy\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e4w6e8\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"PjngnSawr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"60\"})}),className:\"framer-y5g5nh\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"J6ml8MlJE\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-hqfzbo\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"m1gWVZWpH\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vlt7fb\",layoutDependency:layoutDependency,layoutId:\"YLy_MIcly\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x9o427\",layoutDependency:layoutDependency,layoutId:\"mwG9iOJ3B\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-olx364-container\",layoutDependency:layoutDependency,layoutId:\"EgBxSFT1r-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"EgBxSFT1r\",layoutId:\"EgBxSFT1r\",variant:\"vvxEQzBt5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Taxes\"})}),className:\"framer-793i2d\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"VJBFBq6WQ\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1goz0l7\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"tw_eYjCi7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"9\"})}),className:\"framer-1te1fkk\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"quydVFzFT\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-o5oegf\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"nTXS2Se_I\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5kspvy\",layoutDependency:layoutDependency,layoutId:\"dtjWum1Gi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ckbvk6\",layoutDependency:layoutDependency,layoutId:\"ofctTR1ov\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dd2set-container\",layoutDependency:layoutDependency,layoutId:\"TFPTeidXm-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"TFPTeidXm\",layoutId:\"TFPTeidXm\",variant:\"BHJKXbJvv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Variable Expenses\"})}),className:\"framer-7aze99\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"RgwiA1NSn\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19sbq4f\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"oYTuUWs1G\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"11\"})}),className:\"framer-rkjej1\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"u64ElPopP\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-bl321e\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"rhETiense\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iey7dh\",layoutDependency:layoutDependency,layoutId:\"hNU4IUbfi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Remaining\"})}),className:\"framer-1n17dbx\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"i4cancizg\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6i836j\",layoutDependency:layoutDependency,layoutId:\"U63xGRHp1\",style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\" 0 %\"})}),className:\"framer-1x3dmir\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"EAzTTOdNZ\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mqzftv\",layoutDependency:layoutDependency,layoutId:\"zcDC1v24I\",style:{backgroundColor:\"rgb(0, 194, 146)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"Save\"})}),className:\"framer-1nnd5na\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"fhcrURIUo\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-9qvdxb\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"yL_a63IYY\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"10px 10px 100px 0px var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},variants:{oj6nIYmV4:{boxShadow:\"none\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yqflfv\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"g3BWyy2cn\",onTap:onTap1wvko5h({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nnrnd5\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"y3OpTJk0B\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.151 5.151a1.2 1.2 0 0 1 1.697 0L12 10.303l5.15-5.153a1.2 1.2 0 1 1 1.697 1.698L13.697 12l5.151 5.151a1.2 1.2 0 1 1-1.697 1.698L12 13.697l-5.152 5.152a1.2 1.2 0 0 1-1.697-1.698L10.303 12 5.15 6.849a1.2 1.2 0 0 1 0-1.698Z\" fill=\"#5C5E66\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vkyhxz\",layoutDependency:layoutDependency,layoutId:\"Hc4cgNvqW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Allocation percentages\"})}),className:\"framer-1icbm2t\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HuUvv_Q_S\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"What percentage of income would you like to allocate into each bucket?\"})}),className:\"framer-f1dd03\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"xl1N_O3nt\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-184zlwc\",layoutDependency:layoutDependency,layoutId:\"tKR2EAFK_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hp4xl2\",layoutDependency:layoutDependency,layoutId:\"T6DtwsjtG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a4b7os\",layoutDependency:layoutDependency,layoutId:\"OykHaSkhp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j2l11d-container\",layoutDependency:layoutDependency,layoutId:\"WVRLhcXrK-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"WVRLhcXrK\",layoutId:\"WVRLhcXrK\",variant:\"DQGidL4Pv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Fixed Expenses\"})}),className:\"framer-1ehlis8\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"YRkpB3PPw\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e6u13g\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"NClT_2PWP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"20\"})}),className:\"framer-x69kgj\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"jnvCN8vR8\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-19uuj6t\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"PVS1lTw51\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bhks4k\",layoutDependency:layoutDependency,layoutId:\"NZfgCPyyL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-174i9zu\",layoutDependency:layoutDependency,layoutId:\"vUcb_YxRK\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lh5ns-container\",layoutDependency:layoutDependency,layoutId:\"UftyN9qRO-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"UftyN9qRO\",layoutId:\"UftyN9qRO\",variant:\"yF9mer54d\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Profit\"})}),className:\"framer-4mkpmf\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"ItBXAfiHz\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oj6nIYmV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Pay Myself\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f44x9n\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"YC7fi_PJ7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"60\"})}),className:\"framer-1ibz0lq\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"gSfCTtZlX\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-1weqqw\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"WGGOoLJVN\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s27f7n\",layoutDependency:layoutDependency,layoutId:\"a8HKhsPhP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10689kp\",layoutDependency:layoutDependency,layoutId:\"lHATB8EgC\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4y0zjc-container\",layoutDependency:layoutDependency,layoutId:\"LZ9tpAeib-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"LZ9tpAeib\",layoutId:\"LZ9tpAeib\",variant:\"vvxEQzBt5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Taxes\"})}),className:\"framer-1m0xb8t\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"iGewZn5sG\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gp6umw\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"RNeSFak5b\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"9\"})}),className:\"framer-m677xz\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"CsmOI6x4h\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-la6q1s\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"cfi6cpZ3P\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q6w1w5\",layoutDependency:layoutDependency,layoutId:\"IULQHHaOK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zc3411\",layoutDependency:layoutDependency,layoutId:\"e49bD_PZI\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eve5ut-container\",layoutDependency:layoutDependency,layoutId:\"HCL9v6hfn-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"HCL9v6hfn\",layoutId:\"HCL9v6hfn\",variant:\"BHJKXbJvv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Variable Expenses\"})}),className:\"framer-uwy7xe\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"WlWBP7ViH\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-29a3p0\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"XiJbapNbc\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 232, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"11\"})}),className:\"framer-1oswmj6\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"DwDW0qJJ1\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"%\"})}),className:\"framer-1pcd187\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"oPS05INMT\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k5n390\",layoutDependency:layoutDependency,layoutId:\"WKJp0DQK6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Remaining\"})}),className:\"framer-1ambwss\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"EPhWJHXg5\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18nw4q8\",layoutDependency:layoutDependency,layoutId:\"PlgCEKOzJ\",style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\" 0 %\"})}),className:\"framer-eu9r0t\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"e6C0MCjak\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qz96mo\",layoutDependency:layoutDependency,layoutId:\"QIGNlMEvN\",style:{backgroundColor:\"rgb(0, 194, 146)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255)))\"},children:\"Save\"})}),className:\"framer-19jxqlr\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"jbQRNSpzI\",style:{\"--extracted-r6o4lv\":\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lh0cta\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Q5ImA9gJO\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(216, 217, 221)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w50ljv\",layoutDependency:layoutDependency,layoutId:\"ewdT6JbrJ\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11lkx3g\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"D3qdTGUYT\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:56,borderBottomRightRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1csu7me\",\"data-framer-name\":\"calendar_check_regular\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"TTuUAitpn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 4.571 0 C 5.046 0 5.429 0.334 5.429 0.75 L 5.429 2 L 10.571 2 L 10.571 0.75 C 10.571 0.334 10.954 0 11.429 0 C 11.904 0 12.286 0.334 12.286 0.75 L 12.286 2 L 13.714 2 C 14.975 2 16 2.897 16 4 L 16 14 C 16 15.103 14.975 16 13.714 16 L 2.286 16 C 1.025 16 0 15.103 0 14 L 0 4 C 0 2.897 1.025 2 2.286 2 L 3.714 2 L 3.714 0.75 C 3.714 0.334 4.096 0 4.571 0 Z M 14.286 6 L 1.714 6 L 1.714 14 C 1.714 14.275 1.971 14.5 2.286 14.5 L 13.714 14.5 C 14.029 14.5 14.286 14.275 14.286 14 Z M 11.75 9.281 L 7.75 12.781 C 7.414 13.075 6.871 13.075 6.539 12.781 L 4.254 10.781 C 3.918 10.487 3.918 10.012 4.254 9.722 C 4.589 9.431 5.132 9.428 5.464 9.722 L 7.143 11.191 L 10.536 8.222 C 10.871 7.928 11.414 7.928 11.746 8.222 C 12.079 8.516 12.082 8.991 11.746 9.281 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:12562067530,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Schedules\"})}),className:\"framer-1ir8fhl\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"WM3WQGVzG\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kdp8wl\",\"data-border\":true,\"data-highlight\":true,id:`${layoutId}-1kdp8wl`,layoutDependency:layoutDependency,layoutId:\"kQyDj_A3C\",onTap:onTapizu9gt({overlay:overlay1}),ref:ref4,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(229, 230, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"0px 0px 1px 1px var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Twice a month\"})}),className:\"framer-vehdgo\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"MFSlkXdb5\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1i71wrs\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:6,intrinsicWidth:9,layoutDependency:layoutDependency,layoutId:\"ZiDcbb9IX\",svg:'<svg width=\"9\" height=\"6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M4.147 4.853a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0-.708-.708L4.5 3.792 2.353 1.647a.5.5 0 0 0-.708.708l2.5 2.5.002-.002Z\" fill=\"#000\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"rotate(-90 3 2.5)\" d=\"M0 0h5v8H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1kdp8wl`,offsetX:0,offsetY:-4,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-urcyl7\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"XtoKe_l3k\",ref:ref5,role:\"dialog\",style:{backgroundColor:\"var(--token-595c4a05-d6bf-47ce-8830-21daa9999d7f, rgb(247, 248, 252))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"Once a month\"})}),className:\"framer-1imm1bk\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"sakv1bB7s\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\"},verticalAlignment:\"center\",withExternalLayout:true})})})})]})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-51fpkl\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"UpYhI4EOV\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-e8830d66-507e-402a-b410-acafb4eee834, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 1px 2px -1px rgba(0,0,0,0.25), 0px 1px 3px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-86f6n0-container\",layoutDependency:layoutDependency,layoutId:\"TPrkh0vdZ-container\",children:/*#__PURE__*/_jsx(Step4,{height:\"100%\",id:\"TPrkh0vdZ\",layoutId:\"TPrkh0vdZ\",variant:\"qcn5rJed2\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1989a74\",layoutDependency:layoutDependency,layoutId:\"OSaI5ddnj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hea9qn\",layoutDependency:layoutDependency,layoutId:\"tkEqIxp3C\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9fgc0i\",layoutDependency:layoutDependency,layoutId:\"ic4z_meCJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"BUSINESS CHECK\"})}),className:\"framer-1g28nfn\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"XzMrdOCX1\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kzsow1\",layoutDependency:layoutDependency,layoutId:\"NfGeXMT9T\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8g48gl\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hfvZFE3rE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 4\"><path d=\"M 4 2 C 4 3.105 3.105 4 2 4 C 0.895 4 0 3.105 0 2 C 0 0.895 0.895 0 2 0 C 3.105 0 4 0.895 4 2 Z\" fill=\"rgb(63,65,77)\"></path><path d=\"M 10 2 C 10 3.105 9.105 4 8 4 C 6.895 4 6 3.105 6 2 C 6 0.895 6.895 0 8 0 C 9.105 0 10 0.895 10 2 Z\" fill=\"rgb(63,65,77)\"></path></svg>',svgContentId:10922971541,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42)))\"},children:\"0111\"})}),className:\"framer-2n31k1\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"GW5WE34kH\",style:{\"--extracted-r6o4lv\":\"var(--token-fa1009bf-7228-48c2-bd15-af49c1997109, rgb(11, 16, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14nc1d\",\"data-border\":true,\"data-framer-name\":\"Demo/Demo - Expanding buckets\",layoutDependency:layoutDependency,layoutId:\"xRX55L0si\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(220, 222, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(252, 252, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.25), 0px 1px 3px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x0f8kq\",layoutDependency:layoutDependency,layoutId:\"lZepCWx3f\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18fw3\",layoutDependency:layoutDependency,layoutId:\"J2KIjEw1b\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u4z2h-container\",layoutDependency:layoutDependency,layoutId:\"DKZ3pdsbl-container\",children:/*#__PURE__*/_jsx(ElementsLogoIcon,{height:\"100%\",id:\"DKZ3pdsbl\",layoutId:\"DKZ3pdsbl\",style:{height:\"100%\",width:\"100%\"},variant:\"IPc9I3j5l\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBSZWd1bGFy\",\"--framer-font-family\":'\"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Income\"})}),className:\"framer-cy7dpr\",fonts:[\"CUSTOM;Gibson Regular\"],layoutDependency:layoutDependency,layoutId:\"g8uTUmgNM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gibson SemiBold\", \"Gibson SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\"},children:\"$ 4,000.00\"})}),className:\"framer-1mhcs4a\",fonts:[\"CUSTOM;Gibson SemiBold\"],layoutDependency:layoutDependency,layoutId:\"UoPMzRsNn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rjb1on\",\"data-framer-name\":\"Bucket color\",layoutDependency:layoutDependency,layoutId:\"tuwluVzRS\",style:{backgroundColor:\"var(--token-a32a512e-b2d5-46d4-b522-3b8751ae127d, rgb(9, 234, 242))\"}})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oj6nIYmV4:{width:\"306px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6qq0l3-container\",layoutDependency:layoutDependency,layoutId:\"xSrqLIs08-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"20 %\",aNUYlsEt8:14,BcaQ0R8wb:\"$1,250.00\",bYuyITeT1:\"var(--token-f70f276b-e47a-481b-ba95-7e44bc3096c7, rgb(19, 60, 242))\",dBXPC7eIB:\"$ 1,152.00\",dUfKxQw9V:\"$ 70.00\",EgdsnBJZh:\"1,152.00\",fWRTnBG6K:\"DQGidL4Pv\",ggVB9i4Kh:11,hb7Yy_Gow:\"$ 248.00\",height:\"100%\",htWIvD_k8:\"General Liability Ins.\",id:\"xSrqLIs08\",IryW4wiGi:\"$ 2,402.00\",IUxgzvyUk:\"800.00\",KNQEQWDZT:\"Biz Car payment\",layoutId:\"xSrqLIs08\",MNlO14hkD:\"1st\",pqA5bMnHk:\"3rd\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"paKKtzHVA\",variant:\"UKC6v_6hq\",VFor88Es5:\"Ly_GOzmLH\",VrrFiQX6y:\"$ 2,050.00\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oj6nIYmV4:{width:\"306px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yojknr-container\",layoutDependency:layoutDependency,layoutId:\"ApJufSVWz-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"60 %\",aNUYlsEt8:14,BcaQ0R8wb:\"$ 1,800.00\",bYuyITeT1:\"var(--token-92b2f6fc-f295-4d15-b2ae-3c0842446fbc, rgb(255, 52, 108))\",dBXPC7eIB:\"$ 3,500.00\",dUfKxQw9V:\"$ 2,000.00\",EgdsnBJZh:\"$3,500.00\",fWRTnBG6K:\"yF9mer54d\",ggVB9i4Kh:11,hb7Yy_Gow:\"$ 1,500.00\",height:\"100%\",htWIvD_k8:\"Pay myself\",id:\"ApJufSVWz\",IryW4wiGi:\"$ 5,300.00\",IUxgzvyUk:\"2,400.00\",KNQEQWDZT:\"Pay myself\",layoutId:\"ApJufSVWz\",MNlO14hkD:\"1st\",pqA5bMnHk:\"15th\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"HDTxdSwDe\",variant:\"UKC6v_6hq\",VFor88Es5:\"Ly_GOzmLH\",VrrFiQX6y:\"$ 4,200.00\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oj6nIYmV4:{width:\"306px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-aswhfz-container\",layoutDependency:layoutDependency,layoutId:\"OCNHT0bZ1-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"9 %\",aNUYlsEt8:14,BcaQ0R8wb:\"$ 500.00\",bYuyITeT1:\"var(--token-80f385b2-4240-446d-80ad-e1eb48571cf9, rgb(255, 182, 23))\",dBXPC7eIB:\"$ 1,152.00\",dUfKxQw9V:\"$ 70.00\",EgdsnBJZh:\"0.00\",fWRTnBG6K:\"vvxEQzBt5\",ggVB9i4Kh:11,hb7Yy_Gow:\"$ 248.00\",height:\"100%\",htWIvD_k8:\"General Liability Ins.\",id:\"OCNHT0bZ1\",IryW4wiGi:\"$ 500.00\",IUxgzvyUk:\"360.00\",KNQEQWDZT:\"Biz Car payment\",layoutId:\"OCNHT0bZ1\",MNlO14hkD:\"1st\",pqA5bMnHk:\"3rd\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"c9SCxVHCN\",variant:\"UKC6v_6hq\",VFor88Es5:\"TorDHxl_T\",VrrFiQX6y:\"$ 860.00\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oj6nIYmV4:{width:\"306px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l5qnx1-container\",layoutDependency:layoutDependency,layoutId:\"m6jM18Jol-container\",children:/*#__PURE__*/_jsx(OrganizeBucket,{AHdS2lRKA:\"11 %\",aNUYlsEt8:14,BcaQ0R8wb:\"$ 550.00\",bYuyITeT1:\"var(--token-b58a59aa-f49c-4f7a-bac6-4ca701575aa4, rgb(54, 209, 159))\",dBXPC7eIB:\"$ 1,152.00\",dUfKxQw9V:\"$ 70.00\",EgdsnBJZh:\"0.00\",fWRTnBG6K:\"BHJKXbJvv\",ggVB9i4Kh:11,hb7Yy_Gow:\"$ 248.00\",height:\"100%\",htWIvD_k8:\"General Liability Ins.\",id:\"m6jM18Jol\",IryW4wiGi:\"$ 550.00\",IUxgzvyUk:\"440.00\",KNQEQWDZT:\"Biz Car payment\",layoutId:\"m6jM18Jol\",MNlO14hkD:\"1st\",pqA5bMnHk:\"3rd\",style:{height:\"100%\",width:\"100%\"},t5LiP3FN2:\"LLiTAzHjs\",variant:\"UKC6v_6hq\",VFor88Es5:\"TorDHxl_T\",VrrFiQX6y:\"$ 990.00\",width:\"100%\"})})})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1indkbx\",layoutDependency:layoutDependency,layoutId:\"gT0OtiekV\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-908zc2-container\",layoutDependency:layoutDependency,layoutId:\"aKDs_hmmy-container\",children:/*#__PURE__*/_jsx(Step5,{height:\"100%\",id:\"aKDs_hmmy\",layoutId:\"aKDs_hmmy\",variant:\"HFCsYbWjV\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({uQ9cfzmvU:{width:\"340px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-174s65w-container\",layoutDependency:layoutDependency,layoutId:\"EkC1NyPCx-container\",children:/*#__PURE__*/_jsx(ReportsPageMobileTransactionList,{height:\"100%\",id:\"EkC1NyPCx\",layoutId:\"EkC1NyPCx\",style:{width:\"100%\"},variant:\"th_b5dkE0\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({uQ9cfzmvU:{width:\"340px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s604jt-container\",layoutDependency:layoutDependency,layoutId:\"LhPEl1l81-container\",children:/*#__PURE__*/_jsx(ReportsPageMobileNewReports,{height:\"100%\",id:\"LhPEl1l81\",layoutId:\"LhPEl1l81\",style:{width:\"100%\"},variant:\"Jl4nkq4v0\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zml024-container\",layoutDependency:layoutDependency,layoutId:\"g8uXLnOSC-container\",children:/*#__PURE__*/_jsx(Step1,{height:\"100%\",id:\"g8uXLnOSC\",layoutId:\"g8uXLnOSC\",TwKU3mSGm:TwKU3mSGmbdg04r,variant:\"RJFSM12Cl\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-T6uJa.framer-1c96gp5, .framer-T6uJa .framer-1c96gp5 { display: block; }\",\".framer-T6uJa.framer-11dsf2x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-9i9ho3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-tjix5b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 111px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1exot2c, .framer-T6uJa .framer-4y4fcy, .framer-T6uJa .framer-p10la0, .framer-T6uJa .framer-1f59l9w, .framer-T6uJa .framer-16fi8er, .framer-T6uJa .framer-b2nygd, .framer-T6uJa .framer-1lg6r5h, .framer-T6uJa .framer-vyn2to, .framer-T6uJa .framer-vehdgo, .framer-T6uJa .framer-1imm1bk { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-T6uJa .framer-8umps, .framer-T6uJa .framer-16yjice { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 111px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-6guyza { flex: none; height: 689px; max-width: 100%; overflow: auto; position: relative; width: 345px; }\",\".framer-T6uJa .framer-m6qaih { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 20px 0px 0px 0px; position: absolute; top: 55px; width: min-content; }\",\".framer-T6uJa .framer-16qrzpb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 5px 12px 5px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-1pfz59k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-dnoix5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 20px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 318px; }\",\".framer-T6uJa .framer-b804cd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 20px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-1g0ufbz, .framer-T6uJa .framer-kzsow1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-1ldchuo { aspect-ratio: 1.6666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); position: relative; width: 8px; }\",\".framer-T6uJa .framer-1jh8e7f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-1t201m0-container, .framer-T6uJa .framer-3e7ctv-container, .framer-T6uJa .framer-108nruz-container, .framer-T6uJa .framer-16x30-container, .framer-T6uJa .framer-1as56e3-container, .framer-T6uJa .framer-1maofre-container { flex: none; height: auto; position: relative; width: 318px; }\",\".framer-T6uJa .framer-1o3ork0-container { bottom: 41px; flex: none; height: auto; position: absolute; right: 15px; width: auto; z-index: 1; }\",\".framer-T6uJa .framer-pnqqzz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 318px; }\",\".framer-T6uJa .framer-ldnnxf, .framer-T6uJa .framer-19n7t1c, .framer-T6uJa .framer-1pq91nm, .framer-T6uJa .framer-x9o427, .framer-T6uJa .framer-1ckbvk6, .framer-T6uJa .framer-1a4b7os, .framer-T6uJa .framer-174i9zu, .framer-T6uJa .framer-10689kp, .framer-T6uJa .framer-zc3411, .framer-T6uJa .framer-9fgc0i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-1w8ck1v { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-T6uJa .framer-403dmh, .framer-T6uJa .framer-5a6lyw, .framer-T6uJa .framer-3whqa1, .framer-T6uJa .framer-11nppi3, .framer-T6uJa .framer-1hanwj9, .framer-T6uJa .framer-1a90qtw, .framer-T6uJa .framer-12wo9ca, .framer-T6uJa .framer-syybrq, .framer-T6uJa .framer-t82fbe, .framer-T6uJa .framer-y5g5nh, .framer-T6uJa .framer-hqfzbo, .framer-T6uJa .framer-793i2d, .framer-T6uJa .framer-1te1fkk, .framer-T6uJa .framer-o5oegf, .framer-T6uJa .framer-7aze99, .framer-T6uJa .framer-rkjej1, .framer-T6uJa .framer-bl321e, .framer-T6uJa .framer-1n17dbx, .framer-T6uJa .framer-1x3dmir, .framer-T6uJa .framer-1nnd5na, .framer-T6uJa .framer-1icbm2t, .framer-T6uJa .framer-1ehlis8, .framer-T6uJa .framer-x69kgj, .framer-T6uJa .framer-19uuj6t, .framer-T6uJa .framer-4mkpmf, .framer-T6uJa .framer-1ibz0lq, .framer-T6uJa .framer-1weqqw, .framer-T6uJa .framer-1m0xb8t, .framer-T6uJa .framer-m677xz, .framer-T6uJa .framer-la6q1s, .framer-T6uJa .framer-uwy7xe, .framer-T6uJa .framer-1oswmj6, .framer-T6uJa .framer-1pcd187, .framer-T6uJa .framer-1ambwss, .framer-T6uJa .framer-eu9r0t, .framer-T6uJa .framer-19jxqlr, .framer-T6uJa .framer-1g28nfn, .framer-T6uJa .framer-2n31k1, .framer-T6uJa .framer-cy7dpr, .framer-T6uJa .framer-1mhcs4a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-T6uJa .framer-1jpdp3w-container { flex: none; height: auto; position: relative; width: 344px; }\",\".framer-T6uJa .framer-1cw6j69 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 23px 20px 23px 20px; position: relative; width: 345px; }\",\".framer-T6uJa .framer-14yekdc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 6px; position: relative; width: 325px; }\",\".framer-T6uJa .framer-19k3zf9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-1k93zxb-container, .framer-T6uJa .framer-1tuqj17-container, .framer-T6uJa .framer-xvnfyl-container, .framer-T6uJa .framer-wrvbqd-container, .framer-T6uJa .framer-olx364-container, .framer-T6uJa .framer-1dd2set-container, .framer-T6uJa .framer-1j2l11d-container, .framer-T6uJa .framer-lh5ns-container, .framer-T6uJa .framer-4y0zjc-container, .framer-T6uJa .framer-eve5ut-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-T6uJa .framer-780qms { flex: none; height: 17px; left: calc(49.56521739130437% - 282px / 2); position: absolute; top: 16px; width: 282px; }\",\".framer-T6uJa .framer-1vdld0f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 53px; width: 338px; }\",\".framer-T6uJa .framer-17kvit4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 5px 0px 5px; position: relative; width: 100%; }\",\".framer-T6uJa .framer-byvrsl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 15px 12px 15px; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1hndqa3, .framer-T6uJa .framer-w50ljv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-T6uJa .framer-1dz3wjg, .framer-T6uJa .framer-11lkx3g { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 32px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1oi1mox, .framer-T6uJa .framer-1ir8fhl { -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; }\",\".framer-T6uJa .framer-1lxq9s0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 30px; justify-content: center; overflow: hidden; padding: 5px 12px 5px 12px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1ksnkt0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 10px 20px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-k19fo0 { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 364px; }\",\".framer-T6uJa .framer-1glqy5r, .framer-T6uJa .framer-1nnrnd5 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-T6uJa .framer-1ks94eu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-v7e7jn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 316px; }\",\".framer-T6uJa .framer-si951x, .framer-T6uJa .framer-187goja, .framer-T6uJa .framer-1vlt7fb, .framer-T6uJa .framer-5kspvy, .framer-T6uJa .framer-iey7dh, .framer-T6uJa .framer-1hp4xl2, .framer-T6uJa .framer-bhks4k, .framer-T6uJa .framer-1s27f7n, .framer-T6uJa .framer-q6w1w5, .framer-T6uJa .framer-1k5n390 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-T6uJa .framer-19wnwjk, .framer-T6uJa .framer-1e4w6e8, .framer-T6uJa .framer-1goz0l7, .framer-T6uJa .framer-19sbq4f, .framer-T6uJa .framer-e6u13g, .framer-T6uJa .framer-1f44x9n, .framer-T6uJa .framer-1gp6umw, .framer-T6uJa .framer-29a3p0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: hidden; padding: 0px 5px 0px 10px; position: relative; width: 70px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-6i836j, .framer-T6uJa .framer-18nw4q8 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: hidden; padding: 0px 5px 0px 10px; position: relative; width: 70px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1mqzftv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 311px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-9qvdxb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 11; }\",\".framer-T6uJa .framer-1yqflfv { align-content: flex-end; align-items: flex-end; align-self: stretch; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-T6uJa .framer-vkyhxz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 265px; }\",\".framer-T6uJa .framer-f1dd03 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-T6uJa .framer-184zlwc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 265px; }\",\".framer-T6uJa .framer-1qz96mo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 265px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1lh0cta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1csu7me { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-T6uJa .framer-1kdp8wl { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 30px; justify-content: space-between; overflow: hidden; padding: 5px 10px 5px 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1i71wrs { aspect-ratio: 1.4 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 7px); position: relative; width: 10px; }\",\".framer-T6uJa .framer-urcyl7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 19px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 109px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-51fpkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 16px 20px 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-86f6n0-container { flex: none; height: auto; position: absolute; right: 57px; top: -5px; width: auto; z-index: 1; }\",\".framer-T6uJa .framer-1989a74 { 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-T6uJa .framer-hea9qn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-T6uJa .framer-8g48gl { flex: none; height: 4px; position: relative; width: 10px; }\",\".framer-T6uJa .framer-14nc1d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 70px; justify-content: space-between; overflow: hidden; padding: 23px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-T6uJa .framer-1x0f8kq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 50px 0px 15px; position: relative; width: 100%; }\",\".framer-T6uJa .framer-18fw3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-T6uJa .framer-1u4z2h-container { aspect-ratio: 0.9473684210526315 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 18px; }\",\".framer-T6uJa .framer-1rjb1on { flex: none; height: 5px; overflow: hidden; position: relative; width: 100%; }\",\".framer-T6uJa .framer-6qq0l3-container, .framer-T6uJa .framer-1yojknr-container, .framer-T6uJa .framer-aswhfz-container, .framer-T6uJa .framer-1l5qnx1-container { flex: none; height: 154px; position: relative; width: 100%; }\",\".framer-T6uJa .framer-1indkbx { align-content: center; align-items: center; bottom: -2049px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -2px; min-height: 2676px; overflow: visible; padding: 0px; position: absolute; width: 340px; }\",\".framer-T6uJa .framer-908zc2-container { flex: none; height: auto; position: absolute; right: 56px; top: 14px; width: auto; z-index: 1; }\",\".framer-T6uJa .framer-174s65w-container, .framer-T6uJa .framer-s604jt-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-T6uJa .framer-zml024-container { flex: none; height: auto; left: 13px; position: absolute; top: 33px; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-T6uJa.framer-11dsf2x, .framer-T6uJa .framer-9i9ho3, .framer-T6uJa .framer-tjix5b, .framer-T6uJa .framer-8umps, .framer-T6uJa .framer-16yjice, .framer-T6uJa .framer-m6qaih, .framer-T6uJa .framer-16qrzpb, .framer-T6uJa .framer-1pfz59k, .framer-T6uJa .framer-b804cd, .framer-T6uJa .framer-1g0ufbz, .framer-T6uJa .framer-1jh8e7f, .framer-T6uJa .framer-ldnnxf, .framer-T6uJa .framer-1cw6j69, .framer-T6uJa .framer-14yekdc, .framer-T6uJa .framer-19k3zf9, .framer-T6uJa .framer-1vdld0f, .framer-T6uJa .framer-byvrsl, .framer-T6uJa .framer-1hndqa3, .framer-T6uJa .framer-1dz3wjg, .framer-T6uJa .framer-1lxq9s0, .framer-T6uJa .framer-1ksnkt0, .framer-T6uJa .framer-k19fo0, .framer-T6uJa .framer-1ks94eu, .framer-T6uJa .framer-v7e7jn, .framer-T6uJa .framer-19n7t1c, .framer-T6uJa .framer-1pq91nm, .framer-T6uJa .framer-x9o427, .framer-T6uJa .framer-1ckbvk6, .framer-T6uJa .framer-6i836j, .framer-T6uJa .framer-1mqzftv, .framer-T6uJa .framer-9qvdxb, .framer-T6uJa .framer-1yqflfv, .framer-T6uJa .framer-vkyhxz, .framer-T6uJa .framer-184zlwc, .framer-T6uJa .framer-1a4b7os, .framer-T6uJa .framer-174i9zu, .framer-T6uJa .framer-10689kp, .framer-T6uJa .framer-zc3411, .framer-T6uJa .framer-18nw4q8, .framer-T6uJa .framer-1qz96mo, .framer-T6uJa .framer-1lh0cta, .framer-T6uJa .framer-w50ljv, .framer-T6uJa .framer-11lkx3g, .framer-T6uJa .framer-urcyl7, .framer-T6uJa .framer-51fpkl, .framer-T6uJa .framer-1989a74, .framer-T6uJa .framer-hea9qn, .framer-T6uJa .framer-9fgc0i, .framer-T6uJa .framer-kzsow1, .framer-T6uJa .framer-18fw3, .framer-T6uJa .framer-1indkbx { gap: 0px; } .framer-T6uJa.framer-11dsf2x > *, .framer-T6uJa .framer-m6qaih > *, .framer-T6uJa .framer-51fpkl > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-T6uJa.framer-11dsf2x > :first-child, .framer-T6uJa .framer-m6qaih > :first-child, .framer-T6uJa .framer-16qrzpb > :first-child, .framer-T6uJa .framer-1jh8e7f > :first-child, .framer-T6uJa .framer-1cw6j69 > :first-child, .framer-T6uJa .framer-14yekdc > :first-child, .framer-T6uJa .framer-19k3zf9 > :first-child, .framer-T6uJa .framer-1vdld0f > :first-child, .framer-T6uJa .framer-byvrsl > :first-child, .framer-T6uJa .framer-1hndqa3 > :first-child, .framer-T6uJa .framer-1ksnkt0 > :first-child, .framer-T6uJa .framer-k19fo0 > :first-child, .framer-T6uJa .framer-1ks94eu > :first-child, .framer-T6uJa .framer-v7e7jn > :first-child, .framer-T6uJa .framer-6i836j > :first-child, .framer-T6uJa .framer-9qvdxb > :first-child, .framer-T6uJa .framer-1yqflfv > :first-child, .framer-T6uJa .framer-vkyhxz > :first-child, .framer-T6uJa .framer-184zlwc > :first-child, .framer-T6uJa .framer-18nw4q8 > :first-child, .framer-T6uJa .framer-1lh0cta > :first-child, .framer-T6uJa .framer-w50ljv > :first-child, .framer-T6uJa .framer-urcyl7 > :first-child, .framer-T6uJa .framer-51fpkl > :first-child, .framer-T6uJa .framer-1989a74 > :first-child, .framer-T6uJa .framer-hea9qn > :first-child, .framer-T6uJa .framer-1indkbx > :first-child { margin-top: 0px; } .framer-T6uJa.framer-11dsf2x > :last-child, .framer-T6uJa .framer-m6qaih > :last-child, .framer-T6uJa .framer-16qrzpb > :last-child, .framer-T6uJa .framer-1jh8e7f > :last-child, .framer-T6uJa .framer-1cw6j69 > :last-child, .framer-T6uJa .framer-14yekdc > :last-child, .framer-T6uJa .framer-19k3zf9 > :last-child, .framer-T6uJa .framer-1vdld0f > :last-child, .framer-T6uJa .framer-byvrsl > :last-child, .framer-T6uJa .framer-1hndqa3 > :last-child, .framer-T6uJa .framer-1ksnkt0 > :last-child, .framer-T6uJa .framer-k19fo0 > :last-child, .framer-T6uJa .framer-1ks94eu > :last-child, .framer-T6uJa .framer-v7e7jn > :last-child, .framer-T6uJa .framer-6i836j > :last-child, .framer-T6uJa .framer-9qvdxb > :last-child, .framer-T6uJa .framer-1yqflfv > :last-child, .framer-T6uJa .framer-vkyhxz > :last-child, .framer-T6uJa .framer-184zlwc > :last-child, .framer-T6uJa .framer-18nw4q8 > :last-child, .framer-T6uJa .framer-1lh0cta > :last-child, .framer-T6uJa .framer-w50ljv > :last-child, .framer-T6uJa .framer-urcyl7 > :last-child, .framer-T6uJa .framer-51fpkl > :last-child, .framer-T6uJa .framer-1989a74 > :last-child, .framer-T6uJa .framer-hea9qn > :last-child, .framer-T6uJa .framer-1indkbx > :last-child { margin-bottom: 0px; } .framer-T6uJa .framer-9i9ho3 > *, .framer-T6uJa .framer-tjix5b > *, .framer-T6uJa .framer-8umps > *, .framer-T6uJa .framer-16yjice > *, .framer-T6uJa .framer-ldnnxf > *, .framer-T6uJa .framer-1dz3wjg > *, .framer-T6uJa .framer-19n7t1c > *, .framer-T6uJa .framer-1pq91nm > *, .framer-T6uJa .framer-x9o427 > *, .framer-T6uJa .framer-1ckbvk6 > *, .framer-T6uJa .framer-1mqzftv > *, .framer-T6uJa .framer-1a4b7os > *, .framer-T6uJa .framer-174i9zu > *, .framer-T6uJa .framer-10689kp > *, .framer-T6uJa .framer-zc3411 > *, .framer-T6uJa .framer-1qz96mo > *, .framer-T6uJa .framer-11lkx3g > *, .framer-T6uJa .framer-9fgc0i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-T6uJa .framer-9i9ho3 > :first-child, .framer-T6uJa .framer-tjix5b > :first-child, .framer-T6uJa .framer-8umps > :first-child, .framer-T6uJa .framer-16yjice > :first-child, .framer-T6uJa .framer-1pfz59k > :first-child, .framer-T6uJa .framer-b804cd > :first-child, .framer-T6uJa .framer-1g0ufbz > :first-child, .framer-T6uJa .framer-ldnnxf > :first-child, .framer-T6uJa .framer-1dz3wjg > :first-child, .framer-T6uJa .framer-1lxq9s0 > :first-child, .framer-T6uJa .framer-19n7t1c > :first-child, .framer-T6uJa .framer-1pq91nm > :first-child, .framer-T6uJa .framer-x9o427 > :first-child, .framer-T6uJa .framer-1ckbvk6 > :first-child, .framer-T6uJa .framer-1mqzftv > :first-child, .framer-T6uJa .framer-1a4b7os > :first-child, .framer-T6uJa .framer-174i9zu > :first-child, .framer-T6uJa .framer-10689kp > :first-child, .framer-T6uJa .framer-zc3411 > :first-child, .framer-T6uJa .framer-1qz96mo > :first-child, .framer-T6uJa .framer-11lkx3g > :first-child, .framer-T6uJa .framer-9fgc0i > :first-child, .framer-T6uJa .framer-kzsow1 > :first-child, .framer-T6uJa .framer-18fw3 > :first-child { margin-left: 0px; } .framer-T6uJa .framer-9i9ho3 > :last-child, .framer-T6uJa .framer-tjix5b > :last-child, .framer-T6uJa .framer-8umps > :last-child, .framer-T6uJa .framer-16yjice > :last-child, .framer-T6uJa .framer-1pfz59k > :last-child, .framer-T6uJa .framer-b804cd > :last-child, .framer-T6uJa .framer-1g0ufbz > :last-child, .framer-T6uJa .framer-ldnnxf > :last-child, .framer-T6uJa .framer-1dz3wjg > :last-child, .framer-T6uJa .framer-1lxq9s0 > :last-child, .framer-T6uJa .framer-19n7t1c > :last-child, .framer-T6uJa .framer-1pq91nm > :last-child, .framer-T6uJa .framer-x9o427 > :last-child, .framer-T6uJa .framer-1ckbvk6 > :last-child, .framer-T6uJa .framer-1mqzftv > :last-child, .framer-T6uJa .framer-1a4b7os > :last-child, .framer-T6uJa .framer-174i9zu > :last-child, .framer-T6uJa .framer-10689kp > :last-child, .framer-T6uJa .framer-zc3411 > :last-child, .framer-T6uJa .framer-1qz96mo > :last-child, .framer-T6uJa .framer-11lkx3g > :last-child, .framer-T6uJa .framer-9fgc0i > :last-child, .framer-T6uJa .framer-kzsow1 > :last-child, .framer-T6uJa .framer-18fw3 > :last-child { margin-right: 0px; } .framer-T6uJa .framer-16qrzpb > *, .framer-T6uJa .framer-1cw6j69 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-T6uJa .framer-1pfz59k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-T6uJa .framer-b804cd > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-T6uJa .framer-1g0ufbz > *, .framer-T6uJa .framer-kzsow1 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-T6uJa .framer-1jh8e7f > *, .framer-T6uJa .framer-1ks94eu > *, .framer-T6uJa .framer-vkyhxz > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-T6uJa .framer-14yekdc > *, .framer-T6uJa .framer-19k3zf9 > *, .framer-T6uJa .framer-byvrsl > *, .framer-T6uJa .framer-k19fo0 > *, .framer-T6uJa .framer-6i836j > *, .framer-T6uJa .framer-1yqflfv > *, .framer-T6uJa .framer-18nw4q8 > *, .framer-T6uJa .framer-1lh0cta > *, .framer-T6uJa .framer-urcyl7 > *, .framer-T6uJa .framer-hea9qn > *, .framer-T6uJa .framer-1indkbx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-T6uJa .framer-1vdld0f > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-T6uJa .framer-1hndqa3 > *, .framer-T6uJa .framer-w50ljv > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-T6uJa .framer-1lxq9s0 > *, .framer-T6uJa .framer-18fw3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-T6uJa .framer-1ksnkt0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-T6uJa .framer-v7e7jn > *, .framer-T6uJa .framer-184zlwc > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-T6uJa .framer-9qvdxb > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-T6uJa .framer-1989a74 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-T6uJa.framer-v-1fleof6.framer-11dsf2x { justify-content: flex-start; }\",\".framer-T6uJa.framer-v-1fleof6 .framer-tjix5b, .framer-T6uJa.framer-v-1mt4lvy .framer-tjix5b { cursor: pointer; }\",\".framer-T6uJa.framer-v-1fleof6 .framer-1ksnkt0 { padding: 0px; }\",\".framer-T6uJa.framer-v-1fleof6 .framer-urcyl7 { height: 31px; width: 110px; }\",\".framer-T6uJa.framer-v-1mt4lvy .framer-6guyza { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 17px; justify-content: flex-start; padding: 15px 0px 0px 0px; }\",\".framer-T6uJa.framer-v-1mt4lvy .framer-780qms { left: unset; position: relative; top: unset; }\",\".framer-T6uJa.framer-v-1mt4lvy .framer-1indkbx { bottom: unset; left: unset; min-height: unset; position: relative; }\",\".framer-T6uJa.framer-v-1mt4lvy .framer-908zc2-container { order: 0; }\",\".framer-T6uJa.framer-v-1mt4lvy .framer-174s65w-container { order: 2; }\",\".framer-T6uJa.framer-v-1mt4lvy .framer-s604jt-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-T6uJa.framer-v-1mt4lvy .framer-6guyza { gap: 0px; } .framer-T6uJa.framer-v-1mt4lvy .framer-6guyza > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-T6uJa.framer-v-1mt4lvy .framer-6guyza > :first-child { margin-top: 0px; } .framer-T6uJa.framer-v-1mt4lvy .framer-6guyza > :last-child { margin-bottom: 0px; } }\",'.framer-T6uJa[data-border=\"true\"]::after, .framer-T6uJa [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 769\n * @framerIntrinsicWidth 363\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"oj6nIYmV4\":{\"layout\":[\"auto\",\"auto\"]},\"uQ9cfzmvU\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRVO9DiwzT=withCSS(Component,css,\"framer-T6uJa\");export default FramerRVO9DiwzT;FramerRVO9DiwzT.displayName=\"Demo - Mobile/Full Demo Dashboard\";FramerRVO9DiwzT.defaultProps={height:769,width:363};addPropertyControls(FramerRVO9DiwzT,{variant:{options:[\"jf0y0qcah\",\"oj6nIYmV4\",\"uQ9cfzmvU\"],optionTitles:[\"Dashboard\",\"Organize\",\"Reports\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRVO9DiwzT,[{explicitInter:true,fonts:[{family:\"Gibson Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lrwq6peKKe1btTSkaBbQUlaCs.otf\"},{family:\"Gibson SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/4uK9EbHqKWyOisRUQd06QfUZ8c.otf\"}]},...DemoMobileExpandingBucketsFonts,...Step2Fonts,...DemoMobileUnassignedToggleFonts,...DemoMobileAmexCardFonts,...ElementsLogoIconFonts,...Step4Fonts,...OrganizeBucketFonts,...Step5Fonts,...ReportsPageMobileTransactionListFonts,...ReportsPageMobileNewReportsFonts,...Step1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRVO9DiwzT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oj6nIYmV4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uQ9cfzmvU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"769\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"363\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeroFonts", "getFonts", "Icon", "DemoExpandingBucketsFonts", "MoArB7Dug_default", "ElementsBankIconFonts", "QFObqpcK8_default", "MotionDivWithFX", "withFX", "motion", "DemoUnassignedToggleFonts", "Aoe6vMaP4_default", "DemoAmexCardFonts", "aSnlQvueO_default", "ReportsPageNewReportsFonts", "lAafGONMA_default", "ReportsPageTransactionListFonts", "br2vujAk_default", "ElementsLogoIconFonts", "bdkZwdeu3_default", "OrganizeBucketFonts", "kaUANWxGd_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate2", "transformTemplate3", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1kmsaz0", "args", "onTap1ub7y5w", "onTap106v60u", "onTapizu9gt", "overlay", "paginationInfo", "onTap1wvko5h", "ref1", "pe", "isDisplayed", "isDisplayed1", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "isDisplayed2", "ref8", "ref9", "isDisplayed3", "ref10", "ref11", "ref12", "ref13", "ref14", "ref15", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "SVG", "l", "AnimatePresence", "Floating", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "overlay6", "css", "FrameropiCE3xxQ", "withCSS", "opiCE3xxQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TwKU3mSGm", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap8mtum9", "args", "onTap6426xs", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerA9apkASt9", "withCSS", "A9apkASt9_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TwKU3mSGm", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3ie8ov", "args", "onTap34tsht", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerJCLdc6eL8", "withCSS", "JCLdc6eL8_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TwKU3mSGm", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaphyhoj1", "args", "onTapgr8zo1", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framers6lSCN3OO", "withCSS", "s6lSCN3OO_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TwKU3mSGm", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1x18mks", "args", "onTap1gn92gz", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerSTxf6Vk1Z", "withCSS", "STxf6Vk1Z_default", "addPropertyControls", "ControlType", "addFonts", "DemoMobileExpandingBucketsFonts", "getFonts", "csjGSkBoA_default", "Step2Fonts", "s6lSCN3OO_default", "DemoMobileUnassignedToggleFonts", "PIBKVX92j_default", "DemoMobileAmexCardFonts", "izE3TUcKk_default", "ElementsLogoIconFonts", "bdkZwdeu3_default", "MotionDivWithFX", "withFX", "motion", "Step4Fonts", "A9apkASt9_default", "OrganizeBucketFonts", "kaUANWxGd_default", "Step5Fonts", "JCLdc6eL8_default", "ReportsPageMobileTransactionListFonts", "adpQbYQJs_default", "ReportsPageMobileNewReportsFonts", "hYaLjEehR_default", "Step1Fonts", "STxf6Vk1Z_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapbdg04r", "args", "onTap1kans1q", "onTap1io104n", "onTapizu9gt", "overlay", "paginationInfo", "onTap1wvko5h", "TwKU3mSGmbdg04r", "ref1", "pe", "isDisplayed", "isDisplayed1", "ref2", "ref3", "isDisplayed2", "ref4", "ref5", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "ComponentViewportProvider", "l", "AnimatePresence", "Floating", "overlay1", "css", "FramerRVO9DiwzT", "withCSS", "RVO9DiwzT_default", "addPropertyControls", "ControlType", "addFonts"]
}
