{"version":3,"file":"cVUKyvwH28pnRrwMBeboYzADL4Gp5qHZO4pRNOWpDJk.JTytIRXA.mjs","names":["Navbar","InquiryFormPopUpGeneral","BlogNav","FooterButton","Material","BlogFeatureButton","ButtonInquireNow","NameDefinition","FooterDark","ButtonBookACall","suffix","metadata","className","_Fragment","PropertyOverrides","TheProsperentCoJournal","Svyni6hP9mqYtWJIIQ","nlEZ2MoWdmqYtWJIIQ","Vnkr9g2izmqYtWJIIQ","qxvWXMpjbmqYtWJIIQ","vHGr7nohZmqYtWJIIQ","QnzpOH_o7mqYtWJIIQ","wUOWakHVEmqYtWJIIQ","idmqYtWJIIQ","css"],"sources":["https:/framerusercontent.com/modules/kFkOqT6dWfb54IEEJCn7/s2mmT7HBNnW6LaFNg8Zv/QcnixZubE.js"],"sourcesContent":["// Generated by Framer (cbb0119)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import ButtonInquireNow from\"#framer/local/canvasComponent/FYG1HblEt/FYG1HblEt.js\";import NameDefinition from\"#framer/local/canvasComponent/GDHqKJqAP/GDHqKJqAP.js\";import FooterDark from\"#framer/local/canvasComponent/H_JDVHu5w/H_JDVHu5w.js\";import Navbar from\"#framer/local/canvasComponent/iKhDWEUEN/iKhDWEUEN.js\";import BlogNav from\"#framer/local/canvasComponent/lE2aHhG0r/lE2aHhG0r.js\";import BlogFeatureButton from\"#framer/local/canvasComponent/n3CMyyiuV/n3CMyyiuV.js\";import ButtonBookACall from\"#framer/local/canvasComponent/PhRd9bzDo/PhRd9bzDo.js\";import FooterButton from\"#framer/local/canvasComponent/vzTgZ7Zyg/vzTgZ7Zyg.js\";import InquiryFormPopUpGeneral from\"#framer/local/canvasComponent/YZb1SNnwI/YZb1SNnwI.js\";import TheProsperentCoJournal,{enumToDisplayNameFunctions}from\"#framer/local/collection/m80t5_08B/m80t5_08B.js\";import*as sharedStyle3 from\"#framer/local/css/HxmvT804P/HxmvT804P.js\";import*as sharedStyle2 from\"#framer/local/css/KYv6g21a9/KYv6g21a9.js\";import*as sharedStyle from\"#framer/local/css/rDB60Q2UN/rDB60Q2UN.js\";import*as sharedStyle1 from\"#framer/local/css/Urv9rX3kl/Urv9rX3kl.js\";import metadataProvider from\"#framer/local/webPageMetadata/QcnixZubE/QcnixZubE.js\";const NavbarFonts=getFonts(Navbar);const InquiryFormPopUpGeneralFonts=getFonts(InquiryFormPopUpGeneral);const BlogNavFonts=getFonts(BlogNav);const FooterButtonFonts=getFonts(FooterButton);const MaterialFonts=getFonts(Material);const BlogFeatureButtonFonts=getFonts(BlogFeatureButton);const ButtonInquireNowFonts=getFonts(ButtonInquireNow);const NameDefinitionFonts=getFonts(NameDefinition);const FooterDarkFonts=getFonts(FooterDark);const ButtonBookACallFonts=getFonts(ButtonBookACall);const breakpoints={Lq2QzO4H_:\"(min-width: 1024px) and (max-width: 1263px)\",n4ppVqCsv:\"(max-width: 767px)\",ScxJQNujQ:\"(min-width: 768px) and (max-width: 1023px)\",zjwIrfU8p:\"(min-width: 1264px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-g0kv6\";const variantClassNames={Lq2QzO4H_:\"framer-v-1ociz3m\",n4ppVqCsv:\"framer-v-1sfy71n\",ScxJQNujQ:\"framer-v-wuk348\",zjwIrfU8p:\"framer-v-1y1zxab\"};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop Narrow\":\"Lq2QzO4H_\",\"Desktop Wide\":\"zjwIrfU8p\",Phone:\"n4ppVqCsv\",Tablet:\"ScxJQNujQ\"};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:\"zjwIrfU8p\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Svyni6hP9mqYtWJIIQ,nlEZ2MoWdmqYtWJIIQ,Vnkr9g2izmqYtWJIIQ,qxvWXMpjbmqYtWJIIQ,vHGr7nohZmqYtWJIIQ,QnzpOH_o7mqYtWJIIQ,wUOWakHVEmqYtWJIIQ,idmqYtWJIIQ,nlEZ2MoWdWaq2rVWeQ,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-g0kv6`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-g0kv6`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const kUeHGRLPQwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const VuTafJXMg1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const CQ0qQQ24cwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const iOrLqrT8ewelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const YcIipydJNwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"n4ppVqCsv\")return false;return true;};const activeLocaleCode=useLocaleCode();const isDisplayed1=()=>{if(!isBrowser())return true;if([\"ScxJQNujQ\",\"n4ppVqCsv\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"zjwIrfU8p\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1y1zxab\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-76v4do-container\",id:\"76v4do\",layoutScroll:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{variant:\"Dyi9Stohv\"},n4ppVqCsv:{variant:\"WmlzsBQsr\"},ScxJQNujQ:{variant:\"xBZ8OEZgx\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"SMdIZBrxW\",kUeHGRLPQ:kUeHGRLPQwelu7j({overlay}),layoutId:\"SMdIZBrxW\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"FZfmNdyaI\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1014hwt\",\"data-framer-portal-id\":\"76v4do\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"fVZIvOIni\"),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1va2x9\",\"data-framer-portal-id\":\"76v4do\",onTap:onTap1wvko5h({overlay})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iai0np\",\"data-framer-portal-id\":\"76v4do\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:757,width:\"min(500px, 90vw)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-m9xcyf-container\",children:/*#__PURE__*/_jsx(InquiryFormPopUpGeneral,{height:\"100%\",id:\"mMQNqg4Kr\",layoutId:\"mMQNqg4Kr\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"RwPh7esQH\",VuTafJXMg:VuTafJXMg1wvko5h({overlay}),width:\"100%\"})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsx(\"nav\",{\"aria-label\":\"Navigation\",className:\"framer-1bwrbnn\",\"data-framer-name\":\"Details\",name:\"Details\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dxg4hz\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MLVV6v2X2\"},implicitPathVariables:undefined},{href:{webPageId:\"MLVV6v2X2\"},implicitPathVariables:undefined},{href:{webPageId:\"MLVV6v2X2\"},implicitPathVariables:undefined},{href:{webPageId:\"MLVV6v2X2\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:12,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1js872a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{Hb7XwTPC9:resolvedLinks[1]},n4ppVqCsv:{Hb7XwTPC9:resolvedLinks[3]},ScxJQNujQ:{Hb7XwTPC9:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(BlogNav,{Hb7XwTPC9:resolvedLinks[0],height:\"100%\",id:\"gffZgXb7S\",layoutId:\"gffZgXb7S\",UVTbU4xc7:\"Return to Journal\",variant:\"kYxutlXkT\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS05MDA=\",\"--framer-font-family\":'\"Figtree\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"0.5em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MLVV6v2X2\"},nodeId:\"Iq7Nssakc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-7qwm3\",\"data-styles-preset\":\"rDB60Q2UN\",children:\"The Prosperent Co Journal\"})})})}),className:\"framer-1dkqx62 hidden-1sfy71n\",fonts:[\"GF;Figtree-900\"],verticalAlignment:\"top\",viewBox:\"0 0 275 10\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vp3rfk\",\"data-framer-name\":\"Journal Content\",name:\"Journal Content\",children:[/*#__PURE__*/_jsx(\"main\",{\"aria-label\":\"Article Catalogue\",className:\"framer-uqr2ny\",\"data-border\":true,\"data-framer-name\":\"Recently Published\",name:\"Recently Published\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ao98lg\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lqtc1m\",\"data-framer-name\":\"Articles\",name:\"Articles\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mtbqgy\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Catalogue \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"— All\"})})]})}),className:\"framer-vvuxf7\",\"data-framer-name\":\"Article Title\",fonts:[\"GF;Figtree-700\",\"GF;Figtree-700italic\",\"GF;Playfair Display-500italic\"],name:\"Article Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mea0u9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS05MDA=\",\"--framer-font-family\":'\"Figtree\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"VIEW\"})}),className:\"framer-1lt6718\",\"data-framer-name\":\"Author\",fonts:[\"GF;Figtree-900\"],name:\"Author\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gc0naj\",\"data-framer-name\":\"Divider Line\",name:\"Divider Line\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QcnixZubE\"},implicitPathVariables:undefined},{href:{webPageId:\"QcnixZubE\"},implicitPathVariables:undefined},{href:{webPageId:\"QcnixZubE\"},implicitPathVariables:undefined},{href:{webPageId:\"QcnixZubE\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iuv3h-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{qGwiDfCTC:resolvedLinks1[1]},n4ppVqCsv:{qGwiDfCTC:resolvedLinks1[3]},ScxJQNujQ:{qGwiDfCTC:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(FooterButton,{height:\"100%\",id:\"tAiLTQFaj\",layoutId:\"tAiLTQFaj\",LxLr2CwIq:true,QczWWu8cF:false,qGwiDfCTC:resolvedLinks1[0],width:\"100%\",wUz7FC8U9:\"All\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MjSi539ns\"},implicitPathVariables:undefined},{href:{webPageId:\"MjSi539ns\"},implicitPathVariables:undefined},{href:{webPageId:\"MjSi539ns\"},implicitPathVariables:undefined},{href:{webPageId:\"MjSi539ns\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t8b651-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{qGwiDfCTC:resolvedLinks2[1]},n4ppVqCsv:{qGwiDfCTC:resolvedLinks2[3]},ScxJQNujQ:{qGwiDfCTC:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(FooterButton,{height:\"100%\",id:\"Un8likdax\",layoutId:\"Un8likdax\",LxLr2CwIq:true,QczWWu8cF:false,qGwiDfCTC:resolvedLinks2[0],width:\"100%\",wUz7FC8U9:\"Education\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yz335Cypd\"},implicitPathVariables:undefined},{href:{webPageId:\"Yz335Cypd\"},implicitPathVariables:undefined},{href:{webPageId:\"Yz335Cypd\"},implicitPathVariables:undefined},{href:{webPageId:\"Yz335Cypd\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vyiw2r-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{qGwiDfCTC:resolvedLinks3[1]},n4ppVqCsv:{qGwiDfCTC:resolvedLinks3[3]},ScxJQNujQ:{qGwiDfCTC:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(FooterButton,{height:\"100%\",id:\"t0YAwTCOa\",layoutId:\"t0YAwTCOa\",LxLr2CwIq:true,QczWWu8cF:false,qGwiDfCTC:resolvedLinks3[0],width:\"100%\",wUz7FC8U9:\"Money Found\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j0l4xh\",\"data-framer-name\":\"Recent Article 1\",name:\"Recent Article 1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"mqYtWJIIQ\",data:TheProsperentCoJournal,type:\"Collection\"},select:[{collection:\"mqYtWJIIQ\",name:\"Svyni6hP9\",type:\"Identifier\"},{collection:\"mqYtWJIIQ\",name:\"nlEZ2MoWd\",type:\"Identifier\"},{collection:\"mqYtWJIIQ\",name:\"Vnkr9g2iz\",type:\"Identifier\"},{collection:\"mqYtWJIIQ\",name:\"qxvWXMpjb\",type:\"Identifier\"},{collection:\"mqYtWJIIQ\",name:\"vHGr7nohZ\",type:\"Identifier\"},{collection:\"mqYtWJIIQ\",name:\"QnzpOH_o7\",type:\"Identifier\"},{collection:\"mqYtWJIIQ\",name:\"wUOWakHVE\",type:\"Identifier\"},{collection:\"mqYtWJIIQ\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"mqYtWJIIQ\",name:\"JlfULfAXz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:true},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{arguments:[{collection:\"mqYtWJIIQ\",name:\"nlEZ2MoWd\",type:\"Identifier\"},{type:\"LiteralValue\",value:nlEZ2MoWdWaq2rVWeQ}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"Svyni6hP9\":Svyni6hP9mqYtWJIIQ,\"nlEZ2MoWd\":nlEZ2MoWdmqYtWJIIQ,\"Vnkr9g2iz\":Vnkr9g2izmqYtWJIIQ,\"qxvWXMpjb\":qxvWXMpjbmqYtWJIIQ,\"vHGr7nohZ\":vHGr7nohZmqYtWJIIQ,\"QnzpOH_o7\":QnzpOH_o7mqYtWJIIQ,\"wUOWakHVE\":wUOWakHVEmqYtWJIIQ,\"id\":idmqYtWJIIQ},i)=>{var _enumToDisplayNameFunctions_QnzpOH_o7,_enumToDisplayNameFunctions_wUOWakHVE;nlEZ2MoWdmqYtWJIIQ!==null&&nlEZ2MoWdmqYtWJIIQ!==void 0?nlEZ2MoWdmqYtWJIIQ:nlEZ2MoWdmqYtWJIIQ=\"\";Vnkr9g2izmqYtWJIIQ!==null&&Vnkr9g2izmqYtWJIIQ!==void 0?Vnkr9g2izmqYtWJIIQ:Vnkr9g2izmqYtWJIIQ=\"\";qxvWXMpjbmqYtWJIIQ!==null&&qxvWXMpjbmqYtWJIIQ!==void 0?qxvWXMpjbmqYtWJIIQ:qxvWXMpjbmqYtWJIIQ=\"\";vHGr7nohZmqYtWJIIQ!==null&&vHGr7nohZmqYtWJIIQ!==void 0?vHGr7nohZmqYtWJIIQ:vHGr7nohZmqYtWJIIQ=0;const textContent=toDateString(Svyni6hP9mqYtWJIIQ,{dateStyle:\"long\",locale:\"en-AU\"},activeLocaleCode);const textContent1=suffix(numberToString(vHGr7nohZmqYtWJIIQ,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),\" min read\");const textContent2=(_enumToDisplayNameFunctions_QnzpOH_o7=enumToDisplayNameFunctions[\"QnzpOH_o7\"])===null||_enumToDisplayNameFunctions_QnzpOH_o7===void 0?void 0:_enumToDisplayNameFunctions_QnzpOH_o7.call(enumToDisplayNameFunctions,QnzpOH_o7mqYtWJIIQ,activeLocale);const textContent3=(_enumToDisplayNameFunctions_wUOWakHVE=enumToDisplayNameFunctions[\"wUOWakHVE\"])===null||_enumToDisplayNameFunctions_wUOWakHVE===void 0?void 0:_enumToDisplayNameFunctions_wUOWakHVE.call(enumToDisplayNameFunctions,wUOWakHVEmqYtWJIIQ,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`mqYtWJIIQ-${idmqYtWJIIQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{nlEZ2MoWd:nlEZ2MoWdmqYtWJIIQ},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-bjqd2a\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uzdzrx\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS05MDA=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"18 July 2023\"})})},n4ppVqCsv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS05MDA=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"18 July 2023\"})})},ScxJQNujQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS05MDA=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"18 July 2023\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS05MDA=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content\"})}),className:\"framer-7cw41i\",\"data-framer-name\":\"Published Date\",fonts:[\"GF;Playfair Display-900\"],name:\"Published Date\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS03MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{nlEZ2MoWd:nlEZ2MoWdmqYtWJIIQ},webPageId:\"Waq2rVWeQ\"},nodeId:\"TZjbUkV4A\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-7qwm3\",\"data-styles-preset\":\"rDB60Q2UN\",children:\"Stress free tax-time?—too good to be true, or so good you’d better believe it?\"})})})}),className:\"framer-a4hl00\",\"data-framer-name\":\"Article Title\",fonts:[\"GF;Playfair Display-700\"],name:\"Article Title\",text:Vnkr9g2izmqYtWJIIQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{nlEZ2MoWd:nlEZ2MoWdmqYtWJIIQ},webPageId:\"Waq2rVWeQ\"},nodeId:\"XHX7M_Z9C\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-7qwm3\",\"data-styles-preset\":\"rDB60Q2UN\",children:\"Discover how we helped a physician reclaim over $42,000 in tax savings by identifying missed deductions on a business loan.\"})})})}),className:\"framer-8ngsoo\",\"data-framer-name\":\"Author\",fonts:[\"GF;Figtree-regular\"],name:\"Author\",text:qxvWXMpjbmqYtWJIIQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b9xm40\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-67874g\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mcaeav-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"zffiszISC\",layoutId:\"zffiszISC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS05MDA=\",\"--framer-font-family\":'\"Figtree\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"NaN min read\"})}),className:\"framer-vtcbia\",fonts:[\"GF;Figtree-900\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9w162f\",\"data-framer-name\":\"Divider Line\",name:\"Divider Line\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS05MDA=\",\"--framer-font-family\":'\"Figtree\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"NaN min read\"})}),className:\"framer-14x69u1\",\"data-framer-name\":\"Author\",fonts:[\"GF;Figtree-900\"],name:\"Author\",text:textContent2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eb426p\",\"data-framer-name\":\"Divider Line\",name:\"Divider Line\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS05MDA=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"0.33em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Content\"})}),className:\"framer-1eo38az\",\"data-framer-name\":\"Category\",fonts:[\"GF;Playfair Display-900\"],name:\"Category\",text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13pcs7z\",\"data-framer-name\":\"Spacer\",name:\"Spacer\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7p31b7\",\"data-framer-name\":\"Divider Line\",name:\"Divider Line\"})]})})})},idmqYtWJIIQ);})})})})})]})})}),/*#__PURE__*/_jsx(\"main\",{\"aria-label\":\"Speak with us\",className:\"framer-17cggaz\",\"data-border\":true,\"data-framer-name\":\"Navigation Feature\",name:\"Navigation Feature\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yrqm1q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS03MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Still looking for something?\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Just because we haven’t written it yet, doesn’t mean it can’t be written next! Let us know what you’re looking for—we'd love to help you (and we love getting article suggestions too!)\"})]}),className:\"framer-1flavzf\",\"data-framer-name\":\"Article Title\",fonts:[\"GF;Playfair Display-700\",\"GF;Figtree-regular\"],name:\"Article Title\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-f6b36e hidden-wuk348 hidden-1sfy71n\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ImpCg8QJQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ImpCg8QJQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ImpCg8QJQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ImpCg8QJQ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jpisni-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{oFn6jb_e8:resolvedLinks4[1]},n4ppVqCsv:{oFn6jb_e8:resolvedLinks4[3]},ScxJQNujQ:{oFn6jb_e8:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(BlogFeatureButton,{height:\"100%\",id:\"Zz4Tjv1mt\",layoutId:\"Zz4Tjv1mt\",nXVNJKNY6:\"Speak with us\",oFn6jb_e8:resolvedLinks4[0],variant:\"grTSWlU0b\",width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsx(\"main\",{\"aria-label\":\"Personal Finance CPAs\",className:\"framer-97tokz\",\"data-framer-name\":\"Personal Finance CPAs\",name:\"Personal Finance CPAs\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-inz6f5\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ero7t3\",\"data-framer-name\":\"Articles\",name:\"Articles\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ejysyt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lq2QzO4H_:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 261 208\"><path d=\"M 13.853 14.828 C 13.853 9.863 17.601 3.757 24.293 0 L 24.427 0.738 C 19.675 3.288 16.731 7.985 16.731 11.205 C 16.731 14.895 21.549 13.554 21.549 17.512 C 21.549 19.794 19.943 21.203 17.868 21.203 C 15.526 21.203 13.853 18.519 13.853 14.828 Z M 62.64 12.815 C 62.64 14.56 62.305 17.177 61.502 19.794 C 58.223 30.73 49.122 34.018 38.079 34.018 L 32.993 34.018 L 28.442 49.853 C 26.502 56.428 26.167 57.905 34.064 57.972 L 33.796 58.777 L 14.054 58.777 L 14.322 57.972 C 20.478 57.905 20.88 56.428 22.754 49.853 L 33.729 11.406 C 35.603 4.697 36.072 3.355 29.982 3.288 L 30.249 2.483 L 50.058 2.483 C 56.952 2.483 62.64 4.63 62.64 12.815 Z M 56.952 10.4 C 56.952 5.435 54.877 3.489 49.791 3.489 L 46.244 3.489 C 41.693 3.489 41.358 4.697 39.485 11.406 L 33.194 33.146 L 38.28 33.146 C 44.972 33.146 51.598 31.804 55.278 19.861 C 56.349 16.64 56.885 13.084 56.885 10.467 Z M 79.705 43.881 L 80.375 44.15 C 75.489 54.952 70.738 59.649 65.718 59.649 C 60.699 59.649 57.152 54.415 58.424 42.606 C 59.361 32.542 66.923 17.982 76.962 17.982 C 80.174 17.982 83.654 20.062 83.654 25.497 C 83.654 32.81 76.493 39.99 64.179 40.728 C 62.908 45.492 62.038 49.92 62.038 52.134 C 61.971 56.294 63.376 58.71 66.455 58.71 C 70.872 58.71 75.288 53.946 79.839 43.881 Z M 64.246 39.923 C 72.745 39.252 79.572 32.676 79.572 22.947 C 79.572 20.934 79.036 18.854 76.694 18.854 C 74.352 18.854 72.277 20.934 70.002 24.49 C 67.994 27.711 65.852 34.018 64.246 39.923 Z M 114.706 24.289 C 114.706 28.583 112.163 33.548 108.683 33.548 C 107.478 33.548 106.408 32.676 106.207 31.2 C 109.285 29.053 111.695 24.759 111.695 21.941 C 111.695 20.196 110.892 19.055 109.419 19.055 C 104.065 19.055 98.176 32.609 92.555 50.524 L 90.547 58.844 L 84.792 59.649 C 89.744 41.6 95.7 26.503 95.7 21.203 C 95.7 19.726 95.232 19.123 94.228 19.123 C 91.149 19.123 87.736 25.564 84.992 33.28 L 84.457 32.945 C 87.803 23.417 91.149 17.982 95.499 17.982 C 98.176 17.982 99.916 20.934 99.916 24.021 C 99.916 28.583 95.767 36.97 92.956 45.76 L 93.358 45.76 C 98.912 29.523 104.199 17.982 109.955 17.982 C 112.765 17.982 114.706 20.733 114.706 24.356 Z M 127.355 56.093 C 129.228 54.348 130.5 51.396 130.5 48.511 C 130.5 44.083 127.221 42.07 123.138 40.057 C 119.123 38.044 116.848 36.434 116.848 31.737 C 116.848 27.845 118.989 23.35 122.202 20.733 C 124.878 18.586 127.488 17.915 129.965 17.915 C 135.586 17.915 138.33 21.672 138.33 25.631 C 138.33 29.321 136.188 33.213 133.578 33.213 C 132.708 33.213 131.638 32.408 131.437 31.066 C 133.846 29.388 135.921 25.765 135.921 23.283 C 135.921 20.465 133.244 18.854 129.63 18.854 C 127.355 18.854 125.146 19.726 123.339 21.27 C 121.398 22.88 119.725 25.765 119.725 28.583 C 119.725 32.072 122.536 33.75 126.217 35.494 C 130.567 37.507 134.382 39.587 134.382 45.156 C 134.382 49.719 131.972 54.281 127.823 57.234 C 125.882 58.575 123.272 59.649 120.06 59.649 C 114.104 59.649 110.958 55.556 110.958 51.128 C 110.958 47.035 113.234 42.808 116.045 42.808 C 117.115 42.808 118.186 43.68 118.454 45.223 C 115.777 47.102 113.568 50.792 113.568 53.61 C 113.568 56.764 116.245 58.777 120.328 58.777 C 123.138 58.777 125.548 57.905 127.288 56.093 Z M 140.271 46.297 C 140.271 32.81 149.64 17.982 159.277 17.982 C 164.965 17.982 167.843 24.021 167.843 31.334 C 167.843 44.821 158.608 59.649 148.636 59.649 C 143.082 59.649 140.204 53.61 140.204 46.297 Z M 155.998 53.208 C 159.478 47.303 164.028 31.468 164.028 25.631 C 164.028 21.337 162.288 18.854 159.344 18.854 C 156.198 18.854 154.258 20.934 152.116 24.423 C 148.569 30.395 144.152 46.163 144.152 52 C 144.219 56.294 145.825 58.777 148.837 58.777 C 151.848 58.777 153.923 56.697 155.998 53.208 Z M 205.32 44.552 C 202.509 52.268 199.163 59.582 194.612 59.582 C 191.668 59.582 189.928 56.495 189.928 53.476 C 189.928 45.425 199.096 30.529 199.096 22.947 C 199.096 20.599 198.36 18.921 196.754 18.921 C 191.668 18.921 183.168 33.951 178.283 50.457 L 176.275 58.777 L 170.52 59.582 C 175.472 41.533 181.428 26.436 181.428 21.135 C 181.428 19.659 180.96 19.055 179.956 19.055 C 177.012 19.055 173.465 25.497 170.721 33.213 L 170.185 32.877 C 173.532 23.35 176.878 17.915 181.228 17.915 C 184.038 17.915 185.712 21.001 185.712 23.954 C 185.712 29.187 181.629 36.836 178.752 45.693 L 179.153 45.693 C 184.373 30.462 191.735 17.915 197.222 17.915 C 200.903 17.915 202.71 23.618 202.71 27.51 C 202.71 34.756 194.278 50.054 194.278 56.294 C 194.278 57.502 194.679 58.441 195.616 58.441 C 198.36 58.441 201.974 51.866 204.718 44.284 L 205.253 44.552 Z M 239.384 44.552 C 236.573 52.268 233.227 59.582 228.542 59.582 C 226.066 59.582 224.058 56.495 224.058 53.409 C 224.058 49.719 228.208 40.594 231.018 31.871 L 230.684 31.871 C 225.598 46.901 218.772 59.649 213.351 59.649 C 210.272 59.649 207.796 55.892 207.796 47.639 C 207.796 33.414 217.433 17.781 226.869 17.915 C 230.483 17.982 231.822 21.404 231.42 26.302 L 233.294 18.72 L 238.915 17.915 L 229.345 51.128 C 228.877 53.006 228.275 54.885 228.275 56.227 C 228.275 57.569 228.676 58.508 229.613 58.508 C 232.424 58.508 235.904 52 238.581 44.351 L 239.25 44.619 Z M 230.349 30.865 C 231.688 24.021 231.152 18.854 227.405 18.854 C 224.728 18.854 222.854 20.934 220.712 24.088 C 215.559 31.871 211.745 46.565 211.745 52.872 C 211.745 56.428 212.481 58.508 214.087 58.508 C 218.504 58.508 225.33 46.297 230.349 30.797 Z M 241.258 53.141 C 241.258 49.92 244.202 42.338 246.344 34.89 L 253.572 9.461 C 254.642 5.837 255.245 3.489 249.623 3.355 L 249.891 2.55 L 261.067 2.55 L 253.304 27.711 L 246.411 50.323 C 245.875 52.268 245.474 54.483 245.474 55.825 C 245.474 57.703 246.21 58.575 247.348 58.575 C 250.225 58.575 253.772 52.201 256.583 44.418 L 257.118 44.686 C 254.174 52.47 250.761 59.716 246.009 59.716 C 243.265 59.716 241.325 56.831 241.325 53.208 Z M 50.326 76.289 L 44.571 97.156 L 43.768 97.156 C 47.315 83.066 46.512 77.295 39.685 77.295 L 32.324 77.295 C 27.773 77.295 27.372 78.436 25.498 85.213 L 20.545 102.524 L 25.029 102.524 C 33.127 102.524 34.532 100.041 37.611 90.648 L 38.347 90.648 L 31.186 115.541 L 30.383 115.541 C 32.792 106.013 32.859 103.53 24.762 103.53 L 20.278 103.53 L 14.388 123.794 C 12.448 130.503 12.113 131.845 20.144 131.912 L 19.876 132.717 L 0 132.717 L 0.268 131.912 C 6.425 131.845 6.826 130.436 8.7 123.794 L 19.675 85.347 C 21.549 78.637 22.018 77.295 15.928 77.228 L 16.195 76.423 L 50.393 76.423 Z M 49.59 130.168 C 49.59 131.375 49.992 132.315 50.928 132.315 C 53.739 132.315 57.353 125.806 60.097 118.157 L 60.632 118.426 C 57.755 126.142 54.342 133.455 49.858 133.455 C 46.98 133.455 45.374 130.302 45.374 127.283 C 45.374 119.499 54.408 102.255 54.408 95.009 C 54.408 93.667 53.739 92.929 52.869 92.929 C 49.791 92.929 46.311 99.37 43.567 107.086 L 43.032 106.751 C 46.512 97.223 49.791 91.788 54.141 91.788 C 57.018 91.788 58.825 94.137 58.825 97.022 C 58.825 105.543 49.59 123.525 49.59 130.168 Z M 57.755 79.845 C 57.755 77.094 59.495 75.081 61.703 75.081 C 63.644 75.081 65.049 76.759 65.049 79.107 C 65.049 81.791 63.309 83.804 61.101 83.804 C 59.16 83.804 57.755 82.126 57.755 79.845 Z M 98.042 118.359 C 95.232 126.075 91.885 133.388 87.335 133.388 C 84.39 133.388 82.65 130.302 82.65 127.283 C 82.65 119.231 91.818 104.335 91.818 96.754 C 91.818 94.405 91.082 92.728 89.476 92.728 C 84.39 92.728 75.891 107.757 71.005 124.263 L 68.998 132.583 L 63.242 133.388 C 68.195 115.339 74.151 100.243 74.151 94.942 C 74.151 93.466 73.682 92.862 72.678 92.862 C 69.734 92.862 66.187 99.303 63.443 107.019 L 62.908 106.684 C 66.254 97.156 69.6 91.721 73.95 91.721 C 76.761 91.721 78.434 94.808 78.434 97.76 C 78.434 102.994 74.352 110.643 71.474 119.499 L 71.875 119.499 C 77.095 104.268 84.457 91.721 89.945 91.721 C 93.625 91.721 95.432 97.425 95.432 101.316 C 95.432 108.563 87 123.861 87 130.101 C 87 131.308 87.402 132.248 88.338 132.248 C 91.082 132.248 94.696 125.672 97.44 118.09 L 97.975 118.359 Z M 132.106 118.359 C 129.295 126.075 125.949 133.388 121.265 133.388 C 118.788 133.388 116.781 130.302 116.781 127.215 C 116.781 123.525 120.93 114.4 123.741 105.677 L 123.406 105.677 C 118.32 120.707 111.561 133.455 106.073 133.455 C 102.995 133.455 100.518 129.698 100.518 121.445 C 100.518 107.221 110.155 91.587 119.592 91.721 C 123.205 91.788 124.544 95.21 124.142 100.108 L 126.016 92.526 L 131.638 91.721 L 122.068 124.934 C 121.599 126.813 120.997 128.692 120.997 130.034 C 120.997 131.375 121.398 132.315 122.335 132.315 C 125.146 132.315 128.626 125.806 131.303 118.157 L 131.972 118.426 Z M 123.005 104.671 C 124.343 97.827 123.808 92.661 120.06 92.661 C 117.383 92.661 115.509 94.741 113.368 97.894 C 108.215 105.677 104.4 120.372 104.4 126.679 C 104.4 130.235 105.136 132.315 106.742 132.315 C 111.159 132.315 117.985 120.103 123.005 104.604 Z M 168.914 118.359 C 166.103 126.075 162.757 133.388 158.206 133.388 C 155.262 133.388 153.522 130.302 153.522 127.283 C 153.522 119.231 162.69 104.335 162.69 96.754 C 162.69 94.405 161.954 92.728 160.348 92.728 C 155.262 92.728 146.762 107.757 141.877 124.263 L 139.869 132.583 L 134.114 133.388 C 139.066 115.339 145.022 100.243 145.022 94.942 C 145.022 93.466 144.554 92.862 143.55 92.862 C 140.605 92.862 137.058 99.303 134.315 107.019 L 133.779 106.684 C 137.125 97.156 140.472 91.721 144.822 91.721 C 147.632 91.721 149.305 94.808 149.305 97.76 C 149.305 102.994 145.223 110.643 142.345 119.499 L 142.747 119.499 C 147.967 104.268 155.328 91.721 160.816 91.721 C 164.497 91.721 166.304 97.425 166.304 101.316 C 166.304 108.563 157.872 123.861 157.872 130.101 C 157.872 131.308 158.273 132.248 159.21 132.248 C 161.954 132.248 165.568 125.672 168.312 118.09 L 168.847 118.359 Z M 171.858 116.346 C 172.795 106.281 181.362 91.721 191.266 91.721 C 195.951 91.721 198.025 95.345 198.025 99.505 C 198.025 103.665 195.75 108.227 192.738 108.227 C 191.668 108.227 190.597 107.355 190.329 105.745 C 193.14 103.732 195.415 99.84 195.415 96.821 C 195.415 94.003 193.675 92.661 191.4 92.661 C 188.188 92.661 185.845 94.741 183.704 98.297 C 180.09 104.067 175.74 120.64 175.74 126.142 C 175.74 130.168 176.945 132.516 179.822 132.516 C 185.042 132.516 189.526 127.283 193.876 117.688 L 194.545 117.956 C 189.66 128.759 184.908 133.455 179.22 133.455 C 173.933 133.455 170.721 128.222 171.925 116.413 Z M 220.645 117.688 L 221.315 117.956 C 216.429 128.759 211.678 133.455 206.658 133.455 C 201.639 133.455 198.092 128.222 199.364 116.413 C 200.301 106.348 207.863 91.788 217.902 91.788 C 221.114 91.788 224.594 93.868 224.594 99.303 C 224.594 106.617 217.433 113.796 205.119 114.534 C 203.848 119.298 202.978 123.726 202.978 125.941 C 202.911 130.101 204.316 132.516 207.395 132.516 C 211.812 132.516 216.228 127.752 220.779 117.688 Z M 205.186 113.729 C 213.685 113.058 220.512 106.483 220.512 96.754 C 220.512 94.741 219.976 92.661 217.634 92.661 C 215.292 92.661 213.217 94.741 210.942 98.297 C 208.934 101.517 206.792 107.825 205.186 113.729 Z M 7.696 188.743 C 7.696 184.986 8.232 180.826 9.838 175.928 C 14.522 160.563 27.238 149.29 36.741 149.29 C 40.622 149.29 42.764 151.236 44.236 153.249 C 45.708 155.262 46.11 156.872 47.181 156.872 C 48.452 156.872 49.456 154.792 50.928 149.29 L 51.732 149.29 L 45.24 172.64 L 44.437 172.64 C 46.512 164.521 46.512 150.297 36.741 150.297 C 26.97 150.297 20.144 163.716 16.128 175.995 C 13.987 182.436 12.916 188.005 12.916 193.037 C 12.916 201.559 15.66 206.054 21.817 206.054 C 30.651 206.054 37.878 194.648 41.225 184.785 L 42.028 184.785 C 38.882 194.312 31.454 207.262 20.813 207.262 C 12.849 207.262 7.629 199.881 7.629 188.743 Z M 88.874 160.428 C 88.874 162.173 88.539 164.79 87.736 167.406 C 84.457 178.343 75.355 181.631 64.313 181.631 L 59.227 181.631 L 54.676 197.466 C 52.735 204.041 52.401 205.517 60.298 205.585 L 60.03 206.39 L 40.288 206.39 L 40.555 205.585 C 46.712 205.517 47.114 204.041 48.988 197.466 L 59.963 159.019 C 61.837 152.31 62.305 150.968 56.215 150.901 L 56.483 150.095 L 76.292 150.095 C 83.185 150.095 88.874 152.243 88.874 160.428 Z M 83.185 158.013 C 83.185 153.048 81.111 151.102 76.025 151.102 L 72.478 151.102 C 67.927 151.102 67.592 152.31 65.718 159.019 L 59.428 180.759 L 64.514 180.759 C 71.206 180.759 77.832 179.417 81.512 167.474 C 82.583 164.253 83.118 160.697 83.118 158.08 Z M 116.112 205.652 L 115.844 206.457 L 98.243 206.457 L 98.511 205.652 C 105.203 205.182 105.404 202.565 105.337 195.99 L 105.337 185.992 L 89.945 185.992 L 86.063 192.769 C 80.375 202.901 78.969 205.182 87.335 205.652 L 87.067 206.457 L 72.21 206.457 L 72.344 205.652 C 77.698 205.182 79.036 203.37 84.925 192.769 L 109.754 149.29 L 110.49 149.29 L 111.159 195.99 C 111.293 202.699 111.962 205.182 116.045 205.652 Z M 105.27 185.12 L 104.935 159.422 L 90.413 185.12 Z M 135.051 203.706 C 136.925 201.961 138.196 199.009 138.196 196.124 C 138.196 191.695 134.917 189.683 130.835 187.67 C 126.819 185.657 124.544 184.046 124.544 179.35 C 124.544 175.458 126.685 170.963 129.898 168.346 C 132.575 166.199 135.185 165.528 137.661 165.528 C 143.282 165.528 146.026 169.285 146.026 173.244 C 146.026 176.934 143.885 180.826 141.275 180.826 C 140.405 180.826 139.334 180.021 139.133 178.679 C 141.542 177.001 143.617 173.378 143.617 170.895 C 143.617 168.077 140.94 166.467 137.326 166.467 C 135.051 166.467 132.842 167.339 131.035 168.883 C 129.095 170.493 127.422 173.378 127.422 176.196 C 127.422 179.685 130.232 181.363 133.913 183.107 C 138.263 185.12 142.078 187.2 142.078 192.769 C 142.078 197.332 139.668 201.894 135.519 204.846 C 133.578 206.188 130.968 207.262 127.756 207.262 C 121.8 207.262 118.655 203.169 118.655 198.741 C 118.655 194.648 120.93 190.421 123.741 190.421 C 124.812 190.421 125.882 191.293 126.15 192.836 C 123.473 194.715 121.265 198.405 121.265 201.223 C 121.265 204.377 123.942 206.39 128.024 206.39 C 130.835 206.39 133.244 205.517 134.984 203.706 Z M 153.187 168.883 C 158.005 166.333 161.084 161.636 161.084 158.415 C 161.084 154.725 156.198 156 156.198 152.108 C 156.198 149.827 157.805 148.418 159.812 148.418 C 162.288 148.418 163.828 151.102 163.828 154.792 C 163.828 159.757 160.147 165.93 153.455 169.621 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12215691210},n4ppVqCsv:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 221 176\"><path d=\"M 11.73 12.547 C 11.73 8.346 14.903 3.179 20.57 0 L 20.683 0.625 C 16.66 2.782 14.167 6.756 14.167 9.481 C 14.167 12.604 18.247 11.468 18.247 14.818 C 18.247 16.748 16.887 17.941 15.13 17.941 C 13.147 17.941 11.73 15.67 11.73 12.547 Z M 53.04 10.844 C 53.04 12.32 52.757 14.534 52.077 16.748 C 49.3 26.003 41.593 28.785 32.243 28.785 L 27.937 28.785 L 24.083 42.183 C 22.44 47.747 22.157 48.996 28.843 49.053 L 28.617 49.734 L 11.9 49.734 L 12.127 49.053 C 17.34 48.996 17.68 47.747 19.267 42.183 L 28.56 9.652 C 30.147 3.974 30.543 2.839 25.387 2.782 L 25.613 2.101 L 42.387 2.101 C 48.223 2.101 53.04 3.917 53.04 10.844 Z M 48.223 8.8 C 48.223 4.599 46.467 2.952 42.16 2.952 L 39.157 2.952 C 35.303 2.952 35.02 3.974 33.433 9.652 L 28.107 28.046 L 32.413 28.046 C 38.08 28.046 43.69 26.911 46.807 16.805 C 47.713 14.08 48.167 11.071 48.167 8.857 Z M 67.49 37.13 L 68.057 37.357 C 63.92 46.498 59.897 50.472 55.647 50.472 C 51.397 50.472 48.393 46.044 49.47 36.052 C 50.263 27.535 56.667 15.215 65.167 15.215 C 67.887 15.215 70.833 16.975 70.833 21.574 C 70.833 27.763 64.77 33.837 54.343 34.462 C 53.267 38.493 52.53 42.24 52.53 44.114 C 52.473 47.634 53.663 49.677 56.27 49.677 C 60.01 49.677 63.75 45.646 67.603 37.13 Z M 54.4 33.781 C 61.597 33.213 67.377 27.649 67.377 19.417 C 67.377 17.714 66.923 15.954 64.94 15.954 C 62.957 15.954 61.2 17.714 59.273 20.723 C 57.573 23.448 55.76 28.785 54.4 33.781 Z M 97.127 20.552 C 97.127 24.186 94.973 28.387 92.027 28.387 C 91.007 28.387 90.1 27.649 89.93 26.4 C 92.537 24.583 94.577 20.95 94.577 18.565 C 94.577 17.089 93.897 16.124 92.65 16.124 C 88.117 16.124 83.13 27.592 78.37 42.751 L 76.67 49.791 L 71.797 50.472 C 75.99 35.2 81.033 22.426 81.033 17.941 C 81.033 16.692 80.637 16.181 79.787 16.181 C 77.18 16.181 74.29 21.631 71.967 28.16 L 71.513 27.876 C 74.347 19.814 77.18 15.215 80.863 15.215 C 83.13 15.215 84.603 17.714 84.603 20.325 C 84.603 24.186 81.09 31.283 78.71 38.72 L 79.05 38.72 C 83.753 24.981 88.23 15.215 93.103 15.215 C 95.483 15.215 97.127 17.543 97.127 20.609 Z M 107.837 47.463 C 109.423 45.987 110.5 43.489 110.5 41.048 C 110.5 37.301 107.723 35.597 104.267 33.894 C 100.867 32.191 98.94 30.828 98.94 26.854 C 98.94 23.561 100.753 19.757 103.473 17.543 C 105.74 15.726 107.95 15.159 110.047 15.159 C 114.807 15.159 117.13 18.338 117.13 21.688 C 117.13 24.81 115.317 28.103 113.107 28.103 C 112.37 28.103 111.463 27.422 111.293 26.286 C 113.333 24.867 115.09 21.801 115.09 19.701 C 115.09 17.316 112.823 15.954 109.763 15.954 C 107.837 15.954 105.967 16.692 104.437 17.997 C 102.793 19.36 101.377 21.801 101.377 24.186 C 101.377 27.138 103.757 28.557 106.873 30.034 C 110.557 31.737 113.787 33.497 113.787 38.209 C 113.787 42.07 111.747 45.93 108.233 48.428 C 106.59 49.564 104.38 50.472 101.66 50.472 C 96.617 50.472 93.953 47.009 93.953 43.262 C 93.953 39.799 95.88 36.222 98.26 36.222 C 99.167 36.222 100.073 36.96 100.3 38.266 C 98.033 39.855 96.163 42.978 96.163 45.363 C 96.163 48.031 98.43 49.734 101.887 49.734 C 104.267 49.734 106.307 48.996 107.78 47.463 Z M 118.773 39.174 C 118.773 27.763 126.707 15.215 134.867 15.215 C 139.683 15.215 142.12 20.325 142.12 26.514 C 142.12 37.925 134.3 50.472 125.857 50.472 C 121.153 50.472 118.717 45.363 118.717 39.174 Z M 132.09 45.022 C 135.037 40.026 138.89 26.627 138.89 21.688 C 138.89 18.054 137.417 15.954 134.923 15.954 C 132.26 15.954 130.617 17.714 128.803 20.666 C 125.8 25.719 122.06 39.061 122.06 44 C 122.117 47.634 123.477 49.734 126.027 49.734 C 128.577 49.734 130.333 47.974 132.09 45.022 Z M 173.853 37.698 C 171.473 44.227 168.64 50.415 164.787 50.415 C 162.293 50.415 160.82 47.804 160.82 45.249 C 160.82 38.436 168.583 25.832 168.583 19.417 C 168.583 17.43 167.96 16.01 166.6 16.01 C 162.293 16.01 155.097 28.728 150.96 42.694 L 149.26 49.734 L 144.387 50.415 C 148.58 35.143 153.623 22.369 153.623 17.884 C 153.623 16.635 153.227 16.124 152.377 16.124 C 149.883 16.124 146.88 21.574 144.557 28.103 L 144.103 27.819 C 146.937 19.757 149.77 15.159 153.453 15.159 C 155.833 15.159 157.25 17.77 157.25 20.268 C 157.25 24.697 153.793 31.169 151.357 38.663 L 151.697 38.663 C 156.117 25.775 162.35 15.159 166.997 15.159 C 170.113 15.159 171.643 19.985 171.643 23.277 C 171.643 29.409 164.503 42.354 164.503 47.634 C 164.503 48.655 164.843 49.45 165.637 49.45 C 167.96 49.45 171.02 43.886 173.343 37.471 L 173.797 37.698 Z M 202.697 37.698 C 200.317 44.227 197.483 50.415 193.517 50.415 C 191.42 50.415 189.72 47.804 189.72 45.192 C 189.72 42.07 193.233 34.348 195.613 26.968 L 195.33 26.968 C 191.023 39.685 185.243 50.472 180.653 50.472 C 178.047 50.472 175.95 47.293 175.95 40.31 C 175.95 28.274 184.11 15.045 192.1 15.159 C 195.16 15.215 196.293 18.111 195.953 22.255 L 197.54 15.84 L 202.3 15.159 L 194.197 43.262 C 193.8 44.852 193.29 46.441 193.29 47.577 C 193.29 48.712 193.63 49.507 194.423 49.507 C 196.803 49.507 199.75 44 202.017 37.528 L 202.583 37.755 Z M 195.047 26.116 C 196.18 20.325 195.727 15.954 192.553 15.954 C 190.287 15.954 188.7 17.714 186.887 20.382 C 182.523 26.968 179.293 39.401 179.293 44.738 C 179.293 47.747 179.917 49.507 181.277 49.507 C 185.017 49.507 190.797 39.174 195.047 26.059 Z M 204.283 44.965 C 204.283 42.24 206.777 35.825 208.59 29.523 L 214.71 8.005 C 215.617 4.939 216.127 2.952 211.367 2.839 L 211.593 2.157 L 221.057 2.157 L 214.483 23.448 L 208.647 42.581 C 208.193 44.227 207.853 46.101 207.853 47.236 C 207.853 48.826 208.477 49.564 209.44 49.564 C 211.877 49.564 214.88 44.17 217.26 37.585 L 217.713 37.812 C 215.22 44.397 212.33 50.529 208.307 50.529 C 205.983 50.529 204.34 48.088 204.34 45.022 Z M 42.613 64.552 L 37.74 82.209 L 37.06 82.209 C 40.063 70.286 39.383 65.404 33.603 65.404 L 27.37 65.404 C 23.517 65.404 23.177 66.369 21.59 72.103 L 17.397 86.751 L 21.193 86.751 C 28.05 86.751 29.24 84.65 31.847 76.702 L 32.47 76.702 L 26.407 97.765 L 25.727 97.765 C 27.767 89.703 27.823 87.603 20.967 87.603 L 17.17 87.603 L 12.183 104.748 C 10.54 110.426 10.257 111.561 17.057 111.618 L 16.83 112.299 L 0 112.299 L 0.227 111.618 C 5.44 111.561 5.78 110.369 7.367 104.748 L 16.66 72.217 C 18.247 66.539 18.643 65.404 13.487 65.347 L 13.713 64.666 L 42.67 64.666 Z M 41.99 110.142 C 41.99 111.164 42.33 111.959 43.123 111.959 C 45.503 111.959 48.563 106.452 50.887 99.979 L 51.34 100.206 C 48.903 106.735 46.013 112.924 42.217 112.924 C 39.78 112.924 38.42 110.255 38.42 107.701 C 38.42 101.115 46.07 86.524 46.07 80.392 C 46.07 79.257 45.503 78.632 44.767 78.632 C 42.16 78.632 39.213 84.083 36.89 90.612 L 36.437 90.328 C 39.383 82.266 42.16 77.667 45.843 77.667 C 48.28 77.667 49.81 79.654 49.81 82.095 C 49.81 89.306 41.99 104.521 41.99 110.142 Z M 48.903 67.561 C 48.903 65.234 50.377 63.53 52.247 63.53 C 53.89 63.53 55.08 64.95 55.08 66.937 C 55.08 69.208 53.607 70.911 51.737 70.911 C 50.093 70.911 48.903 69.492 48.903 67.561 Z M 83.017 100.15 C 80.637 106.679 77.803 112.867 73.95 112.867 C 71.457 112.867 69.983 110.255 69.983 107.701 C 69.983 100.888 77.747 88.284 77.747 81.868 C 77.747 79.881 77.123 78.462 75.763 78.462 C 71.457 78.462 64.26 91.179 60.123 105.146 L 58.423 112.186 L 53.55 112.867 C 57.743 97.595 62.787 84.821 62.787 80.335 C 62.787 79.086 62.39 78.575 61.54 78.575 C 59.047 78.575 56.043 84.026 53.72 90.555 L 53.267 90.271 C 56.1 82.209 58.933 77.61 62.617 77.61 C 64.997 77.61 66.413 80.222 66.413 82.72 C 66.413 87.148 62.957 93.621 60.52 101.115 L 60.86 101.115 C 65.28 88.227 71.513 77.61 76.16 77.61 C 79.277 77.61 80.807 82.436 80.807 85.729 C 80.807 91.861 73.667 104.805 73.667 110.085 C 73.667 111.107 74.007 111.902 74.8 111.902 C 77.123 111.902 80.183 106.338 82.507 99.923 L 82.96 100.15 Z M 111.86 100.15 C 109.48 106.679 106.647 112.867 102.68 112.867 C 100.583 112.867 98.883 110.255 98.883 107.644 C 98.883 104.521 102.397 96.8 104.777 89.419 L 104.493 89.419 C 100.187 102.137 94.463 112.924 89.817 112.924 C 87.21 112.924 85.113 109.745 85.113 102.761 C 85.113 90.725 93.273 77.497 101.263 77.61 C 104.323 77.667 105.457 80.563 105.117 84.707 L 106.703 78.292 L 111.463 77.61 L 103.36 105.714 C 102.963 107.303 102.453 108.893 102.453 110.028 C 102.453 111.164 102.793 111.959 103.587 111.959 C 105.967 111.959 108.913 106.452 111.18 99.979 L 111.747 100.206 Z M 104.153 88.568 C 105.287 82.777 104.833 78.405 101.66 78.405 C 99.393 78.405 97.807 80.165 95.993 82.834 C 91.63 89.419 88.4 101.853 88.4 107.19 C 88.4 110.199 89.023 111.959 90.383 111.959 C 94.123 111.959 99.903 101.626 104.153 88.511 Z M 143.027 100.15 C 140.647 106.679 137.813 112.867 133.96 112.867 C 131.467 112.867 129.993 110.255 129.993 107.701 C 129.993 100.888 137.757 88.284 137.757 81.868 C 137.757 79.881 137.133 78.462 135.773 78.462 C 131.467 78.462 124.27 91.179 120.133 105.146 L 118.433 112.186 L 113.56 112.867 C 117.753 97.595 122.797 84.821 122.797 80.335 C 122.797 79.086 122.4 78.575 121.55 78.575 C 119.057 78.575 116.053 84.026 113.73 90.555 L 113.277 90.271 C 116.11 82.209 118.943 77.61 122.627 77.61 C 125.007 77.61 126.423 80.222 126.423 82.72 C 126.423 87.148 122.967 93.621 120.53 101.115 L 120.87 101.115 C 125.29 88.227 131.523 77.61 136.17 77.61 C 139.287 77.61 140.817 82.436 140.817 85.729 C 140.817 91.861 133.677 104.805 133.677 110.085 C 133.677 111.107 134.017 111.902 134.81 111.902 C 137.133 111.902 140.193 106.338 142.517 99.923 L 142.97 100.15 Z M 145.52 98.446 C 146.313 89.93 153.567 77.61 161.953 77.61 C 165.92 77.61 167.677 80.676 167.677 84.196 C 167.677 87.716 165.75 91.577 163.2 91.577 C 162.293 91.577 161.387 90.839 161.16 89.476 C 163.54 87.773 165.467 84.48 165.467 81.925 C 165.467 79.541 163.993 78.405 162.067 78.405 C 159.347 78.405 157.363 80.165 155.55 83.174 C 152.49 88.057 148.807 102.08 148.807 106.735 C 148.807 110.142 149.827 112.129 152.263 112.129 C 156.683 112.129 160.48 107.701 164.163 99.582 L 164.73 99.809 C 160.593 108.95 156.57 112.924 151.753 112.924 C 147.277 112.924 144.557 108.495 145.577 98.503 Z M 186.83 99.582 L 187.397 99.809 C 183.26 108.95 179.237 112.924 174.987 112.924 C 170.737 112.924 167.733 108.495 168.81 98.503 C 169.603 89.987 176.007 77.667 184.507 77.667 C 187.227 77.667 190.173 79.427 190.173 84.026 C 190.173 90.214 184.11 96.289 173.683 96.914 C 172.607 100.945 171.87 104.692 171.87 106.565 C 171.813 110.085 173.003 112.129 175.61 112.129 C 179.35 112.129 183.09 108.098 186.943 99.582 Z M 173.74 96.232 C 180.937 95.665 186.717 90.101 186.717 81.868 C 186.717 80.165 186.263 78.405 184.28 78.405 C 182.297 78.405 180.54 80.165 178.613 83.174 C 176.913 85.899 175.1 91.236 173.74 96.232 Z M 6.517 159.706 C 6.517 156.526 6.97 153.006 8.33 148.862 C 12.297 135.861 23.063 126.323 31.11 126.323 C 34.397 126.323 36.21 127.969 37.457 129.672 C 38.703 131.375 39.043 132.738 39.95 132.738 C 41.027 132.738 41.877 130.978 43.123 126.323 L 43.803 126.323 L 38.307 146.08 L 37.627 146.08 C 39.383 139.21 39.383 127.174 31.11 127.174 C 22.837 127.174 17.057 138.529 13.657 148.919 C 11.843 154.369 10.937 159.081 10.937 163.339 C 10.937 170.55 13.26 174.354 18.473 174.354 C 25.953 174.354 32.073 164.702 34.907 156.356 L 35.587 156.356 C 32.923 164.418 26.633 175.375 17.623 175.375 C 10.88 175.375 6.46 169.13 6.46 159.706 Z M 75.253 135.747 C 75.253 137.223 74.97 139.437 74.29 141.652 C 71.513 150.906 63.807 153.688 54.457 153.688 L 50.15 153.688 L 46.297 167.086 C 44.653 172.65 44.37 173.899 51.057 173.956 L 50.83 174.637 L 34.113 174.637 L 34.34 173.956 C 39.553 173.899 39.893 172.65 41.48 167.086 L 50.773 134.555 C 52.36 128.877 52.757 127.742 47.6 127.685 L 47.827 127.004 L 64.6 127.004 C 70.437 127.004 75.253 128.821 75.253 135.747 Z M 70.437 133.703 C 70.437 129.502 68.68 127.855 64.373 127.855 L 61.37 127.855 C 57.517 127.855 57.233 128.877 55.647 134.555 L 50.32 152.95 L 54.627 152.95 C 60.293 152.95 65.903 151.814 69.02 141.708 C 69.927 138.983 70.38 135.974 70.38 133.76 Z M 98.317 174.013 L 98.09 174.694 L 83.187 174.694 L 83.413 174.013 C 89.08 173.615 89.25 171.401 89.193 165.837 L 89.193 157.378 L 76.16 157.378 L 72.873 163.112 C 68.057 171.685 66.867 173.615 73.95 174.013 L 73.723 174.694 L 61.143 174.694 L 61.257 174.013 C 65.79 173.615 66.923 172.083 71.91 163.112 L 92.933 126.323 L 93.557 126.323 L 94.123 165.837 C 94.237 171.515 94.803 173.615 98.26 174.013 Z M 89.137 156.64 L 88.853 134.895 L 76.557 156.64 Z M 114.353 172.366 C 115.94 170.89 117.017 168.392 117.017 165.951 C 117.017 162.204 114.24 160.501 110.783 158.797 C 107.383 157.094 105.457 155.732 105.457 151.757 C 105.457 148.465 107.27 144.661 109.99 142.446 C 112.257 140.63 114.467 140.062 116.563 140.062 C 121.323 140.062 123.647 143.241 123.647 146.591 C 123.647 149.714 121.833 153.006 119.623 153.006 C 118.887 153.006 117.98 152.325 117.81 151.19 C 119.85 149.77 121.607 146.705 121.607 144.604 C 121.607 142.219 119.34 140.857 116.28 140.857 C 114.353 140.857 112.483 141.595 110.953 142.901 C 109.31 144.263 107.893 146.705 107.893 149.089 C 107.893 152.041 110.273 153.461 113.39 154.937 C 117.073 156.64 120.303 158.4 120.303 163.112 C 120.303 166.973 118.263 170.834 114.75 173.332 C 113.107 174.467 110.897 175.375 108.177 175.375 C 103.133 175.375 100.47 171.912 100.47 168.165 C 100.47 164.702 102.397 161.125 104.777 161.125 C 105.683 161.125 106.59 161.863 106.817 163.169 C 104.55 164.759 102.68 167.881 102.68 170.266 C 102.68 172.934 104.947 174.637 108.403 174.637 C 110.783 174.637 112.823 173.899 114.297 172.366 Z M 129.71 142.901 C 133.79 140.743 136.397 136.769 136.397 134.044 C 136.397 130.921 132.26 132 132.26 128.707 C 132.26 126.777 133.62 125.585 135.32 125.585 C 137.417 125.585 138.72 127.855 138.72 130.978 C 138.72 135.179 135.603 140.403 129.937 143.525 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12430881492},ScxJQNujQ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 221 176\"><path d=\"M 11.73 12.547 C 11.73 8.346 14.903 3.179 20.57 0 L 20.683 0.625 C 16.66 2.782 14.167 6.756 14.167 9.481 C 14.167 12.604 18.247 11.468 18.247 14.818 C 18.247 16.748 16.887 17.941 15.13 17.941 C 13.147 17.941 11.73 15.67 11.73 12.547 Z M 53.04 10.844 C 53.04 12.32 52.757 14.534 52.077 16.748 C 49.3 26.003 41.593 28.785 32.243 28.785 L 27.937 28.785 L 24.083 42.183 C 22.44 47.747 22.157 48.996 28.843 49.053 L 28.617 49.734 L 11.9 49.734 L 12.127 49.053 C 17.34 48.996 17.68 47.747 19.267 42.183 L 28.56 9.652 C 30.147 3.974 30.543 2.839 25.387 2.782 L 25.613 2.101 L 42.387 2.101 C 48.223 2.101 53.04 3.917 53.04 10.844 Z M 48.223 8.8 C 48.223 4.599 46.467 2.952 42.16 2.952 L 39.157 2.952 C 35.303 2.952 35.02 3.974 33.433 9.652 L 28.107 28.046 L 32.413 28.046 C 38.08 28.046 43.69 26.911 46.807 16.805 C 47.713 14.08 48.167 11.071 48.167 8.857 Z M 67.49 37.13 L 68.057 37.357 C 63.92 46.498 59.897 50.472 55.647 50.472 C 51.397 50.472 48.393 46.044 49.47 36.052 C 50.263 27.535 56.667 15.215 65.167 15.215 C 67.887 15.215 70.833 16.975 70.833 21.574 C 70.833 27.763 64.77 33.837 54.343 34.462 C 53.267 38.493 52.53 42.24 52.53 44.114 C 52.473 47.634 53.663 49.677 56.27 49.677 C 60.01 49.677 63.75 45.646 67.603 37.13 Z M 54.4 33.781 C 61.597 33.213 67.377 27.649 67.377 19.417 C 67.377 17.714 66.923 15.954 64.94 15.954 C 62.957 15.954 61.2 17.714 59.273 20.723 C 57.573 23.448 55.76 28.785 54.4 33.781 Z M 97.127 20.552 C 97.127 24.186 94.973 28.387 92.027 28.387 C 91.007 28.387 90.1 27.649 89.93 26.4 C 92.537 24.583 94.577 20.95 94.577 18.565 C 94.577 17.089 93.897 16.124 92.65 16.124 C 88.117 16.124 83.13 27.592 78.37 42.751 L 76.67 49.791 L 71.797 50.472 C 75.99 35.2 81.033 22.426 81.033 17.941 C 81.033 16.692 80.637 16.181 79.787 16.181 C 77.18 16.181 74.29 21.631 71.967 28.16 L 71.513 27.876 C 74.347 19.814 77.18 15.215 80.863 15.215 C 83.13 15.215 84.603 17.714 84.603 20.325 C 84.603 24.186 81.09 31.283 78.71 38.72 L 79.05 38.72 C 83.753 24.981 88.23 15.215 93.103 15.215 C 95.483 15.215 97.127 17.543 97.127 20.609 Z M 107.837 47.463 C 109.423 45.987 110.5 43.489 110.5 41.048 C 110.5 37.301 107.723 35.597 104.267 33.894 C 100.867 32.191 98.94 30.828 98.94 26.854 C 98.94 23.561 100.753 19.757 103.473 17.543 C 105.74 15.726 107.95 15.159 110.047 15.159 C 114.807 15.159 117.13 18.338 117.13 21.688 C 117.13 24.81 115.317 28.103 113.107 28.103 C 112.37 28.103 111.463 27.422 111.293 26.286 C 113.333 24.867 115.09 21.801 115.09 19.701 C 115.09 17.316 112.823 15.954 109.763 15.954 C 107.837 15.954 105.967 16.692 104.437 17.997 C 102.793 19.36 101.377 21.801 101.377 24.186 C 101.377 27.138 103.757 28.557 106.873 30.034 C 110.557 31.737 113.787 33.497 113.787 38.209 C 113.787 42.07 111.747 45.93 108.233 48.428 C 106.59 49.564 104.38 50.472 101.66 50.472 C 96.617 50.472 93.953 47.009 93.953 43.262 C 93.953 39.799 95.88 36.222 98.26 36.222 C 99.167 36.222 100.073 36.96 100.3 38.266 C 98.033 39.855 96.163 42.978 96.163 45.363 C 96.163 48.031 98.43 49.734 101.887 49.734 C 104.267 49.734 106.307 48.996 107.78 47.463 Z M 118.773 39.174 C 118.773 27.763 126.707 15.215 134.867 15.215 C 139.683 15.215 142.12 20.325 142.12 26.514 C 142.12 37.925 134.3 50.472 125.857 50.472 C 121.153 50.472 118.717 45.363 118.717 39.174 Z M 132.09 45.022 C 135.037 40.026 138.89 26.627 138.89 21.688 C 138.89 18.054 137.417 15.954 134.923 15.954 C 132.26 15.954 130.617 17.714 128.803 20.666 C 125.8 25.719 122.06 39.061 122.06 44 C 122.117 47.634 123.477 49.734 126.027 49.734 C 128.577 49.734 130.333 47.974 132.09 45.022 Z M 173.853 37.698 C 171.473 44.227 168.64 50.415 164.787 50.415 C 162.293 50.415 160.82 47.804 160.82 45.249 C 160.82 38.436 168.583 25.832 168.583 19.417 C 168.583 17.43 167.96 16.01 166.6 16.01 C 162.293 16.01 155.097 28.728 150.96 42.694 L 149.26 49.734 L 144.387 50.415 C 148.58 35.143 153.623 22.369 153.623 17.884 C 153.623 16.635 153.227 16.124 152.377 16.124 C 149.883 16.124 146.88 21.574 144.557 28.103 L 144.103 27.819 C 146.937 19.757 149.77 15.159 153.453 15.159 C 155.833 15.159 157.25 17.77 157.25 20.268 C 157.25 24.697 153.793 31.169 151.357 38.663 L 151.697 38.663 C 156.117 25.775 162.35 15.159 166.997 15.159 C 170.113 15.159 171.643 19.985 171.643 23.277 C 171.643 29.409 164.503 42.354 164.503 47.634 C 164.503 48.655 164.843 49.45 165.637 49.45 C 167.96 49.45 171.02 43.886 173.343 37.471 L 173.797 37.698 Z M 202.697 37.698 C 200.317 44.227 197.483 50.415 193.517 50.415 C 191.42 50.415 189.72 47.804 189.72 45.192 C 189.72 42.07 193.233 34.348 195.613 26.968 L 195.33 26.968 C 191.023 39.685 185.243 50.472 180.653 50.472 C 178.047 50.472 175.95 47.293 175.95 40.31 C 175.95 28.274 184.11 15.045 192.1 15.159 C 195.16 15.215 196.293 18.111 195.953 22.255 L 197.54 15.84 L 202.3 15.159 L 194.197 43.262 C 193.8 44.852 193.29 46.441 193.29 47.577 C 193.29 48.712 193.63 49.507 194.423 49.507 C 196.803 49.507 199.75 44 202.017 37.528 L 202.583 37.755 Z M 195.047 26.116 C 196.18 20.325 195.727 15.954 192.553 15.954 C 190.287 15.954 188.7 17.714 186.887 20.382 C 182.523 26.968 179.293 39.401 179.293 44.738 C 179.293 47.747 179.917 49.507 181.277 49.507 C 185.017 49.507 190.797 39.174 195.047 26.059 Z M 204.283 44.965 C 204.283 42.24 206.777 35.825 208.59 29.523 L 214.71 8.005 C 215.617 4.939 216.127 2.952 211.367 2.839 L 211.593 2.157 L 221.057 2.157 L 214.483 23.448 L 208.647 42.581 C 208.193 44.227 207.853 46.101 207.853 47.236 C 207.853 48.826 208.477 49.564 209.44 49.564 C 211.877 49.564 214.88 44.17 217.26 37.585 L 217.713 37.812 C 215.22 44.397 212.33 50.529 208.307 50.529 C 205.983 50.529 204.34 48.088 204.34 45.022 Z M 42.613 64.552 L 37.74 82.209 L 37.06 82.209 C 40.063 70.286 39.383 65.404 33.603 65.404 L 27.37 65.404 C 23.517 65.404 23.177 66.369 21.59 72.103 L 17.397 86.751 L 21.193 86.751 C 28.05 86.751 29.24 84.65 31.847 76.702 L 32.47 76.702 L 26.407 97.765 L 25.727 97.765 C 27.767 89.703 27.823 87.603 20.967 87.603 L 17.17 87.603 L 12.183 104.748 C 10.54 110.426 10.257 111.561 17.057 111.618 L 16.83 112.299 L 0 112.299 L 0.227 111.618 C 5.44 111.561 5.78 110.369 7.367 104.748 L 16.66 72.217 C 18.247 66.539 18.643 65.404 13.487 65.347 L 13.713 64.666 L 42.67 64.666 Z M 41.99 110.142 C 41.99 111.164 42.33 111.959 43.123 111.959 C 45.503 111.959 48.563 106.452 50.887 99.979 L 51.34 100.206 C 48.903 106.735 46.013 112.924 42.217 112.924 C 39.78 112.924 38.42 110.255 38.42 107.701 C 38.42 101.115 46.07 86.524 46.07 80.392 C 46.07 79.257 45.503 78.632 44.767 78.632 C 42.16 78.632 39.213 84.083 36.89 90.612 L 36.437 90.328 C 39.383 82.266 42.16 77.667 45.843 77.667 C 48.28 77.667 49.81 79.654 49.81 82.095 C 49.81 89.306 41.99 104.521 41.99 110.142 Z M 48.903 67.561 C 48.903 65.234 50.377 63.53 52.247 63.53 C 53.89 63.53 55.08 64.95 55.08 66.937 C 55.08 69.208 53.607 70.911 51.737 70.911 C 50.093 70.911 48.903 69.492 48.903 67.561 Z M 83.017 100.15 C 80.637 106.679 77.803 112.867 73.95 112.867 C 71.457 112.867 69.983 110.255 69.983 107.701 C 69.983 100.888 77.747 88.284 77.747 81.868 C 77.747 79.881 77.123 78.462 75.763 78.462 C 71.457 78.462 64.26 91.179 60.123 105.146 L 58.423 112.186 L 53.55 112.867 C 57.743 97.595 62.787 84.821 62.787 80.335 C 62.787 79.086 62.39 78.575 61.54 78.575 C 59.047 78.575 56.043 84.026 53.72 90.555 L 53.267 90.271 C 56.1 82.209 58.933 77.61 62.617 77.61 C 64.997 77.61 66.413 80.222 66.413 82.72 C 66.413 87.148 62.957 93.621 60.52 101.115 L 60.86 101.115 C 65.28 88.227 71.513 77.61 76.16 77.61 C 79.277 77.61 80.807 82.436 80.807 85.729 C 80.807 91.861 73.667 104.805 73.667 110.085 C 73.667 111.107 74.007 111.902 74.8 111.902 C 77.123 111.902 80.183 106.338 82.507 99.923 L 82.96 100.15 Z M 111.86 100.15 C 109.48 106.679 106.647 112.867 102.68 112.867 C 100.583 112.867 98.883 110.255 98.883 107.644 C 98.883 104.521 102.397 96.8 104.777 89.419 L 104.493 89.419 C 100.187 102.137 94.463 112.924 89.817 112.924 C 87.21 112.924 85.113 109.745 85.113 102.761 C 85.113 90.725 93.273 77.497 101.263 77.61 C 104.323 77.667 105.457 80.563 105.117 84.707 L 106.703 78.292 L 111.463 77.61 L 103.36 105.714 C 102.963 107.303 102.453 108.893 102.453 110.028 C 102.453 111.164 102.793 111.959 103.587 111.959 C 105.967 111.959 108.913 106.452 111.18 99.979 L 111.747 100.206 Z M 104.153 88.568 C 105.287 82.777 104.833 78.405 101.66 78.405 C 99.393 78.405 97.807 80.165 95.993 82.834 C 91.63 89.419 88.4 101.853 88.4 107.19 C 88.4 110.199 89.023 111.959 90.383 111.959 C 94.123 111.959 99.903 101.626 104.153 88.511 Z M 143.027 100.15 C 140.647 106.679 137.813 112.867 133.96 112.867 C 131.467 112.867 129.993 110.255 129.993 107.701 C 129.993 100.888 137.757 88.284 137.757 81.868 C 137.757 79.881 137.133 78.462 135.773 78.462 C 131.467 78.462 124.27 91.179 120.133 105.146 L 118.433 112.186 L 113.56 112.867 C 117.753 97.595 122.797 84.821 122.797 80.335 C 122.797 79.086 122.4 78.575 121.55 78.575 C 119.057 78.575 116.053 84.026 113.73 90.555 L 113.277 90.271 C 116.11 82.209 118.943 77.61 122.627 77.61 C 125.007 77.61 126.423 80.222 126.423 82.72 C 126.423 87.148 122.967 93.621 120.53 101.115 L 120.87 101.115 C 125.29 88.227 131.523 77.61 136.17 77.61 C 139.287 77.61 140.817 82.436 140.817 85.729 C 140.817 91.861 133.677 104.805 133.677 110.085 C 133.677 111.107 134.017 111.902 134.81 111.902 C 137.133 111.902 140.193 106.338 142.517 99.923 L 142.97 100.15 Z M 145.52 98.446 C 146.313 89.93 153.567 77.61 161.953 77.61 C 165.92 77.61 167.677 80.676 167.677 84.196 C 167.677 87.716 165.75 91.577 163.2 91.577 C 162.293 91.577 161.387 90.839 161.16 89.476 C 163.54 87.773 165.467 84.48 165.467 81.925 C 165.467 79.541 163.993 78.405 162.067 78.405 C 159.347 78.405 157.363 80.165 155.55 83.174 C 152.49 88.057 148.807 102.08 148.807 106.735 C 148.807 110.142 149.827 112.129 152.263 112.129 C 156.683 112.129 160.48 107.701 164.163 99.582 L 164.73 99.809 C 160.593 108.95 156.57 112.924 151.753 112.924 C 147.277 112.924 144.557 108.495 145.577 98.503 Z M 186.83 99.582 L 187.397 99.809 C 183.26 108.95 179.237 112.924 174.987 112.924 C 170.737 112.924 167.733 108.495 168.81 98.503 C 169.603 89.987 176.007 77.667 184.507 77.667 C 187.227 77.667 190.173 79.427 190.173 84.026 C 190.173 90.214 184.11 96.289 173.683 96.914 C 172.607 100.945 171.87 104.692 171.87 106.565 C 171.813 110.085 173.003 112.129 175.61 112.129 C 179.35 112.129 183.09 108.098 186.943 99.582 Z M 173.74 96.232 C 180.937 95.665 186.717 90.101 186.717 81.868 C 186.717 80.165 186.263 78.405 184.28 78.405 C 182.297 78.405 180.54 80.165 178.613 83.174 C 176.913 85.899 175.1 91.236 173.74 96.232 Z M 6.517 159.706 C 6.517 156.526 6.97 153.006 8.33 148.862 C 12.297 135.861 23.063 126.323 31.11 126.323 C 34.397 126.323 36.21 127.969 37.457 129.672 C 38.703 131.375 39.043 132.738 39.95 132.738 C 41.027 132.738 41.877 130.978 43.123 126.323 L 43.803 126.323 L 38.307 146.08 L 37.627 146.08 C 39.383 139.21 39.383 127.174 31.11 127.174 C 22.837 127.174 17.057 138.529 13.657 148.919 C 11.843 154.369 10.937 159.081 10.937 163.339 C 10.937 170.55 13.26 174.354 18.473 174.354 C 25.953 174.354 32.073 164.702 34.907 156.356 L 35.587 156.356 C 32.923 164.418 26.633 175.375 17.623 175.375 C 10.88 175.375 6.46 169.13 6.46 159.706 Z M 75.253 135.747 C 75.253 137.223 74.97 139.437 74.29 141.652 C 71.513 150.906 63.807 153.688 54.457 153.688 L 50.15 153.688 L 46.297 167.086 C 44.653 172.65 44.37 173.899 51.057 173.956 L 50.83 174.637 L 34.113 174.637 L 34.34 173.956 C 39.553 173.899 39.893 172.65 41.48 167.086 L 50.773 134.555 C 52.36 128.877 52.757 127.742 47.6 127.685 L 47.827 127.004 L 64.6 127.004 C 70.437 127.004 75.253 128.821 75.253 135.747 Z M 70.437 133.703 C 70.437 129.502 68.68 127.855 64.373 127.855 L 61.37 127.855 C 57.517 127.855 57.233 128.877 55.647 134.555 L 50.32 152.95 L 54.627 152.95 C 60.293 152.95 65.903 151.814 69.02 141.708 C 69.927 138.983 70.38 135.974 70.38 133.76 Z M 98.317 174.013 L 98.09 174.694 L 83.187 174.694 L 83.413 174.013 C 89.08 173.615 89.25 171.401 89.193 165.837 L 89.193 157.378 L 76.16 157.378 L 72.873 163.112 C 68.057 171.685 66.867 173.615 73.95 174.013 L 73.723 174.694 L 61.143 174.694 L 61.257 174.013 C 65.79 173.615 66.923 172.083 71.91 163.112 L 92.933 126.323 L 93.557 126.323 L 94.123 165.837 C 94.237 171.515 94.803 173.615 98.26 174.013 Z M 89.137 156.64 L 88.853 134.895 L 76.557 156.64 Z M 114.353 172.366 C 115.94 170.89 117.017 168.392 117.017 165.951 C 117.017 162.204 114.24 160.501 110.783 158.797 C 107.383 157.094 105.457 155.732 105.457 151.757 C 105.457 148.465 107.27 144.661 109.99 142.446 C 112.257 140.63 114.467 140.062 116.563 140.062 C 121.323 140.062 123.647 143.241 123.647 146.591 C 123.647 149.714 121.833 153.006 119.623 153.006 C 118.887 153.006 117.98 152.325 117.81 151.19 C 119.85 149.77 121.607 146.705 121.607 144.604 C 121.607 142.219 119.34 140.857 116.28 140.857 C 114.353 140.857 112.483 141.595 110.953 142.901 C 109.31 144.263 107.893 146.705 107.893 149.089 C 107.893 152.041 110.273 153.461 113.39 154.937 C 117.073 156.64 120.303 158.4 120.303 163.112 C 120.303 166.973 118.263 170.834 114.75 173.332 C 113.107 174.467 110.897 175.375 108.177 175.375 C 103.133 175.375 100.47 171.912 100.47 168.165 C 100.47 164.702 102.397 161.125 104.777 161.125 C 105.683 161.125 106.59 161.863 106.817 163.169 C 104.55 164.759 102.68 167.881 102.68 170.266 C 102.68 172.934 104.947 174.637 108.403 174.637 C 110.783 174.637 112.823 173.899 114.297 172.366 Z M 129.71 142.901 C 133.79 140.743 136.397 136.769 136.397 134.044 C 136.397 130.921 132.26 132 132.26 128.707 C 132.26 126.777 133.62 125.585 135.32 125.585 C 137.417 125.585 138.72 127.855 138.72 130.978 C 138.72 135.179 135.603 140.403 129.937 143.525 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11324658529}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-osarro\",\"data-framer-name\":\"Personal_Finance_CPAs_Web_Stack\",layout:\"position\",name:\"Personal_Finance_CPAs_Web_Stack\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 322 256\"><path d=\"M 17.091 18.25 C 17.091 12.139 21.714 4.625 29.971 0 L 30.136 0.908 C 24.274 4.046 20.641 9.827 20.641 13.791 C 20.641 18.333 26.586 16.681 26.586 21.554 C 26.586 24.361 24.604 26.095 22.045 26.095 C 19.155 26.095 17.091 22.792 17.091 18.25 Z M 77.28 15.773 C 77.28 17.92 76.867 21.141 75.876 24.361 C 71.831 37.822 60.602 41.868 46.979 41.868 L 40.704 41.868 L 35.09 61.357 C 32.695 69.45 32.283 71.267 42.025 71.35 L 41.695 72.341 L 17.338 72.341 L 17.669 71.35 C 25.265 71.267 25.76 69.45 28.072 61.357 L 41.612 14.039 C 43.924 5.781 44.502 4.129 36.989 4.046 L 37.319 3.055 L 61.758 3.055 C 70.262 3.055 77.28 5.698 77.28 15.773 Z M 70.262 12.8 C 70.262 6.689 67.703 4.294 61.428 4.294 L 57.052 4.294 C 51.437 4.294 51.025 5.781 48.713 14.039 L 40.952 40.795 L 47.227 40.795 C 55.483 40.795 63.657 39.143 68.198 24.444 C 69.519 20.48 70.179 16.103 70.179 12.883 Z M 98.334 54.008 L 99.159 54.338 C 93.132 67.634 87.27 73.414 81.078 73.414 C 74.886 73.414 70.51 66.973 72.078 52.439 C 73.234 40.052 82.564 22.132 94.949 22.132 C 98.912 22.132 103.205 24.692 103.205 31.381 C 103.205 40.382 94.371 49.218 79.179 50.126 C 77.61 55.99 76.537 61.44 76.537 64.165 C 76.454 69.285 78.188 72.258 81.986 72.258 C 87.435 72.258 92.885 66.395 98.499 54.008 Z M 79.262 49.135 C 89.747 48.31 98.169 40.217 98.169 28.243 C 98.169 25.765 97.508 23.205 94.618 23.205 C 91.729 23.205 89.169 25.765 86.362 30.142 C 83.885 34.106 81.243 41.868 79.262 49.135 Z M 141.515 29.894 C 141.515 35.179 138.377 41.29 134.084 41.29 C 132.598 41.29 131.277 40.217 131.029 38.4 C 134.827 35.757 137.799 30.472 137.799 27.004 C 137.799 24.857 136.809 23.453 134.992 23.453 C 128.387 23.453 121.122 40.134 114.186 62.183 L 111.709 72.423 L 104.609 73.414 C 110.718 51.2 118.067 32.619 118.067 26.095 C 118.067 24.279 117.489 23.535 116.25 23.535 C 112.452 23.535 108.242 31.463 104.856 40.96 L 104.196 40.547 C 108.324 28.821 112.452 22.132 117.819 22.132 C 121.122 22.132 123.268 25.765 123.268 29.564 C 123.268 35.179 118.149 45.502 114.682 56.32 L 115.177 56.32 C 122.03 36.335 128.552 22.132 135.653 22.132 C 139.121 22.132 141.515 25.517 141.515 29.977 Z M 157.119 69.037 C 159.431 66.89 161 63.257 161 59.706 C 161 54.255 156.954 51.778 151.918 49.301 C 146.964 46.823 144.157 44.841 144.157 39.061 C 144.157 34.271 146.799 28.738 150.762 25.517 C 154.065 22.875 157.285 22.049 160.339 22.049 C 167.275 22.049 170.66 26.674 170.66 31.546 C 170.66 36.088 168.018 40.877 164.798 40.877 C 163.725 40.877 162.404 39.886 162.156 38.235 C 165.128 36.17 167.688 31.711 167.688 28.655 C 167.688 25.187 164.385 23.205 159.927 23.205 C 157.119 23.205 154.395 24.279 152.166 26.178 C 149.771 28.16 147.707 31.711 147.707 35.179 C 147.707 39.474 151.175 41.538 155.716 43.685 C 161.083 46.163 165.789 48.723 165.789 55.577 C 165.789 61.192 162.816 66.808 157.697 70.441 C 155.303 72.093 152.083 73.414 148.12 73.414 C 140.772 73.414 136.891 68.377 136.891 62.926 C 136.891 57.889 139.698 52.686 143.166 52.686 C 144.487 52.686 145.808 53.76 146.138 55.659 C 142.836 57.972 140.111 62.514 140.111 65.982 C 140.111 69.863 143.414 72.341 148.45 72.341 C 151.918 72.341 154.89 71.267 157.037 69.037 Z M 173.054 56.981 C 173.054 40.382 184.613 22.132 196.503 22.132 C 203.521 22.132 207.071 29.564 207.071 38.565 C 207.071 55.164 195.677 73.414 183.375 73.414 C 176.522 73.414 172.972 65.982 172.972 56.981 Z M 192.457 65.486 C 196.75 58.219 202.365 38.73 202.365 31.546 C 202.365 26.261 200.218 23.205 196.585 23.205 C 192.705 23.205 190.31 25.765 187.668 30.059 C 183.292 37.409 177.843 56.815 177.843 64 C 177.926 69.285 179.907 72.341 183.623 72.341 C 187.338 72.341 189.897 69.781 192.457 65.486 Z M 253.307 54.834 C 249.839 64.33 245.711 73.332 240.096 73.332 C 236.464 73.332 234.317 69.533 234.317 65.817 C 234.317 55.907 245.628 37.574 245.628 28.243 C 245.628 25.352 244.72 23.288 242.738 23.288 C 236.464 23.288 225.978 41.786 219.951 62.101 L 217.474 72.341 L 210.373 73.332 C 216.483 51.117 223.831 32.537 223.831 26.013 C 223.831 24.196 223.253 23.453 222.015 23.453 C 218.382 23.453 214.006 31.381 210.621 40.877 L 209.961 40.465 C 214.089 28.738 218.217 22.049 223.584 22.049 C 227.051 22.049 229.115 25.848 229.115 29.481 C 229.115 35.923 224.079 45.337 220.529 56.237 L 221.024 56.237 C 227.464 37.492 236.546 22.049 243.316 22.049 C 247.857 22.049 250.087 29.068 250.087 33.858 C 250.087 42.777 239.684 61.605 239.684 69.285 C 239.684 70.772 240.179 71.928 241.335 71.928 C 244.72 71.928 249.178 63.835 252.564 54.503 L 253.224 54.834 Z M 295.332 54.834 C 291.864 64.33 287.736 73.332 281.956 73.332 C 278.902 73.332 276.425 69.533 276.425 65.734 C 276.425 61.192 281.544 49.961 285.011 39.226 L 284.598 39.226 C 278.324 57.724 269.902 73.414 263.214 73.414 C 259.416 73.414 256.362 68.79 256.362 58.632 C 256.362 41.125 268.251 21.884 279.892 22.049 C 284.351 22.132 286.002 26.343 285.507 32.372 L 287.818 23.04 L 294.754 22.049 L 282.947 62.926 C 282.369 65.239 281.626 67.551 281.626 69.203 C 281.626 70.854 282.122 72.01 283.277 72.01 C 286.745 72.01 291.038 64 294.341 54.586 L 295.167 54.916 Z M 284.186 37.987 C 285.837 29.564 285.176 23.205 280.553 23.205 C 277.25 23.205 274.938 25.765 272.296 29.646 C 265.939 39.226 261.233 57.311 261.233 65.074 C 261.233 69.45 262.141 72.01 264.123 72.01 C 269.572 72.01 277.993 56.981 284.186 37.905 Z M 297.644 65.404 C 297.644 61.44 301.276 52.108 303.918 42.942 L 312.835 11.644 C 314.156 7.185 314.899 4.294 307.964 4.129 L 308.294 3.138 L 322.083 3.138 L 312.505 34.106 L 304.001 61.935 C 303.341 64.33 302.845 67.055 302.845 68.707 C 302.845 71.019 303.753 72.093 305.157 72.093 C 308.707 72.093 313.083 64.248 316.551 54.668 L 317.211 54.999 C 313.578 64.578 309.368 73.497 303.506 73.497 C 300.121 73.497 297.726 69.946 297.726 65.486 Z M 62.088 93.894 L 54.988 119.577 L 53.997 119.577 C 58.373 102.235 57.382 95.133 48.961 95.133 L 39.878 95.133 C 34.264 95.133 33.769 96.537 31.457 104.877 L 25.347 126.183 L 30.879 126.183 C 40.869 126.183 42.603 123.128 46.401 111.566 L 47.309 111.566 L 38.475 142.204 L 37.484 142.204 C 40.456 130.477 40.539 127.422 30.549 127.422 L 25.017 127.422 L 17.751 152.361 C 15.357 160.619 14.944 162.271 24.852 162.354 L 24.522 163.345 L 0 163.345 L 0.33 162.354 C 7.926 162.271 8.422 160.537 10.733 152.361 L 24.274 105.043 C 26.586 96.785 27.164 95.133 19.65 95.05 L 19.981 94.059 L 62.171 94.059 Z M 61.18 160.206 C 61.18 161.693 61.675 162.849 62.831 162.849 C 66.299 162.849 70.757 154.839 74.143 145.425 L 74.803 145.755 C 71.253 155.252 67.042 164.253 61.51 164.253 C 57.96 164.253 55.978 160.372 55.978 156.655 C 55.978 147.076 67.125 125.853 67.125 116.934 C 67.125 115.283 66.299 114.374 65.226 114.374 C 61.428 114.374 57.134 122.302 53.749 131.799 L 53.089 131.386 C 57.382 119.659 61.428 112.97 66.794 112.97 C 70.345 112.97 72.574 115.861 72.574 119.412 C 72.574 129.899 61.18 152.031 61.18 160.206 Z M 71.253 98.271 C 71.253 94.885 73.399 92.408 76.124 92.408 C 78.518 92.408 80.252 94.472 80.252 97.363 C 80.252 100.666 78.106 103.143 75.381 103.143 C 72.987 103.143 71.253 101.079 71.253 98.271 Z M 120.956 145.672 C 117.489 155.169 113.361 164.17 107.746 164.17 C 104.113 164.17 101.967 160.372 101.967 156.655 C 101.967 146.746 113.278 128.413 113.278 119.081 C 113.278 116.191 112.37 114.126 110.388 114.126 C 104.113 114.126 93.628 132.625 87.601 152.939 L 85.124 163.179 L 78.023 164.17 C 84.133 141.956 91.481 123.375 91.481 116.852 C 91.481 115.035 90.903 114.292 89.665 114.292 C 86.032 114.292 81.656 122.219 78.271 131.716 L 77.61 131.303 C 81.738 119.577 85.867 112.888 91.233 112.888 C 94.701 112.888 96.765 116.686 96.765 120.32 C 96.765 126.761 91.729 136.175 88.178 147.076 L 88.674 147.076 C 95.114 128.33 104.196 112.888 110.966 112.888 C 115.507 112.888 117.736 119.907 117.736 124.697 C 117.736 133.615 107.333 152.444 107.333 160.124 C 107.333 161.61 107.829 162.766 108.985 162.766 C 112.37 162.766 116.828 154.674 120.213 145.342 L 120.874 145.672 Z M 162.982 145.672 C 159.514 155.169 155.386 164.17 149.606 164.17 C 146.551 164.17 144.074 160.372 144.074 156.573 C 144.074 152.031 149.193 140.8 152.661 130.065 L 152.248 130.065 C 145.973 148.563 137.634 164.253 130.864 164.253 C 127.066 164.253 124.011 159.628 124.011 149.471 C 124.011 131.964 135.901 112.723 147.542 112.888 C 152.001 112.97 153.652 117.182 153.156 123.21 L 155.468 113.879 L 162.404 112.888 L 150.597 153.765 C 150.019 156.077 149.276 158.39 149.276 160.041 C 149.276 161.693 149.771 162.849 150.927 162.849 C 154.395 162.849 158.688 154.839 161.991 145.425 L 162.816 145.755 Z M 151.753 128.826 C 153.404 120.403 152.744 114.044 148.12 114.044 C 144.817 114.044 142.506 116.604 139.864 120.485 C 133.506 130.065 128.8 148.15 128.8 155.912 C 128.8 160.289 129.708 162.849 131.69 162.849 C 137.139 162.849 145.561 147.819 151.753 128.743 Z M 208.392 145.672 C 204.924 155.169 200.796 164.17 195.182 164.17 C 191.549 164.17 189.402 160.372 189.402 156.655 C 189.402 146.746 200.713 128.413 200.713 119.081 C 200.713 116.191 199.805 114.126 197.824 114.126 C 191.549 114.126 181.063 132.625 175.036 152.939 L 172.559 163.179 L 165.458 164.17 C 171.568 141.956 178.916 123.375 178.916 116.852 C 178.916 115.035 178.338 114.292 177.1 114.292 C 173.467 114.292 169.091 122.219 165.706 131.716 L 165.046 131.303 C 169.174 119.577 173.302 112.888 178.669 112.888 C 182.136 112.888 184.201 116.686 184.201 120.32 C 184.201 126.761 179.164 136.175 175.614 147.076 L 176.109 147.076 C 182.549 128.33 191.631 112.888 198.402 112.888 C 202.943 112.888 205.172 119.907 205.172 124.697 C 205.172 133.615 194.769 152.444 194.769 160.124 C 194.769 161.61 195.264 162.766 196.42 162.766 C 199.805 162.766 204.264 154.674 207.649 145.342 L 208.309 145.672 Z M 212.025 143.195 C 213.181 130.808 223.749 112.888 235.968 112.888 C 241.748 112.888 244.307 117.347 244.307 122.467 C 244.307 127.587 241.5 133.203 237.785 133.203 C 236.464 133.203 235.143 132.129 234.812 130.147 C 238.28 127.67 241.087 122.88 241.087 119.164 C 241.087 115.695 238.941 114.044 236.133 114.044 C 232.17 114.044 229.281 116.604 226.638 120.981 C 222.18 128.083 216.813 148.48 216.813 155.252 C 216.813 160.206 218.299 163.097 221.85 163.097 C 228.29 163.097 233.822 156.655 239.188 144.846 L 240.014 145.177 C 233.987 158.472 228.125 164.253 221.107 164.253 C 214.584 164.253 210.621 157.812 212.107 143.277 Z M 272.214 144.846 L 273.039 145.177 C 267.012 158.472 261.15 164.253 254.958 164.253 C 248.766 164.253 244.39 157.812 245.958 143.277 C 247.114 130.89 256.444 112.97 268.829 112.97 C 272.792 112.97 277.085 115.53 277.085 122.219 C 277.085 131.221 268.251 140.057 253.059 140.965 C 251.49 146.828 250.417 152.279 250.417 155.004 C 250.334 160.124 252.068 163.097 255.866 163.097 C 261.315 163.097 266.765 157.234 272.379 144.846 Z M 253.142 139.974 C 263.627 139.148 272.049 131.055 272.049 119.081 C 272.049 116.604 271.388 114.044 268.498 114.044 C 265.609 114.044 263.049 116.604 260.242 120.981 C 257.765 124.945 255.123 132.707 253.142 139.974 Z M 9.495 232.299 C 9.495 227.675 10.155 222.555 12.137 216.526 C 17.916 197.615 33.604 183.742 45.328 183.742 C 50.116 183.742 52.758 186.137 54.575 188.614 C 56.391 191.092 56.887 193.074 58.208 193.074 C 59.776 193.074 61.015 190.514 62.831 183.742 L 63.822 183.742 L 55.813 212.48 L 54.823 212.48 C 57.382 202.488 57.382 184.981 45.328 184.981 C 33.273 184.981 24.852 201.497 19.898 216.609 C 17.256 224.537 15.935 231.391 15.935 237.585 C 15.935 248.072 19.32 253.605 26.916 253.605 C 37.814 253.605 46.731 239.566 50.859 227.427 L 51.85 227.427 C 47.97 239.154 38.805 255.092 25.677 255.092 C 15.852 255.092 9.412 246.008 9.412 232.299 Z M 109.645 197.45 C 109.645 199.597 109.232 202.818 108.242 206.039 C 104.196 219.499 92.967 223.546 79.344 223.546 L 73.069 223.546 L 67.455 243.035 C 65.061 251.128 64.648 252.945 74.39 253.027 L 74.06 254.018 L 49.704 254.018 L 50.034 253.027 C 57.63 252.945 58.125 251.128 60.437 243.035 L 73.977 195.716 C 76.289 187.458 76.867 185.806 69.354 185.724 L 69.684 184.733 L 94.123 184.733 C 102.627 184.733 109.645 187.375 109.645 197.45 Z M 102.627 194.477 C 102.627 188.366 100.068 185.972 93.793 185.972 L 89.417 185.972 C 83.803 185.972 83.39 187.458 81.078 195.716 L 73.317 222.472 L 79.592 222.472 C 87.848 222.472 96.022 220.821 100.563 206.121 C 101.884 202.157 102.545 197.781 102.545 194.56 Z M 143.249 253.11 L 142.918 254.101 L 121.204 254.101 L 121.534 253.11 C 129.791 252.532 130.038 249.311 129.956 241.218 L 129.956 228.914 L 110.966 228.914 L 106.177 237.254 C 99.159 249.724 97.426 252.532 107.746 253.11 L 107.416 254.101 L 89.087 254.101 L 89.252 253.11 C 95.857 252.532 97.508 250.302 104.774 237.254 L 135.405 183.742 L 136.313 183.742 L 137.139 241.218 C 137.304 249.476 138.13 252.532 143.166 253.11 Z M 129.873 227.84 L 129.461 196.212 L 111.544 227.84 Z M 166.614 250.715 C 168.926 248.568 170.495 244.934 170.495 241.383 C 170.495 235.933 166.449 233.455 161.413 230.978 C 156.459 228.501 153.652 226.519 153.652 220.738 C 153.652 215.948 156.294 210.415 160.257 207.195 C 163.559 204.552 166.779 203.726 169.834 203.726 C 176.77 203.726 180.155 208.351 180.155 213.223 C 180.155 217.765 177.513 222.555 174.293 222.555 C 173.219 222.555 171.898 221.564 171.651 219.912 C 174.623 217.848 177.183 213.388 177.183 210.333 C 177.183 206.865 173.88 204.883 169.422 204.883 C 166.614 204.883 163.89 205.956 161.661 207.855 C 159.266 209.837 157.202 213.388 157.202 216.857 C 157.202 221.151 160.67 223.215 165.211 225.363 C 170.577 227.84 175.284 230.4 175.284 237.254 C 175.284 242.87 172.311 248.485 167.192 252.119 C 164.798 253.77 161.578 255.092 157.615 255.092 C 150.267 255.092 146.386 250.054 146.386 244.604 C 146.386 239.566 149.193 234.364 152.661 234.364 C 153.982 234.364 155.303 235.437 155.633 237.337 C 152.331 239.649 149.606 244.191 149.606 247.659 C 149.606 251.541 152.909 254.018 157.945 254.018 C 161.413 254.018 164.385 252.945 166.532 250.715 Z M 188.989 207.855 C 194.934 204.717 198.732 198.937 198.732 194.973 C 198.732 190.431 192.705 192 192.705 187.21 C 192.705 184.403 194.686 182.668 197.163 182.668 C 200.218 182.668 202.117 185.972 202.117 190.514 C 202.117 196.625 197.576 204.222 189.319 208.764 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12282535886,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u27d7l\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n4ppVqCsv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1s4raaa\",\"data-styles-preset\":\"Urv9rX3kl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why settle for anything less than your own, personal CPA firm?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1s4raaa\",\"data-styles-preset\":\"Urv9rX3kl\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why settle for anything less than your own, personal CPA firm?\"})}),className:\"framer-1o7skfk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n4ppVqCsv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fcnrsu\",\"data-styles-preset\":\"KYv6g21a9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our team of Certified Public Accountants, Personal Financial Specialists, and Certified Financial Planners\\xae is dedicated to personal finance—so we’re dedicated to you.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fcnrsu\",\"data-styles-preset\":\"KYv6g21a9\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our team of Certified Public Accountants, Personal Financial Specialists, and Certified Financial Planners\\xae is dedicated to personal finance—so we’re dedicated to you.\"})}),className:\"framer-iwzyr8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qneyjy\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-sb9qp9-container\",id:\"sb9qp9\",children:[/*#__PURE__*/_jsx(ButtonInquireNow,{CQ0qQQ24c:CQ0qQQ24cwelu7j({overlay:overlay1}),height:\"100%\",id:\"v7Sd2v2yh\",layoutId:\"v7Sd2v2yh\",mWykOaG8q:\"Speak with us\",style:{height:\"100%\"},variant:\"SojFlwDAx\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1prpxth\",\"data-framer-portal-id\":\"sb9qp9\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"GHYwCZbuj\"),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gq37us\",\"data-framer-portal-id\":\"sb9qp9\",onTap:onTap1wvko5h({overlay:overlay1})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16phxj1\",\"data-framer-portal-id\":\"sb9qp9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:757,width:\"min(500px, 90vw)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-j7nk70-container\",children:/*#__PURE__*/_jsx(InquiryFormPopUpGeneral,{height:\"100%\",id:\"r_Cw2eJCu\",layoutId:\"r_Cw2eJCu\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"RwPh7esQH\",VuTafJXMg:VuTafJXMg1wvko5h({overlay:overlay1}),width:\"100%\"})})})})]}),document.querySelector(\"#overlay\"))})})]})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tiwzey\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ox84q9\",\"data-framer-name\":\"ProsperentCo_Group_Stack_Black\",description:'\"Prosperent Co\" logo paired with crest icon containing the letters \"PCo\"',layout:\"position\",name:\"ProsperentCo_Group_Stack_Black\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 114\"><path d=\"M 129.001 110.173 C 130.634 110.173 131.767 108.231 132.245 106.776 L 132.126 106.776 C 131.542 108.374 130.456 109.958 129.251 109.958 C 128.581 109.958 128.237 109.48 128.237 108.408 C 128.237 107.92 128.332 107.05 128.81 105.571 C 129.49 103.496 130.48 101.731 131.542 101.731 C 132.781 101.731 132.925 103.697 132.556 105.175 L 132.676 105.175 L 133.676 101.587 L 133.557 101.587 C 133.355 102.28 133.198 102.492 132.997 102.492 C 132.819 102.492 132.7 102.291 132.484 102.052 C 132.221 101.779 131.948 101.587 131.412 101.587 C 129.838 101.587 127.407 103.243 126.703 105.605 C 126.512 106.237 126.464 106.763 126.464 107.179 C 126.464 109.122 127.752 110.173 129.005 110.173 Z M 137.716 101.591 C 136.141 101.591 134.007 103.165 133.314 105.643 C 133.16 106.203 133.113 106.643 133.113 107.039 C 133.113 108.733 134.209 110.177 135.52 110.177 C 137.104 110.177 139.218 108.603 139.921 106.206 C 140.051 105.728 140.113 105.326 140.113 104.8 C 140.113 103.072 139.064 101.594 137.716 101.594 Z M 137.753 106.121 C 137.05 108.436 136.5 110.033 135.558 110.033 C 135.021 110.033 134.83 109.593 134.83 108.866 C 134.83 107.937 135.117 106.886 135.5 105.646 C 136.193 103.332 136.739 101.738 137.681 101.738 C 138.207 101.738 138.399 102.178 138.399 102.905 C 138.399 103.834 138.125 104.885 137.753 106.124 Z M 126.461 111.484 L 138.842 111.484 L 138.842 112.737 L 126.461 112.737 Z M 6.215 101.591 L 0 101.591 L 0 112.737 L 2.988 112.737 L 2.988 108.811 L 6.215 108.811 C 7.768 108.811 8.81 108.401 9.544 107.702 C 10.227 107.053 10.637 106.182 10.637 105.209 C 10.637 104.305 10.295 103.503 9.715 102.871 C 8.946 102.035 7.802 101.591 6.215 101.591 Z M 7.273 106.08 C 7.068 106.285 6.761 106.387 6.385 106.387 L 2.988 106.387 L 2.988 104.015 L 6.385 104.015 C 6.727 104.015 7.051 104.1 7.29 104.339 C 7.512 104.561 7.649 104.885 7.649 105.209 C 7.649 105.534 7.495 105.858 7.273 106.08 Z M 23.237 105.209 C 23.237 104.288 22.878 103.468 22.28 102.837 C 21.563 102.086 20.505 101.591 18.815 101.591 L 12.6 101.591 L 12.6 112.737 L 15.588 112.737 L 15.588 108.811 L 18.234 108.811 L 20.368 112.737 L 23.749 112.737 L 21.188 108.299 C 22.451 107.65 23.237 106.575 23.237 105.209 Z M 18.985 106.387 L 15.588 106.387 L 15.588 104.015 L 18.985 104.015 C 19.293 104.015 19.651 104.066 19.924 104.356 C 20.129 104.578 20.249 104.885 20.249 105.192 C 20.249 105.961 19.685 106.387 18.985 106.387 Z M 31.312 101.249 C 27.761 101.249 24.978 103.895 24.978 107.138 C 24.978 110.382 27.761 113.079 31.312 113.079 C 34.863 113.079 37.715 110.433 37.715 107.138 C 37.715 103.844 34.863 101.249 31.312 101.249 Z M 31.312 110.586 C 29.485 110.586 28.068 109.016 28.068 107.138 C 28.068 105.261 29.485 103.759 31.312 103.759 C 33.139 103.759 34.607 105.295 34.607 107.138 C 34.607 108.982 33.156 110.586 31.312 110.586 Z M 44.902 105.705 C 43.69 105.585 42.41 105.517 42.41 104.732 C 42.41 104.015 43.195 103.605 44.1 103.605 C 45.739 103.605 47.139 104.271 47.873 104.697 L 49.495 102.615 C 48.488 102.017 46.456 101.249 44.168 101.249 C 42 101.249 39.422 102.12 39.422 104.885 C 39.422 107.872 42.307 108.128 44.8 108.333 C 46.234 108.453 47.19 108.606 47.19 109.409 C 47.19 110.143 46.388 110.74 45.005 110.74 C 43.024 110.74 41.249 109.528 40.48 108.982 L 38.876 111.013 C 40.224 112.003 42.222 113.079 45.056 113.079 C 47.89 113.079 50.178 111.969 50.178 109.153 C 50.178 106.114 46.951 105.841 44.902 105.705 Z M 58.561 101.591 L 52.346 101.591 L 52.346 112.737 L 55.334 112.737 L 55.334 108.811 L 58.561 108.811 C 60.115 108.811 61.156 108.401 61.89 107.702 C 62.573 107.053 62.983 106.182 62.983 105.209 C 62.983 104.305 62.641 103.503 62.061 102.871 C 61.293 102.035 60.149 101.591 58.561 101.591 Z M 59.62 106.08 C 59.415 106.285 59.107 106.387 58.732 106.387 L 55.334 106.387 L 55.334 104.015 L 58.732 104.015 C 59.073 104.015 59.398 104.1 59.637 104.339 C 59.859 104.561 59.995 104.885 59.995 105.209 C 59.995 105.534 59.841 105.858 59.62 106.08 Z M 67.934 108.265 L 71.861 108.265 L 71.861 105.858 L 67.934 105.858 L 67.934 104.1 L 74.473 104.1 L 74.473 101.591 L 64.946 101.591 L 64.946 112.737 L 74.849 112.737 L 74.849 110.228 L 67.934 110.228 Z M 87.688 105.209 C 87.688 104.288 87.329 103.468 86.732 102.837 C 86.015 102.086 84.956 101.591 83.266 101.591 L 77.051 101.591 L 77.051 112.737 L 80.039 112.737 L 80.039 108.811 L 82.685 108.811 L 84.82 112.737 L 88.2 112.737 L 85.639 108.299 C 86.902 107.65 87.688 106.575 87.688 105.209 Z M 83.437 106.387 L 80.039 106.387 L 80.039 104.015 L 83.437 104.015 C 83.744 104.015 84.102 104.066 84.376 104.356 C 84.58 104.578 84.7 104.885 84.7 105.192 C 84.7 105.961 84.137 106.387 83.437 106.387 Z M 93.322 108.265 L 97.249 108.265 L 97.249 105.858 L 93.322 105.858 L 93.322 104.1 L 99.861 104.1 L 99.861 101.591 L 90.334 101.591 L 90.334 112.737 L 100.237 112.737 L 100.237 110.228 L 93.322 110.228 Z M 109.9 107.667 L 109.883 107.667 L 104.949 101.591 L 102.439 101.591 L 102.439 112.737 L 105.444 112.737 L 105.444 106.677 L 105.461 106.677 L 110.378 112.737 L 112.905 112.737 L 112.905 101.591 L 109.9 101.591 Z M 114.885 104.1 L 118.573 104.1 L 118.573 112.737 L 121.561 112.737 L 121.561 104.1 L 125.232 104.1 L 125.232 101.591 L 114.885 101.591 Z\" fill=\"hsl(0, 0%, 100%)\"></path><path d=\"M 31.934 0 L 108.179 0 L 108.179 76.229 L 31.934 76.229 Z\" fill=\"hsl(0, 0%, 100%)\"></path><path d=\"M 85.089 38.096 L 88.955 24.355 L 88.121 24.355 L 88.087 24.478 C 87.278 27.263 86.65 28.991 86.004 28.991 C 85.683 28.991 85.485 28.653 85.134 28.004 C 84.942 27.653 84.727 27.253 84.423 26.82 C 83.252 25.096 81.586 24.266 79.52 24.362 C 79.564 23.938 79.585 23.539 79.585 23.174 C 79.585 19.063 77.116 16.981 72.243 16.981 L 60.548 16.981 L 60.302 17.797 L 60.528 17.797 C 62.204 17.821 62.945 17.984 63.256 18.397 C 63.686 18.968 63.352 20.176 62.747 22.371 L 56.181 45.258 C 55.01 49.29 54.829 49.911 51.209 49.956 L 51.08 49.956 L 50.83 50.864 L 62.976 50.864 C 63.707 56.025 66.48 59.105 70.417 59.105 C 75.556 59.105 79.131 53.984 80.831 50.867 L 80.869 50.867 C 84.072 50.778 86.759 48.412 87.715 44.845 C 87.917 44.142 88.49 41.704 87.449 39.881 C 86.947 39.007 86.155 38.406 85.086 38.099 Z M 79.889 50.867 C 78.294 53.663 75.122 58.05 70.946 58.05 C 67.48 58.05 65.803 55.766 65.68 50.867 Z M 84.355 45.678 C 83.672 47.515 82.549 49.498 81.35 49.877 C 82.016 48.535 82.603 47.098 83.058 45.702 L 83.129 45.48 L 82.293 45.48 L 82.252 45.596 C 81.763 47.022 81.173 48.412 80.486 49.754 C 80.148 49.416 79.978 48.768 79.978 47.825 C 79.978 46.658 80.261 45.487 80.722 43.981 C 81.798 40.298 82.928 38.505 84.178 38.505 C 84.27 38.505 84.359 38.516 84.447 38.536 C 84.751 38.621 84.977 38.816 85.137 39.123 C 86.018 40.82 84.529 45.162 84.348 45.678 Z M 65.814 22.6 C 66.964 18.435 67.111 17.899 69.857 17.899 L 72.103 17.899 C 75.248 17.899 76.474 19.056 76.474 22.03 C 76.474 22.941 76.344 24.078 76.109 25.232 C 72.5 26.83 68.877 30.462 66.391 34.975 C 66.036 34.992 65.67 34.999 65.271 34.999 L 62.245 34.999 L 65.817 22.6 Z M 69.997 34.289 C 71.741 30.787 73.715 28.189 75.74 26.721 C 75.682 26.922 75.627 27.11 75.569 27.284 C 74.398 31.025 72.619 33.265 69.993 34.289 Z M 67.521 40.352 C 68.074 38.686 68.702 37.075 69.389 35.563 C 74.436 34.644 77.55 31.968 78.909 27.383 C 79.114 26.704 79.278 25.997 79.394 25.283 C 81.029 25.171 82.337 25.724 83.259 26.898 C 85.199 29.38 85.151 34.337 84.28 37.959 L 84.232 37.959 C 82.03 37.959 78.899 40.393 77.922 43.886 C 77.69 44.688 77.591 45.347 77.591 46.084 C 77.591 47.614 78.069 49.047 78.861 49.938 L 78.69 49.938 C 76.467 49.935 72.756 49.928 65.667 49.945 C 65.711 47.057 66.299 44.002 67.518 40.352 Z M 62.87 49.952 L 62.539 49.952 C 60.183 49.928 59.159 49.723 58.766 49.194 C 58.298 48.563 58.66 47.317 59.261 45.251 L 61.952 35.911 L 65.12 35.911 C 65.38 35.911 65.64 35.907 65.896 35.901 C 65.191 37.297 64.603 38.75 64.137 40.243 C 63.219 43.138 62.792 45.644 62.792 48.133 C 62.792 48.74 62.819 49.348 62.874 49.949 Z\" fill=\"hsl(0, 0%, 0%)\"></path></svg>',svgContentId:10029698564,title:'\"Prosperent Co\" logo with crest icon',withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15mg1e5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n4ppVqCsv:{variant:\"mO2sxY3Md\"}},children:/*#__PURE__*/_jsx(NameDefinition,{height:\"100%\",id:\"pSQly0JWQ\",layoutId:\"pSQly0JWQ\",style:{height:\"100%\",width:\"100%\"},variant:\"Lyy3yHn11\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay3=>/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:871,width:\"100vw\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1ia6pae-container\",id:\"1ia6pae\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n4ppVqCsv:{variant:\"SYrziYZyD\"},ScxJQNujQ:{variant:\"el9fJo3rx\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"u57PaoQLn\",iOrLqrT8e:iOrLqrT8ewelu7j({overlay:overlay2}),layoutId:\"u57PaoQLn\",style:{width:\"100%\"},variant:\"oPBxO8YnL\",width:\"100%\",YcIipydJN:YcIipydJNwelu7j({overlay:overlay3})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-4kx3e4\",\"data-framer-name\":\"Overlay Prosperent Insurance\",\"data-framer-portal-id\":\"1ia6pae\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},name:\"Overlay Prosperent Insurance\",onTap:()=>overlay2.hide()},\"aT8dVrio8\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:\"framer-14bxj2u\",\"data-framer-portal-id\":\"1ia6pae\",exit:animation,initial:animation2,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-150tu23\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6hktnp\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eympst\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7QXJzZW5hbC03MDA=\",\"--framer-font-family\":'\"Arsenal\", \"Arsenal Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-80fac736-83d5-4577-959b-1a8a3367ce62, rgb(0, 11, 0))\"},children:[\"Prosperent \",/*#__PURE__*/_jsx(\"br\",{}),\"Insurance \",/*#__PURE__*/_jsx(\"br\",{}),\"Agency, Inc.\"]})}),className:\"framer-6s779h\",fonts:[\"GF;Arsenal-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nndrml\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fcnrsu\",\"data-styles-preset\":\"KYv6g21a9\",style:{\"--framer-text-color\":\"var(--token-80fac736-83d5-4577-959b-1a8a3367ce62, rgb(0, 11, 0))\"},children:\"Prosperent Insurance Agency, Inc. is here to help you live a better, more prosperous life. Contact us today to find out more.\"})}),className:\"framer-196697j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ucghea\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17cyyo3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-w81g85\",\"data-styles-preset\":\"HxmvT804P\",style:{\"--framer-text-color\":\"var(--token-80fac736-83d5-4577-959b-1a8a3367ce62, rgb(0, 11, 0))\"},children:\"New site coming soon.\"})}),className:\"framer-12vjurl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zvzui5-container\",children:/*#__PURE__*/_jsx(ButtonBookACall,{height:\"100%\",id:\"fMkEQffBR\",layoutId:\"fMkEQffBR\",style:{height:\"100%\"},variant:\"jNHyqo7c0\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kopkbq\",\"data-framer-name\":\"Expand Button\",name:\"Expand Button\",onTap:onTap1wvko5h({overlay:overlay2}),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ymhciw\",style:{rotate:-45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qgme2t\",style:{rotate:45}})]})]})]}),document.querySelector(\"#overlay\"))})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1aciskl\",\"data-framer-portal-id\":\"1ia6pae\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"ep_UFBAhI\"),/*#__PURE__*/_jsx(motion.div,{className:\"framer-viw9u5\",\"data-framer-portal-id\":\"1ia6pae\",onTap:onTap1wvko5h({overlay:overlay3})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tlfu9n\",\"data-framer-portal-id\":\"1ia6pae\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:757,width:\"min(500px, 90vw)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-fcrofu-container\",children:/*#__PURE__*/_jsx(InquiryFormPopUpGeneral,{height:\"100%\",id:\"mkjEmUPAO\",layoutId:\"mkjEmUPAO\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"RwPh7esQH\",VuTafJXMg:VuTafJXMg1wvko5h({overlay:overlay3}),width:\"100%\"})})})})]}),document.querySelector(\"#overlay\"))})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-g0kv6 { background: #000B00; }`,\".framer-g0kv6.framer-hlw57p, .framer-g0kv6 .framer-hlw57p { display: block; }\",\".framer-g0kv6.framer-1y1zxab { align-content: center; align-items: center; background-color: #000b00; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1264px; }\",\".framer-g0kv6 .framer-76v4do-container { flex: none; height: auto; left: 0px; max-width: 100%; position: fixed; right: 0px; top: 0px; z-index: 4; }\",\".framer-g0kv6 .framer-1014hwt, .framer-g0kv6 .framer-1prpxth, .framer-g0kv6 .framer-1aciskl { inset: 0px; position: fixed; user-select: none; z-index: 3; }\",\".framer-g0kv6 .framer-1va2x9, .framer-g0kv6 .framer-gq37us, .framer-g0kv6 .framer-viw9u5 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: fixed; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 4; }\",\".framer-g0kv6 .framer-iai0np, .framer-g0kv6 .framer-16phxj1, .framer-g0kv6 .framer-1tlfu9n { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 6px 47px 0px rgba(0, 0, 0, 0.5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; max-height: 90%; max-width: 90%; overflow: auto; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 500px; z-index: 4; }\",\".framer-g0kv6 .framer-m9xcyf-container, .framer-g0kv6 .framer-j7nk70-container, .framer-g0kv6 .framer-fcrofu-container { flex: none; height: auto; max-width: 100%; position: relative; width: 500px; }\",\".framer-g0kv6 .framer-1bwrbnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 132px 32px 32px 32px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-1dxg4hz { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: hidden; padding: 10px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-1js872a-container, .framer-g0kv6 .framer-iuv3h-container, .framer-g0kv6 .framer-t8b651-container, .framer-g0kv6 .framer-1vyiw2r-container, .framer-g0kv6 .framer-1jpisni-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-g0kv6 .framer-1dkqx62 { flex: none; height: auto; max-width: 100%; position: relative; text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35); white-space: pre; width: 281px; z-index: 1; }\",\".framer-g0kv6 .framer-vp3rfk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 32px 32px 32px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-uqr2ny { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #1e2522; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-1ao98lg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-lqtc1m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1136px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-1mtbqgy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-vvuxf7 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-g0kv6 .framer-mea0u9 { 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-g0kv6 .framer-1lt6718, .framer-g0kv6 .framer-vtcbia, .framer-g0kv6 .framer-14x69u1, .framer-g0kv6 .framer-1eo38az, .framer-g0kv6 .framer-12vjurl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-g0kv6 .framer-gc0naj { background-color: rgba(255, 255, 255, 0.2); flex: none; height: 16px; overflow: hidden; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-1j0l4xh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-bjqd2a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-uzdzrx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-7cw41i, .framer-g0kv6 .framer-a4hl00, .framer-g0kv6 .framer-8ngsoo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-g0kv6 .framer-b9xm40 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-67874g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-g0kv6 .framer-mcaeav-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-g0kv6 .framer-9w162f, .framer-g0kv6 .framer-eb426p { align-self: stretch; background-color: rgba(255, 255, 255, 0.2); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-13pcs7z { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-7p31b7 { background-color: rgba(255, 255, 255, 0.2); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-17cggaz { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #35443e; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-yrqm1q { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 40px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-1flavzf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 10px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-g0kv6 .framer-f6b36e { flex: 0.33 0 0px; height: 96px; overflow: hidden; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-97tokz { align-content: center; align-items: center; background-color: #000b00; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 32px 32px 32px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-inz6f5 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 32px 64px 32px; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-1ero7t3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; max-width: 1136px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-ejysyt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-osarro { flex: none; height: 256px; position: relative; width: 322px; }\",\".framer-g0kv6 .framer-u27d7l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-g0kv6 .framer-1o7skfk, .framer-g0kv6 .framer-iwzyr8, .framer-g0kv6 .framer-6s779h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-g0kv6 .framer-qneyjy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-sb9qp9-container, .framer-g0kv6 .framer-zvzui5-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-g0kv6 .framer-tiwzey { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 140px; }\",\".framer-g0kv6 .framer-ox84q9 { flex: none; height: 114px; position: relative; width: 140px; }\",\".framer-g0kv6 .framer-15mg1e5-container { flex: none; height: 50vh; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-1ia6pae-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-4kx3e4 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-g0kv6 .framer-14bxj2u { background-color: var(--token-b0deac73-c598-4a1f-b507-814225d00994, #d2d2d2); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; flex: none; height: 520px; left: calc(50.00000000000002% - min(90%, 420px) / 2); max-height: 90%; max-width: 90%; overflow: hidden; position: fixed; top: calc(50.00000000000002% - min(90%, 520px) / 2); width: 420px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-g0kv6 .framer-150tu23 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; left: -1px; overflow: auto; padding: 24px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-g0kv6 .framer-6hktnp { flex: 2 0 0px; height: 1px; overflow: hidden; position: relative; width: 188px; }\",\".framer-g0kv6 .framer-1eympst { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-nndrml { background-color: var(--token-80fac736-83d5-4577-959b-1a8a3367ce62, #000b00); flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-196697j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-g0kv6 .framer-1ucghea { flex: 1.4 0 0px; height: 1px; overflow: hidden; position: relative; width: 188px; }\",\".framer-g0kv6 .framer-17cyyo3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-g0kv6 .framer-1kopkbq { cursor: pointer; flex: none; height: 35px; overflow: hidden; position: absolute; right: 12px; top: 12px; width: 34px; }\",\".framer-g0kv6 .framer-1ymhciw, .framer-g0kv6 .framer-qgme2t { background-color: var(--token-80fac736-83d5-4577-959b-1a8a3367ce62, #000b00); flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; right: 0px; top: calc(48.57142857142859% - 2px / 2); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-g0kv6.framer-1y1zxab, .framer-g0kv6 .framer-1va2x9, .framer-g0kv6 .framer-iai0np, .framer-g0kv6 .framer-1bwrbnn, .framer-g0kv6 .framer-vp3rfk, .framer-g0kv6 .framer-uqr2ny, .framer-g0kv6 .framer-1ao98lg, .framer-g0kv6 .framer-lqtc1m, .framer-g0kv6 .framer-1mtbqgy, .framer-g0kv6 .framer-mea0u9, .framer-g0kv6 .framer-1j0l4xh, .framer-g0kv6 .framer-bjqd2a, .framer-g0kv6 .framer-uzdzrx, .framer-g0kv6 .framer-b9xm40, .framer-g0kv6 .framer-67874g, .framer-g0kv6 .framer-17cggaz, .framer-g0kv6 .framer-yrqm1q, .framer-g0kv6 .framer-97tokz, .framer-g0kv6 .framer-inz6f5, .framer-g0kv6 .framer-1ero7t3, .framer-g0kv6 .framer-ejysyt, .framer-g0kv6 .framer-u27d7l, .framer-g0kv6 .framer-qneyjy, .framer-g0kv6 .framer-gq37us, .framer-g0kv6 .framer-16phxj1, .framer-g0kv6 .framer-tiwzey, .framer-g0kv6 .framer-1eympst, .framer-g0kv6 .framer-viw9u5, .framer-g0kv6 .framer-1tlfu9n { gap: 0px; } .framer-g0kv6.framer-1y1zxab > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-g0kv6.framer-1y1zxab > :first-child, .framer-g0kv6 .framer-iai0np > :first-child, .framer-g0kv6 .framer-1bwrbnn > :first-child, .framer-g0kv6 .framer-vp3rfk > :first-child, .framer-g0kv6 .framer-1ao98lg > :first-child, .framer-g0kv6 .framer-lqtc1m > :first-child, .framer-g0kv6 .framer-1j0l4xh > :first-child, .framer-g0kv6 .framer-uzdzrx > :first-child, .framer-g0kv6 .framer-inz6f5 > :first-child, .framer-g0kv6 .framer-u27d7l > :first-child, .framer-g0kv6 .framer-16phxj1 > :first-child, .framer-g0kv6 .framer-1eympst > :first-child, .framer-g0kv6 .framer-1tlfu9n > :first-child { margin-top: 0px; } .framer-g0kv6.framer-1y1zxab > :last-child, .framer-g0kv6 .framer-iai0np > :last-child, .framer-g0kv6 .framer-1bwrbnn > :last-child, .framer-g0kv6 .framer-vp3rfk > :last-child, .framer-g0kv6 .framer-1ao98lg > :last-child, .framer-g0kv6 .framer-lqtc1m > :last-child, .framer-g0kv6 .framer-1j0l4xh > :last-child, .framer-g0kv6 .framer-uzdzrx > :last-child, .framer-g0kv6 .framer-inz6f5 > :last-child, .framer-g0kv6 .framer-u27d7l > :last-child, .framer-g0kv6 .framer-16phxj1 > :last-child, .framer-g0kv6 .framer-1eympst > :last-child, .framer-g0kv6 .framer-1tlfu9n > :last-child { margin-bottom: 0px; } .framer-g0kv6 .framer-1va2x9 > *, .framer-g0kv6 .framer-uqr2ny > *, .framer-g0kv6 .framer-1mtbqgy > *, .framer-g0kv6 .framer-mea0u9 > *, .framer-g0kv6 .framer-17cggaz > *, .framer-g0kv6 .framer-97tokz > *, .framer-g0kv6 .framer-gq37us > *, .framer-g0kv6 .framer-tiwzey > *, .framer-g0kv6 .framer-viw9u5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-g0kv6 .framer-1va2x9 > :first-child, .framer-g0kv6 .framer-uqr2ny > :first-child, .framer-g0kv6 .framer-1mtbqgy > :first-child, .framer-g0kv6 .framer-mea0u9 > :first-child, .framer-g0kv6 .framer-bjqd2a > :first-child, .framer-g0kv6 .framer-b9xm40 > :first-child, .framer-g0kv6 .framer-67874g > :first-child, .framer-g0kv6 .framer-17cggaz > :first-child, .framer-g0kv6 .framer-yrqm1q > :first-child, .framer-g0kv6 .framer-97tokz > :first-child, .framer-g0kv6 .framer-1ero7t3 > :first-child, .framer-g0kv6 .framer-ejysyt > :first-child, .framer-g0kv6 .framer-qneyjy > :first-child, .framer-g0kv6 .framer-gq37us > :first-child, .framer-g0kv6 .framer-tiwzey > :first-child, .framer-g0kv6 .framer-viw9u5 > :first-child { margin-left: 0px; } .framer-g0kv6 .framer-1va2x9 > :last-child, .framer-g0kv6 .framer-uqr2ny > :last-child, .framer-g0kv6 .framer-1mtbqgy > :last-child, .framer-g0kv6 .framer-mea0u9 > :last-child, .framer-g0kv6 .framer-bjqd2a > :last-child, .framer-g0kv6 .framer-b9xm40 > :last-child, .framer-g0kv6 .framer-67874g > :last-child, .framer-g0kv6 .framer-17cggaz > :last-child, .framer-g0kv6 .framer-yrqm1q > :last-child, .framer-g0kv6 .framer-97tokz > :last-child, .framer-g0kv6 .framer-1ero7t3 > :last-child, .framer-g0kv6 .framer-ejysyt > :last-child, .framer-g0kv6 .framer-qneyjy > :last-child, .framer-g0kv6 .framer-gq37us > :last-child, .framer-g0kv6 .framer-tiwzey > :last-child, .framer-g0kv6 .framer-viw9u5 > :last-child { margin-right: 0px; } .framer-g0kv6 .framer-iai0np > *, .framer-g0kv6 .framer-16phxj1 > *, .framer-g0kv6 .framer-1tlfu9n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-g0kv6 .framer-1bwrbnn > *, .framer-g0kv6 .framer-vp3rfk > *, .framer-g0kv6 .framer-1ao98lg > *, .framer-g0kv6 .framer-lqtc1m > *, .framer-g0kv6 .framer-1j0l4xh > *, .framer-g0kv6 .framer-inz6f5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-g0kv6 .framer-bjqd2a > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-g0kv6 .framer-uzdzrx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-g0kv6 .framer-b9xm40 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-g0kv6 .framer-67874g > *, .framer-g0kv6 .framer-qneyjy > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-g0kv6 .framer-yrqm1q > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-g0kv6 .framer-1ero7t3 > *, .framer-g0kv6 .framer-ejysyt > * { margin: 0px; margin-left: calc(96px / 2); margin-right: calc(96px / 2); } .framer-g0kv6 .framer-u27d7l > *, .framer-g0kv6 .framer-1eympst > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",`@media (min-width: 1024px) and (max-width: 1263px) { .${metadata.bodyClassName}-framer-g0kv6 { background: #000B00; } .framer-g0kv6.framer-1y1zxab { width: 1024px; } .framer-g0kv6 .framer-f6b36e { flex: 0.2 0 0px; } .framer-g0kv6 .framer-1ero7t3, .framer-g0kv6 .framer-ejysyt { gap: 32px; } .framer-g0kv6 .framer-osarro { height: 208px; width: 261px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-g0kv6 .framer-1ero7t3, .framer-g0kv6 .framer-ejysyt { gap: 0px; } .framer-g0kv6 .framer-1ero7t3 > *, .framer-g0kv6 .framer-ejysyt > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-g0kv6 .framer-1ero7t3 > :first-child, .framer-g0kv6 .framer-ejysyt > :first-child { margin-left: 0px; } .framer-g0kv6 .framer-1ero7t3 > :last-child, .framer-g0kv6 .framer-ejysyt > :last-child { margin-right: 0px; } }}`,`@media (min-width: 768px) and (max-width: 1023px) { .${metadata.bodyClassName}-framer-g0kv6 { background: #000B00; } .framer-g0kv6.framer-1y1zxab { width: 768px; } .framer-g0kv6 .framer-lqtc1m { gap: 24px; } .framer-g0kv6 .framer-1ero7t3 { gap: 64px; } .framer-g0kv6 .framer-ejysyt { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; } .framer-g0kv6 .framer-osarro { height: 176px; width: 221px; } .framer-g0kv6 .framer-u27d7l { flex: none; width: 100%; } .framer-g0kv6 .framer-tiwzey { width: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-g0kv6 .framer-lqtc1m, .framer-g0kv6 .framer-1ero7t3, .framer-g0kv6 .framer-ejysyt { gap: 0px; } .framer-g0kv6 .framer-lqtc1m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-g0kv6 .framer-lqtc1m > :first-child, .framer-g0kv6 .framer-ejysyt > :first-child { margin-top: 0px; } .framer-g0kv6 .framer-lqtc1m > :last-child, .framer-g0kv6 .framer-ejysyt > :last-child { margin-bottom: 0px; } .framer-g0kv6 .framer-1ero7t3 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-g0kv6 .framer-1ero7t3 > :first-child { margin-left: 0px; } .framer-g0kv6 .framer-1ero7t3 > :last-child { margin-right: 0px; } .framer-g0kv6 .framer-ejysyt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-g0kv6 { background: #000B00; } .framer-g0kv6.framer-1y1zxab { width: 400px; } .framer-g0kv6 .framer-1bwrbnn { padding: 124px 24px 32px 24px; } .framer-g0kv6 .framer-vp3rfk { gap: 24px; padding: 0px 24px 24px 24px; } .framer-g0kv6 .framer-1ao98lg { padding: 32px 24px 32px 24px; } .framer-g0kv6 .framer-1mtbqgy { flex-direction: column; } .framer-g0kv6 .framer-vvuxf7, .framer-g0kv6 .framer-1flavzf { flex: none; width: 100%; } .framer-g0kv6 .framer-mea0u9 { flex: none; flex-wrap: wrap; justify-content: flex-start; width: 100%; } .framer-g0kv6 .framer-yrqm1q { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 40px 24px 40px 24px; } .framer-g0kv6 .framer-97tokz { padding: 0px 24px 24px 24px; } .framer-g0kv6 .framer-inz6f5 { padding: 64px 12px 64px 12px; } .framer-g0kv6 .framer-1ero7t3 { flex-direction: column; gap: 64px; } .framer-g0kv6 .framer-ejysyt { flex: none; flex-direction: column; gap: 64px; width: 100%; } .framer-g0kv6 .framer-osarro { height: 176px; width: 221px; } .framer-g0kv6 .framer-u27d7l { align-content: center; align-items: center; flex: none; width: 100%; } .framer-g0kv6 .framer-qneyjy { justify-content: center; } .framer-g0kv6 .framer-tiwzey { align-self: unset; height: min-content; width: 100%; } .framer-g0kv6 .framer-14bxj2u { left: calc(50.00000000000002% - min(90%, 360px) / 2); width: 360px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-g0kv6 .framer-vp3rfk, .framer-g0kv6 .framer-1mtbqgy, .framer-g0kv6 .framer-yrqm1q, .framer-g0kv6 .framer-1ero7t3, .framer-g0kv6 .framer-ejysyt { gap: 0px; } .framer-g0kv6 .framer-vp3rfk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-g0kv6 .framer-vp3rfk > :first-child, .framer-g0kv6 .framer-1mtbqgy > :first-child, .framer-g0kv6 .framer-yrqm1q > :first-child, .framer-g0kv6 .framer-1ero7t3 > :first-child, .framer-g0kv6 .framer-ejysyt > :first-child { margin-top: 0px; } .framer-g0kv6 .framer-vp3rfk > :last-child, .framer-g0kv6 .framer-1mtbqgy > :last-child, .framer-g0kv6 .framer-yrqm1q > :last-child, .framer-g0kv6 .framer-1ero7t3 > :last-child, .framer-g0kv6 .framer-ejysyt > :last-child { margin-bottom: 0px; } .framer-g0kv6 .framer-1mtbqgy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-g0kv6 .framer-yrqm1q > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-g0kv6 .framer-1ero7t3 > *, .framer-g0kv6 .framer-ejysyt > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-g0kv6[data-border=\"true\"]::after, .framer-g0kv6 [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 12225\n * @framerIntrinsicWidth 1264\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Lq2QzO4H_\":{\"layout\":[\"fixed\",\"auto\"]},\"ScxJQNujQ\":{\"layout\":[\"fixed\",\"auto\"]},\"n4ppVqCsv\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerQcnixZubE=withCSS(Component,css,\"framer-g0kv6\");export default FramerQcnixZubE;FramerQcnixZubE.displayName=\"Journal Catalogue\";FramerQcnixZubE.defaultProps={height:12225,width:1264};addFonts(FramerQcnixZubE,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15bwkEU4HTy.woff2\",weight:\"900\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"},{family:\"Figtree\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A1EayEA25WTybO8.woff2\",weight:\"700\"},{family:\"Playfair Display\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtPK-F2rA0s.woff2\",weight:\"500\"},{family:\"Playfair Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDVZNLo_U2r.woff2\",weight:\"900\"},{family:\"Playfair Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDVZNLo_U2r.woff2\",weight:\"700\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Arsenal\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/arsenal/v12/wXKuE3kQtZQ4pF3D7-P5JeEAmX8yrdk.woff2\",weight:\"700\"}]},...NavbarFonts,...InquiryFormPopUpGeneralFonts,...BlogNavFonts,...FooterButtonFonts,...MaterialFonts,...BlogFeatureButtonFonts,...ButtonInquireNowFonts,...NameDefinitionFonts,...FooterDarkFonts,...ButtonBookACallFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQcnixZubE\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1264\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"12225\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lq2QzO4H_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ScxJQNujQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n4ppVqCsv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}