{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/aLbn2tOReO9LCZkIb2qv/oWdYOj4IGiA1DHmtOAjN/Character_limit.js", "ssg:https://framerusercontent.com/modules/Q85BsQNZLuVDWJYYeS4Z/aHnh6xIr5spBAAa5Xd6q/i4m0qI6hx.js", "ssg:https://framerusercontent.com/modules/NBUfElyu6kPCBshnSlbd/rthQR6kb9ki3q0JMWfS0/tHP6DCKC0.js", "ssg:https://framerusercontent.com/modules/iHxOnYmEfCcCU2MY5uIK/pqOzbEqce86uuk4kwqoN/eV9_63QbN.js", "ssg:https://framerusercontent.com/modules/4Aq4WNtl4wWEZ0d4sYfh/Msr7IzwQlQHrdbYeMDgj/W_HD5hvnR.js", "ssg:https://framerusercontent.com/modules/daQYfUO12vCoGUTRIxBa/JcbVsb8GKinqGcKlIgDd/suSr3lklH.js"],
  "sourcesContent": ["// Setting Maximum Text Character Limit in Framer CMS by Doruk Kavcioglu\n// Framer.guide | Framer Course - Coming Soon\nimport{jsx as _jsx}from\"react/jsx-runtime\";export function withCharacterLimit(Component){return props=>{// Extract text property\nconst{text,...otherProps}=props;const limit=80// Set character limit\n;// Check if text is longer than limit, if so, trim it\nlet trimmedText=text;if((text===null||text===void 0?void 0:text.length)>limit){trimmedText=text.slice(0,limit).trim()// Trim extra spaces\n;// Check if trimmed text ends with dot\nif(trimmedText.endsWith(\".\")){trimmedText=trimmedText.slice(0,-1).trim()// Remove extra dot if it ends with a dot\n;}trimmedText+=\"...\"// Add three dots\n;}return /*#__PURE__*/_jsx(Component,{...otherProps,text:trimmedText});};}export function withTitleCharacterLimit(Component){return props=>{// Extract text property\nconst{text,...otherProps}=props;const limit=50// Set character limit\n;// Check if text is longer than limit, if so, trim it\nlet trimmedText=text;if((text===null||text===void 0?void 0:text.length)>limit){trimmedText=text.slice(0,limit).trim()// Trim extra spaces\n;// Check if trimmed text ends with dot\nif(trimmedText.endsWith(\".\")){trimmedText=trimmedText.slice(0,-1).trim()// Remove extra dot if it ends with a dot\n;}trimmedText+=\"...\"// Add three dots\n;}return /*#__PURE__*/_jsx(Component,{...otherProps,text:trimmedText});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withCharacterLimit\":{\"type\":\"reactHoc\",\"name\":\"withCharacterLimit\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTitleCharacterLimit\":{\"type\":\"reactHoc\",\"name\":\"withTitleCharacterLimit\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Character_limit.map", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withCharacterLimit,withTitleCharacterLimit}from\"https://framerusercontent.com/modules/aLbn2tOReO9LCZkIb2qv/oWdYOj4IGiA1DHmtOAjN/Character_limit.js\";const RichTextWithTitleCharacterLimit1fv6umr=withCodeBoundaryForOverrides(RichText,{nodeId:\"jsVo789zk\",override:withTitleCharacterLimit,scopeId:\"i4m0qI6hx\"});const RichTextWithCharacterLimit1qgzklm=withCodeBoundaryForOverrides(RichText,{nodeId:\"t1YK_h3gr\",override:withCharacterLimit,scopeId:\"i4m0qI6hx\"});const enabledGestures={QJ3zwLVPY:{hover:true}};const serializationHash=\"framer-iXkfQ\";const variantClassNames={QJ3zwLVPY:\"framer-v-hrf0kl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({buttonText,description,height,id,image,link,title,width,...props})=>{return{...props,Crx_kStM2:image??props.Crx_kStM2??{alt:\"\",src:\"https://framerusercontent.com/images/ypeVnHr93jejNMcW3kYINS2YU.png\"},eJDjHBfXh:link??props.eJDjHBfXh,iPIIKNBsy:buttonText??props.iPIIKNBsy??\"Listen Now\",kKqBF9kww:title??props.kKqBF9kww??\"Ep 7: Tech Solutions for Regulated Businesses with Roman Golshteyn\",MjGpmGc4B:description??props.MjGpmGc4B??\"Roman Golshteyn, president of The Computer Guy, LLC, joins Sarah on Back to Business to explore the importance of IT solutions for small businesses in highly regulated industries. With nearly two decades of experience, Roman has built a company that specializes in improving IT efficiency and ensuring compliance with regulations like SEC and HIPAA for clients in healthcare finance, legal, and property management. In this episode, he shares his journey from working in IT at a law firm to founding his own business and how his expertise helps companies navigate the complexities of modern technology.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,kKqBF9kww,MjGpmGc4B,Crx_kStM2,iPIIKNBsy,eJDjHBfXh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"QJ3zwLVPY\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:eJDjHBfXh,motionChild:true,nodeId:\"QJ3zwLVPY\",openInNewTab:false,scopeId:\"i4m0qI6hx\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-hrf0kl\",className,classNames)} framer-1cdj3j8`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"QJ3zwLVPY\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{\"QJ3zwLVPY-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.08)\"}},...addPropertyOverrides({\"QJ3zwLVPY-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32),sizes:\"92px\",...toResponsiveImage(Crx_kStM2)},className:\"framer-1abzqrw\",\"data-framer-name\":\"img-container\",layoutDependency:layoutDependency,layoutId:\"BypkK9snS\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 4px 6px -2px rgba(36, 36, 36, 0.029999999329447746), 0px 12px 16px -4px rgba(36, 36, 36, 0.07999999821186066)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a0j33o\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"nvkOVkKwV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s3mqwp\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"mNRzH66fg\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4kq7ak\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"RnxEpmkZa\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f03rgj\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"mOkaWhEt1\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b5cxm5\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"LTruKLBI5\",children:/*#__PURE__*/_jsx(RichTextWithTitleCharacterLimit1fv6umr,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"EP07: Back to Business\"})}),className:\"framer-1fv6umr\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"jsVo789zk\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},text:kKqBF9kww,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f9jex4\",\"data-border\":true,\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"DpMfeUdzB\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(189, 189, 189)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(246, 246, 246)\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R290aGFtLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gotham\", \"Gotham Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\"},children:\"Featured\"})}),className:\"framer-107qdra\",\"data-framer-name\":\"label-text\",fonts:[\"GF;Gotham-regular\"],layoutDependency:layoutDependency,layoutId:\"IGsHEM7kh\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pb3og1\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"Lci16pf5f\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ifv5gq\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"AUE4aEECL\",children:/*#__PURE__*/_jsx(RichTextWithCharacterLimit1qgzklm,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"In this episode of Back to Business, host Sarah chats with PR and storytelling expert Robin Schwartz to explore the power of effective communication in today's business world. Schwartz, a 21-time Emmy Award winner, shares insights into how compelling storytelling can shape public perception, build brand loyalty, and drive action. Drawing from her experience working with businesses and nonprofits, she emphasizes the importance of crafting authentic narratives that resonate with audiences, whether through media placements or video production, and how these tools are essential for brand growth and visibility.\"})}),className:\"framer-1qgzklm\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"t1YK_h3gr\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},text:MjGpmGc4B,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c6dty3\",\"data-framer-name\":\"ContentModulesCreator\",layoutDependency:layoutDependency,layoutId:\"IVnQaSEZK\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ue1qay\",\"data-framer-name\":\"iconTextSet\",layoutDependency:layoutDependency,layoutId:\"gVV1f2BhL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gvi7d4\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"zv7c1Ehrd\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19wxjqo\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"Cnh54pPvL\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(257.682deg, rgb(84, 199, 186) 0%, rgb(84, 171, 199) 100%)\"},children:\"Listen Now\"})})}),className:\"framer-1dgu6i7\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I1wm_peTK\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:iPIIKNBsy,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hzxzo3\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"uHyhQvYZT\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xwl1iv\",\"data-framer-name\":\"icon-ArrowRight\",layoutDependency:layoutDependency,layoutId:\"oUMtRfAIr\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1satf8v\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"DtcEriyV8\",svg:'<svg width=\"16\" height=\"14\" viewBox=\"0 0 16 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.3172 7.44254L9.69219 13.0675C9.57491 13.1848 9.41585 13.2507 9.25 13.2507C9.08415 13.2507 8.92509 13.1848 8.80781 13.0675C8.69054 12.9503 8.62465 12.7912 8.62465 12.6253C8.62465 12.4595 8.69054 12.3004 8.80781 12.1832L13.3664 7.62535H1.125C0.95924 7.62535 0.800269 7.5595 0.683058 7.44229C0.565848 7.32508 0.5 7.16611 0.5 7.00035C0.5 6.83459 0.565848 6.67562 0.683058 6.55841C0.800269 6.4412 0.95924 6.37535 1.125 6.37535H13.3664L8.80781 1.81753C8.69054 1.70026 8.62465 1.5412 8.62465 1.37535C8.62465 1.2095 8.69054 1.05044 8.80781 0.93316C8.92509 0.815885 9.08415 0.75 9.25 0.75C9.41585 0.75 9.57491 0.815885 9.69219 0.93316L15.3172 6.55816C15.3753 6.61621 15.4214 6.68514 15.4529 6.76101C15.4843 6.83688 15.5005 6.91821 15.5005 7.00035C15.5005 7.08248 15.4843 7.16381 15.4529 7.23969C15.4214 7.31556 15.3753 7.38449 15.3172 7.44254Z\" fill=\"url(#paint0_linear_2165_3727)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_2165_3727\" x1=\"13.0107\" y1=\"0.103069\" x2=\"-0.871821\" y2=\"3.74062\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#54C7BA\"/>\\n<stop offset=\"1\" stop-color=\"#54ABC7\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})]})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iXkfQ.framer-1cdj3j8, .framer-iXkfQ .framer-1cdj3j8 { display: block; }\",\".framer-iXkfQ.framer-hrf0kl { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 32px 20px 32px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-iXkfQ .framer-1abzqrw { flex: none; height: 67px; overflow: hidden; position: relative; width: 92px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iXkfQ .framer-a0j33o, .framer-iXkfQ .framer-f03rgj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-s3mqwp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-4kq7ak { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-1b5cxm5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 187px; }\",\".framer-iXkfQ .framer-1fv6umr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iXkfQ .framer-1f9jex4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-107qdra, .framer-iXkfQ .framer-1dgu6i7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iXkfQ .framer-1pb3og1 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-iXkfQ .framer-1ifv5gq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-iXkfQ .framer-1qgzklm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 258px; word-break: break-word; word-wrap: break-word; }\",\".framer-iXkfQ .framer-c6dty3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-1ue1qay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-1gvi7d4, .framer-iXkfQ .framer-19wxjqo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-1hzxzo3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iXkfQ .framer-xwl1iv { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-iXkfQ .framer-1satf8v { bottom: 4px; flex: none; left: 2px; position: absolute; right: 3px; top: 3px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iXkfQ.framer-hrf0kl, .framer-iXkfQ .framer-a0j33o, .framer-iXkfQ .framer-s3mqwp, .framer-iXkfQ .framer-4kq7ak, .framer-iXkfQ .framer-f03rgj, .framer-iXkfQ .framer-1b5cxm5, .framer-iXkfQ .framer-1f9jex4, .framer-iXkfQ .framer-1pb3og1, .framer-iXkfQ .framer-1ifv5gq, .framer-iXkfQ .framer-c6dty3, .framer-iXkfQ .framer-1ue1qay, .framer-iXkfQ .framer-1gvi7d4, .framer-iXkfQ .framer-19wxjqo, .framer-iXkfQ .framer-1hzxzo3 { gap: 0px; } .framer-iXkfQ.framer-hrf0kl > *, .framer-iXkfQ .framer-1hzxzo3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iXkfQ.framer-hrf0kl > :first-child, .framer-iXkfQ .framer-a0j33o > :first-child, .framer-iXkfQ .framer-4kq7ak > :first-child, .framer-iXkfQ .framer-f03rgj > :first-child, .framer-iXkfQ .framer-1f9jex4 > :first-child, .framer-iXkfQ .framer-1pb3og1 > :first-child, .framer-iXkfQ .framer-c6dty3 > :first-child, .framer-iXkfQ .framer-1ue1qay > :first-child, .framer-iXkfQ .framer-1hzxzo3 > :first-child { margin-left: 0px; } .framer-iXkfQ.framer-hrf0kl > :last-child, .framer-iXkfQ .framer-a0j33o > :last-child, .framer-iXkfQ .framer-4kq7ak > :last-child, .framer-iXkfQ .framer-f03rgj > :last-child, .framer-iXkfQ .framer-1f9jex4 > :last-child, .framer-iXkfQ .framer-1pb3og1 > :last-child, .framer-iXkfQ .framer-c6dty3 > :last-child, .framer-iXkfQ .framer-1ue1qay > :last-child, .framer-iXkfQ .framer-1hzxzo3 > :last-child { margin-right: 0px; } .framer-iXkfQ .framer-a0j33o > *, .framer-iXkfQ .framer-f03rgj > *, .framer-iXkfQ .framer-1f9jex4 > *, .framer-iXkfQ .framer-1pb3og1 > *, .framer-iXkfQ .framer-1ue1qay > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-iXkfQ .framer-s3mqwp > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-iXkfQ .framer-s3mqwp > :first-child, .framer-iXkfQ .framer-1b5cxm5 > :first-child, .framer-iXkfQ .framer-1ifv5gq > :first-child, .framer-iXkfQ .framer-1gvi7d4 > :first-child, .framer-iXkfQ .framer-19wxjqo > :first-child { margin-top: 0px; } .framer-iXkfQ .framer-s3mqwp > :last-child, .framer-iXkfQ .framer-1b5cxm5 > :last-child, .framer-iXkfQ .framer-1ifv5gq > :last-child, .framer-iXkfQ .framer-1gvi7d4 > :last-child, .framer-iXkfQ .framer-19wxjqo > :last-child { margin-bottom: 0px; } .framer-iXkfQ .framer-4kq7ak > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-iXkfQ .framer-1b5cxm5 > *, .framer-iXkfQ .framer-1ifv5gq > *, .framer-iXkfQ .framer-1gvi7d4 > *, .framer-iXkfQ .framer-19wxjqo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iXkfQ .framer-c6dty3 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",'.framer-iXkfQ[data-border=\"true\"]::after, .framer-iXkfQ [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 548\n * @framerIntrinsicWidth 405\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Nmakd23PO\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"kKqBF9kww\":\"title\",\"MjGpmGc4B\":\"description\",\"Crx_kStM2\":\"image\",\"iPIIKNBsy\":\"buttonText\",\"eJDjHBfXh\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameri4m0qI6hx=withCSS(Component,css,\"framer-iXkfQ\");export default Frameri4m0qI6hx;Frameri4m0qI6hx.displayName=\"Nav Featured Posts\";Frameri4m0qI6hx.defaultProps={height:548,width:405};addPropertyControls(Frameri4m0qI6hx,{kKqBF9kww:{defaultValue:\"Ep 7: Tech Solutions for Regulated Businesses with Roman Golshteyn\",title:\"Title\",type:ControlType.String},MjGpmGc4B:{defaultValue:\"Roman Golshteyn, president of The Computer Guy, LLC, joins Sarah on Back to Business to explore the importance of IT solutions for small businesses in highly regulated industries. With nearly two decades of experience, Roman has built a company that specializes in improving IT efficiency and ensuring compliance with regulations like SEC and HIPAA for clients in healthcare finance, legal, and property management. In this episode, he shares his journey from working in IT at a law firm to founding his own business and how his expertise helps companies navigate the complexities of modern technology.\",displayTextArea:true,title:\"Description\",type:ControlType.String},Crx_kStM2:{__defaultAssetReference:\"data:framer/asset-reference,ypeVnHr93jejNMcW3kYINS2YU.png?originalFilename=img-container.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,ypeVnHr93jejNMcW3kYINS2YU.png?originalFilename=img-container.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},iPIIKNBsy:{defaultValue:\"Listen Now\",displayTextArea:false,title:\"Button Text\",type:ControlType.String},eJDjHBfXh:{title:\"Link\",type:ControlType.Link}});addFonts(Frameri4m0qI6hx,[{explicitInter:true,fonts:[{family:\"Gotham Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/i0fU1t0y5yRAFXAUDQAujMdOSA.woff2\"},{family:\"Gotham Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/uSRuVponXwNTQX9AZuoMscdaL4.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri4m0qI6hx\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Nmakd23PO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"405\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"548\",\"framerVariables\":\"{\\\"kKqBF9kww\\\":\\\"title\\\",\\\"MjGpmGc4B\\\":\\\"description\\\",\\\"Crx_kStM2\\\":\\\"image\\\",\\\"iPIIKNBsy\\\":\\\"buttonText\\\",\\\"eJDjHBfXh\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./i4m0qI6hx.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"PIY99ydTg\",\"Pe8OnRbx3\"];const serializationHash=\"framer-LxvdX\";const variantClassNames={Pe8OnRbx3:\"framer-v-1urjbii\",PIY99ydTg:\"framer-v-1mr79aw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"PIY99ydTg\",\"Variant 2\":\"Pe8OnRbx3\"};const getProps=({description,height,id,link,title,width,...props})=>{return{...props,GciOMPAql:description??props.GciOMPAql??\"Learn about our business funding solutions\",kqzayh1p9:title??props.kqzayh1p9??\"About Wing Lake\",Lhiwc41v7:link??props.Lhiwc41v7,variant:humanReadableVariantMap[props.variant]??props.variant??\"PIY99ydTg\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,kqzayh1p9,GciOMPAql,Lhiwc41v7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PIY99ydTg\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1f102fq=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Pe8OnRbx3\");});const onMouseLeaveq2qshu=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"PIY99ydTg\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=equals(kqzayh1p9,\"About Wing Lake\");const visible1=equals(kqzayh1p9,\"Meet The Team\");const visible2=equals(kqzayh1p9,\"Giving Back To Our Community\");const visible3=equals(kqzayh1p9,\"Our Funds\");const visible4=equals(kqzayh1p9,\"Our Blog\");const visible5=equals(kqzayh1p9,\"Client Stories\");const visible6=equals(kqzayh1p9,\"Terms & Conditions\");const visible7=equals(kqzayh1p9,\"Privacy Policy\");const visible8=equals(kqzayh1p9,\"Disclaimer\");const visible9=equals(kqzayh1p9,\"MCA Consolidation\");const visible10=equals(kqzayh1p9,\"Loan Consolidation\");const visible11=equals(kqzayh1p9,\"Bad Credit Loans\");const visible12=equals(kqzayh1p9,\"Business Line of Credit\");const visible13=equals(kqzayh1p9,\"Term Loan\");const visible14=equals(kqzayh1p9,\"Healthcare\");const visible15=equals(kqzayh1p9,\"Business Services\");const visible16=equals(kqzayh1p9,\"Construction\");const visible17=equals(kqzayh1p9,\"Retail\");const visible18=equals(kqzayh1p9,\"Trucking / Logistics\");const visible19=equals(kqzayh1p9,\"Manufacturing\");return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Lhiwc41v7,motionChild:true,nodeId:\"PIY99ydTg\",openInNewTab:false,scopeId:\"tHP6DCKC0\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1mr79aw\",className,classNames)} framer-1o3t2oh`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PIY99ydTg\",onMouseEnter:onMouseEnter1f102fq,ref:refBinding,style:{backgroundColor:\"rgba(16, 25, 29, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{Pe8OnRbx3:{backgroundColor:\"rgba(16, 25, 29, 0.1)\"}},...addPropertyOverrides({Pe8OnRbx3:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeaveq2qshu}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1veymgp\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"RQKjCbb0i\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e5vgge\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"KTKUoY0zx\",children:[visible&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-fhr1e2\",\"data-framer-name\":\"About Wing Lake\",layoutDependency:layoutDependency,layoutId:\"qbY5vLO8x\",children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4rlmtd\",\"data-framer-name\":\"About Wing Lake\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dY31n9biP\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10.5 0 C 5.253 0 1 4.253 1 9.5 C 1 14.747 5.253 19 10.5 19 C 15.747 19 20 14.747 20 9.5 C 20 4.253 15.747 0 10.5 0 Z M 10.5 17.1 C 6.309 17.1 2.9 13.691 2.9 9.5 C 2.9 5.309 6.309 1.9 10.5 1.9 C 14.691 1.9 18.1 5.309 18.1 9.5 C 18.1 13.691 14.691 17.1 10.5 17.1 Z M 11.69 5.7 C 11.69 6.389 11.188 6.887 10.51 6.887 C 9.804 6.887 9.315 6.389 9.315 5.687 C 9.315 5.012 9.817 4.512 10.51 4.512 C 11.188 4.512 11.69 5.012 11.69 5.7 Z M 9.552 8.55 L 11.452 8.55 L 11.452 14.25 L 9.552 14.25 Z\" fill=\"rgb(16,25,29)\"></path></svg>',svgContentId:9239879526,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10.5 0 C 5.253 0 1 4.253 1 9.5 C 1 14.747 5.253 19 10.5 19 C 15.747 19 20 14.747 20 9.5 C 20 4.253 15.747 0 10.5 0 Z M 10.5 17.1 C 6.309 17.1 2.9 13.691 2.9 9.5 C 2.9 5.309 6.309 1.9 10.5 1.9 C 14.691 1.9 18.1 5.309 18.1 9.5 C 18.1 13.691 14.691 17.1 10.5 17.1 Z M 11.69 5.7 C 11.69 6.389 11.188 6.887 10.51 6.887 C 9.804 6.887 9.315 6.389 9.315 5.687 C 9.315 5.012 9.817 4.512 10.51 4.512 C 11.188 4.512 11.69 5.012 11.69 5.7 Z M 9.552 8.55 L 11.452 8.55 L 11.452 14.25 L 9.552 14.25 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:9408347184}},baseVariant,gestureVariant)})})}),visible1&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uby2bk\",\"data-framer-name\":\"Meet The Team\",layoutDependency:layoutDependency,layoutId:\"K6kNtKfze\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cet4rr\",\"data-framer-name\":\"Team-svgrepo-com (1)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"OBvJb2Ibt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 17\"><path d=\"M 4.645 14.557 C 4.645 11.598 8.031 12.19 8.031 11.006 C 8.069 10.586 7.96 10.165 7.723 9.822 C 7.176 9.284 6.878 8.528 6.902 7.746 C 6.826 6.365 7.833 5.179 9.16 5.086 C 10.487 5.179 11.494 6.365 11.418 7.746 C 11.445 8.531 11.142 9.289 10.586 9.822 C 10.359 10.169 10.254 10.587 10.289 11.006 C 10.289 12.19 13.676 11.598 13.676 14.558 C 13.676 14.558 12.776 15.258 9.16 15.258 C 5.544 15.258 4.645 14.557 4.645 14.557 Z M 4.258 11.319 C 3.878 11.302 3.498 11.272 3.12 11.23 C 2.341 11.214 1.575 11.014 0.882 10.645 C 0.882 7.686 4.268 8.278 4.268 7.094 C 4.306 6.674 4.196 6.253 3.96 5.91 C 3.413 5.372 3.115 4.616 3.139 3.834 C 3.063 2.453 4.07 1.267 5.397 1.174 C 6.724 1.267 7.731 2.453 7.655 3.834 M 14.063 11.319 C 14.443 11.302 14.822 11.272 15.201 11.23 C 15.98 11.214 16.745 11.014 17.439 10.645 C 17.439 7.686 14.052 8.278 14.052 7.094 C 14.014 6.674 14.124 6.253 14.361 5.91 C 14.907 5.372 15.206 4.616 15.181 3.834 C 15.257 2.453 14.25 1.267 12.923 1.174 C 11.596 1.267 10.589 2.453 10.665 3.834\" fill=\"transparent\" stroke-width=\"1.58\" stroke=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11061377992,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 12\"><path d=\"M 4.444 13.186 C 4.444 10.226 7.831 10.819 7.831 9.635 C 7.869 9.214 7.759 8.794 7.523 8.451 C 6.976 7.912 6.678 7.157 6.702 6.374 C 6.626 4.994 7.633 3.807 8.96 3.714 C 10.287 3.807 11.294 4.994 11.218 6.374 C 11.245 7.159 10.942 7.918 10.386 8.45 C 10.159 8.798 10.054 9.216 10.089 9.635 C 10.089 10.819 13.476 10.227 13.476 13.187 C 13.476 13.187 12.576 13.886 8.96 13.886 C 5.344 13.886 4.444 13.186 4.444 13.186 Z M 4.858 11.003 C 4.478 10.986 4.098 10.956 3.72 10.913 C 2.941 10.897 2.175 10.698 1.481 10.329 C 1.481 7.369 4.868 7.961 4.868 6.778 C 4.906 6.357 4.796 5.937 4.56 5.594 C 4.013 5.055 3.715 4.3 3.739 3.517 C 3.663 2.137 4.67 0.95 5.997 0.857 C 7.324 0.95 8.331 2.137 8.255 3.517 M 12.583 11.003 C 12.963 10.986 13.343 10.956 13.721 10.913 C 14.5 10.897 15.266 10.698 15.959 10.329 C 15.959 7.369 12.573 7.961 12.573 6.778 C 12.535 6.357 12.645 5.937 12.881 5.594 C 13.428 5.055 13.726 4.3 13.702 3.517 C 13.778 2.137 12.771 0.95 11.444 0.857 C 10.117 0.95 9.11 2.137 9.186 3.517\" fill=\"transparent\" stroke-width=\"1.58\" stroke=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10508110523}},baseVariant,gestureVariant)})}),visible2&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-76j6av\",\"data-framer-name\":\"Giving Back To Our Community\",layoutDependency:layoutDependency,layoutId:\"AUhTvhMGO\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10rggso\",\"data-framer-name\":\"Donate-heart-svgrepo-com\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oR3yrThdQ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 18\"><path d=\"M 1.892 18 L 11.041 18 C 12.151 18.001 13.206 17.517 13.929 16.676 L 18.78 11.034 C 18.987 10.795 19.06 10.468 18.975 10.164 C 18.891 9.86 18.66 9.617 18.36 9.518 L 16.489 8.896 C 15.57 8.598 14.563 8.777 13.804 9.373 L 10.775 11.787 L 10.188 10.616 C 9.547 9.329 8.228 8.517 6.786 8.521 L 1.892 8.521 C 0.843 8.521 -0.01 9.372 -0.01 10.417 L -0.01 16.104 C -0.01 17.15 0.843 18 1.892 18 Z M 1.892 10.417 L 6.786 10.417 C 7.512 10.417 8.163 10.818 8.487 11.464 L 8.912 12.313 L 4.745 12.313 L 4.745 14.209 L 10.464 14.209 C 10.611 14.207 10.754 14.171 10.885 14.104 L 10.887 14.103 L 10.891 14.101 L 10.894 14.101 L 10.896 14.1 L 10.9 14.1 L 10.901 14.1 C 10.909 14.102 10.904 14.099 10.904 14.099 C 10.913 14.099 10.906 14.098 10.906 14.098 L 10.906 14.098 L 10.908 14.097 L 10.911 14.096 L 10.913 14.095 L 10.915 14.094 L 10.918 14.093 L 10.92 14.092 C 10.923 14.092 10.921 14.091 10.922 14.091 L 10.925 14.089 L 10.926 14.088 L 10.928 14.087 L 10.931 14.086 L 10.933 14.085 L 10.934 14.085 L 10.936 14.084 L 10.937 14.084 L 10.939 14.083 L 10.941 14.082 C 10.949 14.082 10.944 14.082 10.944 14.082 L 10.945 14.081 C 10.982 14.059 11.017 14.034 11.05 14.007 L 14.993 10.863 C 15.242 10.665 15.585 10.604 15.887 10.704 L 16.416 10.881 L 12.486 15.452 C 12.12 15.866 11.594 16.104 11.041 16.104 L 1.892 16.104 Z M 13.304 -0.009 L 13.288 -0.009 C 13.133 -0.008 12.331 0.027 11.402 0.659 C 10.498 0.045 9.715 -0.005 9.53 -0.009 L 9.502 -0.009 L 9.498 -0.009 C 8.736 -0.009 8.019 0.287 7.483 0.823 C 6.945 1.36 6.647 2.074 6.647 2.834 C 6.647 3.594 6.945 4.308 7.466 4.828 L 10.712 8.227 C 10.893 8.414 11.142 8.52 11.402 8.519 C 11.662 8.519 11.911 8.414 12.091 8.227 L 15.321 4.845 C 15.86 4.308 16.157 3.594 16.157 2.834 C 16.157 2.074 15.859 1.36 15.322 0.824 C 14.788 0.289 14.062 -0.011 13.306 -0.009 Z M 14.255 2.834 C 14.255 3.087 14.156 3.325 13.959 3.521 L 11.402 6.199 L 8.828 3.504 C 8.648 3.325 8.549 3.087 8.549 2.834 C 8.549 2.581 8.648 2.343 8.829 2.163 C 9.001 1.989 9.235 1.889 9.48 1.886 C 9.504 1.887 9.957 1.917 10.495 2.346 C 10.572 2.408 10.65 2.478 10.73 2.556 L 11.402 3.227 L 12.074 2.556 C 12.154 2.478 12.232 2.408 12.309 2.346 C 12.812 1.943 13.237 1.893 13.31 1.887 C 13.56 1.887 13.8 1.987 13.976 2.164 C 14.156 2.343 14.255 2.581 14.255 2.834 Z\" fill=\"var(--token-d6b69590-00e4-4e3e-a83b-d1039f7a0eee, rgb(10, 10, 10)) /* {&quot;name&quot;:&quot;Wing Black&quot;} */\"></path></svg>',svgContentId:8714775845,withExternalLayout:true})}),visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15m9ozq\",\"data-framer-name\":\"Our Funds\",layoutDependency:layoutDependency,layoutId:\"I9EqUivba\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-etwt4t\",\"data-framer-name\":\"Shield-card\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"m772ehe9P\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 20\"><path d=\"M 10.193 1.116 L 15.197 3.348 C 16.237 3.812 16.906 4.835 16.907 5.963 L 16.907 12.412 C 16.907 13.297 16.494 14.132 15.788 14.676 L 10.784 18.531 C 9.734 19.34 8.261 19.34 7.21 18.531 L 2.206 14.676 C 1.5 14.132 1.088 13.297 1.088 12.412 L 1.088 5.963 C 1.088 4.836 1.757 3.812 2.798 3.348 L 7.801 1.116 C 8.561 0.776 9.433 0.776 10.194 1.116 Z\" fill=\"transparent\" stroke-width=\"1.66\" stroke=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\" stroke-miterlimit=\"10\"></path><path d=\"M 13.098 8.693 L 4.885 8.693 M 6.448 12.75 L 11.533 12.75 C 12.399 12.75 13.098 12.023 13.098 11.128 L 13.098 7.883 C 13.098 6.987 12.399 6.26 11.535 6.26 L 6.45 6.26 C 5.584 6.26 4.885 6.987 4.885 7.882 L 4.885 11.127 C 4.885 12.023 5.584 12.75 6.448 12.75 Z\" fill=\"transparent\" stroke-width=\"1.66\" stroke=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9951340431,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 20\"><path d=\"M 10.193 1.116 L 15.197 3.348 C 16.237 3.812 16.906 4.835 16.907 5.963 L 16.907 12.412 C 16.907 13.297 16.494 14.132 15.788 14.676 L 10.784 18.531 C 9.734 19.34 8.261 19.34 7.21 18.531 L 2.206 14.676 C 1.5 14.132 1.088 13.297 1.088 12.412 L 1.088 5.963 C 1.088 4.836 1.757 3.812 2.798 3.348 L 7.801 1.116 C 8.561 0.776 9.433 0.776 10.194 1.116 Z\" fill=\"transparent\" stroke-width=\"1.66\" stroke=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\" stroke-miterlimit=\"10\"></path><path d=\"M 13.098 8.693 L 4.885 8.693 M 6.448 12.75 L 11.533 12.75 C 12.399 12.75 13.098 12.023 13.098 11.128 L 13.098 7.883 C 13.098 6.987 12.399 6.26 11.535 6.26 L 6.45 6.26 C 5.584 6.26 4.885 6.987 4.885 7.882 L 4.885 11.127 C 4.885 12.023 5.584 12.75 6.448 12.75 Z\" fill=\"transparent\" stroke-width=\"1.66\" stroke=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11260903346}},baseVariant,gestureVariant)})}),visible4&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cmjeou\",\"data-framer-name\":\"Our Blog\",layoutDependency:layoutDependency,layoutId:\"eW8cwmdqn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wmcoti\",\"data-framer-name\":\"Our Blog\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kspXrCjxg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 13.402 2 C 13.583 2 13.757 2.072 13.885 2.2 L 15.8 4.115 C 16.067 4.382 16.067 4.815 15.8 5.082 L 8.552 12.329 C 8.424 12.458 8.25 12.53 8.068 12.53 L 6.154 12.53 C 5.776 12.53 5.47 12.224 5.47 11.846 L 5.47 9.931 C 5.47 9.75 5.542 9.576 5.67 9.448 L 12.918 2.2 C 13.046 2.072 13.22 2 13.402 2 Z M 6.838 10.215 L 6.838 11.162 L 7.785 11.162 L 14.349 4.598 L 13.402 3.651 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 2.051 5.693 C 1.677 5.693 1.368 6.002 1.368 6.376 L 1.368 15.949 C 1.368 16.323 1.677 16.633 2.051 16.633 L 11.624 16.633 C 11.998 16.633 12.308 16.323 12.308 15.949 L 12.308 7.06 C 12.308 6.682 12.614 6.376 12.992 6.376 C 13.369 6.376 13.675 6.682 13.675 7.06 L 13.675 15.949 C 13.675 17.078 12.754 18 11.624 18 L 2.051 18 C 0.922 18 0 17.078 0 15.949 L 0 6.376 C 0 5.247 0.922 4.325 2.051 4.325 L 11.077 4.325 C 11.455 4.325 11.761 4.631 11.761 5.009 C 11.761 5.386 11.455 5.693 11.077 5.693 Z\" fill=\"rgb(16,25,29)\"></path></svg>',svgContentId:11801680501,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 13.402 2 C 13.583 2 13.757 2.072 13.885 2.2 L 15.8 4.115 C 16.067 4.382 16.067 4.815 15.8 5.082 L 8.552 12.329 C 8.424 12.458 8.25 12.53 8.068 12.53 L 6.154 12.53 C 5.776 12.53 5.47 12.224 5.47 11.846 L 5.47 9.931 C 5.47 9.75 5.542 9.576 5.67 9.448 L 12.918 2.2 C 13.046 2.072 13.22 2 13.402 2 Z M 6.838 10.215 L 6.838 11.162 L 7.785 11.162 L 14.349 4.598 L 13.402 3.651 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 2.051 5.693 C 1.677 5.693 1.368 6.002 1.368 6.376 L 1.368 15.949 C 1.368 16.323 1.677 16.633 2.051 16.633 L 11.624 16.633 C 11.998 16.633 12.308 16.323 12.308 15.949 L 12.308 7.06 C 12.308 6.682 12.614 6.376 12.992 6.376 C 13.369 6.376 13.675 6.682 13.675 7.06 L 13.675 15.949 C 13.675 17.078 12.754 18 11.624 18 L 2.051 18 C 0.922 18 0 17.078 0 15.949 L 0 6.376 C 0 5.247 0.922 4.325 2.051 4.325 L 11.077 4.325 C 11.455 4.325 11.761 4.631 11.761 5.009 C 11.761 5.386 11.455 5.693 11.077 5.693 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:10784213188}},baseVariant,gestureVariant)})}),visible5&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-spfuxv\",\"data-framer-name\":\"Client Stories\",layoutDependency:layoutDependency,layoutId:\"gzJzl0APb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1t0fmg0\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QZcPLePYj\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 19\"><path d=\"M 7.947 1.715 C 8.518 0.328 10.482 0.328 11.053 1.715 L 13.015 6.48 L 17.416 6.739 C 18.96 6.83 19.571 8.782 18.356 9.737 L 14.692 12.616 L 16.152 16.753 C 16.694 18.287 14.957 19.618 13.616 18.696 L 9.5 15.866 L 5.384 18.696 C 4.043 19.618 2.307 18.287 2.848 16.753 L 4.308 12.616 L 0.645 9.737 C -0.571 8.782 0.04 6.83 1.584 6.739 L 5.985 6.48 Z M 9.5 2.355 L 7.136 8.095 L 1.682 8.416 L 6.293 12.039 L 4.432 17.312 L 9.5 13.828 L 14.568 17.312 L 12.707 12.039 L 17.318 8.416 L 11.864 8.095 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:9619121718,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 19\"><path d=\"M 7.947 1.715 C 8.518 0.328 10.482 0.328 11.053 1.715 L 13.015 6.48 L 17.416 6.739 C 18.96 6.83 19.571 8.782 18.356 9.737 L 14.692 12.616 L 16.152 16.753 C 16.694 18.287 14.957 19.618 13.616 18.696 L 9.5 15.866 L 5.384 18.696 C 4.043 19.618 2.307 18.287 2.848 16.753 L 4.308 12.616 L 0.645 9.737 C -0.571 8.782 0.04 6.83 1.584 6.739 L 5.985 6.48 Z M 9.5 2.355 L 7.136 8.095 L 1.682 8.416 L 6.293 12.039 L 4.432 17.312 L 9.5 13.828 L 14.568 17.312 L 12.707 12.039 L 17.318 8.416 L 11.864 8.095 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:9713046817}},baseVariant,gestureVariant)})}),visible6&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ngkuzb\",\"data-framer-name\":\"Terms & Conditions\",layoutDependency:layoutDependency,layoutId:\"oLCoshrh2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gpj461\",\"data-framer-name\":\"Terms & Conditions\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xOMzoYfed\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 20\"><path d=\"M 8.62 4.115 L 2.171 4.115 L 2.171 5.17 L 8.62 5.17 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 10.994 4.341 L 10.429 3.739 L 9.662 4.463 L 11.043 5.933 L 13.008 3.561 L 12.198 2.887 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 8.62 7.413 L 2.171 7.413 L 2.171 8.468 L 8.62 8.468 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 10.994 7.639 L 10.429 7.038 L 9.662 7.761 L 11.043 9.232 L 13.008 6.86 L 12.198 6.185 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 8.62 10.711 L 2.171 10.711 L 2.171 11.767 L 8.62 11.767 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 10.994 10.937 L 10.429 10.336 L 9.662 11.059 L 11.043 12.53 L 13.008 10.158 L 12.198 9.484 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 8.62 14.01 L 2.171 14.01 L 2.171 15.065 L 8.62 15.065 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 10.994 14.236 L 10.429 13.634 L 9.662 14.357 L 11.043 15.828 L 13.008 13.456 L 12.198 12.782 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 15.2 1.212 C 15.2 0.374 14.522 -0.305 13.687 -0.305 L 1.513 -0.305 C 0.678 -0.305 0 0.374 0 1.212 L 0 17.836 C 0 18.674 0.678 19.353 1.513 19.353 L 13.687 19.353 C 14.522 19.353 15.2 18.674 15.2 17.836 Z M 14.147 17.836 C 14.147 18.091 13.941 18.297 13.687 18.297 L 1.513 18.297 C 1.259 18.297 1.053 18.091 1.053 17.836 L 1.053 1.212 C 1.053 0.957 1.259 0.75 1.513 0.75 L 13.687 0.75 C 13.941 0.75 14.147 0.957 14.147 1.212 Z\" fill=\"rgb(16,25,29)\"></path></svg>',svgContentId:11107961969,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 20\"><path d=\"M 8.62 4.115 L 2.171 4.115 L 2.171 5.17 L 8.62 5.17 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 10.994 4.341 L 10.429 3.739 L 9.662 4.463 L 11.043 5.933 L 13.008 3.561 L 12.198 2.887 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 8.62 7.413 L 2.171 7.413 L 2.171 8.468 L 8.62 8.468 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 10.994 7.639 L 10.429 7.038 L 9.662 7.761 L 11.043 9.232 L 13.008 6.86 L 12.198 6.185 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 8.62 10.711 L 2.171 10.711 L 2.171 11.767 L 8.62 11.767 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 10.994 10.937 L 10.429 10.336 L 9.662 11.059 L 11.043 12.53 L 13.008 10.158 L 12.198 9.484 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 8.62 14.01 L 2.171 14.01 L 2.171 15.065 L 8.62 15.065 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 10.994 14.236 L 10.429 13.634 L 9.662 14.357 L 11.043 15.828 L 13.008 13.456 L 12.198 12.782 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 15.2 1.212 C 15.2 0.374 14.522 -0.305 13.687 -0.305 L 1.513 -0.305 C 0.678 -0.305 0 0.374 0 1.212 L 0 17.836 C 0 18.674 0.678 19.353 1.513 19.353 L 13.687 19.353 C 14.522 19.353 15.2 18.674 15.2 17.836 Z M 14.147 17.836 C 14.147 18.091 13.941 18.297 13.687 18.297 L 1.513 18.297 C 1.259 18.297 1.053 18.091 1.053 17.836 L 1.053 1.212 C 1.053 0.957 1.259 0.75 1.513 0.75 L 13.687 0.75 C 13.941 0.75 14.147 0.957 14.147 1.212 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:11089216981}},baseVariant,gestureVariant)})}),visible7&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zgp1rw\",\"data-framer-name\":\"Privacy Policy\",layoutDependency:layoutDependency,layoutId:\"sqxqBKS3d\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3e6iq9\",\"data-framer-name\":\"Privacy Policy\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AAPkzA58c\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 2.949 20.198 L 13.051 20.198 C 15.02 20.198 16 19.199 16 17.22 L 16 8.583 C 16 7.356 15.867 6.823 15.106 6.043 L 9.855 0.706 C 9.132 -0.036 8.542 -0.197 7.467 -0.197 L 2.949 -0.197 C 0.989 -0.197 0 0.811 0 2.79 L 0 17.22 C 0 19.208 0.989 20.198 2.949 20.198 Z M 3.025 18.666 C 2.045 18.666 1.531 18.143 1.531 17.192 L 1.531 2.818 C 1.531 1.876 2.045 1.334 3.034 1.334 L 7.258 1.334 L 7.258 6.861 C 7.258 8.06 7.867 8.649 9.046 8.649 L 14.468 8.649 L 14.468 17.192 C 14.468 18.143 13.964 18.666 12.975 18.666 Z M 9.218 7.213 C 8.847 7.213 8.694 7.061 8.694 6.68 L 8.694 1.629 L 14.174 7.213 Z M 11.501 11.265 L 4.281 11.265 C 3.938 11.265 3.691 11.522 3.691 11.846 C 3.691 12.179 3.938 12.435 4.281 12.435 L 11.501 12.435 C 11.833 12.435 12.09 12.179 12.09 11.846 C 12.09 11.522 11.833 11.265 11.501 11.265 Z M 11.501 14.585 L 4.281 14.585 C 3.938 14.585 3.691 14.851 3.691 15.184 C 3.691 15.508 3.938 15.755 4.281 15.755 L 11.501 15.755 C 11.833 15.755 12.09 15.508 12.09 15.184 C 12.09 14.851 11.833 14.585 11.501 14.585 Z\" fill=\"rgb(16,25,29)\"></path></svg>',svgContentId:10922212466,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 2.949 20.198 L 13.051 20.198 C 15.02 20.198 16 19.199 16 17.22 L 16 8.583 C 16 7.356 15.867 6.823 15.106 6.043 L 9.855 0.706 C 9.132 -0.036 8.542 -0.197 7.467 -0.197 L 2.949 -0.197 C 0.989 -0.197 0 0.811 0 2.79 L 0 17.22 C 0 19.208 0.989 20.198 2.949 20.198 Z M 3.025 18.666 C 2.045 18.666 1.531 18.143 1.531 17.192 L 1.531 2.818 C 1.531 1.876 2.045 1.334 3.034 1.334 L 7.258 1.334 L 7.258 6.861 C 7.258 8.06 7.867 8.649 9.046 8.649 L 14.468 8.649 L 14.468 17.192 C 14.468 18.143 13.964 18.666 12.975 18.666 Z M 9.218 7.213 C 8.847 7.213 8.694 7.061 8.694 6.68 L 8.694 1.629 L 14.174 7.213 Z M 11.501 11.265 L 4.281 11.265 C 3.938 11.265 3.691 11.522 3.691 11.846 C 3.691 12.179 3.938 12.435 4.281 12.435 L 11.501 12.435 C 11.833 12.435 12.09 12.179 12.09 11.846 C 12.09 11.522 11.833 11.265 11.501 11.265 Z M 11.501 14.585 L 4.281 14.585 C 3.938 14.585 3.691 14.851 3.691 15.184 C 3.691 15.508 3.938 15.755 4.281 15.755 L 11.501 15.755 C 11.833 15.755 12.09 15.508 12.09 15.184 C 12.09 14.851 11.833 14.585 11.501 14.585 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:11897546498}},baseVariant,gestureVariant)})}),visible8&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yqb5wc\",\"data-framer-name\":\"Disclaimer\",layoutDependency:layoutDependency,layoutId:\"PIWdIF7J4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1plemyl\",\"data-framer-name\":\"Disclaimer\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"aVdCdcUqP\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 2.949 20.198 L 13.051 20.198 C 15.02 20.198 16 19.199 16 17.22 L 16 8.583 C 16 7.356 15.867 6.823 15.106 6.043 L 9.855 0.706 C 9.132 -0.036 8.542 -0.197 7.467 -0.197 L 2.949 -0.197 C 0.989 -0.197 0 0.811 0 2.79 L 0 17.22 C 0 19.208 0.989 20.198 2.949 20.198 Z M 3.025 18.666 C 2.045 18.666 1.531 18.143 1.531 17.192 L 1.531 2.818 C 1.531 1.876 2.045 1.334 3.034 1.334 L 7.258 1.334 L 7.258 6.861 C 7.258 8.06 7.867 8.649 9.046 8.649 L 14.468 8.649 L 14.468 17.192 C 14.468 18.143 13.964 18.666 12.975 18.666 Z M 9.218 7.213 C 8.847 7.213 8.694 7.061 8.694 6.68 L 8.694 1.629 L 14.174 7.213 Z\" fill=\"rgb(16,25,29)\"></path></svg>',svgContentId:11156986380,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 2.949 20.198 L 13.051 20.198 C 15.02 20.198 16 19.199 16 17.22 L 16 8.583 C 16 7.356 15.867 6.823 15.106 6.043 L 9.855 0.706 C 9.132 -0.036 8.542 -0.197 7.467 -0.197 L 2.949 -0.197 C 0.989 -0.197 0 0.811 0 2.79 L 0 17.22 C 0 19.208 0.989 20.198 2.949 20.198 Z M 3.025 18.666 C 2.045 18.666 1.531 18.143 1.531 17.192 L 1.531 2.818 C 1.531 1.876 2.045 1.334 3.034 1.334 L 7.258 1.334 L 7.258 6.861 C 7.258 8.06 7.867 8.649 9.046 8.649 L 14.468 8.649 L 14.468 17.192 C 14.468 18.143 13.964 18.666 12.975 18.666 Z M 9.218 7.213 C 8.847 7.213 8.694 7.061 8.694 6.68 L 8.694 1.629 L 14.174 7.213 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:12428431888}},baseVariant,gestureVariant)})}),visible9&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-102p8tt\",\"data-framer-name\":\"MCA Consolidation\",layoutDependency:layoutDependency,layoutId:\"zoHeMxdGq\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hd9mvt\",\"data-framer-name\":\"MCA Consolidation\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Rit0Na60n\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 14\"><path d=\"M 10.831 9.461 C 10.627 9.461 10.461 9.626 10.461 9.83 L 10.461 10.015 C 10.461 10.219 10.627 10.384 10.831 10.384 L 13.169 10.384 C 13.373 10.384 13.538 10.219 13.538 10.015 L 13.538 9.83 C 13.538 9.626 13.373 9.461 13.169 9.461 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 0 2.076 C 0 1.397 0.551 0.846 1.231 0.846 L 14.769 0.846 C 15.449 0.846 16 1.397 16 2.076 L 16 11.923 C 16 12.602 15.449 13.153 14.769 13.153 L 1.231 13.153 C 0.551 13.153 0 12.602 0 11.923 Z M 14.769 2.384 C 14.769 2.214 14.631 2.076 14.461 2.076 L 1.538 2.076 C 1.369 2.076 1.231 2.214 1.231 2.384 L 1.231 3.184 C 1.231 3.252 1.286 3.307 1.354 3.307 L 14.646 3.307 C 14.714 3.307 14.769 3.252 14.769 3.184 Z M 1.231 6.261 C 1.231 6.329 1.286 6.384 1.354 6.384 L 14.646 6.384 C 14.714 6.384 14.769 6.329 14.769 6.261 L 14.769 4.661 C 14.769 4.593 14.714 4.538 14.646 4.538 L 1.354 4.538 C 1.286 4.538 1.231 4.593 1.231 4.661 Z M 1.354 7.615 C 1.286 7.615 1.231 7.67 1.231 7.738 L 1.231 11.615 C 1.231 11.785 1.369 11.923 1.538 11.923 L 14.461 11.923 C 14.631 11.923 14.769 11.785 14.769 11.615 L 14.769 7.738 C 14.769 7.67 14.714 7.615 14.646 7.615 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:12373700958,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 14\"><path d=\"M 10.831 9.461 C 10.627 9.461 10.461 9.626 10.461 9.83 L 10.461 10.015 C 10.461 10.219 10.627 10.384 10.831 10.384 L 13.169 10.384 C 13.373 10.384 13.538 10.219 13.538 10.015 L 13.538 9.83 C 13.538 9.626 13.373 9.461 13.169 9.461 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 0 2.076 C 0 1.397 0.551 0.846 1.231 0.846 L 14.769 0.846 C 15.449 0.846 16 1.397 16 2.076 L 16 11.923 C 16 12.602 15.449 13.153 14.769 13.153 L 1.231 13.153 C 0.551 13.153 0 12.602 0 11.923 Z M 14.769 2.384 C 14.769 2.214 14.631 2.076 14.461 2.076 L 1.538 2.076 C 1.369 2.076 1.231 2.214 1.231 2.384 L 1.231 3.184 C 1.231 3.252 1.286 3.307 1.354 3.307 L 14.646 3.307 C 14.714 3.307 14.769 3.252 14.769 3.184 Z M 1.231 6.261 C 1.231 6.329 1.286 6.384 1.354 6.384 L 14.646 6.384 C 14.714 6.384 14.769 6.329 14.769 6.261 L 14.769 4.661 C 14.769 4.593 14.714 4.538 14.646 4.538 L 1.354 4.538 C 1.286 4.538 1.231 4.593 1.231 4.661 Z M 1.354 7.615 C 1.286 7.615 1.231 7.67 1.231 7.738 L 1.231 11.615 C 1.231 11.785 1.369 11.923 1.538 11.923 L 14.461 11.923 C 14.631 11.923 14.769 11.785 14.769 11.615 L 14.769 7.738 C 14.769 7.67 14.714 7.615 14.646 7.615 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:10641153327}},baseVariant,gestureVariant)})}),visible10&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-hwznv5\",\"data-framer-name\":\"Loan Consolidation\",layoutDependency:layoutDependency,layoutId:\"s33PjHXDC\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ukcb6z\",\"data-framer-name\":\"Loan Consolidation\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"FifDbegjN\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 12\"><path d=\"M 13.612 0.154 L 2.388 0.154 C 1.754 0.156 1.147 0.409 0.699 0.858 C 0.251 1.306 0 1.914 0 2.548 L 0 9.453 C 0 10.087 0.251 10.694 0.699 11.143 C 1.147 11.592 1.754 11.845 2.388 11.847 L 13.612 11.847 C 14.246 11.845 14.853 11.592 15.301 11.143 C 15.749 10.694 16 10.087 16 9.453 L 16 2.548 C 16 1.914 15.749 1.306 15.301 0.858 C 14.853 0.409 14.246 0.156 13.612 0.154 Z M 2.388 1.385 L 13.612 1.385 C 13.92 1.387 14.214 1.51 14.431 1.728 C 14.647 1.946 14.769 2.241 14.769 2.548 L 14.769 3.231 L 1.231 3.231 L 1.231 2.548 C 1.231 2.241 1.352 1.946 1.569 1.728 C 1.786 1.51 2.08 1.387 2.388 1.385 Z M 13.612 10.616 L 2.388 10.616 C 2.08 10.614 1.786 10.491 1.569 10.273 C 1.352 10.055 1.231 9.76 1.231 9.453 L 1.231 4.462 L 14.769 4.462 L 14.769 9.453 C 14.769 9.76 14.647 10.055 14.431 10.273 C 14.214 10.491 13.92 10.614 13.612 10.616 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 12.923 8.154 L 9.846 8.154 C 9.683 8.154 9.526 8.219 9.411 8.335 C 9.296 8.45 9.231 8.606 9.231 8.77 C 9.231 8.933 9.296 9.089 9.411 9.205 C 9.526 9.32 9.683 9.385 9.846 9.385 L 12.923 9.385 C 13.086 9.385 13.243 9.32 13.358 9.205 C 13.474 9.089 13.539 8.933 13.539 8.77 C 13.539 8.606 13.474 8.45 13.358 8.335 C 13.243 8.219 13.086 8.154 12.923 8.154 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:10916122453,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 12\"><path d=\"M 13.612 0.154 L 2.388 0.154 C 1.754 0.156 1.147 0.409 0.699 0.858 C 0.251 1.306 0 1.914 0 2.548 L 0 9.453 C 0 10.087 0.251 10.694 0.699 11.143 C 1.147 11.592 1.754 11.845 2.388 11.847 L 13.612 11.847 C 14.246 11.845 14.853 11.592 15.301 11.143 C 15.749 10.694 16 10.087 16 9.453 L 16 2.548 C 16 1.914 15.749 1.306 15.301 0.858 C 14.853 0.409 14.246 0.156 13.612 0.154 Z M 2.388 1.385 L 13.612 1.385 C 13.92 1.387 14.214 1.51 14.431 1.728 C 14.647 1.946 14.769 2.241 14.769 2.548 L 14.769 3.231 L 1.231 3.231 L 1.231 2.548 C 1.231 2.241 1.352 1.946 1.569 1.728 C 1.786 1.51 2.08 1.387 2.388 1.385 Z M 13.612 10.616 L 2.388 10.616 C 2.08 10.614 1.786 10.491 1.569 10.273 C 1.352 10.055 1.231 9.76 1.231 9.453 L 1.231 4.462 L 14.769 4.462 L 14.769 9.453 C 14.769 9.76 14.647 10.055 14.431 10.273 C 14.214 10.491 13.92 10.614 13.612 10.616 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 12.923 8.154 L 9.846 8.154 C 9.683 8.154 9.526 8.219 9.411 8.335 C 9.296 8.45 9.231 8.606 9.231 8.77 C 9.231 8.933 9.296 9.089 9.411 9.205 C 9.526 9.32 9.683 9.385 9.846 9.385 L 12.923 9.385 C 13.086 9.385 13.243 9.32 13.358 9.205 C 13.474 9.089 13.539 8.933 13.539 8.77 C 13.539 8.606 13.474 8.45 13.358 8.335 C 13.243 8.219 13.086 8.154 12.923 8.154 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:11212169780}},baseVariant,gestureVariant)})}),visible11&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v7dan6\",\"data-framer-name\":\"Bad Credit Loans\",layoutDependency:layoutDependency,layoutId:\"aUtLHdQs5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-y2gn2p\",\"data-framer-name\":\"Bad Credit Loans\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ei4MY6ekX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 14\"><path d=\"M 15.166 7.386 L 13.914 7.386 C 13.427 7.386 13.079 7.734 13.079 8.22 L 13.079 12.879 C 13.079 13.366 13.427 13.714 13.914 13.714 L 15.166 13.714 C 15.652 13.714 16 13.366 16 12.879 L 16 8.22 C 16 7.803 15.652 7.386 15.166 7.386 Z M 15.305 12.879 C 15.305 12.949 15.235 13.018 15.166 13.018 L 13.914 13.018 C 13.844 13.018 13.775 12.949 13.775 12.879 L 13.775 8.22 C 13.775 8.151 13.844 8.081 13.914 8.081 L 15.166 8.081 C 15.235 8.081 15.305 8.151 15.305 8.22 Z M 10.715 6.551 L 9.463 6.551 C 8.977 6.551 8.629 6.899 8.629 7.386 L 8.629 13.018 C 8.629 13.505 8.977 13.853 9.463 13.853 L 10.715 13.853 C 11.202 13.853 11.55 13.505 11.55 13.018 L 11.55 7.386 C 11.55 6.969 11.202 6.551 10.715 6.551 Z M 10.854 13.088 C 10.854 13.158 10.785 13.227 10.715 13.227 L 9.463 13.227 C 9.394 13.227 9.324 13.157 9.324 13.088 L 9.324 7.386 C 9.324 7.316 9.394 7.247 9.463 7.247 L 10.715 7.247 C 10.785 7.247 10.854 7.316 10.854 7.386 Z M 6.404 5.578 L 5.152 5.578 C 4.665 5.578 4.318 5.926 4.318 6.412 L 4.318 13.088 C 4.318 13.575 4.665 13.922 5.152 13.922 L 6.404 13.922 C 6.891 13.922 7.238 13.575 7.238 13.088 L 7.238 6.412 C 7.238 5.926 6.891 5.578 6.404 5.578 Z M 6.543 13.088 C 6.543 13.158 6.473 13.227 6.404 13.227 L 5.152 13.227 C 5.083 13.227 5.013 13.158 5.013 13.088 L 5.013 6.412 C 5.013 6.343 5.083 6.273 5.152 6.273 L 6.404 6.273 C 6.473 6.273 6.543 6.343 6.543 6.412 Z M 2.092 4.743 L 0.841 4.743 C 0.354 4.743 0.006 5.091 0.006 5.578 L 0.006 13.088 C 0.006 13.575 0.354 13.923 0.841 13.923 L 2.092 13.923 C 2.579 13.923 2.927 13.575 2.927 13.088 L 2.927 5.578 C 2.927 5.091 2.579 4.743 2.092 4.743 Z M 2.231 13.088 C 2.231 13.158 2.162 13.227 2.092 13.227 L 0.841 13.227 C 0.771 13.227 0.702 13.157 0.702 13.088 L 0.702 5.578 C 0.702 5.508 0.771 5.439 0.841 5.439 L 2.092 5.439 C 2.162 5.439 2.231 5.508 2.231 5.578 Z M 0.145 0.71 C 4.665 3.353 9.603 4.883 14.818 5.23 L 14.262 5.856 C 14.122 5.995 14.122 6.204 14.262 6.343 C 14.331 6.412 14.401 6.412 14.47 6.412 C 14.54 6.412 14.679 6.343 14.748 6.273 L 15.861 5.091 C 15.861 5.091 15.861 5.022 15.93 5.022 L 15.93 4.604 C 15.93 4.604 15.93 4.535 15.861 4.535 L 14.748 3.353 C 14.609 3.214 14.401 3.214 14.262 3.353 C 14.122 3.492 14.122 3.7 14.262 3.839 L 14.748 4.396 C 9.742 4.187 4.943 2.657 0.563 0.154 C 0.354 0.015 0.145 0.084 0.076 0.223 C -0.063 0.432 0.006 0.641 0.145 0.71 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:9090079648,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 14\"><path d=\"M 15.166 7.386 L 13.914 7.386 C 13.427 7.386 13.079 7.734 13.079 8.22 L 13.079 12.879 C 13.079 13.366 13.427 13.714 13.914 13.714 L 15.166 13.714 C 15.652 13.714 16 13.366 16 12.879 L 16 8.22 C 16 7.803 15.652 7.386 15.166 7.386 Z M 15.305 12.879 C 15.305 12.949 15.235 13.018 15.166 13.018 L 13.914 13.018 C 13.844 13.018 13.775 12.949 13.775 12.879 L 13.775 8.22 C 13.775 8.151 13.844 8.081 13.914 8.081 L 15.166 8.081 C 15.235 8.081 15.305 8.151 15.305 8.22 Z M 10.715 6.551 L 9.463 6.551 C 8.977 6.551 8.629 6.899 8.629 7.386 L 8.629 13.018 C 8.629 13.505 8.977 13.853 9.463 13.853 L 10.715 13.853 C 11.202 13.853 11.55 13.505 11.55 13.018 L 11.55 7.386 C 11.55 6.969 11.202 6.551 10.715 6.551 Z M 10.854 13.088 C 10.854 13.158 10.785 13.227 10.715 13.227 L 9.463 13.227 C 9.394 13.227 9.324 13.157 9.324 13.088 L 9.324 7.386 C 9.324 7.316 9.394 7.247 9.463 7.247 L 10.715 7.247 C 10.785 7.247 10.854 7.316 10.854 7.386 Z M 6.404 5.578 L 5.152 5.578 C 4.665 5.578 4.318 5.926 4.318 6.412 L 4.318 13.088 C 4.318 13.575 4.665 13.922 5.152 13.922 L 6.404 13.922 C 6.891 13.922 7.238 13.575 7.238 13.088 L 7.238 6.412 C 7.238 5.926 6.891 5.578 6.404 5.578 Z M 6.543 13.088 C 6.543 13.158 6.473 13.227 6.404 13.227 L 5.152 13.227 C 5.083 13.227 5.013 13.158 5.013 13.088 L 5.013 6.412 C 5.013 6.343 5.083 6.273 5.152 6.273 L 6.404 6.273 C 6.473 6.273 6.543 6.343 6.543 6.412 Z M 2.092 4.743 L 0.841 4.743 C 0.354 4.743 0.006 5.091 0.006 5.578 L 0.006 13.088 C 0.006 13.575 0.354 13.923 0.841 13.923 L 2.092 13.923 C 2.579 13.923 2.927 13.575 2.927 13.088 L 2.927 5.578 C 2.927 5.091 2.579 4.743 2.092 4.743 Z M 2.231 13.088 C 2.231 13.158 2.162 13.227 2.092 13.227 L 0.841 13.227 C 0.771 13.227 0.702 13.157 0.702 13.088 L 0.702 5.578 C 0.702 5.508 0.771 5.439 0.841 5.439 L 2.092 5.439 C 2.162 5.439 2.231 5.508 2.231 5.578 Z M 0.145 0.71 C 4.665 3.353 9.603 4.883 14.818 5.23 L 14.262 5.856 C 14.122 5.995 14.122 6.204 14.262 6.343 C 14.331 6.412 14.401 6.412 14.47 6.412 C 14.54 6.412 14.679 6.343 14.748 6.273 L 15.861 5.091 C 15.861 5.091 15.861 5.022 15.93 5.022 L 15.93 4.604 C 15.93 4.604 15.93 4.535 15.861 4.535 L 14.748 3.353 C 14.609 3.214 14.401 3.214 14.262 3.353 C 14.122 3.492 14.122 3.7 14.262 3.839 L 14.748 4.396 C 9.742 4.187 4.943 2.657 0.563 0.154 C 0.354 0.015 0.145 0.084 0.076 0.223 C -0.063 0.432 0.006 0.641 0.145 0.71 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:9115203921}},baseVariant,gestureVariant)})}),visible12&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2t3z02\",\"data-framer-name\":\"Business Line of Credit\",layoutDependency:layoutDependency,layoutId:\"lrn2bB4hf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jtf4t5\",\"data-framer-name\":\"Business Line of Credit\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nx81RpEBU\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 14\"><path d=\"M 15.787 1.031 C 16.071 1.315 16.071 1.776 15.787 2.06 L 12.151 5.696 C 11.867 5.98 11.406 5.98 11.122 5.696 L 9.668 4.242 C 9.384 3.958 9.384 3.497 9.668 3.213 C 9.952 2.929 10.412 2.929 10.696 3.213 L 11.636 4.153 L 14.759 1.031 C 15.043 0.747 15.503 0.747 15.787 1.031 Z M 0 4.455 C 0 3.25 0.977 2.273 2.182 2.273 L 7.273 2.273 C 7.674 2.273 8 2.599 8 3 C 8 3.402 7.674 3.727 7.273 3.727 L 2.182 3.727 C 1.78 3.727 1.455 4.053 1.455 4.455 L 1.455 8.091 L 13.091 8.091 L 13.091 7.364 C 13.091 6.962 13.416 6.637 13.818 6.637 C 14.22 6.637 14.546 6.962 14.546 7.364 L 14.546 11 C 14.546 12.205 13.569 13.182 12.364 13.182 L 2.182 13.182 C 0.977 13.182 0 12.205 0 11 Z M 13.091 9.546 L 1.455 9.546 L 1.455 11 C 1.455 11.402 1.78 11.727 2.182 11.727 L 12.364 11.727 C 12.765 11.727 13.091 11.402 13.091 11 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:9019720607,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 14\"><path d=\"M 15.787 1.031 C 16.071 1.315 16.071 1.776 15.787 2.06 L 12.151 5.696 C 11.867 5.98 11.406 5.98 11.122 5.696 L 9.668 4.242 C 9.384 3.958 9.384 3.497 9.668 3.213 C 9.952 2.929 10.412 2.929 10.696 3.213 L 11.636 4.153 L 14.759 1.031 C 15.043 0.747 15.503 0.747 15.787 1.031 Z M 0 4.455 C 0 3.25 0.977 2.273 2.182 2.273 L 7.273 2.273 C 7.674 2.273 8 2.599 8 3 C 8 3.402 7.674 3.727 7.273 3.727 L 2.182 3.727 C 1.78 3.727 1.455 4.053 1.455 4.455 L 1.455 8.091 L 13.091 8.091 L 13.091 7.364 C 13.091 6.962 13.416 6.637 13.818 6.637 C 14.22 6.637 14.546 6.962 14.546 7.364 L 14.546 11 C 14.546 12.205 13.569 13.182 12.364 13.182 L 2.182 13.182 C 0.977 13.182 0 12.205 0 11 Z M 13.091 9.546 L 1.455 9.546 L 1.455 11 C 1.455 11.402 1.78 11.727 2.182 11.727 L 12.364 11.727 C 12.765 11.727 13.091 11.402 13.091 11 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:12728703078}},baseVariant,gestureVariant)})}),visible13&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pz6l6t\",\"data-framer-name\":\"Term Loan\",layoutDependency:layoutDependency,layoutId:\"DJOrqmnDI\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fuj1dl\",\"data-framer-name\":\"Term Loan\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tdCmAjxao\",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 0 14.4 L 16 14.4 L 16 16 L 0 16 Z M 1.6 8 L 3.2 8 L 3.2 13.6 L 1.6 13.6 Z M 5.6 8 L 7.2 8 L 7.2 13.6 L 5.6 13.6 Z M 8.8 8 L 10.4 8 L 10.4 13.6 L 8.8 13.6 Z M 12.8 8 L 14.4 8 L 14.4 13.6 L 12.8 13.6 Z M 0 4 L 8 0 L 16 4 L 16 7.2 L 0 7.2 Z M 1.6 4.989 L 1.6 5.6 L 14.4 5.6 L 14.4 4.989 L 8 1.789 Z M 8 4.8 C 7.788 4.8 7.584 4.716 7.434 4.566 C 7.284 4.416 7.2 4.212 7.2 4 C 7.2 3.788 7.284 3.584 7.434 3.434 C 7.584 3.284 7.788 3.2 8 3.2 C 8.212 3.2 8.416 3.284 8.566 3.434 C 8.716 3.584 8.8 3.788 8.8 4 C 8.8 4.212 8.716 4.416 8.566 4.566 C 8.416 4.716 8.212 4.8 8 4.8 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:10049256519,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{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 0 14.4 L 16 14.4 L 16 16 L 0 16 Z M 1.6 8 L 3.2 8 L 3.2 13.6 L 1.6 13.6 Z M 5.6 8 L 7.2 8 L 7.2 13.6 L 5.6 13.6 Z M 8.8 8 L 10.4 8 L 10.4 13.6 L 8.8 13.6 Z M 12.8 8 L 14.4 8 L 14.4 13.6 L 12.8 13.6 Z M 0 4 L 8 0 L 16 4 L 16 7.2 L 0 7.2 Z M 1.6 4.989 L 1.6 5.6 L 14.4 5.6 L 14.4 4.989 L 8 1.789 Z M 8 4.8 C 7.788 4.8 7.584 4.716 7.434 4.566 C 7.284 4.416 7.2 4.212 7.2 4 C 7.2 3.788 7.284 3.584 7.434 3.434 C 7.584 3.284 7.788 3.2 8 3.2 C 8.212 3.2 8.416 3.284 8.566 3.434 C 8.716 3.584 8.8 3.788 8.8 4 C 8.8 4.212 8.716 4.416 8.566 4.566 C 8.416 4.716 8.212 4.8 8 4.8 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:9495590714}},baseVariant,gestureVariant)})}),visible14&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-d4jct3\",\"data-framer-name\":\"Healthcare\",layoutDependency:layoutDependency,layoutId:\"VFxpw4oNW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1h7j99e\",\"data-framer-name\":\"Healthcare\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XEqpiMDpC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 5.571 1.571 C 5.571 1.256 5.827 1 6.143 1 L 11.857 1 C 12.173 1 12.429 1.256 12.429 1.571 L 12.429 5.571 L 16.429 5.571 C 16.744 5.571 17 5.827 17 6.143 L 17 11.857 C 17 12.173 16.744 12.429 16.429 12.429 L 12.429 12.429 L 12.429 16.429 C 12.429 16.744 12.173 17 11.857 17 L 6.143 17 C 5.827 17 5.571 16.744 5.571 16.429 L 5.571 12.429 L 1.571 12.429 C 1.256 12.429 1 12.173 1 11.857 L 1 6.143 C 1 5.827 1.256 5.571 1.571 5.571 L 5.571 5.571 Z M 6.714 2.143 L 6.714 6.143 C 6.714 6.458 6.458 6.714 6.143 6.714 L 2.143 6.714 L 2.143 11.286 L 6.143 11.286 C 6.458 11.286 6.714 11.542 6.714 11.857 L 6.714 15.857 L 11.286 15.857 L 11.286 11.857 C 11.286 11.542 11.542 11.286 11.857 11.286 L 15.857 11.286 L 15.857 6.714 L 11.857 6.714 C 11.542 6.714 11.286 6.458 11.286 6.143 L 11.286 2.143 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 9 3.857 C 9.316 3.857 9.571 4.113 9.571 4.429 L 9.571 13.571 C 9.571 13.887 9.316 14.143 9 14.143 C 8.684 14.143 8.429 13.887 8.429 13.571 L 8.429 4.429 C 8.429 4.113 8.684 3.857 9 3.857 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 3.857 9 C 3.857 8.684 4.113 8.429 4.429 8.429 L 13.571 8.429 C 13.887 8.429 14.143 8.684 14.143 9 C 14.143 9.316 13.887 9.571 13.571 9.571 L 4.429 9.571 C 4.113 9.571 3.857 9.316 3.857 9 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:8801377310,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 5.571 1.571 C 5.571 1.256 5.827 1 6.143 1 L 11.857 1 C 12.173 1 12.429 1.256 12.429 1.571 L 12.429 5.571 L 16.429 5.571 C 16.744 5.571 17 5.827 17 6.143 L 17 11.857 C 17 12.173 16.744 12.429 16.429 12.429 L 12.429 12.429 L 12.429 16.429 C 12.429 16.744 12.173 17 11.857 17 L 6.143 17 C 5.827 17 5.571 16.744 5.571 16.429 L 5.571 12.429 L 1.571 12.429 C 1.256 12.429 1 12.173 1 11.857 L 1 6.143 C 1 5.827 1.256 5.571 1.571 5.571 L 5.571 5.571 Z M 6.714 2.143 L 6.714 6.143 C 6.714 6.458 6.458 6.714 6.143 6.714 L 2.143 6.714 L 2.143 11.286 L 6.143 11.286 C 6.458 11.286 6.714 11.542 6.714 11.857 L 6.714 15.857 L 11.286 15.857 L 11.286 11.857 C 11.286 11.542 11.542 11.286 11.857 11.286 L 15.857 11.286 L 15.857 6.714 L 11.857 6.714 C 11.542 6.714 11.286 6.458 11.286 6.143 L 11.286 2.143 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 9 3.857 C 9.316 3.857 9.571 4.113 9.571 4.429 L 9.571 13.571 C 9.571 13.887 9.316 14.143 9 14.143 C 8.684 14.143 8.429 13.887 8.429 13.571 L 8.429 4.429 C 8.429 4.113 8.684 3.857 9 3.857 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 3.857 9 C 3.857 8.684 4.113 8.429 4.429 8.429 L 13.571 8.429 C 13.887 8.429 14.143 8.684 14.143 9 C 14.143 9.316 13.887 9.571 13.571 9.571 L 4.429 9.571 C 4.113 9.571 3.857 9.316 3.857 9 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:11753068108}},baseVariant,gestureVariant)})}),visible15&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-idg95k\",\"data-framer-name\":\"Business Services\",layoutDependency:layoutDependency,layoutId:\"ZDgbxG_8h\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11g0sce\",\"data-framer-name\":\"Business Services\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LgpBLxduw\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 2.001 4.666 C 1.633 4.666 1.334 4.964 1.334 5.332 L 1.334 13.329 C 1.334 13.697 1.633 13.996 2.001 13.996 L 13.999 13.996 C 14.367 13.996 14.666 13.697 14.666 13.329 L 14.666 5.332 C 14.666 4.964 14.367 4.666 13.999 4.666 Z M 0 5.332 C 0 4.227 0.896 3.332 2.001 3.332 L 13.999 3.332 C 15.104 3.332 16 4.227 16 5.332 L 16 13.329 C 16 14.434 15.104 15.329 13.999 15.329 L 2.001 15.329 C 0.896 15.329 0 14.434 0 13.329 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 2.001 3.304 C 2.001 3.304 2.001 3.304 2.001 3.304 L 13.999 3.304 C 14.53 3.304 15.038 3.515 15.414 3.89 C 15.789 4.265 16 4.774 16 5.305 L 16 5.999 C 16.005 6.439 15.923 6.875 15.758 7.283 C 15.593 7.692 15.348 8.065 15.038 8.379 C 14.727 8.692 14.357 8.941 13.95 9.111 C 13.542 9.28 13.105 9.367 12.664 9.366 L 3.336 9.366 C 2.898 9.367 2.464 9.281 2.059 9.114 C 1.653 8.947 1.285 8.701 0.975 8.391 C 0.665 8.081 0.419 7.713 0.252 7.307 C 0.085 6.902 -0.001 6.468 0 6.03 L 0 5.339 C -0.004 5.075 0.043 4.813 0.141 4.568 C 0.239 4.32 0.385 4.095 0.571 3.904 C 0.758 3.714 0.98 3.563 1.226 3.46 C 1.471 3.357 1.735 3.304 2.001 3.304 Z M 2.001 4.638 C 1.912 4.638 1.824 4.655 1.742 4.69 C 1.661 4.724 1.586 4.774 1.524 4.838 C 1.462 4.901 1.413 4.976 1.381 5.059 C 1.348 5.142 1.332 5.23 1.334 5.318 L 1.334 5.325 L 1.334 6.032 L 1.334 6.033 C 1.333 6.295 1.385 6.556 1.485 6.798 C 1.585 7.041 1.732 7.262 1.918 7.448 C 2.104 7.633 2.325 7.781 2.567 7.881 C 2.81 7.981 3.071 8.032 3.333 8.032 L 3.334 8.032 L 12.666 8.032 L 12.667 8.032 C 12.931 8.032 13.193 7.98 13.438 7.879 C 13.682 7.777 13.903 7.628 14.09 7.44 C 14.276 7.252 14.422 7.029 14.521 6.784 C 14.62 6.539 14.669 6.276 14.666 6.012 L 14.666 6.007 L 14.666 5.305 C 14.666 5.128 14.596 4.958 14.471 4.833 C 14.346 4.708 14.176 4.638 13.999 4.638 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 8 7.333 C 8.368 7.333 8.667 7.632 8.667 8 L 8.667 9.334 C 8.667 9.702 8.368 10.001 8 10.001 C 7.632 10.001 7.333 9.702 7.333 9.334 L 7.333 8 C 7.333 7.632 7.632 7.333 8 7.333 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 5.356 1.175 C 5.431 0.879 5.697 0.671 6.003 0.671 L 9.997 0.671 C 10.303 0.671 10.569 0.879 10.644 1.175 L 11.315 3.836 C 11.365 4.035 11.32 4.246 11.194 4.409 C 11.068 4.571 10.873 4.666 10.668 4.666 L 5.332 4.666 C 5.127 4.666 4.933 4.571 4.806 4.409 C 4.68 4.246 4.635 4.035 4.686 3.836 Z M 6.522 2.005 L 6.188 3.332 L 9.812 3.332 L 9.478 2.005 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:8751536225,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 2.001 4.666 C 1.633 4.666 1.334 4.964 1.334 5.332 L 1.334 13.329 C 1.334 13.697 1.633 13.996 2.001 13.996 L 13.999 13.996 C 14.367 13.996 14.666 13.697 14.666 13.329 L 14.666 5.332 C 14.666 4.964 14.367 4.666 13.999 4.666 Z M 0 5.332 C 0 4.227 0.896 3.332 2.001 3.332 L 13.999 3.332 C 15.104 3.332 16 4.227 16 5.332 L 16 13.329 C 16 14.434 15.104 15.329 13.999 15.329 L 2.001 15.329 C 0.896 15.329 0 14.434 0 13.329 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 2.001 3.304 C 2.001 3.304 2.001 3.304 2.001 3.304 L 13.999 3.304 C 14.53 3.304 15.038 3.515 15.414 3.89 C 15.789 4.265 16 4.774 16 5.305 L 16 5.999 C 16.005 6.439 15.923 6.875 15.758 7.283 C 15.593 7.692 15.348 8.065 15.038 8.379 C 14.727 8.692 14.357 8.941 13.95 9.111 C 13.542 9.28 13.105 9.367 12.664 9.366 L 3.336 9.366 C 2.898 9.367 2.464 9.281 2.059 9.114 C 1.653 8.947 1.285 8.701 0.975 8.391 C 0.665 8.081 0.419 7.713 0.252 7.307 C 0.085 6.902 -0.001 6.468 0 6.03 L 0 5.339 C -0.004 5.075 0.043 4.813 0.141 4.568 C 0.239 4.32 0.385 4.095 0.571 3.904 C 0.758 3.714 0.98 3.563 1.226 3.46 C 1.471 3.357 1.735 3.304 2.001 3.304 Z M 2.001 4.638 C 1.912 4.638 1.824 4.655 1.742 4.69 C 1.661 4.724 1.586 4.774 1.524 4.838 C 1.462 4.901 1.413 4.976 1.381 5.059 C 1.348 5.142 1.332 5.23 1.334 5.318 L 1.334 5.325 L 1.334 6.032 L 1.334 6.033 C 1.333 6.295 1.385 6.556 1.485 6.798 C 1.585 7.041 1.732 7.262 1.918 7.448 C 2.104 7.633 2.325 7.781 2.567 7.881 C 2.81 7.981 3.071 8.032 3.333 8.032 L 3.334 8.032 L 12.666 8.032 L 12.667 8.032 C 12.931 8.032 13.193 7.98 13.438 7.879 C 13.682 7.777 13.903 7.628 14.09 7.44 C 14.276 7.252 14.422 7.029 14.521 6.784 C 14.62 6.539 14.669 6.276 14.666 6.012 L 14.666 6.007 L 14.666 5.305 C 14.666 5.128 14.596 4.958 14.471 4.833 C 14.346 4.708 14.176 4.638 13.999 4.638 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 8 7.333 C 8.368 7.333 8.667 7.632 8.667 8 L 8.667 9.334 C 8.667 9.702 8.368 10.001 8 10.001 C 7.632 10.001 7.333 9.702 7.333 9.334 L 7.333 8 C 7.333 7.632 7.632 7.333 8 7.333 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 5.356 1.175 C 5.431 0.879 5.697 0.671 6.003 0.671 L 9.997 0.671 C 10.303 0.671 10.569 0.879 10.644 1.175 L 11.315 3.836 C 11.365 4.035 11.32 4.246 11.194 4.409 C 11.068 4.571 10.873 4.666 10.668 4.666 L 5.332 4.666 C 5.127 4.666 4.933 4.571 4.806 4.409 C 4.68 4.246 4.635 4.035 4.686 3.836 Z M 6.522 2.005 L 6.188 3.332 L 9.812 3.332 L 9.478 2.005 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:12225702768}},baseVariant,gestureVariant)})}),visible16&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4mcan1\",\"data-framer-name\":\"Construction\",layoutDependency:layoutDependency,layoutId:\"j9FoSKo9C\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6t9e73\",\"data-framer-name\":\"Construction\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hiq1RWM5Y\",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 2.259 3.311 C 2.665 2.498 3.287 1.662 4.233 1.031 C 5.183 0.398 6.418 0 8 0 C 9.582 0 10.816 0.398 11.767 1.031 C 12.713 1.662 13.335 2.498 13.741 3.311 C 14.147 4.122 14.346 4.924 14.445 5.517 C 14.47 5.668 14.489 5.807 14.503 5.93 C 14.619 5.966 14.744 6.013 14.871 6.077 C 15.139 6.211 15.429 6.423 15.651 6.756 C 15.875 7.093 16 7.509 16 8 C 16 8.491 15.875 8.907 15.651 9.244 C 15.429 9.577 15.139 9.789 14.871 9.923 C 14.744 9.987 14.619 10.034 14.503 10.07 C 14.489 10.193 14.47 10.332 14.445 10.483 C 14.346 11.076 14.147 11.878 13.741 12.689 C 13.335 13.502 12.713 14.338 11.767 14.969 C 10.816 15.602 9.582 16 8 16 C 6.418 16 5.183 15.602 4.233 14.969 C 3.287 14.338 2.665 13.502 2.259 12.689 C 1.853 11.878 1.654 11.076 1.555 10.483 C 1.53 10.332 1.511 10.193 1.497 10.07 C 1.381 10.034 1.256 9.987 1.129 9.923 C 0.861 9.789 0.571 9.577 0.349 9.244 C 0.125 8.907 0 8.491 0 8 C 0 7.509 0.125 7.093 0.349 6.756 C 0.571 6.423 0.861 6.211 1.129 6.077 C 1.256 6.013 1.381 5.966 1.497 5.93 C 1.511 5.807 1.53 5.668 1.555 5.517 C 1.654 4.924 1.853 4.122 2.259 3.311 Z M 13.02 10.182 L 2.98 10.182 C 3.059 10.685 3.224 11.367 3.56 12.038 C 3.88 12.679 4.349 13.298 5.04 13.758 C 5.726 14.216 6.673 14.545 8 14.545 C 9.327 14.545 10.274 14.216 10.96 13.758 C 11.651 13.298 12.12 12.679 12.44 12.038 C 12.776 11.367 12.941 10.685 13.02 10.182 Z M 12.44 3.962 C 12.12 3.321 11.651 2.702 10.96 2.241 C 10.731 2.089 10.473 1.951 10.182 1.834 L 10.182 3.636 C 10.182 4.038 9.856 4.364 9.455 4.364 C 9.053 4.364 8.727 4.038 8.727 3.636 L 8.727 1.49 C 8.498 1.467 8.256 1.455 8 1.455 C 7.744 1.455 7.502 1.467 7.273 1.49 L 7.273 3.636 C 7.273 4.038 6.947 4.364 6.545 4.364 C 6.144 4.364 5.818 4.038 5.818 3.636 L 5.818 1.834 C 5.527 1.951 5.269 2.089 5.04 2.241 C 4.349 2.702 3.88 3.321 3.56 3.962 C 3.224 4.633 3.059 5.315 2.98 5.818 L 3.636 5.818 C 4.038 5.818 4.364 6.144 4.364 6.545 C 4.364 6.947 4.038 7.273 3.636 7.273 L 2.182 7.273 C 1.957 7.281 1.69 7.367 1.56 7.562 C 1.512 7.635 1.455 7.764 1.455 8 C 1.455 8.236 1.512 8.365 1.56 8.438 C 1.69 8.633 1.957 8.719 2.182 8.727 L 13.818 8.727 C 14.043 8.719 14.31 8.633 14.44 8.438 C 14.488 8.365 14.546 8.236 14.546 8 C 14.546 7.764 14.488 7.635 14.44 7.562 C 14.31 7.367 14.043 7.281 13.818 7.273 L 12.364 7.273 C 11.962 7.273 11.636 6.947 11.636 6.545 C 11.636 6.144 11.962 5.818 12.364 5.818 L 13.02 5.818 C 12.941 5.315 12.776 4.633 12.44 3.962 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:12506107411,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{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 2.259 3.311 C 2.665 2.498 3.287 1.662 4.233 1.031 C 5.183 0.398 6.418 0 8 0 C 9.582 0 10.816 0.398 11.767 1.031 C 12.713 1.662 13.335 2.498 13.741 3.311 C 14.147 4.122 14.346 4.924 14.445 5.517 C 14.47 5.668 14.489 5.807 14.503 5.93 C 14.619 5.966 14.744 6.013 14.871 6.077 C 15.139 6.211 15.429 6.423 15.651 6.756 C 15.875 7.093 16 7.509 16 8 C 16 8.491 15.875 8.907 15.651 9.244 C 15.429 9.577 15.139 9.789 14.871 9.923 C 14.744 9.987 14.619 10.034 14.503 10.07 C 14.489 10.193 14.47 10.332 14.445 10.483 C 14.346 11.076 14.147 11.878 13.741 12.689 C 13.335 13.502 12.713 14.338 11.767 14.969 C 10.816 15.602 9.582 16 8 16 C 6.418 16 5.183 15.602 4.233 14.969 C 3.287 14.338 2.665 13.502 2.259 12.689 C 1.853 11.878 1.654 11.076 1.555 10.483 C 1.53 10.332 1.511 10.193 1.497 10.07 C 1.381 10.034 1.256 9.987 1.129 9.923 C 0.861 9.789 0.571 9.577 0.349 9.244 C 0.125 8.907 0 8.491 0 8 C 0 7.509 0.125 7.093 0.349 6.756 C 0.571 6.423 0.861 6.211 1.129 6.077 C 1.256 6.013 1.381 5.966 1.497 5.93 C 1.511 5.807 1.53 5.668 1.555 5.517 C 1.654 4.924 1.853 4.122 2.259 3.311 Z M 13.02 10.182 L 2.98 10.182 C 3.059 10.685 3.224 11.367 3.56 12.038 C 3.88 12.679 4.349 13.298 5.04 13.758 C 5.726 14.216 6.673 14.545 8 14.545 C 9.327 14.545 10.274 14.216 10.96 13.758 C 11.651 13.298 12.12 12.679 12.44 12.038 C 12.776 11.367 12.941 10.685 13.02 10.182 Z M 12.44 3.962 C 12.12 3.321 11.651 2.702 10.96 2.241 C 10.731 2.089 10.473 1.951 10.182 1.834 L 10.182 3.636 C 10.182 4.038 9.856 4.364 9.455 4.364 C 9.053 4.364 8.727 4.038 8.727 3.636 L 8.727 1.49 C 8.498 1.467 8.256 1.455 8 1.455 C 7.744 1.455 7.502 1.467 7.273 1.49 L 7.273 3.636 C 7.273 4.038 6.947 4.364 6.545 4.364 C 6.144 4.364 5.818 4.038 5.818 3.636 L 5.818 1.834 C 5.527 1.951 5.269 2.089 5.04 2.241 C 4.349 2.702 3.88 3.321 3.56 3.962 C 3.224 4.633 3.059 5.315 2.98 5.818 L 3.636 5.818 C 4.038 5.818 4.364 6.144 4.364 6.545 C 4.364 6.947 4.038 7.273 3.636 7.273 L 2.182 7.273 C 1.957 7.281 1.69 7.367 1.56 7.562 C 1.512 7.635 1.455 7.764 1.455 8 C 1.455 8.236 1.512 8.365 1.56 8.438 C 1.69 8.633 1.957 8.719 2.182 8.727 L 13.818 8.727 C 14.043 8.719 14.31 8.633 14.44 8.438 C 14.488 8.365 14.546 8.236 14.546 8 C 14.546 7.764 14.488 7.635 14.44 7.562 C 14.31 7.367 14.043 7.281 13.818 7.273 L 12.364 7.273 C 11.962 7.273 11.636 6.947 11.636 6.545 C 11.636 6.144 11.962 5.818 12.364 5.818 L 13.02 5.818 C 12.941 5.315 12.776 4.633 12.44 3.962 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:9219799196}},baseVariant,gestureVariant)})}),visible17&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ftelcu\",\"data-framer-name\":\"Retail\",layoutDependency:layoutDependency,layoutId:\"Sp_5bbJ3r\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fv3g5m\",\"data-framer-name\":\"Retail\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"k_m32XPP7\",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 14.09 0.681 C 14.323 0.68 14.547 0.762 14.726 0.909 L 14.726 0.909 C 14.902 1.053 15.023 1.251 15.074 1.471 L 15.984 4.978 C 15.995 5.02 16 5.063 16 5.106 C 16 5.644 15.791 6.163 15.416 6.546 C 15.04 6.931 14.528 7.149 13.992 7.149 C 13.455 7.149 12.943 6.931 12.567 6.546 C 12.542 6.521 12.517 6.494 12.494 6.467 C 12.47 6.494 12.445 6.521 12.42 6.546 C 12.044 6.931 11.532 7.149 10.996 7.149 C 10.459 7.149 9.947 6.931 9.571 6.546 C 9.546 6.521 9.522 6.494 9.498 6.467 C 9.474 6.494 9.45 6.521 9.424 6.546 C 9.049 6.931 8.536 7.149 8 7.149 C 7.464 7.149 6.951 6.931 6.576 6.546 C 6.55 6.521 6.526 6.494 6.502 6.467 C 6.478 6.494 6.454 6.521 6.429 6.546 C 6.053 6.931 5.541 7.149 5.004 7.149 C 4.468 7.149 3.956 6.931 3.58 6.546 C 3.555 6.521 3.53 6.494 3.506 6.467 C 3.483 6.494 3.458 6.521 3.433 6.546 C 3.057 6.931 2.545 7.149 2.009 7.149 C 1.472 7.149 0.96 6.931 0.584 6.546 C 0.209 6.163 0 5.644 0 5.106 C 0 5.063 0.005 5.02 0.016 4.978 L 0.926 1.471 C 0.976 1.251 1.098 1.053 1.274 0.908 L 1.274 0.908 C 1.453 0.762 1.677 0.681 1.91 0.681 C 1.91 0.681 1.91 0.681 1.91 0.681 Z M 4.017 5.106 C 4.017 5.381 4.124 5.642 4.31 5.832 C 4.496 6.023 4.746 6.127 5.004 6.127 C 5.262 6.127 5.512 6.023 5.698 5.832 C 5.885 5.642 5.991 5.381 5.991 5.106 C 5.991 4.824 6.22 4.596 6.502 4.596 C 6.784 4.596 7.013 4.824 7.013 5.106 C 7.013 5.381 7.119 5.642 7.306 5.832 L 7.306 5.832 C 7.492 6.023 7.742 6.127 8 6.127 C 8.258 6.127 8.508 6.023 8.694 5.832 L 8.694 5.832 C 8.88 5.642 8.987 5.381 8.987 5.106 C 8.987 4.824 9.216 4.596 9.498 4.596 C 9.78 4.596 10.008 4.824 10.008 5.106 C 10.008 5.381 10.115 5.642 10.302 5.832 L 10.302 5.832 C 10.488 6.023 10.738 6.127 10.996 6.127 C 11.254 6.127 11.504 6.023 11.69 5.832 L 11.69 5.832 C 11.876 5.642 11.983 5.381 11.983 5.106 C 11.983 4.824 12.212 4.596 12.494 4.596 C 12.776 4.596 13.004 4.824 13.004 5.106 C 13.004 5.381 13.111 5.642 13.297 5.832 L 13.297 5.832 C 13.483 6.023 13.733 6.127 13.991 6.127 C 14.25 6.127 14.499 6.023 14.685 5.832 L 14.685 5.832 C 14.859 5.655 14.963 5.418 14.977 5.165 L 14.083 1.719 C 14.081 1.713 14.08 1.708 14.079 1.702 L 1.92 1.702 C 1.919 1.708 1.918 1.713 1.916 1.719 L 1.023 5.165 C 1.037 5.418 1.141 5.655 1.314 5.832 C 1.501 6.023 1.75 6.127 2.009 6.127 C 2.267 6.127 2.516 6.023 2.703 5.832 C 2.889 5.642 2.996 5.381 2.996 5.106 C 2.996 4.824 3.224 4.596 3.506 4.596 C 3.788 4.596 4.017 4.824 4.017 5.106 Z M 1.91 1.702 L 1.91 1.702 C 1.91 1.702 1.91 1.702 1.91 1.702 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 1.702 8.681 C 1.702 8.399 1.473 8.17 1.191 8.17 C 0.909 8.17 0.681 8.399 0.681 8.681 Z M 15.319 8.681 C 15.319 8.399 15.09 8.17 14.808 8.17 C 14.526 8.17 14.298 8.399 14.298 8.681 Z M 0.681 8.681 L 0.681 13.447 L 1.702 13.447 L 1.702 8.681 Z M 2.553 15.319 L 13.447 15.319 L 13.447 14.298 L 2.553 14.298 Z M 15.319 13.447 L 15.319 8.681 L 14.298 8.681 L 14.298 13.447 Z M 13.447 15.319 C 14.481 15.319 15.319 14.481 15.319 13.447 L 14.298 13.447 C 14.298 13.917 13.917 14.298 13.447 14.298 Z M 0.681 13.447 C 0.681 14.481 1.519 15.319 2.553 15.319 L 2.553 14.298 C 2.083 14.298 1.702 13.917 1.702 13.447 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 4.426 9.872 L 4.426 11.574 L 6.128 11.574 L 6.128 9.872 Z M 3.404 9.702 C 3.404 9.232 3.785 8.851 4.255 8.851 L 6.298 8.851 C 6.768 8.851 7.149 9.232 7.149 9.702 L 7.149 11.745 C 7.149 12.215 6.768 12.596 6.298 12.596 L 4.255 12.596 C 3.785 12.596 3.404 12.215 3.404 11.745 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 8.851 10.383 C 8.851 9.913 9.232 9.532 9.702 9.532 L 11.745 9.532 C 12.215 9.532 12.596 9.913 12.596 10.383 L 12.596 14.808 L 11.574 14.808 L 11.574 10.553 L 9.872 10.553 L 9.872 14.808 L 8.851 14.808 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:9519771327,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{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 14.09 0.681 C 14.323 0.68 14.547 0.762 14.726 0.909 L 14.726 0.909 C 14.902 1.053 15.023 1.251 15.074 1.471 L 15.984 4.978 C 15.995 5.02 16 5.063 16 5.106 C 16 5.644 15.791 6.163 15.416 6.546 C 15.04 6.931 14.528 7.149 13.992 7.149 C 13.455 7.149 12.943 6.931 12.567 6.546 C 12.542 6.521 12.517 6.494 12.494 6.467 C 12.47 6.494 12.445 6.521 12.42 6.546 C 12.044 6.931 11.532 7.149 10.996 7.149 C 10.459 7.149 9.947 6.931 9.571 6.546 C 9.546 6.521 9.522 6.494 9.498 6.467 C 9.474 6.494 9.45 6.521 9.424 6.546 C 9.049 6.931 8.536 7.149 8 7.149 C 7.464 7.149 6.951 6.931 6.576 6.546 C 6.55 6.521 6.526 6.494 6.502 6.467 C 6.478 6.494 6.454 6.521 6.429 6.546 C 6.053 6.931 5.541 7.149 5.004 7.149 C 4.468 7.149 3.956 6.931 3.58 6.546 C 3.555 6.521 3.53 6.494 3.506 6.467 C 3.483 6.494 3.458 6.521 3.433 6.546 C 3.057 6.931 2.545 7.149 2.009 7.149 C 1.472 7.149 0.96 6.931 0.584 6.546 C 0.209 6.163 0 5.644 0 5.106 C 0 5.063 0.005 5.02 0.016 4.978 L 0.926 1.471 C 0.976 1.251 1.098 1.053 1.274 0.908 L 1.274 0.908 C 1.453 0.762 1.677 0.681 1.91 0.681 C 1.91 0.681 1.91 0.681 1.91 0.681 Z M 4.017 5.106 C 4.017 5.381 4.124 5.642 4.31 5.832 C 4.496 6.023 4.746 6.127 5.004 6.127 C 5.262 6.127 5.512 6.023 5.698 5.832 C 5.885 5.642 5.991 5.381 5.991 5.106 C 5.991 4.824 6.22 4.596 6.502 4.596 C 6.784 4.596 7.013 4.824 7.013 5.106 C 7.013 5.381 7.119 5.642 7.306 5.832 L 7.306 5.832 C 7.492 6.023 7.742 6.127 8 6.127 C 8.258 6.127 8.508 6.023 8.694 5.832 L 8.694 5.832 C 8.88 5.642 8.987 5.381 8.987 5.106 C 8.987 4.824 9.216 4.596 9.498 4.596 C 9.78 4.596 10.008 4.824 10.008 5.106 C 10.008 5.381 10.115 5.642 10.302 5.832 L 10.302 5.832 C 10.488 6.023 10.738 6.127 10.996 6.127 C 11.254 6.127 11.504 6.023 11.69 5.832 L 11.69 5.832 C 11.876 5.642 11.983 5.381 11.983 5.106 C 11.983 4.824 12.212 4.596 12.494 4.596 C 12.776 4.596 13.004 4.824 13.004 5.106 C 13.004 5.381 13.111 5.642 13.297 5.832 L 13.297 5.832 C 13.483 6.023 13.733 6.127 13.991 6.127 C 14.25 6.127 14.499 6.023 14.685 5.832 L 14.685 5.832 C 14.859 5.655 14.963 5.418 14.977 5.165 L 14.083 1.719 C 14.081 1.713 14.08 1.708 14.079 1.702 L 1.92 1.702 C 1.919 1.708 1.918 1.713 1.916 1.719 L 1.023 5.165 C 1.037 5.418 1.141 5.655 1.314 5.832 C 1.501 6.023 1.75 6.127 2.009 6.127 C 2.267 6.127 2.516 6.023 2.703 5.832 C 2.889 5.642 2.996 5.381 2.996 5.106 C 2.996 4.824 3.224 4.596 3.506 4.596 C 3.788 4.596 4.017 4.824 4.017 5.106 Z M 1.91 1.702 L 1.91 1.702 C 1.91 1.702 1.91 1.702 1.91 1.702 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 1.702 8.681 C 1.702 8.399 1.473 8.17 1.191 8.17 C 0.909 8.17 0.681 8.399 0.681 8.681 Z M 15.319 8.681 C 15.319 8.399 15.09 8.17 14.808 8.17 C 14.526 8.17 14.298 8.399 14.298 8.681 Z M 0.681 8.681 L 0.681 13.447 L 1.702 13.447 L 1.702 8.681 Z M 2.553 15.319 L 13.447 15.319 L 13.447 14.298 L 2.553 14.298 Z M 15.319 13.447 L 15.319 8.681 L 14.298 8.681 L 14.298 13.447 Z M 13.447 15.319 C 14.481 15.319 15.319 14.481 15.319 13.447 L 14.298 13.447 C 14.298 13.917 13.917 14.298 13.447 14.298 Z M 0.681 13.447 C 0.681 14.481 1.519 15.319 2.553 15.319 L 2.553 14.298 C 2.083 14.298 1.702 13.917 1.702 13.447 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 4.426 9.872 L 4.426 11.574 L 6.128 11.574 L 6.128 9.872 Z M 3.404 9.702 C 3.404 9.232 3.785 8.851 4.255 8.851 L 6.298 8.851 C 6.768 8.851 7.149 9.232 7.149 9.702 L 7.149 11.745 C 7.149 12.215 6.768 12.596 6.298 12.596 L 4.255 12.596 C 3.785 12.596 3.404 12.215 3.404 11.745 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 8.851 10.383 C 8.851 9.913 9.232 9.532 9.702 9.532 L 11.745 9.532 C 12.215 9.532 12.596 9.913 12.596 10.383 L 12.596 14.808 L 11.574 14.808 L 11.574 10.553 L 9.872 10.553 L 9.872 14.808 L 8.851 14.808 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:11391853722}},baseVariant,gestureVariant)})}),visible18&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bzotvj\",\"data-framer-name\":\"Trucking / Logistics\",layoutDependency:layoutDependency,layoutId:\"Bz6oBrPvi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-clx3du\",\"data-framer-name\":\"Trucking / Logistics\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nNzLmZrF5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 16\"><path d=\"M 15.822 12.784 L 15.028 12.784 C 14.924 12.784 14.84 12.7 14.84 12.596 C 14.84 12.493 14.924 12.409 15.028 12.409 L 15.822 12.409 C 16.12 12.409 16.363 12.166 16.363 11.867 L 16.363 9.386 C 16.363 9.017 16.21 8.435 16.029 8.113 L 14.156 4.788 C 13.991 4.496 13.567 4.248 13.232 4.248 L 12.028 4.248 C 11.729 4.248 11.486 4.491 11.486 4.79 L 11.486 7.927 C 11.486 8.226 11.729 8.469 12.028 8.469 L 14.581 8.469 C 14.685 8.469 14.769 8.553 14.769 8.657 C 14.769 8.76 14.685 8.845 14.581 8.845 L 12.028 8.845 C 11.522 8.845 11.11 8.433 11.11 7.927 L 11.11 4.79 C 11.11 4.284 11.522 3.873 12.028 3.873 L 13.232 3.873 C 13.702 3.873 14.252 4.194 14.483 4.604 L 16.357 7.929 C 16.571 8.309 16.739 8.949 16.739 9.386 L 16.739 11.867 C 16.739 12.373 16.327 12.784 15.822 12.784 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 10.849 4.79 C 10.849 4.14 11.378 3.611 12.028 3.611 L 13.232 3.611 C 13.523 3.611 13.823 3.709 14.079 3.859 C 14.335 4.008 14.567 4.222 14.71 4.476 L 16.584 7.801 C 16.82 8.22 17 8.904 17 9.386 L 17 11.867 C 17 11.867 17 11.867 17 11.867 C 17 12.517 16.471 13.045 15.822 13.045 L 15.028 13.045 C 14.78 13.045 14.579 12.844 14.579 12.596 C 14.579 12.348 14.78 12.147 15.028 12.147 L 15.822 12.147 C 15.976 12.147 16.102 12.021 16.102 11.867 L 16.102 9.386 C 16.102 9.232 16.069 9.018 16.011 8.798 C 15.954 8.579 15.877 8.376 15.802 8.242 L 13.928 4.916 C 13.874 4.821 13.766 4.716 13.626 4.634 C 13.485 4.552 13.341 4.509 13.232 4.509 L 12.028 4.509 C 11.873 4.509 11.747 4.636 11.747 4.79 L 11.747 7.927 C 11.747 8.082 11.873 8.208 12.028 8.208 L 14.581 8.208 C 14.829 8.208 15.03 8.409 15.03 8.657 C 15.03 8.905 14.829 9.106 14.581 9.106 L 12.028 9.106 C 11.378 9.106 10.849 8.577 10.849 7.927 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 9.255 1.903 L 2.179 1.903 C 1.673 1.903 1.261 2.314 1.261 2.82 L 1.261 11.867 C 1.261 12.373 1.673 12.784 2.179 12.784 L 3.706 12.784 C 3.799 13.523 4.43 14.098 5.194 14.098 C 6.022 14.098 6.695 13.424 6.695 12.596 C 6.695 11.769 6.022 11.095 5.194 11.095 C 4.916 11.095 4.645 11.172 4.409 11.317 C 4.321 11.371 4.293 11.487 4.348 11.575 C 4.402 11.663 4.518 11.691 4.606 11.637 C 4.782 11.528 4.986 11.471 5.194 11.471 C 5.815 11.471 6.32 11.976 6.32 12.596 C 6.32 13.217 5.815 13.722 5.194 13.722 C 4.574 13.722 4.069 13.217 4.069 12.596 C 4.069 12.493 3.985 12.409 3.881 12.409 L 2.179 12.409 C 1.88 12.409 1.637 12.166 1.637 11.867 L 1.637 2.82 C 1.637 2.521 1.88 2.278 2.179 2.278 L 9.255 2.278 C 9.554 2.278 9.797 2.521 9.797 2.82 L 9.797 4.061 C 9.797 4.164 9.881 4.248 9.985 4.248 C 10.089 4.248 10.173 4.164 10.173 4.061 L 10.173 2.82 C 10.173 2.314 9.761 1.903 9.255 1.903 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 1 2.82 C 1 2.17 1.529 1.642 2.179 1.642 L 9.255 1.642 C 9.905 1.642 10.434 2.17 10.434 2.82 C 10.434 2.82 10.434 2.82 10.434 2.82 L 10.434 4.061 C 10.434 4.309 10.233 4.51 9.985 4.51 C 9.737 4.51 9.536 4.309 9.536 4.061 L 9.536 2.82 C 9.536 2.666 9.41 2.54 9.255 2.54 L 2.179 2.54 C 2.024 2.54 1.898 2.666 1.898 2.82 L 1.898 11.867 C 1.898 12.021 2.024 12.147 2.179 12.147 L 3.881 12.147 C 4.129 12.147 4.33 12.348 4.33 12.596 C 4.33 13.073 4.718 13.461 5.194 13.461 C 5.67 13.461 6.058 13.073 6.058 12.596 C 6.058 12.12 5.67 11.732 5.194 11.732 C 5.034 11.732 4.878 11.776 4.743 11.859 L 4.743 11.859 C 4.532 11.989 4.255 11.923 4.125 11.712 C 3.995 11.501 4.061 11.224 4.273 11.094 C 4.273 11.094 4.273 11.094 4.273 11.094 C 4.549 10.924 4.868 10.834 5.194 10.834 C 6.166 10.834 6.956 11.624 6.956 12.596 C 6.956 13.568 6.166 14.359 5.194 14.359 C 4.377 14.359 3.69 13.8 3.491 13.045 L 2.179 13.045 C 1.529 13.045 1 12.517 1 11.867 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 12.611 11.095 C 12.334 11.095 12.062 11.172 11.826 11.317 C 11.738 11.371 11.71 11.487 11.765 11.575 C 11.819 11.663 11.935 11.691 12.023 11.637 C 12.2 11.528 12.403 11.471 12.611 11.471 C 13.232 11.471 13.737 11.976 13.737 12.596 C 13.737 13.217 13.232 13.722 12.611 13.722 C 11.993 13.722 11.49 13.221 11.486 12.603 C 11.486 12.601 11.487 12.599 11.487 12.597 C 11.487 12.493 11.403 12.409 11.299 12.409 L 7.509 12.409 C 7.405 12.409 7.321 12.493 7.321 12.597 C 7.321 12.7 7.405 12.784 7.509 12.784 L 11.123 12.784 C 11.216 13.524 11.847 14.098 12.611 14.098 C 13.439 14.098 14.113 13.424 14.113 12.596 C 14.113 11.769 13.439 11.095 12.611 11.095 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 11.69 11.094 C 11.967 10.924 12.286 10.834 12.611 10.834 C 13.583 10.834 14.374 11.624 14.374 12.596 C 14.374 13.568 13.583 14.359 12.611 14.359 C 11.794 14.359 11.107 13.8 10.908 13.046 L 7.509 13.046 C 7.261 13.046 7.06 12.845 7.06 12.597 C 7.06 12.348 7.261 12.148 7.509 12.148 L 11.299 12.148 C 11.547 12.148 11.748 12.348 11.748 12.597 C 11.748 12.603 11.748 12.609 11.748 12.614 C 11.757 13.082 12.141 13.461 12.611 13.461 C 13.088 13.461 13.476 13.073 13.476 12.596 C 13.476 12.12 13.088 11.732 12.611 11.732 C 12.451 11.732 12.295 11.776 12.16 11.859 C 11.948 11.989 11.672 11.923 11.542 11.712 L 11.542 11.712 C 11.413 11.501 11.478 11.224 11.69 11.094 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 4.606 11.637 C 4.518 11.691 4.402 11.663 4.348 11.575 C 4.293 11.487 4.321 11.371 4.409 11.317 C 4.645 11.172 4.916 11.095 5.194 11.095 C 6.022 11.095 6.695 11.769 6.695 12.596 C 6.695 13.424 6.022 14.097 5.194 14.097 C 4.43 14.097 3.799 13.523 3.706 12.784 L 2.179 12.784 C 1.673 12.784 1.261 12.373 1.261 11.867 L 1.261 2.82 C 1.261 2.314 1.673 1.903 2.179 1.903 L 9.255 1.903 C 9.761 1.903 10.173 2.314 10.173 2.82 L 10.173 4.061 C 10.173 4.164 10.089 4.248 9.985 4.248 C 9.881 4.248 9.797 4.164 9.797 4.061 L 9.797 2.82 C 9.797 2.521 9.554 2.278 9.255 2.278 L 2.179 2.278 C 1.88 2.278 1.637 2.521 1.637 2.82 L 1.637 11.867 C 1.637 12.166 1.88 12.409 2.179 12.409 L 3.881 12.409 C 3.985 12.409 4.069 12.493 4.069 12.596 C 4.069 13.217 4.574 13.722 5.194 13.722 C 5.815 13.722 6.32 13.217 6.32 12.596 C 6.32 11.976 5.815 11.471 5.194 11.471 C 4.986 11.471 4.782 11.528 4.606 11.637 Z M 4.606 11.637 L 4.606 11.636 M 15.822 12.784 L 15.028 12.784 C 14.924 12.784 14.84 12.7 14.84 12.596 C 14.84 12.493 14.924 12.408 15.028 12.408 L 15.822 12.408 C 16.12 12.408 16.363 12.166 16.363 11.867 L 16.363 9.386 C 16.363 9.017 16.21 8.435 16.029 8.113 L 14.156 4.788 C 13.991 4.496 13.567 4.248 13.232 4.248 L 12.028 4.248 C 11.729 4.248 11.486 4.491 11.486 4.79 L 11.486 7.927 C 11.486 8.226 11.729 8.469 12.028 8.469 L 14.581 8.469 C 14.685 8.469 14.769 8.553 14.769 8.657 C 14.769 8.76 14.685 8.845 14.581 8.845 L 12.028 8.845 C 11.522 8.845 11.11 8.433 11.11 7.927 L 11.11 4.79 C 11.11 4.284 11.522 3.873 12.028 3.873 L 13.232 3.873 C 13.702 3.873 14.252 4.194 14.483 4.604 L 16.357 7.929 C 16.571 8.309 16.739 8.949 16.739 9.386 L 16.739 11.867 C 16.739 12.373 16.327 12.784 15.822 12.784 Z M 12.028 3.611 C 11.378 3.611 10.849 4.14 10.849 4.79 L 10.849 7.927 C 10.849 8.577 11.378 9.106 12.028 9.106 L 14.581 9.106 C 14.829 9.106 15.03 8.905 15.03 8.657 C 15.03 8.409 14.829 8.208 14.581 8.208 L 12.028 8.208 C 11.873 8.208 11.747 8.082 11.747 7.927 L 11.747 4.79 C 11.747 4.636 11.873 4.509 12.028 4.509 L 13.231 4.509 C 13.341 4.509 13.485 4.552 13.626 4.634 C 13.766 4.716 13.874 4.821 13.928 4.916 L 15.802 8.242 C 15.877 8.376 15.954 8.579 16.011 8.798 C 16.069 9.018 16.102 9.232 16.102 9.386 L 16.102 11.867 C 16.102 12.021 15.976 12.147 15.821 12.147 L 15.028 12.147 C 14.78 12.147 14.579 12.348 14.579 12.596 C 14.579 12.844 14.78 13.045 15.028 13.045 L 15.821 13.045 C 16.471 13.045 17 12.517 17 11.867 C 17 11.867 17 11.867 17 11.867 L 17 9.386 C 17 8.904 16.82 8.22 16.584 7.801 L 14.71 4.476 C 14.567 4.222 14.335 4.008 14.079 3.859 C 13.823 3.709 13.523 3.611 13.231 3.611 Z M 2.179 1.642 C 1.529 1.642 1 2.17 1 2.82 L 1 11.867 C 1 12.517 1.529 13.045 2.179 13.045 L 3.491 13.045 C 3.69 13.8 4.377 14.359 5.194 14.359 C 6.166 14.359 6.956 13.568 6.956 12.596 C 6.956 11.624 6.166 10.834 5.194 10.834 C 4.868 10.834 4.549 10.924 4.273 11.094 C 4.273 11.094 4.273 11.094 4.273 11.094 C 4.061 11.224 3.995 11.501 4.125 11.712 C 4.255 11.923 4.532 11.989 4.743 11.859 L 4.743 11.859 C 4.878 11.776 5.034 11.732 5.194 11.732 C 5.67 11.732 6.058 12.12 6.058 12.596 C 6.058 13.073 5.67 13.461 5.194 13.461 C 4.718 13.461 4.33 13.073 4.33 12.596 C 4.33 12.348 4.129 12.147 3.881 12.147 L 2.179 12.147 C 2.024 12.147 1.898 12.021 1.898 11.867 L 1.898 2.82 C 1.898 2.666 2.024 2.54 2.179 2.54 L 9.255 2.54 C 9.41 2.54 9.536 2.666 9.536 2.82 L 9.536 4.061 C 9.536 4.309 9.737 4.51 9.985 4.51 C 10.233 4.51 10.434 4.309 10.434 4.061 L 10.434 2.82 C 10.434 2.82 10.434 2.82 10.434 2.82 C 10.434 2.17 9.905 1.642 9.255 1.642 Z M 12.611 11.095 C 12.334 11.095 12.062 11.172 11.827 11.317 C 11.738 11.371 11.711 11.487 11.765 11.575 C 11.819 11.663 11.935 11.691 12.023 11.637 C 12.2 11.528 12.403 11.471 12.611 11.471 C 13.232 11.471 13.737 11.976 13.737 12.596 C 13.737 13.217 13.232 13.722 12.611 13.722 C 11.993 13.722 11.49 13.221 11.486 12.603 C 11.486 12.601 11.487 12.599 11.487 12.597 C 11.487 12.493 11.403 12.409 11.299 12.409 L 7.509 12.409 C 7.405 12.409 7.321 12.493 7.321 12.597 C 7.321 12.7 7.405 12.784 7.509 12.784 L 11.123 12.784 C 11.216 13.524 11.847 14.098 12.611 14.098 C 13.439 14.098 14.113 13.424 14.113 12.596 C 14.113 11.769 13.439 11.095 12.611 11.095 Z M 12.611 10.834 C 12.286 10.834 11.967 10.924 11.69 11.094 C 11.478 11.224 11.413 11.501 11.542 11.712 L 11.542 11.712 C 11.672 11.923 11.949 11.989 12.16 11.859 C 12.295 11.776 12.451 11.732 12.611 11.732 C 13.088 11.732 13.476 12.12 13.476 12.596 C 13.476 13.073 13.088 13.461 12.611 13.461 C 12.141 13.461 11.757 13.082 11.748 12.614 C 11.748 12.609 11.748 12.603 11.748 12.596 C 11.748 12.348 11.547 12.147 11.299 12.147 L 7.509 12.147 C 7.261 12.147 7.06 12.348 7.06 12.596 C 7.06 12.845 7.261 13.045 7.509 13.045 L 10.908 13.045 C 11.107 13.8 11.794 14.359 12.611 14.359 C 13.583 14.359 14.374 13.568 14.374 12.596 C 14.374 11.624 13.583 10.834 12.611 10.834 Z\" fill=\"transparent\" stroke-width=\"0.3\" stroke=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10683569232,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 16\"><path d=\"M 15.822 12.784 L 15.028 12.784 C 14.924 12.784 14.84 12.7 14.84 12.596 C 14.84 12.493 14.924 12.409 15.028 12.409 L 15.822 12.409 C 16.12 12.409 16.363 12.166 16.363 11.867 L 16.363 9.386 C 16.363 9.017 16.21 8.435 16.029 8.113 L 14.156 4.788 C 13.991 4.496 13.567 4.248 13.232 4.248 L 12.028 4.248 C 11.729 4.248 11.486 4.491 11.486 4.79 L 11.486 7.927 C 11.486 8.226 11.729 8.469 12.028 8.469 L 14.581 8.469 C 14.685 8.469 14.769 8.553 14.769 8.657 C 14.769 8.76 14.685 8.845 14.581 8.845 L 12.028 8.845 C 11.522 8.845 11.11 8.433 11.11 7.927 L 11.11 4.79 C 11.11 4.284 11.522 3.873 12.028 3.873 L 13.232 3.873 C 13.702 3.873 14.252 4.194 14.483 4.604 L 16.357 7.929 C 16.571 8.309 16.739 8.949 16.739 9.386 L 16.739 11.867 C 16.739 12.373 16.327 12.784 15.822 12.784 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 10.849 4.79 C 10.849 4.14 11.378 3.611 12.028 3.611 L 13.232 3.611 C 13.523 3.611 13.823 3.709 14.079 3.859 C 14.335 4.008 14.567 4.222 14.71 4.476 L 16.584 7.801 C 16.82 8.22 17 8.904 17 9.386 L 17 11.867 C 17 11.867 17 11.867 17 11.867 C 17 12.517 16.471 13.045 15.822 13.045 L 15.028 13.045 C 14.78 13.045 14.579 12.844 14.579 12.596 C 14.579 12.348 14.78 12.147 15.028 12.147 L 15.822 12.147 C 15.976 12.147 16.102 12.021 16.102 11.867 L 16.102 9.386 C 16.102 9.232 16.069 9.018 16.011 8.798 C 15.954 8.579 15.877 8.376 15.802 8.242 L 13.928 4.916 C 13.874 4.821 13.766 4.716 13.626 4.634 C 13.485 4.552 13.341 4.509 13.232 4.509 L 12.028 4.509 C 11.873 4.509 11.747 4.636 11.747 4.79 L 11.747 7.927 C 11.747 8.082 11.873 8.208 12.028 8.208 L 14.581 8.208 C 14.829 8.208 15.03 8.409 15.03 8.657 C 15.03 8.905 14.829 9.106 14.581 9.106 L 12.028 9.106 C 11.378 9.106 10.849 8.577 10.849 7.927 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 9.255 1.903 L 2.179 1.903 C 1.673 1.903 1.261 2.314 1.261 2.82 L 1.261 11.867 C 1.261 12.373 1.673 12.784 2.179 12.784 L 3.706 12.784 C 3.799 13.523 4.43 14.098 5.194 14.098 C 6.022 14.098 6.695 13.424 6.695 12.596 C 6.695 11.769 6.022 11.095 5.194 11.095 C 4.916 11.095 4.645 11.172 4.409 11.317 C 4.321 11.371 4.293 11.487 4.348 11.575 C 4.402 11.663 4.518 11.691 4.606 11.637 C 4.782 11.528 4.986 11.471 5.194 11.471 C 5.815 11.471 6.32 11.976 6.32 12.596 C 6.32 13.217 5.815 13.722 5.194 13.722 C 4.574 13.722 4.069 13.217 4.069 12.596 C 4.069 12.493 3.985 12.409 3.881 12.409 L 2.179 12.409 C 1.88 12.409 1.637 12.166 1.637 11.867 L 1.637 2.82 C 1.637 2.521 1.88 2.278 2.179 2.278 L 9.255 2.278 C 9.554 2.278 9.797 2.521 9.797 2.82 L 9.797 4.061 C 9.797 4.164 9.881 4.248 9.985 4.248 C 10.089 4.248 10.173 4.164 10.173 4.061 L 10.173 2.82 C 10.173 2.314 9.761 1.903 9.255 1.903 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 1 2.82 C 1 2.17 1.529 1.642 2.179 1.642 L 9.255 1.642 C 9.905 1.642 10.434 2.17 10.434 2.82 C 10.434 2.82 10.434 2.82 10.434 2.82 L 10.434 4.061 C 10.434 4.309 10.233 4.51 9.985 4.51 C 9.737 4.51 9.536 4.309 9.536 4.061 L 9.536 2.82 C 9.536 2.666 9.41 2.54 9.255 2.54 L 2.179 2.54 C 2.024 2.54 1.898 2.666 1.898 2.82 L 1.898 11.867 C 1.898 12.021 2.024 12.147 2.179 12.147 L 3.881 12.147 C 4.129 12.147 4.33 12.348 4.33 12.596 C 4.33 13.073 4.718 13.461 5.194 13.461 C 5.67 13.461 6.058 13.073 6.058 12.596 C 6.058 12.12 5.67 11.732 5.194 11.732 C 5.034 11.732 4.878 11.776 4.743 11.859 L 4.743 11.859 C 4.532 11.989 4.255 11.923 4.125 11.712 C 3.995 11.501 4.061 11.224 4.273 11.094 C 4.273 11.094 4.273 11.094 4.273 11.094 C 4.549 10.924 4.868 10.834 5.194 10.834 C 6.166 10.834 6.956 11.624 6.956 12.596 C 6.956 13.568 6.166 14.359 5.194 14.359 C 4.377 14.359 3.69 13.8 3.491 13.045 L 2.179 13.045 C 1.529 13.045 1 12.517 1 11.867 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 12.611 11.095 C 12.334 11.095 12.062 11.172 11.826 11.317 C 11.738 11.371 11.71 11.487 11.765 11.575 C 11.819 11.663 11.935 11.691 12.023 11.637 C 12.2 11.528 12.403 11.471 12.611 11.471 C 13.232 11.471 13.737 11.976 13.737 12.596 C 13.737 13.217 13.232 13.722 12.611 13.722 C 11.993 13.722 11.49 13.221 11.486 12.603 C 11.486 12.601 11.487 12.599 11.487 12.597 C 11.487 12.493 11.403 12.409 11.299 12.409 L 7.509 12.409 C 7.405 12.409 7.321 12.493 7.321 12.597 C 7.321 12.7 7.405 12.784 7.509 12.784 L 11.123 12.784 C 11.216 13.524 11.847 14.098 12.611 14.098 C 13.439 14.098 14.113 13.424 14.113 12.596 C 14.113 11.769 13.439 11.095 12.611 11.095 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 11.69 11.094 C 11.967 10.924 12.286 10.834 12.611 10.834 C 13.583 10.834 14.374 11.624 14.374 12.596 C 14.374 13.568 13.583 14.359 12.611 14.359 C 11.794 14.359 11.107 13.8 10.908 13.046 L 7.509 13.046 C 7.261 13.046 7.06 12.845 7.06 12.597 C 7.06 12.348 7.261 12.148 7.509 12.148 L 11.299 12.148 C 11.547 12.148 11.748 12.348 11.748 12.597 C 11.748 12.603 11.748 12.609 11.748 12.614 C 11.757 13.082 12.141 13.461 12.611 13.461 C 13.088 13.461 13.476 13.073 13.476 12.596 C 13.476 12.12 13.088 11.732 12.611 11.732 C 12.451 11.732 12.295 11.776 12.16 11.859 C 11.948 11.989 11.672 11.923 11.542 11.712 L 11.542 11.712 C 11.413 11.501 11.478 11.224 11.69 11.094 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 4.606 11.637 C 4.518 11.691 4.402 11.663 4.348 11.575 C 4.293 11.487 4.321 11.371 4.409 11.317 C 4.645 11.172 4.916 11.095 5.194 11.095 C 6.022 11.095 6.695 11.769 6.695 12.596 C 6.695 13.424 6.022 14.097 5.194 14.097 C 4.43 14.097 3.799 13.523 3.706 12.784 L 2.179 12.784 C 1.673 12.784 1.261 12.373 1.261 11.867 L 1.261 2.82 C 1.261 2.314 1.673 1.903 2.179 1.903 L 9.255 1.903 C 9.761 1.903 10.173 2.314 10.173 2.82 L 10.173 4.061 C 10.173 4.164 10.089 4.248 9.985 4.248 C 9.881 4.248 9.797 4.164 9.797 4.061 L 9.797 2.82 C 9.797 2.521 9.554 2.278 9.255 2.278 L 2.179 2.278 C 1.88 2.278 1.637 2.521 1.637 2.82 L 1.637 11.867 C 1.637 12.166 1.88 12.409 2.179 12.409 L 3.881 12.409 C 3.985 12.409 4.069 12.493 4.069 12.596 C 4.069 13.217 4.574 13.722 5.194 13.722 C 5.815 13.722 6.32 13.217 6.32 12.596 C 6.32 11.976 5.815 11.471 5.194 11.471 C 4.986 11.471 4.782 11.528 4.606 11.637 Z M 4.606 11.637 L 4.606 11.636 M 15.822 12.784 L 15.028 12.784 C 14.924 12.784 14.84 12.7 14.84 12.596 C 14.84 12.493 14.924 12.408 15.028 12.408 L 15.822 12.408 C 16.12 12.408 16.363 12.166 16.363 11.867 L 16.363 9.386 C 16.363 9.017 16.21 8.435 16.029 8.113 L 14.156 4.788 C 13.991 4.496 13.567 4.248 13.232 4.248 L 12.028 4.248 C 11.729 4.248 11.486 4.491 11.486 4.79 L 11.486 7.927 C 11.486 8.226 11.729 8.469 12.028 8.469 L 14.581 8.469 C 14.685 8.469 14.769 8.553 14.769 8.657 C 14.769 8.76 14.685 8.845 14.581 8.845 L 12.028 8.845 C 11.522 8.845 11.11 8.433 11.11 7.927 L 11.11 4.79 C 11.11 4.284 11.522 3.873 12.028 3.873 L 13.232 3.873 C 13.702 3.873 14.252 4.194 14.483 4.604 L 16.357 7.929 C 16.571 8.309 16.739 8.949 16.739 9.386 L 16.739 11.867 C 16.739 12.373 16.327 12.784 15.822 12.784 Z M 12.028 3.611 C 11.378 3.611 10.849 4.14 10.849 4.79 L 10.849 7.927 C 10.849 8.577 11.378 9.106 12.028 9.106 L 14.581 9.106 C 14.829 9.106 15.03 8.905 15.03 8.657 C 15.03 8.409 14.829 8.208 14.581 8.208 L 12.028 8.208 C 11.873 8.208 11.747 8.082 11.747 7.927 L 11.747 4.79 C 11.747 4.636 11.873 4.509 12.028 4.509 L 13.231 4.509 C 13.341 4.509 13.485 4.552 13.626 4.634 C 13.766 4.716 13.874 4.821 13.928 4.916 L 15.802 8.242 C 15.877 8.376 15.954 8.579 16.011 8.798 C 16.069 9.018 16.102 9.232 16.102 9.386 L 16.102 11.867 C 16.102 12.021 15.976 12.147 15.821 12.147 L 15.028 12.147 C 14.78 12.147 14.579 12.348 14.579 12.596 C 14.579 12.844 14.78 13.045 15.028 13.045 L 15.821 13.045 C 16.471 13.045 17 12.517 17 11.867 C 17 11.867 17 11.867 17 11.867 L 17 9.386 C 17 8.904 16.82 8.22 16.584 7.801 L 14.71 4.476 C 14.567 4.222 14.335 4.008 14.079 3.859 C 13.823 3.709 13.523 3.611 13.231 3.611 Z M 2.179 1.642 C 1.529 1.642 1 2.17 1 2.82 L 1 11.867 C 1 12.517 1.529 13.045 2.179 13.045 L 3.491 13.045 C 3.69 13.8 4.377 14.359 5.194 14.359 C 6.166 14.359 6.956 13.568 6.956 12.596 C 6.956 11.624 6.166 10.834 5.194 10.834 C 4.868 10.834 4.549 10.924 4.273 11.094 C 4.273 11.094 4.273 11.094 4.273 11.094 C 4.061 11.224 3.995 11.501 4.125 11.712 C 4.255 11.923 4.532 11.989 4.743 11.859 L 4.743 11.859 C 4.878 11.776 5.034 11.732 5.194 11.732 C 5.67 11.732 6.058 12.12 6.058 12.596 C 6.058 13.073 5.67 13.461 5.194 13.461 C 4.718 13.461 4.33 13.073 4.33 12.596 C 4.33 12.348 4.129 12.147 3.881 12.147 L 2.179 12.147 C 2.024 12.147 1.898 12.021 1.898 11.867 L 1.898 2.82 C 1.898 2.666 2.024 2.54 2.179 2.54 L 9.255 2.54 C 9.41 2.54 9.536 2.666 9.536 2.82 L 9.536 4.061 C 9.536 4.309 9.737 4.51 9.985 4.51 C 10.233 4.51 10.434 4.309 10.434 4.061 L 10.434 2.82 C 10.434 2.82 10.434 2.82 10.434 2.82 C 10.434 2.17 9.905 1.642 9.255 1.642 Z M 12.611 11.095 C 12.334 11.095 12.062 11.172 11.827 11.317 C 11.738 11.371 11.711 11.487 11.765 11.575 C 11.819 11.663 11.935 11.691 12.023 11.637 C 12.2 11.528 12.403 11.471 12.611 11.471 C 13.232 11.471 13.737 11.976 13.737 12.596 C 13.737 13.217 13.232 13.722 12.611 13.722 C 11.993 13.722 11.49 13.221 11.486 12.603 C 11.486 12.601 11.487 12.599 11.487 12.597 C 11.487 12.493 11.403 12.409 11.299 12.409 L 7.509 12.409 C 7.405 12.409 7.321 12.493 7.321 12.597 C 7.321 12.7 7.405 12.784 7.509 12.784 L 11.123 12.784 C 11.216 13.524 11.847 14.098 12.611 14.098 C 13.439 14.098 14.113 13.424 14.113 12.596 C 14.113 11.769 13.439 11.095 12.611 11.095 Z M 12.611 10.834 C 12.286 10.834 11.967 10.924 11.69 11.094 C 11.478 11.224 11.413 11.501 11.542 11.712 L 11.542 11.712 C 11.672 11.923 11.949 11.989 12.16 11.859 C 12.295 11.776 12.451 11.732 12.611 11.732 C 13.088 11.732 13.476 12.12 13.476 12.596 C 13.476 13.073 13.088 13.461 12.611 13.461 C 12.141 13.461 11.757 13.082 11.748 12.614 C 11.748 12.609 11.748 12.603 11.748 12.596 C 11.748 12.348 11.547 12.147 11.299 12.147 L 7.509 12.147 C 7.261 12.147 7.06 12.348 7.06 12.596 C 7.06 12.845 7.261 13.045 7.509 13.045 L 10.908 13.045 C 11.107 13.8 11.794 14.359 12.611 14.359 C 13.583 14.359 14.374 13.568 14.374 12.596 C 14.374 11.624 13.583 10.834 12.611 10.834 Z\" fill=\"transparent\" stroke-width=\"0.3\" stroke=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9043030598}},baseVariant,gestureVariant)})}),visible19&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2r1kv7\",\"data-framer-name\":\"Manufacturing\",layoutDependency:layoutDependency,layoutId:\"NDfAxYyx5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-geo8zs\",\"data-framer-name\":\"Manufacturing\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"D12I8xXNW\",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 14.775 2.667 L 10.4 6.99 L 10.4 2.667 L 9.249 2.667 L 5.067 6.909 L 5.067 0 L 0 0 L 0 16 L 16 16 L 16 2.667 Z M 14.933 14.933 L 1.067 14.933 L 1.067 1.067 L 4 1.067 L 4 8.267 L 5.226 8.267 L 9.333 4.101 L 9.333 8.267 L 10.625 8.267 L 14.933 4.01 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 4 10.667 L 5.067 10.667 L 5.067 9.6 L 4 9.6 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 5.067 12 L 4 12 L 4 13.067 L 5.067 13.067 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 6.667 10.667 L 7.733 10.667 L 7.733 9.6 L 6.667 9.6 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 7.733 12 L 6.667 12 L 6.667 13.067 L 7.733 13.067 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 9.333 10.667 L 10.4 10.667 L 10.4 9.6 L 9.333 9.6 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 10.4 12 L 9.333 12 L 9.333 13.067 L 10.4 13.067 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 13.067 9.6 L 12 9.6 L 12 10.667 L 13.067 10.667 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path><path d=\"M 13.067 12 L 12 12 L 12 13.067 L 13.067 13.067 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:10778630929,withExternalLayout:true,...addPropertyOverrides({Pe8OnRbx3:{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 14.775 2.667 L 10.4 6.99 L 10.4 2.667 L 9.249 2.667 L 5.067 6.909 L 5.067 0 L 0 0 L 0 16 L 16 16 L 16 2.667 Z M 14.933 14.933 L 1.067 14.933 L 1.067 1.067 L 4 1.067 L 4 8.267 L 5.226 8.267 L 9.333 4.101 L 9.333 8.267 L 10.625 8.267 L 14.933 4.01 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 4 10.667 L 5.067 10.667 L 5.067 9.6 L 4 9.6 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 5.067 12 L 4 12 L 4 13.067 L 5.067 13.067 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 6.667 10.667 L 7.733 10.667 L 7.733 9.6 L 6.667 9.6 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 7.733 12 L 6.667 12 L 6.667 13.067 L 7.733 13.067 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 9.333 10.667 L 10.4 10.667 L 10.4 9.6 L 9.333 9.6 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 10.4 12 L 9.333 12 L 9.333 13.067 L 10.4 13.067 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 13.067 9.6 L 12 9.6 L 12 10.667 L 13.067 10.667 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path><path d=\"M 13.067 12 L 12 12 L 12 13.067 L 13.067 13.067 Z\" fill=\"var(--token-6d9ba0d8-0f09-4317-a2cb-a1ae78e79600, rgb(84, 171, 199)) /* {&quot;name&quot;:&quot;Wing Lake Blue&quot;} */\"></path></svg>',svgContentId:12259627406}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ynumg\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"zmeAb1W4X\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-l0ilc6\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"t1QUVFY2W\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1se5exs\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"NNWBvec36\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-clj7uf\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:8829;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"About Wing Lake\"})}),className:\"framer-vt54kf\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:8829;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},text:kqzayh1p9,verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w724wi\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"cVIb0okiX\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-80j4pa\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:8831;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Learn about our business funding solutions\"})}),className:\"framer-j51tza\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:8831;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},text:GciOMPAql,verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LxvdX.framer-1o3t2oh, .framer-LxvdX .framer-1o3t2oh { display: block; }\",\".framer-LxvdX.framer-1mr79aw { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: 300px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LxvdX .framer-1veymgp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LxvdX .framer-1e5vgge { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-LxvdX .framer-fhr1e2, .framer-LxvdX .framer-1uby2bk, .framer-LxvdX .framer-76j6av, .framer-LxvdX .framer-15m9ozq, .framer-LxvdX .framer-1cmjeou, .framer-LxvdX .framer-spfuxv, .framer-LxvdX .framer-ngkuzb, .framer-LxvdX .framer-zgp1rw, .framer-LxvdX .framer-1yqb5wc, .framer-LxvdX .framer-102p8tt, .framer-LxvdX .framer-hwznv5, .framer-LxvdX .framer-1v7dan6, .framer-LxvdX .framer-2t3z02, .framer-LxvdX .framer-1pz6l6t, .framer-LxvdX .framer-d4jct3, .framer-LxvdX .framer-idg95k, .framer-LxvdX .framer-4mcan1, .framer-LxvdX .framer-1ftelcu, .framer-LxvdX .framer-1bzotvj, .framer-LxvdX .framer-2r1kv7 { 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: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-LxvdX .framer-4rlmtd, .framer-LxvdX .framer-wmcoti, .framer-LxvdX .framer-3e6iq9, .framer-LxvdX .framer-1plemyl { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-LxvdX .framer-1cet4rr { flex: none; height: 17px; position: relative; width: 19px; }\",\".framer-LxvdX .framer-10rggso { flex: none; height: 18px; position: relative; width: 19px; }\",\".framer-LxvdX .framer-etwt4t { flex: none; height: 20px; position: relative; width: 18px; }\",\".framer-LxvdX .framer-1t0fmg0 { flex: none; height: 19px; position: relative; width: 19px; }\",\".framer-LxvdX .framer-1gpj461 { flex: none; height: 20px; position: relative; width: 19px; }\",\".framer-LxvdX .framer-1hd9mvt, .framer-LxvdX .framer-y2gn2p, .framer-LxvdX .framer-1jtf4t5 { flex: none; height: 14px; position: relative; width: 16px; }\",\".framer-LxvdX .framer-ukcb6z { flex: none; height: 12px; position: relative; width: 16px; }\",\".framer-LxvdX .framer-fuj1dl, .framer-LxvdX .framer-6t9e73, .framer-LxvdX .framer-fv3g5m, .framer-LxvdX .framer-geo8zs { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-LxvdX .framer-1h7j99e { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-LxvdX .framer-11g0sce { flex: none; height: 16px; position: relative; width: 17px; }\",\".framer-LxvdX .framer-clx3du { flex: none; height: 16px; position: relative; width: 18px; }\",\".framer-LxvdX .framer-10ynumg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LxvdX .framer-l0ilc6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LxvdX .framer-1se5exs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LxvdX .framer-clj7uf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LxvdX .framer-vt54kf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LxvdX .framer-w724wi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LxvdX .framer-80j4pa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LxvdX .framer-j51tza { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 252px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LxvdX.framer-1mr79aw, .framer-LxvdX .framer-1veymgp, .framer-LxvdX .framer-1e5vgge, .framer-LxvdX .framer-fhr1e2, .framer-LxvdX .framer-1uby2bk, .framer-LxvdX .framer-76j6av, .framer-LxvdX .framer-15m9ozq, .framer-LxvdX .framer-1cmjeou, .framer-LxvdX .framer-spfuxv, .framer-LxvdX .framer-ngkuzb, .framer-LxvdX .framer-zgp1rw, .framer-LxvdX .framer-1yqb5wc, .framer-LxvdX .framer-102p8tt, .framer-LxvdX .framer-hwznv5, .framer-LxvdX .framer-1v7dan6, .framer-LxvdX .framer-2t3z02, .framer-LxvdX .framer-1pz6l6t, .framer-LxvdX .framer-d4jct3, .framer-LxvdX .framer-idg95k, .framer-LxvdX .framer-4mcan1, .framer-LxvdX .framer-1ftelcu, .framer-LxvdX .framer-1bzotvj, .framer-LxvdX .framer-2r1kv7, .framer-LxvdX .framer-10ynumg, .framer-LxvdX .framer-l0ilc6, .framer-LxvdX .framer-1se5exs, .framer-LxvdX .framer-clj7uf, .framer-LxvdX .framer-w724wi, .framer-LxvdX .framer-80j4pa { gap: 0px; } .framer-LxvdX.framer-1mr79aw > *, .framer-LxvdX .framer-1veymgp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LxvdX.framer-1mr79aw > :first-child, .framer-LxvdX .framer-1veymgp > :first-child, .framer-LxvdX .framer-l0ilc6 > :first-child, .framer-LxvdX .framer-1se5exs > :first-child, .framer-LxvdX .framer-w724wi > :first-child { margin-left: 0px; } .framer-LxvdX.framer-1mr79aw > :last-child, .framer-LxvdX .framer-1veymgp > :last-child, .framer-LxvdX .framer-l0ilc6 > :last-child, .framer-LxvdX .framer-1se5exs > :last-child, .framer-LxvdX .framer-w724wi > :last-child { margin-right: 0px; } .framer-LxvdX .framer-1e5vgge > *, .framer-LxvdX .framer-10ynumg > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-LxvdX .framer-1e5vgge > :first-child, .framer-LxvdX .framer-fhr1e2 > :first-child, .framer-LxvdX .framer-1uby2bk > :first-child, .framer-LxvdX .framer-76j6av > :first-child, .framer-LxvdX .framer-15m9ozq > :first-child, .framer-LxvdX .framer-1cmjeou > :first-child, .framer-LxvdX .framer-spfuxv > :first-child, .framer-LxvdX .framer-ngkuzb > :first-child, .framer-LxvdX .framer-zgp1rw > :first-child, .framer-LxvdX .framer-1yqb5wc > :first-child, .framer-LxvdX .framer-102p8tt > :first-child, .framer-LxvdX .framer-hwznv5 > :first-child, .framer-LxvdX .framer-1v7dan6 > :first-child, .framer-LxvdX .framer-2t3z02 > :first-child, .framer-LxvdX .framer-1pz6l6t > :first-child, .framer-LxvdX .framer-d4jct3 > :first-child, .framer-LxvdX .framer-idg95k > :first-child, .framer-LxvdX .framer-4mcan1 > :first-child, .framer-LxvdX .framer-1ftelcu > :first-child, .framer-LxvdX .framer-1bzotvj > :first-child, .framer-LxvdX .framer-2r1kv7 > :first-child, .framer-LxvdX .framer-10ynumg > :first-child, .framer-LxvdX .framer-clj7uf > :first-child, .framer-LxvdX .framer-80j4pa > :first-child { margin-top: 0px; } .framer-LxvdX .framer-1e5vgge > :last-child, .framer-LxvdX .framer-fhr1e2 > :last-child, .framer-LxvdX .framer-1uby2bk > :last-child, .framer-LxvdX .framer-76j6av > :last-child, .framer-LxvdX .framer-15m9ozq > :last-child, .framer-LxvdX .framer-1cmjeou > :last-child, .framer-LxvdX .framer-spfuxv > :last-child, .framer-LxvdX .framer-ngkuzb > :last-child, .framer-LxvdX .framer-zgp1rw > :last-child, .framer-LxvdX .framer-1yqb5wc > :last-child, .framer-LxvdX .framer-102p8tt > :last-child, .framer-LxvdX .framer-hwznv5 > :last-child, .framer-LxvdX .framer-1v7dan6 > :last-child, .framer-LxvdX .framer-2t3z02 > :last-child, .framer-LxvdX .framer-1pz6l6t > :last-child, .framer-LxvdX .framer-d4jct3 > :last-child, .framer-LxvdX .framer-idg95k > :last-child, .framer-LxvdX .framer-4mcan1 > :last-child, .framer-LxvdX .framer-1ftelcu > :last-child, .framer-LxvdX .framer-1bzotvj > :last-child, .framer-LxvdX .framer-2r1kv7 > :last-child, .framer-LxvdX .framer-10ynumg > :last-child, .framer-LxvdX .framer-clj7uf > :last-child, .framer-LxvdX .framer-80j4pa > :last-child { margin-bottom: 0px; } .framer-LxvdX .framer-fhr1e2 > *, .framer-LxvdX .framer-1uby2bk > *, .framer-LxvdX .framer-76j6av > *, .framer-LxvdX .framer-15m9ozq > *, .framer-LxvdX .framer-1cmjeou > *, .framer-LxvdX .framer-spfuxv > *, .framer-LxvdX .framer-ngkuzb > *, .framer-LxvdX .framer-zgp1rw > *, .framer-LxvdX .framer-1yqb5wc > *, .framer-LxvdX .framer-102p8tt > *, .framer-LxvdX .framer-hwznv5 > *, .framer-LxvdX .framer-1v7dan6 > *, .framer-LxvdX .framer-2t3z02 > *, .framer-LxvdX .framer-1pz6l6t > *, .framer-LxvdX .framer-d4jct3 > *, .framer-LxvdX .framer-idg95k > *, .framer-LxvdX .framer-4mcan1 > *, .framer-LxvdX .framer-1ftelcu > *, .framer-LxvdX .framer-1bzotvj > *, .framer-LxvdX .framer-2r1kv7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LxvdX .framer-l0ilc6 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-LxvdX .framer-1se5exs > *, .framer-LxvdX .framer-w724wi > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-LxvdX .framer-clj7uf > *, .framer-LxvdX .framer-80j4pa > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-LxvdX.framer-v-1urjbii .framer-1cet4rr { height: 12px; order: 0; width: 16px; }\",\".framer-LxvdX.framer-v-1urjbii .framer-10rggso { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 92\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Pe8OnRbx3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"kqzayh1p9\":\"title\",\"GciOMPAql\":\"description\",\"Lhiwc41v7\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertHP6DCKC0=withCSS(Component,css,\"framer-LxvdX\");export default FramertHP6DCKC0;FramertHP6DCKC0.displayName=\"Navigation card\";FramertHP6DCKC0.defaultProps={height:92,width:300};addPropertyControls(FramertHP6DCKC0,{variant:{options:[\"PIY99ydTg\",\"Pe8OnRbx3\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},kqzayh1p9:{defaultValue:\"About Wing Lake\",displayTextArea:false,title:\"Title\",type:ControlType.String},GciOMPAql:{defaultValue:\"Learn about our business funding solutions\",displayTextArea:false,title:\"Description\",type:ControlType.String},Lhiwc41v7:{title:\"Link\",type:ControlType.Link}});addFonts(FramertHP6DCKC0,[{explicitInter:true,fonts:[{family:\"Gotham Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/i0fU1t0y5yRAFXAUDQAujMdOSA.woff2\"},{family:\"Gotham Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/uSRuVponXwNTQX9AZuoMscdaL4.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertHP6DCKC0\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"92\",\"framerIntrinsicWidth\":\"300\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"kqzayh1p9\\\":\\\"title\\\",\\\"GciOMPAql\\\":\\\"description\\\",\\\"Lhiwc41v7\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pe8OnRbx3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tHP6DCKC0.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Juse3ToJ1\",\"rwIuDPJCJ\"];const serializationHash=\"framer-RxNly\";const variantClassNames={Juse3ToJ1:\"framer-v-lmi431\",rwIuDPJCJ:\"framer-v-3dbhsh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Juse3ToJ1\",\"Variant 2\":\"rwIuDPJCJ\"};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:\"Juse3ToJ1\"};};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:\"Juse3ToJ1\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-lmi431\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Juse3ToJ1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({rwIuDPJCJ:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1e4smmt\",\"data-framer-name\":\"Vector (Stroke)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZDeE_1_pm\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 8\"><path d=\"M 14.207 0.256 C 14.598 0.598 14.598 1.152 14.207 1.494 L 8.207 6.744 C 7.817 7.085 7.183 7.085 6.793 6.744 L 0.793 1.494 C 0.402 1.152 0.402 0.598 0.793 0.256 C 1.183 -0.085 1.817 -0.085 2.207 0.256 L 7.5 4.888 L 12.793 0.256 C 13.183 -0.085 13.817 -0.085 14.207 0.256 Z\" fill=\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)) /* {&quot;name&quot;:&quot;Wing Grey&quot;} */\"></path></svg>',svgContentId:9164583608,withExternalLayout:true,...addPropertyOverrides({rwIuDPJCJ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 8\"><path d=\"M 14.207 0.256 C 14.598 0.598 14.598 1.152 14.207 1.494 L 8.207 6.744 C 7.817 7.085 7.183 7.085 6.793 6.744 L 0.793 1.494 C 0.402 1.152 0.402 0.598 0.793 0.256 C 1.183 -0.085 1.817 -0.085 2.207 0.256 L 7.5 4.888 L 12.793 0.256 C 13.183 -0.085 13.817 -0.085 14.207 0.256 Z\" fill=\"var(--token-aa68cb85-9911-4e07-9236-8d61f03ebff1, rgb(84, 199, 186)) /* {&quot;name&quot;:&quot;Wing Lake Green&quot;} */\"></path></svg>',svgContentId:11435264749}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RxNly.framer-1wi5ge8, .framer-RxNly .framer-1wi5ge8 { display: block; }\",\".framer-RxNly.framer-lmi431 { height: 8px; overflow: visible; position: relative; width: 15px; }\",\".framer-RxNly .framer-1e4smmt { flex: none; height: 8px; left: calc(46.66666666666669% - 15px / 2); position: absolute; top: calc(50.00000000000002% - 8px / 2); width: 15px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8\n * @framerIntrinsicWidth 15\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rwIuDPJCJ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereV9_63QbN=withCSS(Component,css,\"framer-RxNly\");export default FramereV9_63QbN;FramereV9_63QbN.displayName=\"Arrow Nav\";FramereV9_63QbN.defaultProps={height:8,width:15};addPropertyControls(FramereV9_63QbN,{variant:{options:[\"Juse3ToJ1\",\"rwIuDPJCJ\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramereV9_63QbN,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereV9_63QbN\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"15\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rwIuDPJCJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"8\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eV9_63QbN.map", "// Generated by Framer (f26e712)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFontSize}from\"https://framerusercontent.com/modules/bl5QsAgwuvM1HFWuq60L/AL3g5WQHcc1CM18AdgN9/Examples.js\";import ArrowNav from\"https://framerusercontent.com/modules/iHxOnYmEfCcCU2MY5uIK/pqOzbEqce86uuk4kwqoN/eV9_63QbN.js\";const RichTextWithFontSize15pg16l=withCodeBoundaryForOverrides(RichText,{nodeId:\"zNFv5B01d\",override:withFontSize,scopeId:\"W_HD5hvnR\"});const ArrowNavFonts=getFonts(ArrowNav);const enabledGestures={dOeq7Ik__:{hover:true},xsXyqQmXx:{hover:true}};const cycleOrder=[\"dOeq7Ik__\",\"xsXyqQmXx\",\"aWD0BzN3B\",\"qGeAJrhNx\"];const serializationHash=\"framer-Zvj7b\";const variantClassNames={aWD0BzN3B:\"framer-v-4b00m8\",dOeq7Ik__:\"framer-v-1f635hl\",qGeAJrhNx:\"framer-v-1vv02i3\",xsXyqQmXx:\"framer-v-1cf9unu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"D Active\":\"aWD0BzN3B\",\"P Active\":\"qGeAJrhNx\",\"Variant 1\":\"dOeq7Ik__\",Phone:\"xsXyqQmXx\"};const getProps=({click,dropdown,height,id,link,navItemColor,title,width,...props})=>{return{...props,CKh2dAI52:link??props.CKh2dAI52,h5csPmhke:dropdown??props.h5csPmhke??true,oZ_ZpQ2my:title??props.oZ_ZpQ2my??\"Company\",RWKPVWbDN:navItemColor??props.RWKPVWbDN??\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"dOeq7Ik__\",VxuZP6TB2:click??props.VxuZP6TB2};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,oZ_ZpQ2my,h5csPmhke,CKh2dAI52,RWKPVWbDN,VxuZP6TB2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dOeq7Ik__\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11mvhh1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VxuZP6TB2){const res=await VxuZP6TB2(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:CKh2dAI52,motionChild:true,nodeId:\"dOeq7Ik__\",openInNewTab:false,scopeId:\"W_HD5hvnR\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1f635hl\",className,classNames)} framer-bt62qt`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dOeq7Ik__\",onTap:onTap11mvhh1,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(16, 25, 29, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(16, 25, 29, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"dOeq7Ik__-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},\"xsXyqQmXx-hover\":{backgroundColor:\"rgba(16, 25, 29, 0.1)\"},qGeAJrhNx:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},xsXyqQmXx:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({\"dOeq7Ik__-hover\":{\"data-framer-name\":undefined},\"xsXyqQmXx-hover\":{\"data-framer-name\":undefined},aWD0BzN3B:{\"data-framer-name\":\"D Active\"},qGeAJrhNx:{\"data-framer-name\":\"P Active\"},xsXyqQmXx:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichTextWithFontSize15pg16l,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)))\"},children:\"Company\"})}),className:\"framer-15pg16l\",\"data-framer-name\":\"Nav Item\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"zNFv5B01d\",style:{\"--extracted-tcooor\":\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29))\",\"--variable-reference-RWKPVWbDN-W_HD5hvnR\":RWKPVWbDN},text:oZ_ZpQ2my,variants:{\"dOeq7Ik__-hover\":{\"--extracted-tcooor\":\"var(--variable-reference-RWKPVWbDN-W_HD5hvnR)\",\"--variable-reference-RWKPVWbDN-W_HD5hvnR\":RWKPVWbDN},\"xsXyqQmXx-hover\":{\"--extracted-tcooor\":\"var(--variable-reference-RWKPVWbDN-W_HD5hvnR)\",\"--variable-reference-RWKPVWbDN-W_HD5hvnR\":RWKPVWbDN},aWD0BzN3B:{\"--extracted-tcooor\":\"var(--variable-reference-RWKPVWbDN-W_HD5hvnR)\",\"--variable-reference-RWKPVWbDN-W_HD5hvnR\":RWKPVWbDN}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"dOeq7Ik__-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--variable-reference-RWKPVWbDN-W_HD5hvnR))\"},children:\"Company\"})}),fonts:[\"CUSTOM;Gotham Medium\"]},\"xsXyqQmXx-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--variable-reference-RWKPVWbDN-W_HD5hvnR))\"},children:\"Company\"})}),fonts:[\"CUSTOM;Gotham Medium\"]},aWD0BzN3B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--variable-reference-RWKPVWbDN-W_HD5hvnR))\"},children:\"Company\"})}),fonts:[\"CUSTOM;Gotham Medium\"]},qGeAJrhNx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29)))\"},children:\"Company\"})}),fonts:[\"CUSTOM;Gotham Medium\"]}},baseVariant,gestureVariant)})}),h5csPmhke&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:8,width:\"15px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||42)-0-8)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p978ui-container\",layoutDependency:layoutDependency,layoutId:\"Z9ApKeNFj-container\",nodeId:\"Z9ApKeNFj\",rendersWithMotion:true,scopeId:\"W_HD5hvnR\",style:{rotate:0},variants:{\"dOeq7Ik__-hover\":{rotate:-45},\"xsXyqQmXx-hover\":{rotate:-45},aWD0BzN3B:{rotate:-180},qGeAJrhNx:{rotate:-180}},children:/*#__PURE__*/_jsx(ArrowNav,{height:\"100%\",id:\"Z9ApKeNFj\",layoutId:\"Z9ApKeNFj\",style:{height:\"100%\",width:\"100%\"},variant:\"Juse3ToJ1\",width:\"100%\",...addPropertyOverrides({qGeAJrhNx:{variant:\"rwIuDPJCJ\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zvj7b.framer-bt62qt, .framer-Zvj7b .framer-bt62qt { display: block; }\",\".framer-Zvj7b.framer-1f635hl { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 186px; }\",\".framer-Zvj7b .framer-15pg16l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Zvj7b .framer-p978ui-container { flex: none; height: 8px; position: relative; width: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zvj7b.framer-1f635hl { gap: 0px; } .framer-Zvj7b.framer-1f635hl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Zvj7b.framer-1f635hl > :first-child { margin-left: 0px; } .framer-Zvj7b.framer-1f635hl > :last-child { margin-right: 0px; } }\",\".framer-Zvj7b.framer-v-1cf9unu.framer-1f635hl, .framer-Zvj7b.framer-v-1vv02i3.framer-1f635hl { gap: unset; justify-content: space-between; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zvj7b.framer-v-1cf9unu.framer-1f635hl { gap: 0px; } .framer-Zvj7b.framer-v-1cf9unu.framer-1f635hl > *, .framer-Zvj7b.framer-v-1cf9unu.framer-1f635hl > :first-child, .framer-Zvj7b.framer-v-1cf9unu.framer-1f635hl > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zvj7b.framer-v-1vv02i3.framer-1f635hl { gap: 0px; } .framer-Zvj7b.framer-v-1vv02i3.framer-1f635hl > *, .framer-Zvj7b.framer-v-1vv02i3.framer-1f635hl > :first-child, .framer-Zvj7b.framer-v-1vv02i3.framer-1f635hl > :last-child { margin: 0px; } }\",\".framer-Zvj7b.framer-v-1cf9unu.hover.framer-1f635hl { gap: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zvj7b.framer-v-1cf9unu.hover.framer-1f635hl { gap: 0px; } .framer-Zvj7b.framer-v-1cf9unu.hover.framer-1f635hl > *, .framer-Zvj7b.framer-v-1cf9unu.hover.framer-1f635hl > :first-child, .framer-Zvj7b.framer-v-1cf9unu.hover.framer-1f635hl > :last-child { margin: 0px; } }\",'.framer-Zvj7b[data-border=\"true\"]::after, .framer-Zvj7b [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 42\n * @framerIntrinsicWidth 186\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xsXyqQmXx\":{\"layout\":[\"fixed\",\"fixed\"]},\"aWD0BzN3B\":{\"layout\":[\"fixed\",\"fixed\"]},\"qGeAJrhNx\":{\"layout\":[\"fixed\",\"fixed\"]},\"JNzRK3jfL\":{\"layout\":[\"fixed\",\"fixed\"]},\"b8OCWkWXF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"oZ_ZpQ2my\":\"title\",\"h5csPmhke\":\"dropdown\",\"CKh2dAI52\":\"link\",\"RWKPVWbDN\":\"navItemColor\",\"VxuZP6TB2\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW_HD5hvnR=withCSS(Component,css,\"framer-Zvj7b\");export default FramerW_HD5hvnR;FramerW_HD5hvnR.displayName=\"Navbar Link\";FramerW_HD5hvnR.defaultProps={height:42,width:186};addPropertyControls(FramerW_HD5hvnR,{variant:{options:[\"dOeq7Ik__\",\"xsXyqQmXx\",\"aWD0BzN3B\",\"qGeAJrhNx\"],optionTitles:[\"Variant 1\",\"Phone\",\"D Active\",\"P Active\"],title:\"Variant\",type:ControlType.Enum},oZ_ZpQ2my:{defaultValue:\"Company\",displayTextArea:false,title:\"Title\",type:ControlType.String},h5csPmhke:{defaultValue:true,title:\"Dropdown\",type:ControlType.Boolean},CKh2dAI52:{title:\"Link\",type:ControlType.Link},RWKPVWbDN:{defaultValue:\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29))\",title:\"Nav Item Color\",type:ControlType.Color},VxuZP6TB2:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerW_HD5hvnR,[{explicitInter:true,fonts:[{family:\"Gotham Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/uSRuVponXwNTQX9AZuoMscdaL4.woff2\"},{family:\"Gotham Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/i0fU1t0y5yRAFXAUDQAujMdOSA.woff2\"}]},...ArrowNavFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW_HD5hvnR\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"42\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xsXyqQmXx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aWD0BzN3B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qGeAJrhNx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JNzRK3jfL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b8OCWkWXF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"186\",\"framerVariables\":\"{\\\"oZ_ZpQ2my\\\":\\\"title\\\",\\\"h5csPmhke\\\":\\\"dropdown\\\",\\\"CKh2dAI52\\\":\\\"link\\\",\\\"RWKPVWbDN\\\":\\\"navItemColor\\\",\\\"VxuZP6TB2\\\":\\\"click\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W_HD5hvnR.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFontSize}from\"https://framerusercontent.com/modules/bl5QsAgwuvM1HFWuq60L/AL3g5WQHcc1CM18AdgN9/Examples.js\";import PodcastNew from\"https://framerusercontent.com/modules/UVLHPuADaxgTVv4vuNfG/HFC6U1kGFptfjkCcf4FD/fvUXYU_np.js\";import Blog from\"https://framerusercontent.com/modules/s7LQXC5YtpaOmtPymL6h/l7BLM1VlwBvZ3K9PKTfP/uS8x4CNyu.js\";import NavFeaturedPosts from\"https://framerusercontent.com/modules/Q85BsQNZLuVDWJYYeS4Z/aHnh6xIr5spBAAa5Xd6q/i4m0qI6hx.js\";import NavigationCard from\"https://framerusercontent.com/modules/NBUfElyu6kPCBshnSlbd/rthQR6kb9ki3q0JMWfS0/tHP6DCKC0.js\";import NavbarLink from\"https://framerusercontent.com/modules/4Aq4WNtl4wWEZ0d4sYfh/Msr7IzwQlQHrdbYeMDgj/W_HD5hvnR.js\";import ButtonTransparent from\"https://framerusercontent.com/modules/mOcEVn6pFBJ37bCRea5Z/DKSan6MELgAOR1qDW0v5/YWuvgrGKx.js\";const NavbarLinkFonts=getFonts(NavbarLink);const NavigationCardFonts=getFonts(NavigationCard);const NavFeaturedPostsFonts=getFonts(NavFeaturedPosts);const ButtonTransparentFonts=getFonts(ButtonTransparent);const RichTextWithFontSize16zyajj=withCodeBoundaryForOverrides(RichText,{nodeId:\"eldbFXAqb\",override:withFontSize,scopeId:\"suSr3lklH\"});const cycleOrder=[\"UDS0yLPTQ\",\"bRyRhof3u\",\"KXNymyQj_\",\"SFNBZOQIq\",\"eMg27xGnE\",\"ytveRioOJ\",\"euJha0pIm\",\"ua7410bVC\"];const serializationHash=\"framer-nVvLx\";const variantClassNames={bRyRhof3u:\"framer-v-1aeta4o\",eMg27xGnE:\"framer-v-owzq2e\",euJha0pIm:\"framer-v-3xg1n5\",KXNymyQj_:\"framer-v-cbwks5\",SFNBZOQIq:\"framer-v-bl8ok4\",ua7410bVC:\"framer-v-24eo7j\",UDS0yLPTQ:\"framer-v-10lhpq4\",ytveRioOJ:\"framer-v-twwv2v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"lr9jtWhAu\",data:PodcastNew,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"lr9jtWhAu\",name:\"MHPMK5ilE\",type:\"Identifier\"},{collection:\"lr9jtWhAu\",name:\"RVin3fMPS\",type:\"Identifier\"},{collection:\"lr9jtWhAu\",name:\"vxzGBCUUB\",type:\"Identifier\"},{collection:\"lr9jtWhAu\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"ZDd0zq7dz\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"ZDd0zq7dz\",direction:\"desc\",name:\"L6STNeDsd\",type:\"Identifier\"}],select:[{collection:\"ZDd0zq7dz\",name:\"lLohLkLnn\",type:\"Identifier\"},{collection:\"ZDd0zq7dz\",name:\"SdapfuQrr\",type:\"Identifier\"},{collection:\"ZDd0zq7dz\",name:\"Jm3AaEf47\",type:\"Identifier\"},{collection:\"ZDd0zq7dz\",name:\"id\",type:\"Identifier\"}],where:{collection:\"ZDd0zq7dz\",name:\"OypKgENc2\",type:\"Identifier\"}});const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const query2=prequery=>prequery({from:{alias:\"Q2FJeawcD\",data:PodcastNew,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Q2FJeawcD\",name:\"RVin3fMPS\",type:\"Identifier\"},{collection:\"Q2FJeawcD\",name:\"vxzGBCUUB\",type:\"Identifier\"},{collection:\"Q2FJeawcD\",name:\"MHPMK5ilE\",type:\"Identifier\"},{collection:\"Q2FJeawcD\",name:\"id\",type:\"Identifier\"}]});const query3=prequery=>prequery({from:{alias:\"WLdTtrEAA\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"WLdTtrEAA\",direction:\"desc\",name:\"L6STNeDsd\",type:\"Identifier\"}],select:[{collection:\"WLdTtrEAA\",name:\"SdapfuQrr\",type:\"Identifier\"},{collection:\"WLdTtrEAA\",name:\"Jm3AaEf47\",type:\"Identifier\"},{collection:\"WLdTtrEAA\",name:\"lLohLkLnn\",type:\"Identifier\"},{collection:\"WLdTtrEAA\",name:\"id\",type:\"Identifier\"}],where:{collection:\"WLdTtrEAA\",name:\"OypKgENc2\",type:\"Identifier\"}});const query4=prequery=>prequery({from:{alias:\"z1Yv9nZ8P\",data:PodcastNew,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"z1Yv9nZ8P\",name:\"RVin3fMPS\",type:\"Identifier\"},{collection:\"z1Yv9nZ8P\",name:\"vxzGBCUUB\",type:\"Identifier\"},{collection:\"z1Yv9nZ8P\",name:\"MHPMK5ilE\",type:\"Identifier\"},{collection:\"z1Yv9nZ8P\",name:\"id\",type:\"Identifier\"}]});const query5=prequery=>prequery({from:{alias:\"dXsxyn9Kg\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"dXsxyn9Kg\",direction:\"desc\",name:\"L6STNeDsd\",type:\"Identifier\"}],select:[{collection:\"dXsxyn9Kg\",name:\"SdapfuQrr\",type:\"Identifier\"},{collection:\"dXsxyn9Kg\",name:\"Jm3AaEf47\",type:\"Identifier\"},{collection:\"dXsxyn9Kg\",name:\"lLohLkLnn\",type:\"Identifier\"},{collection:\"dXsxyn9Kg\",name:\"id\",type:\"Identifier\"}],where:{collection:\"dXsxyn9Kg\",name:\"OypKgENc2\",type:\"Identifier\"}});const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Company\":\"eMg27xGnE\",\"Desktop Services\":\"ytveRioOJ\",\"Phone Open\":\"KXNymyQj_\",\"Variant 4\":\"SFNBZOQIq\",\"Variant 7\":\"euJha0pIm\",\"Variant 8\":\"ua7410bVC\",Desktop:\"UDS0yLPTQ\",Phone:\"bRyRhof3u\"};const getProps=({colorLogoVisible,height,id,image,navItemColor,whiteLogoVisible,width,...props})=>{return{...props,eBrY0o5nQ:whiteLogoVisible??props.eBrY0o5nQ,hFFuS1ux4:navItemColor??props.hFFuS1ux4??\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29))\",KVKot7A7R:colorLogoVisible??props.KVKot7A7R??true,MDMXFc1hg:image??props.MDMXFc1hg??{src:\"https://framerusercontent.com/images/U1UXgIHX19MwrE6UcYrv7upwfg.png\",srcSet:\"https://framerusercontent.com/images/U1UXgIHX19MwrE6UcYrv7upwfg.png?scale-down-to=512 512w,https://framerusercontent.com/images/U1UXgIHX19MwrE6UcYrv7upwfg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U1UXgIHX19MwrE6UcYrv7upwfg.png 2000w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"UDS0yLPTQ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,MDMXFc1hg,hFFuS1ux4,KVKot7A7R,eBrY0o5nQ,MHPMK5ilElr9jtWhAu,RVin3fMPSlr9jtWhAu,vxzGBCUUBlr9jtWhAu,idlr9jtWhAu,lLohLkLnnZDd0zq7dz,SdapfuQrrZDd0zq7dz,Jm3AaEf47ZDd0zq7dz,idZDd0zq7dz,RVin3fMPSQ2FJeawcD,vxzGBCUUBQ2FJeawcD,MHPMK5ilEQ2FJeawcD,idQ2FJeawcD,SdapfuQrrWLdTtrEAA,Jm3AaEf47WLdTtrEAA,lLohLkLnnWLdTtrEAA,idWLdTtrEAA,RVin3fMPSz1Yv9nZ8P,vxzGBCUUBz1Yv9nZ8P,MHPMK5ilEz1Yv9nZ8P,idz1Yv9nZ8P,SdapfuQrrdXsxyn9Kg,Jm3AaEf47dXsxyn9Kg,lLohLkLnndXsxyn9Kg,iddXsxyn9Kg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UDS0yLPTQ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap244wii=activeVariantCallback(async(...args)=>{setVariant(\"KXNymyQj_\");});const onTap1yri2gs=activeVariantCallback(async(...args)=>{setVariant(\"bRyRhof3u\");});const onTap1t3jjo7=activeVariantCallback(async(...args)=>{setVariant(\"eMg27xGnE\");});const onTap1sqyy4r=activeVariantCallback(async(...args)=>{setVariant(\"euJha0pIm\");});const onTapyltq5x=activeVariantCallback(async(...args)=>{setVariant(\"UDS0yLPTQ\");});const VxuZP6TB2244wii=activeVariantCallback(async(...args)=>{setVariant(\"KXNymyQj_\");});const onTap15pu6uz=activeVariantCallback(async(...args)=>{setVariant(\"ytveRioOJ\");});const onTap17c3yax=activeVariantCallback(async(...args)=>{setVariant(\"ua7410bVC\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"bRyRhof3u\",\"KXNymyQj_\",\"SFNBZOQIq\",\"euJha0pIm\",\"ua7410bVC\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"KXNymyQj_\",\"euJha0pIm\",\"ua7410bVC\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"bRyRhof3u\",\"SFNBZOQIq\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"euJha0pIm\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"euJha0pIm\")return false;return true;};const router=useRouter();const isDisplayed5=()=>{if(baseVariant===\"ua7410bVC\")return true;return false;};const isDisplayed6=()=>{if([\"KXNymyQj_\",\"euJha0pIm\",\"ua7410bVC\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"eMg27xGnE\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"eMg27xGnE\")return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"ytveRioOJ\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"ytveRioOJ\")return false;return true;};const isDisplayed11=()=>{if([\"eMg27xGnE\",\"ytveRioOJ\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-10lhpq4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"UDS0yLPTQ\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{eMg27xGnE:{backgroundColor:\"rgba(0, 0, 0, 0)\"},euJha0pIm:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},KXNymyQj_:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},SFNBZOQIq:{backgroundColor:\"rgba(0, 0, 0, 0)\"},ua7410bVC:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},ytveRioOJ:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({bRyRhof3u:{\"data-framer-name\":\"Phone\"},eMg27xGnE:{\"data-framer-name\":\"Desktop Company\"},euJha0pIm:{\"data-framer-name\":\"Variant 7\"},KXNymyQj_:{\"data-framer-name\":\"Phone Open\"},SFNBZOQIq:{\"data-framer-name\":\"Variant 4\"},ua7410bVC:{\"data-framer-name\":\"Variant 8\"},ytveRioOJ:{\"data-framer-name\":\"Desktop Services\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ehmuqo\",layoutDependency:layoutDependency,layoutId:\"vAtPsGHv_\",style:{backdropFilter:\"blur(0px)\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 15.090090090090092%, rgba(255, 255, 255, 0) 100%)\",WebkitBackdropFilter:\"blur(0px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-67ksia\",layoutDependency:layoutDependency,layoutId:\"v5_1f_agj\",children:[KVKot7A7R&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DlaGi6Obg\"},motionChild:true,nodeId:\"fivzQXgBk\",scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+.5),pixelHeight:158,pixelWidth:356,sizes:\"122px\",...toResponsiveImage(MDMXFc1hg)},className:\"framer-3mycte framer-nw9e7b\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"fivzQXgBk\",...addPropertyOverrides({bRyRhof3u:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-98)/2+0+0)+24+.44642857142857295),pixelHeight:158,pixelWidth:356,sizes:\"108.9286px\",...toResponsiveImage(MDMXFc1hg)}},eMg27xGnE:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,pixelHeight:158,pixelWidth:356,sizes:\"122px\",...toResponsiveImage(MDMXFc1hg)}},euJha0pIm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+0+.44642857142857295),pixelHeight:158,pixelWidth:356,sizes:\"108.9286px\",...toResponsiveImage(MDMXFc1hg)}},KXNymyQj_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+0+.44642857142857295),pixelHeight:158,pixelWidth:356,sizes:\"108.9286px\",...toResponsiveImage(MDMXFc1hg)}},SFNBZOQIq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||104)-0-104)/2+0+0)+24+.5),pixelHeight:158,pixelWidth:356,sizes:\"122px\",...toResponsiveImage(MDMXFc1hg)}},ua7410bVC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+0+.44642857142857295),pixelHeight:158,pixelWidth:356,sizes:\"108.9286px\",...toResponsiveImage(MDMXFc1hg)}},ytveRioOJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:158,intrinsicWidth:356,pixelHeight:158,pixelWidth:356,sizes:\"122px\",...toResponsiveImage(MDMXFc1hg)}}},baseVariant,gestureVariant)})}),eBrY0o5nQ&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1v81bqv\",\"data-framer-name\":\"WLCP Logo SVG\",fill:\"black\",intrinsicHeight:55,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"K6EgjWZOp\",svg:'<svg width=\"122\" height=\"55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m14.05 42.538-3.64-9.084-4.24 9.115L0 26.652h3.532l3.023 8.868 2.329-5.845-1.203-3.023h2.992l3.44 8.514 2.606-8.514h3.255L14.05 42.538Zm11.121-15.994v15.315h-3.023V26.544h3.023Zm17.524 0v15.948h-.077l-10.72-9.67.062 9.053h-3.054V25.942h.124l10.704 9.825-.062-9.223h3.023Zm14.975 14.56c-.602.278-1.265.493-2.005.663-.725.17-1.388.262-1.99.262-1.62 0-3.054-.308-4.272-.94-1.218-.633-2.175-1.512-2.838-2.622-.663-1.11-1.002-2.391-1.002-3.825 0-1.79.354-3.301 1.064-4.55.71-1.25 1.65-2.175 2.853-2.792 1.188-.617 2.514-.925 3.949-.925.925 0 1.804.108 2.621.308.818.216 1.543.478 2.16.817l-.972 2.808c-.4-.216-.956-.432-1.65-.617s-1.28-.278-1.758-.278c-1.666 0-2.946.416-3.825 1.25-.88.832-1.327 2.066-1.327 3.7 0 .942.216 1.775.648 2.469a4.38 4.38 0 0 0 1.804 1.62c.772.37 1.65.554 2.638.554.94 0 1.65-.138 2.097-.4v-1.852h-2.637V33.84h5.707v6.477c-.247.263-.663.525-1.265.787Zm14.478-14.56v12.4h7.203v2.915H69.125V26.544h3.023Zm18.066 12.323H85.14l-1.25 2.992h-2.976l6.91-15.917h.17l6.91 15.917h-3.502l-1.188-2.992Zm-1.002-2.53-1.48-3.732-1.543 3.733h3.023Zm10.64-3.562.463-.586 4.997-5.645h3.918l-6.324 6.863 6.354 8.453h-3.825l-4.719-6.54-.756.756v5.783h-3.054V26.544h3.054v5.46l-.108.771Zm21.855-6.231v2.915h-7.434v3.27h6.571v2.915h-6.571v3.316H122v2.915h-10.734V26.559l10.441-.015ZM26.384 54.352a3.052 3.052 0 0 1-1.08.185c-.617 0-1.157-.139-1.62-.4a2.657 2.657 0 0 1-1.048-1.096 3.116 3.116 0 0 1-.37-1.496c0-.601.123-1.126.37-1.604a2.79 2.79 0 0 1 1.018-1.095c.432-.262.94-.386 1.511-.386.355 0 .694.047 1.003.14.308.092.57.215.802.37l-.463 1.11c-.432-.324-.864-.478-1.31-.478-.31 0-.587.077-.85.247-.261.17-.477.4-.632.678a1.993 1.993 0 0 0-.23.956c0 .386.076.725.215 1.003.139.293.355.509.617.679.262.154.586.246.94.246.294 0 .556-.046.787-.138.232-.093.417-.2.556-.34l.493 1.05c-.139.123-.385.246-.71.37Zm4.655-1.049h-1.974l-.479 1.173H27.43l2.683-6.2h.062l2.684 6.2H31.5l-.462-1.172Zm-.386-.987-.57-1.45-.602 1.45h1.172Zm6.387-3.269c.401.354.602.848.602 1.465 0 .355-.062.694-.2 1.002a1.71 1.71 0 0 1-.68.772c-.308.2-.709.293-1.203.293h-.848v1.881H33.54v-5.953h1.805c.74 0 1.31.185 1.696.54Zm-.94 2.252a.81.81 0 0 0 .292-.355.937.937 0 0 0 .093-.386 1.15 1.15 0 0 0-.185-.617c-.123-.2-.37-.293-.725-.293h-.848v1.79h.833a.968.968 0 0 0 .54-.14Zm3.596-2.792v5.953h-1.173v-5.953h1.173Zm4.963 0v1.126h-1.45v4.827h-1.172v-4.827h-1.389v-1.126h4.01Zm3.903 4.796h-1.974l-.478 1.173h-1.157l2.684-6.2h.062l2.683 6.2h-1.357l-.463-1.172Zm-.385-.987-.571-1.45-.602 1.45h1.173Zm4.073-3.809v4.827h2.807v1.126h-3.979v-5.953h1.172Zm9.79.54c.401.354.602.848.602 1.465 0 .355-.062.694-.2 1.002a1.71 1.71 0 0 1-.68.772c-.308.2-.709.293-1.203.293h-.848v1.881H58.54v-5.953h1.805c.724 0 1.295.185 1.696.54Zm-.956 2.252a.81.81 0 0 0 .293-.355.937.937 0 0 0 .092-.386 1.15 1.15 0 0 0-.185-.617c-.123-.2-.37-.293-.724-.293h-.849v1.79h.833a.968.968 0 0 0 .54-.14Zm5.369 2.004h-1.974L64 54.477h-1.157l2.683-6.2h.062l2.684 6.2h-1.357l-.463-1.172Zm-.386-.987-.57-1.45-.602 1.45h1.172Zm6.11 2.159-1.25-1.897h-.786v1.897h-1.172v-5.953h1.804c.74 0 1.311.185 1.728.54.4.355.617.848.617 1.465 0 .37-.077.71-.232 1.033a1.672 1.672 0 0 1-.71.756l1.389 2.16h-1.388Zm-2.036-3.038h.833c.324 0 .555-.093.694-.278a.991.991 0 0 0 .216-.601 1.15 1.15 0 0 0-.185-.617c-.124-.2-.37-.293-.725-.293h-.849v1.789h.016Zm7.807-2.93v1.126h-1.45v4.827h-1.172v-4.827h-1.388v-1.126h4.01Zm6.318 0v6.215h-.03L80.07 50.96l.03 3.517h-1.187v-6.2h.046l4.165 3.824-.031-3.593h1.172Zm5.431 0v1.126h-2.884v1.264h2.56v1.142h-2.56v1.28h3.007v1.126h-4.18V48.49h4.057v.016Zm4.363 5.968-1.25-1.897h-.786v1.897h-1.172v-5.953h1.804c.74 0 1.311.185 1.728.54.4.355.617.848.617 1.465 0 .37-.078.71-.232 1.033a1.672 1.672 0 0 1-.71.756l1.389 2.16H94.06Zm-2.036-3.038h.833c.323 0 .555-.093.694-.278a.991.991 0 0 0 .216-.601 1.15 1.15 0 0 0-.185-.617c-.124-.2-.37-.293-.725-.293h-.849l.016 1.789Zm6.032-1.912c-.263 0-.463.046-.602.154a.557.557 0 0 0-.216.463c0 .185.108.355.309.493.2.14.478.278.833.417.277.108.524.216.725.355.2.138.37.308.493.54.124.23.2.524.2.878 0 .309-.076.587-.23.849-.155.262-.386.462-.695.617-.308.154-.678.231-1.095.231a3.62 3.62 0 0 1-1.064-.154 3.171 3.171 0 0 1-.972-.478l.525-.91c.2.154.431.277.71.37.277.092.508.139.709.139.246 0 .462-.047.647-.154.185-.108.278-.278.278-.51 0-.308-.293-.57-.864-.802a9.372 9.372 0 0 1-.848-.385c-.231-.123-.416-.309-.586-.54-.17-.231-.247-.524-.247-.88 0-.508.17-.925.51-1.233.338-.308.786-.478 1.34-.509.448 0 .818.046 1.111.154.293.093.587.247.864.432l-.447.895c-.555-.293-1.003-.432-1.388-.432ZM96.63 0c-1.696 2.977-5.552 2.9-7.294 3.3-1.743.402-8.406.232-13.018.556-4.627.34-8.005.57-10.858 4.843a40.1 40.1 0 0 1-1.573 2.175L61.913 12.6l-1.975-1.727a50.648 50.648 0 0 1-1.573-2.175c-2.853-4.272-6.246-4.504-10.858-4.843-4.627-.34-11.275-.154-13.017-.555-1.744-.4-5.585-.323-7.296-3.3 0 0-2.16 6.833 6.447 6.293 0 0-.015.03-.03.077.015-.03.015-.062.03-.077 0 0 1.867-.216 2.591-1.018 0 0-1.557 2.514-2.73 2.514.278 1.126 1.682 2.267 6.88 1.064 0 0 1.804-.432 2.575-1.234 0 0-1.25 2.56-2.468 2.576.432 1.033 1.928 1.974 6.848-.03 0 0 1.358-.325 2.067-1.497 0 0-.077 2.19-.802 2.545 3.193 2.206 6.632 1.388 9.47 4.735l-.015.015c-.633.417-1.25 1.126-1.558 2.298-.417 1.543-1.11 1.96-1.512 2.052.818-.077 3.039.262 5.368-.278 1.172-.71 1.542-1.496 1.542-1.496.154.401 1.512 1.465 1.542 1.496 2.33.54 4.55.2 5.368.278-.401-.108-1.11-.51-1.512-2.052-.308-1.156-.925-1.866-1.557-2.298l-.016-.015c2.854-3.332 6.308-2.53 9.501-4.72-.74-.37-.802-2.56-.802-2.56.71 1.172 2.067 1.496 2.067 1.496-.016.016-.016.03-.031.03l.03-.03c4.92 1.99 6.432 1.049 6.849.03-1.219-.014-2.453-2.575-2.453-2.575.772.787 2.576 1.234 2.576 1.234 5.49 1.28 6.74-.077 6.91-1.25-.016.062-.016.124-.03.186-1.173 0-2.73-2.514-2.73-2.514.74.786 2.59 1.018 2.59 1.018 0 .015.016.03.016.046a.121.121 0 0 1-.016-.046C98.79 6.833 96.631 0 96.631 0Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5eg2ir\",\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"gRsshunSX\",...addPropertyOverrides({bRyRhof3u:{\"data-highlight\":true,onTap:onTap244wii},euJha0pIm:{\"data-highlight\":true,onTap:onTap1yri2gs},KXNymyQj_:{\"data-highlight\":true,onTap:onTap1yri2gs},SFNBZOQIq:{\"data-highlight\":true,onTap:onTap244wii},ua7410bVC:{\"data-highlight\":true,onTap:onTap1yri2gs}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h2l5uv\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"wrpUf2_aG\",style:{background:\"linear-gradient(90deg, var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29)) 0%, var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29)) 50%, var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29)) 100%)\",backgroundColor:\"var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{bRyRhof3u:{background:\"linear-gradient(90deg, rgb(109, 177, 141) 0%, rgb(121, 176, 171) 50%, rgb(128, 176, 200) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},euJha0pIm:{rotate:45},KXNymyQj_:{rotate:45},SFNBZOQIq:{background:\"linear-gradient(90deg, rgb(109, 177, 141) 0%, rgb(121, 176, 171) 50%, rgb(128, 176, 200) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",rotate:0},ua7410bVC:{rotate:45}}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-cv90z7\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"N7GW7Ilbd\",style:{background:\"linear-gradient(90deg, rgb(109, 177, 141) 0%, rgb(121, 176, 171) 50%, rgb(128, 176, 200) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ijf6nn\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"gclFIedF4\",style:{background:\"linear-gradient(90deg, var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29)) 0%, var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29)) 50%, var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29)) 100%)\",backgroundColor:\"var(--token-1d8c9576-a576-4f44-b7ae-e8cbeb2e8b96, rgb(18, 25, 29))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{bRyRhof3u:{background:\"linear-gradient(90deg, rgb(109, 177, 141) 0%, rgb(121, 176, 171) 50%, rgb(128, 176, 200) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},euJha0pIm:{rotate:-45},KXNymyQj_:{rotate:-45},SFNBZOQIq:{background:\"linear-gradient(90deg, rgb(109, 177, 141) 0%, rgb(121, 176, 171) 50%, rgb(128, 176, 200) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",rotate:0},ua7410bVC:{rotate:-45}}})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11ku960\",layoutDependency:layoutDependency,layoutId:\"WwGcIPN98\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{eMg27xGnE:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},euJha0pIm:{borderBottomLeftRadius:22,borderBottomRightRadius:22,borderTopLeftRadius:22,borderTopRightRadius:22},KXNymyQj_:{borderBottomLeftRadius:22,borderBottomRightRadius:22,borderTopLeftRadius:22,borderTopRightRadius:22},ua7410bVC:{borderBottomLeftRadius:22,borderBottomRightRadius:22,borderTopLeftRadius:22,borderTopRightRadius:22},ytveRioOJ:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xaeikz\",\"data-border\":true,\"data-framer-name\":\"Company\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Xrr5gBwSm\",onTap:onTap1t3jjo7,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(16, 25, 29, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{eMg27xGnE:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},euJha0pIm:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},KXNymyQj_:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},ua7410bVC:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({eMg27xGnE:{onTap:onTapyltq5x},euJha0pIm:{\"data-highlight\":undefined,onTap:undefined},KXNymyQj_:{onTap:onTap1sqyy4r},ua7410bVC:{onTap:onTap1sqyy4r}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:`max((max(min(max((${componentViewport?.width||\"100vw\"} - 124px) / 3, 1px), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+31+0+0,...addPropertyOverrides({eMg27xGnE:{y:undefined},euJha0pIm:{width:`max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4)`,y:(componentViewport?.y||0)+0+0+24+82+0+0+0+0},KXNymyQj_:{width:`max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4)`,y:(componentViewport?.y||0)+0+0+24+82+0+0+0+0},ua7410bVC:{width:`max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4)`,y:(componentViewport?.y||0)+0+0+24+82+0+0+0+0},ytveRioOJ:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h3fg20-container\",layoutDependency:layoutDependency,layoutId:\"BIVSl3_t9-container\",nodeId:\"BIVSl3_t9\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavbarLink,{h5csPmhke:true,height:\"100%\",id:\"BIVSl3_t9\",layoutId:\"BIVSl3_t9\",oZ_ZpQ2my:\"Company\",RWKPVWbDN:hFFuS1ux4,style:{height:\"100%\",width:\"100%\"},variant:\"dOeq7Ik__\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{variant:\"aWD0BzN3B\"},euJha0pIm:{style:{width:\"100%\"},variant:\"qGeAJrhNx\",VxuZP6TB2:VxuZP6TB2244wii},KXNymyQj_:{variant:\"xsXyqQmXx\"},ua7410bVC:{style:{width:\"100%\"},variant:\"xsXyqQmXx\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wvxqdv\",\"data-framer-name\":\"Desktop Company\",layoutDependency:layoutDependency,layoutId:\"ZuuXdsod1\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-51mbz5\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"zSjaFLGBY\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-trd0xb\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"SQKdLragk\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R290aGFtLTUwMA==\",\"--framer-font-family\":'\"Gotham\", \"Gotham Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"Company\"})}),className:\"framer-h29w97\",\"data-framer-name\":\"Company\",fonts:[\"GF;Gotham-500\"],layoutDependency:layoutDependency,layoutId:\"f9e0YSSdX\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NJBrU2Gnq\"},implicitPathVariables:undefined},{href:{webPageId:\"NJBrU2Gnq\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({euJha0pIm:{y:(componentViewport?.y||0)+0+0+24+82+0+0+0+52+0+0+0+0+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vnbx2d-container\",layoutDependency:layoutDependency,layoutId:\"Q4mgBpQo9-container\",nodeId:\"Q4mgBpQo9\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Learn about our business funding solutions\",height:\"100%\",id:\"Q4mgBpQo9\",kqzayh1p9:\"About Wing Lake\",layoutId:\"Q4mgBpQo9\",Lhiwc41v7:resolvedLinks[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{Lhiwc41v7:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x6axdp-container\",layoutDependency:layoutDependency,layoutId:\"zDfe7Xb7X-container\",nodeId:\"zDfe7Xb7X\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Get to know our dedicated financial experts\",height:\"100%\",id:\"zDfe7Xb7X\",kqzayh1p9:\"Meet The Team\",layoutId:\"zDfe7Xb7X\",style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pWlxIKP25\"},implicitPathVariables:undefined},{href:{webPageId:\"pWlxIKP25\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({euJha0pIm:{height:92,width:\"300px\",y:(componentViewport?.y||0)+0+0+24+82+0+0+0+52+0+0+0+0+16+104}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kfca4m-container\",layoutDependency:layoutDependency,layoutId:\"K5ox3oN6P-container\",nodeId:\"K5ox3oN6P\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Discover how we battle wrongful convictions\",height:\"100%\",id:\"K5ox3oN6P\",kqzayh1p9:\"Giving Back To Our Community\",layoutId:\"K5ox3oN6P\",Lhiwc41v7:resolvedLinks1[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{Lhiwc41v7:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lgX4HRFn8\"},implicitPathVariables:undefined},{href:{webPageId:\"lgX4HRFn8\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({euJha0pIm:{y:(componentViewport?.y||0)+0+0+24+82+0+0+0+52+0+0+0+0+16+208}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b9ba3z-container\",layoutDependency:layoutDependency,layoutId:\"cfPyZRVVb-container\",nodeId:\"cfPyZRVVb\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Explore our flexible funding options\",height:\"100%\",id:\"cfPyZRVVb\",kqzayh1p9:\"Our Funds\",layoutId:\"cfPyZRVVb\",Lhiwc41v7:resolvedLinks2[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{Lhiwc41v7:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ztv3ecyCS\"},implicitPathVariables:undefined},{href:{webPageId:\"ztv3ecyCS\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({euJha0pIm:{y:(componentViewport?.y||0)+0+0+24+82+0+0+0+52+0+0+0+0+16+312}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-guy9t3-container\",layoutDependency:layoutDependency,layoutId:\"hI0GSUVpU-container\",nodeId:\"hI0GSUVpU\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Real client success stories shared\",height:\"100%\",id:\"hI0GSUVpU\",kqzayh1p9:\"Client Stories\",layoutId:\"hI0GSUVpU\",Lhiwc41v7:resolvedLinks3[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{Lhiwc41v7:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6u2jx6\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"ukkp0twAW\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cabacq\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"sof6c6TMs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"Legal\"})}),className:\"framer-jpjsf3\",\"data-framer-name\":\"Legal\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"hiYdWx0hZ\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xlixa3qsX\"},implicitPathVariables:undefined},{href:{webPageId:\"xlixa3qsX\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({euJha0pIm:{y:(componentViewport?.y||0)+0+0+24+82+0+0+0+52+0+436+0+0+16+36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5tuh6-container\",layoutDependency:layoutDependency,layoutId:\"kBmf3Q0Gg-container\",nodeId:\"kBmf3Q0Gg\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Understand our service terms clearly\",height:\"100%\",id:\"kBmf3Q0Gg\",kqzayh1p9:\"Terms & Conditions\",layoutId:\"kBmf3Q0Gg\",Lhiwc41v7:resolvedLinks4[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{Lhiwc41v7:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bry4yRBtI\"},implicitPathVariables:undefined},{href:{webPageId:\"bry4yRBtI\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({euJha0pIm:{y:(componentViewport?.y||0)+0+0+24+82+0+0+0+52+0+436+0+0+16+140}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ezvn5p-container\",layoutDependency:layoutDependency,layoutId:\"gtcyZxCt4-container\",nodeId:\"gtcyZxCt4\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"How we handle your information\",height:\"100%\",id:\"gtcyZxCt4\",kqzayh1p9:\"Privacy Policy\",layoutId:\"gtcyZxCt4\",Lhiwc41v7:resolvedLinks5[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{Lhiwc41v7:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oXer4DE6k\"},implicitPathVariables:undefined},{href:{webPageId:\"oXer4DE6k\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({euJha0pIm:{y:(componentViewport?.y||0)+0+0+24+82+0+0+0+52+0+436+0+0+16+244}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qw4dky-container\",layoutDependency:layoutDependency,layoutId:\"luUnLyGNp-container\",nodeId:\"luUnLyGNp\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Important legal notices and disclaimers\",height:\"100%\",id:\"luUnLyGNp\",kqzayh1p9:\"Disclaimer\",layoutId:\"luUnLyGNp\",Lhiwc41v7:resolvedLinks6[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{Lhiwc41v7:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g9cvfz\",\"data-border\":true,\"data-framer-name\":\"Services\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bQLCTlcfv\",onTap:onTap15pu6uz,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(16, 25, 29, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{euJha0pIm:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},KXNymyQj_:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},ua7410bVC:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},ytveRioOJ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({euJha0pIm:{onTap:onTap17c3yax},KXNymyQj_:{onTap:onTap17c3yax},ua7410bVC:{\"data-highlight\":undefined,onTap:undefined},ytveRioOJ:{onTap:onTapyltq5x}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:`max((max(min(max((${componentViewport?.width||\"100vw\"} - 124px) / 3, 1px), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+31+0+0,...addPropertyOverrides({eMg27xGnE:{y:undefined},euJha0pIm:{width:`max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4)`,y:(componentViewport?.y||0)+0+0+24+82+0+856+0+0},KXNymyQj_:{width:`max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4)`,y:(componentViewport?.y||0)+0+0+24+82+0+42+0+0},ua7410bVC:{width:`max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4)`,y:(componentViewport?.y||0)+0+0+24+82+0+42+0+0},ytveRioOJ:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l81gak-container\",layoutDependency:layoutDependency,layoutId:\"D6YYxv_lC-container\",nodeId:\"D6YYxv_lC\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavbarLink,{h5csPmhke:true,height:\"100%\",id:\"D6YYxv_lC\",layoutId:\"D6YYxv_lC\",oZ_ZpQ2my:\"Services\",RWKPVWbDN:hFFuS1ux4,style:{height:\"100%\",width:\"100%\"},variant:\"dOeq7Ik__\",width:\"100%\",...addPropertyOverrides({euJha0pIm:{variant:\"xsXyqQmXx\"},KXNymyQj_:{variant:\"xsXyqQmXx\"},ua7410bVC:{variant:\"qGeAJrhNx\",VxuZP6TB2:VxuZP6TB2244wii},ytveRioOJ:{variant:\"aWD0BzN3B\"}},baseVariant,gestureVariant)})})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9ymmef\",\"data-framer-name\":\"Desktop Services\",layoutDependency:layoutDependency,layoutId:\"O6v3eS7St\",style:{backgroundColor:\"rgb(253, 253, 253)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a80l22\",\"data-framer-name\":\"Services\",layoutDependency:layoutDependency,layoutId:\"mUghZcrib\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ybc1l\",\"data-framer-name\":\"Services\",layoutDependency:layoutDependency,layoutId:\"BhmCnkINi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R290aGFtLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gotham\", \"Gotham Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"BY services\"})}),className:\"framer-1l1pcug\",\"data-framer-name\":\"Section Header\",fonts:[\"GF;Gotham-regular\"],layoutDependency:layoutDependency,layoutId:\"c13CETJnW\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":BncyjMQ0q\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":BncyjMQ0q\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+0+0+0+16+36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-119aykh-container\",layoutDependency:layoutDependency,layoutId:\"flMH5zt79-container\",nodeId:\"flMH5zt79\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Simplify merchant cash advance payments\",height:\"100%\",id:\"flMH5zt79\",kqzayh1p9:\"MCA Consolidation\",layoutId:\"flMH5zt79\",Lhiwc41v7:resolvedLinks7[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":YhbLXoLeq\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":YhbLXoLeq\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+0+0+0+16+140}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dgv565-container\",layoutDependency:layoutDependency,layoutId:\"ujcn5vBPz-container\",nodeId:\"ujcn5vBPz\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Streamline multiple loan repayments\",height:\"100%\",id:\"ujcn5vBPz\",kqzayh1p9:\"Loan Consolidation\",layoutId:\"ujcn5vBPz\",Lhiwc41v7:resolvedLinks8[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":JVy9esZuv\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":JVy9esZuv\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+0+0+0+16+244}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rmad2f-container\",layoutDependency:layoutDependency,layoutId:\"AUwS2tdTN-container\",nodeId:\"AUwS2tdTN\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Funding for businesses with poor credit\",height:\"100%\",id:\"AUwS2tdTN\",kqzayh1p9:\"Bad Credit Loans\",layoutId:\"AUwS2tdTN\",Lhiwc41v7:resolvedLinks9[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":RvtQnX8cy\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":RvtQnX8cy\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+0+0+0+16+348}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-129obgx-container\",layoutDependency:layoutDependency,layoutId:\"h5qUIT9St-container\",nodeId:\"h5qUIT9St\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Flexible working capital for businesses\",height:\"100%\",id:\"h5qUIT9St\",kqzayh1p9:\"Business Line of Credit\",layoutId:\"h5qUIT9St\",Lhiwc41v7:resolvedLinks10[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":dJF5FaFO6\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":dJF5FaFO6\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+0+0+0+16+452}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l1v4di-container\",layoutDependency:layoutDependency,layoutId:\"ffZlQS1mm-container\",nodeId:\"ffZlQS1mm\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Long-term financing with fixed payments\",height:\"100%\",id:\"ffZlQS1mm\",kqzayh1p9:\"Term Loan\",layoutId:\"ffZlQS1mm\",Lhiwc41v7:resolvedLinks11[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h93a2d\",\"data-framer-name\":\"Services Column\",layoutDependency:layoutDependency,layoutId:\"InBVJ8NbV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qfcxtf\",\"data-framer-name\":\"Industries\",layoutDependency:layoutDependency,layoutId:\"rL27ii9fs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R290aGFtLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gotham\", \"Gotham Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"by Industry\"})}),className:\"framer-1ak9h8n\",\"data-framer-name\":\"Section Header\",fonts:[\"GF;Gotham-regular\"],layoutDependency:layoutDependency,layoutId:\"p7ULSiSqB\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XSwUFt1Ma\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":XSwUFt1Ma\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+576+0+0+16+36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ixxy7o-container\",layoutDependency:layoutDependency,layoutId:\"tg5uIC3_h-container\",nodeId:\"tg5uIC3_h\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Specialized financing for healthcare providers\",height:\"100%\",id:\"tg5uIC3_h\",kqzayh1p9:\"Healthcare\",layoutId:\"tg5uIC3_h\",Lhiwc41v7:resolvedLinks12[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":RIx1llvZS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":RIx1llvZS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+576+0+0+16+140}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ayv1al-container\",layoutDependency:layoutDependency,layoutId:\"Ax63yNrSx-container\",nodeId:\"Ax63yNrSx\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Financial support for businesses\",height:\"100%\",id:\"Ax63yNrSx\",kqzayh1p9:\"Business Services\",layoutId:\"Ax63yNrSx\",Lhiwc41v7:resolvedLinks13[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":vWxVtJXcS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":vWxVtJXcS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+576+0+0+16+244}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-x3upbp-container\",layoutDependency:layoutDependency,layoutId:\"wVVyMlbTn-container\",nodeId:\"wVVyMlbTn\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Funding tailored for construction businesses\",height:\"100%\",id:\"wVVyMlbTn\",kqzayh1p9:\"Construction\",layoutId:\"wVVyMlbTn\",Lhiwc41v7:resolvedLinks14[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":RKTPFa4os\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":RKTPFa4os\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+576+0+0+16+348}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b62a51-container\",layoutDependency:layoutDependency,layoutId:\"fFESjrprC-container\",nodeId:\"fFESjrprC\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Flexible loans for retail operations\",height:\"100%\",id:\"fFESjrprC\",kqzayh1p9:\"Retail\",layoutId:\"fFESjrprC\",Lhiwc41v7:resolvedLinks15[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xBpyGtvOd\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":xBpyGtvOd\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+576+0+0+16+452}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1esz75q-container\",layoutDependency:layoutDependency,layoutId:\"pLScbb_fC-container\",nodeId:\"pLScbb_fC\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Financial support for logistics companies\",height:\"100%\",id:\"pLScbb_fC\",kqzayh1p9:\"Trucking / Logistics\",layoutId:\"pLScbb_fC\",Lhiwc41v7:resolvedLinks16[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks16[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":plJjXOEHq\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":plJjXOEHq\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",...addPropertyOverrides({ua7410bVC:{y:(componentViewport?.y||0)+0+0+24+82+0+42+0+52+0+576+0+0+16+556}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5tita9-container\",layoutDependency:layoutDependency,layoutId:\"XBwT58daU-container\",nodeId:\"XBwT58daU\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Loans designed for manufacturing needs\",height:\"100%\",id:\"XBwT58daU\",kqzayh1p9:\"Manufacturing\",layoutId:\"XBwT58daU\",Lhiwc41v7:resolvedLinks17[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ua7410bVC:{Lhiwc41v7:resolvedLinks17[1]}},baseVariant,gestureVariant)})})})})]})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ou6qop\",\"data-border\":true,\"data-framer-name\":\"Podcast\",layoutDependency:layoutDependency,layoutId:\"nECoujNmZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(16, 25, 29, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{euJha0pIm:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},KXNymyQj_:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},ua7410bVC:{\"--border-color\":\"rgb(97, 97, 97)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LhYenow_A\"},implicitPathVariables:undefined},{href:{webPageId:\"LhYenow_A\"},implicitPathVariables:undefined},{href:{webPageId:\"LhYenow_A\"},implicitPathVariables:undefined},{href:{webPageId:\"LhYenow_A\"},implicitPathVariables:undefined},{href:{webPageId:\"LhYenow_A\"},implicitPathVariables:undefined},{href:{webPageId:\"LhYenow_A\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:`max((max(min(max((${componentViewport?.width||\"100vw\"} - 124px) / 3, 1px), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+31+0+0,...addPropertyOverrides({eMg27xGnE:{y:undefined},euJha0pIm:{width:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4), 1px)`,y:(componentViewport?.y||0)+0+0+24+82+0+898+0},KXNymyQj_:{width:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4), 1px)`,y:(componentViewport?.y||0)+0+0+24+82+0+84+0},ua7410bVC:{width:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4), 1px)`,y:(componentViewport?.y||0)+0+0+24+82+0+1350+0},ytveRioOJ:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16pgsd0-container\",layoutDependency:layoutDependency,layoutId:\"jJg841iSP-container\",nodeId:\"jJg841iSP\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavbarLink,{CKh2dAI52:resolvedLinks18[0],h5csPmhke:false,height:\"100%\",id:\"jJg841iSP\",layoutId:\"jJg841iSP\",oZ_ZpQ2my:\"Podcast\",RWKPVWbDN:hFFuS1ux4,style:{height:\"100%\",width:\"100%\"},variant:\"dOeq7Ik__\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{CKh2dAI52:resolvedLinks18[2]},euJha0pIm:{CKh2dAI52:resolvedLinks18[4],variant:\"xsXyqQmXx\"},KXNymyQj_:{CKh2dAI52:resolvedLinks18[1],variant:\"xsXyqQmXx\"},ua7410bVC:{CKh2dAI52:resolvedLinks18[5],variant:\"xsXyqQmXx\"},ytveRioOJ:{CKh2dAI52:resolvedLinks18[3]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g355at\",\"data-border\":true,\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"vJWER9FZS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(16, 25, 29, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{euJha0pIm:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},KXNymyQj_:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},ua7410bVC:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DhthcmC9E\"},implicitPathVariables:undefined},{href:{webPageId:\"DhthcmC9E\"},implicitPathVariables:undefined},{href:{webPageId:\"DhthcmC9E\"},implicitPathVariables:undefined},{href:{webPageId:\"DhthcmC9E\"},implicitPathVariables:undefined},{href:{webPageId:\"DhthcmC9E\"},implicitPathVariables:undefined},{href:{webPageId:\"DhthcmC9E\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:`max((max(min(max((${componentViewport?.width||\"100vw\"} - 124px) / 3, 1px), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4), (${componentViewport?.width||\"100vw\"} - 60px) * 0.4) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+31+0+0,...addPropertyOverrides({eMg27xGnE:{y:undefined},euJha0pIm:{width:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4), 1px)`,y:(componentViewport?.y||0)+0+0+24+82+0+940+0},KXNymyQj_:{width:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4), 1px)`,y:(componentViewport?.y||0)+0+0+24+82+0+126+0},ua7410bVC:{width:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, ${componentViewport?.width||\"100vw\"} * 0.4), 1px)`,y:(componentViewport?.y||0)+0+0+24+82+0+1392+0},ytveRioOJ:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nj70zm-container\",layoutDependency:layoutDependency,layoutId:\"uxqvhd_aW-container\",nodeId:\"uxqvhd_aW\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavbarLink,{CKh2dAI52:resolvedLinks19[0],h5csPmhke:false,height:\"100%\",id:\"uxqvhd_aW\",layoutId:\"uxqvhd_aW\",oZ_ZpQ2my:\"Contact\",RWKPVWbDN:hFFuS1ux4,style:{height:\"100%\",width:\"100%\"},variant:\"dOeq7Ik__\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{CKh2dAI52:resolvedLinks19[2]},euJha0pIm:{CKh2dAI52:resolvedLinks19[4],variant:\"xsXyqQmXx\"},KXNymyQj_:{CKh2dAI52:resolvedLinks19[1],variant:\"xsXyqQmXx\"},ua7410bVC:{CKh2dAI52:resolvedLinks19[5],variant:\"xsXyqQmXx\"},ytveRioOJ:{CKh2dAI52:resolvedLinks19[3]}},baseVariant,gestureVariant)})})})})})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o8ofw4\",\"data-framer-name\":\"Featured News\",layoutDependency:layoutDependency,layoutId:\"MgZkzpnh7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ggtd7k\",layoutDependency:layoutDependency,layoutId:\"lr9jtWhAu\",style:{backgroundColor:\"rgba(194, 194, 194, 0.25)\"},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"lr9jtWhAu\",data:PodcastNew,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"lr9jtWhAu\",name:\"MHPMK5ilE\",type:\"Identifier\"},{collection:\"lr9jtWhAu\",name:\"RVin3fMPS\",type:\"Identifier\"},{collection:\"lr9jtWhAu\",name:\"vxzGBCUUB\",type:\"Identifier\"},{collection:\"lr9jtWhAu\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idlr9jtWhAu,MHPMK5ilE:MHPMK5ilElr9jtWhAu,RVin3fMPS:RVin3fMPSlr9jtWhAu,vxzGBCUUB:vxzGBCUUBlr9jtWhAu},index)=>{MHPMK5ilElr9jtWhAu??=\"\";RVin3fMPSlr9jtWhAu??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lr9jtWhAu-${idlr9jtWhAu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{MHPMK5ilE:MHPMK5ilElr9jtWhAu},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{MHPMK5ilE:MHPMK5ilElr9jtWhAu},webPageId:\"Bl2Jfsxi6\"},motionChild:true,nodeId:\"z1EGHEGn7\",scopeId:\"suSr3lklH\",...addPropertyOverrides({euJha0pIm:{href:undefined},ua7410bVC:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-m0jt8u framer-nw9e7b\",layoutDependency:layoutDependency,layoutId:\"z1EGHEGn7\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{MHPMK5ilE:MHPMK5ilElr9jtWhAu},webPageId:\"Bl2Jfsxi6\"},implicitPathVariables:undefined},{href:{pathVariables:{MHPMK5ilE:MHPMK5ilElr9jtWhAu},webPageId:\"Bl2Jfsxi6\"},implicitPathVariables:undefined},{href:{pathVariables:{MHPMK5ilE:MHPMK5ilElr9jtWhAu},webPageId:\"Bl2Jfsxi6\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:548,...addPropertyOverrides({euJha0pIm:{width:`max(max(${componentViewport?.width||\"100vw\"}, 400px), 1px)`,y:(componentViewport?.y||0)+0+0+24+1243+0+0+0+0+0},KXNymyQj_:{width:`max(max(${componentViewport?.width||\"100vw\"}, 400px), 1px)`,y:(componentViewport?.y||0)+0+0+24+429+0+0+0+0+0},ua7410bVC:{width:`max(max(${componentViewport?.width||\"100vw\"}, 400px), 1px)`,y:(componentViewport?.y||0)+0+0+24+1695+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11okd86-container\",layoutDependency:layoutDependency,layoutId:\"GjIP71pFN-container\",nodeId:\"GjIP71pFN\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavFeaturedPosts,{Crx_kStM2:toResponsiveImage(vxzGBCUUBlr9jtWhAu),height:\"100%\",id:\"GjIP71pFN\",iPIIKNBsy:\"Listen Now\",kKqBF9kww:RVin3fMPSlr9jtWhAu,layoutId:\"GjIP71pFN\",MjGpmGc4B:RVin3fMPSlr9jtWhAu,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({euJha0pIm:{eJDjHBfXh:resolvedLinks20[1]},KXNymyQj_:{eJDjHBfXh:resolvedLinks20[0]},ua7410bVC:{eJDjHBfXh:resolvedLinks20[2]}},baseVariant,gestureVariant)})})})})})})})},idlr9jtWhAu);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bk80oz\",layoutDependency:layoutDependency,layoutId:\"ZDd0zq7dz\",style:{backgroundColor:\"rgba(194, 194, 194, 0.25)\"},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ZDd0zq7dz\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"ZDd0zq7dz\",direction:\"desc\",name:\"L6STNeDsd\",type:\"Identifier\"}],select:[{collection:\"ZDd0zq7dz\",name:\"lLohLkLnn\",type:\"Identifier\"},{collection:\"ZDd0zq7dz\",name:\"SdapfuQrr\",type:\"Identifier\"},{collection:\"ZDd0zq7dz\",name:\"Jm3AaEf47\",type:\"Identifier\"},{collection:\"ZDd0zq7dz\",name:\"id\",type:\"Identifier\"}],where:{collection:\"ZDd0zq7dz\",name:\"OypKgENc2\",type:\"Identifier\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idZDd0zq7dz,Jm3AaEf47:Jm3AaEf47ZDd0zq7dz,lLohLkLnn:lLohLkLnnZDd0zq7dz,SdapfuQrr:SdapfuQrrZDd0zq7dz},index1)=>{lLohLkLnnZDd0zq7dz??=\"\";SdapfuQrrZDd0zq7dz??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ZDd0zq7dz-${idZDd0zq7dz}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{lLohLkLnn:lLohLkLnnZDd0zq7dz},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{lLohLkLnn:lLohLkLnnZDd0zq7dz},webPageId:\"Bl2Jfsxi6\"},motionChild:true,nodeId:\"nBq1m4IYk\",scopeId:\"suSr3lklH\",...addPropertyOverrides({euJha0pIm:{href:undefined},ua7410bVC:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1v4pkjh framer-nw9e7b\",layoutDependency:layoutDependency,layoutId:\"nBq1m4IYk\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{lLohLkLnn:lLohLkLnnZDd0zq7dz},webPageId:\"joJBOgDEB\"},implicitPathVariables:undefined},{href:{pathVariables:{lLohLkLnn:lLohLkLnnZDd0zq7dz},webPageId:\"joJBOgDEB\"},implicitPathVariables:undefined},{href:{pathVariables:{lLohLkLnn:lLohLkLnnZDd0zq7dz},webPageId:\"joJBOgDEB\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:548,...addPropertyOverrides({euJha0pIm:{width:`max(max(${componentViewport?.width||\"100vw\"}, 400px), 1px)`,y:(componentViewport?.y||0)+0+0+24+1243+0+548+0+0+0},KXNymyQj_:{width:`max(max(${componentViewport?.width||\"100vw\"}, 400px), 1px)`,y:(componentViewport?.y||0)+0+0+24+429+0+548+0+0+0},ua7410bVC:{width:`max(max(${componentViewport?.width||\"100vw\"}, 400px), 1px)`,y:(componentViewport?.y||0)+0+0+24+1695+0+548+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bop1oo-container\",layoutDependency:layoutDependency,layoutId:\"i6UhBllbb-container\",nodeId:\"i6UhBllbb\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavFeaturedPosts,{Crx_kStM2:toResponsiveImage(Jm3AaEf47ZDd0zq7dz),height:\"100%\",id:\"i6UhBllbb\",iPIIKNBsy:\"Listen Now\",kKqBF9kww:SdapfuQrrZDd0zq7dz,layoutId:\"i6UhBllbb\",MjGpmGc4B:SdapfuQrrZDd0zq7dz,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({euJha0pIm:{eJDjHBfXh:resolvedLinks21[1]},KXNymyQj_:{eJDjHBfXh:resolvedLinks21[0]},ua7410bVC:{eJDjHBfXh:resolvedLinks21[2]}},baseVariant,gestureVariant)})})})})})})})},idZDd0zq7dz);})})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3mjf07\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"fXYLMSv24\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tVelFd9Ab\"},implicitPathVariables:undefined},{href:{webPageId:\"tVelFd9Ab\"},implicitPathVariables:undefined},{href:{webPageId:\"tVelFd9Ab\"},implicitPathVariables:undefined},{href:{webPageId:\"tVelFd9Ab\"},implicitPathVariables:undefined},{href:{webPageId:\"tVelFd9Ab\"},implicitPathVariables:undefined},{href:{webPageId:\"tVelFd9Ab\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"140px\",y:(componentViewport?.y||0)+0+0+30+0,...addPropertyOverrides({eMg27xGnE:{y:undefined},euJha0pIm:{height:45,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+24+1096+0+0},KXNymyQj_:{height:45,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+24+282+0+0},ua7410bVC:{height:45,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+24+1548+0+0},ytveRioOJ:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c11skq-container\",layoutDependency:layoutDependency,layoutId:\"dWRtWYqA3-container\",nodeId:\"dWRtWYqA3\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(ButtonTransparent,{height:\"100%\",id:\"dWRtWYqA3\",kO6uuuf1L:\"Broker Portal\",layoutId:\"dWRtWYqA3\",rG7zKU93_:13,style:{height:\"100%\",width:\"100%\"},SZr17PTu3:resolvedLinks22[0],variant:\"aW2toAxxt\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{SZr17PTu3:resolvedLinks22[2]},euJha0pIm:{hw8P65PQv:undefined,rG7zKU93_:18,style:{width:\"100%\"},SZr17PTu3:resolvedLinks22[4],variant:\"YsCgoFwGd\"},KXNymyQj_:{hw8P65PQv:undefined,rG7zKU93_:18,style:{width:\"100%\"},SZr17PTu3:resolvedLinks22[1],variant:\"YsCgoFwGd\"},ua7410bVC:{hw8P65PQv:undefined,rG7zKU93_:18,style:{width:\"100%\"},SZr17PTu3:resolvedLinks22[5],variant:\"YsCgoFwGd\"},ytveRioOJ:{SZr17PTu3:resolvedLinks22[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qXbyxItfr\"},motionChild:true,nodeId:\"JaLzHMWHb\",openInNewTab:true,scopeId:\"suSr3lklH\",...addPropertyOverrides({euJha0pIm:{openInNewTab:false},KXNymyQj_:{openInNewTab:false},ua7410bVC:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ttlegc framer-nw9e7b\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"JaLzHMWHb\",style:{backgroundColor:\"rgb(32, 34, 35)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichTextWithFontSize16zyajj,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.27px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"APPLY NOW\"})}),className:\"framer-16zyajj\",\"data-framer-name\":\"APPLY NOW\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"eldbFXAqb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({euJha0pIm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.27px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"APPLY NOW\"})})},KXNymyQj_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.27px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"APPLY NOW\"})})},ua7410bVC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.27px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"APPLY NOW\"})})}},baseVariant,gestureVariant)})})})]})]})}),isDisplayed7()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-132m6o\",\"data-framer-name\":\"Desktop Company\",layoutDependency:layoutDependency,layoutId:\"opC5mtpGj\",style:{backgroundColor:\"rgb(253, 253, 253)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14b9mv7\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"HPneziJgg\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sxarrf\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"MmzMn11K3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R290aGFtLTUwMA==\",\"--framer-font-family\":'\"Gotham\", \"Gotham Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"Company\"})}),className:\"framer-ufr6i3\",\"data-framer-name\":\"Company\",fonts:[\"GF;Gotham-500\"],layoutDependency:layoutDependency,layoutId:\"U8z90qvS3\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NJBrU2Gnq\"},implicitPathVariables:undefined},{href:{webPageId:\"NJBrU2Gnq\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zn4kd9-container\",layoutDependency:layoutDependency,layoutId:\"mq8bSXjRF-container\",nodeId:\"mq8bSXjRF\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Learn about our business funding solutions\",height:\"100%\",id:\"mq8bSXjRF\",kqzayh1p9:\"About Wing Lake\",layoutId:\"mq8bSXjRF\",Lhiwc41v7:resolvedLinks23[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{Lhiwc41v7:resolvedLinks23[1]}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ydj422-container\",layoutDependency:layoutDependency,layoutId:\"P4vgdLB5b-container\",nodeId:\"P4vgdLB5b\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Get to know our dedicated financial experts\",height:\"100%\",id:\"P4vgdLB5b\",kqzayh1p9:\"Meet The Team\",layoutId:\"P4vgdLB5b\",style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pWlxIKP25\"},implicitPathVariables:undefined},{href:{webPageId:\"pWlxIKP25\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-88d2sp-container\",layoutDependency:layoutDependency,layoutId:\"hI_2LLtEl-container\",nodeId:\"hI_2LLtEl\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Discover how we battle wrongful convictions\",height:\"100%\",id:\"hI_2LLtEl\",kqzayh1p9:\"Giving Back To Our Community\",layoutId:\"hI_2LLtEl\",Lhiwc41v7:resolvedLinks24[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{Lhiwc41v7:resolvedLinks24[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lgX4HRFn8\"},implicitPathVariables:undefined},{href:{webPageId:\"lgX4HRFn8\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gppml-container\",layoutDependency:layoutDependency,layoutId:\"guTVvO2H1-container\",nodeId:\"guTVvO2H1\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Explore our flexible funding options\",height:\"100%\",id:\"guTVvO2H1\",kqzayh1p9:\"Our Funds\",layoutId:\"guTVvO2H1\",Lhiwc41v7:resolvedLinks25[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{Lhiwc41v7:resolvedLinks25[1]}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z15gxd-container\",layoutDependency:layoutDependency,layoutId:\"YVoYsmEk6-container\",nodeId:\"YVoYsmEk6\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Industry insights and updates from us\",height:\"100%\",id:\"YVoYsmEk6\",kqzayh1p9:\"Our Blog\",layoutId:\"YVoYsmEk6\",style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ztv3ecyCS\"},implicitPathVariables:undefined},{href:{webPageId:\"ztv3ecyCS\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1aku1z6-container\",layoutDependency:layoutDependency,layoutId:\"RPkFVc8Bi-container\",nodeId:\"RPkFVc8Bi\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Real client success stories shared\",height:\"100%\",id:\"RPkFVc8Bi\",kqzayh1p9:\"Client Stories\",layoutId:\"RPkFVc8Bi\",Lhiwc41v7:resolvedLinks26[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{Lhiwc41v7:resolvedLinks26[1]}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"irNVEM8y6\"},motionChild:true,nodeId:\"wTsXHGCYv\",scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-a7mr2l framer-nw9e7b\",\"data-framer-name\":\"Meet The Team\",layoutDependency:layoutDependency,layoutId:\"wTsXHGCYv\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lal77z\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"hASXBmPCI\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hp0hxu\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"p9h1TxKbL\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-127psut\",\"data-framer-name\":\"IconBase\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"Uc_WgXqld\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 6.76461L10.0343 6.76692C10.7454 6.81485 11.4088 7.14151 11.8803 7.67589C12.3465 8.20426 12.5879 8.89348 12.5536 9.59666C12.5649 9.99973 12.4905 10.4007 12.3354 10.7731C12.1859 11.1322 11.9645 11.4567 11.6853 11.7268C11.5646 11.9232 11.5099 12.1536 11.53 12.3842L11.5319 12.4062V12.4086C11.5555 12.431 11.6091 12.4701 11.7196 12.5228C11.838 12.5792 11.9833 12.6338 12.1655 12.7002C12.1832 12.7067 12.2012 12.7132 12.2195 12.7198C12.3819 12.7789 12.5663 12.8459 12.7511 12.9236C13.161 13.096 13.6286 13.3424 13.9916 13.7595C14.3667 14.1905 14.5957 14.7634 14.5957 15.5195V15.7752L14.391 15.9283L14.0851 15.5195C14.391 15.9283 14.3906 15.9286 14.3902 15.9289L14.3894 15.9295L14.3878 15.9307C14.3866 15.9316 14.3855 15.9324 14.3842 15.9333C14.3818 15.9351 14.3791 15.937 14.3762 15.939C14.3705 15.9431 14.3639 15.9476 14.3564 15.9525C14.3414 15.9624 14.3228 15.9741 14.3003 15.9871C14.2554 16.0132 14.1948 16.0451 14.1156 16.0806C13.9573 16.1515 13.7243 16.2369 13.3925 16.3194C12.7301 16.484 11.6657 16.6388 10 16.6388C8.33424 16.6388 7.26986 16.4838 6.60736 16.319C6.27553 16.2364 6.0425 16.1509 5.8842 16.0799C5.80499 16.0444 5.74439 16.0125 5.69944 15.9863C5.67696 15.9733 5.65841 15.9616 5.64342 15.9517C5.63592 15.9468 5.62932 15.9423 5.62356 15.9382C5.62068 15.9362 5.61801 15.9343 5.61555 15.9325C5.61432 15.9316 5.61314 15.9307 5.61202 15.9299L5.61036 15.9287L5.60956 15.9281C5.60917 15.9278 5.60878 15.9275 5.91489 15.5188L5.60878 15.9275L5.40426 15.7743V15.5188C5.40426 14.7627 5.63335 14.1898 6.00846 13.7589C6.3715 13.3418 6.83904 13.0955 7.24898 12.9233C7.4338 12.8456 7.61825 12.7786 7.78065 12.7196C7.79892 12.7129 7.8169 12.7064 7.83458 12.7C8.01683 12.6336 8.16209 12.579 8.28045 12.5226C8.39087 12.47 8.44455 12.431 8.46808 12.4086V12.4046L8.47031 12.3808C8.49179 12.1514 8.43432 11.9219 8.30813 11.7301C8.03043 11.4564 7.81075 11.1293 7.66249 10.7683C7.51007 10.3972 7.43652 9.9985 7.44642 9.59758C7.41192 8.89408 7.65329 8.20449 8.1197 7.67589C8.59122 7.14151 9.25461 6.81485 9.96566 6.76692L10 6.76461ZM6.44542 15.2057C6.54483 15.2419 6.67878 15.2844 6.85392 15.3279C7.41609 15.4678 8.39427 15.6175 10 15.6175C11.6058 15.6175 12.584 15.468 13.1462 15.3282C13.3213 15.2847 13.4552 15.2424 13.5546 15.2062C13.5068 14.8522 13.3781 14.6103 13.2212 14.43C13.0097 14.187 12.7113 14.0148 12.3553 13.8651C12.1951 13.7977 12.0345 13.7393 11.8692 13.6792C11.8515 13.6727 11.8337 13.6663 11.8159 13.6598C11.6391 13.5954 11.4492 13.5252 11.2804 13.4448C10.9767 13.3001 10.5234 13.0194 10.5109 12.4525C10.4742 11.9778 10.6 11.5045 10.868 11.1105L10.9009 11.062L10.9439 11.0223C11.138 10.8432 11.2911 10.6242 11.3927 10.3804C11.4942 10.1366 11.5418 9.87375 11.5323 9.60982L11.5314 9.58586L11.5328 9.56193C11.5583 9.11913 11.408 8.68417 11.1145 8.35159C10.8287 8.02763 10.4295 7.82633 10 7.78855C9.57049 7.82633 9.17134 8.02763 8.88549 8.35159C8.59204 8.68417 8.44173 9.11913 8.46724 9.56193L8.46856 9.58493L8.46781 9.60795C8.45919 9.87237 8.50669 10.1356 8.6072 10.3803C8.7077 10.6251 8.85893 10.8457 9.05091 11.0277L9.08611 11.0611L9.1144 11.1005C9.39624 11.4931 9.5289 11.9731 9.48906 12.4543C9.47564 13.02 9.02287 13.3002 8.71955 13.4447C8.55067 13.5251 8.36083 13.5952 8.18404 13.6596C8.1662 13.6661 8.14843 13.6726 8.1307 13.679C7.9654 13.7391 7.80484 13.7975 7.64463 13.8648C7.28862 14.0144 6.9902 14.1865 6.77878 14.4294C6.62188 14.6097 6.49314 14.8516 6.44542 15.2057Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.59574 3.36035L6.63008 3.36267C7.34114 3.41059 8.00453 3.73725 8.47604 4.27163C8.94756 4.80602 9.18908 5.50492 9.14809 6.21641L8.1285 6.15768C8.15401 5.71488 8.0037 5.27991 7.71025 4.94733C7.42441 4.62337 7.02525 4.42208 6.59574 4.3843C6.16624 4.42208 5.76708 4.62337 5.48124 4.94733C5.18779 5.27991 5.03748 5.71488 5.06298 6.15768L5.06431 6.18067L5.06356 6.2037C5.05493 6.46811 5.10244 6.73135 5.20294 6.97607C5.30345 7.2208 5.45468 7.44144 5.64666 7.62346L5.68186 7.65684L5.71014 7.69624C5.99198 8.08887 6.12465 8.56882 6.0848 9.05C6.07138 9.61575 5.61861 9.89599 5.3153 10.0404C5.14642 10.1209 4.95657 10.191 4.77978 10.2553C4.76195 10.2618 4.74417 10.2683 4.72645 10.2747C4.56115 10.3348 4.40058 10.3932 4.24038 10.4605C3.88437 10.6101 3.58595 10.7823 3.37452 11.0252C3.21817 11.2048 3.08979 11.4457 3.04167 11.7977C3.51808 11.9952 4.0281 12.1023 4.54562 12.1126L4.56882 12.1131L4.59188 12.1156C4.87961 12.1476 5.21025 12.1734 5.58825 12.1906L5.54163 13.2109C5.15439 13.1932 4.80892 13.1667 4.5018 13.1331C3.72784 13.1142 2.96792 12.9216 2.27832 12.5693L2 12.4271V12.1145C2 11.3584 2.22909 10.7856 2.6042 10.3546C2.96724 9.93758 3.43478 9.69127 3.84473 9.519C4.02954 9.44134 4.21399 9.37433 4.3764 9.31532C4.39466 9.30869 4.41265 9.30215 4.43032 9.29572C4.61258 9.22935 4.75784 9.17474 4.87619 9.11837C4.98662 9.06579 5.04029 9.0267 5.06383 9.00432V9.0003L5.06605 8.97655C5.08753 8.74712 5.03007 8.51765 4.90387 8.32581C4.62618 8.05216 4.4065 7.72506 4.25824 7.36407C4.10581 6.99294 4.03227 6.59425 4.04217 6.19333C4.00767 5.48982 4.24903 4.80024 4.71545 4.27163C5.18696 3.73725 5.85035 3.41059 6.56141 3.36267L6.59574 3.36035Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4043 3.36035L13.4386 3.36267C14.1496 3.41059 14.813 3.73725 15.2846 4.27163C15.751 4.80024 15.9923 5.48982 15.9578 6.19333C15.9677 6.59425 15.8942 6.99294 15.7418 7.36407C15.5935 7.72506 15.3738 8.05216 15.0961 8.32581C14.9699 8.51765 14.9125 8.74712 14.9339 8.97655L14.9362 9.0003V9.00432C14.9597 9.0267 15.0134 9.06579 15.1238 9.11837C15.2422 9.17474 15.3874 9.22935 15.5697 9.29572C15.5874 9.30215 15.6053 9.30869 15.6236 9.31532C15.786 9.37433 15.9705 9.44134 16.1553 9.519C16.5652 9.69127 17.0328 9.93758 17.3958 10.3546C17.7709 10.7856 18 11.3584 18 12.1145V12.4271L17.7217 12.5693C17.0321 12.9216 16.2722 13.1142 15.4982 13.1331C15.1911 13.1667 14.8456 13.1932 14.4584 13.2109L14.4118 12.1906C14.7898 12.1734 15.1204 12.1476 15.4081 12.1156L15.4312 12.1131L15.4544 12.1126C15.9719 12.1023 16.4819 11.9952 16.9583 11.7977C16.9102 11.4457 16.7818 11.2048 16.6255 11.0252C16.4141 10.7823 16.1156 10.6101 15.7596 10.4605C15.5994 10.3932 15.4389 10.3348 15.2736 10.2747C15.2558 10.2683 15.2381 10.2618 15.2202 10.2553C15.0434 10.191 14.8536 10.1209 14.6847 10.0404C14.3814 9.89599 13.9286 9.61575 13.9152 9.05C13.8754 8.56882 14.008 8.08887 14.2899 7.69624L14.3181 7.65684L14.3533 7.62346C14.5453 7.44144 14.6965 7.2208 14.7971 6.97607C14.8976 6.73135 14.9451 6.46811 14.9364 6.2037L14.9357 6.18067L14.937 6.15768C14.9625 5.71488 14.8122 5.27991 14.5188 4.94733C14.2329 4.62337 13.8338 4.42208 13.4043 4.3843C12.9747 4.42208 12.5756 4.62337 12.2897 4.94733C11.9963 5.27991 11.846 5.71488 11.8715 6.15768L10.8519 6.21641C10.8109 5.50492 11.0524 4.80602 11.524 4.27163C11.9955 3.73725 12.6589 3.41059 13.3699 3.36267L13.4043 3.36035Z\" fill=\"#10191D\"/>\\n<path d=\"M8.46808 12.4284C8.46808 12.4284 8.46808 12.4284 8.46808 12.4284M5.06383 9.02418C5.06383 9.02418 5.06383 9.02417 5.06383 9.02415M10.0343 6.76692L10 6.76461L9.96566 6.76692C9.25461 6.81485 8.59122 7.14151 8.1197 7.67589C7.65329 8.20449 7.41192 8.89408 7.44642 9.59758C7.43652 9.9985 7.51007 10.3972 7.66249 10.7683C7.81075 11.1293 8.03043 11.4564 8.30813 11.7301C8.43432 11.9219 8.49179 12.1514 8.47031 12.3808L8.46808 12.4046V12.4086C8.44455 12.431 8.39087 12.47 8.28045 12.5226C8.16209 12.579 8.01683 12.6336 7.83458 12.7C7.8169 12.7064 7.79892 12.7129 7.78065 12.7196C7.61825 12.7786 7.4338 12.8456 7.24898 12.9233C6.83904 13.0955 6.3715 13.3418 6.00846 13.7589C5.63335 14.1898 5.40426 14.7627 5.40426 15.5188V15.7743L5.60878 15.9275L5.91489 15.5188C5.60878 15.9275 5.60917 15.9278 5.60956 15.9281L5.61036 15.9287L5.61202 15.9299C5.61314 15.9307 5.61432 15.9316 5.61555 15.9325C5.61801 15.9343 5.62068 15.9362 5.62356 15.9382C5.62932 15.9423 5.63592 15.9468 5.64342 15.9517C5.65841 15.9616 5.67696 15.9733 5.69944 15.9863C5.74439 16.0125 5.80499 16.0444 5.8842 16.0799C6.0425 16.1509 6.27553 16.2364 6.60736 16.319C7.26986 16.4838 8.33424 16.6388 10 16.6388C11.6657 16.6388 12.7301 16.484 13.3925 16.3194C13.7243 16.2369 13.9573 16.1515 14.1156 16.0806C14.1948 16.0451 14.2554 16.0132 14.3003 15.9871C14.3228 15.9741 14.3414 15.9624 14.3564 15.9525C14.3639 15.9476 14.3705 15.9431 14.3762 15.939C14.3791 15.937 14.3818 15.9351 14.3842 15.9333C14.3855 15.9324 14.3866 15.9316 14.3878 15.9307L14.3894 15.9295L14.3902 15.9289C14.3906 15.9286 14.391 15.9283 14.0851 15.5195L14.391 15.9283L14.5957 15.7752V15.5195C14.5957 14.7634 14.3667 14.1905 13.9916 13.7595C13.6286 13.3424 13.161 13.096 12.7511 12.9236C12.5663 12.8459 12.3819 12.7789 12.2195 12.7198C12.2012 12.7132 12.1832 12.7067 12.1655 12.7002C11.9833 12.6338 11.838 12.5792 11.7196 12.5228C11.6091 12.4701 11.5555 12.431 11.5319 12.4086V12.4062L11.53 12.3842C11.5099 12.1536 11.5646 11.9232 11.6853 11.7268C11.9645 11.4567 12.1859 11.1322 12.3354 10.7731C12.4905 10.4007 12.5649 9.99973 12.5536 9.59666C12.5879 8.89348 12.3465 8.20426 11.8803 7.67589C11.4088 7.14151 10.7454 6.81485 10.0343 6.76692ZM6.85392 15.3279C6.67878 15.2844 6.54483 15.2419 6.44542 15.2057C6.49314 14.8516 6.62188 14.6097 6.77878 14.4294C6.9902 14.1865 7.28862 14.0144 7.64463 13.8648C7.80484 13.7975 7.9654 13.7391 8.1307 13.679C8.14843 13.6726 8.1662 13.6661 8.18404 13.6596C8.36083 13.5952 8.55067 13.5251 8.71955 13.4447C9.02287 13.3002 9.47564 13.02 9.48906 12.4543C9.5289 11.9731 9.39624 11.4931 9.1144 11.1005L9.08611 11.0611L9.05091 11.0277C8.85893 10.8457 8.7077 10.6251 8.6072 10.3803C8.50669 10.1356 8.45919 9.87237 8.46781 9.60795L8.46856 9.58493L8.46724 9.56193C8.44173 9.11913 8.59204 8.68417 8.88549 8.35159C9.17134 8.02763 9.57049 7.82633 10 7.78855C10.4295 7.82633 10.8287 8.02763 11.1145 8.35159C11.408 8.68417 11.5583 9.11913 11.5328 9.56193L11.5314 9.58586L11.5323 9.60982C11.5418 9.87375 11.4942 10.1366 11.3927 10.3804C11.2911 10.6242 11.138 10.8432 10.9439 11.0223L10.9009 11.062L10.868 11.1105C10.6 11.5045 10.4742 11.9778 10.5109 12.4525C10.5234 13.0194 10.9767 13.3001 11.2804 13.4448C11.4492 13.5252 11.6391 13.5954 11.8159 13.6598C11.8337 13.6663 11.8515 13.6727 11.8692 13.6792C12.0345 13.7393 12.1951 13.7977 12.3553 13.8651C12.7113 14.0148 13.0097 14.187 13.2212 14.43C13.3781 14.6103 13.5068 14.8522 13.5546 15.2062C13.4552 15.2424 13.3213 15.2847 13.1462 15.3282C12.584 15.468 11.6058 15.6175 10 15.6175C8.39427 15.6175 7.41609 15.4678 6.85392 15.3279ZM6.63008 3.36267L6.59574 3.36035L6.56141 3.36267C5.85035 3.41059 5.18696 3.73725 4.71545 4.27163C4.24903 4.80024 4.00767 5.48982 4.04217 6.19333C4.03227 6.59425 4.10581 6.99294 4.25824 7.36407C4.4065 7.72506 4.62618 8.05216 4.90387 8.32581C5.03007 8.51765 5.08753 8.74712 5.06605 8.97655L5.06383 9.0003V9.00432C5.04029 9.0267 4.98662 9.06579 4.87619 9.11837C4.75784 9.17474 4.61258 9.22935 4.43032 9.29572C4.41265 9.30215 4.39466 9.30869 4.3764 9.31532C4.21399 9.37433 4.02954 9.44134 3.84473 9.519C3.43478 9.69127 2.96724 9.93758 2.6042 10.3546C2.22909 10.7856 2 11.3584 2 12.1145V12.4271L2.27832 12.5693C2.96792 12.9216 3.72784 13.1142 4.5018 13.1331C4.80892 13.1667 5.15439 13.1932 5.54163 13.2109L5.58825 12.1906C5.21025 12.1734 4.87961 12.1476 4.59188 12.1156L4.56882 12.1131L4.54562 12.1126C4.0281 12.1023 3.51808 11.9952 3.04167 11.7977C3.08979 11.4457 3.21817 11.2048 3.37452 11.0252C3.58595 10.7823 3.88437 10.6101 4.24038 10.4605C4.40058 10.3932 4.56115 10.3348 4.72645 10.2747C4.74417 10.2683 4.76195 10.2618 4.77978 10.2553C4.95657 10.191 5.14642 10.1209 5.3153 10.0404C5.61861 9.89599 6.07138 9.61575 6.0848 9.05C6.12465 8.56882 5.99198 8.08887 5.71014 7.69624L5.68186 7.65684L5.64666 7.62346C5.45468 7.44144 5.30345 7.2208 5.20294 6.97607C5.10244 6.73135 5.05493 6.46811 5.06356 6.2037L5.06431 6.18067L5.06298 6.15768C5.03748 5.71488 5.18779 5.27991 5.48124 4.94733C5.76708 4.62337 6.16624 4.42208 6.59574 4.3843C7.02525 4.42208 7.4244 4.62337 7.71025 4.94733C8.0037 5.27991 8.15401 5.71488 8.1285 6.15768L9.14809 6.21641C9.18908 5.50492 8.94756 4.80602 8.47604 4.27163C8.00453 3.73725 7.34114 3.41059 6.63008 3.36267ZM13.4386 3.36267L13.4043 3.36035L13.3699 3.36267C12.6589 3.41059 11.9955 3.73725 11.524 4.27163C11.0524 4.80602 10.8109 5.50492 10.8519 6.21641L11.8715 6.15768C11.846 5.71488 11.9963 5.27991 12.2897 4.94733C12.5756 4.62337 12.9747 4.42208 13.4043 4.3843C13.8338 4.42208 14.2329 4.62337 14.5188 4.94733C14.8122 5.27991 14.9625 5.71488 14.937 6.15768L14.9357 6.18067L14.9364 6.2037C14.9451 6.46811 14.8976 6.73135 14.7971 6.97607C14.6965 7.2208 14.5453 7.44144 14.3533 7.62346L14.3181 7.65684L14.2899 7.69624C14.008 8.08887 13.8754 8.56882 13.9152 9.05C13.9286 9.61575 14.3814 9.89599 14.6847 10.0404C14.8536 10.1209 15.0434 10.191 15.2202 10.2553C15.2381 10.2618 15.2558 10.2683 15.2736 10.2747C15.4389 10.3348 15.5994 10.3932 15.7596 10.4605C16.1156 10.6101 16.4141 10.7823 16.6255 11.0252C16.7818 11.2048 16.9102 11.4457 16.9583 11.7977C16.4819 11.9952 15.9719 12.1023 15.4544 12.1126L15.4312 12.1131L15.4081 12.1156C15.1204 12.1476 14.7898 12.1734 14.4118 12.1906L14.4584 13.2109C14.8456 13.1932 15.1911 13.1667 15.4982 13.1331C16.2722 13.1142 17.0321 12.9216 17.7217 12.5693L18 12.4271V12.1145C18 11.3584 17.7709 10.7856 17.3958 10.3546C17.0328 9.93758 16.5652 9.69127 16.1553 9.519C15.9705 9.44134 15.786 9.37433 15.6236 9.31532C15.6053 9.30869 15.5874 9.30215 15.5697 9.29572C15.3874 9.22935 15.2422 9.17474 15.1238 9.11837C15.0134 9.06579 14.9597 9.0267 14.9362 9.00432V9.0003L14.9339 8.97655C14.9125 8.74712 14.9699 8.51765 15.0961 8.32581C15.3738 8.05216 15.5935 7.72506 15.7418 7.36407C15.8942 6.99294 15.9677 6.59425 15.9578 6.19333C15.9923 5.48982 15.751 4.80024 15.2846 4.27163C14.813 3.73725 14.1496 3.41059 13.4386 3.36267Z\" stroke=\"#10191D\" stroke-width=\"0.5\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cjv3yr\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"x5YHgJJAx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-789r10\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"pB_a7SWAu\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rhmopf\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"oBGujq0W7\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hzfbac\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:8865;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"Meet The Team\"})}),className:\"framer-159n1ky\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:8865;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ax642m\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"lPhjQ4FQx\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9vm6vt\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:8867;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Get to know our dedicated financial experts\"})}),className:\"framer-1iqsb65\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:8867;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lgX4HRFn8\"},motionChild:true,nodeId:\"SbLE4WSgM\",scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18aizd8 framer-nw9e7b\",\"data-framer-name\":\"Our Funds\",layoutDependency:layoutDependency,layoutId:\"SbLE4WSgM\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mt8vsm\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"QZSCfOODg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jbki8a\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"kG1VNREdQ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-edoiuk\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"eSPKsAt2e\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1avz3mq\",\"data-framer-name\":\"shield-card\",layoutDependency:layoutDependency,layoutId:\"re7kSUdsP\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vy0vkt\",\"data-framer-name\":\"shield-card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I2160:6472;18:1756\",svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.06077 1.00435L13.5081 3.01285C14.4335 3.43075 15.0282 4.35191 15.0282 5.36723V11.1711C15.0282 11.967 14.6613 12.7185 14.0338 13.208L9.58641 16.6772C8.65241 17.4058 7.34258 17.4058 6.40858 16.6772L1.96122 13.208C1.33367 12.7185 0.966797 11.967 0.966797 11.1711V5.36723C0.966797 4.35191 1.56153 3.43075 2.48686 3.01285L6.93422 1.00435C7.6102 0.69907 8.38479 0.69907 9.06077 1.00435Z\" stroke=\"#10191D\" stroke-width=\"1.5\"/>\\n<path d=\"M11.6434 7.82427L4.3418 7.82427M5.73258 11.4751H10.2526C11.0207 11.4751 11.6434 10.8213 11.6434 10.0147V7.09411C11.6434 6.2876 11.0207 5.63379 10.2526 5.63379H5.73258C4.96447 5.63379 4.3418 6.2876 4.3418 7.09411V10.0147C4.3418 10.8213 4.96447 11.4751 5.73258 11.4751Z\" stroke=\"#10191D\" stroke-width=\"1.5\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zyxo4b\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"Gavvy0NrK\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ty38z0\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"Q1mtgDiX8\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wuk4le\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"hScqILDbH\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m31xlk\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"n2uYPbOHV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"Our Funds\"})}),className:\"framer-w4io8g\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:8939;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j49u8s\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"u36dMUROi\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ho6xa1\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"CS8VhZZAG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Explore our flexible funding options\"})}),className:\"framer-9aiik\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:8927;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-17dl9ix\",\"data-framer-name\":\"Our Blog\",layoutDependency:layoutDependency,layoutId:\"kPXy9mfua\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15mc9i\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"qHpAF5xbW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g0ut5x\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"dMy8lam7h\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f11zqs\",\"data-framer-name\":\"IconBase\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"hftBclpY3\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4017 2C13.5831 2 13.757 2.07204 13.8852 2.20027L15.7997 4.11476C16.0668 4.38178 16.0668 4.81471 15.7997 5.08173L8.55187 12.3295C8.42364 12.4577 8.24972 12.5297 8.06838 12.5297H6.15385C5.77622 12.5297 5.47009 12.2236 5.47009 11.846V9.93149C5.47009 9.75015 5.54212 9.57624 5.67035 9.44801L12.9182 2.20027C13.0464 2.07204 13.2204 2 13.4017 2ZM6.83761 10.2147V11.1622H7.78515L14.3493 4.59825L13.4017 3.65072L6.83761 10.2147Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.05128 5.69251C1.67678 5.69251 1.36752 6.00176 1.36752 6.37626V15.9488C1.36752 16.3233 1.67678 16.6325 2.05128 16.6325H11.6239C11.9984 16.6325 12.3077 16.3233 12.3077 15.9488V7.06001C12.3077 6.68239 12.6138 6.37626 12.9915 6.37626C13.3691 6.37626 13.6752 6.68239 13.6752 7.06001V15.9488C13.6752 17.0785 12.7537 18 11.6239 18H2.05128C0.921515 18 0 17.0785 0 15.9488V6.37626C0 5.24651 0.921515 4.32501 2.05128 4.32501H11.0769C11.4546 4.32501 11.7607 4.63114 11.7607 5.00876C11.7607 5.38639 11.4546 5.69251 11.0769 5.69251H2.05128Z\" fill=\"#10191D\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9amyxq\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"K3cpmizlr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mlhixv\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"UKBkhe8wK\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10loy69\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"x90kGHTFC\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mmkzed\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"gWIfmbw_U\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"Our Blog\"})}),className:\"framer-1e5sb0b\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9011;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4c21bs\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"vUPtMFexe\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3jzbsw\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"W8lW3OxR4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Industry insights and updates from us\"})}),className:\"framer-i8wqou\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9020;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ztv3ecyCS\"},motionChild:true,nodeId:\"dYedlJ7Mq\",scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19ccrbo framer-nw9e7b\",\"data-framer-name\":\"Client Stories\",layoutDependency:layoutDependency,layoutId:\"dYedlJ7Mq\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1slfk32\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"suTUoXgsv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-s33bow\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"WzQnPyffB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1owc95k\",\"data-framer-name\":\"Client Stories\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"bu_NeJpQN\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"path-2-inside-1_2159_7459\" fill=\"white\">\\n<path d=\"M9.33111 3.76107C9.53603 3.17161 9.63844 2.8769 9.78999 2.79521C9.92108 2.72451 10.0789 2.72451 10.2101 2.79521C10.3615 2.8769 10.464 3.17161 10.6689 3.76107L12.0235 7.65795C12.0818 7.82572 12.1109 7.9096 12.1635 7.97206C12.2099 8.02725 12.2691 8.07026 12.3359 8.09734C12.4115 8.12802 12.5003 8.12982 12.6779 8.13344L16.8026 8.2175C17.4266 8.23021 17.7385 8.23657 17.863 8.35541C17.9708 8.45826 18.0195 8.60841 17.9928 8.75495C17.962 8.92429 17.7134 9.11275 17.2161 9.48983L13.9284 11.9822C13.7869 12.0896 13.7162 12.1432 13.673 12.2124C13.6348 12.2737 13.6123 12.3433 13.6071 12.4152C13.6014 12.4966 13.627 12.5816 13.6785 12.7516L14.8732 16.7005C15.0539 17.2978 15.1442 17.5964 15.0697 17.7515C15.0052 17.8858 14.8774 17.9786 14.7298 17.9985C14.5592 18.0214 14.3031 17.8432 13.7909 17.4868L10.4045 15.1303C10.2587 15.0289 10.1858 14.9782 10.1066 14.9584C10.0366 14.9411 9.96339 14.9411 9.89346 14.9584C9.81424 14.9782 9.7413 15.0289 9.59551 15.1303L6.20915 17.4868C5.69691 17.8432 5.4408 18.0214 5.27022 17.9985C5.1226 17.9786 4.99487 17.8858 4.93035 17.7515C4.8558 17.5964 4.94616 17.2978 5.12687 16.7005L6.32154 12.7516C6.37297 12.5816 6.39869 12.4966 6.3929 12.4152C6.38778 12.3433 6.36518 12.2737 6.32703 12.2124C6.28386 12.1432 6.21309 12.0896 6.07156 11.9822L2.78399 9.48983C2.2867 9.11275 2.03805 8.92429 2.00719 8.75495C1.98046 8.60841 2.02925 8.45826 2.13701 8.35541C2.2615 8.23657 2.57346 8.23022 3.19737 8.2175L7.32212 8.13344C7.49969 8.12982 7.58848 8.12802 7.66412 8.09734C7.73095 8.07026 7.79015 8.02725 7.83656 7.97206C7.8891 7.9096 7.91826 7.82572 7.97657 7.65795L9.33111 3.76107Z\"/>\\n</mask>\\n<path d=\"M9.33111 3.76107L7.91428 3.26852L7.91426 3.26858L9.33111 3.76107ZM9.78999 2.79521L10.5017 4.11561L10.502 4.11546L9.78999 2.79521ZM10.2101 2.79521L10.9221 1.47499L10.9217 1.47477L10.2101 2.79521ZM10.6689 3.76107L12.0857 3.26857L12.0857 3.26852L10.6689 3.76107ZM12.0235 7.65795L10.6066 8.15046L10.6067 8.15058L12.0235 7.65795ZM12.1635 7.97206L13.3117 7.00691L13.3111 7.00612L12.1635 7.97206ZM12.3359 8.09734L12.8999 6.7074L12.8994 6.70718L12.3359 8.09734ZM12.6779 8.13344L12.6473 9.63313L12.6473 9.63313L12.6779 8.13344ZM16.8026 8.2175L16.772 9.71719H16.772L16.8026 8.2175ZM17.863 8.35541L18.8989 7.27047L18.8985 7.27016L17.863 8.35541ZM17.9928 8.75495L16.5172 8.48576L16.517 8.4865L17.9928 8.75495ZM17.2161 9.48983L18.1223 10.6852L18.1224 10.6851L17.2161 9.48983ZM13.9284 11.9822L13.0222 10.7869L13.0219 10.7872L13.9284 11.9822ZM13.673 12.2124L12.4004 11.4183L12.3997 11.4194L13.673 12.2124ZM13.6071 12.4152L12.1109 12.3083L12.1109 12.3094L13.6071 12.4152ZM13.6785 12.7516L12.2427 13.1859L12.2427 13.186L13.6785 12.7516ZM14.8732 16.7005L16.309 16.2662L16.3089 16.2661L14.8732 16.7005ZM15.0697 17.7515L13.7177 17.1018L13.7177 17.1018L15.0697 17.7515ZM14.7298 17.9985L14.9296 19.4851L14.9303 19.485L14.7298 17.9985ZM13.7909 17.4868L14.6477 16.2555L14.6476 16.2555L13.7909 17.4868ZM10.4045 15.1303L11.2612 13.8991L11.2612 13.8991L10.4045 15.1303ZM10.1066 14.9584L10.4693 13.5029L10.4674 13.5025L10.1066 14.9584ZM9.89346 14.9584L9.53226 13.5026L9.53081 13.5029L9.89346 14.9584ZM9.59551 15.1303L8.73878 13.8991L8.73875 13.8991L9.59551 15.1303ZM6.20915 17.4868L5.35238 16.2555L5.35235 16.2555L6.20915 17.4868ZM5.27022 17.9985L5.06967 19.485L5.07041 19.4851L5.27022 17.9985ZM4.93035 17.7515L6.28238 17.1019L6.28226 17.1016L4.93035 17.7515ZM5.12687 16.7005L3.69114 16.2661L3.69113 16.2661L5.12687 16.7005ZM6.32154 12.7516L7.75728 13.186L7.75731 13.1859L6.32154 12.7516ZM6.3929 12.4152L7.88912 12.3088L7.88911 12.3087L6.3929 12.4152ZM6.32703 12.2124L7.60035 11.4196L7.5998 11.4187L6.32703 12.2124ZM6.07156 11.9822L6.97816 10.7872L6.97777 10.7869L6.07156 11.9822ZM2.78399 9.48983L1.87767 10.6851L1.87779 10.6852L2.78399 9.48983ZM2.00719 8.75495L3.48287 8.48598L3.48285 8.48584L2.00719 8.75495ZM2.13701 8.35541L3.17269 9.44047L3.17273 9.44043L2.13701 8.35541ZM3.19737 8.2175L3.16681 6.71781L3.1668 6.71781L3.19737 8.2175ZM7.32212 8.13344L7.35268 9.63313L7.3527 9.63313L7.32212 8.13344ZM7.66412 8.09734L7.10063 6.70721L7.10051 6.70726L7.66412 8.09734ZM7.83656 7.97206L6.68865 7.0065L6.68858 7.00658L7.83656 7.97206ZM7.97657 7.65795L9.39342 8.15044L9.39342 8.15044L7.97657 7.65795ZM10.7479 4.25361C10.8003 4.10297 10.8411 3.98587 10.8771 3.88705C10.9137 3.78679 10.9367 3.72978 10.9509 3.69787C10.9573 3.68346 10.9581 3.68283 10.9533 3.69169C10.9488 3.70012 10.9343 3.7263 10.9086 3.76273C10.8613 3.82969 10.7351 3.98978 10.5017 4.11561L9.07827 1.47481C8.51196 1.78006 8.27914 2.3229 8.21026 2.47758C8.10802 2.70721 8.00725 3.00111 7.91428 3.26852L10.7479 4.25361ZM10.502 4.11546C10.1885 4.28451 9.81134 4.28428 9.49846 4.11566L10.9217 1.47477C10.3465 1.16474 9.65364 1.16451 9.07798 1.47497L10.502 4.11546ZM9.49805 4.11544C9.26461 3.98954 9.13846 3.82941 9.09126 3.76252C9.06557 3.72611 9.05111 3.69995 9.04659 3.69155C9.04184 3.68271 9.04268 3.68337 9.0491 3.69779C9.06332 3.72973 9.0863 3.78676 9.12288 3.88703C9.15893 3.98586 9.19968 4.10298 9.25205 4.25361L12.0857 3.26852C11.9927 3.00109 11.892 2.70724 11.7898 2.47766C11.721 2.32312 11.4882 1.78031 10.9221 1.47499L9.49805 4.11544ZM9.25203 4.25357L10.6066 8.15046L13.4403 7.16545L12.0857 3.26857L9.25203 4.25357ZM10.6067 8.15058C10.6243 8.20127 10.7419 8.61251 11.0159 8.93801L13.3111 7.00612C13.4167 7.1316 13.4657 7.24314 13.4761 7.26775C13.4807 7.27858 13.4804 7.27896 13.4728 7.25789C13.4651 7.2366 13.4558 7.21004 13.4403 7.16533L10.6067 8.15058ZM11.0152 8.93722C11.2192 9.17988 11.4793 9.36867 11.7725 9.4875L12.8994 6.70718C13.0589 6.77184 13.2005 6.87461 13.3117 7.00691L11.0152 8.93722ZM11.772 9.48729C12.1661 9.6472 12.5933 9.63203 12.6473 9.63313L12.7084 6.63375C12.6612 6.63279 12.6331 6.63219 12.6105 6.63143C12.5881 6.63068 12.5884 6.63028 12.6001 6.63131C12.6267 6.63365 12.7479 6.64574 12.8999 6.7074L11.772 9.48729ZM12.6473 9.63313L16.772 9.71719L16.8332 6.71781L12.7084 6.63375L12.6473 9.63313ZM16.772 9.71719C16.9315 9.72043 17.0554 9.723 17.1606 9.72674C17.2672 9.73055 17.3285 9.73478 17.3633 9.73844C17.379 9.74009 17.3798 9.74067 17.37 9.73888C17.3606 9.73718 17.3312 9.73151 17.2887 9.71833C17.2104 9.6941 17.0193 9.62362 16.8275 9.44065L18.8985 7.27016C18.4333 6.82626 17.8454 6.77259 17.6769 6.75488C17.4269 6.7286 17.1163 6.72358 16.8332 6.71781L16.772 9.71719ZM16.8272 9.44034C16.5698 9.19458 16.4533 8.83583 16.5172 8.48576L19.4685 9.02414C19.5858 8.38098 19.3717 7.72194 18.8989 7.27047L16.8272 9.44034ZM16.517 8.4865C16.5645 8.22541 16.6778 8.05579 16.7269 7.99009C16.7537 7.95435 16.7741 7.93248 16.7807 7.92556C16.7877 7.91828 16.7874 7.91925 16.7756 7.92981C16.7497 7.95318 16.7026 7.99265 16.6185 8.05843C16.5356 8.12327 16.4368 8.19822 16.3097 8.29459L18.1224 10.6851C18.348 10.514 18.5963 10.3273 18.7831 10.1592C18.9088 10.0459 19.3534 9.65662 19.4686 9.0234L16.517 8.4865ZM16.3099 8.2945L13.0222 10.7869L14.8346 13.1775L18.1223 10.6852L16.3099 8.2945ZM13.0219 10.7872C12.9785 10.8201 12.625 11.0584 12.4004 11.4183L14.9455 13.0066C14.8591 13.1451 14.7686 13.2257 14.7486 13.2431C14.7398 13.2508 14.7394 13.2506 14.7571 13.2368C14.7749 13.2229 14.7973 13.2058 14.835 13.1773L13.0219 10.7872ZM12.3997 11.4194C12.2324 11.6881 12.1334 11.9933 12.1109 12.3083L15.1033 12.522C15.0911 12.6933 15.0373 12.8593 14.9462 13.0055L12.3997 11.4194ZM12.1109 12.3094C12.0809 12.7328 12.2268 13.1332 12.2427 13.1859L15.1142 12.3174C15.1006 12.2722 15.0925 12.2452 15.0862 12.2236C15.08 12.2021 15.0805 12.2022 15.0831 12.2137C15.0891 12.2397 15.1149 12.3581 15.1034 12.5209L12.1109 12.3094ZM12.2427 13.186L13.4375 17.1348L16.3089 16.2661L15.1142 12.3172L12.2427 13.186ZM13.4374 17.1347C13.4836 17.2874 13.5195 17.4061 13.5484 17.5072C13.5777 17.6098 13.5926 17.6695 13.5999 17.7037C13.6032 17.7191 13.6029 17.7202 13.6016 17.7102C13.6003 17.7008 13.5966 17.6711 13.596 17.6265C13.5949 17.5447 13.6028 17.3409 13.7177 17.1018L16.4217 18.4013C16.7003 17.8214 16.5695 17.2454 16.5344 17.08C16.4821 16.8342 16.3909 16.5372 16.309 16.2662L13.4374 17.1347ZM13.7177 17.1018C13.8719 16.7808 14.1771 16.5594 14.5293 16.5119L14.9303 19.485C15.5777 19.3977 16.1384 18.9908 16.4217 18.4012L13.7177 17.1018ZM14.53 16.5118C14.7927 16.4765 14.9888 16.5319 15.0663 16.5583C15.1085 16.5726 15.1355 16.5853 15.1441 16.5894C15.1532 16.5938 15.1521 16.5937 15.1384 16.5858C15.1082 16.5684 15.0561 16.5358 14.9676 16.4761C14.8803 16.4174 14.7785 16.3466 14.6477 16.2555L12.9341 18.718C13.1666 18.8797 13.4208 19.0583 13.6385 19.1839C13.7851 19.2686 14.2923 19.5708 14.9296 19.4851L14.53 16.5118ZM14.6476 16.2555L11.2612 13.8991L9.54771 16.3616L12.9341 18.718L14.6476 16.2555ZM11.2612 13.8991C11.2166 13.868 10.8808 13.6055 10.4693 13.5029L9.74396 16.4139C9.58562 16.3745 9.48105 16.3133 9.45834 16.2997C9.44835 16.2937 9.44845 16.2933 9.46703 16.3058C9.48579 16.3185 9.50892 16.3346 9.54774 16.3616L11.2612 13.8991ZM10.4674 13.5025C10.1606 13.4264 9.83954 13.4263 9.53226 13.5026L10.2547 16.4143C10.0872 16.4558 9.91261 16.4557 9.74584 16.4144L10.4674 13.5025ZM9.53081 13.5029C9.11942 13.6054 8.78399 13.8676 8.73878 13.8991L10.4522 16.3616C10.491 16.3346 10.5141 16.3186 10.5328 16.3059C10.5513 16.2934 10.5514 16.2939 10.5414 16.2999C10.5187 16.3135 10.4143 16.3745 10.2561 16.4139L9.53081 13.5029ZM8.73875 13.8991L5.35238 16.2555L7.06591 18.718L10.4523 16.3616L8.73875 13.8991ZM5.35235 16.2555C5.22148 16.3466 5.11968 16.4174 5.03246 16.4761C4.94396 16.5357 4.89186 16.5684 4.8616 16.5858C4.84794 16.5937 4.84689 16.5938 4.85593 16.5894C4.86453 16.5852 4.89159 16.5726 4.93377 16.5582C5.01126 16.5319 5.20733 16.4765 5.47004 16.5118L5.07041 19.4851C5.70768 19.5708 6.21485 19.2686 6.36152 19.184C6.57923 19.0583 6.83347 18.8798 7.06594 18.718L5.35235 16.2555ZM5.47078 16.5119C5.82294 16.5595 6.12814 16.7809 6.28238 17.1019L3.57832 18.4011C3.8616 18.9907 4.42227 19.3977 5.06967 19.485L5.47078 16.5119ZM6.28226 17.1016C6.39721 17.3408 6.40518 17.5445 6.40405 17.6264C6.40344 17.671 6.39976 17.7007 6.39848 17.7102C6.39712 17.7201 6.39683 17.7191 6.40011 17.7037C6.40738 17.6695 6.4223 17.6099 6.45164 17.5073C6.48056 17.4061 6.51643 17.2874 6.5626 17.1348L3.69113 16.2661C3.60914 16.5371 3.51792 16.8341 3.46566 17.08C3.43049 17.2454 3.2997 17.8215 3.57844 18.4014L6.28226 17.1016ZM6.5626 17.1348L7.75728 13.186L4.88581 12.3172L3.69114 16.2661L6.5626 17.1348ZM7.75731 13.1859C7.77301 13.134 7.91926 12.7327 7.88912 12.3088L4.89667 12.5215C4.88507 12.3583 4.91096 12.2395 4.91695 12.2135C4.91959 12.202 4.92005 12.2019 4.91385 12.2234C4.90759 12.2452 4.89946 12.2721 4.88578 12.3174L7.75731 13.1859ZM7.88911 12.3087C7.86664 11.9929 7.76735 11.6878 7.60035 11.4196L5.05371 13.0053C4.963 12.8596 4.90893 12.6937 4.89668 12.5217L7.88911 12.3087ZM7.5998 11.4187C7.37513 11.0584 7.02108 10.8198 6.97816 10.7872L5.16496 13.1772C5.20267 13.2058 5.2251 13.2229 5.243 13.2368C5.2607 13.2506 5.26033 13.2509 5.25154 13.2432C5.23162 13.2259 5.14088 13.1451 5.05427 13.0062L7.5998 11.4187ZM6.97777 10.7869L3.69019 8.29451L1.87779 10.6852L5.16536 13.1775L6.97777 10.7869ZM3.69031 8.29459C3.56321 8.19822 3.46442 8.12327 3.38156 8.05843C3.29749 7.99264 3.25036 7.95317 3.22438 7.92978C3.21266 7.91922 3.2123 7.91823 3.21925 7.92549C3.22585 7.9324 3.24628 7.95424 3.27297 7.98995C3.32204 8.05558 3.43532 8.22507 3.48287 8.48598L0.5315 9.02392C0.646855 9.65681 1.0912 10.0459 1.21697 10.1592C1.40373 10.3274 1.65209 10.514 1.87767 10.6851L3.69031 8.29459ZM3.48285 8.48584C3.54671 8.83601 3.43011 9.19476 3.17269 9.44047L1.10133 7.27034C0.628396 7.72175 0.41422 8.38081 0.531524 9.02405L3.48285 8.48584ZM3.17273 9.44043C2.98089 9.62356 2.78962 9.69408 2.71139 9.71832C2.66881 9.73151 2.63946 9.73718 2.63006 9.73889C2.62017 9.74068 2.62104 9.74009 2.63673 9.73844C2.67148 9.73479 2.7328 9.73055 2.83944 9.72675C2.94456 9.723 3.06852 9.72044 3.22795 9.71719L3.1668 6.71781C2.8837 6.72358 2.57307 6.7286 2.32308 6.75488C2.15476 6.77257 1.56658 6.82623 1.10128 7.27038L3.17273 9.44043ZM3.22794 9.71719L7.35268 9.63313L7.29156 6.63375L3.16681 6.71781L3.22794 9.71719ZM7.3527 9.63313C7.4069 9.63202 7.83378 9.64716 8.22774 9.48743L7.10051 6.70726C7.25227 6.64573 7.37327 6.63365 7.39987 6.63131C7.41159 6.63028 7.41184 6.63068 7.38949 6.63143C7.36691 6.63219 7.33879 6.63279 7.29154 6.63375L7.3527 9.63313ZM8.22762 9.48748C8.52094 9.36858 8.78079 9.1798 8.98453 8.93755L6.68858 7.00658C6.7995 6.8747 6.94095 6.77193 7.10063 6.70721L8.22762 9.48748ZM8.98446 8.93763C9.25809 8.61233 9.37558 8.20176 9.39342 8.15044L6.55973 7.16546C6.54421 7.21009 6.53495 7.23665 6.52726 7.25788C6.51964 7.2789 6.51934 7.27853 6.52394 7.2677C6.53439 7.24311 6.58326 7.13179 6.68865 7.0065L8.98446 8.93763ZM9.39342 8.15044L10.748 4.25356L7.91426 3.26858L6.55973 7.16546L9.39342 8.15044Z\" fill=\"#10191D\" mask=\"url(#path-2-inside-1_2159_7459)\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wsyow2\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"zJiRcHWBZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-54eez0\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"xD1yAPnh0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3dl2ff\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"ko_cAQJnY\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cf2axn\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"CUwuCn3dy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"Client Stories\"})}),className:\"framer-143vitt\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9044;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wtzfht\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"DrLvRgqpU\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1najfgy\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"x_XG9X93u\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Real client success stories shared\"})}),className:\"framer-341c7q\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9053;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12jlmts\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"RNfaDR0fd\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u2gaea\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"VtonYAoqq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"Legal\"})}),className:\"framer-2yi33h\",\"data-framer-name\":\"Legal\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"FN8dMdoNC\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xlixa3qsX\"},implicitPathVariables:undefined},{href:{webPageId:\"xlixa3qsX\"},implicitPathVariables:undefined}],children:resolvedLinks27=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a15yat-container\",layoutDependency:layoutDependency,layoutId:\"ckFTcQBpC-container\",nodeId:\"ckFTcQBpC\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Understand our service terms clearly\",height:\"100%\",id:\"ckFTcQBpC\",kqzayh1p9:\"Terms & Conditions\",layoutId:\"ckFTcQBpC\",Lhiwc41v7:resolvedLinks27[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{Lhiwc41v7:resolvedLinks27[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bry4yRBtI\"},implicitPathVariables:undefined},{href:{webPageId:\"bry4yRBtI\"},implicitPathVariables:undefined}],children:resolvedLinks28=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-czxj04-container\",layoutDependency:layoutDependency,layoutId:\"uhf8oubNb-container\",nodeId:\"uhf8oubNb\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"How we handle your information\",height:\"100%\",id:\"uhf8oubNb\",kqzayh1p9:\"Privacy Policy\",layoutId:\"uhf8oubNb\",Lhiwc41v7:resolvedLinks28[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{Lhiwc41v7:resolvedLinks28[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oXer4DE6k\"},implicitPathVariables:undefined},{href:{webPageId:\"oXer4DE6k\"},implicitPathVariables:undefined}],children:resolvedLinks29=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8gy4b5-container\",layoutDependency:layoutDependency,layoutId:\"UmIq_nUbr-container\",nodeId:\"UmIq_nUbr\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Important legal notices and disclaimers\",height:\"100%\",id:\"UmIq_nUbr\",kqzayh1p9:\"Disclaimer\",layoutId:\"UmIq_nUbr\",Lhiwc41v7:resolvedLinks29[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({eMg27xGnE:{Lhiwc41v7:resolvedLinks29[1]}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xlixa3qsX\"},motionChild:true,nodeId:\"D3dSC8JXD\",scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15efmo3 framer-nw9e7b\",\"data-framer-name\":\"Terms \",layoutDependency:layoutDependency,layoutId:\"D3dSC8JXD\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dxznrz\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"SXB8SHfxU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12b4yfb\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"DGA56Klht\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ztmyv4\",\"data-framer-name\":\"Terms & Conditions\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"lg1TmNwrv\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.07359 4.32038H2.28571V5.42861H9.07359V4.32038Z\" fill=\"#10191D\"/>\\n<path d=\"M11.5722 4.55789L10.9779 3.92627L10.1708 4.68568L11.6239 6.23006L13.6927 3.73932L12.8402 3.03131L11.5722 4.55789Z\" fill=\"#10191D\"/>\\n<path d=\"M9.07359 7.78358H2.28571V8.89181H9.07359V7.78358Z\" fill=\"#10191D\"/>\\n<path d=\"M11.5722 8.02109L10.9779 7.38947L10.1708 8.14888L11.6239 9.69326L13.6927 7.20253L12.8402 6.49451L11.5722 8.02109Z\" fill=\"#10191D\"/>\\n<path d=\"M9.07359 11.2468H2.28571V12.355H9.07359V11.2468Z\" fill=\"#10191D\"/>\\n<path d=\"M11.5722 11.4843L10.9779 10.8527L10.1708 11.6121L11.6239 13.1565L13.6927 10.6657L12.8402 9.95771L11.5722 11.4843Z\" fill=\"#10191D\"/>\\n<path d=\"M9.07359 14.71H2.28571V15.8182H9.07359V14.71Z\" fill=\"#10191D\"/>\\n<path d=\"M11.5722 14.9475L10.9779 14.3159L10.1708 15.0753L11.6239 16.6197L13.6927 14.1289L12.8402 13.4209L11.5722 14.9475Z\" fill=\"#10191D\"/>\\n<path d=\"M16 1.27276C16 0.3929 15.2868 -0.320312 14.4069 -0.320312H1.59307C0.713212 -0.320312 0 0.3929 0 1.27276V18.7273C0 19.6072 0.713212 20.3204 1.59307 20.3204H14.4069C15.2868 20.3204 16 19.6072 16 18.7273V1.27276ZM14.8918 18.7273C14.8918 18.9951 14.6747 19.2122 14.4069 19.2122H1.59307C1.3253 19.2122 1.10823 18.9951 1.10823 18.7273V1.27276C1.10823 1.00499 1.3253 0.787913 1.59307 0.787913H14.4069C14.6747 0.787913 14.8918 1.00499 14.8918 1.27276V18.7273Z\" fill=\"#10191D\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eje79p\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"x_e8djuXR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vctu6m\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"xJx371nR5\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4a87xw\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"HHuEmOSr2\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ms3\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2159:7528;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"Terms & Conditions\"})}),className:\"framer-59ou3d\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2159:7528;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tsixl6\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"k5mPFjD3U\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hxx4it\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2159:7530;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Understand our service terms clearly\"})}),className:\"framer-17cbszy\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2159:7530;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bry4yRBtI\"},motionChild:true,nodeId:\"g8wtC6XyO\",scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-kkz0la framer-nw9e7b\",\"data-framer-name\":\"Privacy\",layoutDependency:layoutDependency,layoutId:\"g8wtC6XyO\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ygb6x\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"xIH30lJcr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ouepy7\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"ZE_XHxAYs\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g01f7o\",\"data-framer-name\":\"Privacy Policy\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"thelz_bJs\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.94887 20.1975H13.0511C15.0202 20.1975 16 19.1987 16 17.2201V8.58277C16 7.35567 15.8668 6.82293 15.1058 6.04294L9.85493 0.706397C9.132 -0.0355683 8.5422 -0.197266 7.4673 -0.197266H2.94887C0.9893 -0.197266 0 0.81107 0 2.78967V17.2201C0 19.2082 0.9893 20.1975 2.94887 20.1975ZM3.02497 18.666C2.04516 18.666 1.5315 18.1428 1.5315 17.1916V2.8182C1.5315 1.87647 2.04516 1.33423 3.03446 1.33423H7.258V6.861C7.258 8.05957 7.8668 8.64933 9.04637 8.64933H14.4685V17.1916C14.4685 18.1428 13.9643 18.666 12.975 18.666H3.02497ZM9.2176 7.21297C8.8466 7.21297 8.6944 7.06077 8.6944 6.68027V1.62914L14.1736 7.21297H9.2176ZM11.5006 11.2653H4.2806C3.93817 11.2653 3.69083 11.5221 3.69083 11.8456C3.69083 12.1785 3.93817 12.4353 4.2806 12.4353H11.5006C11.8335 12.4353 12.0904 12.1785 12.0904 11.8456C12.0904 11.5221 11.8335 11.2653 11.5006 11.2653ZM11.5006 14.5852H4.2806C3.93817 14.5852 3.69083 14.8515 3.69083 15.1844C3.69083 15.5079 3.93817 15.7552 4.2806 15.7552H11.5006C11.8335 15.7552 12.0904 15.5079 12.0904 15.1844C12.0904 14.8515 11.8335 14.5852 11.5006 14.5852Z\" fill=\"#10191D\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g6ppuz\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"Ya5qK9xgB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i107dl\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"IwuAfMovs\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sbvbac\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"u3UwexZll\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pssv4y\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2159:7974;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"Privacy Policy\"})}),className:\"framer-2mspd8\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2159:7974;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vurcv0\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"sMCbgD_Tv\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10f1wd7\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2159:7976;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"How we handle your information\"})}),className:\"framer-1cor8vk\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2159:7976;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oXer4DE6k\"},motionChild:true,nodeId:\"vj7HxNkBP\",scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ww78at framer-nw9e7b\",\"data-framer-name\":\"Disclaimer\",layoutDependency:layoutDependency,layoutId:\"vj7HxNkBP\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-apmk1k\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"DpY5Kq5GR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bj8mtb\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"lMgdouHUn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tiinei\",\"data-framer-name\":\"Disclaimer\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"GHl5iHLyI\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.94887 20.1975H13.0511C15.0202 20.1975 16 19.1987 16 17.2201V8.58277C16 7.35567 15.8668 6.82293 15.1058 6.04294L9.85493 0.706397C9.132 -0.0355682 8.5422 -0.197266 7.4673 -0.197266H2.94887C0.9893 -0.197266 0 0.81107 0 2.78967V17.2201C0 19.2082 0.9893 20.1975 2.94887 20.1975ZM3.02497 18.666C2.04516 18.666 1.5315 18.1428 1.5315 17.1916V2.8182C1.5315 1.87647 2.04516 1.33423 3.03446 1.33423H7.258V6.861C7.258 8.05957 7.8668 8.64933 9.04637 8.64933H14.4685V17.1916C14.4685 18.1428 13.9643 18.666 12.975 18.666H3.02497ZM9.2176 7.21297C8.8466 7.21297 8.6944 7.06077 8.6944 6.68027V1.62914L14.1736 7.21297H9.2176Z\" fill=\"#10191D\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9w2nmf\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"QnbkEqTi7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4k46hi\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"oWnCBCT2X\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xwabxe\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"aazpHqW7E\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d1wkqi\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2159:8421;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 25, 29))\"},children:\"Disclaimer\"})}),className:\"framer-1uylux4\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2159:8421;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(16, 25, 29)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qkfmcb\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"re_UZeLjY\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-469jey\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2159:8423;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Important legal notices and disclaimers\"})}),className:\"framer-1fnspxa\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2159:8423;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-141unup\",\"data-framer-name\":\"Featured News\",layoutDependency:layoutDependency,layoutId:\"FMDD9NzEm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s6zoh2\",layoutDependency:layoutDependency,layoutId:\"Q2FJeawcD\",style:{backgroundColor:\"rgba(194, 194, 194, 0.25)\"},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Q2FJeawcD\",data:PodcastNew,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Q2FJeawcD\",name:\"RVin3fMPS\",type:\"Identifier\"},{collection:\"Q2FJeawcD\",name:\"vxzGBCUUB\",type:\"Identifier\"},{collection:\"Q2FJeawcD\",name:\"MHPMK5ilE\",type:\"Identifier\"},{collection:\"Q2FJeawcD\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({id:idQ2FJeawcD,MHPMK5ilE:MHPMK5ilEQ2FJeawcD,RVin3fMPS:RVin3fMPSQ2FJeawcD,vxzGBCUUB:vxzGBCUUBQ2FJeawcD},index2)=>{RVin3fMPSQ2FJeawcD??=\"\";MHPMK5ilEQ2FJeawcD??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Q2FJeawcD-${idQ2FJeawcD}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{MHPMK5ilE:MHPMK5ilEQ2FJeawcD},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mrkfjg\",layoutDependency:layoutDependency,layoutId:\"XLqa5FN9g\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{MHPMK5ilE:MHPMK5ilEQ2FJeawcD},webPageId:\"Bl2Jfsxi6\"},implicitPathVariables:undefined},{href:{pathVariables:{MHPMK5ilE:MHPMK5ilEQ2FJeawcD},webPageId:\"Bl2Jfsxi6\"},implicitPathVariables:undefined}],children:resolvedLinks30=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:548,...addPropertyOverrides({eMg27xGnE:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1200px), 400px), 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16nprdc-container\",layoutDependency:layoutDependency,layoutId:\"DBDX2MG_F-container\",nodeId:\"DBDX2MG_F\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavFeaturedPosts,{Crx_kStM2:toResponsiveImage(vxzGBCUUBQ2FJeawcD),eJDjHBfXh:resolvedLinks30[0],height:\"100%\",id:\"DBDX2MG_F\",iPIIKNBsy:\"Listen Now\",kKqBF9kww:RVin3fMPSQ2FJeawcD,layoutId:\"DBDX2MG_F\",MjGpmGc4B:RVin3fMPSQ2FJeawcD,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({eMg27xGnE:{eJDjHBfXh:resolvedLinks30[1]}},baseVariant,gestureVariant)})})})})})})},idQ2FJeawcD);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v0mpsq\",layoutDependency:layoutDependency,layoutId:\"WLdTtrEAA\",style:{backgroundColor:\"rgba(194, 194, 194, 0.25)\"},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"WLdTtrEAA\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"WLdTtrEAA\",direction:\"desc\",name:\"L6STNeDsd\",type:\"Identifier\"}],select:[{collection:\"WLdTtrEAA\",name:\"SdapfuQrr\",type:\"Identifier\"},{collection:\"WLdTtrEAA\",name:\"Jm3AaEf47\",type:\"Identifier\"},{collection:\"WLdTtrEAA\",name:\"lLohLkLnn\",type:\"Identifier\"},{collection:\"WLdTtrEAA\",name:\"id\",type:\"Identifier\"}],where:{collection:\"WLdTtrEAA\",name:\"OypKgENc2\",type:\"Identifier\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({id:idWLdTtrEAA,Jm3AaEf47:Jm3AaEf47WLdTtrEAA,lLohLkLnn:lLohLkLnnWLdTtrEAA,SdapfuQrr:SdapfuQrrWLdTtrEAA},index3)=>{SdapfuQrrWLdTtrEAA??=\"\";lLohLkLnnWLdTtrEAA??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`WLdTtrEAA-${idWLdTtrEAA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{lLohLkLnn:lLohLkLnnWLdTtrEAA},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x8orp2\",layoutDependency:layoutDependency,layoutId:\"r6sifXhwS\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{lLohLkLnn:lLohLkLnnWLdTtrEAA},webPageId:\"joJBOgDEB\"},implicitPathVariables:undefined},{href:{pathVariables:{lLohLkLnn:lLohLkLnnWLdTtrEAA},webPageId:\"joJBOgDEB\"},implicitPathVariables:undefined}],children:resolvedLinks31=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:548,...addPropertyOverrides({eMg27xGnE:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1200px), 400px), 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-joyvhk-container\",layoutDependency:layoutDependency,layoutId:\"yU9dJkdlM-container\",nodeId:\"yU9dJkdlM\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavFeaturedPosts,{Crx_kStM2:toResponsiveImage(Jm3AaEf47WLdTtrEAA),eJDjHBfXh:resolvedLinks31[0],height:\"100%\",id:\"yU9dJkdlM\",iPIIKNBsy:\"View Now\",kKqBF9kww:SdapfuQrrWLdTtrEAA,layoutId:\"yU9dJkdlM\",MjGpmGc4B:SdapfuQrrWLdTtrEAA,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({eMg27xGnE:{eJDjHBfXh:resolvedLinks31[1]}},baseVariant,gestureVariant)})})})})})})},idWLdTtrEAA);})})})})})]})]})}),isDisplayed9()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yaqbl1\",\"data-framer-name\":\"Desktop Services\",layoutDependency:layoutDependency,layoutId:\"JN7RNPBoB\",style:{backgroundColor:\"rgb(253, 253, 253)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16hw11p\",\"data-framer-name\":\"Services\",layoutDependency:layoutDependency,layoutId:\"GfXoBRVZe\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mlkbon\",\"data-framer-name\":\"Services\",layoutDependency:layoutDependency,layoutId:\"Y4_oLhPn6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R290aGFtLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gotham\", \"Gotham Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"BY services\"})}),className:\"framer-1y15tv5\",\"data-framer-name\":\"Section Header\",fonts:[\"GF;Gotham-regular\"],layoutDependency:layoutDependency,layoutId:\"Xr258625Z\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":BncyjMQ0q\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":BncyjMQ0q\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks32=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hfn8u2-container\",layoutDependency:layoutDependency,layoutId:\"NEsPDfUFd-container\",nodeId:\"NEsPDfUFd\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Simplify merchant cash advance payments\",height:\"100%\",id:\"NEsPDfUFd\",kqzayh1p9:\"MCA Consolidation\",layoutId:\"NEsPDfUFd\",Lhiwc41v7:resolvedLinks32[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks32[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":YhbLXoLeq\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":YhbLXoLeq\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks33=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1me18b4-container\",layoutDependency:layoutDependency,layoutId:\"Z_FDxstx2-container\",nodeId:\"Z_FDxstx2\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Streamline multiple loan repayments\",height:\"100%\",id:\"Z_FDxstx2\",kqzayh1p9:\"Loan Consolidation\",layoutId:\"Z_FDxstx2\",Lhiwc41v7:resolvedLinks33[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks33[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":JVy9esZuv\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":JVy9esZuv\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks34=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19eyty-container\",layoutDependency:layoutDependency,layoutId:\"Sq2LGruJG-container\",nodeId:\"Sq2LGruJG\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Funding for businesses with poor credit\",height:\"100%\",id:\"Sq2LGruJG\",kqzayh1p9:\"Bad Credit Loans\",layoutId:\"Sq2LGruJG\",Lhiwc41v7:resolvedLinks34[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks34[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":RvtQnX8cy\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":RvtQnX8cy\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks35=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mhgc0h-container\",layoutDependency:layoutDependency,layoutId:\"nCVWb0NV0-container\",nodeId:\"nCVWb0NV0\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Flexible working capital for businesses\",height:\"100%\",id:\"nCVWb0NV0\",kqzayh1p9:\"Business Line of Credit\",layoutId:\"nCVWb0NV0\",Lhiwc41v7:resolvedLinks35[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks35[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":dJF5FaFO6\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined},{href:{hash:\":dJF5FaFO6\",webPageId:\"VO4H2qi2B\"},implicitPathVariables:undefined}],children:resolvedLinks36=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m3lcnl-container\",layoutDependency:layoutDependency,layoutId:\"E7fqzAHAm-container\",nodeId:\"E7fqzAHAm\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Long-term financing with fixed payments\",height:\"100%\",id:\"E7fqzAHAm\",kqzayh1p9:\"Term Loan\",layoutId:\"E7fqzAHAm\",Lhiwc41v7:resolvedLinks36[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks36[1]}},baseVariant,gestureVariant)})})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":BncyjMQ0q\",webPageId:\"VO4H2qi2B\"},motionChild:true,nodeId:\"WPsnviUvS\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gixhoc framer-nw9e7b\",\"data-framer-name\":\"MCA Consolidation\",layoutDependency:layoutDependency,layoutId:\"WPsnviUvS\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s3959q\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-130w30h\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fv7o5g\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fmpkej\",\"data-framer-name\":\"icon-Buildings\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-sj1zcw\",\"data-framer-name\":\"MCA Consolidation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"kFXACuJM5\",svg:'<svg width=\"16\" height=\"14\" viewBox=\"0 0 16 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.8307 9.46109C10.6268 9.46109 10.4615 9.62638 10.4615 9.83032V10.0149C10.4615 10.2189 10.6268 10.3842 10.8307 10.3842H13.1692C13.3731 10.3842 13.5384 10.2189 13.5384 10.0149V9.83032C13.5384 9.62638 13.3731 9.46109 13.1692 9.46109H10.8307Z\" fill=\"black\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 2.07647C0 1.39674 0.551028 0.845703 1.23077 0.845703H14.7692C15.449 0.845703 16 1.39674 16 2.07647V11.9226C16 12.6024 15.449 13.1534 14.7692 13.1534H1.23077C0.551046 13.1534 0 12.6024 0 11.9226V2.07647ZM14.7692 3.18417C14.7692 3.25214 14.7142 3.30724 14.6462 3.30724H1.35385C1.28587 3.30724 1.23077 3.25214 1.23077 3.18417V2.38416C1.23077 2.21423 1.36852 2.07647 1.53846 2.07647H14.4615C14.6315 2.07647 14.7692 2.21423 14.7692 2.38416V3.18417ZM1.23077 4.66109C1.23077 4.59309 1.28587 4.53801 1.35385 4.53801H14.6462C14.7142 4.53801 14.7692 4.59309 14.7692 4.66109V6.26109C14.7692 6.32909 14.7142 6.38417 14.6462 6.38417H1.35385C1.28587 6.38417 1.23077 6.32909 1.23077 6.26109V4.66109ZM14.6462 7.61493C14.7142 7.61493 14.7692 7.67001 14.7692 7.73801V11.6149C14.7692 11.7848 14.6315 11.9226 14.4615 11.9226H1.53846C1.36852 11.9226 1.23077 11.7848 1.23077 11.6149V7.73801C1.23077 7.67001 1.28587 7.61493 1.35385 7.61493H14.6462Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ne9t1w\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1warwzk\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ob53q4\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fq7a4g\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"MCA Consolidation\"})}),className:\"framer-1xnf8iy\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w2y697\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12t0w8y\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Simplify merchant cash advance payments\"})}),className:\"framer-f5qaak\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2102:2436;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":YhbLXoLeq\",webPageId:\"VO4H2qi2B\"},motionChild:true,nodeId:\"QdLMO5Cgz\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-29o0iy framer-nw9e7b\",\"data-framer-name\":\"Loan Consolidation\",layoutDependency:layoutDependency,layoutId:\"QdLMO5Cgz\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i4o1rp\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j6dqhe\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1flw4c1\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gwdq89\",\"data-framer-name\":\"icon-Calendar\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gshizl\",\"data-framer-name\":\"Loan Consolidation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"Tnol1WPYx\",svg:'<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.6123 0.154297H2.38769C1.75387 0.155926 1.14657 0.408853 0.698964 0.85761C0.251361 1.30637 -2.09429e-06 1.91432 0 2.54814V9.45276C-2.09429e-06 10.0866 0.251361 10.6945 0.698964 11.1433C1.14657 11.592 1.75387 11.845 2.38769 11.8466H13.6123C14.2461 11.845 14.8534 11.592 15.301 11.1433C15.7486 10.6945 16 10.0866 16 9.45276V2.54814C16 1.91432 15.7486 1.30637 15.301 0.85761C14.8534 0.408853 14.2461 0.155926 13.6123 0.154297ZM2.38769 1.38507H13.6123C13.9197 1.38669 14.214 1.50995 14.4308 1.72789C14.6475 1.94583 14.7692 2.24074 14.7692 2.54814V3.23122H1.23077V2.54814C1.23076 2.24074 1.35246 1.94583 1.56925 1.72789C1.78604 1.50995 2.08029 1.38669 2.38769 1.38507ZM13.6123 10.6158H2.38769C2.08029 10.6142 1.78604 10.491 1.56925 10.273C1.35246 10.0551 1.23076 9.76016 1.23077 9.45276V4.46199H14.7692V9.45276C14.7692 9.76016 14.6475 10.0551 14.4308 10.273C14.214 10.491 13.9197 10.6142 13.6123 10.6158Z\" fill=\"black\"/>\\n<path d=\"M12.9231 8.1543H9.84615C9.68294 8.1543 9.52642 8.21913 9.41101 8.33454C9.2956 8.44995 9.23077 8.60647 9.23077 8.76968C9.23077 8.93289 9.2956 9.08942 9.41101 9.20482C9.52642 9.32023 9.68294 9.38507 9.84615 9.38507H12.9231C13.0863 9.38507 13.2428 9.32023 13.3582 9.20482C13.4736 9.08942 13.5385 8.93289 13.5385 8.76968C13.5385 8.60647 13.4736 8.44995 13.3582 8.33454C13.2428 8.21913 13.0863 8.1543 12.9231 8.1543Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p8l4pi\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13iprwg\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18yqz8s\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13j05jp\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Loan Consolidation\"})}),className:\"framer-1vc3y2w\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v58x6g\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tl2g74\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Streamline multiple loan repayments\"})}),className:\"framer-xtb7mk\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2102:2437;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":JVy9esZuv\",webPageId:\"VO4H2qi2B\"},motionChild:true,nodeId:\"DBygPYIwu\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-o2m899 framer-nw9e7b\",\"data-framer-name\":\"Bad Credit Loans\",layoutDependency:layoutDependency,layoutId:\"DBygPYIwu\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17risx0\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g5gund\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ldxv95\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-unewte\",\"data-framer-name\":\"icon-UsersFour\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6f9g8x\",\"data-framer-name\":\"Bad Credit Loans\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"xQOBMMN9u\",svg:'<svg width=\"16\" height=\"14\" viewBox=\"0 0 16 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.1655 7.38591H13.9139C13.4271 7.38591 13.0794 7.7336 13.0794 8.22037V12.8794C13.0794 13.3662 13.4271 13.7139 13.9139 13.7139H15.1655C15.6523 13.7139 16 13.3662 16 12.8794V8.22037C16 7.80314 15.6523 7.38591 15.1655 7.38591ZM15.3046 12.8794C15.3046 12.9489 15.2351 13.0185 15.1655 13.0185H13.9139C13.8443 13.0185 13.7748 12.9489 13.7748 12.8794V8.22035C13.7748 8.15081 13.8443 8.08128 13.9139 8.08128H15.1655C15.2351 8.08128 15.3046 8.15083 15.3046 8.22035V12.8794ZM10.7151 6.55146H9.46342C8.97665 6.55146 8.62897 6.89914 8.62897 7.38591V13.0185C8.62897 13.5053 8.97665 13.8529 9.46342 13.8529H10.7151C11.2019 13.8529 11.5496 13.5053 11.5496 13.0185V7.38591C11.5496 6.96868 11.2019 6.55146 10.7151 6.55146ZM10.8542 13.088C10.8542 13.1576 10.7846 13.2271 10.7151 13.2271H9.46342C9.39388 13.2271 9.32435 13.1575 9.32435 13.088V7.3859C9.32435 7.31635 9.39389 7.24683 9.46342 7.24683H10.7151C10.7847 7.24683 10.8542 7.31637 10.8542 7.3859V13.088ZM6.40376 5.57791H5.15207C4.6653 5.57791 4.31762 5.9256 4.31762 6.41237V13.088C4.31762 13.5748 4.6653 13.9225 5.15207 13.9225H6.40376C6.89053 13.9225 7.23821 13.5748 7.23821 13.088V6.41237C7.23821 5.9256 6.89053 5.57791 6.40376 5.57791ZM6.54283 13.088C6.54283 13.1576 6.47328 13.2271 6.40376 13.2271H5.15207C5.08253 13.2271 5.013 13.1575 5.013 13.088V6.41237C5.013 6.34283 5.08254 6.2733 5.15207 6.2733H6.40376C6.4733 6.2733 6.54283 6.34284 6.54283 6.41237V13.088ZM2.09239 4.74346H0.840703C0.353932 4.74346 0.0062473 5.09114 0.0062473 5.57791V13.088C0.0062473 13.5748 0.353932 13.9225 0.840703 13.9225H2.09239C2.57916 13.9225 2.92684 13.5748 2.92684 13.088V5.57791C2.92684 5.09114 2.57916 4.74346 2.09239 4.74346ZM2.23147 13.088C2.23147 13.1576 2.16193 13.2271 2.0924 13.2271H0.84072C0.771176 13.2271 0.701649 13.1575 0.701649 13.088V5.57791C0.701649 5.50837 0.771193 5.43884 0.84072 5.43884H2.0924C2.16195 5.43884 2.23147 5.50839 2.23147 5.57791V13.088ZM0.145334 0.710263C4.6653 3.3527 9.60251 4.88254 14.8179 5.23023L14.2616 5.85607C14.1225 5.99514 14.1225 6.20376 14.2616 6.34284C14.3311 6.41239 14.4006 6.41239 14.4702 6.41239C14.5397 6.41239 14.6788 6.34284 14.7483 6.27332L15.8609 5.09117C15.8609 5.09117 15.8609 5.02163 15.9305 5.02163V4.60437C15.9305 4.60437 15.9305 4.53483 15.8609 4.53483L14.7483 3.35269C14.6093 3.21362 14.4006 3.21362 14.2616 3.35269C14.1225 3.49176 14.1225 3.70037 14.2616 3.83946L14.7483 4.39576C9.7416 4.18714 4.94347 2.6573 0.562579 0.153932C0.353964 0.0148615 0.14535 0.0843886 0.075807 0.223475C-0.0632636 0.43209 0.00626359 0.640703 0.14535 0.710247L0.145334 0.710263Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ocevf8\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jov182\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cam1np\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ao4908\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Bad Credit Loans\"})}),className:\"framer-pw2nyk\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a22rxn\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ext5rq\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Funding for businesses with poor credit\"})}),className:\"framer-1y6wtil\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2102:2438;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":RvtQnX8cy\",webPageId:\"VO4H2qi2B\"},motionChild:true,nodeId:\"fuBN_O4Ys\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4zdci8 framer-nw9e7b\",\"data-framer-name\":\"Business Line of Credit\",layoutDependency:layoutDependency,layoutId:\"fuBN_O4Ys\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mo8njh\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ze8041\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w6pvs4\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9bzh7s\",\"data-framer-name\":\"icon-Notebook\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1loggjo\",\"data-framer-name\":\"Business Line of Credit\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IImIEPrLA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 14\"><path d=\"M 15.787 1.031 C 16.071 1.315 16.071 1.776 15.787 2.06 L 12.151 5.696 C 11.867 5.98 11.406 5.98 11.122 5.696 L 9.668 4.242 C 9.384 3.958 9.384 3.497 9.668 3.213 C 9.952 2.929 10.412 2.929 10.696 3.213 L 11.636 4.153 L 14.759 1.031 C 15.043 0.747 15.503 0.747 15.787 1.031 Z M 0 4.455 C 0 3.25 0.977 2.273 2.182 2.273 L 7.273 2.273 C 7.674 2.273 8 2.599 8 3 C 8 3.402 7.674 3.727 7.273 3.727 L 2.182 3.727 C 1.78 3.727 1.455 4.053 1.455 4.455 L 1.455 8.091 L 13.091 8.091 L 13.091 7.364 C 13.091 6.962 13.416 6.637 13.818 6.637 C 14.22 6.637 14.546 6.962 14.546 7.364 L 14.546 11 C 14.546 12.205 13.569 13.182 12.364 13.182 L 2.182 13.182 C 0.977 13.182 0 12.205 0 11 Z M 13.091 9.546 L 1.455 9.546 L 1.455 11 C 1.455 11.402 1.78 11.727 2.182 11.727 L 12.364 11.727 C 12.765 11.727 13.091 11.402 13.091 11 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:9312678578,withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-127x50b\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-191l8bk\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v2ykep\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5vtg4\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Business Line of Credit\"})}),className:\"framer-13nmldl\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kg7023\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uedy2k\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Flexible working capital for businesses\"})}),className:\"framer-zg30o5\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2102:2439;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":dJF5FaFO6\",webPageId:\"VO4H2qi2B\"},motionChild:true,nodeId:\"cROSp4J7N\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-oanapj framer-nw9e7b\",\"data-framer-name\":\"Term Loan\",layoutDependency:layoutDependency,layoutId:\"cROSp4J7N\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nwpr2l\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yp7jox\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1opyq5c\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b57wvk\",\"data-framer-name\":\"icon-Notebook\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lph5dw\",\"data-framer-name\":\"Term Loan\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"VOSiAN8Px\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 14.4H16V16H0V14.4ZM1.6 8H3.2V13.6H1.6V8ZM5.6 8H7.2V13.6H5.6V8ZM8.8 8H10.4V13.6H8.8V8ZM12.8 8H14.4V13.6H12.8V8ZM0 4L8 0L16 4V7.2H0V4ZM1.6 4.9888V5.6H14.4V4.9888L8 1.7888L1.6 4.9888ZM8 4.8C7.78783 4.8 7.58434 4.71571 7.43431 4.56569C7.28429 4.41566 7.2 4.21217 7.2 4C7.2 3.78783 7.28429 3.58434 7.43431 3.43431C7.58434 3.28429 7.78783 3.2 8 3.2C8.21217 3.2 8.41566 3.28429 8.56569 3.43431C8.71571 3.58434 8.8 3.78783 8.8 4C8.8 4.21217 8.71571 4.41566 8.56569 4.56569C8.41566 4.71571 8.21217 4.8 8 4.8Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9xs8y\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18r28a2\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zyk7ph\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k9vqii\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Term Loan\"})}),className:\"framer-gz7zqo\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-174hpni\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-62rr41\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Long-term financing with fixed payments\"})}),className:\"framer-iqgjpm\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2102:2675;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16brkhb\",\"data-framer-name\":\"Services Column\",layoutDependency:layoutDependency,layoutId:\"Qscnwz6Y5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l3d5lb\",\"data-framer-name\":\"Industries\",layoutDependency:layoutDependency,layoutId:\"lwxRFfW6c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R290aGFtLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gotham\", \"Gotham Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 82))\",\"--framer-text-transform\":\"uppercase\"},children:\"by Industry\"})}),className:\"framer-1lzz4v2\",\"data-framer-name\":\"Section Header\",fonts:[\"GF;Gotham-regular\"],layoutDependency:layoutDependency,layoutId:\"tqeN89F9L\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XSwUFt1Ma\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":XSwUFt1Ma\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks37=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6w867j-container\",layoutDependency:layoutDependency,layoutId:\"D0ZdHNLQC-container\",nodeId:\"D0ZdHNLQC\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Specialized financing for healthcare providers\",height:\"100%\",id:\"D0ZdHNLQC\",kqzayh1p9:\"Healthcare\",layoutId:\"D0ZdHNLQC\",Lhiwc41v7:resolvedLinks37[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks37[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":RIx1llvZS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":RIx1llvZS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks38=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-203eu9-container\",layoutDependency:layoutDependency,layoutId:\"S04K9s9wl-container\",nodeId:\"S04K9s9wl\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Financial support for businesses\",height:\"100%\",id:\"S04K9s9wl\",kqzayh1p9:\"Business Services\",layoutId:\"S04K9s9wl\",Lhiwc41v7:resolvedLinks38[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks38[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":vWxVtJXcS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":vWxVtJXcS\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks39=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ndbl43-container\",layoutDependency:layoutDependency,layoutId:\"e5XOMlbDa-container\",nodeId:\"e5XOMlbDa\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Funding tailored for construction businesses\",height:\"100%\",id:\"e5XOMlbDa\",kqzayh1p9:\"Construction\",layoutId:\"e5XOMlbDa\",Lhiwc41v7:resolvedLinks39[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks39[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":RKTPFa4os\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":RKTPFa4os\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks40=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ermn0z-container\",layoutDependency:layoutDependency,layoutId:\"R8c7cHBby-container\",nodeId:\"R8c7cHBby\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Flexible loans for retail operations\",height:\"100%\",id:\"R8c7cHBby\",kqzayh1p9:\"Retail\",layoutId:\"R8c7cHBby\",Lhiwc41v7:resolvedLinks40[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks40[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xBpyGtvOd\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":xBpyGtvOd\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks41=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pc2r8s-container\",layoutDependency:layoutDependency,layoutId:\"vP1aKiTDV-container\",nodeId:\"vP1aKiTDV\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Financial support for logistics companies\",height:\"100%\",id:\"vP1aKiTDV\",kqzayh1p9:\"Trucking / Logistics\",layoutId:\"vP1aKiTDV\",Lhiwc41v7:resolvedLinks41[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks41[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":plJjXOEHq\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined},{href:{hash:\":plJjXOEHq\",webPageId:\"BK9WT9CDo\"},implicitPathVariables:undefined}],children:resolvedLinks42=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"300px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dv2993-container\",layoutDependency:layoutDependency,layoutId:\"ytrjN4zqZ-container\",nodeId:\"ytrjN4zqZ\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavigationCard,{GciOMPAql:\"Loans designed for manufacturing needs\",height:\"100%\",id:\"ytrjN4zqZ\",kqzayh1p9:\"Manufacturing\",layoutId:\"ytrjN4zqZ\",Lhiwc41v7:resolvedLinks42[0],style:{width:\"100%\"},variant:\"PIY99ydTg\",width:\"100%\",...addPropertyOverrides({ytveRioOJ:{Lhiwc41v7:resolvedLinks42[1]}},baseVariant,gestureVariant)})})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":XSwUFt1Ma\",webPageId:\"BK9WT9CDo\"},motionChild:true,nodeId:\"dXjiUdl_C\",openInNewTab:false,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1angxrn framer-nw9e7b\",\"data-framer-name\":\"Healthcare\",layoutDependency:layoutDependency,layoutId:\"dXjiUdl_C\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ti0mes\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12wqa37\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bplmk5\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1at11w1\",\"data-framer-name\":\"icon-Buildings\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2h5wvc\",\"data-framer-name\":\"Healthcare\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"UR6pf7cXz\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"-1 -1 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.57143 0.571429C4.57143 0.255837 4.82727 0 5.14286 0H10.8571C11.1727 0 11.4286 0.255837 11.4286 0.571429V4.57143H15.4286C15.7442 4.57143 16 4.82727 16 5.14286V10.8571C16 11.1727 15.7442 11.4286 15.4286 11.4286H11.4286V15.4286C11.4286 15.7442 11.1727 16 10.8571 16H5.14286C4.82727 16 4.57143 15.7442 4.57143 15.4286V11.4286H0.571429C0.255837 11.4286 0 11.1727 0 10.8571V5.14286C0 4.82727 0.255837 4.57143 0.571429 4.57143H4.57143V0.571429ZM5.71429 1.14286V5.14286C5.71429 5.45845 5.45845 5.71429 5.14286 5.71429H1.14286V10.2857H5.14286C5.45845 10.2857 5.71429 10.5416 5.71429 10.8571V14.8571H10.2857V10.8571C10.2857 10.5416 10.5416 10.2857 10.8571 10.2857H14.8571V5.71429H10.8571C10.5416 5.71429 10.2857 5.45845 10.2857 5.14286V1.14286H5.71429Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 2.85714C8.31559 2.85714 8.57143 3.11298 8.57143 3.42857V12.5714C8.57143 12.887 8.31559 13.1429 8 13.1429C7.68441 13.1429 7.42857 12.887 7.42857 12.5714V3.42857C7.42857 3.11298 7.68441 2.85714 8 2.85714Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.85714 8C2.85714 7.68441 3.11298 7.42857 3.42857 7.42857H12.5714C12.887 7.42857 13.1429 7.68441 13.1429 8C13.1429 8.31559 12.887 8.57143 12.5714 8.57143H3.42857C3.11298 8.57143 2.85714 8.31559 2.85714 8Z\" fill=\"#10191D\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f5k7m\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y0m1dq\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p42e65\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kxjn74\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Healthcare\"})}),className:\"framer-t86qb5\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gbvd07\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ivbg8\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Specialized financing for healthcare providers\"})}),className:\"framer-b2hj5h\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9130;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":RIx1llvZS\",webPageId:\"BK9WT9CDo\"},motionChild:true,nodeId:\"DyDp1S8ej\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ghwo1o framer-nw9e7b\",\"data-framer-name\":\"Business Services\",layoutDependency:layoutDependency,layoutId:\"DyDp1S8ej\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xgrc0a\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-96xrmm\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gsf0jx\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-125lmfk\",\"data-framer-name\":\"icon-Calendar\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1oez7nd\",\"data-framer-name\":\"Business Services\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bIlYBEYlO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 2.001 4.666 C 1.633 4.666 1.334 4.964 1.334 5.332 L 1.334 13.329 C 1.334 13.697 1.633 13.996 2.001 13.996 L 13.999 13.996 C 14.367 13.996 14.666 13.697 14.666 13.329 L 14.666 5.332 C 14.666 4.964 14.367 4.666 13.999 4.666 Z M 0 5.332 C 0 4.227 0.896 3.332 2.001 3.332 L 13.999 3.332 C 15.104 3.332 16 4.227 16 5.332 L 16 13.329 C 16 14.434 15.104 15.329 13.999 15.329 L 2.001 15.329 C 0.896 15.329 0 14.434 0 13.329 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 2.001 3.304 C 2.001 3.304 2.001 3.304 2.001 3.304 L 13.999 3.304 C 14.53 3.304 15.038 3.515 15.414 3.89 C 15.789 4.265 16 4.774 16 5.305 L 16 5.999 C 16.005 6.439 15.923 6.875 15.758 7.283 C 15.593 7.692 15.348 8.065 15.038 8.379 C 14.727 8.692 14.357 8.941 13.95 9.111 C 13.542 9.28 13.105 9.367 12.664 9.366 L 3.336 9.366 C 2.898 9.367 2.464 9.281 2.059 9.114 C 1.653 8.947 1.285 8.701 0.975 8.391 C 0.665 8.081 0.419 7.713 0.252 7.307 C 0.085 6.902 -0.001 6.468 0 6.03 L 0 5.339 C -0.004 5.075 0.043 4.813 0.141 4.568 C 0.239 4.32 0.385 4.095 0.571 3.904 C 0.758 3.714 0.98 3.563 1.226 3.46 C 1.471 3.357 1.735 3.304 2.001 3.304 Z M 2.001 4.638 C 1.912 4.638 1.824 4.655 1.742 4.69 C 1.661 4.724 1.586 4.774 1.524 4.838 C 1.462 4.901 1.413 4.976 1.381 5.059 C 1.348 5.142 1.332 5.23 1.334 5.318 L 1.334 5.325 L 1.334 6.032 L 1.334 6.033 C 1.333 6.295 1.385 6.556 1.485 6.798 C 1.585 7.041 1.732 7.262 1.918 7.448 C 2.104 7.633 2.325 7.781 2.567 7.881 C 2.81 7.981 3.071 8.032 3.333 8.032 L 3.334 8.032 L 12.666 8.032 L 12.667 8.032 C 12.931 8.032 13.193 7.98 13.438 7.879 C 13.682 7.777 13.903 7.628 14.09 7.44 C 14.276 7.252 14.422 7.029 14.521 6.784 C 14.62 6.539 14.669 6.276 14.666 6.012 L 14.666 6.007 L 14.666 5.305 C 14.666 5.128 14.596 4.958 14.471 4.833 C 14.346 4.708 14.176 4.638 13.999 4.638 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 8 7.333 C 8.368 7.333 8.667 7.632 8.667 8 L 8.667 9.334 C 8.667 9.702 8.368 10.001 8 10.001 C 7.632 10.001 7.333 9.702 7.333 9.334 L 7.333 8 C 7.333 7.632 7.632 7.333 8 7.333 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 5.356 1.175 C 5.431 0.879 5.697 0.671 6.003 0.671 L 9.997 0.671 C 10.303 0.671 10.569 0.879 10.644 1.175 L 11.315 3.836 C 11.365 4.035 11.32 4.246 11.194 4.409 C 11.068 4.571 10.873 4.666 10.668 4.666 L 5.332 4.666 C 5.127 4.666 4.933 4.571 4.806 4.409 C 4.68 4.246 4.635 4.035 4.686 3.836 Z M 6.522 2.005 L 6.188 3.332 L 9.812 3.332 L 9.478 2.005 Z\" fill=\"rgb(16,25,29)\"></path></svg>',svgContentId:10401947971,withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hmbxoh\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qzk3gl\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2mwb7z\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bf67wv\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Business Services\"})}),className:\"framer-1cufd94\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-focxee\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iq3d8x\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Financial support for businesses\"})}),className:\"framer-1ip7436\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9131;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":vWxVtJXcS\",webPageId:\"BK9WT9CDo\"},motionChild:true,nodeId:\"TzNuceujc\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nf3urq framer-nw9e7b\",\"data-framer-name\":\"Construction\",layoutDependency:layoutDependency,layoutId:\"TzNuceujc\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10nng8f\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xwoaie\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8bpuez\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ygtbi\",\"data-framer-name\":\"icon-UsersFour\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1c9a1hm\",\"data-framer-name\":\"Construction\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"OP7xgsgxh\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.55535 5.5168C1.53015 5.66801 1.51127 5.80687 1.49711 5.93027C1.38117 5.96586 1.25624 6.01331 1.1293 6.07678C0.861207 6.21083 0.570989 6.42332 0.349418 6.75571C0.124815 7.09258 0 7.50909 0 8C0 8.49091 0.124815 8.90742 0.349418 9.24429C0.570989 9.57666 0.861207 9.78916 1.1293 9.9232C1.25624 9.98669 1.38117 10.0341 1.49711 10.0697C1.51126 10.1932 1.53015 10.332 1.55535 10.4832C1.6542 11.0763 1.85325 11.8782 2.2586 12.6889C2.66537 13.5024 3.28695 14.3381 4.23295 14.9688C5.18349 15.6025 6.4182 16 8 16C9.58182 16 10.8165 15.6025 11.7671 14.9688C12.713 14.3381 13.3346 13.5024 13.7414 12.6889C14.1468 11.8782 14.3458 11.0763 14.4447 10.4832C14.4698 10.332 14.4887 10.1932 14.5029 10.0697C14.6188 10.0341 14.7438 9.98669 14.8707 9.9232C15.1388 9.78916 15.429 9.57666 15.6506 9.24429C15.8752 8.90742 16 8.49091 16 8C16 7.50909 15.8752 7.09258 15.6506 6.75571C15.429 6.42332 15.1388 6.21083 14.8707 6.07678C14.7438 6.01331 14.6188 5.96586 14.5029 5.93027C14.4887 5.80687 14.4698 5.66801 14.4447 5.5168C14.3458 4.92372 14.1468 4.12182 13.7414 3.31111C13.3346 2.49757 12.713 1.6619 11.7671 1.03124C10.8165 0.397542 9.58182 0 8 0C6.4182 0 5.18349 0.397542 4.23295 1.03124C3.28696 1.6619 2.66537 2.49757 2.2586 3.31112C1.85325 4.12182 1.6542 4.92372 1.55535 5.5168ZM13.02 10.1818H2.98002C3.05919 10.6851 3.22404 11.3673 3.55959 12.0384C3.88008 12.6794 4.34941 13.2983 5.03978 13.7585C5.7256 14.2157 6.67273 14.5455 8 14.5455C9.32727 14.5455 10.2744 14.2157 10.9602 13.7585C11.6506 13.2983 12.1199 12.6794 12.4404 12.0384C12.7759 11.3673 12.9408 10.6851 13.02 10.1818ZM13.02 5.81818H12.3636C11.962 5.81818 11.6364 6.14379 11.6364 6.54545C11.6364 6.94713 11.962 7.27273 12.3636 7.27273H13.8182C14.0425 7.28145 14.3097 7.36662 14.4403 7.56247C14.4884 7.63469 14.5455 7.76364 14.5455 8C14.5455 8.23636 14.4884 8.36531 14.4403 8.43753C14.3097 8.63338 14.0425 8.71855 13.8182 8.72727H2.18182C1.95749 8.71855 1.69028 8.63338 1.55967 8.43753C1.51155 8.36531 1.45455 8.23636 1.45455 8C1.45455 7.76364 1.51155 7.63469 1.55967 7.56247C1.69028 7.36662 1.95749 7.28145 2.18182 7.27273H3.63636C4.03802 7.27273 4.36364 6.94713 4.36364 6.54545C4.36364 6.14379 4.03802 5.81818 3.63636 5.81818H2.98002C3.05919 5.31494 3.22404 4.6327 3.55959 3.96161C3.88009 3.32061 4.34941 2.70174 5.03979 2.24149C5.26868 2.0889 5.52667 1.95051 5.81818 1.83383V3.63636C5.81818 4.03802 6.14379 4.36364 6.54545 4.36364C6.94713 4.36364 7.27273 4.03802 7.27273 3.63636V1.48998C7.50153 1.46684 7.74371 1.45455 8 1.45455C8.25629 1.45455 8.49847 1.46684 8.72727 1.48998V3.63636C8.72727 4.03802 9.05287 4.36364 9.45455 4.36364C9.85622 4.36364 10.1818 4.03802 10.1818 3.63636V1.83383C10.4733 1.95051 10.7313 2.0889 10.9602 2.24149C11.6506 2.70174 12.1199 3.32061 12.4404 3.96161C12.7759 4.6327 12.9408 5.31494 13.02 5.81818Z\" fill=\"#10191D\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x2g4g8\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-w3psfq\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ryq0yd\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-833tn9\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Construction\"})}),className:\"framer-1a6pj4h\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hj7qd7\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eus2xo\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Funding tailored for construction businesses\"})}),className:\"framer-abmm7\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9132;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":RKTPFa4os\",webPageId:\"BK9WT9CDo\"},motionChild:true,nodeId:\"qEO0M_JJK\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-48drbk framer-nw9e7b\",\"data-framer-name\":\"Retail\",layoutDependency:layoutDependency,layoutId:\"qEO0M_JJK\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a34exm\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wq4y1v\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c26h6b\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fgpnsr\",\"data-framer-name\":\"icon-Notebook\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ek58p3\",\"data-framer-name\":\"Retail\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NrWEN_N8_\",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 14.09 0.681 C 14.323 0.68 14.547 0.762 14.726 0.909 L 14.726 0.909 C 14.902 1.053 15.023 1.251 15.074 1.471 L 15.984 4.978 C 15.995 5.02 16 5.063 16 5.106 C 16 5.644 15.791 6.163 15.416 6.546 C 15.04 6.931 14.528 7.149 13.992 7.149 C 13.455 7.149 12.943 6.931 12.567 6.546 C 12.542 6.521 12.517 6.494 12.494 6.467 C 12.47 6.494 12.445 6.521 12.42 6.546 C 12.044 6.931 11.532 7.149 10.996 7.149 C 10.459 7.149 9.947 6.931 9.571 6.546 C 9.546 6.521 9.522 6.494 9.498 6.467 C 9.474 6.494 9.45 6.521 9.424 6.546 C 9.049 6.931 8.536 7.149 8 7.149 C 7.464 7.149 6.951 6.931 6.576 6.546 C 6.55 6.521 6.526 6.494 6.502 6.467 C 6.478 6.494 6.454 6.521 6.429 6.546 C 6.053 6.931 5.541 7.149 5.004 7.149 C 4.468 7.149 3.956 6.931 3.58 6.546 C 3.555 6.521 3.53 6.494 3.506 6.467 C 3.483 6.494 3.458 6.521 3.433 6.546 C 3.057 6.931 2.545 7.149 2.009 7.149 C 1.472 7.149 0.96 6.931 0.584 6.546 C 0.209 6.163 0 5.644 0 5.106 C 0 5.063 0.005 5.02 0.016 4.978 L 0.926 1.471 C 0.976 1.251 1.098 1.053 1.274 0.908 L 1.274 0.908 C 1.453 0.762 1.677 0.681 1.91 0.681 C 1.91 0.681 1.91 0.681 1.91 0.681 Z M 4.017 5.106 C 4.017 5.381 4.124 5.642 4.31 5.832 C 4.496 6.023 4.746 6.127 5.004 6.127 C 5.262 6.127 5.512 6.023 5.698 5.832 C 5.885 5.642 5.991 5.381 5.991 5.106 C 5.991 4.824 6.22 4.596 6.502 4.596 C 6.784 4.596 7.013 4.824 7.013 5.106 C 7.013 5.381 7.119 5.642 7.306 5.832 L 7.306 5.832 C 7.492 6.023 7.742 6.127 8 6.127 C 8.258 6.127 8.508 6.023 8.694 5.832 L 8.694 5.832 C 8.88 5.642 8.987 5.381 8.987 5.106 C 8.987 4.824 9.216 4.596 9.498 4.596 C 9.78 4.596 10.008 4.824 10.008 5.106 C 10.008 5.381 10.115 5.642 10.302 5.832 L 10.302 5.832 C 10.488 6.023 10.738 6.127 10.996 6.127 C 11.254 6.127 11.504 6.023 11.69 5.832 L 11.69 5.832 C 11.876 5.642 11.983 5.381 11.983 5.106 C 11.983 4.824 12.212 4.596 12.494 4.596 C 12.776 4.596 13.004 4.824 13.004 5.106 C 13.004 5.381 13.111 5.642 13.297 5.832 L 13.297 5.832 C 13.483 6.023 13.733 6.127 13.991 6.127 C 14.25 6.127 14.499 6.023 14.685 5.832 L 14.685 5.832 C 14.859 5.655 14.963 5.418 14.977 5.165 L 14.083 1.719 C 14.081 1.713 14.08 1.708 14.079 1.702 L 1.92 1.702 C 1.919 1.708 1.918 1.713 1.916 1.719 L 1.023 5.165 C 1.037 5.418 1.141 5.655 1.314 5.832 C 1.501 6.023 1.75 6.127 2.009 6.127 C 2.267 6.127 2.516 6.023 2.703 5.832 C 2.889 5.642 2.996 5.381 2.996 5.106 C 2.996 4.824 3.224 4.596 3.506 4.596 C 3.788 4.596 4.017 4.824 4.017 5.106 Z M 1.91 1.702 L 1.91 1.702 C 1.91 1.702 1.91 1.702 1.91 1.702 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 1.702 8.681 C 1.702 8.399 1.473 8.17 1.191 8.17 C 0.909 8.17 0.681 8.399 0.681 8.681 Z M 15.319 8.681 C 15.319 8.399 15.09 8.17 14.808 8.17 C 14.526 8.17 14.298 8.399 14.298 8.681 Z M 0.681 8.681 L 0.681 13.447 L 1.702 13.447 L 1.702 8.681 Z M 2.553 15.319 L 13.447 15.319 L 13.447 14.298 L 2.553 14.298 Z M 15.319 13.447 L 15.319 8.681 L 14.298 8.681 L 14.298 13.447 Z M 13.447 15.319 C 14.481 15.319 15.319 14.481 15.319 13.447 L 14.298 13.447 C 14.298 13.917 13.917 14.298 13.447 14.298 Z M 0.681 13.447 C 0.681 14.481 1.519 15.319 2.553 15.319 L 2.553 14.298 C 2.083 14.298 1.702 13.917 1.702 13.447 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 4.426 9.872 L 4.426 11.574 L 6.128 11.574 L 6.128 9.872 Z M 3.404 9.702 C 3.404 9.232 3.785 8.851 4.255 8.851 L 6.298 8.851 C 6.768 8.851 7.149 9.232 7.149 9.702 L 7.149 11.745 C 7.149 12.215 6.768 12.596 6.298 12.596 L 4.255 12.596 C 3.785 12.596 3.404 12.215 3.404 11.745 Z\" fill=\"rgb(16,25,29)\"></path><path d=\"M 8.851 10.383 C 8.851 9.913 9.232 9.532 9.702 9.532 L 11.745 9.532 C 12.215 9.532 12.596 9.913 12.596 10.383 L 12.596 14.808 L 11.574 14.808 L 11.574 10.553 L 9.872 10.553 L 9.872 14.808 L 8.851 14.808 Z\" fill=\"rgb(16,25,29)\"></path></svg>',svgContentId:11644723659,withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uv9o43\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jb26yl\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qoq94u\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c1r48m\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Retail\"})}),className:\"framer-1jz6z7t\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ffwbd\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dx23fs\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Flexible loans for retail operations\"})}),className:\"framer-8gjxkh\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9133;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":xBpyGtvOd\",webPageId:\"BK9WT9CDo\"},motionChild:true,nodeId:\"eS0LW6D4v\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-cd8m7p framer-nw9e7b\",\"data-framer-name\":\"Trucking / Logistics\",layoutDependency:layoutDependency,layoutId:\"eS0LW6D4v\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jfjmzh\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-95zf6p\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cv3s8q\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ilr8qw\",\"data-framer-name\":\"icon-Notebook\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1m1urn2\",\"data-framer-name\":\"Trucking / Logistics\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"CoOPLkr7G\",svg:'<svg width=\"18\" height=\"16\" viewBox=\"-1 -1 18 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.8215 11.7842H14.0277C13.9239 11.7842 13.8399 11.7001 13.8399 11.5964C13.8399 11.4926 13.9239 11.4085 14.0277 11.4085H14.8215C15.1202 11.4085 15.3632 11.1656 15.3632 10.8668V8.38623C15.3632 8.01747 15.2103 7.43455 15.0293 7.11332L13.1556 3.78824C12.9907 3.49553 12.5674 3.24825 12.2315 3.24825H11.0277C10.729 3.24825 10.486 3.49124 10.486 3.78996V6.92713C10.486 7.22585 10.729 7.46884 11.0277 7.46884H13.5812C13.6849 7.46884 13.769 7.55293 13.769 7.65666C13.769 7.76043 13.6849 7.84452 13.5812 7.84452H11.0277C10.5219 7.84452 10.1103 7.43292 10.1103 6.92709V3.78992C10.1103 3.28413 10.5219 2.87253 11.0277 2.87253H12.2315C12.7021 2.87253 13.2518 3.19372 13.4828 3.60373L15.3565 6.92881C15.5709 7.30921 15.7388 7.94932 15.7388 8.38619V10.8668C15.7389 11.3727 15.3273 11.7842 14.8215 11.7842Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.84911 3.78992C9.84911 3.13989 10.3776 2.61134 11.0277 2.61134H12.2315C12.5227 2.61134 12.8228 2.7093 13.0788 2.85887C13.3347 3.00843 13.5674 3.22183 13.7104 3.47551L15.584 6.80056C15.8205 7.22013 16 7.90441 16 8.38619V10.8667C16 10.8667 16 10.8667 16 10.8668C16 11.517 15.4715 12.0454 14.8215 12.0454H14.0277C13.7796 12.0454 13.5787 11.8443 13.5787 11.5964C13.5787 11.3484 13.7796 11.1474 14.0277 11.1474H14.8215C14.976 11.1474 15.102 11.0213 15.102 10.8668V8.38623C15.102 8.23198 15.069 8.01766 15.0115 7.79823C14.9539 7.5788 14.8774 7.37589 14.8017 7.24152L12.9281 3.91646C12.8743 3.82112 12.7664 3.71609 12.6259 3.63399C12.4854 3.55189 12.3409 3.50943 12.2315 3.50943H11.0277C10.8732 3.50943 10.7472 3.6355 10.7472 3.78996V6.92713C10.7472 7.08159 10.8732 7.20766 11.0277 7.20766H13.5812C13.8291 7.20766 14.0302 7.40868 14.0302 7.65666C14.0302 7.90464 13.8292 8.10571 13.5812 8.10571H11.0277C10.3776 8.10571 9.84911 7.57716 9.84911 6.92709V3.78992Z\" fill=\"#10191D\"/>\\n<path d=\"M8.25537 0.902787H1.17858C0.672787 0.902787 0.261186 1.31435 0.261186 1.82018V10.8668C0.261186 11.3726 0.672787 11.7842 1.17858 11.7842H2.70621C2.79907 12.5234 3.43028 13.0975 4.19415 13.0975C5.0219 13.0975 5.69527 12.4241 5.69527 11.5964C5.69527 10.7686 5.0219 10.0952 4.19415 10.0952C3.91631 10.0952 3.64483 10.1717 3.40936 10.3166C3.32093 10.3709 3.29334 10.4866 3.34765 10.575C3.40197 10.6634 3.51777 10.6908 3.60599 10.6367C3.78237 10.5283 3.98579 10.471 4.19415 10.471C4.81466 10.471 5.31959 10.9758 5.31959 11.5964C5.31959 12.2169 4.8147 12.7218 4.19415 12.7218C3.57359 12.7218 3.06879 12.217 3.06879 11.5964C3.06879 11.4926 2.98469 11.4086 2.88092 11.4086H1.17858C0.879855 11.4086 0.636864 11.1656 0.636864 10.8668V1.82018C0.636864 1.52146 0.879855 1.27847 1.17858 1.27847H8.25537C8.55405 1.27847 8.79708 1.52146 8.79708 1.82018V3.06052C8.79708 3.16429 8.88117 3.24834 8.9849 3.24834C9.08862 3.24834 9.17271 3.16425 9.17271 3.06052V1.82018C9.17276 1.31435 8.76124 0.902787 8.25537 0.902787Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1.82018C0 1.17009 0.528546 0.641602 1.17858 0.641602H8.25537C8.90549 0.641602 9.43394 1.17009 9.4339 1.82018C9.4339 1.82018 9.4339 1.82019 9.4339 1.8202V3.06052C9.4339 3.3085 9.23287 3.50953 8.9849 3.50953C8.73696 3.50953 8.53589 3.30858 8.53589 3.06052V1.82018C8.53589 1.66572 8.40981 1.53965 8.25537 1.53965H1.17858C1.0241 1.53965 0.89805 1.66571 0.89805 1.82018V10.8668C0.89805 11.0213 1.0241 11.1474 1.17858 11.1474H2.88092C3.12887 11.1474 3.32997 11.3483 3.32997 11.5964C3.32997 12.0727 3.71785 12.4606 4.19415 12.4606C4.67045 12.4606 5.05841 12.0726 5.05841 11.5964C5.05841 11.12 4.67044 10.7322 4.19415 10.7322C4.03375 10.7322 3.87773 10.7763 3.74275 10.8592L3.74261 10.8593C3.53187 10.9886 3.25512 10.9234 3.1251 10.7117C2.99538 10.5005 3.06119 10.224 3.27251 10.0941C3.27254 10.0941 3.27256 10.0941 3.27259 10.0941C3.54948 9.92376 3.86835 9.83406 4.19415 9.83406C5.16615 9.83406 5.95646 10.6244 5.95646 11.5964C5.95646 12.5684 5.16615 13.3587 4.19415 13.3587C3.37703 13.3587 2.69025 12.8001 2.49133 12.0454H1.17858C0.528538 12.0454 0 11.5169 0 10.8668V1.82018Z\" fill=\"#10191D\"/>\\n<path d=\"M11.6114 10.0953C11.3336 10.0953 11.0622 10.1718 10.8265 10.3167C10.738 10.371 10.7105 10.4866 10.7648 10.575C10.8191 10.6634 10.9348 10.6911 11.0231 10.6367C11.1996 10.5283 11.403 10.471 11.6113 10.471C12.2318 10.471 12.7366 10.9758 12.7366 11.5964C12.7366 12.2169 12.2318 12.7218 11.6113 12.7218C10.993 12.7218 10.4899 12.2206 10.4862 11.6032C10.4863 11.6009 10.4869 11.5987 10.4869 11.5965C10.4869 11.4927 10.4028 11.4086 10.2991 11.4086H6.50888C6.40511 11.4086 6.32102 11.4927 6.32102 11.5965C6.32102 11.7002 6.40511 11.7843 6.50888 11.7843H10.1233C10.2162 12.5235 10.8474 13.0975 11.6114 13.0975C12.439 13.0975 13.1125 12.4242 13.1125 11.5964C13.1125 10.7687 12.439 10.0953 11.6114 10.0953Z\" fill=\"#10191D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6899 10.0941C10.9669 9.92386 11.2856 9.83415 11.6114 9.83415C12.5833 9.83415 13.3736 10.6244 13.3736 11.5964C13.3736 12.5684 12.5833 13.3587 11.6114 13.3587C10.7942 13.3587 10.1074 12.8001 9.90844 12.0455H6.50888C6.26094 12.0455 6.05984 11.8446 6.05984 11.5965C6.05984 11.3484 6.26094 11.1475 6.50888 11.1475H10.2991C10.547 11.1475 10.7481 11.3484 10.7481 11.5965C10.7481 11.6028 10.7479 11.6086 10.7476 11.6137C10.7568 12.0821 11.1409 12.4606 11.6113 12.4606C12.0876 12.4606 12.4755 12.0727 12.4755 11.5964C12.4755 11.12 12.0876 10.7322 11.6113 10.7322C11.451 10.7322 11.2949 10.7763 11.1598 10.8593C10.9485 10.9892 10.672 10.9229 10.5422 10.7117L10.5422 10.7117C10.4126 10.5006 10.4782 10.224 10.6899 10.0941Z\" fill=\"#10191D\"/>\\n<path d=\"M3.60599 10.6367C3.51777 10.6908 3.40197 10.6634 3.34765 10.575C3.29334 10.4866 3.32093 10.3709 3.40936 10.3166C3.64483 10.1717 3.91631 10.0952 4.19415 10.0952C5.0219 10.0952 5.69527 10.7686 5.69527 11.5964C5.69527 12.4241 5.0219 13.0975 4.19415 13.0975C3.43028 13.0975 2.79907 12.5234 2.70621 11.7842H1.17858C0.672787 11.7842 0.261186 11.3726 0.261186 10.8668V1.82018C0.261186 1.31435 0.672787 0.902787 1.17858 0.902787H8.25537C8.76124 0.902787 9.17276 1.31435 9.17271 1.82018V3.06052C9.17271 3.16425 9.08862 3.24834 8.9849 3.24834C8.88117 3.24834 8.79708 3.16429 8.79708 3.06052V1.82018C8.79708 1.52146 8.55405 1.27847 8.25537 1.27847H1.17858C0.879855 1.27847 0.636864 1.52146 0.636864 1.82018V10.8668C0.636864 11.1656 0.879855 11.4086 1.17858 11.4086H2.88092C2.98469 11.4086 3.06879 11.4926 3.06879 11.5964C3.06879 12.217 3.57359 12.7218 4.19415 12.7218C4.8147 12.7218 5.31959 12.2169 5.31959 11.5964C5.31959 10.9758 4.81466 10.471 4.19415 10.471C3.98579 10.471 3.78237 10.5283 3.60599 10.6367ZM3.60599 10.6367L3.60586 10.6365M14.8215 11.7842H14.0277C13.9239 11.7842 13.8399 11.7001 13.8399 11.5964C13.8399 11.4926 13.9239 11.4085 14.0277 11.4085H14.8215C15.1202 11.4085 15.3632 11.1656 15.3632 10.8668V8.38623C15.3632 8.01747 15.2103 7.43455 15.0293 7.11332L13.1556 3.78824C12.9907 3.49553 12.5674 3.24825 12.2315 3.24825H11.0277C10.729 3.24825 10.486 3.49124 10.486 3.78996V6.92713C10.486 7.22585 10.729 7.46884 11.0277 7.46884H13.5812C13.6849 7.46884 13.769 7.55293 13.769 7.65666C13.769 7.76043 13.6849 7.84452 13.5812 7.84452H11.0277C10.5219 7.84452 10.1103 7.43292 10.1103 6.92709V3.78992C10.1103 3.28413 10.5219 2.87253 11.0277 2.87253H12.2315C12.7021 2.87253 13.2518 3.19372 13.4828 3.60373L15.3565 6.92881C15.5709 7.30921 15.7388 7.94932 15.7388 8.38619V10.8668C15.7389 11.3727 15.3273 11.7842 14.8215 11.7842ZM11.0277 2.61134C10.3776 2.61134 9.84911 3.13989 9.84911 3.78992V6.92709C9.84911 7.57716 10.3776 8.10571 11.0277 8.10571H13.5812C13.8292 8.10571 14.0302 7.90464 14.0302 7.65666C14.0302 7.40868 13.8291 7.20766 13.5812 7.20766H11.0277C10.8732 7.20766 10.7472 7.08159 10.7472 6.92713V3.78996C10.7472 3.6355 10.8732 3.50943 11.0277 3.50943H12.2315C12.3409 3.50943 12.4854 3.55189 12.6259 3.63399C12.7664 3.71609 12.8743 3.82112 12.9281 3.91646L14.8017 7.24152C14.8774 7.37589 14.9539 7.5788 15.0115 7.79823C15.069 8.01766 15.102 8.23198 15.102 8.38623V10.8668C15.102 11.0213 14.976 11.1474 14.8215 11.1474H14.0277C13.7796 11.1474 13.5787 11.3484 13.5787 11.5964C13.5787 11.8443 13.7796 12.0454 14.0277 12.0454H14.8215C15.4715 12.0454 16 11.517 16 10.8668C16 10.8667 16 10.8667 16 10.8667V8.38619C16 7.90441 15.8205 7.22013 15.584 6.80056L13.7104 3.47551C13.5674 3.22183 13.3347 3.00843 13.0788 2.85887C12.8228 2.7093 12.5227 2.61134 12.2315 2.61134H11.0277ZM1.17858 0.641602C0.528546 0.641602 0 1.17009 0 1.82018V10.8668C0 11.5169 0.528538 12.0454 1.17858 12.0454H2.49133C2.69025 12.8001 3.37703 13.3587 4.19415 13.3587C5.16615 13.3587 5.95646 12.5684 5.95646 11.5964C5.95646 10.6244 5.16615 9.83406 4.19415 9.83406C3.86835 9.83406 3.54948 9.92376 3.27259 10.0941C3.27256 10.0941 3.27254 10.0941 3.27251 10.0941C3.06119 10.224 2.99538 10.5005 3.1251 10.7117C3.25512 10.9234 3.53187 10.9886 3.74261 10.8593L3.74275 10.8592C3.87773 10.7763 4.03375 10.7322 4.19415 10.7322C4.67044 10.7322 5.05841 11.12 5.05841 11.5964C5.05841 12.0726 4.67045 12.4606 4.19415 12.4606C3.71785 12.4606 3.32997 12.0727 3.32997 11.5964C3.32997 11.3483 3.12887 11.1474 2.88092 11.1474H1.17858C1.0241 11.1474 0.89805 11.0213 0.89805 10.8668V1.82018C0.89805 1.66571 1.0241 1.53965 1.17858 1.53965H8.25537C8.40981 1.53965 8.53589 1.66572 8.53589 1.82018V3.06052C8.53589 3.30858 8.73696 3.50953 8.9849 3.50953C9.23287 3.50953 9.4339 3.3085 9.4339 3.06052V1.8202C9.4339 1.82019 9.4339 1.82018 9.4339 1.82018C9.43394 1.17009 8.90549 0.641602 8.25537 0.641602H1.17858ZM11.6114 10.0953C11.3336 10.0953 11.0622 10.1718 10.8265 10.3167C10.738 10.371 10.7105 10.4866 10.7648 10.575C10.8191 10.6634 10.9348 10.6911 11.0231 10.6367C11.1996 10.5283 11.403 10.471 11.6113 10.471C12.2318 10.471 12.7366 10.9758 12.7366 11.5964C12.7366 12.2169 12.2318 12.7218 11.6113 12.7218C10.993 12.7218 10.4899 12.2206 10.4862 11.6032C10.4863 11.6009 10.4869 11.5987 10.4869 11.5965C10.4869 11.4927 10.4028 11.4086 10.2991 11.4086H6.50888C6.40511 11.4086 6.32102 11.4927 6.32102 11.5965C6.32102 11.7002 6.40511 11.7843 6.50888 11.7843H10.1233C10.2162 12.5235 10.8474 13.0975 11.6114 13.0975C12.439 13.0975 13.1125 12.4242 13.1125 11.5964C13.1125 10.7687 12.439 10.0953 11.6114 10.0953ZM11.6114 9.83415C11.2856 9.83415 10.9669 9.92386 10.6899 10.0941C10.4782 10.224 10.4126 10.5006 10.5422 10.7117L10.5422 10.7117C10.672 10.9229 10.9485 10.9892 11.1598 10.8593C11.2949 10.7763 11.451 10.7322 11.6113 10.7322C12.0876 10.7322 12.4755 11.12 12.4755 11.5964C12.4755 12.0727 12.0876 12.4606 11.6113 12.4606C11.1409 12.4606 10.7568 12.0821 10.7476 11.6137C10.7479 11.6086 10.7481 11.6028 10.7481 11.5965C10.7481 11.3484 10.547 11.1475 10.2991 11.1475H6.50888C6.26094 11.1475 6.05984 11.3484 6.05984 11.5965C6.05984 11.8446 6.26094 12.0455 6.50888 12.0455H9.90844C10.1074 12.8001 10.7942 13.3587 11.6114 13.3587C12.5833 13.3587 13.3736 12.5684 13.3736 11.5964C13.3736 10.6244 12.5833 9.83415 11.6114 9.83415Z\" stroke=\"black\" stroke-width=\"0.3\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1clfkle\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cp41cb\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nw437u\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-975s8b\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Trucking / Logistics\"})}),className:\"framer-espm24\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q8lyv5\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qpwjo9\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Financial support for logistics companies\"})}),className:\"framer-1mtkuf1\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9134;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":plJjXOEHq\",webPageId:\"BK9WT9CDo\"},motionChild:true,nodeId:\"E3tjz2bGk\",openInNewTab:false,scopeId:\"suSr3lklH\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zhb96g framer-nw9e7b\",\"data-framer-name\":\"Manufacturing\",layoutDependency:layoutDependency,layoutId:\"E3tjz2bGk\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18p6w9c\",\"data-framer-name\":\"ItemContainer\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:26266\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h1larb\",\"data-framer-name\":\"icon-logo-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;587:10673\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m3azdj\",\"data-framer-name\":\"IconBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:24689\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-avrr2u\",\"data-framer-name\":\"icon-Notebook\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:24689;24:54809\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1u1yw3\",\"data-framer-name\":\"Manufacturing\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"pmPzkHHS1\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.7753 2.66667L10.4 6.99V2.66667H9.24917L5.06667 6.9089V0H0V16H16V2.66667H14.7753ZM14.9333 14.9333H1.06667V1.06667H4V8.26667H5.22593L9.33333 4.1006V8.26667H10.6255L14.9333 4.01V14.9333Z\" fill=\"#10191D\"/>\\n<path d=\"M4 10.6667H5.06667V9.6H4V10.6667Z\" fill=\"#10191D\"/>\\n<path d=\"M5.06667 12H4V13.0667H5.06667V12Z\" fill=\"#10191D\"/>\\n<path d=\"M6.66667 10.6667H7.73333V9.6H6.66667V10.6667Z\" fill=\"#10191D\"/>\\n<path d=\"M7.73333 12H6.66667V13.0667H7.73333V12Z\" fill=\"#10191D\"/>\\n<path d=\"M9.33333 10.6667H10.4V9.6H9.33333V10.6667Z\" fill=\"#10191D\"/>\\n<path d=\"M10.4 12H9.33333V13.0667H10.4V12Z\" fill=\"#10191D\"/>\\n<path d=\"M13.0667 9.6H12V10.6667H13.0667V9.6Z\" fill=\"#10191D\"/>\\n<path d=\"M13.0667 12H12V13.0667H13.0667V12Z\" fill=\"#10191D\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mf71c2\",\"data-framer-name\":\"MegaMenuItemContent\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:29395\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yocint\",\"data-framer-name\":\"title-badge-container\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;587:1720\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13juksd\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:25324\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vqvjit\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:25324;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Manufacturing\"})}),className:\"framer-17xqakf\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Medium\"],layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:25324;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gayegg\",\"data-framer-name\":\"TextBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:28958\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qxjici\",\"data-framer-name\":\"_spanBase\",layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:28958;38:7016\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBCb29r\",\"--framer-font-family\":'\"Gotham Book\", \"Gotham Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(124, 124, 124))\"},children:\"Loans designed for manufacturing needs\"})}),className:\"framer-1azgtqs\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gotham Book\"],layoutDependency:layoutDependency,layoutId:\"I2135:9292;586:28958;38:7016;38:6858\",style:{\"--extracted-r6o4lv\":\"rgb(124, 124, 124)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ltdpfo\",\"data-framer-name\":\"Featured News\",layoutDependency:layoutDependency,layoutId:\"RndODrhE9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x1seta\",layoutDependency:layoutDependency,layoutId:\"z1Yv9nZ8P\",style:{backgroundColor:\"rgba(194, 194, 194, 0.25)\"},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"z1Yv9nZ8P\",data:PodcastNew,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"z1Yv9nZ8P\",name:\"RVin3fMPS\",type:\"Identifier\"},{collection:\"z1Yv9nZ8P\",name:\"vxzGBCUUB\",type:\"Identifier\"},{collection:\"z1Yv9nZ8P\",name:\"MHPMK5ilE\",type:\"Identifier\"},{collection:\"z1Yv9nZ8P\",name:\"id\",type:\"Identifier\"}]},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({id:idz1Yv9nZ8P,MHPMK5ilE:MHPMK5ilEz1Yv9nZ8P,RVin3fMPS:RVin3fMPSz1Yv9nZ8P,vxzGBCUUB:vxzGBCUUBz1Yv9nZ8P},index4)=>{RVin3fMPSz1Yv9nZ8P??=\"\";MHPMK5ilEz1Yv9nZ8P??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`z1Yv9nZ8P-${idz1Yv9nZ8P}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{MHPMK5ilE:MHPMK5ilEz1Yv9nZ8P},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tyqlvj\",layoutDependency:layoutDependency,layoutId:\"VE4q52X0K\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{MHPMK5ilE:MHPMK5ilEz1Yv9nZ8P},webPageId:\"Bl2Jfsxi6\"},implicitPathVariables:undefined},{href:{pathVariables:{MHPMK5ilE:MHPMK5ilEz1Yv9nZ8P},webPageId:\"Bl2Jfsxi6\"},implicitPathVariables:undefined}],children:resolvedLinks43=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:548,...addPropertyOverrides({ytveRioOJ:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1200px), 400px), 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dv88cj-container\",layoutDependency:layoutDependency,layoutId:\"JCRvXNXf6-container\",nodeId:\"JCRvXNXf6\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavFeaturedPosts,{Crx_kStM2:toResponsiveImage(vxzGBCUUBz1Yv9nZ8P),eJDjHBfXh:resolvedLinks43[0],height:\"100%\",id:\"JCRvXNXf6\",iPIIKNBsy:\"Listen Now\",kKqBF9kww:RVin3fMPSz1Yv9nZ8P,layoutId:\"JCRvXNXf6\",MjGpmGc4B:RVin3fMPSz1Yv9nZ8P,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({ytveRioOJ:{eJDjHBfXh:resolvedLinks43[1]}},baseVariant,gestureVariant)})})})})})})},idz1Yv9nZ8P);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kcvey3\",layoutDependency:layoutDependency,layoutId:\"dXsxyn9Kg\",style:{backgroundColor:\"rgba(194, 194, 194, 0.25)\"},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"dXsxyn9Kg\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"dXsxyn9Kg\",direction:\"desc\",name:\"L6STNeDsd\",type:\"Identifier\"}],select:[{collection:\"dXsxyn9Kg\",name:\"SdapfuQrr\",type:\"Identifier\"},{collection:\"dXsxyn9Kg\",name:\"Jm3AaEf47\",type:\"Identifier\"},{collection:\"dXsxyn9Kg\",name:\"lLohLkLnn\",type:\"Identifier\"},{collection:\"dXsxyn9Kg\",name:\"id\",type:\"Identifier\"}],where:{collection:\"dXsxyn9Kg\",name:\"OypKgENc2\",type:\"Identifier\"}},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({id:iddXsxyn9Kg,Jm3AaEf47:Jm3AaEf47dXsxyn9Kg,lLohLkLnn:lLohLkLnndXsxyn9Kg,SdapfuQrr:SdapfuQrrdXsxyn9Kg},index5)=>{SdapfuQrrdXsxyn9Kg??=\"\";lLohLkLnndXsxyn9Kg??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dXsxyn9Kg-${iddXsxyn9Kg}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{lLohLkLnn:lLohLkLnndXsxyn9Kg},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pxeith\",layoutDependency:layoutDependency,layoutId:\"J1CazQPrI\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{lLohLkLnn:lLohLkLnndXsxyn9Kg},webPageId:\"joJBOgDEB\"},implicitPathVariables:undefined},{href:{pathVariables:{lLohLkLnn:lLohLkLnndXsxyn9Kg},webPageId:\"joJBOgDEB\"},implicitPathVariables:undefined}],children:resolvedLinks44=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:548,...addPropertyOverrides({ytveRioOJ:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1200px), 400px), 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-156rkrk-container\",layoutDependency:layoutDependency,layoutId:\"gzAA_mkR9-container\",nodeId:\"gzAA_mkR9\",rendersWithMotion:true,scopeId:\"suSr3lklH\",children:/*#__PURE__*/_jsx(NavFeaturedPosts,{Crx_kStM2:toResponsiveImage(Jm3AaEf47dXsxyn9Kg),eJDjHBfXh:resolvedLinks44[0],height:\"100%\",id:\"gzAA_mkR9\",iPIIKNBsy:\"Read Now\",kKqBF9kww:SdapfuQrrdXsxyn9Kg,layoutId:\"gzAA_mkR9\",MjGpmGc4B:SdapfuQrrdXsxyn9Kg,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({ytveRioOJ:{eJDjHBfXh:resolvedLinks44[1]}},baseVariant,gestureVariant)})})})})})})},iddXsxyn9Kg);})})})})})]})]})}),isDisplayed11()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-13wvs5l\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"i1cENKN3L\",onTap:onTapyltq5x,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:1},variants:{eMg27xGnE:{backgroundColor:\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29))\",opacity:0},ytveRioOJ:{backgroundColor:\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29))\",opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nVvLx.framer-nw9e7b, .framer-nVvLx .framer-nw9e7b { display: block; }\",\".framer-nVvLx.framer-10lhpq4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-nVvLx .framer-1ehmuqo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 30px 24px 30px; position: relative; width: 100%; }\",\".framer-nVvLx .framer-67ksia { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 56px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-3mycte { aspect-ratio: 2.2181818181818183 / 1; flex: none; height: 98%; position: relative; text-decoration: none; width: var(--framer-aspect-ratio-supported, 122px); }\",\".framer-nVvLx .framer-1v81bqv { aspect-ratio: 2.2181818181818183 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); position: relative; width: 122px; }\",\".framer-nVvLx .framer-5eg2ir { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); overflow: hidden; position: relative; width: 33px; }\",\".framer-nVvLx .framer-h2l5uv { bottom: 4px; flex: none; height: 4px; left: calc(48.484848484848506% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-cv90z7 { flex: none; height: 4px; left: 16px; overflow: hidden; position: absolute; top: calc(51.51515151515154% - 4px / 2); width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-1ijf6nn { flex: none; height: 4px; left: calc(48.484848484848506% - 24px / 2); overflow: hidden; position: absolute; top: 5px; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-11ku960 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 40%; min-width: 40%; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-1xaeikz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-h3fg20-container, .framer-nVvLx .framer-1l81gak-container, .framer-nVvLx .framer-16pgsd0-container, .framer-nVvLx .framer-1nj70zm-container { flex: 1 0 0px; height: 42px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-1wvxqdv, .framer-nVvLx .framer-9ymmef { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-51mbz5, .framer-nVvLx .framer-6u2jx6, .framer-nVvLx .framer-1a80l22, .framer-nVvLx .framer-h93a2d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nVvLx .framer-trd0xb, .framer-nVvLx .framer-cabacq, .framer-nVvLx .framer-12ybc1l, .framer-nVvLx .framer-qfcxtf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-nVvLx .framer-h29w97, .framer-nVvLx .framer-jpjsf3, .framer-nVvLx .framer-1l1pcug, .framer-nVvLx .framer-1ak9h8n, .framer-nVvLx .framer-16zyajj, .framer-nVvLx .framer-ufr6i3, .framer-nVvLx .framer-159n1ky, .framer-nVvLx .framer-w4io8g, .framer-nVvLx .framer-1e5sb0b, .framer-nVvLx .framer-143vitt, .framer-nVvLx .framer-2yi33h, .framer-nVvLx .framer-59ou3d, .framer-nVvLx .framer-2mspd8, .framer-nVvLx .framer-1uylux4, .framer-nVvLx .framer-1y15tv5, .framer-nVvLx .framer-1xnf8iy, .framer-nVvLx .framer-1vc3y2w, .framer-nVvLx .framer-pw2nyk, .framer-nVvLx .framer-13nmldl, .framer-nVvLx .framer-gz7zqo, .framer-nVvLx .framer-1lzz4v2, .framer-nVvLx .framer-t86qb5, .framer-nVvLx .framer-1cufd94, .framer-nVvLx .framer-1a6pj4h, .framer-nVvLx .framer-1jz6z7t, .framer-nVvLx .framer-espm24, .framer-nVvLx .framer-17xqakf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nVvLx .framer-vnbx2d-container, .framer-nVvLx .framer-1x6axdp-container, .framer-nVvLx .framer-kfca4m-container, .framer-nVvLx .framer-b9ba3z-container, .framer-nVvLx .framer-guy9t3-container, .framer-nVvLx .framer-5tuh6-container, .framer-nVvLx .framer-1ezvn5p-container, .framer-nVvLx .framer-qw4dky-container, .framer-nVvLx .framer-119aykh-container, .framer-nVvLx .framer-1dgv565-container, .framer-nVvLx .framer-1rmad2f-container, .framer-nVvLx .framer-129obgx-container, .framer-nVvLx .framer-1l1v4di-container, .framer-nVvLx .framer-ixxy7o-container, .framer-nVvLx .framer-ayv1al-container, .framer-nVvLx .framer-x3upbp-container, .framer-nVvLx .framer-1b62a51-container, .framer-nVvLx .framer-1esz75q-container, .framer-nVvLx .framer-5tita9-container { flex: none; height: auto; position: relative; width: 300px; }\",\".framer-nVvLx .framer-1g9cvfz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-1ou6qop, .framer-nVvLx .framer-1g355at { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-o8ofw4, .framer-nVvLx .framer-ltdpfo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 400px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-1ggtd7k, .framer-nVvLx .framer-bk80oz, .framer-nVvLx .framer-1s6zoh2, .framer-nVvLx .framer-v0mpsq, .framer-nVvLx .framer-x1seta, .framer-nVvLx .framer-1kcvey3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-width: 400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nVvLx .framer-m0jt8u, .framer-nVvLx .framer-1v4pkjh { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-nVvLx .framer-11okd86-container, .framer-nVvLx .framer-bop1oo-container, .framer-nVvLx .framer-16nprdc-container, .framer-nVvLx .framer-joyvhk-container, .framer-nVvLx .framer-dv88cj-container, .framer-nVvLx .framer-156rkrk-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-nVvLx .framer-3mjf07 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-1c11skq-container { flex: none; height: 44px; position: relative; width: 140px; }\",\".framer-nVvLx .framer-1ttlegc { align-content: center; align-items: center; aspect-ratio: 3.1818181818181817 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 45px); justify-content: center; overflow: visible; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: 140px; }\",\".framer-nVvLx .framer-132m6o, .framer-nVvLx .framer-yaqbl1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-14b9mv7, .framer-nVvLx .framer-12jlmts { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 400px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-sxarrf, .framer-nVvLx .framer-u2gaea, .framer-nVvLx .framer-1mlkbon, .framer-nVvLx .framer-1l3d5lb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 100%; }\",\".framer-nVvLx .framer-zn4kd9-container, .framer-nVvLx .framer-ydj422-container, .framer-nVvLx .framer-88d2sp-container, .framer-nVvLx .framer-gppml-container, .framer-nVvLx .framer-z15gxd-container, .framer-nVvLx .framer-1aku1z6-container, .framer-nVvLx .framer-a15yat-container, .framer-nVvLx .framer-czxj04-container, .framer-nVvLx .framer-8gy4b5-container, .framer-nVvLx .framer-1hfn8u2-container, .framer-nVvLx .framer-1me18b4-container, .framer-nVvLx .framer-19eyty-container, .framer-nVvLx .framer-1mhgc0h-container, .framer-nVvLx .framer-m3lcnl-container, .framer-nVvLx .framer-6w867j-container, .framer-nVvLx .framer-203eu9-container, .framer-nVvLx .framer-ndbl43-container, .framer-nVvLx .framer-ermn0z-container, .framer-nVvLx .framer-1pc2r8s-container, .framer-nVvLx .framer-1dv2993-container { flex: none; height: auto; min-height: 92px; position: relative; width: 300px; }\",\".framer-nVvLx .framer-a7mr2l, .framer-nVvLx .framer-18aizd8, .framer-nVvLx .framer-19ccrbo, .framer-nVvLx .framer-15efmo3, .framer-nVvLx .framer-kkz0la, .framer-nVvLx .framer-1ww78at { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: 300px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-1lal77z, .framer-nVvLx .framer-mt8vsm, .framer-nVvLx .framer-15mc9i, .framer-nVvLx .framer-1slfk32, .framer-nVvLx .framer-dxznrz, .framer-nVvLx .framer-18ygb6x, .framer-nVvLx .framer-apmk1k, .framer-nVvLx .framer-1s3959q, .framer-nVvLx .framer-i4o1rp, .framer-nVvLx .framer-17risx0, .framer-nVvLx .framer-1mo8njh, .framer-nVvLx .framer-1nwpr2l, .framer-nVvLx .framer-ti0mes, .framer-nVvLx .framer-1xgrc0a, .framer-nVvLx .framer-10nng8f, .framer-nVvLx .framer-1a34exm, .framer-nVvLx .framer-jfjmzh, .framer-nVvLx .framer-18p6w9c { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-hp0hxu, .framer-nVvLx .framer-jbki8a, .framer-nVvLx .framer-1g0ut5x, .framer-nVvLx .framer-s33bow, .framer-nVvLx .framer-12b4yfb, .framer-nVvLx .framer-1ouepy7, .framer-nVvLx .framer-bj8mtb, .framer-nVvLx .framer-130w30h, .framer-nVvLx .framer-1j6dqhe, .framer-nVvLx .framer-g5gund, .framer-nVvLx .framer-ze8041, .framer-nVvLx .framer-1yp7jox, .framer-nVvLx .framer-12wqa37, .framer-nVvLx .framer-96xrmm, .framer-nVvLx .framer-1xwoaie, .framer-nVvLx .framer-wq4y1v, .framer-nVvLx .framer-95zf6p, .framer-nVvLx .framer-1h1larb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-nVvLx .framer-127psut, .framer-nVvLx .framer-f11zqs, .framer-nVvLx .framer-1owc95k, .framer-nVvLx .framer-ztmyv4, .framer-nVvLx .framer-g01f7o, .framer-nVvLx .framer-1tiinei { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-nVvLx .framer-1cjv3yr, .framer-nVvLx .framer-zyxo4b, .framer-nVvLx .framer-9amyxq, .framer-nVvLx .framer-wsyow2, .framer-nVvLx .framer-1eje79p, .framer-nVvLx .framer-g6ppuz, .framer-nVvLx .framer-9w2nmf, .framer-nVvLx .framer-ne9t1w, .framer-nVvLx .framer-1p8l4pi, .framer-nVvLx .framer-1ocevf8, .framer-nVvLx .framer-127x50b, .framer-nVvLx .framer-9xs8y, .framer-nVvLx .framer-1f5k7m, .framer-nVvLx .framer-hmbxoh, .framer-nVvLx .framer-x2g4g8, .framer-nVvLx .framer-1uv9o43, .framer-nVvLx .framer-1clfkle, .framer-nVvLx .framer-mf71c2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-789r10, .framer-nVvLx .framer-ty38z0, .framer-nVvLx .framer-mlhixv, .framer-nVvLx .framer-54eez0, .framer-nVvLx .framer-vctu6m, .framer-nVvLx .framer-1i107dl, .framer-nVvLx .framer-4k46hi, .framer-nVvLx .framer-1warwzk, .framer-nVvLx .framer-13iprwg, .framer-nVvLx .framer-1jov182, .framer-nVvLx .framer-191l8bk, .framer-nVvLx .framer-18r28a2, .framer-nVvLx .framer-1y0m1dq, .framer-nVvLx .framer-qzk3gl, .framer-nVvLx .framer-w3psfq, .framer-nVvLx .framer-1jb26yl, .framer-nVvLx .framer-1cp41cb, .framer-nVvLx .framer-1yocint { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nVvLx .framer-rhmopf, .framer-nVvLx .framer-1wuk4le, .framer-nVvLx .framer-10loy69, .framer-nVvLx .framer-3dl2ff, .framer-nVvLx .framer-4a87xw, .framer-nVvLx .framer-1sbvbac, .framer-nVvLx .framer-1xwabxe, .framer-nVvLx .framer-ob53q4, .framer-nVvLx .framer-18yqz8s, .framer-nVvLx .framer-1cam1np, .framer-nVvLx .framer-1v2ykep, .framer-nVvLx .framer-zyk7ph, .framer-nVvLx .framer-p42e65, .framer-nVvLx .framer-2mwb7z, .framer-nVvLx .framer-1ryq0yd, .framer-nVvLx .framer-qoq94u, .framer-nVvLx .framer-nw437u, .framer-nVvLx .framer-13juksd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nVvLx .framer-1hzfbac, .framer-nVvLx .framer-1m31xlk, .framer-nVvLx .framer-mmkzed, .framer-nVvLx .framer-cf2axn, .framer-nVvLx .framer-3ms3, .framer-nVvLx .framer-1pssv4y, .framer-nVvLx .framer-1d1wkqi, .framer-nVvLx .framer-1fq7a4g, .framer-nVvLx .framer-13j05jp, .framer-nVvLx .framer-1ao4908, .framer-nVvLx .framer-1n5vtg4, .framer-nVvLx .framer-1k9vqii, .framer-nVvLx .framer-1kxjn74, .framer-nVvLx .framer-1bf67wv, .framer-nVvLx .framer-833tn9, .framer-nVvLx .framer-c1r48m, .framer-nVvLx .framer-975s8b, .framer-nVvLx .framer-1vqvjit { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nVvLx .framer-1ax642m, .framer-nVvLx .framer-j49u8s, .framer-nVvLx .framer-4c21bs, .framer-nVvLx .framer-wtzfht, .framer-nVvLx .framer-tsixl6, .framer-nVvLx .framer-vurcv0, .framer-nVvLx .framer-1qkfmcb, .framer-nVvLx .framer-w2y697, .framer-nVvLx .framer-1v58x6g, .framer-nVvLx .framer-a22rxn, .framer-nVvLx .framer-1kg7023, .framer-nVvLx .framer-174hpni, .framer-nVvLx .framer-1gbvd07, .framer-nVvLx .framer-focxee, .framer-nVvLx .framer-1hj7qd7, .framer-nVvLx .framer-7ffwbd, .framer-nVvLx .framer-1q8lyv5, .framer-nVvLx .framer-gayegg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nVvLx .framer-9vm6vt, .framer-nVvLx .framer-1ho6xa1, .framer-nVvLx .framer-3jzbsw, .framer-nVvLx .framer-1najfgy, .framer-nVvLx .framer-hxx4it, .framer-nVvLx .framer-10f1wd7, .framer-nVvLx .framer-469jey, .framer-nVvLx .framer-12t0w8y, .framer-nVvLx .framer-tl2g74, .framer-nVvLx .framer-ext5rq, .framer-nVvLx .framer-1uedy2k, .framer-nVvLx .framer-62rr41, .framer-nVvLx .framer-17ivbg8, .framer-nVvLx .framer-iq3d8x, .framer-nVvLx .framer-1eus2xo, .framer-nVvLx .framer-dx23fs, .framer-nVvLx .framer-qpwjo9, .framer-nVvLx .framer-1qxjici { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-1iqsb65, .framer-nVvLx .framer-9aiik, .framer-nVvLx .framer-i8wqou, .framer-nVvLx .framer-341c7q, .framer-nVvLx .framer-17cbszy, .framer-nVvLx .framer-1cor8vk, .framer-nVvLx .framer-1fnspxa, .framer-nVvLx .framer-f5qaak, .framer-nVvLx .framer-xtb7mk, .framer-nVvLx .framer-1y6wtil, .framer-nVvLx .framer-zg30o5, .framer-nVvLx .framer-iqgjpm, .framer-nVvLx .framer-b2hj5h, .framer-nVvLx .framer-1ip7436, .framer-nVvLx .framer-abmm7, .framer-nVvLx .framer-8gjxkh, .framer-nVvLx .framer-1mtkuf1, .framer-nVvLx .framer-1azgtqs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 252px; word-break: break-word; word-wrap: break-word; }\",\".framer-nVvLx .framer-edoiuk, .framer-nVvLx .framer-fv7o5g, .framer-nVvLx .framer-1flw4c1, .framer-nVvLx .framer-1ldxv95, .framer-nVvLx .framer-w6pvs4, .framer-nVvLx .framer-1opyq5c, .framer-nVvLx .framer-bplmk5, .framer-nVvLx .framer-gsf0jx, .framer-nVvLx .framer-8bpuez, .framer-nVvLx .framer-c26h6b, .framer-nVvLx .framer-cv3s8q, .framer-nVvLx .framer-1m3azdj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20px; }\",\".framer-nVvLx .framer-1avz3mq { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-nVvLx .framer-1vy0vkt { flex: none; height: 18px; left: 2px; position: absolute; top: 1px; width: 16px; }\",\".framer-nVvLx .framer-17dl9ix { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; width: 300px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-141unup { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-mrkfjg, .framer-nVvLx .framer-x8orp2, .framer-nVvLx .framer-1tyqlvj, .framer-nVvLx .framer-1pxeith { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-nVvLx .framer-16hw11p, .framer-nVvLx .framer-16brkhb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-gixhoc, .framer-nVvLx .framer-29o0iy, .framer-nVvLx .framer-o2m899, .framer-nVvLx .framer-4zdci8, .framer-nVvLx .framer-oanapj, .framer-nVvLx .framer-1angxrn, .framer-nVvLx .framer-1ghwo1o, .framer-nVvLx .framer-nf3urq, .framer-nVvLx .framer-48drbk, .framer-nVvLx .framer-cd8m7p, .framer-nVvLx .framer-zhb96g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-nVvLx .framer-1fmpkej, .framer-nVvLx .framer-1gwdq89, .framer-nVvLx .framer-unewte, .framer-nVvLx .framer-9bzh7s, .framer-nVvLx .framer-1b57wvk, .framer-nVvLx .framer-1at11w1, .framer-nVvLx .framer-125lmfk, .framer-nVvLx .framer-14ygtbi, .framer-nVvLx .framer-1fgpnsr, .framer-nVvLx .framer-1ilr8qw, .framer-nVvLx .framer-avrr2u { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nVvLx .framer-sj1zcw, .framer-nVvLx .framer-6f9g8x, .framer-nVvLx .framer-1loggjo { flex: none; height: 14px; position: relative; width: 16px; }\",\".framer-nVvLx .framer-gshizl { flex: none; height: 12px; position: relative; width: 16px; }\",\".framer-nVvLx .framer-1lph5dw, .framer-nVvLx .framer-1c9a1hm, .framer-nVvLx .framer-1ek58p3, .framer-nVvLx .framer-1u1yw3 { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-nVvLx .framer-2h5wvc { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-nVvLx .framer-1oez7nd { flex: none; height: 16px; position: relative; width: 17px; }\",\".framer-nVvLx .framer-1m1urn2 { flex: none; height: 16px; position: relative; width: 18px; }\",\".framer-nVvLx .framer-13wvs5l { bottom: 0px; cursor: pointer; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nVvLx.framer-10lhpq4, .framer-nVvLx .framer-1ehmuqo, .framer-nVvLx .framer-1xaeikz, .framer-nVvLx .framer-1wvxqdv, .framer-nVvLx .framer-51mbz5, .framer-nVvLx .framer-trd0xb, .framer-nVvLx .framer-6u2jx6, .framer-nVvLx .framer-cabacq, .framer-nVvLx .framer-1g9cvfz, .framer-nVvLx .framer-9ymmef, .framer-nVvLx .framer-1a80l22, .framer-nVvLx .framer-12ybc1l, .framer-nVvLx .framer-h93a2d, .framer-nVvLx .framer-qfcxtf, .framer-nVvLx .framer-1ou6qop, .framer-nVvLx .framer-1g355at, .framer-nVvLx .framer-o8ofw4, .framer-nVvLx .framer-1ggtd7k, .framer-nVvLx .framer-m0jt8u, .framer-nVvLx .framer-bk80oz, .framer-nVvLx .framer-1v4pkjh, .framer-nVvLx .framer-3mjf07, .framer-nVvLx .framer-1ttlegc, .framer-nVvLx .framer-132m6o, .framer-nVvLx .framer-14b9mv7, .framer-nVvLx .framer-sxarrf, .framer-nVvLx .framer-a7mr2l, .framer-nVvLx .framer-1lal77z, .framer-nVvLx .framer-hp0hxu, .framer-nVvLx .framer-1cjv3yr, .framer-nVvLx .framer-789r10, .framer-nVvLx .framer-rhmopf, .framer-nVvLx .framer-1hzfbac, .framer-nVvLx .framer-1ax642m, .framer-nVvLx .framer-9vm6vt, .framer-nVvLx .framer-18aizd8, .framer-nVvLx .framer-mt8vsm, .framer-nVvLx .framer-jbki8a, .framer-nVvLx .framer-edoiuk, .framer-nVvLx .framer-zyxo4b, .framer-nVvLx .framer-ty38z0, .framer-nVvLx .framer-1wuk4le, .framer-nVvLx .framer-1m31xlk, .framer-nVvLx .framer-j49u8s, .framer-nVvLx .framer-1ho6xa1, .framer-nVvLx .framer-17dl9ix, .framer-nVvLx .framer-15mc9i, .framer-nVvLx .framer-1g0ut5x, .framer-nVvLx .framer-9amyxq, .framer-nVvLx .framer-mlhixv, .framer-nVvLx .framer-10loy69, .framer-nVvLx .framer-mmkzed, .framer-nVvLx .framer-4c21bs, .framer-nVvLx .framer-3jzbsw, .framer-nVvLx .framer-19ccrbo, .framer-nVvLx .framer-1slfk32, .framer-nVvLx .framer-s33bow, .framer-nVvLx .framer-wsyow2, .framer-nVvLx .framer-54eez0, .framer-nVvLx .framer-3dl2ff, .framer-nVvLx .framer-cf2axn, .framer-nVvLx .framer-wtzfht, .framer-nVvLx .framer-1najfgy, .framer-nVvLx .framer-12jlmts, .framer-nVvLx .framer-u2gaea, .framer-nVvLx .framer-15efmo3, .framer-nVvLx .framer-dxznrz, .framer-nVvLx .framer-12b4yfb, .framer-nVvLx .framer-1eje79p, .framer-nVvLx .framer-vctu6m, .framer-nVvLx .framer-4a87xw, .framer-nVvLx .framer-3ms3, .framer-nVvLx .framer-tsixl6, .framer-nVvLx .framer-hxx4it, .framer-nVvLx .framer-kkz0la, .framer-nVvLx .framer-18ygb6x, .framer-nVvLx .framer-1ouepy7, .framer-nVvLx .framer-g6ppuz, .framer-nVvLx .framer-1i107dl, .framer-nVvLx .framer-1sbvbac, .framer-nVvLx .framer-1pssv4y, .framer-nVvLx .framer-vurcv0, .framer-nVvLx .framer-10f1wd7, .framer-nVvLx .framer-1ww78at, .framer-nVvLx .framer-apmk1k, .framer-nVvLx .framer-bj8mtb, .framer-nVvLx .framer-9w2nmf, .framer-nVvLx .framer-4k46hi, .framer-nVvLx .framer-1xwabxe, .framer-nVvLx .framer-1d1wkqi, .framer-nVvLx .framer-1qkfmcb, .framer-nVvLx .framer-469jey, .framer-nVvLx .framer-141unup, .framer-nVvLx .framer-1s6zoh2, .framer-nVvLx .framer-mrkfjg, .framer-nVvLx .framer-v0mpsq, .framer-nVvLx .framer-x8orp2, .framer-nVvLx .framer-yaqbl1, .framer-nVvLx .framer-16hw11p, .framer-nVvLx .framer-1mlkbon, .framer-nVvLx .framer-gixhoc, .framer-nVvLx .framer-1s3959q, .framer-nVvLx .framer-130w30h, .framer-nVvLx .framer-fv7o5g, .framer-nVvLx .framer-1fmpkej, .framer-nVvLx .framer-ne9t1w, .framer-nVvLx .framer-1warwzk, .framer-nVvLx .framer-ob53q4, .framer-nVvLx .framer-1fq7a4g, .framer-nVvLx .framer-w2y697, .framer-nVvLx .framer-12t0w8y, .framer-nVvLx .framer-29o0iy, .framer-nVvLx .framer-i4o1rp, .framer-nVvLx .framer-1j6dqhe, .framer-nVvLx .framer-1flw4c1, .framer-nVvLx .framer-1gwdq89, .framer-nVvLx .framer-1p8l4pi, .framer-nVvLx .framer-13iprwg, .framer-nVvLx .framer-18yqz8s, .framer-nVvLx .framer-13j05jp, .framer-nVvLx .framer-1v58x6g, .framer-nVvLx .framer-tl2g74, .framer-nVvLx .framer-o2m899, .framer-nVvLx .framer-17risx0, .framer-nVvLx .framer-g5gund, .framer-nVvLx .framer-1ldxv95, .framer-nVvLx .framer-unewte, .framer-nVvLx .framer-1ocevf8, .framer-nVvLx .framer-1jov182, .framer-nVvLx .framer-1cam1np, .framer-nVvLx .framer-1ao4908, .framer-nVvLx .framer-a22rxn, .framer-nVvLx .framer-ext5rq, .framer-nVvLx .framer-4zdci8, .framer-nVvLx .framer-1mo8njh, .framer-nVvLx .framer-ze8041, .framer-nVvLx .framer-w6pvs4, .framer-nVvLx .framer-9bzh7s, .framer-nVvLx .framer-127x50b, .framer-nVvLx .framer-191l8bk, .framer-nVvLx .framer-1v2ykep, .framer-nVvLx .framer-1n5vtg4, .framer-nVvLx .framer-1kg7023, .framer-nVvLx .framer-1uedy2k, .framer-nVvLx .framer-oanapj, .framer-nVvLx .framer-1nwpr2l, .framer-nVvLx .framer-1yp7jox, .framer-nVvLx .framer-1opyq5c, .framer-nVvLx .framer-1b57wvk, .framer-nVvLx .framer-9xs8y, .framer-nVvLx .framer-18r28a2, .framer-nVvLx .framer-zyk7ph, .framer-nVvLx .framer-1k9vqii, .framer-nVvLx .framer-174hpni, .framer-nVvLx .framer-62rr41, .framer-nVvLx .framer-16brkhb, .framer-nVvLx .framer-1l3d5lb, .framer-nVvLx .framer-1angxrn, .framer-nVvLx .framer-ti0mes, .framer-nVvLx .framer-12wqa37, .framer-nVvLx .framer-bplmk5, .framer-nVvLx .framer-1at11w1, .framer-nVvLx .framer-1f5k7m, .framer-nVvLx .framer-1y0m1dq, .framer-nVvLx .framer-p42e65, .framer-nVvLx .framer-1kxjn74, .framer-nVvLx .framer-1gbvd07, .framer-nVvLx .framer-17ivbg8, .framer-nVvLx .framer-1ghwo1o, .framer-nVvLx .framer-1xgrc0a, .framer-nVvLx .framer-96xrmm, .framer-nVvLx .framer-gsf0jx, .framer-nVvLx .framer-125lmfk, .framer-nVvLx .framer-hmbxoh, .framer-nVvLx .framer-qzk3gl, .framer-nVvLx .framer-2mwb7z, .framer-nVvLx .framer-1bf67wv, .framer-nVvLx .framer-focxee, .framer-nVvLx .framer-iq3d8x, .framer-nVvLx .framer-nf3urq, .framer-nVvLx .framer-10nng8f, .framer-nVvLx .framer-1xwoaie, .framer-nVvLx .framer-8bpuez, .framer-nVvLx .framer-14ygtbi, .framer-nVvLx .framer-x2g4g8, .framer-nVvLx .framer-w3psfq, .framer-nVvLx .framer-1ryq0yd, .framer-nVvLx .framer-833tn9, .framer-nVvLx .framer-1hj7qd7, .framer-nVvLx .framer-1eus2xo, .framer-nVvLx .framer-48drbk, .framer-nVvLx .framer-1a34exm, .framer-nVvLx .framer-wq4y1v, .framer-nVvLx .framer-c26h6b, .framer-nVvLx .framer-1fgpnsr, .framer-nVvLx .framer-1uv9o43, .framer-nVvLx .framer-1jb26yl, .framer-nVvLx .framer-qoq94u, .framer-nVvLx .framer-c1r48m, .framer-nVvLx .framer-7ffwbd, .framer-nVvLx .framer-dx23fs, .framer-nVvLx .framer-cd8m7p, .framer-nVvLx .framer-jfjmzh, .framer-nVvLx .framer-95zf6p, .framer-nVvLx .framer-cv3s8q, .framer-nVvLx .framer-1ilr8qw, .framer-nVvLx .framer-1clfkle, .framer-nVvLx .framer-1cp41cb, .framer-nVvLx .framer-nw437u, .framer-nVvLx .framer-975s8b, .framer-nVvLx .framer-1q8lyv5, .framer-nVvLx .framer-qpwjo9, .framer-nVvLx .framer-zhb96g, .framer-nVvLx .framer-18p6w9c, .framer-nVvLx .framer-1h1larb, .framer-nVvLx .framer-1m3azdj, .framer-nVvLx .framer-avrr2u, .framer-nVvLx .framer-mf71c2, .framer-nVvLx .framer-1yocint, .framer-nVvLx .framer-13juksd, .framer-nVvLx .framer-1vqvjit, .framer-nVvLx .framer-gayegg, .framer-nVvLx .framer-1qxjici, .framer-nVvLx .framer-ltdpfo, .framer-nVvLx .framer-x1seta, .framer-nVvLx .framer-1tyqlvj, .framer-nVvLx .framer-1kcvey3, .framer-nVvLx .framer-1pxeith { gap: 0px; } .framer-nVvLx.framer-10lhpq4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nVvLx.framer-10lhpq4 > :first-child, .framer-nVvLx .framer-1wvxqdv > :first-child, .framer-nVvLx .framer-51mbz5 > :first-child, .framer-nVvLx .framer-trd0xb > :first-child, .framer-nVvLx .framer-6u2jx6 > :first-child, .framer-nVvLx .framer-cabacq > :first-child, .framer-nVvLx .framer-9ymmef > :first-child, .framer-nVvLx .framer-1a80l22 > :first-child, .framer-nVvLx .framer-12ybc1l > :first-child, .framer-nVvLx .framer-h93a2d > :first-child, .framer-nVvLx .framer-qfcxtf > :first-child, .framer-nVvLx .framer-o8ofw4 > :first-child, .framer-nVvLx .framer-1ggtd7k > :first-child, .framer-nVvLx .framer-bk80oz > :first-child, .framer-nVvLx .framer-14b9mv7 > :first-child, .framer-nVvLx .framer-sxarrf > :first-child, .framer-nVvLx .framer-hp0hxu > :first-child, .framer-nVvLx .framer-1cjv3yr > :first-child, .framer-nVvLx .framer-1hzfbac > :first-child, .framer-nVvLx .framer-9vm6vt > :first-child, .framer-nVvLx .framer-jbki8a > :first-child, .framer-nVvLx .framer-zyxo4b > :first-child, .framer-nVvLx .framer-1m31xlk > :first-child, .framer-nVvLx .framer-1ho6xa1 > :first-child, .framer-nVvLx .framer-1g0ut5x > :first-child, .framer-nVvLx .framer-9amyxq > :first-child, .framer-nVvLx .framer-mmkzed > :first-child, .framer-nVvLx .framer-3jzbsw > :first-child, .framer-nVvLx .framer-s33bow > :first-child, .framer-nVvLx .framer-wsyow2 > :first-child, .framer-nVvLx .framer-cf2axn > :first-child, .framer-nVvLx .framer-1najfgy > :first-child, .framer-nVvLx .framer-12jlmts > :first-child, .framer-nVvLx .framer-u2gaea > :first-child, .framer-nVvLx .framer-12b4yfb > :first-child, .framer-nVvLx .framer-1eje79p > :first-child, .framer-nVvLx .framer-3ms3 > :first-child, .framer-nVvLx .framer-hxx4it > :first-child, .framer-nVvLx .framer-1ouepy7 > :first-child, .framer-nVvLx .framer-g6ppuz > :first-child, .framer-nVvLx .framer-1pssv4y > :first-child, .framer-nVvLx .framer-10f1wd7 > :first-child, .framer-nVvLx .framer-bj8mtb > :first-child, .framer-nVvLx .framer-9w2nmf > :first-child, .framer-nVvLx .framer-1d1wkqi > :first-child, .framer-nVvLx .framer-469jey > :first-child, .framer-nVvLx .framer-141unup > :first-child, .framer-nVvLx .framer-1s6zoh2 > :first-child, .framer-nVvLx .framer-v0mpsq > :first-child, .framer-nVvLx .framer-16hw11p > :first-child, .framer-nVvLx .framer-1mlkbon > :first-child, .framer-nVvLx .framer-130w30h > :first-child, .framer-nVvLx .framer-1fmpkej > :first-child, .framer-nVvLx .framer-ne9t1w > :first-child, .framer-nVvLx .framer-1fq7a4g > :first-child, .framer-nVvLx .framer-12t0w8y > :first-child, .framer-nVvLx .framer-1j6dqhe > :first-child, .framer-nVvLx .framer-1gwdq89 > :first-child, .framer-nVvLx .framer-1p8l4pi > :first-child, .framer-nVvLx .framer-13j05jp > :first-child, .framer-nVvLx .framer-tl2g74 > :first-child, .framer-nVvLx .framer-g5gund > :first-child, .framer-nVvLx .framer-unewte > :first-child, .framer-nVvLx .framer-1ocevf8 > :first-child, .framer-nVvLx .framer-1ao4908 > :first-child, .framer-nVvLx .framer-ext5rq > :first-child, .framer-nVvLx .framer-ze8041 > :first-child, .framer-nVvLx .framer-9bzh7s > :first-child, .framer-nVvLx .framer-127x50b > :first-child, .framer-nVvLx .framer-1n5vtg4 > :first-child, .framer-nVvLx .framer-1uedy2k > :first-child, .framer-nVvLx .framer-1yp7jox > :first-child, .framer-nVvLx .framer-1b57wvk > :first-child, .framer-nVvLx .framer-9xs8y > :first-child, .framer-nVvLx .framer-1k9vqii > :first-child, .framer-nVvLx .framer-62rr41 > :first-child, .framer-nVvLx .framer-16brkhb > :first-child, .framer-nVvLx .framer-1l3d5lb > :first-child, .framer-nVvLx .framer-12wqa37 > :first-child, .framer-nVvLx .framer-1at11w1 > :first-child, .framer-nVvLx .framer-1f5k7m > :first-child, .framer-nVvLx .framer-1kxjn74 > :first-child, .framer-nVvLx .framer-17ivbg8 > :first-child, .framer-nVvLx .framer-96xrmm > :first-child, .framer-nVvLx .framer-125lmfk > :first-child, .framer-nVvLx .framer-hmbxoh > :first-child, .framer-nVvLx .framer-1bf67wv > :first-child, .framer-nVvLx .framer-iq3d8x > :first-child, .framer-nVvLx .framer-1xwoaie > :first-child, .framer-nVvLx .framer-14ygtbi > :first-child, .framer-nVvLx .framer-x2g4g8 > :first-child, .framer-nVvLx .framer-833tn9 > :first-child, .framer-nVvLx .framer-1eus2xo > :first-child, .framer-nVvLx .framer-wq4y1v > :first-child, .framer-nVvLx .framer-1fgpnsr > :first-child, .framer-nVvLx .framer-1uv9o43 > :first-child, .framer-nVvLx .framer-c1r48m > :first-child, .framer-nVvLx .framer-dx23fs > :first-child, .framer-nVvLx .framer-95zf6p > :first-child, .framer-nVvLx .framer-1ilr8qw > :first-child, .framer-nVvLx .framer-1clfkle > :first-child, .framer-nVvLx .framer-975s8b > :first-child, .framer-nVvLx .framer-qpwjo9 > :first-child, .framer-nVvLx .framer-1h1larb > :first-child, .framer-nVvLx .framer-avrr2u > :first-child, .framer-nVvLx .framer-mf71c2 > :first-child, .framer-nVvLx .framer-1vqvjit > :first-child, .framer-nVvLx .framer-1qxjici > :first-child, .framer-nVvLx .framer-ltdpfo > :first-child, .framer-nVvLx .framer-x1seta > :first-child, .framer-nVvLx .framer-1kcvey3 > :first-child { margin-top: 0px; } .framer-nVvLx.framer-10lhpq4 > :last-child, .framer-nVvLx .framer-1wvxqdv > :last-child, .framer-nVvLx .framer-51mbz5 > :last-child, .framer-nVvLx .framer-trd0xb > :last-child, .framer-nVvLx .framer-6u2jx6 > :last-child, .framer-nVvLx .framer-cabacq > :last-child, .framer-nVvLx .framer-9ymmef > :last-child, .framer-nVvLx .framer-1a80l22 > :last-child, .framer-nVvLx .framer-12ybc1l > :last-child, .framer-nVvLx .framer-h93a2d > :last-child, .framer-nVvLx .framer-qfcxtf > :last-child, .framer-nVvLx .framer-o8ofw4 > :last-child, .framer-nVvLx .framer-1ggtd7k > :last-child, .framer-nVvLx .framer-bk80oz > :last-child, .framer-nVvLx .framer-14b9mv7 > :last-child, .framer-nVvLx .framer-sxarrf > :last-child, .framer-nVvLx .framer-hp0hxu > :last-child, .framer-nVvLx .framer-1cjv3yr > :last-child, .framer-nVvLx .framer-1hzfbac > :last-child, .framer-nVvLx .framer-9vm6vt > :last-child, .framer-nVvLx .framer-jbki8a > :last-child, .framer-nVvLx .framer-zyxo4b > :last-child, .framer-nVvLx .framer-1m31xlk > :last-child, .framer-nVvLx .framer-1ho6xa1 > :last-child, .framer-nVvLx .framer-1g0ut5x > :last-child, .framer-nVvLx .framer-9amyxq > :last-child, .framer-nVvLx .framer-mmkzed > :last-child, .framer-nVvLx .framer-3jzbsw > :last-child, .framer-nVvLx .framer-s33bow > :last-child, .framer-nVvLx .framer-wsyow2 > :last-child, .framer-nVvLx .framer-cf2axn > :last-child, .framer-nVvLx .framer-1najfgy > :last-child, .framer-nVvLx .framer-12jlmts > :last-child, .framer-nVvLx .framer-u2gaea > :last-child, .framer-nVvLx .framer-12b4yfb > :last-child, .framer-nVvLx .framer-1eje79p > :last-child, .framer-nVvLx .framer-3ms3 > :last-child, .framer-nVvLx .framer-hxx4it > :last-child, .framer-nVvLx .framer-1ouepy7 > :last-child, .framer-nVvLx .framer-g6ppuz > :last-child, .framer-nVvLx .framer-1pssv4y > :last-child, .framer-nVvLx .framer-10f1wd7 > :last-child, .framer-nVvLx .framer-bj8mtb > :last-child, .framer-nVvLx .framer-9w2nmf > :last-child, .framer-nVvLx .framer-1d1wkqi > :last-child, .framer-nVvLx .framer-469jey > :last-child, .framer-nVvLx .framer-141unup > :last-child, .framer-nVvLx .framer-1s6zoh2 > :last-child, .framer-nVvLx .framer-v0mpsq > :last-child, .framer-nVvLx .framer-16hw11p > :last-child, .framer-nVvLx .framer-1mlkbon > :last-child, .framer-nVvLx .framer-130w30h > :last-child, .framer-nVvLx .framer-1fmpkej > :last-child, .framer-nVvLx .framer-ne9t1w > :last-child, .framer-nVvLx .framer-1fq7a4g > :last-child, .framer-nVvLx .framer-12t0w8y > :last-child, .framer-nVvLx .framer-1j6dqhe > :last-child, .framer-nVvLx .framer-1gwdq89 > :last-child, .framer-nVvLx .framer-1p8l4pi > :last-child, .framer-nVvLx .framer-13j05jp > :last-child, .framer-nVvLx .framer-tl2g74 > :last-child, .framer-nVvLx .framer-g5gund > :last-child, .framer-nVvLx .framer-unewte > :last-child, .framer-nVvLx .framer-1ocevf8 > :last-child, .framer-nVvLx .framer-1ao4908 > :last-child, .framer-nVvLx .framer-ext5rq > :last-child, .framer-nVvLx .framer-ze8041 > :last-child, .framer-nVvLx .framer-9bzh7s > :last-child, .framer-nVvLx .framer-127x50b > :last-child, .framer-nVvLx .framer-1n5vtg4 > :last-child, .framer-nVvLx .framer-1uedy2k > :last-child, .framer-nVvLx .framer-1yp7jox > :last-child, .framer-nVvLx .framer-1b57wvk > :last-child, .framer-nVvLx .framer-9xs8y > :last-child, .framer-nVvLx .framer-1k9vqii > :last-child, .framer-nVvLx .framer-62rr41 > :last-child, .framer-nVvLx .framer-16brkhb > :last-child, .framer-nVvLx .framer-1l3d5lb > :last-child, .framer-nVvLx .framer-12wqa37 > :last-child, .framer-nVvLx .framer-1at11w1 > :last-child, .framer-nVvLx .framer-1f5k7m > :last-child, .framer-nVvLx .framer-1kxjn74 > :last-child, .framer-nVvLx .framer-17ivbg8 > :last-child, .framer-nVvLx .framer-96xrmm > :last-child, .framer-nVvLx .framer-125lmfk > :last-child, .framer-nVvLx .framer-hmbxoh > :last-child, .framer-nVvLx .framer-1bf67wv > :last-child, .framer-nVvLx .framer-iq3d8x > :last-child, .framer-nVvLx .framer-1xwoaie > :last-child, .framer-nVvLx .framer-14ygtbi > :last-child, .framer-nVvLx .framer-x2g4g8 > :last-child, .framer-nVvLx .framer-833tn9 > :last-child, .framer-nVvLx .framer-1eus2xo > :last-child, .framer-nVvLx .framer-wq4y1v > :last-child, .framer-nVvLx .framer-1fgpnsr > :last-child, .framer-nVvLx .framer-1uv9o43 > :last-child, .framer-nVvLx .framer-c1r48m > :last-child, .framer-nVvLx .framer-dx23fs > :last-child, .framer-nVvLx .framer-95zf6p > :last-child, .framer-nVvLx .framer-1ilr8qw > :last-child, .framer-nVvLx .framer-1clfkle > :last-child, .framer-nVvLx .framer-975s8b > :last-child, .framer-nVvLx .framer-qpwjo9 > :last-child, .framer-nVvLx .framer-1h1larb > :last-child, .framer-nVvLx .framer-avrr2u > :last-child, .framer-nVvLx .framer-mf71c2 > :last-child, .framer-nVvLx .framer-1vqvjit > :last-child, .framer-nVvLx .framer-1qxjici > :last-child, .framer-nVvLx .framer-ltdpfo > :last-child, .framer-nVvLx .framer-x1seta > :last-child, .framer-nVvLx .framer-1kcvey3 > :last-child { margin-bottom: 0px; } .framer-nVvLx .framer-1ehmuqo > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-nVvLx .framer-1ehmuqo > :first-child, .framer-nVvLx .framer-1xaeikz > :first-child, .framer-nVvLx .framer-1g9cvfz > :first-child, .framer-nVvLx .framer-1ou6qop > :first-child, .framer-nVvLx .framer-1g355at > :first-child, .framer-nVvLx .framer-m0jt8u > :first-child, .framer-nVvLx .framer-1v4pkjh > :first-child, .framer-nVvLx .framer-3mjf07 > :first-child, .framer-nVvLx .framer-1ttlegc > :first-child, .framer-nVvLx .framer-132m6o > :first-child, .framer-nVvLx .framer-a7mr2l > :first-child, .framer-nVvLx .framer-1lal77z > :first-child, .framer-nVvLx .framer-789r10 > :first-child, .framer-nVvLx .framer-rhmopf > :first-child, .framer-nVvLx .framer-1ax642m > :first-child, .framer-nVvLx .framer-18aizd8 > :first-child, .framer-nVvLx .framer-mt8vsm > :first-child, .framer-nVvLx .framer-edoiuk > :first-child, .framer-nVvLx .framer-ty38z0 > :first-child, .framer-nVvLx .framer-1wuk4le > :first-child, .framer-nVvLx .framer-j49u8s > :first-child, .framer-nVvLx .framer-17dl9ix > :first-child, .framer-nVvLx .framer-15mc9i > :first-child, .framer-nVvLx .framer-mlhixv > :first-child, .framer-nVvLx .framer-10loy69 > :first-child, .framer-nVvLx .framer-4c21bs > :first-child, .framer-nVvLx .framer-19ccrbo > :first-child, .framer-nVvLx .framer-1slfk32 > :first-child, .framer-nVvLx .framer-54eez0 > :first-child, .framer-nVvLx .framer-3dl2ff > :first-child, .framer-nVvLx .framer-wtzfht > :first-child, .framer-nVvLx .framer-15efmo3 > :first-child, .framer-nVvLx .framer-dxznrz > :first-child, .framer-nVvLx .framer-vctu6m > :first-child, .framer-nVvLx .framer-4a87xw > :first-child, .framer-nVvLx .framer-tsixl6 > :first-child, .framer-nVvLx .framer-kkz0la > :first-child, .framer-nVvLx .framer-18ygb6x > :first-child, .framer-nVvLx .framer-1i107dl > :first-child, .framer-nVvLx .framer-1sbvbac > :first-child, .framer-nVvLx .framer-vurcv0 > :first-child, .framer-nVvLx .framer-1ww78at > :first-child, .framer-nVvLx .framer-apmk1k > :first-child, .framer-nVvLx .framer-4k46hi > :first-child, .framer-nVvLx .framer-1xwabxe > :first-child, .framer-nVvLx .framer-1qkfmcb > :first-child, .framer-nVvLx .framer-mrkfjg > :first-child, .framer-nVvLx .framer-x8orp2 > :first-child, .framer-nVvLx .framer-yaqbl1 > :first-child, .framer-nVvLx .framer-gixhoc > :first-child, .framer-nVvLx .framer-1s3959q > :first-child, .framer-nVvLx .framer-fv7o5g > :first-child, .framer-nVvLx .framer-1warwzk > :first-child, .framer-nVvLx .framer-ob53q4 > :first-child, .framer-nVvLx .framer-w2y697 > :first-child, .framer-nVvLx .framer-29o0iy > :first-child, .framer-nVvLx .framer-i4o1rp > :first-child, .framer-nVvLx .framer-1flw4c1 > :first-child, .framer-nVvLx .framer-13iprwg > :first-child, .framer-nVvLx .framer-18yqz8s > :first-child, .framer-nVvLx .framer-1v58x6g > :first-child, .framer-nVvLx .framer-o2m899 > :first-child, .framer-nVvLx .framer-17risx0 > :first-child, .framer-nVvLx .framer-1ldxv95 > :first-child, .framer-nVvLx .framer-1jov182 > :first-child, .framer-nVvLx .framer-1cam1np > :first-child, .framer-nVvLx .framer-a22rxn > :first-child, .framer-nVvLx .framer-4zdci8 > :first-child, .framer-nVvLx .framer-1mo8njh > :first-child, .framer-nVvLx .framer-w6pvs4 > :first-child, .framer-nVvLx .framer-191l8bk > :first-child, .framer-nVvLx .framer-1v2ykep > :first-child, .framer-nVvLx .framer-1kg7023 > :first-child, .framer-nVvLx .framer-oanapj > :first-child, .framer-nVvLx .framer-1nwpr2l > :first-child, .framer-nVvLx .framer-1opyq5c > :first-child, .framer-nVvLx .framer-18r28a2 > :first-child, .framer-nVvLx .framer-zyk7ph > :first-child, .framer-nVvLx .framer-174hpni > :first-child, .framer-nVvLx .framer-1angxrn > :first-child, .framer-nVvLx .framer-ti0mes > :first-child, .framer-nVvLx .framer-bplmk5 > :first-child, .framer-nVvLx .framer-1y0m1dq > :first-child, .framer-nVvLx .framer-p42e65 > :first-child, .framer-nVvLx .framer-1gbvd07 > :first-child, .framer-nVvLx .framer-1ghwo1o > :first-child, .framer-nVvLx .framer-1xgrc0a > :first-child, .framer-nVvLx .framer-gsf0jx > :first-child, .framer-nVvLx .framer-qzk3gl > :first-child, .framer-nVvLx .framer-2mwb7z > :first-child, .framer-nVvLx .framer-focxee > :first-child, .framer-nVvLx .framer-nf3urq > :first-child, .framer-nVvLx .framer-10nng8f > :first-child, .framer-nVvLx .framer-8bpuez > :first-child, .framer-nVvLx .framer-w3psfq > :first-child, .framer-nVvLx .framer-1ryq0yd > :first-child, .framer-nVvLx .framer-1hj7qd7 > :first-child, .framer-nVvLx .framer-48drbk > :first-child, .framer-nVvLx .framer-1a34exm > :first-child, .framer-nVvLx .framer-c26h6b > :first-child, .framer-nVvLx .framer-1jb26yl > :first-child, .framer-nVvLx .framer-qoq94u > :first-child, .framer-nVvLx .framer-7ffwbd > :first-child, .framer-nVvLx .framer-cd8m7p > :first-child, .framer-nVvLx .framer-jfjmzh > :first-child, .framer-nVvLx .framer-cv3s8q > :first-child, .framer-nVvLx .framer-1cp41cb > :first-child, .framer-nVvLx .framer-nw437u > :first-child, .framer-nVvLx .framer-1q8lyv5 > :first-child, .framer-nVvLx .framer-zhb96g > :first-child, .framer-nVvLx .framer-18p6w9c > :first-child, .framer-nVvLx .framer-1m3azdj > :first-child, .framer-nVvLx .framer-1yocint > :first-child, .framer-nVvLx .framer-13juksd > :first-child, .framer-nVvLx .framer-gayegg > :first-child, .framer-nVvLx .framer-1tyqlvj > :first-child, .framer-nVvLx .framer-1pxeith > :first-child { margin-left: 0px; } .framer-nVvLx .framer-1ehmuqo > :last-child, .framer-nVvLx .framer-1xaeikz > :last-child, .framer-nVvLx .framer-1g9cvfz > :last-child, .framer-nVvLx .framer-1ou6qop > :last-child, .framer-nVvLx .framer-1g355at > :last-child, .framer-nVvLx .framer-m0jt8u > :last-child, .framer-nVvLx .framer-1v4pkjh > :last-child, .framer-nVvLx .framer-3mjf07 > :last-child, .framer-nVvLx .framer-1ttlegc > :last-child, .framer-nVvLx .framer-132m6o > :last-child, .framer-nVvLx .framer-a7mr2l > :last-child, .framer-nVvLx .framer-1lal77z > :last-child, .framer-nVvLx .framer-789r10 > :last-child, .framer-nVvLx .framer-rhmopf > :last-child, .framer-nVvLx .framer-1ax642m > :last-child, .framer-nVvLx .framer-18aizd8 > :last-child, .framer-nVvLx .framer-mt8vsm > :last-child, .framer-nVvLx .framer-edoiuk > :last-child, .framer-nVvLx .framer-ty38z0 > :last-child, .framer-nVvLx .framer-1wuk4le > :last-child, .framer-nVvLx .framer-j49u8s > :last-child, .framer-nVvLx .framer-17dl9ix > :last-child, .framer-nVvLx .framer-15mc9i > :last-child, .framer-nVvLx .framer-mlhixv > :last-child, .framer-nVvLx .framer-10loy69 > :last-child, .framer-nVvLx .framer-4c21bs > :last-child, .framer-nVvLx .framer-19ccrbo > :last-child, .framer-nVvLx .framer-1slfk32 > :last-child, .framer-nVvLx .framer-54eez0 > :last-child, .framer-nVvLx .framer-3dl2ff > :last-child, .framer-nVvLx .framer-wtzfht > :last-child, .framer-nVvLx .framer-15efmo3 > :last-child, .framer-nVvLx .framer-dxznrz > :last-child, .framer-nVvLx .framer-vctu6m > :last-child, .framer-nVvLx .framer-4a87xw > :last-child, .framer-nVvLx .framer-tsixl6 > :last-child, .framer-nVvLx .framer-kkz0la > :last-child, .framer-nVvLx .framer-18ygb6x > :last-child, .framer-nVvLx .framer-1i107dl > :last-child, .framer-nVvLx .framer-1sbvbac > :last-child, .framer-nVvLx .framer-vurcv0 > :last-child, .framer-nVvLx .framer-1ww78at > :last-child, .framer-nVvLx .framer-apmk1k > :last-child, .framer-nVvLx .framer-4k46hi > :last-child, .framer-nVvLx .framer-1xwabxe > :last-child, .framer-nVvLx .framer-1qkfmcb > :last-child, .framer-nVvLx .framer-mrkfjg > :last-child, .framer-nVvLx .framer-x8orp2 > :last-child, .framer-nVvLx .framer-yaqbl1 > :last-child, .framer-nVvLx .framer-gixhoc > :last-child, .framer-nVvLx .framer-1s3959q > :last-child, .framer-nVvLx .framer-fv7o5g > :last-child, .framer-nVvLx .framer-1warwzk > :last-child, .framer-nVvLx .framer-ob53q4 > :last-child, .framer-nVvLx .framer-w2y697 > :last-child, .framer-nVvLx .framer-29o0iy > :last-child, .framer-nVvLx .framer-i4o1rp > :last-child, .framer-nVvLx .framer-1flw4c1 > :last-child, .framer-nVvLx .framer-13iprwg > :last-child, .framer-nVvLx .framer-18yqz8s > :last-child, .framer-nVvLx .framer-1v58x6g > :last-child, .framer-nVvLx .framer-o2m899 > :last-child, .framer-nVvLx .framer-17risx0 > :last-child, .framer-nVvLx .framer-1ldxv95 > :last-child, .framer-nVvLx .framer-1jov182 > :last-child, .framer-nVvLx .framer-1cam1np > :last-child, .framer-nVvLx .framer-a22rxn > :last-child, .framer-nVvLx .framer-4zdci8 > :last-child, .framer-nVvLx .framer-1mo8njh > :last-child, .framer-nVvLx .framer-w6pvs4 > :last-child, .framer-nVvLx .framer-191l8bk > :last-child, .framer-nVvLx .framer-1v2ykep > :last-child, .framer-nVvLx .framer-1kg7023 > :last-child, .framer-nVvLx .framer-oanapj > :last-child, .framer-nVvLx .framer-1nwpr2l > :last-child, .framer-nVvLx .framer-1opyq5c > :last-child, .framer-nVvLx .framer-18r28a2 > :last-child, .framer-nVvLx .framer-zyk7ph > :last-child, .framer-nVvLx .framer-174hpni > :last-child, .framer-nVvLx .framer-1angxrn > :last-child, .framer-nVvLx .framer-ti0mes > :last-child, .framer-nVvLx .framer-bplmk5 > :last-child, .framer-nVvLx .framer-1y0m1dq > :last-child, .framer-nVvLx .framer-p42e65 > :last-child, .framer-nVvLx .framer-1gbvd07 > :last-child, .framer-nVvLx .framer-1ghwo1o > :last-child, .framer-nVvLx .framer-1xgrc0a > :last-child, .framer-nVvLx .framer-gsf0jx > :last-child, .framer-nVvLx .framer-qzk3gl > :last-child, .framer-nVvLx .framer-2mwb7z > :last-child, .framer-nVvLx .framer-focxee > :last-child, .framer-nVvLx .framer-nf3urq > :last-child, .framer-nVvLx .framer-10nng8f > :last-child, .framer-nVvLx .framer-8bpuez > :last-child, .framer-nVvLx .framer-w3psfq > :last-child, .framer-nVvLx .framer-1ryq0yd > :last-child, .framer-nVvLx .framer-1hj7qd7 > :last-child, .framer-nVvLx .framer-48drbk > :last-child, .framer-nVvLx .framer-1a34exm > :last-child, .framer-nVvLx .framer-c26h6b > :last-child, .framer-nVvLx .framer-1jb26yl > :last-child, .framer-nVvLx .framer-qoq94u > :last-child, .framer-nVvLx .framer-7ffwbd > :last-child, .framer-nVvLx .framer-cd8m7p > :last-child, .framer-nVvLx .framer-jfjmzh > :last-child, .framer-nVvLx .framer-cv3s8q > :last-child, .framer-nVvLx .framer-1cp41cb > :last-child, .framer-nVvLx .framer-nw437u > :last-child, .framer-nVvLx .framer-1q8lyv5 > :last-child, .framer-nVvLx .framer-zhb96g > :last-child, .framer-nVvLx .framer-18p6w9c > :last-child, .framer-nVvLx .framer-1m3azdj > :last-child, .framer-nVvLx .framer-1yocint > :last-child, .framer-nVvLx .framer-13juksd > :last-child, .framer-nVvLx .framer-gayegg > :last-child, .framer-nVvLx .framer-1tyqlvj > :last-child, .framer-nVvLx .framer-1pxeith > :last-child { margin-right: 0px; } .framer-nVvLx .framer-1xaeikz > *, .framer-nVvLx .framer-1g9cvfz > *, .framer-nVvLx .framer-1ou6qop > *, .framer-nVvLx .framer-1g355at > *, .framer-nVvLx .framer-m0jt8u > *, .framer-nVvLx .framer-1v4pkjh > *, .framer-nVvLx .framer-3mjf07 > *, .framer-nVvLx .framer-a7mr2l > *, .framer-nVvLx .framer-18aizd8 > *, .framer-nVvLx .framer-edoiuk > *, .framer-nVvLx .framer-17dl9ix > *, .framer-nVvLx .framer-19ccrbo > *, .framer-nVvLx .framer-15efmo3 > *, .framer-nVvLx .framer-kkz0la > *, .framer-nVvLx .framer-1ww78at > *, .framer-nVvLx .framer-mrkfjg > *, .framer-nVvLx .framer-x8orp2 > *, .framer-nVvLx .framer-gixhoc > *, .framer-nVvLx .framer-fv7o5g > *, .framer-nVvLx .framer-29o0iy > *, .framer-nVvLx .framer-1flw4c1 > *, .framer-nVvLx .framer-o2m899 > *, .framer-nVvLx .framer-1ldxv95 > *, .framer-nVvLx .framer-4zdci8 > *, .framer-nVvLx .framer-w6pvs4 > *, .framer-nVvLx .framer-oanapj > *, .framer-nVvLx .framer-1opyq5c > *, .framer-nVvLx .framer-1angxrn > *, .framer-nVvLx .framer-bplmk5 > *, .framer-nVvLx .framer-1ghwo1o > *, .framer-nVvLx .framer-gsf0jx > *, .framer-nVvLx .framer-nf3urq > *, .framer-nVvLx .framer-8bpuez > *, .framer-nVvLx .framer-48drbk > *, .framer-nVvLx .framer-c26h6b > *, .framer-nVvLx .framer-cd8m7p > *, .framer-nVvLx .framer-cv3s8q > *, .framer-nVvLx .framer-zhb96g > *, .framer-nVvLx .framer-1m3azdj > *, .framer-nVvLx .framer-1tyqlvj > *, .framer-nVvLx .framer-1pxeith > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nVvLx .framer-1wvxqdv > *, .framer-nVvLx .framer-51mbz5 > *, .framer-nVvLx .framer-6u2jx6 > *, .framer-nVvLx .framer-9ymmef > *, .framer-nVvLx .framer-1a80l22 > *, .framer-nVvLx .framer-h93a2d > *, .framer-nVvLx .framer-o8ofw4 > *, .framer-nVvLx .framer-1ggtd7k > *, .framer-nVvLx .framer-bk80oz > *, .framer-nVvLx .framer-14b9mv7 > *, .framer-nVvLx .framer-1hzfbac > *, .framer-nVvLx .framer-9vm6vt > *, .framer-nVvLx .framer-1m31xlk > *, .framer-nVvLx .framer-1ho6xa1 > *, .framer-nVvLx .framer-mmkzed > *, .framer-nVvLx .framer-3jzbsw > *, .framer-nVvLx .framer-cf2axn > *, .framer-nVvLx .framer-1najfgy > *, .framer-nVvLx .framer-12jlmts > *, .framer-nVvLx .framer-3ms3 > *, .framer-nVvLx .framer-hxx4it > *, .framer-nVvLx .framer-1pssv4y > *, .framer-nVvLx .framer-10f1wd7 > *, .framer-nVvLx .framer-1d1wkqi > *, .framer-nVvLx .framer-469jey > *, .framer-nVvLx .framer-141unup > *, .framer-nVvLx .framer-1s6zoh2 > *, .framer-nVvLx .framer-v0mpsq > *, .framer-nVvLx .framer-16hw11p > *, .framer-nVvLx .framer-1fmpkej > *, .framer-nVvLx .framer-1fq7a4g > *, .framer-nVvLx .framer-12t0w8y > *, .framer-nVvLx .framer-1gwdq89 > *, .framer-nVvLx .framer-13j05jp > *, .framer-nVvLx .framer-tl2g74 > *, .framer-nVvLx .framer-unewte > *, .framer-nVvLx .framer-1ao4908 > *, .framer-nVvLx .framer-ext5rq > *, .framer-nVvLx .framer-9bzh7s > *, .framer-nVvLx .framer-1n5vtg4 > *, .framer-nVvLx .framer-1uedy2k > *, .framer-nVvLx .framer-1b57wvk > *, .framer-nVvLx .framer-1k9vqii > *, .framer-nVvLx .framer-62rr41 > *, .framer-nVvLx .framer-16brkhb > *, .framer-nVvLx .framer-1at11w1 > *, .framer-nVvLx .framer-1kxjn74 > *, .framer-nVvLx .framer-17ivbg8 > *, .framer-nVvLx .framer-125lmfk > *, .framer-nVvLx .framer-1bf67wv > *, .framer-nVvLx .framer-iq3d8x > *, .framer-nVvLx .framer-14ygtbi > *, .framer-nVvLx .framer-833tn9 > *, .framer-nVvLx .framer-1eus2xo > *, .framer-nVvLx .framer-1fgpnsr > *, .framer-nVvLx .framer-c1r48m > *, .framer-nVvLx .framer-dx23fs > *, .framer-nVvLx .framer-1ilr8qw > *, .framer-nVvLx .framer-975s8b > *, .framer-nVvLx .framer-qpwjo9 > *, .framer-nVvLx .framer-avrr2u > *, .framer-nVvLx .framer-1vqvjit > *, .framer-nVvLx .framer-1qxjici > *, .framer-nVvLx .framer-ltdpfo > *, .framer-nVvLx .framer-x1seta > *, .framer-nVvLx .framer-1kcvey3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nVvLx .framer-trd0xb > *, .framer-nVvLx .framer-cabacq > *, .framer-nVvLx .framer-12ybc1l > *, .framer-nVvLx .framer-qfcxtf > *, .framer-nVvLx .framer-sxarrf > *, .framer-nVvLx .framer-u2gaea > *, .framer-nVvLx .framer-1mlkbon > *, .framer-nVvLx .framer-1l3d5lb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-nVvLx .framer-1ttlegc > *, .framer-nVvLx .framer-132m6o > *, .framer-nVvLx .framer-yaqbl1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nVvLx .framer-1lal77z > *, .framer-nVvLx .framer-rhmopf > *, .framer-nVvLx .framer-1ax642m > *, .framer-nVvLx .framer-mt8vsm > *, .framer-nVvLx .framer-1wuk4le > *, .framer-nVvLx .framer-j49u8s > *, .framer-nVvLx .framer-15mc9i > *, .framer-nVvLx .framer-10loy69 > *, .framer-nVvLx .framer-4c21bs > *, .framer-nVvLx .framer-1slfk32 > *, .framer-nVvLx .framer-3dl2ff > *, .framer-nVvLx .framer-wtzfht > *, .framer-nVvLx .framer-dxznrz > *, .framer-nVvLx .framer-4a87xw > *, .framer-nVvLx .framer-tsixl6 > *, .framer-nVvLx .framer-18ygb6x > *, .framer-nVvLx .framer-1sbvbac > *, .framer-nVvLx .framer-vurcv0 > *, .framer-nVvLx .framer-apmk1k > *, .framer-nVvLx .framer-1xwabxe > *, .framer-nVvLx .framer-1qkfmcb > *, .framer-nVvLx .framer-1s3959q > *, .framer-nVvLx .framer-ob53q4 > *, .framer-nVvLx .framer-w2y697 > *, .framer-nVvLx .framer-i4o1rp > *, .framer-nVvLx .framer-18yqz8s > *, .framer-nVvLx .framer-1v58x6g > *, .framer-nVvLx .framer-17risx0 > *, .framer-nVvLx .framer-1cam1np > *, .framer-nVvLx .framer-a22rxn > *, .framer-nVvLx .framer-1mo8njh > *, .framer-nVvLx .framer-1v2ykep > *, .framer-nVvLx .framer-1kg7023 > *, .framer-nVvLx .framer-1nwpr2l > *, .framer-nVvLx .framer-zyk7ph > *, .framer-nVvLx .framer-174hpni > *, .framer-nVvLx .framer-ti0mes > *, .framer-nVvLx .framer-p42e65 > *, .framer-nVvLx .framer-1gbvd07 > *, .framer-nVvLx .framer-1xgrc0a > *, .framer-nVvLx .framer-2mwb7z > *, .framer-nVvLx .framer-focxee > *, .framer-nVvLx .framer-10nng8f > *, .framer-nVvLx .framer-1ryq0yd > *, .framer-nVvLx .framer-1hj7qd7 > *, .framer-nVvLx .framer-1a34exm > *, .framer-nVvLx .framer-qoq94u > *, .framer-nVvLx .framer-7ffwbd > *, .framer-nVvLx .framer-jfjmzh > *, .framer-nVvLx .framer-nw437u > *, .framer-nVvLx .framer-1q8lyv5 > *, .framer-nVvLx .framer-18p6w9c > *, .framer-nVvLx .framer-13juksd > *, .framer-nVvLx .framer-gayegg > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-nVvLx .framer-hp0hxu > *, .framer-nVvLx .framer-1cjv3yr > *, .framer-nVvLx .framer-jbki8a > *, .framer-nVvLx .framer-zyxo4b > *, .framer-nVvLx .framer-1g0ut5x > *, .framer-nVvLx .framer-9amyxq > *, .framer-nVvLx .framer-s33bow > *, .framer-nVvLx .framer-wsyow2 > *, .framer-nVvLx .framer-12b4yfb > *, .framer-nVvLx .framer-1eje79p > *, .framer-nVvLx .framer-1ouepy7 > *, .framer-nVvLx .framer-g6ppuz > *, .framer-nVvLx .framer-bj8mtb > *, .framer-nVvLx .framer-9w2nmf > *, .framer-nVvLx .framer-130w30h > *, .framer-nVvLx .framer-ne9t1w > *, .framer-nVvLx .framer-1j6dqhe > *, .framer-nVvLx .framer-1p8l4pi > *, .framer-nVvLx .framer-g5gund > *, .framer-nVvLx .framer-1ocevf8 > *, .framer-nVvLx .framer-ze8041 > *, .framer-nVvLx .framer-127x50b > *, .framer-nVvLx .framer-1yp7jox > *, .framer-nVvLx .framer-9xs8y > *, .framer-nVvLx .framer-12wqa37 > *, .framer-nVvLx .framer-1f5k7m > *, .framer-nVvLx .framer-96xrmm > *, .framer-nVvLx .framer-hmbxoh > *, .framer-nVvLx .framer-1xwoaie > *, .framer-nVvLx .framer-x2g4g8 > *, .framer-nVvLx .framer-wq4y1v > *, .framer-nVvLx .framer-1uv9o43 > *, .framer-nVvLx .framer-95zf6p > *, .framer-nVvLx .framer-1clfkle > *, .framer-nVvLx .framer-1h1larb > *, .framer-nVvLx .framer-mf71c2 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-nVvLx .framer-789r10 > *, .framer-nVvLx .framer-ty38z0 > *, .framer-nVvLx .framer-mlhixv > *, .framer-nVvLx .framer-54eez0 > *, .framer-nVvLx .framer-vctu6m > *, .framer-nVvLx .framer-1i107dl > *, .framer-nVvLx .framer-4k46hi > *, .framer-nVvLx .framer-1warwzk > *, .framer-nVvLx .framer-13iprwg > *, .framer-nVvLx .framer-1jov182 > *, .framer-nVvLx .framer-191l8bk > *, .framer-nVvLx .framer-18r28a2 > *, .framer-nVvLx .framer-1y0m1dq > *, .framer-nVvLx .framer-qzk3gl > *, .framer-nVvLx .framer-w3psfq > *, .framer-nVvLx .framer-1jb26yl > *, .framer-nVvLx .framer-1cp41cb > *, .framer-nVvLx .framer-1yocint > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",\".framer-nVvLx.framer-v-1aeta4o.framer-10lhpq4 { height: 92px; justify-content: center; overflow: visible; width: 430px; }\",\".framer-nVvLx.framer-v-1aeta4o .framer-1ehmuqo { overflow: auto; }\",\".framer-nVvLx.framer-v-1aeta4o .framer-67ksia { height: 50px; }\",\".framer-nVvLx.framer-v-1aeta4o .framer-3mycte { width: var(--framer-aspect-ratio-supported, 109px); }\",\".framer-nVvLx.framer-v-1aeta4o .framer-5eg2ir, .framer-nVvLx.framer-v-cbwks5 .framer-5eg2ir, .framer-nVvLx.framer-v-bl8ok4 .framer-5eg2ir, .framer-nVvLx.framer-v-3xg1n5 .framer-5eg2ir, .framer-nVvLx.framer-v-24eo7j .framer-5eg2ir { cursor: pointer; }\",\".framer-nVvLx.framer-v-cbwks5.framer-10lhpq4, .framer-nVvLx.framer-v-3xg1n5.framer-10lhpq4, .framer-nVvLx.framer-v-24eo7j.framer-10lhpq4 { gap: 25px; max-width: 430px; overflow: auto; width: 430px; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-1ehmuqo, .framer-nVvLx.framer-v-3xg1n5 .framer-1ehmuqo, .framer-nVvLx.framer-v-24eo7j .framer-1ehmuqo { flex-direction: column; padding: 24px 0px 24px 0px; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-67ksia, .framer-nVvLx.framer-v-3xg1n5 .framer-67ksia, .framer-nVvLx.framer-v-24eo7j .framer-67ksia { flex: none; height: 50px; order: 0; width: 90%; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-3mycte, .framer-nVvLx.framer-v-3xg1n5 .framer-3mycte, .framer-nVvLx.framer-v-24eo7j .framer-3mycte { width: var(--framer-aspect-ratio-supported, 108px); }\",\".framer-nVvLx.framer-v-cbwks5 .framer-h2l5uv, .framer-nVvLx.framer-v-3xg1n5 .framer-h2l5uv, .framer-nVvLx.framer-v-24eo7j .framer-h2l5uv { bottom: unset; left: calc(51.51515151515154% - 24px / 2); top: calc(51.51515151515154% - 4px / 2); }\",\".framer-nVvLx.framer-v-cbwks5 .framer-1ijf6nn, .framer-nVvLx.framer-v-3xg1n5 .framer-1ijf6nn, .framer-nVvLx.framer-v-24eo7j .framer-1ijf6nn { left: calc(51.51515151515154% - 24px / 2); top: calc(51.51515151515154% - 4px / 2); }\",\".framer-nVvLx.framer-v-cbwks5 .framer-11ku960, .framer-nVvLx.framer-v-3xg1n5 .framer-11ku960, .framer-nVvLx.framer-v-24eo7j .framer-11ku960 { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; max-width: unset; order: 1; overflow: visible; width: 90%; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-1xaeikz, .framer-nVvLx.framer-v-24eo7j .framer-1xaeikz { flex: none; flex-direction: column; overflow: visible; width: 100%; will-change: unset; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-h3fg20-container, .framer-nVvLx.framer-v-cbwks5 .framer-1l81gak-container, .framer-nVvLx.framer-v-cbwks5 .framer-1ou6qop, .framer-nVvLx.framer-v-cbwks5 .framer-1g355at, .framer-nVvLx.framer-v-3xg1n5 .framer-1wvxqdv, .framer-nVvLx.framer-v-3xg1n5 .framer-1l81gak-container, .framer-nVvLx.framer-v-3xg1n5 .framer-1ou6qop, .framer-nVvLx.framer-v-3xg1n5 .framer-1g355at, .framer-nVvLx.framer-v-24eo7j .framer-1l81gak-container, .framer-nVvLx.framer-v-24eo7j .framer-9ymmef, .framer-nVvLx.framer-v-24eo7j .framer-1ou6qop, .framer-nVvLx.framer-v-24eo7j .framer-1g355at { flex: none; width: 100%; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-1g9cvfz, .framer-nVvLx.framer-v-3xg1n5 .framer-1g9cvfz { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; width: 100%; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-o8ofw4, .framer-nVvLx.framer-v-3xg1n5 .framer-o8ofw4, .framer-nVvLx.framer-v-24eo7j .framer-o8ofw4 { flex: none; order: 3; width: 100%; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-3mjf07, .framer-nVvLx.framer-v-3xg1n5 .framer-3mjf07, .framer-nVvLx.framer-v-24eo7j .framer-3mjf07 { flex: none; flex-direction: column; order: 2; width: 90%; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-1c11skq-container, .framer-nVvLx.framer-v-3xg1n5 .framer-1c11skq-container, .framer-nVvLx.framer-v-24eo7j .framer-1c11skq-container { height: auto; width: 100%; }\",\".framer-nVvLx.framer-v-cbwks5 .framer-1ttlegc, .framer-nVvLx.framer-v-3xg1n5 .framer-1ttlegc, .framer-nVvLx.framer-v-24eo7j .framer-1ttlegc { aspect-ratio: unset; height: min-content; padding: 21px 32px 21px 32px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nVvLx.framer-v-cbwks5.framer-10lhpq4, .framer-nVvLx.framer-v-cbwks5 .framer-1ehmuqo, .framer-nVvLx.framer-v-cbwks5 .framer-11ku960, .framer-nVvLx.framer-v-cbwks5 .framer-1xaeikz, .framer-nVvLx.framer-v-cbwks5 .framer-1g9cvfz, .framer-nVvLx.framer-v-cbwks5 .framer-3mjf07 { gap: 0px; } .framer-nVvLx.framer-v-cbwks5.framer-10lhpq4 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-nVvLx.framer-v-cbwks5.framer-10lhpq4 > :first-child, .framer-nVvLx.framer-v-cbwks5 .framer-1ehmuqo > :first-child, .framer-nVvLx.framer-v-cbwks5 .framer-11ku960 > :first-child, .framer-nVvLx.framer-v-cbwks5 .framer-1xaeikz > :first-child, .framer-nVvLx.framer-v-cbwks5 .framer-1g9cvfz > :first-child, .framer-nVvLx.framer-v-cbwks5 .framer-3mjf07 > :first-child { margin-top: 0px; } .framer-nVvLx.framer-v-cbwks5.framer-10lhpq4 > :last-child, .framer-nVvLx.framer-v-cbwks5 .framer-1ehmuqo > :last-child, .framer-nVvLx.framer-v-cbwks5 .framer-11ku960 > :last-child, .framer-nVvLx.framer-v-cbwks5 .framer-1xaeikz > :last-child, .framer-nVvLx.framer-v-cbwks5 .framer-1g9cvfz > :last-child, .framer-nVvLx.framer-v-cbwks5 .framer-3mjf07 > :last-child { margin-bottom: 0px; } .framer-nVvLx.framer-v-cbwks5 .framer-1ehmuqo > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-nVvLx.framer-v-cbwks5 .framer-11ku960 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nVvLx.framer-v-cbwks5 .framer-1xaeikz > *, .framer-nVvLx.framer-v-cbwks5 .framer-1g9cvfz > *, .framer-nVvLx.framer-v-cbwks5 .framer-3mjf07 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-nVvLx.framer-v-bl8ok4.framer-10lhpq4 { align-content: flex-start; align-items: flex-start; justify-content: center; overflow: visible; width: 430px; }\",\".framer-nVvLx.framer-v-owzq2e .framer-1ehmuqo, .framer-nVvLx.framer-v-owzq2e .framer-14b9mv7, .framer-nVvLx.framer-v-twwv2v .framer-1ehmuqo { order: 1; }\",\".framer-nVvLx.framer-v-owzq2e .framer-132m6o, .framer-nVvLx.framer-v-owzq2e .framer-12jlmts { order: 2; }\",\".framer-nVvLx.framer-v-owzq2e .framer-141unup, .framer-nVvLx.framer-v-twwv2v .framer-yaqbl1 { order: 3; }\",\".framer-nVvLx.framer-v-owzq2e .framer-13wvs5l, .framer-nVvLx.framer-v-twwv2v .framer-13wvs5l { bottom: unset; cursor: default; height: calc(var(--framer-viewport-height, 100vh) * 1); order: 0; top: 107px; }\",\".framer-nVvLx.framer-v-3xg1n5 .framer-1xaeikz { cursor: unset; flex: none; flex-direction: column; overflow: visible; width: 100%; will-change: unset; }\",\".framer-nVvLx.framer-v-3xg1n5 .framer-h3fg20-container, .framer-nVvLx.framer-v-24eo7j .framer-h3fg20-container { flex: none; height: auto; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nVvLx.framer-v-3xg1n5.framer-10lhpq4, .framer-nVvLx.framer-v-3xg1n5 .framer-1ehmuqo, .framer-nVvLx.framer-v-3xg1n5 .framer-11ku960, .framer-nVvLx.framer-v-3xg1n5 .framer-1xaeikz, .framer-nVvLx.framer-v-3xg1n5 .framer-1g9cvfz, .framer-nVvLx.framer-v-3xg1n5 .framer-3mjf07 { gap: 0px; } .framer-nVvLx.framer-v-3xg1n5.framer-10lhpq4 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-nVvLx.framer-v-3xg1n5.framer-10lhpq4 > :first-child, .framer-nVvLx.framer-v-3xg1n5 .framer-1ehmuqo > :first-child, .framer-nVvLx.framer-v-3xg1n5 .framer-11ku960 > :first-child, .framer-nVvLx.framer-v-3xg1n5 .framer-1xaeikz > :first-child, .framer-nVvLx.framer-v-3xg1n5 .framer-1g9cvfz > :first-child, .framer-nVvLx.framer-v-3xg1n5 .framer-3mjf07 > :first-child { margin-top: 0px; } .framer-nVvLx.framer-v-3xg1n5.framer-10lhpq4 > :last-child, .framer-nVvLx.framer-v-3xg1n5 .framer-1ehmuqo > :last-child, .framer-nVvLx.framer-v-3xg1n5 .framer-11ku960 > :last-child, .framer-nVvLx.framer-v-3xg1n5 .framer-1xaeikz > :last-child, .framer-nVvLx.framer-v-3xg1n5 .framer-1g9cvfz > :last-child, .framer-nVvLx.framer-v-3xg1n5 .framer-3mjf07 > :last-child { margin-bottom: 0px; } .framer-nVvLx.framer-v-3xg1n5 .framer-1ehmuqo > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-nVvLx.framer-v-3xg1n5 .framer-11ku960 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nVvLx.framer-v-3xg1n5 .framer-1xaeikz > *, .framer-nVvLx.framer-v-3xg1n5 .framer-1g9cvfz > *, .framer-nVvLx.framer-v-3xg1n5 .framer-3mjf07 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-nVvLx.framer-v-24eo7j .framer-1g9cvfz { align-content: flex-start; align-items: flex-start; cursor: unset; flex: none; flex-direction: column; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nVvLx.framer-v-24eo7j.framer-10lhpq4, .framer-nVvLx.framer-v-24eo7j .framer-1ehmuqo, .framer-nVvLx.framer-v-24eo7j .framer-11ku960, .framer-nVvLx.framer-v-24eo7j .framer-1xaeikz, .framer-nVvLx.framer-v-24eo7j .framer-1g9cvfz, .framer-nVvLx.framer-v-24eo7j .framer-3mjf07 { gap: 0px; } .framer-nVvLx.framer-v-24eo7j.framer-10lhpq4 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-nVvLx.framer-v-24eo7j.framer-10lhpq4 > :first-child, .framer-nVvLx.framer-v-24eo7j .framer-1ehmuqo > :first-child, .framer-nVvLx.framer-v-24eo7j .framer-11ku960 > :first-child, .framer-nVvLx.framer-v-24eo7j .framer-1xaeikz > :first-child, .framer-nVvLx.framer-v-24eo7j .framer-1g9cvfz > :first-child, .framer-nVvLx.framer-v-24eo7j .framer-3mjf07 > :first-child { margin-top: 0px; } .framer-nVvLx.framer-v-24eo7j.framer-10lhpq4 > :last-child, .framer-nVvLx.framer-v-24eo7j .framer-1ehmuqo > :last-child, .framer-nVvLx.framer-v-24eo7j .framer-11ku960 > :last-child, .framer-nVvLx.framer-v-24eo7j .framer-1xaeikz > :last-child, .framer-nVvLx.framer-v-24eo7j .framer-1g9cvfz > :last-child, .framer-nVvLx.framer-v-24eo7j .framer-3mjf07 > :last-child { margin-bottom: 0px; } .framer-nVvLx.framer-v-24eo7j .framer-1ehmuqo > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-nVvLx.framer-v-24eo7j .framer-11ku960 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nVvLx.framer-v-24eo7j .framer-1xaeikz > *, .framer-nVvLx.framer-v-24eo7j .framer-1g9cvfz > *, .framer-nVvLx.framer-v-24eo7j .framer-3mjf07 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",'.framer-nVvLx[data-border=\"true\"]::after, .framer-nVvLx [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 104\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bRyRhof3u\":{\"layout\":[\"fixed\",\"fixed\"]},\"KXNymyQj_\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"430px\",null,null]},\"SFNBZOQIq\":{\"layout\":[\"fixed\",\"auto\"]},\"eMg27xGnE\":{\"layout\":[\"fixed\",\"auto\"]},\"ytveRioOJ\":{\"layout\":[\"fixed\",\"auto\"]},\"euJha0pIm\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"430px\",null,null]},\"ua7410bVC\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"430px\",null,null]}}}\n * @framerVariables {\"MDMXFc1hg\":\"image\",\"hFFuS1ux4\":\"navItemColor\",\"KVKot7A7R\":\"colorLogoVisible\",\"eBrY0o5nQ\":\"whiteLogoVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersuSr3lklH=withCSS(Component,css,\"framer-nVvLx\");export default FramersuSr3lklH;FramersuSr3lklH.displayName=\"Navbar Test\";FramersuSr3lklH.defaultProps={height:104,width:1920};addPropertyControls(FramersuSr3lklH,{variant:{options:[\"UDS0yLPTQ\",\"bRyRhof3u\",\"KXNymyQj_\",\"SFNBZOQIq\",\"eMg27xGnE\",\"ytveRioOJ\",\"euJha0pIm\",\"ua7410bVC\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Variant 4\",\"Desktop Company\",\"Desktop Services\",\"Variant 7\",\"Variant 8\"],title:\"Variant\",type:ControlType.Enum},MDMXFc1hg:{__defaultAssetReference:\"data:framer/asset-reference,U1UXgIHX19MwrE6UcYrv7upwfg.png?originalFilename=WLC+Copyright+Logo+2000px.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},hFFuS1ux4:{defaultValue:\"var(--token-d83ec9b2-3253-4f32-ac23-3c7fa150f6b2, rgb(16, 25, 29))\",title:\"Nav Item Color\",type:ControlType.Color},KVKot7A7R:{defaultValue:true,title:\"Color Logo Visible\",type:ControlType.Boolean},eBrY0o5nQ:{defaultValue:false,title:\"White Logo Visible\",type:ControlType.Boolean}});addFonts(FramersuSr3lklH,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Gotham Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/i0fU1t0y5yRAFXAUDQAujMdOSA.woff2\"},{family:\"Gotham Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/uSRuVponXwNTQX9AZuoMscdaL4.woff2\"}]},...NavbarLinkFonts,...NavigationCardFonts,...NavFeaturedPostsFonts,...ButtonTransparentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersuSr3lklH\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"104\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bRyRhof3u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KXNymyQj_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"430px\\\",null,null]},\\\"SFNBZOQIq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eMg27xGnE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ytveRioOJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"euJha0pIm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"430px\\\",null,null]},\\\"ua7410bVC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"430px\\\",null,null]}}}\",\"framerVariables\":\"{\\\"MDMXFc1hg\\\":\\\"image\\\",\\\"hFFuS1ux4\\\":\\\"navItemColor\\\",\\\"KVKot7A7R\\\":\\\"colorLogoVisible\\\",\\\"eBrY0o5nQ\\\":\\\"whiteLogoVisible\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1920\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./suSr3lklH.map"],
  "mappings": "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",
  "names": ["withCharacterLimit", "Component", "props", "text", "otherProps", "limit", "trimmedText", "p", "withTitleCharacterLimit", "RichTextWithTitleCharacterLimit1fv6umr", "withCodeBoundaryForOverrides", "RichText2", "withTitleCharacterLimit", "RichTextWithCharacterLimit1qgzklm", "withCharacterLimit", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "buttonText", "description", "height", "id", "image", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "kKqBF9kww", "MjGpmGc4B", "Crx_kStM2", "iPIIKNBsy", "eJDjHBfXh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "SVG", "css", "Frameri4m0qI6hx", "withCSS", "i4m0qI6hx_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "equals", "a", "b", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "kqzayh1p9", "GciOMPAql", "Lhiwc41v7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1f102fq", "args", "onMouseLeaveq2qshu", "scopingClassNames", "cx", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "LayoutGroup", "Link", "u", "SVG", "RichText2", "css", "FramertHP6DCKC0", "withCSS", "tHP6DCKC0_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", "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", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramereV9_63QbN", "withCSS", "eV9_63QbN_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFontSize15pg16l", "withCodeBoundaryForOverrides", "RichText2", "withFontSize", "ArrowNavFonts", "getFonts", "eV9_63QbN_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "dropdown", "height", "id", "link", "navItemColor", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "oZ_ZpQ2my", "h5csPmhke", "CKh2dAI52", "RWKPVWbDN", "VxuZP6TB2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap11mvhh1", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerW_HD5hvnR", "withCSS", "W_HD5hvnR_default", "addPropertyControls", "ControlType", "addFonts", "NavbarLinkFonts", "getFonts", "W_HD5hvnR_default", "NavigationCardFonts", "tHP6DCKC0_default", "NavFeaturedPostsFonts", "i4m0qI6hx_default", "ButtonTransparentFonts", "YWuvgrGKx_default", "RichTextWithFontSize16zyajj", "withCodeBoundaryForOverrides", "RichText2", "withFontSize", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "colorLogoVisible", "height", "id", "image", "navItemColor", "whiteLogoVisible", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "MDMXFc1hg", "hFFuS1ux4", "KVKot7A7R", "eBrY0o5nQ", "MHPMK5ilElr9jtWhAu", "RVin3fMPSlr9jtWhAu", "vxzGBCUUBlr9jtWhAu", "idlr9jtWhAu", "lLohLkLnnZDd0zq7dz", "SdapfuQrrZDd0zq7dz", "Jm3AaEf47ZDd0zq7dz", "idZDd0zq7dz", "RVin3fMPSQ2FJeawcD", "vxzGBCUUBQ2FJeawcD", "MHPMK5ilEQ2FJeawcD", "idQ2FJeawcD", "SdapfuQrrWLdTtrEAA", "Jm3AaEf47WLdTtrEAA", "lLohLkLnnWLdTtrEAA", "idWLdTtrEAA", "RVin3fMPSz1Yv9nZ8P", "vxzGBCUUBz1Yv9nZ8P", "MHPMK5ilEz1Yv9nZ8P", "idz1Yv9nZ8P", "SdapfuQrrdXsxyn9Kg", "Jm3AaEf47dXsxyn9Kg", "lLohLkLnndXsxyn9Kg", "iddXsxyn9Kg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap244wii", "args", "onTap1yri2gs", "onTap1t3jjo7", "onTap1sqyy4r", "onTapyltq5x", "VxuZP6TB2244wii", "onTap15pu6uz", "onTap17c3yax", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "p", "LayoutGroup", "Transition", "transition1", "u", "addPropertyOverrides", "transition2", "Link", "Image2", "getLoadingLazyAtYPosition", "toResponsiveImage", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "W_HD5hvnR_default", "RichText2", "ResolveLinks", "resolvedLinks", "tHP6DCKC0_default", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "ChildrenCanSuspend", "QueryData", "fvUXYU_np_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks20", "i4m0qI6hx_default", "uS8x4CNyu_default", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks21", "resolvedLinks22", "YWuvgrGKx_default", "RichTextWithFontSize16zyajj", "resolvedLinks23", "resolvedLinks24", "resolvedLinks25", "resolvedLinks26", "resolvedLinks27", "resolvedLinks28", "resolvedLinks29", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks30", "collection3", "paginationInfo3", "loadMore3", "index3", "resolvedLinks31", "resolvedLinks32", "resolvedLinks33", "resolvedLinks34", "resolvedLinks35", "resolvedLinks36", "resolvedLinks37", "resolvedLinks38", "resolvedLinks39", "resolvedLinks40", "resolvedLinks41", "resolvedLinks42", "collection4", "paginationInfo4", "loadMore4", "index4", "resolvedLinks43", "collection5", "paginationInfo5", "loadMore5", "index5", "resolvedLinks44", "css", "FramersuSr3lklH", "withCSS", "suSr3lklH_default", "addPropertyControls", "ControlType", "addFonts", "NavbarLinkFonts", "NavigationCardFonts", "NavFeaturedPostsFonts", "ButtonTransparentFonts"]
}
