{"version":3,"file":"vkrLwldDu.D6k5KvGv.mjs","names":["useMemo","addPropertyOverrides","PhosphorFonts","Phosphor","enabledGestures","serializationHash","variantClassNames","transition1","toResponsiveImage","transformTemplate1","Transition","Variants","getProps","createLayoutDependency","Component","useRef","Image","css","TickerFonts","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","useRef","css","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","useRef","css","Phosphor","useRef","CaseStudies","_Fragment","idXfJ33WT11","mJpJRoC3TXfJ33WT11","vkTe2xGXSXfJ33WT11","Image"],"sources":["https:/framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js","https:/framerusercontent.com/modules/0V1hkJtW4jRhP1KoOVSv/MLZfTyunTg8VQX8J3itg/aHFQ1HDw9.js","https:/framerusercontent.com/modules/INQCjHjrnrOFbM1pqFFX/oFfx2gYWjrDHbGEg2iRR/Hed7AfQPm.js","https:/framerusercontent.com/modules/RQklRuzkz61X5hoPD00B/tA2xbI2PLEc4n6KbDv0b/hHbSG7xIF.js","https:/framerusercontent.com/modules/xPoYw4zjG5YIFBcgLwBh/vzlSHucrYjABfj7wj4YW/vkrLwldDu.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{useMemo}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const baseUrl=\"https://logo.clearbit.com/\";const getLogoUrl=company=>{if(!company)return null;return company.includes(\".\")?`${baseUrl}${company}?size=500`:`${baseUrl}${company}.com?size=500`;};/**\n * @framerIntrinsicWidth 64\n * @framerIntrinsicHeight 64\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Logo(props){const{company,radius,isSearch,srcType,srcUrl,srcFile,style}=props;const logoURL=useMemo(()=>{if(isSearch)return getLogoUrl(company);if(srcType===SrcType.Upload)return srcFile;if(srcType===SrcType.Url)return srcUrl;return null;},[company,isSearch,srcType,srcUrl,srcFile]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return logoURL?/*#__PURE__*/ _jsx(\"img\",{src:logoURL,style:{...baseStyles,...style,borderRadius:radius},alt:\"Logo\"}):emptyState;};Logo.defaultProps={company:\"Framer\",radius:100,width:64,height:64,isSearch:true};const baseStyles={position:\"absolute\",left:0,right:0,top:0,bottom:0,width:\"100%\",height:\"100%\"};addPropertyControls(Logo,{isSearch:{type:ControlType.Boolean,title:\"Type\",disabledTitle:\"Custom\",enabledTitle:\"Search\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Upload],hidden:({isSearch})=>isSearch},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.jpg\",hidden:({srcType,isSearch})=>srcType===SrcType.Upload||isSearch},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"jpg\",\"png\",\"jpeg\",\"tiff\",\"gif\"],hidden:({srcType,isSearch})=>srcType===SrcType.Url||isSearch},company:{type:ControlType.String,title:\"Company\",placeholder:\"Github, Apple...\",hidden:({isSearch})=>!isSearch},radius:{type:ControlType.Number,min:0,max:100,title:\"Radius\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Logo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"64\",\"framerIntrinsicHeight\":\"64\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Logo.map","// Generated by Framer (df7882f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={gbagkol8o:{hover:true}};const serializationHash=\"framer-kgd0m\";const variantClassNames={gbagkol8o:\"framer-v-14phmdc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.2,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,previewLogo,width,...props})=>{return{...props,iPMQXLqkz:previewLogo??props.iPMQXLqkz,YKFNFY4iO:link??props.YKFNFY4iO};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YKFNFY4iO,iPMQXLqkz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"gbagkol8o\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:YKFNFY4iO,motionChild:true,nodeId:\"gbagkol8o\",openInNewTab:false,scopeId:\"aHFQ1HDw9\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-14phmdc\",className,classNames)} framer-ci2rio`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"gbagkol8o\",ref:refBinding,style:{backgroundColor:\"rgb(232, 239, 255)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,...style},variants:{\"gbagkol8o-hover\":{backgroundColor:\"rgb(240, 243, 252)\"}},...addPropertyOverrides({\"gbagkol8o-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gtsho2\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"voLHF0zUb\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t4da7j\",layoutDependency:layoutDependency,layoutId:\"oyFpz1cKZ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qthzy2\",layoutDependency:layoutDependency,layoutId:\"mEqtNNDAL\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+(((componentViewport?.height||400)-64-80)/2+0+0)+0+0+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 64px, 190px)`,...toResponsiveImage(iPMQXLqkz),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1n2zu9r\",layoutDependency:layoutDependency,layoutId:\"ybhe_VKna\",style:{filter:\"brightness(0.6) contrast(2) grayscale(1)\",WebkitFilter:\"brightness(0.6) contrast(2) grayscale(1)\"}})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uy0rms\",\"data-framer-name\":\"Hover\",layoutDependency:layoutDependency,layoutId:\"m9jSWxEB4\",style:{backgroundColor:\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,opacity:0},transformTemplate:transformTemplate1,variants:{\"gbagkol8o-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1de4a4f5-0f25-4835-8ade-a17375ccf7af, rgb(23, 23, 23)))\"},children:\"Read case study\"})}),className:\"framer-170kgx3\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"iGeg_WT5D\",style:{\"--extracted-r6o4lv\":\"var(--token-1de4a4f5-0f25-4835-8ade-a17375ccf7af, rgb(23, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ldljzf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"dOUxhwCSa-container\",nodeId:\"dOUxhwCSa\",rendersWithMotion:true,scopeId:\"aHFQ1HDw9\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1de4a4f5-0f25-4835-8ade-a17375ccf7af, rgb(23, 23, 23))\",height:\"100%\",iconSearch:\"caret-right\",iconSelection:\"House\",id:\"dOUxhwCSa\",layoutId:\"dOUxhwCSa\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kgd0m.framer-ci2rio, .framer-kgd0m .framer-ci2rio { display: block; }\",\".framer-kgd0m.framer-14phmdc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: wrap; gap: 40px; height: 400px; justify-content: center; overflow: hidden; padding: 32px; position: relative; text-decoration: none; width: 298px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kgd0m .framer-1gtsho2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 190px; padding: 0px; position: relative; width: 100%; }\",\".framer-kgd0m .framer-t4da7j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kgd0m .framer-qthzy2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 80px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kgd0m .framer-1n2zu9r { flex: none; height: 100%; mix-blend-mode: difference; overflow: hidden; position: relative; width: 100%; }\",\".framer-kgd0m .framer-uy0rms { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; left: 49%; overflow: hidden; padding: 16px; position: absolute; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-kgd0m .framer-170kgx3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kgd0m .framer-1ldljzf-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-kgd0m.framer-v-14phmdc.hover .framer-170kgx3 { order: 0; }\",\".framer-kgd0m.framer-v-14phmdc.hover .framer-1ldljzf-container { order: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 298\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"q6k9mtk8j\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"YKFNFY4iO\":\"link\",\"iPMQXLqkz\":\"previewLogo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraHFQ1HDw9=withCSS(Component,css,\"framer-kgd0m\");export default FrameraHFQ1HDw9;FrameraHFQ1HDw9.displayName=\"Case Study Link\";FrameraHFQ1HDw9.defaultProps={height:400,width:298};addPropertyControls(FrameraHFQ1HDw9,{YKFNFY4iO:{title:\"Link\",type:ControlType.Link},iPMQXLqkz:{title:\"Preview logo\",type:ControlType.ResponsiveImage}});addFonts(FrameraHFQ1HDw9,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraHFQ1HDw9\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"298\",\"framerVariables\":\"{\\\"YKFNFY4iO\\\":\\\"link\\\",\\\"iPMQXLqkz\\\":\\\"previewLogo\\\"}\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q6k9mtk8j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aHFQ1HDw9.map","// Generated by Framer (df7882f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/bSG2fUXcc43766cbIglD/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-JqKQL\";const variantClassNames={Ndgla6L13:\"framer-v-1d7pj01\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Ndgla6L13\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1d7pj01\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Ndgla6L13\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.06)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(95px)\",backgroundColor:\"rgba(255, 255, 255, 0.02)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(95px)\",...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-oan549\",layoutDependency:layoutDependency,layoutId:\"rcg4KeNs4\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9ca6e1\",layoutDependency:layoutDependency,layoutId:\"Dol8ZrM9Y\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-noadsj\",layoutDependency:layoutDependency,layoutId:\"SA19I9aU0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7a51h\",layoutDependency:layoutDependency,layoutId:\"IeLrQBAr3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-evb7og\",\"data-framer-name\":\"Available Updates\",fill:\"black\",intrinsicHeight:144,intrinsicWidth:144,layoutDependency:layoutDependency,layoutId:\"d5E8Lvgzc\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"144\" height=\"144\" viewBox=\"0 0 108 108\"><path style=\"fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:#8aafff;stroke-opacity:1;stroke-miterlimit:10\" d=\"M20.487 9C19.25 5.506 15.915 3 12 3S4.75 5.506 3.513 9m0 6C4.75 18.494 8.085 21 12 21s7.25-2.506 8.487-6\" transform=\"scale(4.5)\"/><path style=\"fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:#8aafff;stroke-opacity:1;stroke-miterlimit:10\" d=\"m7 9-3.807 1.037L2 6m15 9.037L20.807 14 22 18.037\" transform=\"scale(4.5)\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(137, 151, 179))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(138, 175, 255) 0%, rgb(187, 200, 225) 100%)\"},children:\"Subscription management\"})})}),className:\"framer-1vjjjqz\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"KkOnZyJ0x\",style:{\"--extracted-1of0zx5\":\"rgb(137, 151, 179)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255)))\"},children:\"Works with your Subscription management\"})}),className:\"framer-11x90a7\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"Lhp1urjOX\",style:{\"--extracted-r6o4lv\":\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d9vud9\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"w_c2qeg1x\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.06)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(95px)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(95px)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fwdc0w-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AlaUEdPFw-container\",nodeId:\"AlaUEdPFw\",rendersWithMotion:true,scopeId:\"Hed7AfQPm\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:.5,id:\"AlaUEdPFw\",layoutId:\"AlaUEdPFw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11iunio\",layoutDependency:layoutDependency,layoutId:\"HBNpKvcac\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v26qlm\",\"data-framer-name\":\"Zuora-vector-logo-2023\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yDq58x4cr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 136 29\"><path d=\"M 130.141 4.924 L 121.915 4.924 L 116.214 23.915 L 121.645 23.915 L 122.884 19.389 L 128.924 19.389 L 128.924 19.412 L 130.208 23.938 L 135.775 23.938 Z M 123.808 16.296 L 125.927 8.631 L 128.045 16.296 Z M 53.632 4.969 L 36.73 4.969 L 36.73 9.632 L 44.55 9.632 L 35.986 23.938 L 53.744 23.938 L 53.744 19.275 L 45.744 19.275 Z M 112.743 16.091 C 113.577 15.614 114.298 14.954 114.771 14.067 C 115.267 13.089 115.538 12.02 115.515 10.905 C 115.492 9.791 115.177 8.745 114.636 7.789 C 114.028 6.857 113.149 6.106 112.135 5.629 C 111.053 5.128 109.768 4.855 108.326 4.855 L 97.644 4.855 L 97.644 23.938 L 103.075 23.938 L 103.075 15.659 L 108.529 24.029 L 114.839 24.029 L 109.904 16.842 L 110.219 16.819 C 111.075 16.774 111.954 16.523 112.743 16.091 Z M 109.25 13.294 C 108.799 13.726 108.236 13.999 107.605 13.999 L 103.053 13.999 L 103.053 9.336 L 107.605 9.336 C 108.213 9.336 108.822 9.564 109.25 10.018 C 109.701 10.451 109.926 11.065 109.926 11.656 C 109.926 12.247 109.701 12.861 109.25 13.294 Z M 85.204 4.355 C 79.368 4.355 74.77 8.79 74.77 14.431 C 74.77 20.072 79.368 24.53 85.204 24.53 C 91.041 24.53 95.593 20.094 95.593 14.454 C 95.638 8.79 91.041 4.355 85.204 4.355 Z M 88.855 18.116 C 87.886 19.025 86.557 19.548 85.204 19.548 C 84.19 19.548 83.221 19.253 82.365 18.707 C 81.531 18.138 80.878 17.365 80.472 16.41 C 80.066 15.454 79.976 14.454 80.156 13.476 C 80.359 12.498 80.832 11.588 81.531 10.86 C 82.252 10.155 83.154 9.654 84.168 9.495 C 85.137 9.291 86.196 9.404 87.142 9.791 C 88.089 10.155 88.855 10.837 89.441 11.679 C 90.027 12.52 90.32 13.498 90.32 14.499 C 90.343 15.864 89.802 17.137 88.855 18.116 Z M 67.334 16.705 C 67.334 17.479 67.018 18.252 66.455 18.798 C 65.869 19.366 65.148 19.662 64.359 19.662 C 63.57 19.662 62.804 19.366 62.263 18.798 C 61.722 18.229 61.384 17.479 61.384 16.705 L 61.384 4.969 L 55.93 4.969 L 55.93 16.159 C 55.93 18.388 56.809 20.504 58.387 22.073 C 59.964 23.642 62.105 24.53 64.359 24.53 C 66.59 24.53 68.753 23.665 70.331 22.073 C 71.908 20.504 72.787 18.388 72.787 16.159 L 72.787 4.969 L 67.334 4.969 Z M 134.355 5.424 L 134.67 6.538 L 134.986 6.538 L 135.301 5.424 L 135.301 6.538 L 135.73 6.538 L 135.73 4.924 L 135.144 4.924 L 134.873 5.993 L 134.851 5.993 L 134.58 4.924 L 133.972 4.924 L 133.972 6.538 L 134.377 6.538 L 134.377 5.424 Z M 132.822 6.561 L 133.251 6.561 L 133.251 5.333 L 133.792 5.333 L 133.792 4.969 L 132.282 4.969 L 132.282 5.333 L 132.822 5.333 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 23.975 28.555 L 7.186 28.555 C 6.307 28.555 5.563 28.009 5.27 27.213 C 4.955 26.417 5.225 25.508 5.924 24.962 L 9.664 21.914 L 2.611 21.914 C 1.732 21.914 0.988 21.368 0.695 20.572 C 0.402 19.776 0.628 18.889 1.304 18.32 L 8.56 12.316 C 9.169 11.815 10.048 11.906 10.543 12.475 C 11.062 13.089 10.949 13.953 10.363 14.454 L 4.774 19.116 L 13.112 19.116 L 24.448 9.905 L 5.293 9.905 C 4.053 9.905 2.859 9.404 1.957 8.54 C 1.078 7.676 0.605 6.493 0.605 5.242 C 0.605 3.991 1.078 2.831 1.98 1.921 C 2.859 1.057 4.031 0.534 5.293 0.534 L 21.631 0.534 C 22.51 0.534 23.254 1.08 23.547 1.876 C 23.862 2.672 23.592 3.559 22.893 4.128 L 19.242 7.13 L 26.611 7.13 C 27.49 7.13 28.234 7.676 28.527 8.472 C 28.82 9.268 28.572 10.178 27.896 10.723 L 17.529 19.116 L 23.975 19.116 C 25.214 19.116 26.409 19.617 27.287 20.481 C 28.166 21.345 28.662 22.528 28.662 23.802 L 28.662 23.87 C 28.662 25.121 28.189 26.281 27.287 27.191 C 26.409 28.078 25.214 28.555 23.975 28.555 Z M 9.372 25.758 L 23.975 25.758 C 24.493 25.758 24.944 25.553 25.327 25.212 C 25.687 24.848 25.868 24.37 25.868 23.87 L 25.868 23.802 C 25.868 23.301 25.665 22.824 25.327 22.46 C 24.944 22.096 24.493 21.914 23.975 21.914 L 14.081 21.914 Z M 5.293 3.331 C 4.774 3.331 4.323 3.536 3.94 3.877 C 3.557 4.241 3.4 4.719 3.4 5.219 C 3.4 5.72 3.602 6.197 3.94 6.561 C 4.323 6.925 4.774 7.107 5.293 7.107 L 14.848 7.107 L 19.468 3.354 L 5.293 3.354 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:10463108065,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-165mtsp\",layoutDependency:layoutDependency,layoutId:\"dz_CK8F8k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Skio\"})}),className:\"framer-1yjcn30\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"zwREEd0SC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ti4kqh\",layoutDependency:layoutDependency,layoutId:\"Wj91vHvdS\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wzdti2\",\"data-framer-name\":\"Logo-recurly\",fill:\"black\",intrinsicHeight:31,intrinsicWidth:145,layoutDependency:layoutDependency,layoutId:\"r18ORdorz\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"145\" height=\"31\" fill=\"none\"><path fill=\"#fff\" d=\"M22.926 13.223c1.022 3.998.407 6.365-.43 7.597-.811 1.196-2.035 1.652-3.203 1.547a3.519 3.519 0 0 1-2.905-2.041c-.57-1.23-.752-3.393.908-6.617 1.703-3.31 1.895-6.444.627-8.958C16.66 2.25 14.176.825 11.557.549c-2.629-.275-5.452.586-7.65 2.646C1.7 5.267.259 8.412.03 12.53c-.284 5.154 1.436 11.59 8.04 17.97l3.461-3.344c-5.634-5.444-6.822-10.578-6.612-14.374.176-3.18 1.247-5.112 2.4-6.192 1.164-1.092 2.55-1.46 3.712-1.338 1.17.122 2.06.719 2.491 1.57.422.837.624 2.381-.61 4.78-2.102 4.086-2.33 7.774-.99 10.658 1.332 2.872 4.055 4.557 6.915 4.815 2.883.261 5.9-.928 7.755-3.662 1.83-2.699 2.31-6.547 1.087-11.325l-4.752 1.134v.002Zm31.295 7.489c-.663 0-1.096-.279-1.557-1.115L50.5 15.944c2.799-.614 4.847-2.705 4.847-5.94 0-3.848-2.914-6.303-6.578-6.303h-9.954V23.92h4.068v-7.613h3.347l2.856 5.02c1.212 2.259 2.597 2.872 4.472 2.872 1.327 0 2.453-.363 3.348-.893l-1.154-3.04c-.549.307-1.039.446-1.53.446v.001Zm-5.857-7.864h-5.482V7.16h5.482c1.731 0 2.943 1.143 2.943 2.845 0 1.701-1.212 2.844-2.943 2.844Zm16.322-3.904c-4.444 0-7.848 3.012-7.848 7.642 0 4.63 3.347 7.612 7.762 7.612 3.463 0 6.002-1.701 7.156-4.322l-3.463-1.255c-.664 1.478-1.847 2.26-3.664 2.26-1.934 0-3.492-1.2-3.752-3.598h11.254v-.976c0-4.74-2.943-7.362-7.444-7.362h-.001Zm-3.578 5.884c.548-1.73 1.962-2.566 3.578-2.566 1.616 0 2.827.865 3.26 2.566h-6.838Zm20.446-2.454c1.731 0 3.174.864 3.636 2.65l3.981-.697c-.78-3.542-3.722-5.383-7.617-5.383-4.415 0-7.935 2.845-7.935 7.642 0 4.796 3.52 7.612 7.935 7.612 3.895 0 6.838-1.84 7.617-5.382l-3.981-.67c-.462 1.758-1.905 2.622-3.636 2.622-2.193 0-3.924-1.311-3.924-4.183s1.731-4.21 3.924-4.21Zm59.465-3.151v8.06c0 1.896-1.356 3.15-3.318 3.15-2.107 0-3.174-1.254-3.174-3.179v-8.03h-4.011v8.226c0 3.737 2.423 6.051 5.886 6.051 2.106 0 3.636-.753 4.617-1.98v1.534c0 2.928-1.819 4.043-4.127 4.043-2.009 0-3.294-.763-4.348-2.254l-2.89 2.353c1.678 2.243 4.155 3.303 7.412 3.303 4.588 0 7.935-2.426 7.935-7.445V9.223h-3.982Z\"/><path fill=\"#fff\" d=\"M129.198 20.489a2.99 2.99 0 0 1-1.269.279c-.838 0-1.27-.419-1.27-1.422V2.642h-4.011v17.122c0 3.29 2.078 4.434 4.559 4.434a6.786 6.786 0 0 0 3.088-.753l-1.097-2.956ZM115.364 8.972c-1.673 0-2.885.697-3.664 1.757V9.223h-3.636v14.696h4.011v-8.924c0-1.756.895-2.704 2.395-2.704 1.588 0 2.395.892 2.395 2.816v.224l3.867-.335v-.698c0-3.374-2.251-5.326-5.367-5.326h-.001ZM101.476 17.7c0 1.896-1.356 3.18-3.202 3.18-1.846 0-3.261-1.283-3.261-3.18V9.222h-4.011v8.952c0 3.513 2.395 6.023 6.059 6.023 2.136 0 3.664-.92 4.617-2.286v2.008h3.808V9.223h-4.011V17.7l.001-.001Z\"/></svg>',withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t8h6or-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zKfSJRK7Q-container\",nodeId:\"zKfSJRK7Q\",rendersWithMotion:true,scopeId:\"Hed7AfQPm\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:.5,id:\"zKfSJRK7Q\",layoutId:\"zKfSJRK7Q\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ri84v1\",layoutDependency:layoutDependency,layoutId:\"nRE24Oumx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fj42gh\",\"data-framer-name\":\"brand_guidelines_logo3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iluQBj2ZY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 202 28\"><path d=\"M 43.165 13.874 C 43.165 9.254 46.733 5.973 51.73 5.973 C 54.944 5.973 57.489 7.247 58.607 9.739 C 58.609 9.746 54.499 10.829 54.499 10.829 C 53.732 10.003 52.766 9.622 51.701 9.622 C 49.444 9.622 47.674 11.192 47.674 13.871 C 47.674 16.551 49.444 18.12 51.701 18.12 C 52.763 18.12 53.725 17.759 54.489 16.934 L 58.597 17.913 C 57.477 20.349 54.942 21.769 51.728 21.769 C 46.733 21.769 43.163 18.49 43.163 13.868 L 43.165 13.873 Z M 76.659 12.762 L 76.659 21.545 L 72.208 21.545 L 72.208 13.446 C 72.208 10.965 71.064 9.824 69.095 9.824 C 66.954 9.824 65.412 11.137 65.412 13.961 L 65.412 21.548 L 60.961 21.548 L 60.961 1.463 L 65.412 0.383 L 65.412 7.799 C 66.613 6.6 68.326 5.972 70.295 5.972 C 73.921 5.972 76.662 8.083 76.662 12.762 Z M 96.097 5.485 L 96.097 21.545 L 91.844 21.545 L 91.844 19.777 C 90.732 21.117 89.103 21.774 87.049 21.774 C 82.709 21.774 79.371 18.694 79.371 13.873 C 79.371 9.053 82.709 5.972 87.049 5.972 C 88.934 5.972 90.533 6.572 91.646 7.826 L 91.646 6.577 L 96.097 5.483 Z M 91.73 13.873 C 91.73 11.222 90.017 9.624 87.818 9.624 C 85.62 9.624 83.88 11.222 83.88 13.873 C 83.88 16.525 85.593 18.122 87.818 18.122 C 90.045 18.122 91.73 16.525 91.73 13.873 Z M 109.433 5.973 L 109.433 10.08 C 109.062 10.052 108.776 10.023 108.435 10.023 C 105.98 10.023 104.352 11.364 104.352 14.301 L 104.352 21.546 L 99.9 21.546 L 99.9 6.512 L 104.152 5.486 L 104.152 8.227 C 105.238 6.745 107.063 5.973 109.433 5.973 Z M 127.697 5.486 L 127.697 18.978 C 127.697 24.683 124.614 27.307 119.077 27.307 C 116.166 27.307 113.338 26.593 111.54 25.197 L 113.311 22.003 C 114.622 23.058 116.764 23.742 118.733 23.742 C 121.873 23.742 123.245 22.317 123.245 19.551 L 123.245 18.894 C 122.074 20.177 120.389 20.804 118.392 20.804 C 114.139 20.804 110.713 17.866 110.713 13.389 C 110.713 8.911 114.139 5.973 118.392 5.973 C 120.533 5.973 122.304 6.686 123.474 8.169 L 123.474 6.525 L 127.699 5.488 Z M 123.299 13.388 C 123.299 11.135 121.616 9.625 119.273 9.625 C 116.93 9.625 115.22 11.137 115.22 13.389 C 115.22 15.64 116.933 17.152 119.273 17.152 C 121.614 17.152 123.299 15.64 123.299 13.389 Z M 135.491 16.401 C 136.225 17.601 137.55 18.21 139.328 18.21 C 140.957 18.21 142.127 17.725 143.182 16.727 L 145.553 19.295 C 144.126 20.922 141.985 21.777 139.216 21.777 C 133.905 21.777 130.452 18.441 130.452 13.876 C 130.452 9.312 133.935 5.975 138.673 5.975 C 142.919 5.975 146.427 8.807 146.603 13.521 L 135.494 16.404 M 134.821 13.769 L 142.326 11.981 C 141.898 10.411 140.528 9.344 138.673 9.344 C 136.448 9.344 134.821 10.757 134.821 13.769 Z M 172.837 16.401 C 173.572 17.601 174.897 18.21 176.674 18.21 C 178.302 18.21 179.473 17.725 180.528 16.727 L 182.899 19.295 C 181.472 20.922 179.331 21.777 176.562 21.777 C 171.251 21.777 167.798 18.441 167.798 13.876 C 167.798 9.312 171.281 5.975 176.019 5.975 C 180.264 5.975 183.773 8.807 183.95 13.521 L 172.84 16.404 M 172.168 13.769 L 179.672 11.981 C 179.243 10.411 177.874 9.344 176.019 9.344 C 173.793 9.344 172.168 10.757 172.168 13.769 Z M 190.692 16.401 C 191.426 17.601 192.751 18.21 194.529 18.21 C 196.158 18.21 197.328 17.725 198.383 16.727 L 200.754 19.295 C 199.327 20.922 197.186 21.777 194.417 21.777 C 189.106 21.777 185.653 18.441 185.653 13.876 C 185.653 9.312 189.136 5.975 193.874 5.975 C 198.12 5.975 201.628 8.807 201.804 13.521 L 190.694 16.404 M 190.022 13.769 L 197.527 11.981 C 197.098 10.411 195.729 9.344 193.874 9.344 C 191.649 9.344 190.022 10.757 190.022 13.769 Z M 166.06 13.874 C 166.06 18.695 162.721 21.774 158.409 21.774 C 156.352 21.774 154.699 21.117 153.584 19.777 L 153.584 21.545 L 149.331 21.545 L 149.331 1.47 L 153.783 0.383 L 153.783 7.827 C 154.926 6.57 156.494 5.973 158.406 5.973 C 162.716 5.973 166.058 9.053 166.058 13.873 L 166.06 13.873 Z M 161.549 13.874 C 161.549 11.222 159.866 9.625 157.637 9.625 C 155.409 9.625 153.725 11.222 153.725 13.874 C 153.725 16.526 155.411 18.122 157.637 18.122 C 159.863 18.122 161.549 16.526 161.549 13.873 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 9.672 13.847 L 27.451 9.61 L 27.451 0.398 L 18.232 0.398 L 9.672 13.848 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 0.861 13.686 C 0.861 14.787 0.996 15.857 1.249 16.882 L 9.673 13.848 L 1.18 10.785 C 0.968 11.737 0.861 12.709 0.861 13.684 L 0.861 13.686 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 3.993 5.12 L 9.67 13.847 L 12.287 0.531 C 8.973 0.997 6.052 2.683 3.993 5.12 Z M 9.672 13.847 L 27.451 18.081 L 27.451 27.292 L 18.232 27.292 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 3.993 22.572 L 9.67 13.845 L 12.284 27.159 C 9.048 26.702 6.095 25.068 3.99 22.569 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:10585715884,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-466ccr\",layoutDependency:layoutDependency,layoutId:\"IZGbfE2GM\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1whcqjk\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tCWnG9Oll\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 72.573 30\"><path d=\"M 72.168 15.432 C 72.168 10.328 69.682 6.3 64.931 6.3 C 60.16 6.3 57.273 10.328 57.273 15.392 C 57.273 21.393 60.681 24.424 65.572 24.424 C 67.958 24.424 69.762 23.885 71.125 23.128 L 71.125 19.14 C 69.762 19.818 68.198 20.237 66.214 20.237 C 64.269 20.237 62.545 19.559 62.325 17.206 L 72.128 17.206 C 72.128 16.947 72.168 15.91 72.168 15.432 M 62.265 13.538 C 62.265 11.285 63.648 10.348 64.911 10.348 C 66.134 10.348 67.437 11.285 67.437 13.538 Z M 49.535 6.3 C 47.57 6.3 46.307 7.217 45.606 7.856 L 45.345 6.619 L 40.935 6.619 L 40.935 29.867 L 45.947 28.81 L 45.967 23.168 C 46.688 23.686 47.751 24.424 49.515 24.424 C 53.103 24.424 56.371 21.553 56.371 15.232 C 56.351 9.45 53.043 6.3 49.535 6.3 M 48.332 20.037 C 47.149 20.037 46.448 19.619 45.967 19.1 L 45.947 11.703 C 46.468 11.125 47.189 10.727 48.332 10.727 C 50.156 10.727 51.419 12.76 51.419 15.372 C 51.419 18.044 50.176 20.037 48.332 20.037 M 34.039 5.124 L 39.071 4.047 L 39.071 0 L 34.039 1.057 Z M 34.039 6.639 L 39.071 6.639 L 39.071 24.085 L 34.039 24.085 Z M 28.647 8.115 L 28.326 6.639 L 23.996 6.639 L 23.996 24.085 L 29.007 24.085 L 29.007 12.262 C 30.19 10.727 32.195 11.006 32.816 11.225 L 32.816 6.639 C 32.175 6.4 29.829 5.961 28.647 8.115 M 18.623 2.313 L 13.732 3.349 L 13.712 19.32 C 13.712 22.271 15.937 24.444 18.904 24.444 C 20.548 24.444 21.75 24.145 22.412 23.786 L 22.412 19.738 C 21.771 19.998 18.603 20.915 18.603 17.964 L 18.603 10.886 L 22.412 10.886 L 22.412 6.639 L 18.603 6.639 Z M 5.072 11.703 C 5.072 10.926 5.713 10.627 6.776 10.627 C 8.299 10.627 10.224 11.085 11.747 11.903 L 11.747 7.217 C 10.083 6.559 8.44 6.3 6.776 6.3 C 2.706 6.3 0 8.414 0 11.943 C 0 17.445 7.618 16.568 7.618 18.941 C 7.618 19.858 6.816 20.157 5.693 20.157 C 4.029 20.157 1.904 19.479 0.22 18.562 L 0.22 23.307 C 2.085 24.105 3.969 24.444 5.693 24.444 C 9.863 24.444 12.73 22.39 12.73 18.821 C 12.71 12.88 5.072 13.936 5.072 11.703\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:12103868559,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l91eo9\",layoutDependency:layoutDependency,layoutId:\"KCFz7Hy8v\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nkykfd\",\"data-framer-name\":\"Recharge-payments-logo-vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"OqEYXnSLS\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 112 26\"><path d=\"M 0.814 5.801 L 6.23 5.801 C 6.483 5.801 6.661 5.952 6.585 6.229 L 6.281 7.965 C 7.344 6.43 8.888 5.499 10.482 5.499 C 11.267 5.499 12.102 5.801 12.558 6.229 C 12.811 6.48 12.811 6.631 12.634 6.883 L 11.065 9.097 C 10.862 9.374 10.736 9.349 10.406 9.198 C 10.103 9.072 9.698 8.946 9.293 8.946 C 7.42 8.946 5.825 10.179 5.091 13.903 L 4.003 19.515 C 3.927 19.892 3.649 19.968 3.497 19.968 L 0.637 19.968 C 0.409 19.968 0.207 19.766 0.283 19.515 L 2.409 8.72 L 0.612 6.204 C 0.46 6.002 0.561 5.801 0.814 5.801 Z M 11.166 12.771 C 11.9 8.393 15.139 5.499 19.341 5.499 C 23.618 5.499 25.643 8.896 25.036 12.57 C 24.884 13.526 24.555 14.281 23.77 14.281 L 14.659 14.281 C 14.734 16.344 16.177 17.326 18.101 17.326 C 19.366 17.326 20.556 16.847 21.442 16.269 C 21.669 16.093 21.923 16.017 22.074 16.269 L 23.112 17.879 C 23.289 18.131 23.188 18.307 22.935 18.533 C 21.593 19.766 19.392 20.32 17.392 20.32 C 12.912 20.32 10.482 17.024 11.166 12.771 Z M 21.771 11.815 C 21.897 9.601 20.379 8.67 18.936 8.67 C 17.012 8.67 15.544 9.953 14.962 11.815 Z M 38.652 19.615 L 41.917 3.058 L 40.323 0.944 C 40.247 0.794 40.348 0.617 40.551 0.617 L 45.562 0.617 C 45.84 0.617 45.992 0.794 45.916 1.045 L 44.448 8.342 C 45.562 6.656 47.258 5.524 49.232 5.524 C 52.396 5.524 54.193 8.217 53.509 11.513 L 51.889 19.54 C 51.839 19.842 51.586 19.993 51.383 19.993 L 48.422 19.993 C 48.144 19.993 47.992 19.817 48.042 19.54 L 49.51 12.293 C 49.89 10.33 49.358 9.122 48.169 9.122 C 45.916 9.122 44.145 11.639 43.385 15.187 L 42.424 19.641 C 42.398 19.817 42.246 19.968 42.044 19.968 L 38.931 19.968 C 38.754 19.943 38.627 19.792 38.652 19.615 Z M 54.522 12.922 C 55.256 8.242 58.571 5.474 62.444 5.474 C 64.494 5.474 66.088 6.405 66.721 7.94 L 67.05 6.229 C 67.101 5.927 67.329 5.776 67.582 5.776 L 70.315 5.776 C 70.619 5.776 70.745 5.977 70.669 6.229 L 68.063 19.515 C 68.012 19.766 67.835 19.943 67.531 19.943 L 64.772 19.943 C 64.519 19.943 64.393 19.792 64.443 19.515 L 64.696 18.131 C 63.405 19.59 61.811 20.32 60.065 20.32 C 56.091 20.345 53.864 17.074 54.522 12.922 Z M 61.178 16.948 C 63.456 16.948 65.152 15.036 65.481 12.821 C 65.81 10.582 64.595 8.896 62.494 8.896 C 60.242 8.896 58.622 10.708 58.242 12.847 C 57.888 15.011 58.976 16.948 61.178 16.948 Z M 69.834 19.49 L 72.492 6.153 C 72.542 5.927 72.669 5.801 72.821 5.801 L 75.807 5.801 C 76.06 5.801 76.238 5.952 76.162 6.229 L 75.858 7.965 C 76.921 6.43 78.465 5.499 80.034 5.499 C 80.819 5.499 81.679 5.801 82.11 6.229 C 82.363 6.48 82.363 6.631 82.185 6.883 L 80.616 9.097 C 80.414 9.374 80.262 9.349 79.958 9.198 C 79.654 9.072 79.25 8.946 78.819 8.946 C 76.946 8.946 75.352 10.179 74.643 13.903 L 73.555 19.515 C 73.479 19.892 73.175 19.968 73.049 19.968 L 70.189 19.968 C 69.986 19.943 69.784 19.741 69.834 19.49 Z M 79.654 23.994 C 79.477 23.868 79.477 23.641 79.604 23.44 L 80.92 21.377 C 81.072 21.15 81.274 21.1 81.451 21.226 C 82.742 22.031 84.008 22.534 85.552 22.534 C 88.26 22.534 90.512 21.452 91.297 17.829 C 89.804 19.213 88.437 19.892 86.336 19.892 C 82.261 19.892 80.135 16.495 80.793 12.67 C 81.553 8.368 84.792 5.449 88.867 5.449 C 91.12 5.449 92.664 6.707 93.145 7.738 L 93.474 6.204 C 93.524 5.902 93.727 5.751 93.955 5.751 L 96.713 5.751 C 96.992 5.751 97.144 5.927 97.093 6.204 L 94.79 17.904 C 93.777 22.987 90.234 25.655 85.425 25.655 C 83.4 25.68 81.122 25.176 79.654 23.994 Z M 87.425 16.646 C 89.703 16.646 91.398 14.834 91.727 12.67 C 92.056 10.506 90.867 8.896 88.741 8.896 C 86.488 8.896 84.868 10.657 84.489 12.696 C 84.134 14.784 85.223 16.646 87.425 16.646 Z M 97.194 12.771 C 97.928 8.393 101.168 5.499 105.369 5.499 C 109.647 5.499 111.672 8.896 111.039 12.57 C 110.912 13.526 110.558 14.281 109.773 14.281 L 100.662 14.281 C 100.738 16.344 102.18 17.326 104.104 17.326 C 105.369 17.326 106.559 16.847 107.445 16.269 C 107.673 16.093 107.926 16.017 108.078 16.269 L 109.115 17.879 C 109.292 18.131 109.191 18.307 108.938 18.533 C 107.597 19.766 105.395 20.32 103.395 20.32 C 98.941 20.32 96.511 17.024 97.194 12.771 Z M 107.799 11.815 C 107.926 9.601 106.407 8.67 104.964 8.67 C 103.041 8.67 101.573 9.953 100.991 11.815 Z M 32.35 20.345 C 34.248 20.345 36.096 19.817 37.792 18.231 C 38.045 18.005 38.07 17.703 37.893 17.527 L 36.349 15.816 C 36.197 15.64 35.97 15.64 35.792 15.791 C 35.134 16.269 34.097 16.822 32.856 16.822 C 30.629 16.822 29.389 15.086 29.667 12.922 C 29.946 10.758 31.667 9.022 33.843 9.022 C 35.033 9.022 35.792 9.45 36.628 10.28 C 36.855 10.506 36.982 10.506 37.235 10.305 L 39.235 8.594 C 39.437 8.418 39.488 8.242 39.336 8.015 C 38.121 6.304 36.248 5.499 34.173 5.499 C 29.971 5.499 26.58 8.594 26.023 12.721 C 25.415 17.175 28.402 20.345 32.35 20.345 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:11383803459,withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JqKQL.framer-1w2kzx8, .framer-JqKQL .framer-1w2kzx8 { display: block; }\",\".framer-JqKQL.framer-1d7pj01 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 479px; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 536px; will-change: var(--framer-will-change-override, transform); }\",\".framer-JqKQL .framer-oan549 { align-content: flex-end; align-items: flex-end; 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-JqKQL .framer-9ca6e1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-JqKQL .framer-noadsj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-JqKQL .framer-a7a51h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JqKQL .framer-evb7og { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-JqKQL .framer-1vjjjqz { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; z-index: 3; }\",\".framer-JqKQL .framer-11x90a7 { --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JqKQL .framer-1d9vud9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 41px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-JqKQL .framer-fwdc0w-container, .framer-JqKQL .framer-1t8h6or-container { flex: none; height: 90px; position: relative; width: 100%; }\",\".framer-JqKQL .framer-11iunio, .framer-JqKQL .framer-165mtsp, .framer-JqKQL .framer-ti4kqh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 38px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JqKQL .framer-v26qlm { flex: none; height: 29px; position: relative; width: 136px; }\",\".framer-JqKQL .framer-1yjcn30 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 58px; word-break: break-word; word-wrap: break-word; }\",\".framer-JqKQL .framer-wzdti2 { aspect-ratio: 4.67741935483871 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 128px; }\",\".framer-JqKQL .framer-1ri84v1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JqKQL .framer-fj42gh { flex: none; height: 28px; position: relative; width: 202px; }\",\".framer-JqKQL .framer-466ccr, .framer-JqKQL .framer-l91eo9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 56px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JqKQL .framer-1whcqjk { flex: none; height: 30px; position: relative; width: 73px; }\",\".framer-JqKQL .framer-1nkykfd { flex: none; height: 26px; position: relative; width: 112px; }\",'.framer-JqKQL[data-border=\"true\"]::after, .framer-JqKQL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 479\n * @framerIntrinsicWidth 536\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerHed7AfQPm=withCSS(Component,css,\"framer-JqKQL\");export default FramerHed7AfQPm;FramerHed7AfQPm.displayName=\"Sub Management\";FramerHed7AfQPm.defaultProps={height:479,width:536};addFonts(FramerHed7AfQPm,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHed7AfQPm\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"536\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"479\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hed7AfQPm.map","// Generated by Framer (df7882f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/bSG2fUXcc43766cbIglD/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-20tfo\";const variantClassNames={RTWKDxM6E:\"framer-v-120tp9r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"RTWKDxM6E\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-120tp9r\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RTWKDxM6E\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.06)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(95px)\",backgroundColor:\"rgba(255, 255, 255, 0.02)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(95px)\",...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vys7jx\",layoutDependency:layoutDependency,layoutId:\"AIV8NpS_K\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jp5fup\",layoutDependency:layoutDependency,layoutId:\"KEnUJOLD3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tiilx7\",layoutDependency:layoutDependency,layoutId:\"ck8v1FOKG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-oe5jw9\",layoutDependency:layoutDependency,layoutId:\"k56VVxKlN\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-icrmu\",\"data-framer-name\":\"Magnetic Card\",fill:\"black\",intrinsicHeight:144,intrinsicWidth:144,layoutDependency:layoutDependency,layoutId:\"YZvOknluT\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"144\" height=\"144\" viewBox=\"0 0 108 108\"><path style=\"fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:#8aafff;stroke-opacity:1;stroke-miterlimit:10\" d=\"M19.25 5H4.75A1.75 1.75 0 0 0 3 6.75v10.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 17.25V6.75A1.75 1.75 0 0 0 19.25 5Zm0 0\" transform=\"scale(4.5)\"/><path style=\"stroke:none;fill-rule:nonzero;fill:#8aafff;fill-opacity:1\" d=\"M13.5 36h81v13.5h-81Zm0 0\"/><path style=\"fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:#8aafff;stroke-opacity:1;stroke-miterlimit:10\" d=\"M7 14h3\" transform=\"scale(4.5)\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(137, 151, 179))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(138, 175, 255) 0%, rgb(187, 200, 225) 100%)\"},children:\"Payment Processing\"})})}),className:\"framer-18i0y9g\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"iLdLNOnMm\",style:{\"--extracted-1of0zx5\":\"rgb(137, 151, 179)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255)))\"},children:[\"Connect Your \",/*#__PURE__*/_jsx(motion.br,{}),\"Payment Stack\"]})}),className:\"framer-1f51m3k\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"e3G87ugTb\",style:{\"--extracted-r6o4lv\":\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pawftk\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"DLgMeG5kP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.06)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(95px)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(95px)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zyf727-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"l5Ez_MZdp-container\",nodeId:\"l5Ez_MZdp\",rendersWithMotion:true,scopeId:\"hHbSG7xIF\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:.5,id:\"l5Ez_MZdp\",layoutId:\"l5Ez_MZdp\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zgwec\",layoutDependency:layoutDependency,layoutId:\"mkvfGWBBR\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b3bl2i\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"w7YL3s8bo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 81 33\"><path d=\"M 80.629 16.975 C 80.629 11.36 77.851 6.93 72.543 6.93 C 67.213 6.93 63.988 11.361 63.988 16.931 C 63.988 23.532 67.795 26.866 73.26 26.866 C 75.925 26.866 77.941 26.274 79.464 25.441 L 79.464 21.054 C 77.941 21.8 76.194 22.261 73.977 22.261 C 71.804 22.261 69.878 21.515 69.632 18.927 L 80.584 18.927 C 80.584 18.642 80.629 17.501 80.629 16.975 M 69.565 14.891 C 69.565 12.413 71.11 11.382 72.521 11.382 C 73.887 11.382 75.343 12.413 75.343 14.891 Z M 55.343 6.93 C 53.148 6.93 51.737 7.939 50.953 8.641 L 50.662 7.281 L 45.734 7.281 L 45.734 32.853 L 51.333 31.691 L 51.356 25.484 C 52.162 26.055 53.349 26.866 55.32 26.866 C 59.329 26.866 62.98 23.708 62.98 16.756 C 62.958 10.395 59.262 6.93 55.343 6.93 M 53.999 22.041 C 52.677 22.041 51.893 21.581 51.356 21.01 L 51.333 12.874 C 51.916 12.238 52.722 11.799 53.999 11.799 C 56.037 11.799 57.448 14.036 57.448 16.909 C 57.448 19.848 56.059 22.041 53.999 22.041 M 38.03 5.636 L 43.651 4.452 L 43.651 0 L 38.03 1.162 Z M 38.03 7.303 L 43.651 7.303 L 43.651 26.493 L 38.03 26.493 Z M 32.005 8.926 L 31.647 7.303 L 26.809 7.303 L 26.809 26.493 L 32.408 26.493 L 32.408 13.488 C 33.73 11.799 35.969 12.106 36.664 12.347 L 36.664 7.303 C 35.947 7.04 33.327 6.557 32.005 8.926 M 20.807 2.544 L 15.342 3.684 L 15.319 21.252 C 15.319 24.498 17.806 26.888 21.12 26.888 C 22.957 26.888 24.301 26.559 25.04 26.164 L 25.04 21.712 C 24.323 21.997 20.784 23.006 20.784 19.76 L 20.784 11.975 L 25.04 11.975 L 25.04 7.303 L 20.784 7.303 Z M 5.666 12.874 C 5.666 12.018 6.383 11.689 7.57 11.689 C 9.272 11.689 11.422 12.194 13.125 13.093 L 13.125 7.939 C 11.266 7.215 9.429 6.93 7.57 6.93 C 3.024 6.93 0 9.255 0 13.137 C 0 19.19 8.511 18.225 8.511 20.835 C 8.511 21.844 7.615 22.173 6.361 22.173 C 4.502 22.173 2.128 21.427 0.246 20.418 L 0.246 25.638 C 2.329 26.515 4.435 26.888 6.361 26.888 C 11.019 26.888 14.222 24.629 14.222 20.703 C 14.2 14.168 5.666 15.33 5.666 12.874\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:10643457239,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qecnaw\",layoutDependency:layoutDependency,layoutId:\"jFszk7Mqj\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fmufly\",\"data-framer-name\":\"Shopify logo_2018\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"lxUbOmE4O\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 106 34\"><path d=\"M 22.799 6.997 C 22.782 6.839 22.643 6.769 22.539 6.769 C 22.435 6.769 20.164 6.593 20.164 6.593 C 20.164 6.593 18.586 4.993 18.395 4.835 C 18.222 4.659 17.892 4.712 17.754 4.747 C 17.736 4.747 17.407 4.852 16.87 5.028 C 16.332 3.463 15.413 2.039 13.766 2.039 L 13.61 2.039 C 13.159 1.442 12.57 1.16 12.084 1.16 C 8.27 1.16 6.432 5.995 5.86 8.456 C 4.369 8.931 3.311 9.248 3.19 9.3 C 2.358 9.564 2.341 9.582 2.237 10.373 C 2.15 10.97 -0.017 27.971 -0.017 27.971 L 16.852 31.171 L 26.007 29.167 C 26.024 29.132 22.816 7.155 22.799 6.997 Z M 15.933 5.274 C 15.517 5.397 15.014 5.556 14.512 5.731 L 14.512 5.415 C 14.512 4.466 14.39 3.692 14.165 3.077 C 15.032 3.182 15.569 4.149 15.933 5.274 Z M 13.107 3.27 C 13.333 3.868 13.489 4.712 13.489 5.872 L 13.489 6.048 C 12.552 6.347 11.564 6.646 10.541 6.98 C 11.113 4.764 12.206 3.674 13.107 3.27 Z M 11.998 2.18 C 12.171 2.18 12.344 2.25 12.483 2.356 C 11.252 2.936 9.952 4.395 9.414 7.349 C 8.599 7.613 7.819 7.841 7.074 8.087 C 7.698 5.837 9.258 2.18 11.998 2.18 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 22.539 6.733 C 22.435 6.733 20.164 6.558 20.164 6.558 C 20.164 6.558 18.586 4.958 18.395 4.8 C 18.326 4.729 18.239 4.694 18.17 4.694 L 16.904 31.171 L 26.059 29.167 C 26.059 29.167 22.851 7.155 22.834 6.997 C 22.764 6.839 22.643 6.769 22.539 6.733 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 13.766 11.867 L 12.656 15.26 C 12.656 15.26 11.651 14.715 10.455 14.715 C 8.669 14.715 8.582 15.858 8.582 16.139 C 8.582 17.686 12.57 18.284 12.57 21.923 C 12.57 24.789 10.784 26.635 8.374 26.635 C 5.461 26.635 4.005 24.807 4.005 24.807 L 4.785 22.205 C 4.785 22.205 6.311 23.541 7.594 23.541 C 8.443 23.541 8.79 22.873 8.79 22.38 C 8.79 20.359 5.531 20.271 5.531 16.93 C 5.531 14.135 7.507 11.428 11.512 11.428 C 13.003 11.41 13.766 11.867 13.766 11.867 Z\" fill=\"var(--token-1de4a4f5-0f25-4835-8ade-a17375ccf7af, rgb(23, 23, 23))\"></path><path d=\"M 36.687 18.249 C 35.768 17.757 35.299 17.317 35.299 16.737 C 35.299 15.999 35.958 15.524 36.981 15.524 C 38.178 15.524 39.235 16.016 39.235 16.016 L 40.067 13.432 C 40.067 13.432 39.304 12.834 37.051 12.834 C 33.912 12.834 31.728 14.662 31.728 17.229 C 31.728 18.688 32.751 19.796 34.103 20.587 C 35.213 21.203 35.594 21.66 35.594 22.328 C 35.594 23.013 35.039 23.576 34.017 23.576 C 32.508 23.576 31.069 22.785 31.069 22.785 L 30.185 25.369 C 30.185 25.369 31.503 26.266 33.722 26.266 C 36.947 26.266 39.287 24.648 39.287 21.748 C 39.252 20.165 38.091 19.075 36.687 18.249 Z M 49.551 12.799 C 47.956 12.799 46.708 13.572 45.754 14.733 L 45.719 14.715 L 47.106 7.402 L 43.518 7.402 L 40.015 26.037 L 43.604 26.037 L 44.801 19.673 C 45.269 17.264 46.5 15.77 47.644 15.77 C 48.459 15.77 48.771 16.333 48.771 17.124 C 48.771 17.616 48.736 18.249 48.615 18.741 L 47.262 26.037 L 50.851 26.037 L 52.256 18.513 C 52.412 17.722 52.516 16.772 52.516 16.122 C 52.498 14.03 51.441 12.799 49.551 12.799 Z M 60.63 12.799 C 56.295 12.799 53.435 16.755 53.435 21.167 C 53.435 23.98 55.151 26.266 58.376 26.266 C 62.624 26.266 65.484 22.416 65.484 17.897 C 65.502 15.278 64.011 12.799 60.63 12.799 Z M 58.861 23.488 C 57.63 23.488 57.128 22.433 57.128 21.097 C 57.128 19.005 58.185 15.612 60.144 15.612 C 61.41 15.612 61.843 16.737 61.843 17.809 C 61.843 20.042 60.751 23.488 58.861 23.488 Z M 74.691 12.799 C 72.263 12.799 70.894 14.979 70.894 14.979 L 70.859 14.979 L 71.067 13.027 L 67.877 13.027 C 67.721 14.346 67.426 16.368 67.149 17.862 L 64.67 31.206 L 68.258 31.206 L 69.264 25.809 L 69.351 25.809 C 69.351 25.809 70.096 26.283 71.449 26.283 C 75.679 26.283 78.436 21.888 78.436 17.458 C 78.418 14.996 77.326 12.799 74.691 12.799 Z M 71.258 23.523 C 70.322 23.523 69.767 22.978 69.767 22.978 L 70.356 19.585 C 70.772 17.3 71.951 15.805 73.2 15.805 C 74.309 15.805 74.639 16.842 74.639 17.809 C 74.656 20.165 73.269 23.523 71.258 23.523 Z M 83.55 7.577 C 82.406 7.577 81.487 8.509 81.487 9.687 C 81.487 10.759 82.163 11.515 83.186 11.515 L 83.221 11.515 C 84.348 11.515 85.301 10.742 85.319 9.406 C 85.336 8.333 84.625 7.577 83.55 7.577 Z M 78.522 26.02 L 82.111 26.02 L 84.538 13.08 L 80.932 13.08 M 93.693 13.063 L 91.196 13.063 L 91.318 12.465 C 91.526 11.217 92.254 10.127 93.467 10.127 C 94.109 10.127 94.612 10.32 94.612 10.32 L 95.305 7.454 C 95.305 7.454 94.698 7.138 93.346 7.138 C 92.08 7.138 90.797 7.507 89.826 8.351 C 88.595 9.406 88.023 10.935 87.746 12.482 L 87.642 13.08 L 85.96 13.08 L 85.423 15.84 L 87.104 15.84 L 85.197 26.037 L 88.786 26.037 L 90.693 15.84 L 93.173 15.84 Z M 102.344 13.08 C 102.344 13.08 100.09 18.829 99.102 21.976 L 99.067 21.976 C 98.998 20.956 98.183 13.08 98.183 13.08 L 94.404 13.08 L 96.571 24.93 C 96.605 25.193 96.588 25.352 96.484 25.527 C 96.068 26.354 95.357 27.145 94.525 27.725 C 93.849 28.217 93.086 28.551 92.479 28.762 L 93.485 31.857 C 94.213 31.698 95.739 31.083 97.004 29.87 C 98.634 28.323 100.16 25.914 101.72 22.644 L 106.107 13.063 L 102.344 13.063 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:9704739960,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s28ves\",layoutDependency:layoutDependency,layoutId:\"R28ThUoB7\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1df7kae\",\"data-framer-name\":\"Checkout.com\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Bb2WdCA5q\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 187 26\"><path d=\"M 138.094 20.082 C 139.145 20.108 139.996 19.252 140.021 18.164 C 140.046 17.075 139.22 16.193 138.169 16.167 C 137.118 16.142 136.267 16.997 136.242 18.086 L 136.242 18.112 C 136.242 19.201 137.068 20.056 138.094 20.082 Z M 31.825 19.563 C 31.024 19.226 30.298 18.708 29.723 18.034 C 28.496 16.608 27.845 14.768 27.87 12.849 C 27.87 11.864 28.021 10.905 28.296 9.972 C 28.571 9.116 29.022 8.313 29.597 7.665 C 30.173 7.017 30.874 6.498 31.65 6.135 C 32.501 5.746 33.427 5.565 34.378 5.565 C 35.154 5.539 35.929 5.668 36.655 5.928 C 37.306 6.187 37.907 6.524 38.457 6.965 C 38.983 7.379 39.408 7.924 39.684 8.546 C 40.009 9.194 40.234 9.868 40.309 10.594 L 36.906 10.594 C 36.805 9.998 36.505 9.453 36.08 9.064 C 35.629 8.65 35.079 8.442 34.478 8.442 C 33.402 8.442 32.626 8.857 32.1 9.609 C 31.575 10.361 31.324 11.449 31.324 12.797 C 31.324 14.145 31.575 15.156 32.1 15.986 C 32.576 16.816 33.402 17.153 34.478 17.153 C 35.104 17.179 35.729 16.971 36.23 16.582 C 36.705 16.116 37.031 15.468 37.106 14.794 L 40.51 14.794 C 40.46 15.493 40.284 16.193 39.984 16.842 C 39.383 18.138 38.307 19.175 36.981 19.667 C 36.205 19.952 35.404 20.082 34.603 20.082 C 33.652 20.108 32.701 19.952 31.825 19.563 Z M 45.966 7.665 C 46.391 7.017 46.942 6.446 47.567 6.031 C 48.243 5.643 49.019 5.435 49.795 5.461 C 50.421 5.461 51.071 5.591 51.647 5.876 C 52.173 6.135 52.673 6.498 53.049 6.939 C 53.449 7.431 53.749 7.976 53.975 8.572 C 54.225 9.246 54.325 9.946 54.325 10.672 L 54.325 19.693 L 50.821 19.693 L 50.821 11.19 C 50.846 10.516 50.646 9.868 50.245 9.35 C 49.82 8.857 49.194 8.598 48.544 8.624 C 47.818 8.598 47.117 8.935 46.641 9.505 C 46.116 10.153 45.841 10.957 45.866 11.812 L 45.866 19.719 L 42.362 19.719 L 42.362 0.406 L 45.866 0.406 L 45.866 7.691 L 45.966 7.691 Z M 60.082 19.563 C 59.256 19.226 58.53 18.708 57.954 18.034 C 57.353 17.36 56.903 16.556 56.653 15.675 C 56.352 14.742 56.202 13.783 56.202 12.797 C 56.177 11.812 56.352 10.853 56.678 9.92 C 57.003 9.09 57.429 8.313 57.979 7.613 C 58.555 6.965 59.256 6.446 60.031 6.083 C 60.857 5.694 61.758 5.513 62.659 5.513 C 64.537 5.461 66.314 6.317 67.465 7.82 C 68.04 8.598 68.466 9.505 68.716 10.438 C 69.017 11.527 69.167 12.668 69.167 13.808 L 59.631 13.808 C 59.781 14.871 60.107 15.753 60.657 16.375 C 61.208 16.997 61.959 17.308 62.985 17.308 C 63.56 17.334 64.136 17.179 64.637 16.842 C 65.037 16.53 65.362 16.116 65.513 15.623 L 68.966 15.623 C 68.841 16.245 68.641 16.816 68.341 17.36 C 68.015 17.904 67.615 18.397 67.114 18.786 C 66.589 19.226 65.963 19.563 65.312 19.771 C 64.587 20.03 63.811 20.16 63.035 20.134 C 62.034 20.134 61.008 19.926 60.082 19.563 Z M 60.607 9.09 C 60.132 9.609 59.831 10.361 59.631 11.242 L 65.463 11.242 C 65.438 10.438 65.137 9.687 64.637 9.09 C 64.136 8.546 63.435 8.235 62.684 8.261 C 61.783 8.339 61.083 8.598 60.607 9.09 Z M 74.373 19.563 C 73.572 19.226 72.846 18.708 72.27 18.034 C 71.044 16.608 70.393 14.768 70.418 12.849 C 70.418 11.864 70.568 10.905 70.869 9.972 C 71.144 9.116 71.594 8.313 72.17 7.665 C 72.746 7.017 73.447 6.498 74.222 6.135 C 75.073 5.746 75.999 5.565 76.95 5.565 C 77.726 5.539 78.502 5.668 79.228 5.928 C 79.879 6.187 80.479 6.524 81.03 6.965 C 81.556 7.379 81.981 7.924 82.256 8.546 C 82.582 9.194 82.807 9.868 82.882 10.594 L 79.478 10.594 C 79.378 9.998 79.103 9.453 78.652 9.064 C 78.202 8.65 77.651 8.442 77.051 8.442 C 75.974 8.442 75.198 8.857 74.673 9.609 C 74.147 10.361 73.897 11.449 73.897 12.797 C 73.897 14.145 74.147 15.156 74.673 15.986 C 75.148 16.816 75.974 17.153 77.051 17.153 C 77.676 17.179 78.302 16.971 78.803 16.582 C 79.278 16.116 79.603 15.468 79.679 14.794 L 83.007 14.794 C 82.957 15.493 82.782 16.193 82.482 16.842 C 81.881 18.138 80.805 19.175 79.478 19.667 C 78.702 19.952 77.902 20.082 77.101 20.082 C 76.15 20.108 75.224 19.926 74.373 19.563 Z M 88.413 15.053 L 88.413 19.719 L 84.959 19.719 L 84.959 0.406 L 88.413 0.406 L 88.413 11.112 L 93.068 5.876 L 97.273 5.876 L 92.418 11.164 L 97.874 19.719 L 93.644 19.719 L 89.94 13.42 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 101.678 19.563 C 100.852 19.201 100.101 18.682 99.501 18.034 C 98.9 17.36 98.425 16.582 98.099 15.727 C 97.448 13.86 97.448 11.838 98.099 9.998 C 98.425 9.142 98.9 8.365 99.501 7.691 C 100.101 7.017 100.852 6.472 101.678 6.161 C 103.455 5.409 105.432 5.409 107.209 6.161 C 108.035 6.524 108.786 7.042 109.387 7.691 C 109.987 8.365 110.463 9.142 110.788 9.998 C 111.439 11.864 111.439 13.886 110.788 15.727 C 110.463 16.582 109.987 17.36 109.387 18.034 C 108.786 18.708 108.035 19.252 107.209 19.563 C 105.457 20.315 103.455 20.315 101.678 19.563 Z M 106.934 16.064 C 107.51 15.234 107.81 14.171 107.81 12.797 C 107.81 11.424 107.51 10.335 106.934 9.531 C 106.358 8.702 105.432 8.209 104.456 8.261 C 103.48 8.209 102.529 8.702 101.978 9.531 C 101.403 10.361 101.103 11.475 101.103 12.797 C 101.103 14.12 101.403 15.26 101.978 16.064 C 103.08 17.49 105.082 17.697 106.459 16.582 C 106.634 16.427 106.809 16.245 106.934 16.064 Z M 121.525 18.06 L 121.425 18.06 C 121.025 18.656 120.499 19.149 119.924 19.538 C 119.348 19.9 118.622 20.056 117.696 20.056 C 116.244 20.056 115.118 19.589 114.292 18.734 C 113.516 17.801 113.116 16.634 113.116 15.105 L 113.116 5.876 L 116.57 5.876 L 116.57 14.482 C 116.57 15.312 116.77 15.908 117.095 16.323 C 117.521 16.79 118.122 17.023 118.747 16.997 C 119.498 17.023 120.199 16.712 120.699 16.116 C 121.2 15.493 121.475 14.69 121.425 13.86 L 121.425 5.876 L 124.929 5.876 L 124.929 19.719 L 121.575 19.719 L 121.575 18.086 Z M 128.283 5.876 L 128.283 1.521 L 131.687 1.521 L 131.687 5.876 L 133.914 5.876 L 133.914 8.287 L 131.687 8.287 L 131.687 15.623 C 131.687 16.142 131.787 16.504 132.037 16.686 C 132.312 16.919 132.663 17.023 133.013 16.997 L 133.689 16.997 C 133.814 16.997 133.914 16.997 134.039 16.945 L 134.039 19.719 C 133.839 19.719 133.689 19.771 133.464 19.771 C 133.264 19.771 133.013 19.823 132.788 19.823 L 131.862 19.823 C 131.437 19.823 131.011 19.771 130.611 19.667 C 130.21 19.589 129.835 19.408 129.484 19.149 C 129.134 18.889 128.859 18.527 128.658 18.112 C 128.433 17.593 128.308 17.049 128.308 16.479 L 128.308 8.287 L 126.506 8.287 L 126.506 5.876 Z M 145.002 19.512 C 144.276 19.149 143.625 18.63 143.1 17.982 C 142.549 17.308 142.174 16.53 141.923 15.675 C 141.673 14.716 141.523 13.731 141.548 12.746 C 141.548 11.761 141.673 10.775 141.923 9.816 C 142.174 8.987 142.574 8.209 143.1 7.509 C 143.625 6.861 144.276 6.343 145.002 5.98 C 145.803 5.591 146.679 5.409 147.58 5.409 C 149.031 5.409 150.258 5.824 151.184 6.576 C 152.11 7.328 152.685 8.468 152.936 9.92 L 151.384 9.92 C 151.184 8.883 150.808 8.079 150.132 7.561 C 149.507 7.042 148.681 6.783 147.655 6.783 C 146.954 6.757 146.278 6.913 145.652 7.25 C 145.102 7.561 144.626 8.002 144.301 8.546 C 143.926 9.116 143.65 9.764 143.525 10.438 C 143.175 11.968 143.2 13.549 143.575 15.053 C 143.75 15.727 144.026 16.375 144.401 16.945 C 144.751 17.49 145.202 17.93 145.753 18.215 C 146.353 18.527 147.029 18.682 147.705 18.682 C 148.706 18.708 149.682 18.345 150.433 17.645 C 151.109 16.971 151.509 16.064 151.659 14.923 L 153.161 14.923 C 153.011 16.504 152.485 17.749 151.509 18.708 C 150.583 19.615 149.332 20.082 147.705 20.082 C 146.754 20.082 145.853 19.875 145.002 19.512 Z M 157.991 19.512 C 157.24 19.175 156.565 18.63 156.039 17.982 C 155.513 17.308 155.088 16.504 154.838 15.675 C 154.537 14.742 154.387 13.757 154.387 12.746 C 154.387 11.761 154.537 10.775 154.838 9.816 C 155.088 8.961 155.513 8.183 156.039 7.509 C 156.565 6.835 157.24 6.317 157.991 5.98 C 159.643 5.228 161.495 5.228 163.147 5.98 C 163.898 6.343 164.549 6.861 165.099 7.509 C 165.625 8.183 166.05 8.987 166.326 9.816 C 166.601 10.749 166.751 11.761 166.701 12.746 C 166.701 13.731 166.576 14.716 166.326 15.675 C 166.075 16.53 165.65 17.308 165.099 17.982 C 164.574 18.656 163.923 19.175 163.147 19.512 C 162.346 19.9 161.47 20.082 160.569 20.082 C 159.668 20.082 158.792 19.875 157.991 19.512 Z M 162.496 18.215 C 163.072 17.904 163.548 17.464 163.898 16.945 C 164.298 16.375 164.574 15.727 164.724 15.053 C 165.124 13.549 165.124 11.942 164.724 10.438 C 164.549 9.764 164.273 9.142 163.898 8.546 C 163.548 8.002 163.047 7.561 162.496 7.25 C 161.896 6.939 161.22 6.783 160.544 6.783 C 159.868 6.757 159.193 6.913 158.592 7.25 C 158.041 7.561 157.541 8.002 157.19 8.546 C 156.79 9.116 156.49 9.764 156.314 10.438 C 155.914 11.942 155.914 13.549 156.314 15.053 C 156.49 15.727 156.79 16.375 157.19 16.945 C 157.566 17.464 158.041 17.904 158.592 18.215 C 159.843 18.838 161.27 18.838 162.496 18.215 Z M 170.53 5.72 L 170.53 7.82 L 170.58 7.82 C 171.006 7.146 171.531 6.55 172.182 6.083 C 172.808 5.617 173.634 5.409 174.61 5.409 C 175.386 5.383 176.137 5.617 176.812 6.031 C 177.463 6.498 177.939 7.146 178.164 7.924 L 178.214 7.924 C 178.614 7.146 179.24 6.498 179.966 6.031 C 180.717 5.565 181.568 5.331 182.444 5.357 C 182.969 5.357 183.495 5.461 183.995 5.668 C 184.997 6.031 185.747 6.835 186.098 7.872 C 186.298 8.468 186.398 9.09 186.398 9.713 L 186.398 19.719 L 184.846 19.719 L 184.846 9.92 C 184.846 8.883 184.596 8.131 184.071 7.613 C 183.52 7.12 182.794 6.861 182.068 6.887 C 181.593 6.887 181.142 6.965 180.717 7.146 C 180.291 7.328 179.916 7.587 179.59 7.924 C 178.865 8.702 178.489 9.738 178.514 10.801 L 178.514 19.719 L 176.912 19.719 L 176.912 9.92 C 176.912 8.883 176.662 8.131 176.137 7.613 C 175.636 7.094 175.01 6.887 174.234 6.887 C 173.759 6.887 173.308 6.991 172.883 7.198 C 172.432 7.405 172.032 7.691 171.682 8.028 C 171.331 8.39 171.031 8.831 170.856 9.298 C 170.655 9.79 170.555 10.335 170.555 10.879 L 170.555 19.693 L 168.954 19.693 L 168.954 5.694 Z M 14.756 12.849 L 20.988 1.365 C 21.138 1.132 21.138 0.821 20.988 0.587 C 20.838 0.38 20.612 0.25 20.362 0.225 L 7.523 0.225 C 7.272 0.25 7.047 0.38 6.897 0.587 L 0.264 12.435 C 0.114 12.668 0.114 12.979 0.264 13.212 L 6.872 25.059 C 6.997 25.293 7.247 25.422 7.498 25.422 L 20.337 25.422 C 20.587 25.422 20.813 25.267 20.963 25.059 C 21.113 24.826 21.113 24.515 20.963 24.282 Z M 13.93 11.294 L 8.774 1.754 L 19.136 1.754 Z M 7.473 2.532 L 13.054 12.823 L 7.473 23.115 L 1.741 12.823 Z M 8.774 23.867 L 13.93 14.327 L 19.086 23.867 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:12775671073,withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gpxilo-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OgbYi7Any-container\",nodeId:\"OgbYi7Any\",rendersWithMotion:true,scopeId:\"hHbSG7xIF\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:.5,id:\"OgbYi7Any\",layoutId:\"OgbYi7Any\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bcgy0z\",layoutDependency:layoutDependency,layoutId:\"wn1FPlpkx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-7gxbfy\",\"data-framer-name\":\"Braintree logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Atm8WpqAT\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 172 23\"><g transform=\"translate(0.271 0.269)\"><path d=\"M 5.616 19.597 L 9.643 19.597 C 12.752 19.597 14.306 18.574 14.306 16.601 C 14.306 14.662 12.646 13.605 9.396 13.605 L 5.616 13.605 Z M 5.616 5.146 L 5.616 10.715 L 9.149 10.715 C 11.798 10.715 13.176 9.728 13.176 7.93 C 13.176 6.097 11.763 5.146 9.114 5.146 Z M 0 22.593 L 0 19.597 L 2.367 19.597 L 2.367 5.146 L 0 5.146 L 0 2.15 L 9.467 2.15 C 13.812 2.15 16.461 4.159 16.461 7.648 C 16.461 9.939 15.119 11.349 13.423 12.019 C 15.86 12.689 17.591 14.416 17.591 16.777 C 17.591 20.513 14.695 22.593 9.961 22.593 L 0 22.593 M 34.76 11.948 C 34.406 10.75 33.523 10.045 32.358 10.045 C 29.638 10.045 27.059 12.054 27.059 15.72 L 27.059 19.597 L 32.287 19.597 L 32.287 22.593 L 20.63 22.593 L 20.63 19.597 L 23.95 19.597 L 23.95 10.574 L 21.337 10.574 L 21.337 7.578 L 27.024 7.578 L 27.024 10.115 C 27.978 8.353 29.92 7.084 32.499 7.084 C 35.396 7.084 37.197 8.741 37.727 11.102 L 34.76 11.948 M 50.656 16.53 C 49.667 16.178 48.183 15.896 46.806 15.896 C 44.828 15.896 42.92 16.53 42.92 18.328 C 42.92 19.667 44.121 20.302 45.781 20.302 C 48.078 20.302 50.656 19.068 50.656 16.953 Z M 50.656 13.852 L 50.656 13.006 C 50.656 10.891 48.96 10.01 47.124 10.01 C 45.393 10.01 43.909 10.715 42.708 11.807 L 40.659 9.587 C 42.073 8.283 44.086 7.084 47.124 7.084 C 50.903 7.084 53.835 9.093 53.835 12.9 L 53.835 19.597 L 56.025 19.597 L 56.025 22.593 L 50.656 22.593 L 50.656 21.007 C 49.844 22.311 47.654 23.086 45.499 23.086 C 42.39 23.086 39.706 21.5 39.706 18.363 C 39.706 14.662 43.344 13.253 46.664 13.253 C 48.29 13.253 49.632 13.57 50.656 13.852 M 69.096 4.582 L 65.599 4.582 L 65.599 0 L 69.096 0 Z M 74.889 19.597 L 74.889 22.593 L 59.7 22.593 L 59.7 19.597 L 65.988 19.597 L 65.988 10.574 L 61.184 10.574 L 61.184 7.578 L 69.096 7.578 L 69.096 19.597 L 74.889 19.597 M 78.635 19.597 L 80.931 19.597 L 80.931 10.574 L 78.776 10.574 L 78.776 7.578 L 84.004 7.578 L 84.004 9.516 C 84.922 8.036 86.83 7.084 89.161 7.084 C 92.517 7.084 94.919 9.199 94.919 12.618 L 94.919 19.597 L 97.215 19.597 L 97.215 22.593 L 89.408 22.593 L 89.408 19.597 L 91.81 19.597 L 91.81 13.464 C 91.81 10.856 90.221 10.115 88.773 10.115 C 86.406 10.115 84.039 11.878 84.039 14.592 L 84.039 19.597 L 86.441 19.597 L 86.441 22.593 L 78.635 22.593 L 78.635 19.597 M 101.49 10.574 L 97.569 10.574 L 97.569 7.578 L 101.49 7.578 L 101.49 2.15 L 104.598 2.15 L 104.598 7.578 L 111.91 7.578 L 111.91 10.574 L 104.598 10.574 L 104.598 16.883 C 104.598 19.209 106.223 20.161 108.095 20.161 C 109.862 20.161 111.345 19.174 112.44 18.081 L 114.524 20.231 C 113.147 21.712 111.027 23.086 108.095 23.086 C 104.316 23.086 101.49 21.007 101.49 16.989 L 101.49 10.574 M 131.481 11.948 C 131.127 10.75 130.244 10.045 129.078 10.045 C 126.359 10.045 123.78 12.054 123.78 15.72 L 123.78 19.597 L 129.008 19.597 L 129.008 22.593 L 117.351 22.593 L 117.351 19.597 L 120.671 19.597 L 120.671 10.574 L 118.058 10.574 L 118.058 7.578 L 123.745 7.578 L 123.745 10.115 C 124.698 8.353 126.641 7.084 129.22 7.084 C 132.117 7.084 133.918 8.741 134.448 11.102 L 131.481 11.948 M 139.853 13.535 L 149.108 13.535 C 148.649 11.384 146.741 9.939 144.622 9.939 C 142.22 9.939 140.383 11.42 139.853 13.535 Z M 152.393 20.302 C 150.839 21.923 148.084 23.086 145.01 23.086 C 139.959 23.086 136.427 19.702 136.427 15.085 C 136.427 10.468 139.853 7.084 144.622 7.084 C 149.355 7.084 152.676 10.715 152.676 15.649 L 152.676 16.178 L 139.712 16.178 C 140.242 18.68 142.326 20.196 145.046 20.196 C 147.307 20.196 149.249 19.28 150.309 18.117 L 152.393 20.302 M 159.176 13.535 L 168.431 13.535 C 167.972 11.384 166.064 9.939 163.945 9.939 C 161.543 9.939 159.706 11.42 159.176 13.535 Z M 171.716 20.302 C 170.162 21.923 167.407 23.086 164.334 23.086 C 159.282 23.086 155.75 19.702 155.75 15.085 C 155.75 10.468 159.176 7.084 163.945 7.084 C 168.679 7.084 171.999 10.715 171.999 15.649 L 171.999 16.178 L 159.035 16.178 C 159.565 18.68 161.649 20.196 164.369 20.196 C 166.63 20.196 168.572 19.28 169.632 18.117 L 171.716 20.302\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></g></svg>',svgContentId:12696993349,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eds2yq\",layoutDependency:layoutDependency,layoutId:\"HFFQoSMHo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6mjz1c\",\"data-framer-name\":\"Worldpay logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"mwUavqCS_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 125 30\"><path d=\"M 32.722 7.367 C 28.494 7.367 25.194 10.88 25.194 15.372 C 25.194 19.856 28.503 23.268 32.722 23.268 C 36.94 23.268 40.241 19.791 40.241 15.372 C 40.241 10.944 36.94 7.367 32.722 7.367 Z M 32.722 20.048 C 30.473 20.048 28.791 18.035 28.791 15.382 C 28.791 12.71 30.482 10.597 32.722 10.597 C 34.952 10.597 36.679 12.646 36.679 15.372 C 36.679 18.099 34.97 20.038 32.722 20.038 Z M 58.499 0.981 L 55.692 0.981 C 55.459 0.981 55.27 1.173 55.27 1.411 L 55.27 22.381 C 55.27 22.619 55.459 22.811 55.692 22.811 L 58.499 22.811 C 58.732 22.811 58.921 22.628 58.921 22.381 L 58.921 1.411 C 58.921 1.173 58.732 0.981 58.499 0.981 Z M 52.419 7.751 C 51.753 7.614 50.656 7.367 49.001 7.367 C 46.096 7.367 43.182 8.282 43.182 12.948 L 43.182 22.39 C 43.182 22.619 43.371 22.811 43.604 22.811 L 46.42 22.811 C 46.644 22.811 46.833 22.628 46.833 22.39 L 46.833 13.021 C 46.833 12.344 46.95 10.642 49.46 10.642 C 50.503 10.642 51.519 10.816 51.726 10.844 C 51.951 10.88 52.149 10.789 52.203 10.569 L 52.814 8.264 C 52.886 7.989 52.724 7.815 52.419 7.751 Z M 23.548 7.824 L 20.544 7.824 C 20.358 7.826 20.196 7.953 20.148 8.136 L 17.297 18.401 L 14.68 9.27 C 14.445 8.416 13.681 7.825 12.809 7.824 L 11.891 7.824 C 11.019 7.822 10.252 8.414 10.021 9.27 L 7.412 18.401 L 4.552 8.136 C 4.507 7.951 4.343 7.823 4.157 7.824 L 1.153 7.824 C 1.019 7.827 0.895 7.893 0.817 8.003 C 0.74 8.113 0.717 8.253 0.757 8.383 L 4.849 21.42 C 5.119 22.253 5.865 22.811 6.72 22.811 L 7.925 22.811 C 8.795 22.809 9.561 22.23 9.814 21.383 L 12.35 12.655 L 14.895 21.383 C 15.148 22.23 15.915 22.809 16.784 22.811 L 17.98 22.811 C 18.835 22.812 19.592 22.249 19.851 21.42 L 23.952 8.383 C 23.989 8.253 23.964 8.113 23.884 8.006 C 23.805 7.898 23.68 7.834 23.548 7.834 Z M 124.02 7.824 L 121.16 7.824 C 121.16 7.824 120.818 7.824 120.71 8.108 L 116.78 18.684 L 112.841 8.09 C 112.771 7.921 112.607 7.812 112.427 7.815 L 109.558 7.815 C 109.171 7.815 109.045 8.154 109.135 8.41 L 114.891 23.085 L 112.562 29.059 C 112.454 29.361 112.571 29.645 112.958 29.645 L 115.791 29.645 C 115.964 29.647 116.12 29.537 116.177 29.371 L 124.407 8.437 C 124.56 8.071 124.317 7.815 124.029 7.815 Z M 75.003 0.99 L 72.197 0.99 C 71.97 0.995 71.788 1.181 71.783 1.411 L 71.783 7.706 C 71.234 7.587 70.272 7.367 68.698 7.367 C 63.104 7.367 61.934 12.491 61.934 15.281 C 61.934 21.466 65.586 23.277 69.004 23.277 C 71.918 23.277 73.905 22.564 74.85 22.143 C 75.425 21.887 75.425 21.548 75.425 21.255 L 75.425 1.411 C 75.421 1.181 75.238 0.995 75.012 0.99 Z M 71.783 19.718 C 71.783 19.718 70.668 20.048 69.417 20.048 C 66.476 20.048 65.766 17.934 65.766 15.427 C 65.766 14.531 65.676 10.624 69.273 10.624 C 70.506 10.624 71.783 10.972 71.783 10.972 Z M 101.49 7.367 C 99.713 7.333 97.942 7.577 96.238 8.09 C 95.878 8.19 95.725 8.447 95.824 8.867 L 96.247 10.597 C 96.301 10.844 96.525 11.182 96.93 11.082 C 97.803 10.862 99.143 10.432 101.103 10.432 C 103.073 10.432 103.577 11.173 103.577 12.957 L 101.148 12.957 C 95.986 12.957 94.556 15.729 94.556 17.989 C 94.556 20.862 95.923 23.277 100.78 23.277 C 104.44 23.277 106.266 22.335 106.671 22.115 C 107.003 21.932 107.21 21.804 107.21 21.219 L 107.21 12.573 C 107.21 8.666 104.926 7.367 101.49 7.367 Z M 103.559 19.938 C 103.559 19.938 102.425 20.322 100.897 20.322 C 98.792 20.322 98.198 19.243 98.198 18.126 C 98.198 16.717 99.107 15.802 101.121 15.802 L 103.55 15.802 L 103.55 19.938 Z M 85.265 7.367 C 83.26 7.327 81.268 7.713 79.419 8.502 C 78.843 8.749 78.843 9.087 78.843 9.389 L 78.843 29.224 C 78.843 29.462 79.023 29.654 79.257 29.654 L 82.072 29.654 C 82.302 29.649 82.486 29.458 82.486 29.224 L 82.486 22.939 C 83.025 23.049 83.997 23.268 85.571 23.268 C 91.165 23.268 92.334 18.154 92.334 15.354 C 92.334 9.179 88.674 7.367 85.265 7.367 Z M 84.995 20.011 C 83.763 20.011 82.486 19.673 82.486 19.673 L 82.486 10.926 C 82.486 10.926 83.601 10.587 84.851 10.587 C 87.792 10.587 88.503 12.71 88.503 15.217 C 88.503 16.114 88.593 20.011 84.995 20.011 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:12417339123,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mwbn4k\",layoutDependency:layoutDependency,layoutId:\"Pw10ymALc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-25gm91\",\"data-framer-name\":\"PayPal\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"b3pIP4wYV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 98 27\"><path d=\"M 4.108 0.418 C 3.824 0.418 3.583 0.625 3.539 0.906 L 0.25 21.825 C 0.226 21.979 0.271 22.137 0.372 22.256 C 0.474 22.375 0.622 22.443 0.778 22.443 L 4.677 22.443 C 4.961 22.443 5.203 22.236 5.247 21.955 L 6.213 15.812 C 6.257 15.531 6.499 15.323 6.783 15.323 L 10.328 15.323 C 14.471 15.323 17.987 12.291 18.63 8.183 C 19.277 4.04 16.05 0.427 11.477 0.418 Z M 7.899 5.088 L 10.736 5.088 C 13.071 5.088 13.832 6.47 13.591 7.998 C 13.351 9.53 12.17 10.659 9.911 10.659 L 7.023 10.659 Z M 26.561 6.509 C 25.576 6.513 24.443 6.716 23.171 7.247 C 20.253 8.467 18.852 10.988 18.257 12.827 C 18.257 12.827 16.363 18.435 20.642 21.516 C 20.642 21.516 24.611 24.482 29.078 21.333 L 29.001 21.825 C 28.977 21.979 29.021 22.137 29.122 22.256 C 29.223 22.374 29.371 22.443 29.527 22.443 L 33.229 22.443 C 33.513 22.443 33.755 22.236 33.799 21.955 L 36.051 7.63 C 36.075 7.475 36.031 7.317 35.93 7.198 C 35.828 7.079 35.68 7.011 35.524 7.01 L 31.822 7.01 C 31.538 7.01 31.297 7.218 31.253 7.499 L 31.132 8.27 C 31.132 8.27 29.515 6.498 26.56 6.509 Z M 26.682 11.034 C 27.107 11.034 27.496 11.093 27.845 11.205 C 29.442 11.72 30.347 13.259 30.085 14.928 C 29.762 16.982 28.083 18.495 25.929 18.495 C 25.504 18.495 25.115 18.436 24.766 18.324 C 23.169 17.809 22.258 16.27 22.52 14.602 C 22.843 12.547 24.528 11.034 26.682 11.034 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 57.418 0.418 C 57.134 0.418 56.892 0.625 56.848 0.906 L 53.56 21.825 C 53.536 21.979 53.58 22.137 53.681 22.256 C 53.783 22.375 53.931 22.443 54.087 22.443 L 57.987 22.443 C 58.27 22.443 58.512 22.236 58.556 21.955 L 59.522 15.812 C 59.567 15.531 59.808 15.323 60.092 15.323 L 63.638 15.323 C 67.78 15.323 71.296 12.291 71.938 8.183 C 72.586 4.04 69.36 0.427 64.786 0.418 Z M 61.208 5.088 L 64.045 5.088 C 66.38 5.088 67.141 6.47 66.9 7.998 C 66.66 9.53 65.479 10.659 63.22 10.659 L 60.333 10.659 Z M 79.87 6.509 C 78.885 6.513 77.752 6.716 76.48 7.247 C 73.562 8.467 72.161 10.988 71.566 12.827 C 71.566 12.827 69.673 18.435 73.952 21.516 C 73.952 21.516 77.919 24.482 82.387 21.333 L 82.31 21.825 C 82.286 21.979 82.33 22.137 82.432 22.256 C 82.533 22.375 82.681 22.443 82.837 22.443 L 86.539 22.443 C 86.823 22.443 87.064 22.236 87.109 21.955 L 89.361 7.63 C 89.386 7.475 89.341 7.317 89.24 7.198 C 89.138 7.079 88.99 7.01 88.834 7.01 L 85.132 7.01 C 84.848 7.01 84.606 7.218 84.562 7.499 L 84.441 8.27 C 84.441 8.27 82.824 6.498 79.87 6.509 Z M 79.991 11.034 C 80.416 11.034 80.805 11.093 81.153 11.205 C 82.751 11.72 83.656 13.259 83.394 14.928 C 83.071 16.982 81.391 18.495 79.237 18.495 C 78.813 18.495 78.424 18.436 78.075 18.324 C 76.478 17.809 75.567 16.27 75.829 14.602 C 76.152 12.547 77.837 11.034 79.991 11.034 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 37.807 7.01 C 37.514 7.01 37.305 7.298 37.395 7.578 L 41.453 20.211 L 37.784 26.165 C 37.606 26.454 37.813 26.827 38.151 26.827 L 42.489 26.827 C 42.741 26.827 42.975 26.695 43.105 26.478 L 54.44 7.669 C 54.521 7.534 54.523 7.367 54.446 7.231 C 54.369 7.095 54.226 7.01 54.07 7.01 L 49.733 7.01 C 49.478 7.01 49.242 7.145 49.112 7.365 L 44.651 14.921 L 42.386 7.421 C 42.312 7.177 42.088 7.01 41.834 7.01 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path><path d=\"M 93.567 0.418 C 93.284 0.418 93.042 0.625 92.998 0.906 L 89.709 21.824 C 89.684 21.979 89.728 22.136 89.83 22.256 C 89.931 22.375 90.08 22.443 90.236 22.443 L 94.135 22.443 C 94.419 22.443 94.661 22.236 94.705 21.955 L 97.993 1.036 C 98.018 0.882 97.973 0.724 97.872 0.605 C 97.771 0.487 97.623 0.418 97.467 0.418 Z\" fill=\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\"></path></svg>',svgContentId:8595278364,withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-20tfo.framer-1nejufv, .framer-20tfo .framer-1nejufv { display: block; }\",\".framer-20tfo.framer-120tp9r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 504px; will-change: var(--framer-will-change-override, transform); }\",\".framer-20tfo .framer-1vys7jx { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-20tfo .framer-1jp5fup { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-20tfo .framer-1tiilx7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20tfo .framer-oe5jw9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20tfo .framer-icrmu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-20tfo .framer-18i0y9g { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; z-index: 3; }\",\".framer-20tfo .framer-1f51m3k { --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-20tfo .framer-pawftk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 41px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-20tfo .framer-zyf727-container, .framer-20tfo .framer-gpxilo-container { flex: none; height: 90px; position: relative; width: 100%; }\",\".framer-20tfo .framer-zgwec, .framer-20tfo .framer-qecnaw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20tfo .framer-1b3bl2i { flex: none; height: 33px; position: relative; width: 81px; }\",\".framer-20tfo .framer-1fmufly { flex: none; height: 34px; position: relative; width: 106px; }\",\".framer-20tfo .framer-1s28ves, .framer-20tfo .framer-1bcgy0z { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 26px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20tfo .framer-1df7kae { flex: none; height: 26px; position: relative; width: 187px; }\",\".framer-20tfo .framer-7gxbfy { flex: none; height: 23px; position: relative; width: 172px; }\",\".framer-20tfo .framer-1eds2yq, .framer-20tfo .framer-mwbn4k { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 30px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-20tfo .framer-6mjz1c { flex: none; height: 30px; position: relative; width: 125px; }\",\".framer-20tfo .framer-25gm91 { flex: none; height: 27px; position: relative; width: 98px; }\",'.framer-20tfo[data-border=\"true\"]::after, .framer-20tfo [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 479\n * @framerIntrinsicWidth 504\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhHbSG7xIF=withCSS(Component,css,\"framer-20tfo\");export default FramerhHbSG7xIF;FramerhHbSG7xIF.displayName=\"Payment Stack\";FramerhHbSG7xIF.defaultProps={height:479,width:504};addFonts(FramerhHbSG7xIF,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhHbSG7xIF\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"504\",\"framerIntrinsicHeight\":\"479\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hHbSG7xIF.map","// Generated by Framer (df7882f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import CaseStudies from\"https://framerusercontent.com/modules/s5bQ62rwVTgswBrUmYGA/N1U6cqnPLAo1dooqrdcR/Sqoeh5Ogm.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={pMXSkInMM:{hover:true}};const serializationHash=\"framer-HQ22K\";const variantClassNames={pMXSkInMM:\"framer-v-1jxorsl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"XfJ33WT11\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"XfJ33WT11\",name:\"mJpJRoC3T\",type:\"Identifier\"},{collection:\"XfJ33WT11\",name:\"vkTe2xGXS\",type:\"Identifier\"},{collection:\"XfJ33WT11\",name:\"id\",type:\"Identifier\"}],where:{collection:\"XfJ33WT11\",name:\"WvYUa0cdZ\",type:\"Identifier\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,mJpJRoC3TXfJ33WT11,vkTe2xGXSXfJ33WT11,idXfJ33WT11,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"pMXSkInMM\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1jxorsl\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"pMXSkInMM\",ref:refBinding,style:{...style},...addPropertyOverrides({\"pMXSkInMM-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{vkTe2xGXS:\"how-a-premier-110m-healthy-snack-brand-boosted-payment-recovery-by-21-and-achieved-a-6x-roi-21-increase-in-payment-recovery-6x-in-roi-products-churn-audit-tool-payment-optimization-engine-smart-recovery-emails-reporting-about-the-brand-recognized-as-a-leading-health-food-brand-in-the-us-this-company-specializes-in-low-sugar-cereals-cookies-and-snack-mixes-that-cater-to-a-healthier-lifestyle-its-products-grace-23-000-american-homes-and-are-available-at-130-000-retail-locations-worldwide-in-addition-to-its-online-presence-the-brand-is-committed-to-integrating-nutritious-food-into-daily-life-focusing-on-comprehensive-wellness-objectives-that-include-weight-management-gut-health-and-overall-microbiome-vitality-central-to-its-mission-is-enabling-consumers-to-reduce-sugar-intake-without-compromising-on-the-joy-of-eating-their-favorite-snacks-the-problem-as-the-brand-continued-its-successful-expansion-in-the-direct-to-consumer-(d2c)-and-online-markets-it-faced-a-prevalent-challenge-in-the-e-commerce-sector-an-increase-in\"},unresolvedPathSlugs:{vkTe2xGXS:{collectionId:\"Sqoeh5Ogm\",collectionItemId:\"HxWPnae8v\"}},webPageId:\"MVVYeW4BT\"},motionChild:true,nodeId:\"XfJ33WT11\",openInNewTab:false,scopeId:\"vkrLwldDu\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zjhj72 framer-16yhk43\",layoutDependency:layoutDependency,layoutId:\"XfJ33WT11\",style:{backgroundColor:\"var(--token-2a4cb147-e279-4ed5-abe3-c374b6050f50, rgb(232, 239, 255))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},variants:{\"pMXSkInMM-hover\":{backgroundColor:\"rgb(219, 230, 255)\"}},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XfJ33WT11\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"XfJ33WT11\",name:\"mJpJRoC3T\",type:\"Identifier\"},{collection:\"XfJ33WT11\",name:\"vkTe2xGXS\",type:\"Identifier\"},{collection:\"XfJ33WT11\",name:\"id\",type:\"Identifier\"}],where:{collection:\"XfJ33WT11\",name:\"WvYUa0cdZ\",type:\"Identifier\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idXfJ33WT11,mJpJRoC3T:mJpJRoC3TXfJ33WT11,vkTe2xGXS:vkTe2xGXSXfJ33WT11},index)=>{vkTe2xGXSXfJ33WT11??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`XfJ33WT11-${idXfJ33WT11}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vkTe2xGXS:vkTe2xGXSXfJ33WT11},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ulj4hy\",\"data-framer-name\":\"Case Study\",layoutDependency:layoutDependency,layoutId:\"Rtg0lvOE6\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ymr6y\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"rAFGNejwO\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ali2n\",layoutDependency:layoutDependency,layoutId:\"eng_zjGbo\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gf87mm\",layoutDependency:layoutDependency,layoutId:\"Zf4tbDgUY\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||350)-0-(Math.max(0,((componentViewport?.height||350)-0-0)/1)*1+0))/2+0+0)+(0+(Math.max(0,((componentViewport?.height||350)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||350)-0-0)/1)*1-0)*1)/2)+32+(((Math.max(0,((componentViewport?.height||350)-0-0)/1)*1-0)*1-64-80)/2+0+0)+0+0+0+0+0+0),sizes:\"204px\",...toResponsiveImage(mJpJRoC3TXfJ33WT11),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-14wtclg\",layoutDependency:layoutDependency,layoutId:\"nK5qIy_aF\",style:{filter:\"brightness(0.6) contrast(2) grayscale(1)\",WebkitFilter:\"brightness(0.6) contrast(2) grayscale(1)\"}})})})})})})},idXfJ33WT11);})})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ur1h2j\",\"data-framer-name\":\"Hover\",layoutDependency:layoutDependency,layoutId:\"H6i8Jw4qi\",style:{backgroundColor:\"var(--token-09b63303-ba97-419c-9d2c-2d75ebc39d9e, rgb(255, 255, 255))\",borderBottomLeftRadius:220,borderBottomRightRadius:220,borderTopLeftRadius:220,borderTopRightRadius:220,opacity:0},transformTemplate:transformTemplate1,variants:{\"pMXSkInMM-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1de4a4f5-0f25-4835-8ade-a17375ccf7af, rgb(23, 23, 23)))\"},children:\"Read case study\"})}),className:\"framer-dw3x0m\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"SOoXgsW8B\",style:{\"--extracted-r6o4lv\":\"var(--token-1de4a4f5-0f25-4835-8ade-a17375ccf7af, rgb(23, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wuieu2-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rvU5gX17q-container\",nodeId:\"rvU5gX17q\",rendersWithMotion:true,scopeId:\"vkrLwldDu\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1de4a4f5-0f25-4835-8ade-a17375ccf7af, rgb(23, 23, 23))\",height:\"100%\",iconSearch:\"caret-right\",iconSelection:\"House\",id:\"rvU5gX17q\",layoutId:\"rvU5gX17q\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HQ22K.framer-16yhk43, .framer-HQ22K .framer-16yhk43 { display: block; }\",\".framer-HQ22K.framer-1jxorsl { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 350px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 436px; }\",\".framer-HQ22K .framer-zjhj72 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 1px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-HQ22K .framer-ulj4hy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 40px; height: 100%; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 1px; }\",\".framer-HQ22K .framer-3ymr6y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-HQ22K .framer-6ali2n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-HQ22K .framer-1gf87mm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-HQ22K .framer-14wtclg { flex: none; height: 80px; mix-blend-mode: difference; overflow: hidden; position: relative; width: 204px; }\",\".framer-HQ22K .framer-1ur1h2j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 16px; position: absolute; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-HQ22K .framer-dw3x0m { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HQ22K .framer-1wuieu2-container { flex: none; height: 18px; position: relative; width: 18px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 350\n * @framerIntrinsicWidth 436\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"QowJZlpSq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramervkrLwldDu=withCSS(Component,css,\"framer-HQ22K\");export default FramervkrLwldDu;FramervkrLwldDu.displayName=\"Case Study 2\";FramervkrLwldDu.defaultProps={height:350,width:436};addFonts(FramervkrLwldDu,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervkrLwldDu\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"350\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QowJZlpSq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"436\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}