{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js", "ssg:https://framerusercontent.com/modules/1IiphjECB1UfOb6Srgj0/3QXqIRM5SvBSxqLX4C66/dZbbzzy4y.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";// Poll for 5 minutes ...\nfunction poll(f,delay=200,count=5*60*5,i=0){if(i>count){console.error(\"poll max attempts\",f);return;}if(!f()){console.log(\"poll\",delay,count,i);setTimeout(()=>{poll(f,delay,count,i+1);},delay);}}function EmptyState({title,description}){return /*#__PURE__*/_jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/_jsx(\"h1\",{style:stateTitleStyle,children:title}),/*#__PURE__*/_jsx(\"p\",{style:stateParagraphStyle,children:description})]});}/**\n * HUBSPOT\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function HubSpotForm({portalId,formId,advanced,region,id}){if(!portalId||!formId||!region){return /*#__PURE__*/_jsx(EmptyState,{title:\"Hubspot\",description:\"Set a portal ID and form in the Properties.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst elementId=`hubspot_form_${id}`;const cleanup=()=>{const element=document.querySelector(`#${elementId}`);if(element)element.innerHTML=\"\";};React.useEffect(()=>{if(window.hbspt){handleScriptLoad();return cleanup;}const script=document.createElement(\"script\");script.src=`https://js-${region}.hsforms.net/forms/shell.js`;script.onload=handleScriptLoad();document.body.appendChild(script);return cleanup;},[portalId,formId,region]);const handleScriptLoad=()=>{console.log(\"Loading HubSpot form...\",portalId);poll(()=>{if(!window.hbspt){console.warn(`HubSpot could not be loaded: window.hbspt is missing`);return false;}if(!document.querySelector(`#${elementId}`)){console.warn(`HubSpot could not be loaded: element not found #${elementId}`);return false;}cleanup();window.hbspt.forms.create({region,portalId,formId,target:`#${elementId}`,formInstanceId:formId});return true;});};return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},id:elementId});}addPropertyControls(HubSpotForm,{portalId:{title:\"Portal\",type:ControlType.String,placeholder:\"25276298\",// defaultValue: \"25276298\",\ndescription:\"Create a [Hubspot](https://www.hubspot.com/) account, add a new form and copy your portal ID. [Learn more\u2026](https://www.framer.com/plugins/hubspot/)\"},formId:{title:\"Form\",type:ControlType.String,placeholder:\"e7167571-4bc4-4c2c-bfdc-a0a8dbfd22f1\"},advanced:{title:\"Advanced\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},region:{title:\"Region\",type:ControlType.String,placeholder:\"eu1\",defaultValue:\"eu1\",hidden:({advanced})=>!advanced}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HubSpotForm\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\",\"framerIntrinsicWidth\":\"480\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hubspot.map", "// Generated by Framer (e2fa450)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,Link,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import HubSpotForm from\"https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js\";import MACursor from\"#framer/local/canvasComponent/JaLh1Smts/JaLh1Smts.js\";import FooterGetInTouch from\"#framer/local/canvasComponent/ndKS57BPw/ndKS57BPw.js\";import FooterArticleNewsletterSubscribe from\"#framer/local/canvasComponent/NxFaNUS69/NxFaNUS69.js\";import ButtonPill from\"#framer/local/canvasComponent/SlwZp36OW/SlwZp36OW.js\";import NavigationV2Navigation from\"#framer/local/canvasComponent/XrljCJOC5/XrljCJOC5.js\";import FooterSummary from\"#framer/local/canvasComponent/ztnpbkCli/ztnpbkCli.js\";import*as sharedStyle from\"#framer/local/css/CVcLkUA3Y/CVcLkUA3Y.js\";import*as sharedStyle1 from\"#framer/local/css/mlc_ZaHfz/mlc_ZaHfz.js\";import metadataProvider from\"#framer/local/webPageMetadata/dZbbzzy4y/dZbbzzy4y.js\";const ButtonPillFonts=getFonts(ButtonPill);const MotionDivWithFX=withFX(motion.div);const NavigationV2NavigationFonts=getFonts(NavigationV2Navigation);const HubSpotFormFonts=getFonts(HubSpotForm);const FooterArticleNewsletterSubscribeFonts=getFonts(FooterArticleNewsletterSubscribe);const FooterGetInTouchFonts=getFonts(FooterGetInTouch);const FooterSummaryFonts=getFonts(FooterSummary);const MACursorFonts=getFonts(MACursor);const breakpoints={O_G4u7iTf:\"(min-width: 1200px)\",pal1zHlKG:\"(min-width: 768px) and (max-width: 1199px)\",PpqaLML5A:\"(max-width: 767px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-m0aRY\";const variantClassNames={O_G4u7iTf:\"framer-v-1lehr7w\",pal1zHlKG:\"framer-v-t4n01p\",PpqaLML5A:\"framer-v-1d0j0x8\"};const valuesByLocaleId={MpN1dPm0s:new LazyValue(()=>import(\"./dZbbzzy4y-0.js\"))};const preloadLocalizedValues=locale=>{const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.07,skewX:0,skewY:0,transition:transition1};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop (Default)\":\"O_G4u7iTf\",Phone:\"PpqaLML5A\",Tablet:\"pal1zHlKG\"};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:\"O_G4u7iTf\"};};const cursor={alignment:\"center\",component:MACursor,offset:{x:0,y:25},placement:\"bottom\",variant:\"KCqUc9mkp\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-m0aRY`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-m0aRY`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const router=useRouter();const elementId=useRouteElementId(\"Vbw7ZOpc3\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"PpqaLML5A\")return false;return true;};const elementId1=useRouteElementId(\"a5ttwWF7r\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({yq5sb7:cursor});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"O_G4u7iTf\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1lehr7w\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ruwa9\",\"data-framer-name\":\"Hero Product Night\",name:\"Hero Product Night\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tt1c7p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tNjAw\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1.45em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(49, 206, 212)\",\"--framer-text-transform\":\"uppercase\"},children:\"Whitepaper\"})}),className:\"framer-17znvxc\",fonts:[\"GF;JetBrains Mono-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{children:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0cbac888-500d-4ced-97da-61e9a69e1954, rgb(238, 238, 238))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-625d5e55-9206-4e45-b975-00ba9ceb4ca3, rgb(110, 110, 110)) 0%, var(--token-21bca5c1-a12e-4f30-b933-387ef5b450a7, rgb(180, 180, 180)) 17.277238175675677%, rgba(238, 238, 238, 1) 29.799215686274483%, var(--token-0cbac888-500d-4ced-97da-61e9a69e1954, rgb(238, 238, 238)) 70.3576470588235%, var(--token-21bca5c1-a12e-4f30-b933-387ef5b450a7, rgb(180, 180, 180)) 83.33333333333334%, var(--token-625d5e55-9206-4e45-b975-00ba9ceb4ca3, rgb(110, 110, 110)) 100%)\"},children:\"The Composable Commerce Cheat Sheet\"})})}),fonts:[\"CUSTOM;Deity Sans Display 500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1jmbl55\",\"data-styles-preset\":\"CVcLkUA3Y\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-625d5e55-9206-4e45-b975-00ba9ceb4ca3, rgb(110, 110, 110)) 0%, var(--token-21bca5c1-a12e-4f30-b933-387ef5b450a7, rgb(180, 180, 180)) 17.277238175675677%, rgba(238, 238, 238, 1) 29.799215686274483%, var(--token-0cbac888-500d-4ced-97da-61e9a69e1954, rgb(238, 238, 238)) 70.3576470588235%, var(--token-21bca5c1-a12e-4f30-b933-387ef5b450a7, rgb(180, 180, 180)) 83.33333333333334%, var(--token-625d5e55-9206-4e45-b975-00ba9ceb4ca3, rgb(110, 110, 110)) 100%)\"},children:\"The Composable Commerce Cheat Sheet\"})})}),className:\"framer-1tq83lu\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kru1jk\",\"data-styles-preset\":\"mlc_ZaHfz\",style:{\"--framer-text-alignment\":\"center\"},children:\"Download this whitepaper to find out what true Composable Commerce is, what is it not, and how your business can benefit from it.\"})}),className:\"framer-1jvftjd\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Vbw7ZOpc3\",webPageId:\"dZbbzzy4y\"},implicitPathVariables:undefined},{href:{hash:\":Vbw7ZOpc3\",webPageId:\"dZbbzzy4y\"},implicitPathVariables:undefined},{href:{hash:\":Vbw7ZOpc3\",webPageId:\"dZbbzzy4y\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{y:523.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:551.7,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fp3fom-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{fgiO1lS3D:resolvedLinks[1]},PpqaLML5A:{fgiO1lS3D:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonPill,{aCVE2QbrX:\"ArrowCircleDown\",EJ3RakMmd:false,fgiO1lS3D:resolvedLinks[0],height:\"100%\",htte_dmmH:true,id:\"YF2KyW753\",layoutId:\"YF2KyW753\",uUa69AHnn:\"ArrowLeft\",variant:\"m5mUF6PH1\",width:\"100%\",Wk7g0i9sZ:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Download now\"})})})})});}})]}),/*#__PURE__*/_jsx(Link,{href:{hash:\":Vbw7ZOpc3\",webPageId:\"dZbbzzy4y\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{background:{alt:(_getLocalizedValue3=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"The Composable Commerce Cheat Sheet\",fit:\"fill\",intrinsicHeight:1239,intrinsicWidth:873.5,loading:getLoadingLazyAtYPosition(655.7),pixelHeight:2478,pixelWidth:1747,sizes:\"561px\",src:\"https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=1024 721w,https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=2048 1443w,https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg 1747w\"}},PpqaLML5A:{background:{alt:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"The Composable Commerce Cheat Sheet\",fit:\"fill\",intrinsicHeight:1239,intrinsicWidth:873.5,loading:getLoadingLazyAtYPosition(627.5),pixelHeight:2478,pixelWidth:1747,sizes:\"300px\",src:\"https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=1024 721w,https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=2048 1443w,https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg 1747w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"The Composable Commerce Cheat Sheet\",fit:\"fill\",intrinsicHeight:1239,intrinsicWidth:873.5,loading:getLoadingLazyAtYPosition(655.7),pixelHeight:2478,pixelWidth:1747,sizes:\"708px\",src:\"https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=1024 721w,https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg?scale-down-to=2048 1443w,https://framerusercontent.com/images/HxEi3IlvA4azYhovIOcrJWuz1c.svg 1747w\"},className:\"framer-5nohiu framer-1ewr1sf\",\"data-framer-cursor\":\"yq5sb7\",\"data-framer-name\":\"graphic\",name:\"graphic\",whileHover:animation2})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{y:0},PpqaLML5A:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:-1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kjscaf-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{variant:\"q8CSN0dFX\"},PpqaLML5A:{variant:\"q8CSN0dFX\"}},children:/*#__PURE__*/_jsx(NavigationV2Navigation,{height:\"100%\",id:\"ArAk8RwMZ\",layoutId:\"ArAk8RwMZ\",style:{width:\"100%\"},variant:\"AIhbrT8Ty\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fqyv59\",\"data-framer-name\":\"Page\",name:\"Page\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h64zx9\",\"data-framer-name\":\"Container\",id:elementId,name:\"Container\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q1h9ze\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nuz6a3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1phq4tz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8wqmpn\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{children:(_getLocalizedValue6=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"5\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"languages\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"5\"})}),className:\"framer-1raoel5\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"languages\"})}),className:\"framer-asx91z hidden-1d0j0x8\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-509ff60b-68e5-4674-b9e6-c90ef7f1f5f7, rgb(96, 96, 96))\"},children:\"Available in English, Dutch, German, French, Serbian\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--token-509ff60b-68e5-4674-b9e6-c90ef7f1f5f7, rgb(96, 96, 96))\"},children:\"Available in English, Dutch, German, French, Serbian\"})}),className:\"framer-jw4z8w\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g6e06n\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-173vkkr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{children:(_getLocalizedValue10=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"6\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"comparisons\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"6\"})}),className:\"framer-c9efiv\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"comparisons\"})}),className:\"framer-ud50gf hidden-1d0j0x8\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{children:(_getLocalizedValue12=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-509ff60b-68e5-4674-b9e6-c90ef7f1f5f7, rgb(96, 96, 96))\"},children:\"What is really composable? What is actually not?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--token-509ff60b-68e5-4674-b9e6-c90ef7f1f5f7, rgb(96, 96, 96))\"},children:\"What is really composable? What is actually not?\"})}),className:\"framer-5kq23q\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13qnimp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dwiu1z\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{children:(_getLocalizedValue14=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"9\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"benefits\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"9\"})}),className:\"framer-16z0t8v\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(21, 125, 111)\"},children:\"benefits\"})}),className:\"framer-p18y4y hidden-1d0j0x8\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PpqaLML5A:{children:(_getLocalizedValue16=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-509ff60b-68e5-4674-b9e6-c90ef7f1f5f7, rgb(96, 96, 96))\"},children:\"The future of Composable Commerce\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlaXR5IFNhbnMgRGlzcGxheSA1MDA=\",\"--framer-font-family\":'\"Deity Sans Display 500\", \"Deity Sans Display 500 Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--token-509ff60b-68e5-4674-b9e6-c90ef7f1f5f7, rgb(96, 96, 96))\"},children:\"The future of Composable Commerce\"})}),className:\"framer-10k2d1s\",fonts:[\"CUSTOM;Deity Sans Display 500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue18=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kru1jk\",\"data-styles-preset\":\"mlc_ZaHfz\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6a48da73-135a-443a-9fa4-f667d9525d14, rgb(100, 100, 100))\"},children:\"Download this whitepaper to find out what true Composable Commerce is, what is it not, and how your business can benefit from it.\"})}),className:\"framer-h5b8qn\",\"data-framer-name\":\"Lead\",fonts:[\"Inter\"],name:\"Lead\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue19=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kru1jk\",\"data-styles-preset\":\"mlc_ZaHfz\",style:{\"--framer-text-color\":\"var(--token-54204618-882a-4c86-9ed5-bdb71271cd8c, rgb(32, 32, 32))\"},children:\"This whitepaper is for:\"}),/*#__PURE__*/_jsxs(\"ol\",{className:\"framer-styles-preset-kru1jk\",\"data-styles-preset\":\"mlc_ZaHfz\",style:{\"--framer-text-color\":\"var(--token-6a48da73-135a-443a-9fa4-f667d9525d14, rgb(100, 100, 100))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-6a48da73-135a-443a-9fa4-f667d9525d14, rgb(100, 100, 100))\"},children:[\"Business owners who want to take their business to the next level, in a future proof way.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-6a48da73-135a-443a-9fa4-f667d9525d14, rgb(100, 100, 100))\"},children:[\"People responsible for ecommerce who have heard of terms like MACH, SaaS, headless and Composable Commerce and who want to know more.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-6a48da73-135a-443a-9fa4-f667d9525d14, rgb(100, 100, 100))\"},children:\"Tech experts dreaming of a composable architecture who have to convince their business peers that this is the new way of ecommerce.\"})})]})]}),className:\"framer-13djde0\",\"data-framer-name\":\"Lead\",fonts:[\"Inter\"],name:\"Lead\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-802963\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eijyq-container\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:true,formId:(_getLocalizedValue20=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:\"0c68e335-7ba4-48ec-81fd-e275a3a41644\",height:\"100%\",id:\"a5ttwWF7r\",layoutId:\"a5ttwWF7r\",portalId:(_getLocalizedValue21=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:\"4378318\",region:(_getLocalizedValue22=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:\"na1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{y:3047.4},PpqaLML5A:{y:3465.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:\"min(100vw, 2400px)\",y:2257.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16zyt6b-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{variant:\"uQ0ZXa9Ac\"},PpqaLML5A:{variant:\"emsZk_Lfa\"}},children:/*#__PURE__*/_jsx(FooterArticleNewsletterSubscribe,{height:\"100%\",id:\"I9KDrHgY6\",layoutId:\"I9KDrHgY6\",style:{width:\"100%\"},variant:\"D1CGAVHLO\",width:\"100%\",XJyuYssEf:(_getLocalizedValue23=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:\"Latest articles\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{y:3687.4},PpqaLML5A:{y:4105.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:804,width:\"min(100vw, 2400px)\",y:2897.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ev0f30-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{variant:\"YBsWcbyct\"},PpqaLML5A:{variant:\"CqutJklwZ\"}},children:/*#__PURE__*/_jsx(FooterGetInTouch,{bD0fUv9rn:false,height:\"100%\",id:\"kZxpJRvia\",layoutId:\"kZxpJRvia\",style:{width:\"100%\"},variant:\"I_F5tRC2G\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{y:4491.4},PpqaLML5A:{y:4909.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:741,width:\"min(100vw, 2400px)\",y:3701.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4cajzv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pal1zHlKG:{variant:\"Cf72yaALP\"},PpqaLML5A:{variant:\"oIaW3GmQh\"}},children:/*#__PURE__*/_jsx(FooterSummary,{height:\"100%\",id:\"mFgXwdfQt\",layoutId:\"mFgXwdfQt\",style:{width:\"100%\"},variant:\"e6cfFNe8c\",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-m0aRY { background: rgb(241, 244, 243); }`,\".framer-m0aRY.framer-1ewr1sf, .framer-m0aRY .framer-1ewr1sf { display: block; }\",\".framer-m0aRY.framer-1lehr7w { align-content: center; align-items: center; background-color: #f1f4f3; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-m0aRY .framer-1ruwa9 { align-content: center; align-items: center; background: radial-gradient(166.27133872416888% 194.79999999999998% at 52.1% 222.7%, #69ffd2 0%, rgb(2, 212, 187) 40.27077106185003%, rgb(0, 0, 0) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 1111px; justify-content: flex-start; overflow: hidden; padding: 110px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-m0aRY .framer-1tt1c7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 750px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-m0aRY .framer-17znvxc { --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-m0aRY .framer-1tq83lu, .framer-m0aRY .framer-1jvftjd, .framer-m0aRY .framer-h5b8qn, .framer-m0aRY .framer-13djde0 { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-m0aRY .framer-fp3fom-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-m0aRY .framer-5nohiu { -webkit-user-select: none; aspect-ratio: 0.7050040355125101 / 1; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 13px -10px 27px 5px rgba(0, 0, 0, 0.07); flex: none; height: var(--framer-aspect-ratio-supported, 1005px); overflow: visible; position: relative; text-decoration: none; user-select: none; width: 708px; z-index: 0; }\",\".framer-m0aRY .framer-1kjscaf-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: -1px; z-index: 10; }\",\".framer-m0aRY .framer-fqyv59 { align-content: center; align-items: center; background-color: #fbfdfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 2400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-m0aRY .framer-h64zx9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 60px 30px 60px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-m0aRY .framer-q1h9ze { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-m0aRY .framer-1nuz6a3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-m0aRY .framer-1phq4tz, .framer-m0aRY .framer-g6e06n, .framer-m0aRY .framer-13qnimp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-m0aRY .framer-8wqmpn, .framer-m0aRY .framer-173vkkr, .framer-m0aRY .framer-dwiu1z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-m0aRY .framer-1raoel5, .framer-m0aRY .framer-asx91z, .framer-m0aRY .framer-c9efiv, .framer-m0aRY .framer-ud50gf, .framer-m0aRY .framer-16z0t8v, .framer-m0aRY .framer-p18y4y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-m0aRY .framer-jw4z8w, .framer-m0aRY .framer-5kq23q, .framer-m0aRY .framer-10k2d1s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 148px; word-break: break-word; word-wrap: break-word; }\",\".framer-m0aRY .framer-802963 { align-content: center; align-items: center; align-self: stretch; background-color: var(--token-a4fa7ebe-0560-47bb-b4b7-62cf7d239344, #f0f0f0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-m0aRY .framer-1eijyq-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-m0aRY .framer-16zyt6b-container, .framer-m0aRY .framer-ev0f30-container, .framer-m0aRY .framer-4cajzv-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-m0aRY.framer-1lehr7w, .framer-m0aRY .framer-1ruwa9, .framer-m0aRY .framer-1tt1c7p, .framer-m0aRY .framer-fqyv59, .framer-m0aRY .framer-h64zx9, .framer-m0aRY .framer-q1h9ze, .framer-m0aRY .framer-1nuz6a3, .framer-m0aRY .framer-1phq4tz, .framer-m0aRY .framer-8wqmpn, .framer-m0aRY .framer-g6e06n, .framer-m0aRY .framer-173vkkr, .framer-m0aRY .framer-13qnimp, .framer-m0aRY .framer-dwiu1z, .framer-m0aRY .framer-802963 { gap: 0px; } .framer-m0aRY.framer-1lehr7w > *, .framer-m0aRY .framer-fqyv59 > *, .framer-m0aRY .framer-1phq4tz > *, .framer-m0aRY .framer-g6e06n > *, .framer-m0aRY .framer-13qnimp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-m0aRY.framer-1lehr7w > :first-child, .framer-m0aRY .framer-1ruwa9 > :first-child, .framer-m0aRY .framer-1tt1c7p > :first-child, .framer-m0aRY .framer-fqyv59 > :first-child, .framer-m0aRY .framer-q1h9ze > :first-child, .framer-m0aRY .framer-1phq4tz > :first-child, .framer-m0aRY .framer-g6e06n > :first-child, .framer-m0aRY .framer-13qnimp > :first-child { margin-top: 0px; } .framer-m0aRY.framer-1lehr7w > :last-child, .framer-m0aRY .framer-1ruwa9 > :last-child, .framer-m0aRY .framer-1tt1c7p > :last-child, .framer-m0aRY .framer-fqyv59 > :last-child, .framer-m0aRY .framer-q1h9ze > :last-child, .framer-m0aRY .framer-1phq4tz > :last-child, .framer-m0aRY .framer-g6e06n > :last-child, .framer-m0aRY .framer-13qnimp > :last-child { margin-bottom: 0px; } .framer-m0aRY .framer-1ruwa9 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-m0aRY .framer-1tt1c7p > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-m0aRY .framer-h64zx9 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-m0aRY .framer-h64zx9 > :first-child, .framer-m0aRY .framer-1nuz6a3 > :first-child, .framer-m0aRY .framer-8wqmpn > :first-child, .framer-m0aRY .framer-173vkkr > :first-child, .framer-m0aRY .framer-dwiu1z > :first-child, .framer-m0aRY .framer-802963 > :first-child { margin-left: 0px; } .framer-m0aRY .framer-h64zx9 > :last-child, .framer-m0aRY .framer-1nuz6a3 > :last-child, .framer-m0aRY .framer-8wqmpn > :last-child, .framer-m0aRY .framer-173vkkr > :last-child, .framer-m0aRY .framer-dwiu1z > :last-child, .framer-m0aRY .framer-802963 > :last-child { margin-right: 0px; } .framer-m0aRY .framer-q1h9ze > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-m0aRY .framer-1nuz6a3 > * { margin: 0px; margin-left: calc(31px / 2); margin-right: calc(31px / 2); } .framer-m0aRY .framer-8wqmpn > *, .framer-m0aRY .framer-173vkkr > *, .framer-m0aRY .framer-dwiu1z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-m0aRY .framer-802963 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\"@media (min-width: 1200px) { .framer-m0aRY .hidden-1lehr7w { display: none !important; } }\",`@media (min-width: 768px) and (max-width: 1199px) { .framer-m0aRY .hidden-t4n01p { display: none !important; } .${metadata.bodyClassName}-framer-m0aRY { background: rgb(241, 244, 243); } .framer-m0aRY.framer-1lehr7w { width: 768px; } .framer-m0aRY .framer-5nohiu { height: var(--framer-aspect-ratio-supported, 795px); width: 561px; } .framer-m0aRY .framer-1kjscaf-container { top: 0px; } .framer-m0aRY .framer-h64zx9 { flex-direction: column; padding: 60px; } .framer-m0aRY .framer-q1h9ze { flex: none; width: 100%; } .framer-m0aRY .framer-802963 { align-self: unset; flex: none; height: 742px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-m0aRY .framer-h64zx9 { gap: 0px; } .framer-m0aRY .framer-h64zx9 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-m0aRY .framer-h64zx9 > :first-child { margin-top: 0px; } .framer-m0aRY .framer-h64zx9 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 767px) { .framer-m0aRY .hidden-1d0j0x8 { display: none !important; } .${metadata.bodyClassName}-framer-m0aRY { background: rgb(241, 244, 243); } .framer-m0aRY.framer-1lehr7w { width: 390px; } .framer-m0aRY .framer-1ruwa9 { height: 100vh; padding: 110px 20px 80px 20px; } .framer-m0aRY .framer-1tt1c7p { order: 0; } .framer-m0aRY .framer-5nohiu { height: var(--framer-aspect-ratio-supported, 425px); order: 1; width: 300px; } .framer-m0aRY .framer-1kjscaf-container { top: 0px; } .framer-m0aRY .framer-h64zx9 { flex-direction: column; padding: 60px 32px 60px 32px; } .framer-m0aRY .framer-q1h9ze { flex: none; width: 100%; } .framer-m0aRY .framer-1nuz6a3 { flex-direction: column; gap: 15px; } .framer-m0aRY .framer-1phq4tz, .framer-m0aRY .framer-g6e06n, .framer-m0aRY .framer-13qnimp { align-content: center; align-items: center; gap: 10px; } .framer-m0aRY .framer-802963 { align-self: unset; flex: none; height: 928px; width: 100%; } .framer-m0aRY .framer-1eijyq-container { height: 736px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-m0aRY .framer-h64zx9, .framer-m0aRY .framer-1nuz6a3, .framer-m0aRY .framer-1phq4tz, .framer-m0aRY .framer-g6e06n, .framer-m0aRY .framer-13qnimp { gap: 0px; } .framer-m0aRY .framer-h64zx9 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-m0aRY .framer-h64zx9 > :first-child, .framer-m0aRY .framer-1nuz6a3 > :first-child, .framer-m0aRY .framer-1phq4tz > :first-child, .framer-m0aRY .framer-g6e06n > :first-child, .framer-m0aRY .framer-13qnimp > :first-child { margin-top: 0px; } .framer-m0aRY .framer-h64zx9 > :last-child, .framer-m0aRY .framer-1nuz6a3 > :last-child, .framer-m0aRY .framer-1phq4tz > :last-child, .framer-m0aRY .framer-g6e06n > :last-child, .framer-m0aRY .framer-13qnimp > :last-child { margin-bottom: 0px; } .framer-m0aRY .framer-1nuz6a3 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-m0aRY .framer-1phq4tz > *, .framer-m0aRY .framer-g6e06n > *, .framer-m0aRY .framer-13qnimp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4084.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pal1zHlKG\":{\"layout\":[\"fixed\",\"auto\"]},\"PpqaLML5A\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerdZbbzzy4y=withCSS(Component,css,\"framer-m0aRY\");export default FramerdZbbzzy4y;FramerdZbbzzy4y.displayName=\"Composable Commerce Cheat Sheet\";FramerdZbbzzy4y.defaultProps={height:4084.5,width:1200};addFonts(FramerdZbbzzy4y,[{explicitInter:true,fonts:[{family:\"JetBrains Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjOFmUsaaDhw.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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:\"Deity Sans Display 500\",source:\"custom\",url:\"https://framerusercontent.com/assets/pXk1qxyy6ioyzAqP68x0bqecUo.woff2\"}]},...ButtonPillFonts,...NavigationV2NavigationFonts,...HubSpotFormFonts,...FooterArticleNewsletterSubscribeFonts,...FooterGetInTouchFonts,...FooterSummaryFonts,...MACursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdZbbzzy4y\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pal1zHlKG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PpqaLML5A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"4084.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["poll", "f", "delay", "count", "i", "EmptyState", "title", "description", "u", "emptyStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "HubSpotForm", "portalId", "formId", "advanced", "region", "id", "elementId", "cleanup", "element", "ue", "window", "handleScriptLoad", "script", "addPropertyControls", "ControlType", "ButtonPillFonts", "getFonts", "SlwZp36OW_default", "MotionDivWithFX", "withFX", "motion", "NavigationV2NavigationFonts", "XrljCJOC5_default", "HubSpotFormFonts", "HubSpotForm", "FooterArticleNewsletterSubscribeFonts", "NxFaNUS69_default", "FooterGetInTouchFonts", "ndKS57BPw_default", "FooterSummaryFonts", "ztnpbkCli_default", "MACursorFonts", "JaLh1Smts_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "animation", "transition1", "animation1", "animation2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "preloadPromise", "ref1", "pe", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "isDisplayed", "elementId1", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "RichText2", "x", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "Link", "getLoadingLazyAtYPosition", "Image2", "css", "FramerdZbbzzy4y", "withCSS", "dZbbzzy4y_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
