{"version":3,"file":"dvy_mtAqK.APlFNP69.mjs","names":["addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","toResponsiveImage","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","Image","CustomerStoriesTabButton","React.useContext","React.useMemo","React.Fragment","useRef","React.useId"],"sources":["https:/framerusercontent.com/modules/PBQlsossKnITSxtVDoy6/LwtzuMdkwszsVp642xoW/MovingLine.js","https:/framerusercontent.com/modules/28CYCRxZYaV1OqLwSTDB/RmFmE5SpjiAPLNooDY4z/OfM9en7Mz.js","https:/framerusercontent.com/modules/pGuL6ZMzGFmueMLovWT4/c0IBGWx0a6SD6f8urVSj/dvy_mtAqK.js"],"sourcesContent":["// Line component with customizable background, line color, and animation duration\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerIntrinsicWidth 280\n * @framerIntrinsicHeight 5\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight fixed\n */export default function MovingLine(props){const{backgroundColor,lineColor,duration,animationEnabled,lineHeight}=props;return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:`${Math.max(lineHeight,5)}px`,minHeight:\"5px\",backgroundColor,position:\"relative\",overflow:\"hidden\"},role:\"progressbar\",\"aria-label\":\"Animated horizontal line\",\"aria-valuemin\":0,\"aria-valuemax\":100,tabIndex:0,children:animationEnabled&&/*#__PURE__*/_jsx(motion.div,{style:{position:\"absolute\",backgroundColor:lineColor,width:\"100%\",height:\"100%\",top:\"0\",left:\"0\"},initial:{x:\"-100%\"},animate:{x:\"0%\"},transition:{duration,ease:\"easeInOut\",repeat:Infinity,repeatType:\"loop\"}})});}addPropertyControls(MovingLine,{backgroundColor:{type:ControlType.Color,title:\"Background Color\",defaultValue:\"#F5F5F5\"},lineColor:{type:ControlType.Color,title:\"Line Color\",defaultValue:\"#000000\"},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2,min:.1,max:10,step:.1,unit:\"s\"},lineHeight:{type:ControlType.Number,title:\"Line Height\",defaultValue:5,min:5,max:20,step:1,unit:\"px\"},animationEnabled:{type:ControlType.Boolean,title:\"Animation\",defaultValue:true,enabledTitle:\"On\",disabledTitle:\"Off\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MovingLine\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"5\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"280\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MovingLine.map","// Generated by Framer (9cd6ca5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,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 MovingLine from\"https://framerusercontent.com/modules/PBQlsossKnITSxtVDoy6/LwtzuMdkwszsVp642xoW/MovingLine.js\";const MovingLineFonts=getFonts(MovingLine);const cycleOrder=[\"MOJx3FuNV\",\"D0efgKRx4\"];const serializationHash=\"framer-0WUfr\";const variantClassNames={D0efgKRx4:\"framer-v-7gg3ji\",MOJx3FuNV:\"framer-v-x02lig\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 humanReadableVariantMap={\"Not Active\":\"D0efgKRx4\",Active:\"MOJx3FuNV\"};const getProps=({click,height,id,logo,width,...props})=>{return{...props,G7BjpyLv9:click??props.G7BjpyLv9,Q9qX_Bxjf:logo??props.Q9qX_Bxjf??{alt:\"\",pixelHeight:72,pixelWidth:280,src:\"https://framerusercontent.com/images/KwllnHKh7ISiDPaxBJwZa0lF2Dg.svg\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"MOJx3FuNV\"};};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,G7BjpyLv9,Q9qX_Bxjf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MOJx3FuNV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1bqt8er=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(G7BjpyLv9){const res=await G7BjpyLv9(...args);if(res===false)return false;}});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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:72,pixelWidth:280,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Q9qX_Bxjf)},className:cx(scopingClassNames,\"framer-x02lig\",className,classNames),\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MOJx3FuNV\",onTap:onTap1bqt8er,ref:refBinding,style:{opacity:1,...style},variants:{D0efgKRx4:{opacity:.6}},...addPropertyOverrides({D0efgKRx4:{\"data-framer-name\":\"Not Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a4kc49\",layoutDependency:layoutDependency,layoutId:\"y4Y6IhU6h\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zzguy6-container\",\"data-code-component-plugin-id\":\"84d4c1\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"gnLLPO3j5-container\",nodeId:\"gnLLPO3j5\",rendersWithMotion:true,scopeId:\"OfM9en7Mz\",children:/*#__PURE__*/_jsx(MovingLine,{animationEnabled:true,backgroundColor:\"rgb(238, 238, 238)\",duration:8,height:\"100%\",id:\"gnLLPO3j5\",layoutId:\"gnLLPO3j5\",lineColor:\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208))\",lineHeight:5,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({D0efgKRx4:{animationEnabled:false}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0WUfr.framer-14yg9hf, .framer-0WUfr .framer-14yg9hf { display: block; }\",\".framer-0WUfr.framer-x02lig { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 280px; }\",\".framer-0WUfr .framer-a4kc49 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-0WUfr .framer-zzguy6-container { flex: 1 0 0px; height: 2px; position: relative; width: 1px; z-index: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"D0efgKRx4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"G7BjpyLv9\":\"click\",\"Q9qX_Bxjf\":\"logo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerOfM9en7Mz=withCSS(Component,css,\"framer-0WUfr\");export default FramerOfM9en7Mz;FramerOfM9en7Mz.displayName=\"Customer Stories Tab button\";FramerOfM9en7Mz.defaultProps={height:72,width:280};addPropertyControls(FramerOfM9en7Mz,{variant:{options:[\"MOJx3FuNV\",\"D0efgKRx4\"],optionTitles:[\"Active\",\"Not Active\"],title:\"Variant\",type:ControlType.Enum},G7BjpyLv9:{title:\"Click\",type:ControlType.EventHandler},Q9qX_Bxjf:{__defaultAssetReference:\"data:framer/asset-reference,KwllnHKh7ISiDPaxBJwZa0lF2Dg.svg?originalFilename=Frame+1000013628+%281%29.svg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,KwllnHKh7ISiDPaxBJwZa0lF2Dg.svg?originalFilename=Frame+1000013628+%281%29.svg&preferredSize=auto\"},title:\"Logo\",type:ControlType.ResponsiveImage}});addFonts(FramerOfM9en7Mz,[{explicitInter:true,fonts:[]},...MovingLineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOfM9en7Mz\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"G7BjpyLv9\\\":\\\"click\\\",\\\"Q9qX_Bxjf\\\":\\\"logo\\\"}\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D0efgKRx4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"72\",\"framerIntrinsicWidth\":\"280\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OfM9en7Mz.map","// Generated by Framer (ba156f5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CustomerStoriesTabButton from\"https://framerusercontent.com/modules/28CYCRxZYaV1OqLwSTDB/RmFmE5SpjiAPLNooDY4z/OfM9en7Mz.js\";const CustomerStoriesTabButtonFonts=getFonts(CustomerStoriesTabButton);const CustomerStoriesTabButtonControls=getPropertyControls(CustomerStoriesTabButton);const cycleOrder=[\"Vl9GInO2K\",\"oiaEwxEoI\",\"CXW6EF7QV\",\"SJPFylq7b\",\"CwlU5i1eK\"];const serializationHash=\"framer-f3H8n\";const variantClassNames={CwlU5i1eK:\"framer-v-12ol0e2\",CXW6EF7QV:\"framer-v-105nih9\",oiaEwxEoI:\"framer-v-up87ma\",SJPFylq7b:\"framer-v-mplzlb\",Vl9GInO2K:\"framer-v-154q1xc\"};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 humanReadableEnumMap={\"Not Active\":\"D0efgKRx4\",Active:\"MOJx3FuNV\"};const humanReadableVariantMap={\"Variant 3\":\"CXW6EF7QV\",\"Variant 4\":\"SJPFylq7b\",\"Variant 5\":\"CwlU5i1eK\",Desktop:\"Vl9GInO2K\",Mobile:\"oiaEwxEoI\"};const getProps=({button1,button2,button3,button4,click1,click2,click3,click4,height,id,logo,logo2,logo3,logo4,width,...props})=>{return{...props,bWc4fX1rT:humanReadableEnumMap[button2]??button2??props.bWc4fX1rT??\"D0efgKRx4\",dMc0YGKDy:logo4??props.dMc0YGKDy??{pixelHeight:72,pixelWidth:280,src:\"https://framerusercontent.com/images/TaMIFEptyWfC23Na53Dj7rlD6R8.svg\"},Eu2ChA1xL:click3??props.Eu2ChA1xL,J3B44_zdO:click4??props.J3B44_zdO,jobBlWM07:click2??props.jobBlWM07,l3jdn4Ep_:logo??props.l3jdn4Ep_??{pixelHeight:72,pixelWidth:280,src:\"https://framerusercontent.com/images/KwllnHKh7ISiDPaxBJwZa0lF2Dg.svg\"},NdtJ4fL91:humanReadableEnumMap[button4]??button4??props.NdtJ4fL91??\"D0efgKRx4\",Oqh6cWcex:logo2??props.Oqh6cWcex??{pixelHeight:72,pixelWidth:280,src:\"https://framerusercontent.com/images/OrbXxpagWwylreBKhtwu4feA0.svg\"},p0NMok3qY:logo3??props.p0NMok3qY??{pixelHeight:72,pixelWidth:280,src:\"https://framerusercontent.com/images/Zsk6qrfZfq9sx7h80i8brUyFyo.svg\"},s4Y0lnOFx:humanReadableEnumMap[button1]??button1??props.s4Y0lnOFx??\"MOJx3FuNV\",TqlUy1ji_:humanReadableEnumMap[button3]??button3??props.TqlUy1ji_??\"D0efgKRx4\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Vl9GInO2K\",wikeVHZdE:click1??props.wikeVHZdE};};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,s4Y0lnOFx,bWc4fX1rT,TqlUy1ji_,NdtJ4fL91,wikeVHZdE,jobBlWM07,Eu2ChA1xL,J3B44_zdO,l3jdn4Ep_,Oqh6cWcex,p0NMok3qY,dMc0YGKDy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Vl9GInO2K\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear126w39b=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"CXW6EF7QV\",true),8e3);});const onAppear1dsk9d=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SJPFylq7b\",true),8e3);});const onAppearbfl94v=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"CwlU5i1eK\",true),8e3);});const onAppear1x0w5tt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"oiaEwxEoI\",true),8e3);});const G7BjpyLv9rw9llt=activeVariantCallback(async(...args)=>{if(wikeVHZdE){const res=await wikeVHZdE(...args);if(res===false)return false;}});const G7BjpyLv91odzpo4=activeVariantCallback(async(...args)=>{if(jobBlWM07){const res=await jobBlWM07(...args);if(res===false)return false;}});const G7BjpyLv919e1cql=activeVariantCallback(async(...args)=>{if(Eu2ChA1xL){const res=await Eu2ChA1xL(...args);if(res===false)return false;}});const G7BjpyLv91uk25mh=activeVariantCallback(async(...args)=>{if(J3B44_zdO){const res=await J3B44_zdO(...args);if(res===false)return false;}});useOnVariantChange(baseVariant,{CwlU5i1eK:onAppear1x0w5tt,CXW6EF7QV:onAppear1dsk9d,oiaEwxEoI:onAppear126w39b,SJPFylq7b:onAppearbfl94v});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"CXW6EF7QV\",\"SJPFylq7b\",\"CwlU5i1eK\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"oiaEwxEoI\",\"SJPFylq7b\",\"CwlU5i1eK\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"oiaEwxEoI\",\"CXW6EF7QV\",\"CwlU5i1eK\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"oiaEwxEoI\",\"CXW6EF7QV\",\"SJPFylq7b\"].includes(baseVariant))return false;return true;};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-154q1xc\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Vl9GInO2K\",ref:refBinding,style:{...style},...addPropertyOverrides({CwlU5i1eK:{\"data-framer-name\":\"Variant 5\",\"data-highlight\":true},CXW6EF7QV:{\"data-framer-name\":\"Variant 3\",\"data-highlight\":true},oiaEwxEoI:{\"data-framer-name\":\"Mobile\",\"data-highlight\":true},SJPFylq7b:{\"data-framer-name\":\"Variant 4\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max(${componentViewport?.width||\"100vw\"} / 4, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-72)/2),...addPropertyOverrides({oiaEwxEoI:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1csmx8n-container\",layoutDependency:layoutDependency,layoutId:\"b3hOpbM4M-container\",nodeId:\"b3hOpbM4M\",rendersWithMotion:true,scopeId:\"dvy_mtAqK\",children:/*#__PURE__*/_jsx(CustomerStoriesTabButton,{G7BjpyLv9:G7BjpyLv9rw9llt,height:\"100%\",id:\"b3hOpbM4M\",layoutId:\"b3hOpbM4M\",Q9qX_Bxjf:toResponsiveImage(l3jdn4Ep_),style:{height:\"100%\",width:\"100%\"},variant:s4Y0lnOFx,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max(${componentViewport?.width||\"100vw\"} / 4, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-72)/2),...addPropertyOverrides({CXW6EF7QV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-170zzha-container\",layoutDependency:layoutDependency,layoutId:\"UefjczuRL-container\",nodeId:\"UefjczuRL\",rendersWithMotion:true,scopeId:\"dvy_mtAqK\",children:/*#__PURE__*/_jsx(CustomerStoriesTabButton,{G7BjpyLv9:G7BjpyLv91odzpo4,height:\"100%\",id:\"UefjczuRL\",layoutId:\"UefjczuRL\",Q9qX_Bxjf:toResponsiveImage(Oqh6cWcex),style:{height:\"100%\",width:\"100%\"},variant:bWc4fX1rT,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max(${componentViewport?.width||\"100vw\"} / 4, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-72)/2),...addPropertyOverrides({SJPFylq7b:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4qza9t-container\",layoutDependency:layoutDependency,layoutId:\"jXnzRS_LZ-container\",nodeId:\"jXnzRS_LZ\",rendersWithMotion:true,scopeId:\"dvy_mtAqK\",children:/*#__PURE__*/_jsx(CustomerStoriesTabButton,{G7BjpyLv9:G7BjpyLv919e1cql,height:\"100%\",id:\"jXnzRS_LZ\",layoutId:\"jXnzRS_LZ\",Q9qX_Bxjf:toResponsiveImage(p0NMok3qY),style:{height:\"100%\",width:\"100%\"},variant:TqlUy1ji_,width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max(${componentViewport?.width||\"100vw\"} / 4, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-72)/2),...addPropertyOverrides({CwlU5i1eK:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v1l2bw-container\",layoutDependency:layoutDependency,layoutId:\"vDnAF2EtD-container\",nodeId:\"vDnAF2EtD\",rendersWithMotion:true,scopeId:\"dvy_mtAqK\",children:/*#__PURE__*/_jsx(CustomerStoriesTabButton,{G7BjpyLv9:G7BjpyLv91uk25mh,height:\"100%\",id:\"vDnAF2EtD\",layoutId:\"vDnAF2EtD\",Q9qX_Bxjf:toResponsiveImage(dMc0YGKDy),style:{height:\"100%\",width:\"100%\"},variant:NdtJ4fL91,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f3H8n.framer-ws9996, .framer-f3H8n .framer-ws9996 { display: block; }\",\".framer-f3H8n.framer-154q1xc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1120px; }\",\".framer-f3H8n .framer-1csmx8n-container, .framer-f3H8n .framer-170zzha-container, .framer-f3H8n .framer-4qza9t-container, .framer-f3H8n .framer-1v1l2bw-container { flex: 1 0 0px; height: 72px; position: relative; width: 1px; }\",\".framer-f3H8n.framer-v-up87ma.framer-154q1xc, .framer-f3H8n.framer-v-105nih9.framer-154q1xc, .framer-f3H8n.framer-v-mplzlb.framer-154q1xc, .framer-f3H8n.framer-v-12ol0e2.framer-154q1xc { flex-direction: column; width: 390px; }\",\".framer-f3H8n.framer-v-up87ma .framer-1csmx8n-container, .framer-f3H8n.framer-v-105nih9 .framer-170zzha-container, .framer-f3H8n.framer-v-mplzlb .framer-4qza9t-container, .framer-f3H8n.framer-v-12ol0e2 .framer-1v1l2bw-container { flex: none; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oiaEwxEoI\":{\"layout\":[\"fixed\",\"auto\"]},\"CXW6EF7QV\":{\"layout\":[\"fixed\",\"auto\"]},\"SJPFylq7b\":{\"layout\":[\"fixed\",\"auto\"]},\"CwlU5i1eK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"s4Y0lnOFx\":\"button1\",\"bWc4fX1rT\":\"button2\",\"TqlUy1ji_\":\"button3\",\"NdtJ4fL91\":\"button4\",\"wikeVHZdE\":\"click1\",\"jobBlWM07\":\"click2\",\"Eu2ChA1xL\":\"click3\",\"J3B44_zdO\":\"click4\",\"l3jdn4Ep_\":\"logo\",\"Oqh6cWcex\":\"logo2\",\"p0NMok3qY\":\"logo3\",\"dMc0YGKDy\":\"logo4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerdvy_mtAqK=withCSS(Component,css,\"framer-f3H8n\");export default Framerdvy_mtAqK;Framerdvy_mtAqK.displayName=\"Customer stories Button Wrapper\";Framerdvy_mtAqK.defaultProps={height:72,width:1120};addPropertyControls(Framerdvy_mtAqK,{variant:{options:[\"Vl9GInO2K\",\"oiaEwxEoI\",\"CXW6EF7QV\",\"SJPFylq7b\",\"CwlU5i1eK\"],optionTitles:[\"Desktop\",\"Mobile\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},s4Y0lnOFx:CustomerStoriesTabButtonControls?.[\"variant\"]&&{...CustomerStoriesTabButtonControls[\"variant\"],defaultValue:\"MOJx3FuNV\",description:undefined,hidden:undefined,title:\"Button 1\"},bWc4fX1rT:CustomerStoriesTabButtonControls?.[\"variant\"]&&{...CustomerStoriesTabButtonControls[\"variant\"],defaultValue:\"D0efgKRx4\",description:undefined,hidden:undefined,title:\"Button 2\"},TqlUy1ji_:CustomerStoriesTabButtonControls?.[\"variant\"]&&{...CustomerStoriesTabButtonControls[\"variant\"],defaultValue:\"D0efgKRx4\",description:undefined,hidden:undefined,title:\"Button 3\"},NdtJ4fL91:CustomerStoriesTabButtonControls?.[\"variant\"]&&{...CustomerStoriesTabButtonControls[\"variant\"],defaultValue:\"D0efgKRx4\",description:undefined,hidden:undefined,title:\"Button 4\"},wikeVHZdE:{title:\"Click 1\",type:ControlType.EventHandler},jobBlWM07:{title:\"Click 2\",type:ControlType.EventHandler},Eu2ChA1xL:{title:\"Click 3\",type:ControlType.EventHandler},J3B44_zdO:{title:\"Click 4\",type:ControlType.EventHandler},l3jdn4Ep_:{__defaultAssetReference:\"data:framer/asset-reference,KwllnHKh7ISiDPaxBJwZa0lF2Dg.svg?originalFilename=Frame+1000013628+%281%29.svg&preferredSize=auto\",title:\"Logo\",type:ControlType.ResponsiveImage},Oqh6cWcex:{__defaultAssetReference:\"data:framer/asset-reference,OrbXxpagWwylreBKhtwu4feA0.svg?originalFilename=Frame+1000013629.svg&preferredSize=auto\",title:\"Logo 2\",type:ControlType.ResponsiveImage},p0NMok3qY:{__defaultAssetReference:\"data:framer/asset-reference,Zsk6qrfZfq9sx7h80i8brUyFyo.svg?originalFilename=Frame+1000013630.svg&preferredSize=auto\",title:\"Logo 3\",type:ControlType.ResponsiveImage},dMc0YGKDy:{__defaultAssetReference:\"data:framer/asset-reference,TaMIFEptyWfC23Na53Dj7rlD6R8.svg?originalFilename=Frame+1000013375.svg&preferredSize=auto\",title:\"Logo 4\",type:ControlType.ResponsiveImage}});addFonts(Framerdvy_mtAqK,[{explicitInter:true,fonts:[]},...CustomerStoriesTabButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerdvy_mtAqK\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oiaEwxEoI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CXW6EF7QV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SJPFylq7b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CwlU5i1eK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"72\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1120\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"s4Y0lnOFx\\\":\\\"button1\\\",\\\"bWc4fX1rT\\\":\\\"button2\\\",\\\"TqlUy1ji_\\\":\\\"button3\\\",\\\"NdtJ4fL91\\\":\\\"button4\\\",\\\"wikeVHZdE\\\":\\\"click1\\\",\\\"jobBlWM07\\\":\\\"click2\\\",\\\"Eu2ChA1xL\\\":\\\"click3\\\",\\\"J3B44_zdO\\\":\\\"click4\\\",\\\"l3jdn4Ep_\\\":\\\"logo\\\",\\\"Oqh6cWcex\\\":\\\"logo2\\\",\\\"p0NMok3qY\\\":\\\"logo3\\\",\\\"dMc0YGKDy\\\":\\\"logo4\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dvy_mtAqK.map"],"mappings":"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"}