{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/OFdzJpNTFuPWneF0Umb3/wNVplzuzTRgPKAWbUiDD/Draggable.js", "ssg:https://framerusercontent.com/modules/97je0MIBAZhSJsWm1nQ9/yJqAqHt8FbyjfbN65sGa/ZuBWc2sM3.js", "ssg:https://framerusercontent.com/modules/JkyAqMNLT7siW45JmQsL/xkZyAttDmOtwGpO6EfDe/oxjt70BdW.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useState}from\"react\";export function DragScroll(){const containerRef=useRef(null);const[isDragging,setIsDragging]=useState(false);const[startX,setStartX]=useState(0);const[scrollLeft,setScrollLeft]=useState(0);const velocityRef=useRef(0);const animationRef=useRef(null);const onMouseDown=e=>{if(!containerRef.current)return;setIsDragging(true);setStartX(e.clientX);setScrollLeft(containerRef.current.scrollLeft);velocityRef.current=0;if(animationRef.current)cancelAnimationFrame(animationRef.current);};const onMouseMove=e=>{if(!isDragging||!containerRef.current)return;e.preventDefault();const deltaX=e.clientX-startX;containerRef.current.scrollLeft=scrollLeft-deltaX;velocityRef.current=deltaX*.2// Capture velocity for momentum\n;};const onMouseUp=()=>{setIsDragging(false);applyMomentum();};const applyMomentum=()=>{if(!containerRef.current)return;let velocity=velocityRef.current;const friction=.9// Adjusted for smooth stopping\n;const animate=()=>{if(!containerRef.current)return;if(Math.abs(velocity)<.5)return;// Stop when movement is minimal\ncontainerRef.current.scrollLeft-=velocity;velocity*=friction;animationRef.current=requestAnimationFrame(animate);};animationRef.current=requestAnimationFrame(animate);};return{ref:containerRef,style:{cursor:isDragging?\"grabbing\":\"grab\",overflow:\"hidden\",display:\"flex\",gap:\"20px\",userSelect:\"none\",WebkitOverflowScrolling:\"touch\",scrollbarWidth:\"none\",msOverflowStyle:\"none\"},onMouseDown,onMouseMove,onMouseUp,onMouseLeave:onMouseUp};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withDragScroll(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...DragScroll(props)});};}withDragScroll.displayName=\"DragScroll\";\nexport const __FramerMetadata__ = {\"exports\":{\"withDragScroll\":{\"type\":\"reactHoc\",\"name\":\"withDragScroll\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DragScroll\":{\"type\":\"override\",\"name\":\"DragScroll\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Draggable.map", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,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*as sharedStyle from\"https://framerusercontent.com/modules/A7ncPnpdCXnnJ6PGyIPt/7984VBGYTcclfilCHZp1/qYFip_S25.js\";import UserTitle from\"https://framerusercontent.com/modules/jf1Fx3jJwMK9lIwTbz25/TtCdKjtVPKTUFG72qK4H/At5UQVsRB.js\";const UserTitleFonts=getFonts(UserTitle);const cycleOrder=[\"lfwPFlP6I\",\"gnYg_ozGt\"];const serializationHash=\"framer-qEXQ9\";const variantClassNames={gnYg_ozGt:\"framer-v-38hhkt\",lfwPFlP6I:\"framer-v-yi2jp4\"};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 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 humanReadableVariantMap={\"Variant 1\":\"lfwPFlP6I\",Phone:\"gnYg_ozGt\"};const getProps=({height,id,image,message,name1,profileImg,title,width,...props})=>{return{...props,ikCJBvhTn:message??props.ikCJBvhTn??\"Leo at odio tellus porttitor purus egestas varius egestas. Mauris volutpat morbi cursus consectetur amet viverra justo.Leo at odio tellus porttitor purus egestas varius egestas. Mauris volutpat morbi cursus consectetur amet viverra justo.\",Kq5s2M6jc:profileImg??props.Kq5s2M6jc??{alt:\"\",src:\"https://framerusercontent.com/images/CTac3brx83CTdJfb4dINCqCI.png\"},la7lOesrk:name1??props.la7lOesrk??\"Jenna Johnsson\",mLNNcCFW4:image??props.mLNNcCFW4??{src:\"https://framerusercontent.com/images/TnEf6eQvTB2QpFKWamWOwy2sA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/TnEf6eQvTB2QpFKWamWOwy2sA.png?scale-down-to=512 512w,https://framerusercontent.com/images/TnEf6eQvTB2QpFKWamWOwy2sA.png 724w\"},Q4qvvhz_3:title??props.Q4qvvhz_3??\"CEO @ CompanyName\",variant:humanReadableVariantMap[props.variant]??props.variant??\"lfwPFlP6I\"};};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,mLNNcCFW4,ikCJBvhTn,la7lOesrk,Q4qvvhz_3,Kq5s2M6jc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lfwPFlP6I\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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-yi2jp4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"lfwPFlP6I\",ref:refBinding,style:{backgroundColor:\"var(--token-b005abf4-c6c8-459e-a94f-c96e334230fe, rgb(246, 247, 249))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({gnYg_ozGt:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ku232l\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"lM9bKSgUw\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0),sizes:\"198px\",...toResponsiveImage(mLNNcCFW4),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-hr4j7p\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"liljPmhla\",...addPropertyOverrides({gnYg_ozGt:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+0+3.454545454545455),sizes:\"160px\",...toResponsiveImage(mLNNcCFW4),...{positionX:\"left\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-101tmxj\",\"data-framer-name\":\"Frame 2241\",layoutDependency:layoutDependency,layoutId:\"eeyq7zt0Z\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v3k4hv\",\"data-framer-name\":\"Frame 2240\",layoutDependency:layoutDependency,layoutId:\"afLB1ZGuo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-88mp3n\",\"data-styles-preset\":\"qYFip_S25\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cecaaccc-06a8-4054-b79c-ec930296fa30, rgb(20, 21, 25)))\"},children:\"Leo at odio tellus porttitor purus egestas varius egestas. Mauris volutpat morbi cursus consectetur amet viverra justo.Leo at odio tellus porttitor purus egestas varius egestas. Mauris volutpat morbi cursus consectetur amet viverra justo.\"})}),className:\"framer-x860qq\",\"data-framer-name\":\"\u201COrci vel aliquet diam pretium sed id. Dui nunc pharetra malesuada sed amet viverra consectetur est. Sem lacus mattis non.\u201D\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IGkyFaL92\",style:{\"--extracted-r6o4lv\":\"var(--token-cecaaccc-06a8-4054-b79c-ec930296fa30, rgb(20, 21, 25))\",\"--framer-paragraph-spacing\":\"0px\"},text:ikCJBvhTn,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+32+100+0+144,...addPropertyOverrides({gnYg_ozGt:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+36+84+0+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fz4cc5-container\",layoutDependency:layoutDependency,layoutId:\"awydEvbw8-container\",nodeId:\"awydEvbw8\",rendersWithMotion:true,scopeId:\"ZuBWc2sM3\",children:/*#__PURE__*/_jsx(UserTitle,{fj2rEFiP7:la7lOesrk,height:\"100%\",id:\"awydEvbw8\",IJz8mEWD4:Q4qvvhz_3,layoutId:\"awydEvbw8\",LubjtvYSQ:toResponsiveImage(Kq5s2M6jc),qU_2zFNN_:true,style:{width:\"100%\"},variant:\"zJHIDDBH2\",width:\"100%\",...addPropertyOverrides({gnYg_ozGt:{variant:\"xt3ej2aR1\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qEXQ9.framer-19drg3x, .framer-qEXQ9 .framer-19drg3x { display: block; }\",\".framer-qEXQ9.framer-yi2jp4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 464px; }\",\".framer-qEXQ9 .framer-ku232l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 36px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qEXQ9 .framer-hr4j7p { aspect-ratio: 5.5 / 1; flex: none; height: 100%; position: relative; width: var(--framer-aspect-ratio-supported, 198px); }\",\".framer-qEXQ9 .framer-101tmxj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qEXQ9 .framer-1v3k4hv { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-qEXQ9 .framer-x860qq { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qEXQ9 .framer-1fz4cc5-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEXQ9.framer-yi2jp4, .framer-qEXQ9 .framer-ku232l, .framer-qEXQ9 .framer-101tmxj, .framer-qEXQ9 .framer-1v3k4hv { gap: 0px; } .framer-qEXQ9.framer-yi2jp4 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-qEXQ9.framer-yi2jp4 > :first-child, .framer-qEXQ9 .framer-101tmxj > :first-child { margin-top: 0px; } .framer-qEXQ9.framer-yi2jp4 > :last-child, .framer-qEXQ9 .framer-101tmxj > :last-child { margin-bottom: 0px; } .framer-qEXQ9 .framer-ku232l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qEXQ9 .framer-ku232l > :first-child, .framer-qEXQ9 .framer-1v3k4hv > :first-child { margin-left: 0px; } .framer-qEXQ9 .framer-ku232l > :last-child, .framer-qEXQ9 .framer-1v3k4hv > :last-child { margin-right: 0px; } .framer-qEXQ9 .framer-101tmxj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qEXQ9 .framer-1v3k4hv > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-qEXQ9.framer-v-38hhkt.framer-yi2jp4 { gap: 48px; padding: 36px; width: 287px; }\",\".framer-qEXQ9.framer-v-38hhkt .framer-hr4j7p { height: var(--framer-aspect-ratio-supported, 29px); width: 160px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEXQ9.framer-v-38hhkt.framer-yi2jp4 { gap: 0px; } .framer-qEXQ9.framer-v-38hhkt.framer-yi2jp4 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-qEXQ9.framer-v-38hhkt.framer-yi2jp4 > :first-child { margin-top: 0px; } .framer-qEXQ9.framer-v-38hhkt.framer-yi2jp4 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 372\n * @framerIntrinsicWidth 464\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gnYg_ozGt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"mLNNcCFW4\":\"image\",\"ikCJBvhTn\":\"message\",\"la7lOesrk\":\"name1\",\"Q4qvvhz_3\":\"title\",\"Kq5s2M6jc\":\"profileImg\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZuBWc2sM3=withCSS(Component,css,\"framer-qEXQ9\");export default FramerZuBWc2sM3;FramerZuBWc2sM3.displayName=\"Testimonial\";FramerZuBWc2sM3.defaultProps={height:372,width:464};addPropertyControls(FramerZuBWc2sM3,{variant:{options:[\"lfwPFlP6I\",\"gnYg_ozGt\"],optionTitles:[\"Variant 1\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},mLNNcCFW4:{__defaultAssetReference:\"data:framer/asset-reference,TnEf6eQvTB2QpFKWamWOwy2sA.png?originalFilename=image+50.png&preferredSize=auto\",description:\"Use Black and White logo\",title:\"Image\",type:ControlType.ResponsiveImage},ikCJBvhTn:{defaultValue:\"Leo at odio tellus porttitor purus egestas varius egestas. Mauris volutpat morbi cursus consectetur amet viverra justo.Leo at odio tellus porttitor purus egestas varius egestas. Mauris volutpat morbi cursus consectetur amet viverra justo.\",displayTextArea:false,title:\"Message\",type:ControlType.String},la7lOesrk:{defaultValue:\"Jenna Johnsson\",displayTextArea:false,title:\"Name\",type:ControlType.String},Q4qvvhz_3:{defaultValue:\"CEO @ CompanyName\",displayTextArea:false,title:\"Title\",type:ControlType.String},Kq5s2M6jc:{__defaultAssetReference:\"data:framer/asset-reference,CTac3brx83CTdJfb4dINCqCI.png?originalFilename=avatar.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,CTac3brx83CTdJfb4dINCqCI.png?originalFilename=avatar.png&preferredSize=auto\"},title:\"Profile-img\",type:ControlType.ResponsiveImage}});addFonts(FramerZuBWc2sM3,[{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\"}]},...UserTitleFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZuBWc2sM3\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"372\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gnYg_ozGt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"464\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"mLNNcCFW4\\\":\\\"image\\\",\\\"ikCJBvhTn\\\":\\\"message\\\",\\\"la7lOesrk\\\":\\\"name1\\\",\\\"Q4qvvhz_3\\\":\\\"title\\\",\\\"Kq5s2M6jc\\\":\\\"profileImg\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import{withDragScroll}from\"https://framerusercontent.com/modules/OFdzJpNTFuPWneF0Umb3/wNVplzuzTRgPKAWbUiDD/Draggable.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sktTabTJLboRETYIflNr/8PySyusEKLWV15jGlqrg/eHqr3jz5A.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oyaO7OHmKZPYmjuY5WzP/HdUpcLS0NdbLN9fXnWib/zwtTzFxY2.js\";import Testimonial from\"https://framerusercontent.com/modules/97je0MIBAZhSJsWm1nQ9/yJqAqHt8FbyjfbN65sGa/ZuBWc2sM3.js\";const TestimonialFonts=getFonts(Testimonial);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithDragScroll1mhvhia=withCodeBoundaryForOverrides(motion.div,{nodeId:\"kpgHBhEji\",override:withDragScroll,scopeId:\"oxjt70BdW\"});const cycleOrder=[\"m1BiC43aw\",\"zw43jmoRf\"];const serializationHash=\"framer-uS1H7\";const variantClassNames={m1BiC43aw:\"framer-v-moxby8\",zw43jmoRf:\"framer-v-9s4tui\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1.1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 humanReadableVariantMap={\"Variant 1\":\"m1BiC43aw\",\"Variant 2\":\"zw43jmoRf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"m1BiC43aw\"};};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({cycleOrder,defaultVariant:\"m1BiC43aw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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-moxby8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"m1BiC43aw\",ref:refBinding,style:{...style},...addPropertyOverrides({zw43jmoRf:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bz94ec\",\"data-framer-name\":\"Section header\",layoutDependency:layoutDependency,layoutId:\"F8Bq01gkL\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzc19l\",\"data-framer-name\":\"Frame 89\",layoutDependency:layoutDependency,layoutId:\"Ay_MQvFbt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-pvbd2q\",\"data-styles-preset\":\"zwtTzFxY2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-cecaaccc-06a8-4054-b79c-ec930296fa30, rgb(20, 21, 25)))\"},children:\"They tried it, they loved it.\"})}),className:\"framer-zv6sfj\",\"data-framer-name\":\"News & updates\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hGp36lP5I\",style:{\"--extracted-1of0zx5\":\"var(--token-cecaaccc-06a8-4054-b79c-ec930296fa30, rgb(20, 21, 25))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{zw43jmoRf:{\"--extracted-gdpscs\":\"var(--token-cecaaccc-06a8-4054-b79c-ec930296fa30, rgb(20, 21, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({zw43jmoRf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-11phyeh\",\"data-styles-preset\":\"eHqr3jz5A\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-cecaaccc-06a8-4054-b79c-ec930296fa30, rgb(20, 21, 25)))\"},children:\"They tried it, they loved it.\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(MotionDivWithDragScroll1mhvhia,{className:\"framer-1mhvhia\",\"data-framer-name\":\"Testimonials-Row\",layoutDependency:layoutDependency,layoutId:\"kpgHBhEji\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wc8eh3-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"NOgzqfV0m-container\",nodeId:\"NOgzqfV0m\",rendersWithMotion:true,scopeId:\"oxjt70BdW\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:10,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"NOgzqfV0m\",intervalControl:4,itemAmount:3,layoutId:\"NOgzqfV0m\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:372,width:\"464px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-16hsnvi-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"e5Jd3zee5-container\",nodeId:\"e5Jd3zee5\",rendersWithMotion:true,scopeId:\"oxjt70BdW\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"e5Jd3zee5\",ikCJBvhTn:\"\u201CThe site has solved just about all of the problems we were experiencing before. Take research, reporting, and analytics, for instance. What used to take us days to accomplish takes just minutes now.\u201D\",Kq5s2M6jc:addImageAlt({src:\"https://framerusercontent.com/images/PGpeLKlGx29Reis0V6TuJbmJ0c.jpeg\"},\"Total wine logo\"),la7lOesrk:\"Total Wine & More Concierge Sales\",layoutId:\"e5Jd3zee5\",mLNNcCFW4:addImageAlt({src:\"https://framerusercontent.com/images/DSeNJmKobSad5xn9Tj25Wu1fzts.svg\"},\"\"),Q4qvvhz_3:\"\",style:{width:\"100%\"},variant:\"lfwPFlP6I\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:372,width:\"464px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hk1pem-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"T8rbnYNTY-container\",nodeId:\"T8rbnYNTY\",rendersWithMotion:true,scopeId:\"oxjt70BdW\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"T8rbnYNTY\",ikCJBvhTn:\"\u201CThe site has received fantastic reviews and feedback from our sellers and customers \u2013 I\u2019m excited to be on this journey and look forward to make OCB \u201CTHE\u201D marketplace for craft beer in Australia.\u201D\",Kq5s2M6jc:addImageAlt({src:\"https://framerusercontent.com/images/G6R7GziM8XvP7dD8brRlGkKEoc.png\",srcSet:\"https://framerusercontent.com/images/G6R7GziM8XvP7dD8brRlGkKEoc.png 582w\"},\"Isaias Vinaroz\"),la7lOesrk:\"Isaias Vinaroz\",layoutId:\"T8rbnYNTY\",mLNNcCFW4:addImageAlt({src:\"https://framerusercontent.com/images/eNe7xkLfQgxKYH5kHgRy9LPOw.webp\",srcSet:\"https://framerusercontent.com/images/eNe7xkLfQgxKYH5kHgRy9LPOw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/eNe7xkLfQgxKYH5kHgRy9LPOw.webp 830w\"},\"Only Craft Beer\"),Q4qvvhz_3:\"Co-Founder - Only Craft Beer\",style:{width:\"100%\"},variant:\"lfwPFlP6I\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:372,width:\"464px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1vm05vo-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"quhIQrQVa-container\",nodeId:\"quhIQrQVa\",rendersWithMotion:true,scopeId:\"oxjt70BdW\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"quhIQrQVa\",ikCJBvhTn:\"Ultra Commerce is an enabler for us\u2026 It\u2019s a part of our technology arsenal, to allow us to mold and shape our business as we grow. We\u2019re not just keeping up\u2014we\u2019re leading the way.\u201D \",Kq5s2M6jc:addImageAlt({src:\"https://framerusercontent.com/images/iBveOglAWelooJgdq1lgu3cTxgU.jpeg\",srcSet:\"https://framerusercontent.com/images/iBveOglAWelooJgdq1lgu3cTxgU.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/iBveOglAWelooJgdq1lgu3cTxgU.jpeg 520w\"},\"Carina Ton\"),la7lOesrk:\"Carina Ton\",layoutId:\"quhIQrQVa\",mLNNcCFW4:addImageAlt({src:\"https://framerusercontent.com/images/S4OzYJTRPeoQGPNNftndrwifFw.svg\",srcSet:\"https://framerusercontent.com/images/S4OzYJTRPeoQGPNNftndrwifFw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/S4OzYJTRPeoQGPNNftndrwifFw.svg 575w\"},\"\"),Q4qvvhz_3:\"Group Head of Technology - APG & Co\",style:{width:\"100%\"},variant:\"lfwPFlP6I\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:372,width:\"464px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-7z1471-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"k3VYkKnUt-container\",nodeId:\"k3VYkKnUt\",rendersWithMotion:true,scopeId:\"oxjt70BdW\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"k3VYkKnUt\",ikCJBvhTn:'\"\u2026the business is really happy, especially with the data that we\u2019re getting in real time, which has been fantastic. We\u2019ve had licensees call up and congratulate us on how quickly we\u2019ve fulfilled the orders!\"',Kq5s2M6jc:addImageAlt({src:\"https://framerusercontent.com/images/A63xReDTU1RY2ar40aCXUbpU70.jpeg\"},\"\"),la7lOesrk:\"Alex Lewis\",layoutId:\"k3VYkKnUt\",mLNNcCFW4:addImageAlt({src:\"https://framerusercontent.com/images/5ycul4fsKFssj4CgTGCBJ3olo9Y.svg\",srcSet:\"https://framerusercontent.com/images/5ycul4fsKFssj4CgTGCBJ3olo9Y.svg?scale-down-to=512 512w,https://framerusercontent.com/images/5ycul4fsKFssj4CgTGCBJ3olo9Y.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5ycul4fsKFssj4CgTGCBJ3olo9Y.svg 1920w\"},\"\"),Q4qvvhz_3:\"Head of Technology - Australia Post LPO\",style:{width:\"100%\"},variant:\"lfwPFlP6I\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\",...addPropertyOverrides({zw43jmoRf:{itemAmount:1}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uS1H7.framer-1xaygb9, .framer-uS1H7 .framer-1xaygb9 { display: block; }\",\".framer-uS1H7.framer-moxby8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 1360px; }\",\".framer-uS1H7 .framer-bz94ec { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uS1H7 .framer-wzc19l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-uS1H7 .framer-zv6sfj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uS1H7 .framer-1mhvhia { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uS1H7 .framer-wc8eh3-container { flex: 1 0 0px; height: 413px; position: relative; width: 1px; }\",\".framer-uS1H7 .framer-16hsnvi-container, .framer-uS1H7 .framer-hk1pem-container, .framer-uS1H7 .framer-1vm05vo-container, .framer-uS1H7 .framer-7z1471-container { height: auto; position: relative; width: 464px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uS1H7.framer-moxby8, .framer-uS1H7 .framer-bz94ec, .framer-uS1H7 .framer-wzc19l, .framer-uS1H7 .framer-1mhvhia { gap: 0px; } .framer-uS1H7.framer-moxby8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-uS1H7.framer-moxby8 > :first-child, .framer-uS1H7 .framer-wzc19l > :first-child { margin-top: 0px; } .framer-uS1H7.framer-moxby8 > :last-child, .framer-uS1H7 .framer-wzc19l > :last-child { margin-bottom: 0px; } .framer-uS1H7 .framer-bz94ec > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-uS1H7 .framer-bz94ec > :first-child, .framer-uS1H7 .framer-1mhvhia > :first-child { margin-left: 0px; } .framer-uS1H7 .framer-bz94ec > :last-child, .framer-uS1H7 .framer-1mhvhia > :last-child { margin-right: 0px; } .framer-uS1H7 .framer-wzc19l > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-uS1H7 .framer-1mhvhia > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-uS1H7.framer-v-9s4tui.framer-moxby8 { width: 387px; }\",\".framer-uS1H7.framer-v-9s4tui .framer-wzc19l { align-content: center; align-items: center; justify-content: center; }\",\".framer-uS1H7.framer-v-9s4tui .framer-zv6sfj { max-width: 90%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 692\n * @framerIntrinsicWidth 1360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zw43jmoRf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameroxjt70BdW=withCSS(Component,css,\"framer-uS1H7\");export default Frameroxjt70BdW;Frameroxjt70BdW.displayName=\"Section / Testimonials\";Frameroxjt70BdW.defaultProps={height:692,width:1360};addPropertyControls(Frameroxjt70BdW,{variant:{options:[\"m1BiC43aw\",\"zw43jmoRf\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameroxjt70BdW,[{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\"}]},...TestimonialFonts,...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameroxjt70BdW\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1360\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"692\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zw43jmoRf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oxjt70BdW.map"],
  "mappings": "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",
  "names": ["DragScroll", "containerRef", "pe", "isDragging", "setIsDragging", "ye", "startX", "setStartX", "scrollLeft", "setScrollLeft", "velocityRef", "animationRef", "onMouseDown", "e", "onMouseMove", "deltaX", "onMouseUp", "applyMomentum", "velocity", "friction", "animate", "withDragScroll", "C", "props", "re", "DataObserverContext", "p", "UserTitleFonts", "getFonts", "At5UQVsRB_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "message", "name1", "profileImg", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "mLNNcCFW4", "ikCJBvhTn", "la7lOesrk", "Q4qvvhz_3", "Kq5s2M6jc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerZuBWc2sM3", "withCSS", "ZuBWc2sM3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TestimonialFonts", "getFonts", "ZuBWc2sM3_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "SlideshowFonts", "Slideshow", "MotionDivWithDragScroll1mhvhia", "withCodeBoundaryForOverrides", "motion", "withDragScroll", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "Frameroxjt70BdW", "withCSS", "oxjt70BdW_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
