{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk-0.js", "ssg:https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk-1.js", "ssg:https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk-2.js", "ssg:https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk-3.js", "ssg:https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk-4.js", "ssg:https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk-5.js", "ssg:https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk.js", "ssg:https://framerusercontent.com/modules/q7nv6SkQpJkBltmmfB14/bdDQUWkxjr6tuNSbB1sA/vjhUFTRQk.js"],
  "sourcesContent": ["export const v0=\"Lees verder\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"En savoir plus\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Weiterlesen\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Lees meer\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Leggi di pi\\xf9\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"L\\xe4s mer\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport*as localizedValues from\"./vjhUFTRQk-0.js\";import*as localizedValues1 from\"./vjhUFTRQk-1.js\";import*as localizedValues2 from\"./vjhUFTRQk-2.js\";import*as localizedValues3 from\"./vjhUFTRQk-3.js\";import*as localizedValues4 from\"./vjhUFTRQk-4.js\";import*as localizedValues5 from\"./vjhUFTRQk-5.js\";const valuesByLocaleId={iybv5sKxV:localizedValues5,lm9mJrZtB:localizedValues4,m6s8A41fa:localizedValues,mV3cElfls:localizedValues1,vKgPCrdDo:localizedValues3,zU7tJKu5d:localizedValues2};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/XEhXE27694R1kgdiWOHx/kVmi7Ybtsr1yRduKFaBt/EoWU6SvF2.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/18ESepDL6C26Z92bTLga/3nBo8cRVYMpmBgeM4dkY/vjhUFTRQk.js\";import __UI__Button from\"https://framerusercontent.com/modules/GXPX3kOBWqReeGdniBcp/7mArqWRxQlE1PX2vrXMY/HGPlZuhfQ.js\";const __UI__ButtonFonts=getFonts(__UI__Button);const cycleOrder=[\"YUeRkp4Jr\",\"PainZK8Y0\"];const serializationHash=\"framer-YlV0x\";const variantClassNames={PainZK8Y0:\"framer-v-k81kv\",YUeRkp4Jr:\"framer-v-d0qklv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableEnumMap1={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableEnumMap2={Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Variant 2\":\"PainZK8Y0\",Default:\"YUeRkp4Jr\"};const getProps=({align,avatar,click,customerStoryLink,direction,distribute,function1,gap,height,id,logo,name1,padding,quote,showAvatar,showLO,showReadMore,width,...props})=>{return{...props,G3EIXnQ7c:gap??props.G3EIXnQ7c??8,hQHX6z0rD:humanReadableEnumMap1[distribute]??distribute??props.hQHX6z0rD??\"flex-start\",jSo2uAU8S:showLO??props.jSo2uAU8S??true,KS3g01vp2:function1??props.KS3g01vp2??\"Board Member at Mollie\",lkS5u8sjG:avatar??props.lkS5u8sjG??{pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/no00vR8s2c0vaJt14vpfqDxAx2A.png\"},njlchpNlN:click??props.njlchpNlN,RGJfoRBL7:logo??props.RGJfoRBL7??{pixelHeight:160,pixelWidth:160,src:\"https://framerusercontent.com/images/58rRB6eldXKm4aYqIOCydw1DX4.png\"},syj1iWh7M:customerStoryLink??props.syj1iWh7M,t3rVvwd2g:humanReadableEnumMap[direction]??direction??props.t3rVvwd2g??\"row\",TDXC8gacx:showReadMore??props.TDXC8gacx??true,th2KrpeIY:name1??props.th2KrpeIY??\"Elon Musk\",variant:humanReadableVariantMap[props.variant]??props.variant??\"YUeRkp4Jr\",WebKowOB1:quote??props.WebKowOB1??\"The entire integration process and support, are perfect. At the documentation and contracts level, it\u2019s very clear. And using the dashboard is super simple and fast.\",y0Vq9sgmr:humanReadableEnumMap2[align]??align??props.y0Vq9sgmr??\"center\",zDuOWD38V:showAvatar??props.zDuOWD38V??true,Zz0lCWICm:padding??props.Zz0lCWICm??40};};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,WebKowOB1,jSo2uAU8S,zDuOWD38V,RGJfoRBL7,lkS5u8sjG,th2KrpeIY,KS3g01vp2,syj1iWh7M,t3rVvwd2g,hQHX6z0rD,y0Vq9sgmr,G3EIXnQ7c,TDXC8gacx,Zz0lCWICm,njlchpNlN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YUeRkp4Jr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1spuh0b=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(njlchpNlN){const res=await njlchpNlN(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];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-d0qklv\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YUeRkp4Jr\",onTap:onTap1spuh0b,ref:refBinding,style:{backgroundColor:\"var(--token-47af4431-e239-4039-a904-29af9fbed91c, rgb(255, 255, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 0px 1px 0px rgba(0, 0, 0, 0.15)\",...style},...addPropertyOverrides({PainZK8Y0:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9pdwz5\",\"data-framer-name\":\"Visual\",layoutDependency:layoutDependency,layoutId:\"nJfDZSUTP\",style:{\"--1cq7g5v\":numberToPixelString(Zz0lCWICm)},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s1hy97\",layoutDependency:layoutDependency,layoutId:\"IBKZD7ToY\",children:[jSo2uAU8S&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84,intrinsicWidth:84,pixelHeight:84,pixelWidth:84,sizes:`calc((${componentViewport?.width||\"100vw\"} - ${Zz0lCWICm*2}px) * 0.4968)`,...toResponsiveImage(RGJfoRBL7),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-1mlty57\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"kqeQYBgGW\",...addPropertyOverrides({PainZK8Y0:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84,intrinsicWidth:84,pixelHeight:84,pixelWidth:84,sizes:`calc((1046px - ${Zz0lCWICm*2}px) * 0.4968)`,...toResponsiveImage(RGJfoRBL7),...{positionX:\"left\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mzp127\",\"data-styles-preset\":\"EoWU6SvF2\",children:\"The entire integration process and support, are perfect. At the documentation and contracts level, it\u2019s very clear. And using the dashboard is super simple and fast.\"})}),className:\"framer-mg3o5z\",\"data-framer-name\":\"Optimise conversion\\u2028with effortless payments.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"R3lSNVHVg\",text:WebKowOB1,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4l26qu\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"KRRpHmx18\",style:{\"--170gr2w\":t3rVvwd2g,\"--1rbo7rc\":numberToPixelString(G3EIXnQ7c),\"--1ynz1b1\":hQHX6z0rD,\"--8epq8k\":t3rVvwd2g===\"column\"?\"100%\":\"1px\",\"--i391c3\":y0Vq9sgmr,\"--xo7qr4\":t3rVvwd2g===\"column\"?undefined:\"1 0 0px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oba8b5\",\"data-framer-name\":\"User / Org\",layoutDependency:layoutDependency,layoutId:\"d5vJpf2TO\",children:[zDuOWD38V&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84,intrinsicWidth:84,pixelHeight:84,pixelWidth:84,sizes:\"48px\",...toResponsiveImage(lkS5u8sjG)},className:\"framer-150qaxo\",\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"HziExzpyj\",style:{borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e5rh4c\",\"data-framer-name\":\"Name + Function\",layoutDependency:layoutDependency,layoutId:\"RjZvotspU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\"},children:\"Fouad Hamaidouch\"})}),className:\"framer-d69rdn\",\"data-framer-name\":\"Name\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"DEJtkV9R1\",text:th2KrpeIY,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"140%\"},children:\"Fouad Hamaidouch\"})}),className:\"framer-1fl6bzs\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rd8Ii1db0\",style:{opacity:.5},text:KS3g01vp2,verticalAlignment:\"center\",withExternalLayout:true})]})]}),TDXC8gacx&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dvw3kh-container\",layoutDependency:layoutDependency,layoutId:\"gxiUrOQ3x-container\",nodeId:\"gxiUrOQ3x\",rendersWithMotion:true,scopeId:\"vjhUFTRQk\",children:/*#__PURE__*/_jsx(__UI__Button,{C10ADoFJH:false,D0cr71FxW:false,E3WBiEE8e:\"var(--token-462edea4-d23b-4925-a9eb-7522882516f1, rgb(17, 17, 17))\",height:\"100%\",id:\"gxiUrOQ3x\",layoutId:\"gxiUrOQ3x\",LWks2haOy:syj1iWh7M,M9eVEYkpX:\"var(--token-462edea4-d23b-4925-a9eb-7522882516f1, rgb(17, 17, 17))\",r0UWNnHHU:\"ArrowRight\",variant:\"QavneMoMK\",width:\"100%\",ywPiorn0n:getLocalizedValue(\"v0\",activeLocale)??\"Read more\",zH63QdMYW:false})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YlV0x.framer-1xt6nz8, .framer-YlV0x .framer-1xt6nz8 { display: block; }\",\".framer-YlV0x.framer-d0qklv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 555px; }\",\".framer-YlV0x .framer-9pdwz5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--1cq7g5v); position: relative; width: 100%; }\",\".framer-YlV0x .framer-1s1hy97 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-height: 300px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YlV0x .framer-1mlty57 { flex: none; height: 30px; position: relative; width: 50%; }\",\".framer-YlV0x .framer-mg3o5z { flex: none; height: auto; min-height: 210px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YlV0x .framer-4l26qu { align-content: var(--i391c3); align-items: var(--i391c3); display: flex; flex: none; flex-direction: var(--170gr2w); flex-wrap: nowrap; gap: var(--1rbo7rc); height: min-content; justify-content: var(--1ynz1b1); overflow: visible; padding: 32px 40px 32px 40px; position: relative; width: 100%; }\",\".framer-YlV0x .framer-1oba8b5 { align-content: center; align-items: center; display: flex; flex: var(--xo7qr4); flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: var(--8epq8k); }\",\".framer-YlV0x .framer-150qaxo { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-YlV0x .framer-1e5rh4c { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-YlV0x .framer-d69rdn, .framer-YlV0x .framer-1fl6bzs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YlV0x .framer-dvw3kh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YlV0x.framer-v-k81kv.framer-d0qklv { width: min-content; }\",\".framer-YlV0x.framer-v-k81kv .framer-9pdwz5, .framer-YlV0x.framer-v-k81kv .framer-4l26qu { width: 1046px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 492\n * @framerIntrinsicWidth 555\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PainZK8Y0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"WebKowOB1\":\"quote\",\"jSo2uAU8S\":\"showLO\",\"zDuOWD38V\":\"showAvatar\",\"RGJfoRBL7\":\"logo\",\"lkS5u8sjG\":\"avatar\",\"th2KrpeIY\":\"name1\",\"KS3g01vp2\":\"function1\",\"syj1iWh7M\":\"customerStoryLink\",\"t3rVvwd2g\":\"direction\",\"hQHX6z0rD\":\"distribute\",\"y0Vq9sgmr\":\"align\",\"G3EIXnQ7c\":\"gap\",\"TDXC8gacx\":\"showReadMore\",\"Zz0lCWICm\":\"padding\",\"njlchpNlN\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramervjhUFTRQk=withCSS(Component,css,\"framer-YlV0x\");export default FramervjhUFTRQk;FramervjhUFTRQk.displayName=\"Customer Testimonials item\";FramervjhUFTRQk.defaultProps={height:492,width:555};addPropertyControls(FramervjhUFTRQk,{variant:{options:[\"YUeRkp4Jr\",\"PainZK8Y0\"],optionTitles:[\"Default\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},WebKowOB1:{defaultValue:\"The entire integration process and support, are perfect. At the documentation and contracts level, it\u2019s very clear. And using the dashboard is super simple and fast.\",displayTextArea:true,placeholder:\"A wise person should have money in their head, but not in their heart.\",title:\"Quote\",type:ControlType.String},jSo2uAU8S:{defaultValue:true,title:\"Show L o\",type:ControlType.Boolean},zDuOWD38V:{defaultValue:true,title:\"Show Avatar\",type:ControlType.Boolean},RGJfoRBL7:{__defaultAssetReference:\"data:framer/asset-reference,58rRB6eldXKm4aYqIOCydw1DX4.png?originalFilename=image.png&preferredSize=auto\",title:\"Logo\",type:ControlType.ResponsiveImage},lkS5u8sjG:{__defaultAssetReference:\"data:framer/asset-reference,no00vR8s2c0vaJt14vpfqDxAx2A.png?originalFilename=image.png&preferredSize=auto\",title:\"Avatar\",type:ControlType.ResponsiveImage},th2KrpeIY:{defaultValue:\"Elon Musk\",displayTextArea:false,placeholder:\"Giel Cobben\",title:\"Name\",type:ControlType.String},KS3g01vp2:{defaultValue:\"Board Member at Mollie\",displayTextArea:false,placeholder:\"VP Design\",title:\"Function\",type:ControlType.String},syj1iWh7M:{title:\"Customer Story Link\",type:ControlType.Link},t3rVvwd2g:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction\",type:ControlType.Enum},hQHX6z0rD:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},y0Vq9sgmr:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\"],optionTitles:[\"Start\",\"Center\",\"End\"],title:\"Align\",type:ControlType.Enum},G3EIXnQ7c:{defaultValue:8,min:0,title:\"Gap\",type:ControlType.Number},TDXC8gacx:{defaultValue:true,title:\"Show read more\",type:ControlType.Boolean},Zz0lCWICm:{defaultValue:40,min:0,title:\"Padding\",type:ControlType.Number},njlchpNlN:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramervjhUFTRQk,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...__UI__ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervjhUFTRQk\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"555\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"492\",\"framerVariables\":\"{\\\"WebKowOB1\\\":\\\"quote\\\",\\\"jSo2uAU8S\\\":\\\"showLO\\\",\\\"zDuOWD38V\\\":\\\"showAvatar\\\",\\\"RGJfoRBL7\\\":\\\"logo\\\",\\\"lkS5u8sjG\\\":\\\"avatar\\\",\\\"th2KrpeIY\\\":\\\"name1\\\",\\\"KS3g01vp2\\\":\\\"function1\\\",\\\"syj1iWh7M\\\":\\\"customerStoryLink\\\",\\\"t3rVvwd2g\\\":\\\"direction\\\",\\\"hQHX6z0rD\\\":\\\"distribute\\\",\\\"y0Vq9sgmr\\\":\\\"align\\\",\\\"G3EIXnQ7c\\\":\\\"gap\\\",\\\"TDXC8gacx\\\":\\\"showReadMore\\\",\\\"Zz0lCWICm\\\":\\\"padding\\\",\\\"njlchpNlN\\\":\\\"click\\\"}\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PainZK8Y0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["vjhUFTRQk_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "vjhUFTRQk_1_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "vjhUFTRQk_2_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "vjhUFTRQk_3_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "vjhUFTRQk_4_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "vjhUFTRQk_5_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "vjhUFTRQk_5_exports", "vjhUFTRQk_4_exports", "vjhUFTRQk_0_exports", "vjhUFTRQk_1_exports", "vjhUFTRQk_3_exports", "vjhUFTRQk_2_exports", "getLocalizedValue", "key", "locale", "values", "value", "__UI__ButtonFonts", "getFonts", "HGPlZuhfQ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableEnumMap2", "humanReadableVariantMap", "getProps", "align", "avatar", "click", "customerStoryLink", "direction", "distribute", "function1", "gap", "height", "id", "logo", "name1", "padding", "quote", "showAvatar", "showLO", "showReadMore", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "WebKowOB1", "jSo2uAU8S", "zDuOWD38V", "RGJfoRBL7", "lkS5u8sjG", "th2KrpeIY", "KS3g01vp2", "syj1iWh7M", "t3rVvwd2g", "hQHX6z0rD", "y0Vq9sgmr", "G3EIXnQ7c", "TDXC8gacx", "Zz0lCWICm", "njlchpNlN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1spuh0b", "args", "scopingClassNames", "cx", "LayoutGroup", "Image2", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramervjhUFTRQk", "withCSS", "vjhUFTRQk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
