{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/o4tEIRTqpRC9COs92D5K/bGzJRWveP6KEvHEwFH3y/XynM8pNdF.js"],
  "sourcesContent": ["// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import BlogMenuBusinessModel from\"#framer/local/canvasComponent/bGOQIxDj0/bGOQIxDj0.js\";import Footer from\"#framer/local/canvasComponent/DAPNsur47/DAPNsur47.js\";import BlogMenuFounderTools from\"#framer/local/canvasComponent/DF6PBJyiV/DF6PBJyiV.js\";import Menu from\"#framer/local/canvasComponent/FLzmb62T4/FLzmb62T4.js\";import MobileMenu from\"#framer/local/canvasComponent/HwHAeo4qG/HwHAeo4qG.js\";import Popup,*as PopupInfo from\"#framer/local/canvasComponent/IxEr9Giyk/IxEr9Giyk.js\";import NewForm from\"#framer/local/canvasComponent/llm5MM99Q/llm5MM99Q.js\";import BlogMenuGlobalMarkets from\"#framer/local/canvasComponent/m6ok89B2V/m6ok89B2V.js\";import Label3 from\"#framer/local/canvasComponent/xTjIGexls/xTjIGexls.js\";import{showIfSubmitted}from\"#framer/local/codeFile/H_weVI2/HidePopup.js\";import Segments from\"#framer/local/collection/AuayjRRca/AuayjRRca.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/rYqHJ3wTH/rYqHJ3wTH.js\";import*as sharedStyle2 from\"#framer/local/css/bpYQUIur1/bpYQUIur1.js\";import*as sharedStyle5 from\"#framer/local/css/cZhrej5Lg/cZhrej5Lg.js\";import*as sharedStyle3 from\"#framer/local/css/g8zx6Zt9s/g8zx6Zt9s.js\";import*as sharedStyle6 from\"#framer/local/css/gsnPW6tqd/gsnPW6tqd.js\";import*as sharedStyle4 from\"#framer/local/css/hcsiCpotD/hcsiCpotD.js\";import*as sharedStyle from\"#framer/local/css/ird70_DF7/ird70_DF7.js\";import*as sharedStyle1 from\"#framer/local/css/yES1TqNOl/yES1TqNOl.js\";import metadataProvider from\"#framer/local/webPageMetadata/XynM8pNdF/XynM8pNdF.js\";const MenuFonts=getFonts(Menu);const MobileMenuFonts=getFonts(MobileMenu);const MaterialFonts=getFonts(Material);const Label3Fonts=getFonts(Label3);const BlogMenuBusinessModelFonts=getFonts(BlogMenuBusinessModel);const BlogMenuFounderToolsFonts=getFonts(BlogMenuFounderTools);const BlogMenuGlobalMarketsFonts=getFonts(BlogMenuGlobalMarkets);const NewFormFonts=getFonts(NewForm);const FooterFonts=getFonts(Footer);const PopupFonts=getFonts(Popup);const PopupShowIfSubmittedWithMappedReactProps3adqof=withMappedReactProps(showIfSubmitted(Popup),PopupInfo);const breakpoints={k23NLaWbS:\"(min-width: 1440px)\",y0uJSwQD_:\"(max-width: 809px)\",yUgxX_D6D:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-19hey\";const variantClassNames={k23NLaWbS:\"framer-v-4vo3cm\",y0uJSwQD_:\"framer-v-lrkgkf\",yUgxX_D6D:\"framer-v-l1zle3\"};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-3};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={damping:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"k23NLaWbS\",Phone:\"y0uJSwQD_\",Tablet:\"yUgxX_D6D\"};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:\"k23NLaWbS\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qXta4k_n3AOqFZkle8,P7cNHm1uMDo7fdPfzv,idDo7fdPfzv,ryCGzs1aZDo7fdPfzv,TLobquRN2pVK6_vIzV,P7cNHm1uMRQjMEJkF2,idRQjMEJkF2,ryCGzs1aZRQjMEJkF2,qXta4k_n3YmZvD189D,jLAPNtgoAYmZvD189D,tAog5go20YmZvD189D,wtgkQccJpYmZvD189D,HgIhQyRvmYmZvD189D,pbOZcdU4qYmZvD189D,idYmZvD189D,...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-19hey`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-19hey`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"yUgxX_D6D\",\"y0uJSwQD_\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"yUgxX_D6D\",\"y0uJSwQD_\"].includes(baseVariant))return true;return false;};const visible=isSet(qXta4k_n3AOqFZkle8);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"y0uJSwQD_\")return false;return true;};const activeLocaleCode=useLocaleCode();const elementId=useRouteElementId(\"cQZWUQ6el\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"k23NLaWbS\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4vo3cm\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mlr6sf-container hidden-l1zle3 hidden-lrkgkf\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"T_TtvCn8N\",layoutId:\"T_TtvCn8N\",style:{height:\"100%\",width:\"100%\"},variant:\"P43uWMIIG\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{height:72,width:\"100vw\"},yUgxX_D6D:{height:72,width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9kjmnk-container hidden-4vo3cm\",children:/*#__PURE__*/_jsx(MobileMenu,{height:\"100%\",id:\"wSFMk08gJ\",layoutId:\"wSFMk08gJ\",style:{width:\"100%\"},variant:\"atyk4FeAc\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qsoy2i\",\"data-framer-name\":\"Header\",name:\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-uxri8z\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hmqefh\",children:[visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-146anep\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10kgpaq\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Do7fdPfzv\",data:Segments,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Do7fdPfzv\",name:\"P7cNHm1uM\",type:\"Identifier\"},{collection:\"Do7fdPfzv\",name:\"id\",type:\"Identifier\"},{collection:\"Do7fdPfzv\",name:\"ryCGzs1aZ\",type:\"Identifier\"}],where:{left:{collection:\"Do7fdPfzv\",name:\"YZ18abn3j\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:qXta4k_n3AOqFZkle8},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"P7cNHm1uM\":P7cNHm1uMDo7fdPfzv,\"id\":idDo7fdPfzv,\"ryCGzs1aZ\":ryCGzs1aZDo7fdPfzv},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`Do7fdPfzv-${idDo7fdPfzv}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ryCGzs1aZ:ryCGzs1aZDo7fdPfzv},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,pixelHeight:128,pixelWidth:128,sizes:\"24px\",...toResponsiveImage(P7cNHm1uMDo7fdPfzv),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1v6a2s0\"})})},idDo7fdPfzv);})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ogbedl\",\"data-styles-preset\":\"ird70_DF7\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-663e1a3d-30eb-43e9-b444-70e740745ec2, rgb(95, 59, 113))\"},children:\"Broker-Dealer\"})}),className:\"framer-1s9mj47\",fonts:[\"Inter\"],text:qXta4k_n3AOqFZkle8,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2ha0d7\",\"data-styles-preset\":\"yES1TqNOl\",style:{\"--framer-text-alignment\":\"left\"},children:\"Blog\"})}),className:\"framer-dr5f0\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ixfgr hidden-lrkgkf\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b1hbvn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ogbedl\",\"data-styles-preset\":\"ird70_DF7\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fbf8b922-4866-46c8-a6d6-abe5312d0a22, rgb(42, 42, 42))\"},children:\"Expand your compliance and fintech knowledge with in-depth review of compliance strategies and topics\"})}),className:\"framer-1eftdsh\",\"data-framer-name\":\"Length\",fonts:[\"Inter\"],name:\"Length\",verticalAlignment:\"top\",withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17icn6i\",\"data-framer-name\":\"Body\",name:\"Body\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6a4a3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hs6ut2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pyt1dc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9njxsu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dyym09\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y3nNndVvu\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ty46yb framer-1xlo7d0\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1law5jn-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-47d96dda-ec33-4fe9-9b95-f60552f5d1c5, rgb(219, 20, 28))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowBackIos\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"SvKZ9DVxU\",layoutId:\"SvKZ9DVxU\",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\",{className:\"framer-styles-preset-ogbedl\",\"data-styles-preset\":\"ird70_DF7\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fbf8b922-4866-46c8-a6d6-abe5312d0a22, rgb(42, 42, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y3nNndVvu\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-12bw21p\",\"data-styles-preset\":\"bpYQUIur1\",children:\"Back\"})})})}),className:\"framer-18gqgkb\",\"data-framer-name\":\"Length\",fonts:[\"Inter\"],name:\"Length\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mu6lb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-yugghv\",\"data-styles-preset\":\"g8zx6Zt9s\",children:\"Compliance Issues\"})}),className:\"framer-8m40l9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m4ftl4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"YmZvD189D\",data:Blog,type:\"Collection\"},select:[{collection:\"YmZvD189D\",name:\"qXta4k_n3\",type:\"Identifier\"},{collection:\"YmZvD189D\",name:\"jLAPNtgoA\",type:\"Identifier\"},{collection:\"YmZvD189D\",name:\"tAog5go20\",type:\"Identifier\"},{collection:\"YmZvD189D\",name:\"wtgkQccJp\",type:\"Identifier\"},{collection:\"YmZvD189D\",name:\"HgIhQyRvm\",type:\"Identifier\"},{collection:\"YmZvD189D\",name:\"pbOZcdU4q\",type:\"Identifier\"},{collection:\"YmZvD189D\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"YmZvD189D\",name:\"ql1PuAxjR\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"LcHKnUFaF\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2.map(({\"qXta4k_n3\":qXta4k_n3YmZvD189D,\"jLAPNtgoA\":jLAPNtgoAYmZvD189D,\"tAog5go20\":tAog5go20YmZvD189D,\"wtgkQccJp\":wtgkQccJpYmZvD189D,\"HgIhQyRvm\":HgIhQyRvmYmZvD189D,\"pbOZcdU4q\":pbOZcdU4qYmZvD189D,\"id\":idYmZvD189D},i)=>{var _enumToDisplayNameFunctions_wtgkQccJp;const textContent=toDateString(HgIhQyRvmYmZvD189D,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const textContent1=suffix(numberToString(pbOZcdU4qYmZvD189D,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),\" min read\");return /*#__PURE__*/_jsx(LayoutGroup,{id:`YmZvD189D-${idYmZvD189D}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jLAPNtgoA:jLAPNtgoAYmZvD189D},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-l0vuu3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kprh0g\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsx(Link,{href:TLobquRN2pVK6_vIzV,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-13bs4s7 framer-1xlo7d0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-92au8d\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RQjMEJkF2\",data:Segments,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"RQjMEJkF2\",name:\"P7cNHm1uM\",type:\"Identifier\"},{collection:\"RQjMEJkF2\",name:\"id\",type:\"Identifier\"},{collection:\"RQjMEJkF2\",name:\"ryCGzs1aZ\",type:\"Identifier\"}],where:{left:{collection:\"RQjMEJkF2\",name:\"YZ18abn3j\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:qXta4k_n3YmZvD189D},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({\"P7cNHm1uM\":P7cNHm1uMRQjMEJkF2,\"id\":idRQjMEJkF2,\"ryCGzs1aZ\":ryCGzs1aZRQjMEJkF2},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`RQjMEJkF2-${idRQjMEJkF2}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ryCGzs1aZ:ryCGzs1aZRQjMEJkF2},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,pixelHeight:128,pixelWidth:128,sizes:\"24px\",...toResponsiveImage(P7cNHm1uMRQjMEJkF2),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1a9mkyh\"})})},idRQjMEJkF2);})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ogbedl\",\"data-styles-preset\":\"ird70_DF7\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-663e1a3d-30eb-43e9-b444-70e740745ec2, rgb(95, 59, 113))\"},children:\"Broker-Dealer\"})}),className:\"framer-ev1jy0\",fonts:[\"Inter\"],text:qXta4k_n3YmZvD189D,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-8yd1n3\",\"data-styles-preset\":\"hcsiCpotD\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{jLAPNtgoA:jLAPNtgoAYmZvD189D},webPageId:\"AOqFZkle8\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-89tdyg\",\"data-styles-preset\":\"cZhrej5Lg\",children:\"Title\"})})})}),className:\"framer-6c1zwi\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:tAog5go20YmZvD189D,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jqdivw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hzfiyl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,children:/*#__PURE__*/_jsx(Container,{className:\"framer-drb57l-container\",\"data-framer-name\":\"Category\",name:\"Category\",children:/*#__PURE__*/_jsx(Label3,{height:\"100%\",id:\"x9GrLczto\",layoutId:\"x9GrLczto\",name:\"Category\",U4a5OTn70:(_enumToDisplayNameFunctions_wtgkQccJp=enumToDisplayNameFunctions[\"wtgkQccJp\"])===null||_enumToDisplayNameFunctions_wtgkQccJp===void 0?void 0:_enumToDisplayNameFunctions_wtgkQccJp.call(enumToDisplayNameFunctions,wtgkQccJpYmZvD189D,activeLocale),variant:\"RBlePZaI5\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1io1apt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlg85\",\"data-styles-preset\":\"gsnPW6tqd\",style:{\"--framer-text-color\":\"var(--token-fbf8b922-4866-46c8-a6d6-abe5312d0a22, rgb(42, 42, 42))\"},children:\"Content\"})}),className:\"framer-1s24dmf\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlg85\",\"data-styles-preset\":\"gsnPW6tqd\",style:{\"--framer-text-color\":\"var(--token-fbf8b922-4866-46c8-a6d6-abe5312d0a22, rgb(42, 42, 42))\"},children:\"\\xb7\"})}),className:\"framer-11xvcbv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlg85\",\"data-styles-preset\":\"gsnPW6tqd\",style:{\"--framer-text-color\":\"var(--token-fbf8b922-4866-46c8-a6d6-abe5312d0a22, rgb(42, 42, 42))\"},children:\"0 min read\"})}),className:\"framer-h3jejg\",\"data-framer-name\":\"Length\",fonts:[\"Inter\"],name:\"Length\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})},idYmZvD189D);})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vdn77r\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-125bgef\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{width:\"min(100vw - 72px, 1200px)\"},yUgxX_D6D:{width:\"min(max(100vw - 120px, 1px), 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:376,width:\"calc(min(max(100vw - 120px, 1px), 1200px) * 0.24 - 24px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r44pnq-container\",children:/*#__PURE__*/_jsx(BlogMenuBusinessModel,{height:\"100%\",id:\"JFDmx5FGw\",layoutId:\"JFDmx5FGw\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{width:\"min(100vw - 72px, 1200px)\"},yUgxX_D6D:{width:\"min(max(100vw - 120px, 1px), 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:256,width:\"calc(min(max(100vw - 120px, 1px), 1200px) * 0.24 - 24px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-p0asww-container\",children:/*#__PURE__*/_jsx(BlogMenuFounderTools,{height:\"100%\",id:\"oblxJ9wWF\",layoutId:\"oblxJ9wWF\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{width:\"min(100vw - 72px, 1200px)\"},yUgxX_D6D:{width:\"min(max(100vw - 120px, 1px), 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:256,width:\"calc(min(max(100vw - 120px, 1px), 1200px) * 0.24 - 24px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1717fxp-container\",children:/*#__PURE__*/_jsx(BlogMenuGlobalMarkets,{height:\"100%\",id:\"Pd5WbVRVs\",layoutId:\"Pd5WbVRVs\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{width:\"min(min(100vw - 72px, 1200px), 600px)\"},yUgxX_D6D:{width:\"min(min(max(100vw - 120px, 1px), 1200px), 600px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:642,width:\"min(min(max(100vw - 120px, 1px), 1200px) * 0.24 - 24px, 600px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5kxfjq-container\",children:/*#__PURE__*/_jsx(NewForm,{gP8V8H8P4:\"No\",height:\"100%\",id:\"gh0GjCUpw\",layoutId:\"gh0GjCUpw\",QFIk7UT8P:\"Sign Up\",style:{maxWidth:\"100%\",width:\"100%\"},T8btwOrMI:\"20px\",variant:\"i_iMdvFwx\",vVQ2SwcTE:\"/blog/topics\",width:\"100%\",y9CZC06T2:\"Thank you\"})})})})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:330,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-108s3px-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{variant:\"p4fTEe7i4\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"cQZWUQ6el\",layoutId:\"cQZWUQ6el\",style:{width:\"100%\"},variant:\"M42dAx3Hb\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{width:\"94vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:\"720px\",y:892,children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:\"framer-1n0vgjw-container\",\"data-framer-appear-id\":\"1n0vgjw\",initial:animation2,layoutScroll:true,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{y0uJSwQD_:{variant:\"O4rescdlF\"}},children:/*#__PURE__*/_jsx(PopupShowIfSubmittedWithMappedReactProps3adqof,{E__m5iQX0:\"Your submission has been received. Stay tuned!\",height:\"100%\",id:\"LzUVIuIkI\",layoutId:\"LzUVIuIkI\",QY0pT2PDX:\"Thank You!\",style:{width:\"100%\"},variant:\"ubHznJmli\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-19hey { background: var(--token-2b451c11-d786-4e33-8929-4d86b166201c, rgb(255, 255, 255)); }`,\".framer-19hey.framer-1xlo7d0, .framer-19hey .framer-1xlo7d0 { display: block; }\",\".framer-19hey.framer-4vo3cm { align-content: center; align-items: center; background-color: var(--token-2b451c11-d786-4e33-8929-4d86b166201c, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-19hey .framer-mlr6sf-container { flex: none; height: 72px; position: relative; width: 100%; }\",\".framer-19hey .framer-9kjmnk-container, .framer-19hey .framer-1r44pnq-container, .framer-19hey .framer-p0asww-container, .framer-19hey .framer-1717fxp-container, .framer-19hey .framer-108s3px-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-19hey .framer-qsoy2i { align-content: center; align-items: center; background-color: var(--token-af9e04a1-99d7-4db2-b42c-b75dd12fada5, #f2f5f8); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 60px 48px 60px; position: relative; width: 100%; }\",\".framer-19hey .framer-uxri8z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-19hey .framer-1hmqefh { 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-19hey .framer-146anep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-19hey .framer-10kgpaq, .framer-19hey .framer-92au8d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 24px; justify-content: flex-start; padding: 0px; position: relative; width: 24px; }\",\".framer-19hey .framer-1v6a2s0, .framer-19hey .framer-1a9mkyh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-19hey .framer-1s9mj47, .framer-19hey .framer-ev1jy0, .framer-19hey .framer-1s24dmf, .framer-19hey .framer-11xvcbv, .framer-19hey .framer-h3jejg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-19hey .framer-dr5f0, .framer-19hey .framer-6c1zwi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-19hey .framer-19ixfgr, .framer-19hey .framer-1jqdivw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-1b1hbvn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-1eftdsh, .framer-19hey .framer-18gqgkb, .framer-19hey .framer-8m40l9 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-19hey .framer-17icn6i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 48px 60px 120px 60px; position: relative; width: 100%; }\",\".framer-19hey .framer-6a4a3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-19hey .framer-1hs6ut2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-19hey .framer-1pyt1dc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-9njxsu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-dyym09 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-1ty46yb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-19hey .framer-1law5jn-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-19hey .framer-mu6lb4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-1m4ftl4 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: grid; flex: none; gap: 48px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-l0vuu3 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-kprh0g { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-19hey .framer-13bs4s7 { 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; text-decoration: none; width: min-content; }\",\".framer-19hey .framer-1hzfiyl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-drb57l-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-19hey .framer-1io1apt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-19hey .framer-vdn77r { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 24px; position: relative; width: 24%; }\",\".framer-19hey .framer-125bgef { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-19hey .framer-5kxfjq-container { flex: none; height: auto; max-width: 600px; position: sticky; top: 48px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-19hey .framer-1n0vgjw-container { bottom: 24px; flex: none; height: auto; left: 50%; position: fixed; transform: translateX(-50%); width: 720px; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-19hey.framer-4vo3cm, .framer-19hey .framer-qsoy2i, .framer-19hey .framer-uxri8z, .framer-19hey .framer-1hmqefh, .framer-19hey .framer-146anep, .framer-19hey .framer-10kgpaq, .framer-19hey .framer-19ixfgr, .framer-19hey .framer-1b1hbvn, .framer-19hey .framer-17icn6i, .framer-19hey .framer-6a4a3, .framer-19hey .framer-1hs6ut2, .framer-19hey .framer-1pyt1dc, .framer-19hey .framer-9njxsu, .framer-19hey .framer-dyym09, .framer-19hey .framer-1ty46yb, .framer-19hey .framer-mu6lb4, .framer-19hey .framer-l0vuu3, .framer-19hey .framer-kprh0g, .framer-19hey .framer-13bs4s7, .framer-19hey .framer-92au8d, .framer-19hey .framer-1jqdivw, .framer-19hey .framer-1hzfiyl, .framer-19hey .framer-1io1apt, .framer-19hey .framer-vdn77r, .framer-19hey .framer-125bgef { gap: 0px; } .framer-19hey.framer-4vo3cm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-19hey.framer-4vo3cm > :first-child, .framer-19hey .framer-1hmqefh > :first-child, .framer-19hey .framer-10kgpaq > :first-child, .framer-19hey .framer-19ixfgr > :first-child, .framer-19hey .framer-1hs6ut2 > :first-child, .framer-19hey .framer-1pyt1dc > :first-child, .framer-19hey .framer-9njxsu > :first-child, .framer-19hey .framer-1ty46yb > :first-child, .framer-19hey .framer-kprh0g > :first-child, .framer-19hey .framer-92au8d > :first-child, .framer-19hey .framer-1jqdivw > :first-child, .framer-19hey .framer-1hzfiyl > :first-child, .framer-19hey .framer-vdn77r > :first-child, .framer-19hey .framer-125bgef > :first-child { margin-top: 0px; } .framer-19hey.framer-4vo3cm > :last-child, .framer-19hey .framer-1hmqefh > :last-child, .framer-19hey .framer-10kgpaq > :last-child, .framer-19hey .framer-19ixfgr > :last-child, .framer-19hey .framer-1hs6ut2 > :last-child, .framer-19hey .framer-1pyt1dc > :last-child, .framer-19hey .framer-9njxsu > :last-child, .framer-19hey .framer-1ty46yb > :last-child, .framer-19hey .framer-kprh0g > :last-child, .framer-19hey .framer-92au8d > :last-child, .framer-19hey .framer-1jqdivw > :last-child, .framer-19hey .framer-1hzfiyl > :last-child, .framer-19hey .framer-vdn77r > :last-child, .framer-19hey .framer-125bgef > :last-child { margin-bottom: 0px; } .framer-19hey .framer-qsoy2i > *, .framer-19hey .framer-17icn6i > *, .framer-19hey .framer-dyym09 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-19hey .framer-qsoy2i > :first-child, .framer-19hey .framer-uxri8z > :first-child, .framer-19hey .framer-146anep > :first-child, .framer-19hey .framer-1b1hbvn > :first-child, .framer-19hey .framer-17icn6i > :first-child, .framer-19hey .framer-6a4a3 > :first-child, .framer-19hey .framer-dyym09 > :first-child, .framer-19hey .framer-mu6lb4 > :first-child, .framer-19hey .framer-l0vuu3 > :first-child, .framer-19hey .framer-13bs4s7 > :first-child, .framer-19hey .framer-1io1apt > :first-child { margin-left: 0px; } .framer-19hey .framer-qsoy2i > :last-child, .framer-19hey .framer-uxri8z > :last-child, .framer-19hey .framer-146anep > :last-child, .framer-19hey .framer-1b1hbvn > :last-child, .framer-19hey .framer-17icn6i > :last-child, .framer-19hey .framer-6a4a3 > :last-child, .framer-19hey .framer-dyym09 > :last-child, .framer-19hey .framer-mu6lb4 > :last-child, .framer-19hey .framer-l0vuu3 > :last-child, .framer-19hey .framer-13bs4s7 > :last-child, .framer-19hey .framer-1io1apt > :last-child { margin-right: 0px; } .framer-19hey .framer-uxri8z > *, .framer-19hey .framer-6a4a3 > *, .framer-19hey .framer-mu6lb4 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-19hey .framer-1hmqefh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-19hey .framer-146anep > *, .framer-19hey .framer-13bs4s7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-19hey .framer-10kgpaq > *, .framer-19hey .framer-92au8d > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-19hey .framer-19ixfgr > *, .framer-19hey .framer-kprh0g > *, .framer-19hey .framer-1jqdivw > *, .framer-19hey .framer-1hzfiyl > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-19hey .framer-1b1hbvn > *, .framer-19hey .framer-1io1apt > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-19hey .framer-1hs6ut2 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-19hey .framer-1pyt1dc > *, .framer-19hey .framer-vdn77r > *, .framer-19hey .framer-125bgef > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-19hey .framer-9njxsu > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-19hey .framer-1ty46yb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-19hey .framer-l0vuu3 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-19hey { background: var(--token-2b451c11-d786-4e33-8929-4d86b166201c, rgb(255, 255, 255)); } .framer-19hey.framer-4vo3cm { width: 810px; } .framer-19hey .framer-6a4a3 { flex-direction: column; gap: 48px; } .framer-19hey .framer-1hs6ut2 { flex: none; width: 100%; } .framer-19hey .framer-vdn77r { align-self: unset; height: min-content; padding: 0px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-19hey .framer-6a4a3 { gap: 0px; } .framer-19hey .framer-6a4a3 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-19hey .framer-6a4a3 > :first-child { margin-top: 0px; } .framer-19hey .framer-6a4a3 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-19hey { background: var(--token-2b451c11-d786-4e33-8929-4d86b166201c, rgb(255, 255, 255)); } .framer-19hey.framer-4vo3cm { width: 390px; } .framer-19hey .framer-qsoy2i { flex-direction: column; padding: 48px 36px 48px 36px; } .framer-19hey .framer-uxri8z, .framer-19hey .framer-1hs6ut2, .framer-19hey .framer-8m40l9 { flex: none; width: 100%; } .framer-19hey .framer-17icn6i { flex-direction: column; padding: 48px 36px 72px 36px; } .framer-19hey .framer-6a4a3 { flex: none; flex-direction: column; gap: 48px; width: 100%; } .framer-19hey .framer-1pyt1dc { gap: 60px; } .framer-19hey .framer-mu6lb4 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-19hey .framer-1m4ftl4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; justify-content: flex-start; } .framer-19hey .framer-l0vuu3 { align-self: unset; height: min-content; } .framer-19hey .framer-vdn77r { align-self: unset; height: min-content; padding: 0px; width: 100%; } .framer-19hey .framer-125bgef { gap: 36px; } .framer-19hey .framer-1n0vgjw-container { width: 94%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-19hey .framer-qsoy2i, .framer-19hey .framer-17icn6i, .framer-19hey .framer-6a4a3, .framer-19hey .framer-1pyt1dc, .framer-19hey .framer-mu6lb4, .framer-19hey .framer-1m4ftl4, .framer-19hey .framer-125bgef { gap: 0px; } .framer-19hey .framer-qsoy2i > *, .framer-19hey .framer-17icn6i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-19hey .framer-qsoy2i > :first-child, .framer-19hey .framer-17icn6i > :first-child, .framer-19hey .framer-6a4a3 > :first-child, .framer-19hey .framer-1pyt1dc > :first-child, .framer-19hey .framer-mu6lb4 > :first-child, .framer-19hey .framer-1m4ftl4 > :first-child, .framer-19hey .framer-125bgef > :first-child { margin-top: 0px; } .framer-19hey .framer-qsoy2i > :last-child, .framer-19hey .framer-17icn6i > :last-child, .framer-19hey .framer-6a4a3 > :last-child, .framer-19hey .framer-1pyt1dc > :last-child, .framer-19hey .framer-mu6lb4 > :last-child, .framer-19hey .framer-1m4ftl4 > :last-child, .framer-19hey .framer-125bgef > :last-child { margin-bottom: 0px; } .framer-19hey .framer-6a4a3 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-19hey .framer-1pyt1dc > *, .framer-19hey .framer-1m4ftl4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-19hey .framer-mu6lb4 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-19hey .framer-125bgef > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3989.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yUgxX_D6D\":{\"layout\":[\"fixed\",\"auto\"]},\"y0uJSwQD_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerXynM8pNdF=withCSS(Component,css,\"framer-19hey\");export default FramerXynM8pNdF;FramerXynM8pNdF.displayName=\"Blog / Founder Tools / Compliance Strategy 2\";FramerXynM8pNdF.defaultProps={height:3989.5,width:1440};addFonts(FramerXynM8pNdF,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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\"}]},...MenuFonts,...MobileMenuFonts,...MaterialFonts,...Label3Fonts,...BlogMenuBusinessModelFonts,...BlogMenuFounderToolsFonts,...BlogMenuGlobalMarketsFonts,...NewFormFonts,...FooterFonts,...PopupFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXynM8pNdF\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yUgxX_D6D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y0uJSwQD_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"3989.5\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MenuFonts", "getFonts", "FLzmb62T4_default", "MobileMenuFonts", "HwHAeo4qG_default", "MaterialFonts", "Icon", "Label3Fonts", "xTjIGexls_default", "BlogMenuBusinessModelFonts", "bGOQIxDj0_default", "BlogMenuFounderToolsFonts", "DF6PBJyiV_default", "BlogMenuGlobalMarketsFonts", "m6ok89B2V_default", "NewFormFonts", "llm5MM99Q_default", "FooterFonts", "DAPNsur47_default", "PopupFonts", "IxEr9Giyk_default", "PopupShowIfSubmittedWithMappedReactProps3adqof", "withMappedReactProps", "showIfSubmitted", "IxEr9Giyk_exports", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "isSet", "value", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition1", "animation", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "numberToString", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "suffix", "transformTemplate1", "_", "t", "transition2", "animation1", "animation2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "className", "layoutId", "variant", "qXta4k_n3AOqFZkle8", "P7cNHm1uMDo7fdPfzv", "idDo7fdPfzv", "ryCGzs1aZDo7fdPfzv", "TLobquRN2pVK6_vIzV", "P7cNHm1uMRQjMEJkF2", "idRQjMEJkF2", "ryCGzs1aZRQjMEJkF2", "qXta4k_n3YmZvD189D", "jLAPNtgoAYmZvD189D", "tAog5go20YmZvD189D", "wtgkQccJpYmZvD189D", "HgIhQyRvmYmZvD189D", "pbOZcdU4qYmZvD189D", "idYmZvD189D", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "isDisplayed1", "visible", "isDisplayed2", "activeLocaleCode", "useLocaleCode", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "ChildrenCanSuspend", "AuayjRRca_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "Image2", "RichText2", "x", "Link", "rYqHJ3wTH_default", "collection2", "paginationInfo2", "loadMore2", "_enumToDisplayNameFunctions_wtgkQccJp", "textContent", "textContent1", "collection1", "paginationInfo1", "loadMore1", "enumToDisplayNameFunctions", "css", "FramerXynM8pNdF", "withCSS", "XynM8pNdF_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
