{"version":3,"file":"sn24ShPwD.CwDjmH4Y.mjs","names":["_Fragment","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","toResponsiveImage","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","Image","css","seed","x","Image"],"sources":["https:/framerusercontent.com/modules/tBu2DzBRkRvbCIH0HAij/eo0x9eajAyQgR5GpK3HG/Counter.js","https:/framerusercontent.com/modules/MU8U0qGd2qHLsyVD30I7/iVQtVFB54ox7zhgOKmwn/GU5NXHkXQ.js","https:/framerusercontent.com/modules/Sbggi7pABMeiioofJaMW/js4hHcnjcgPpT0FLKvSr/sbTJLqG1x.js","https:/framerusercontent.com/modules/1seC6lTGaElL9v39mqr7/WoNFejg6u4jxZncSXkDP/DDPATBackground.js","https:/framerusercontent.com/modules/OWjRl5hRR7TzmiYguZsY/pKYzSJvT37simR6qQ67d/sn24ShPwD.js"],"sourcesContent":["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{useInView,useMotionValue,useSpring}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Counter({decimal,value,decimalValue,direction,stiffness,damping,prefix,prefixText,suffix,suffixText,color,fontStyle}){const initialValue=0;const ref=useRef(null);const updatedDecimalValue=decimal===true?decimalValue:value;const motionValue=useMotionValue(direction===\"down\"?updatedDecimalValue:initialValue);const springValue=useSpring(motionValue,{damping:damping,stiffness:stiffness});const isInView=useInView(ref,{once:true,margin:\"-100px\"});useEffect(()=>{if(isInView){motionValue.set(direction===\"down\"?initialValue:updatedDecimalValue);}},[motionValue,isInView]);useEffect(()=>springValue.on(\"change\",latest=>{if(ref.current){ref.current.textContent=Intl.NumberFormat(\"en-US\").format(latest.toFixed(decimal===true?2:0));}}),[springValue]);return /*#__PURE__*/_jsxs(_Fragment,{children:[prefix?/*#__PURE__*/_jsx(\"span\",{style:{...fontStyle,color:color},children:prefixText}):null,/*#__PURE__*/_jsx(\"span\",{ref:ref,style:{...fontStyle,color:color},children:initialValue}),suffix?/*#__PURE__*/_jsx(\"span\",{style:{...fontStyle,color:color},children:suffixText}):null]});}Counter.defaultProps={decimal:false,value:100,decimalValue:100,direction:\"up\",stiffness:300,damping:100,prefix:false,prefixText:\"\",suffix:false,suffixText:\"\",color:\"#000000\",fontStyle:\"\"};addPropertyControls(Counter,{decimal:{title:\"Decimal\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},value:{title:\"Value\",type:ControlType.Number,min:0,max:1e3,hidden(props){return props.decimal===true;}},decimalValue:{title:\"Value\",type:ControlType.Number,min:0,max:1e3,step:.01,hidden(props){return props.decimal===false;}},prefix:{title:\"Prefix\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},prefixText:{title:\"Prefix Value\",type:ControlType.String,hidden(props){return props.prefix===false;}},suffix:{title:\"Suffix\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},suffixText:{title:\"Suffix Value\",type:ControlType.String,hidden(props){return props.suffix===false;}},direction:{title:\"Direction\",type:ControlType.Enum,options:[\"up\",\"down\"]},stiffness:{title:\"Stiffness\",type:ControlType.Number,min:1,max:1e3},damping:{title:\"Damping\",type:ControlType.Number,min:0,max:100},color:{title:\"Color\",type:ControlType.Color},fontStyle:{title:\"Font Style\",type:\"font\",controls:\"extended\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map","// Generated by Framer (f8e3bf6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Counter from\"https://framerusercontent.com/modules/tBu2DzBRkRvbCIH0HAij/eo0x9eajAyQgR5GpK3HG/Counter.js\";const CounterFonts=getFonts(Counter);const enabledGestures={AAEvT0tkV:{hover:true}};const cycleOrder=[\"GWpYLSYhD\",\"FnGWcQvTs\",\"AAEvT0tkV\",\"oFs6k9iru\"];const serializationHash=\"framer-HcP3y\";const variantClassNames={AAEvT0tkV:\"framer-v-kpfiwi\",FnGWcQvTs:\"framer-v-1bksic6\",GWpYLSYhD:\"framer-v-wsc1ht\",oFs6k9iru:\"framer-v-1h0a5uu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"GWpYLSYhD\",\"Variant 2\":\"FnGWcQvTs\",\"Variant 3\":\"AAEvT0tkV\",\"Variant 4\":\"oFs6k9iru\"};const getProps=({damping,fill,height,id,link,prefixValue,suffixValue,textColor,title,title2,value,width,...props})=>{return{...props,ajqqQBuWB:title??props.ajqqQBuWB??\"Customer Satisfaction\",EFq86dYY_:damping??props.EFq86dYY_??32,fs8XFpBY6:textColor??props.fs8XFpBY6??\"var(--token-06b70e07-246d-4aeb-9fa8-16efcb83ba65, rgb(46, 47, 51))\",I5KZBN_9y:link??props.I5KZBN_9y,jGMSlKteU:prefixValue??props.jGMSlKteU,JIHWgzhTA:value??props.JIHWgzhTA??100,rsRzbiXG9:title2??props.rsRzbiXG9??\"text\",uEawIhS_l:fill??props.uEawIhS_l??\"var(--token-36fe4256-6030-426c-bea2-0c015636e125, rgba(211, 211, 212, 0.3))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"GWpYLSYhD\",vetq_nBxc:suffixValue??props.vetq_nBxc??\"%\"};};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,JIHWgzhTA,jGMSlKteU,vetq_nBxc,ajqqQBuWB,EFq86dYY_,uEawIhS_l,fs8XFpBY6,rsRzbiXG9,I5KZBN_9y,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GWpYLSYhD\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"FnGWcQvTs\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"AAEvT0tkV-hover\")return false;if([\"FnGWcQvTs\",\"AAEvT0tkV\"].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__*/_jsx(Link,{motionChild:true,nodeId:\"GWpYLSYhD\",scopeId:\"GU5NXHkXQ\",...addPropertyOverrides({AAEvT0tkV:{href:I5KZBN_9y}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-wsc1ht\",className,classNames)} framer-snjrow`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GWpYLSYhD\",ref:refBinding,style:{backgroundColor:uEawIhS_l,...style},variants:{\"AAEvT0tkV-hover\":{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(0, 126, 217))\"}},...addPropertyOverrides({\"AAEvT0tkV-hover\":{\"data-framer-name\":undefined},AAEvT0tkV:{\"data-framer-name\":\"Variant 3\"},FnGWcQvTs:{\"data-framer-name\":\"Variant 2\"},oFs6k9iru:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ezitas\",layoutDependency:layoutDependency,layoutId:\"n3qR1G4FM\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hp8nm0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"cUO1MMw66-container\",nodeId:\"cUO1MMw66\",rendersWithMotion:true,scopeId:\"GU5NXHkXQ\",children:/*#__PURE__*/_jsx(Counter,{color:fs8XFpBY6,damping:EFq86dYY_,decimal:false,decimalValue:99.99,direction:\"up\",fontStyle:{fontFamily:'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',fontSize:\"64px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"cUO1MMw66\",layoutId:\"cUO1MMw66\",prefix:true,prefixText:jGMSlKteU,stiffness:160,suffix:true,suffixText:vetq_nBxc,value:JIHWgzhTA,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ezd178-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zevpv08L1-container\",nodeId:\"zevpv08L1\",rendersWithMotion:true,scopeId:\"GU5NXHkXQ\",children:/*#__PURE__*/_jsx(Counter,{color:fs8XFpBY6,damping:EFq86dYY_,decimal:false,decimalValue:99.99,direction:\"up\",fontStyle:{fontFamily:'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',fontSize:\"64px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"zevpv08L1\",layoutId:\"zevpv08L1\",prefix:true,prefixText:jGMSlKteU,stiffness:160,suffix:true,suffixText:vetq_nBxc,value:JIHWgzhTA,width:\"100%\",...addPropertyOverrides({oFs6k9iru:{fontStyle:{fontFamily:'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',fontSize:\"50px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hha3JhIFBldGNoLTUwMA==\",\"--framer-font-family\":'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"text\"})}),className:\"framer-y73vyy\",fonts:[\"GF;Chakra Petch-500\"],layoutDependency:layoutDependency,layoutId:\"xz_DJfGkg\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rsRzbiXG9,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hha3JhIFBldGNoLTUwMA==\",\"--framer-font-family\":'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-fs8XFpBY6-GU5NXHkXQ))\"},children:\"Customer Satisfaction\"})}),className:\"framer-193nnqd\",fonts:[\"GF;Chakra Petch-500\"],layoutDependency:layoutDependency,layoutId:\"JbfmfWe_B\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-fs8XFpBY6-GU5NXHkXQ)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-fs8XFpBY6-GU5NXHkXQ\":fs8XFpBY6},text:ajqqQBuWB,variants:{\"AAEvT0tkV-hover\":{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"AAEvT0tkV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hha3JhIFBldGNoLTUwMA==\",\"--framer-font-family\":'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Customer Satisfaction\"})})},oFs6k9iru:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hha3JhIFBldGNoLTUwMA==\",\"--framer-font-family\":'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-fs8XFpBY6-GU5NXHkXQ))\"},children:\"Customer Satisfaction\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HcP3y.framer-snjrow, .framer-HcP3y .framer-snjrow { display: block; }\",\".framer-HcP3y.framer-wsc1ht { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: min-content; }\",\".framer-HcP3y .framer-1ezitas { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 210px; }\",\".framer-HcP3y .framer-1hp8nm0-container, .framer-HcP3y .framer-1ezd178-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-HcP3y .framer-y73vyy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HcP3y .framer-193nnqd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 210px; word-break: break-word; word-wrap: break-word; }\",\".framer-HcP3y.framer-v-1bksic6.framer-wsc1ht { gap: 45px; }\",\".framer-HcP3y.framer-v-1bksic6 .framer-1ezitas { align-self: stretch; flex-direction: column; width: auto; }\",\".framer-HcP3y.framer-v-1bksic6 .framer-1hp8nm0-container { order: 1; }\",\".framer-HcP3y.framer-v-1bksic6 .framer-y73vyy { order: 0; }\",\".framer-HcP3y.framer-v-kpfiwi.framer-wsc1ht { cursor: pointer; text-decoration: none; }\",\".framer-HcP3y.framer-v-kpfiwi .framer-1ezitas { min-height: 200px; }\",\".framer-HcP3y.framer-v-1h0a5uu.framer-wsc1ht { align-content: center; align-items: center; }\",\".framer-HcP3y.framer-v-1h0a5uu .framer-193nnqd { align-self: stretch; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 281\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FnGWcQvTs\":{\"layout\":[\"auto\",\"auto\"]},\"AAEvT0tkV\":{\"layout\":[\"auto\",\"auto\"]},\"oFs6k9iru\":{\"layout\":[\"auto\",\"auto\"]},\"faGkhQUai\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"JIHWgzhTA\":\"value\",\"jGMSlKteU\":\"prefixValue\",\"vetq_nBxc\":\"suffixValue\",\"ajqqQBuWB\":\"title\",\"EFq86dYY_\":\"damping\",\"uEawIhS_l\":\"fill\",\"fs8XFpBY6\":\"textColor\",\"rsRzbiXG9\":\"title2\",\"I5KZBN_9y\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGU5NXHkXQ=withCSS(Component,css,\"framer-HcP3y\");export default FramerGU5NXHkXQ;FramerGU5NXHkXQ.displayName=\"About/stats-card\";FramerGU5NXHkXQ.defaultProps={height:281,width:250};addPropertyControls(FramerGU5NXHkXQ,{variant:{options:[\"GWpYLSYhD\",\"FnGWcQvTs\",\"AAEvT0tkV\",\"oFs6k9iru\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},JIHWgzhTA:{defaultValue:100,max:1e3,min:0,title:\"Value\",type:ControlType.Number},jGMSlKteU:{defaultValue:\"\",title:\"Prefix Value\",type:ControlType.String},vetq_nBxc:{defaultValue:\"%\",title:\"Suffix Value\",type:ControlType.String},ajqqQBuWB:{defaultValue:\"Customer Satisfaction\",displayTextArea:false,title:\"Title\",type:ControlType.String},EFq86dYY_:{defaultValue:32,description:\"to add a bit delay\",max:100,min:0,title:\"Damping\",type:ControlType.Number},uEawIhS_l:{defaultValue:\"var(--token-36fe4256-6030-426c-bea2-0c015636e125, rgba(211, 211, 212, 0.3))\",title:\"Fill\",type:ControlType.Color},fs8XFpBY6:{defaultValue:'var(--token-06b70e07-246d-4aeb-9fa8-16efcb83ba65, rgb(46, 47, 51)) /* {\"name\":\"Steel Gray\"} */',title:\"Text Color\",type:ControlType.Color},rsRzbiXG9:{defaultValue:\"text\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},I5KZBN_9y:{title:\"Link\",type:ControlType.Link}});addFonts(FramerGU5NXHkXQ,[{explicitInter:true,fonts:[{family:\"Chakra Petch\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkebIlFRZXE3AY00g.woff2\",weight:\"500\"}]},...CounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGU5NXHkXQ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"281\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"JIHWgzhTA\\\":\\\"value\\\",\\\"jGMSlKteU\\\":\\\"prefixValue\\\",\\\"vetq_nBxc\\\":\\\"suffixValue\\\",\\\"ajqqQBuWB\\\":\\\"title\\\",\\\"EFq86dYY_\\\":\\\"damping\\\",\\\"uEawIhS_l\\\":\\\"fill\\\",\\\"fs8XFpBY6\\\":\\\"textColor\\\",\\\"rsRzbiXG9\\\":\\\"title2\\\",\\\"I5KZBN_9y\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FnGWcQvTs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AAEvT0tkV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oFs6k9iru\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"faGkhQUai\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"250\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GU5NXHkXQ.map","// Generated by Framer (7918caa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"TkbWwfJJF\",\"akYcT6B7T\",\"uNMmCa8TF\",\"l3sLWAwmt\",\"RV6cZ0SpD\"];const serializationHash=\"framer-aXyMr\";const variantClassNames={akYcT6B7T:\"framer-v-1t8mukx\",l3sLWAwmt:\"framer-v-1h9klc0\",RV6cZ0SpD:\"framer-v-1rcwra5\",TkbWwfJJF:\"framer-v-roellc\",uNMmCa8TF:\"framer-v-1rdsker\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1.3,ease:[.79,0,.88,.77],type:\"tween\"};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={\"01\":\"TkbWwfJJF\",\"02\":\"akYcT6B7T\",\"03\":\"uNMmCa8TF\",\"04\":\"l3sLWAwmt\",\"05 - Final\":\"RV6cZ0SpD\"};const getProps=({height,id,image,width,...props})=>{return{...props,RGUCKAkF8:image??props.RGUCKAkF8??{src:\"https://framerusercontent.com/images/20QdLTq9rqDCzuYlIYwHVFAl6Mc.jpg\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"TkbWwfJJF\"};};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,RGUCKAkF8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TkbWwfJJF\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear12wtf8c=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState,true),200);});useOnVariantChange(baseVariant,{default:onAppear12wtf8c,RV6cZ0SpD:undefined});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-roellc\",className,classNames),\"data-framer-name\":\"01\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TkbWwfJJF\",ref:refBinding,style:{...style},...addPropertyOverrides({akYcT6B7T:{\"data-framer-name\":\"02\"},l3sLWAwmt:{\"data-framer-name\":\"04\"},RV6cZ0SpD:{\"data-framer-name\":\"05 - Final\",\"data-highlight\":undefined},uNMmCa8TF:{\"data-framer-name\":\"03\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||720)-0-((componentViewport?.height||720)-0)*1)/2)),pixelHeight:1200,pixelWidth:678,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(RGUCKAkF8)},className:\"framer-1oewnck\",\"data-framer-name\":\"img\",layoutDependency:layoutDependency,layoutId:\"eQbbVYG8F\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-olkr3o\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"QHizNrOKX\",style:{backgroundColor:\"var(--token-ba5469a1-3890-44cc-aaeb-d6b7e143f20d, rgb(244, 244, 245))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oozvt7\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"wKD9PMJ6X\",style:{backgroundColor:\"var(--token-53e7e2d0-5a65-4de6-b2e6-a5be2ea3ac4b, rgb(15, 15, 17))\"},variants:{uNMmCa8TF:{backgroundColor:\"var(--token-06b70e07-246d-4aeb-9fa8-16efcb83ba65, rgb(46, 47, 51))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1z08bnw\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"uoJoJssp5\",style:{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(0, 126, 217))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14qzsu9\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"rorap0JM2\",style:{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(0, 126, 217))\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aXyMr.framer-ap9aiy, .framer-aXyMr .framer-ap9aiy { display: block; }\",\".framer-aXyMr.framer-roellc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 720px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 580px; }\",\".framer-aXyMr .framer-1oewnck { flex: 1 0 0px; gap: 0px; height: 100%; overflow: visible; position: relative; width: 1px; z-index: 1; }\",\".framer-aXyMr .framer-olkr3o { flex: none; gap: 0px; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 3; }\",\".framer-aXyMr .framer-1oozvt7 { flex: none; gap: 0px; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 4; }\",\".framer-aXyMr .framer-1z08bnw { flex: none; gap: 0px; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 5; }\",\".framer-aXyMr .framer-14qzsu9 { flex: none; gap: 0px; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 6; }\",\".framer-aXyMr.framer-v-1t8mukx .framer-14qzsu9, .framer-aXyMr.framer-v-1rdsker .framer-1z08bnw, .framer-aXyMr.framer-v-1rdsker .framer-14qzsu9, .framer-aXyMr.framer-v-1h9klc0 .framer-1oozvt7, .framer-aXyMr.framer-v-1h9klc0 .framer-1z08bnw, .framer-aXyMr.framer-v-1h9klc0 .framer-14qzsu9, .framer-aXyMr.framer-v-1rcwra5 .framer-olkr3o, .framer-aXyMr.framer-v-1rcwra5 .framer-1oozvt7, .framer-aXyMr.framer-v-1rcwra5 .framer-1z08bnw, .framer-aXyMr.framer-v-1rcwra5 .framer-14qzsu9 { left: unset; right: -1500px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 720\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"akYcT6B7T\":{\"layout\":[\"fixed\",\"fixed\"]},\"uNMmCa8TF\":{\"layout\":[\"fixed\",\"fixed\"]},\"l3sLWAwmt\":{\"layout\":[\"fixed\",\"fixed\"]},\"RV6cZ0SpD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"RGUCKAkF8\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramersbTJLqG1x=withCSS(Component,css,\"framer-aXyMr\");export default FramersbTJLqG1x;FramersbTJLqG1x.displayName=\"About/Hero-Image\";FramersbTJLqG1x.defaultProps={height:720,width:580};addPropertyControls(FramersbTJLqG1x,{variant:{options:[\"TkbWwfJJF\",\"akYcT6B7T\",\"uNMmCa8TF\",\"l3sLWAwmt\",\"RV6cZ0SpD\"],optionTitles:[\"01\",\"02\",\"03\",\"04\",\"05 - Final\"],title:\"Variant\",type:ControlType.Enum},RGUCKAkF8:{__defaultAssetReference:\"data:framer/asset-reference,20QdLTq9rqDCzuYlIYwHVFAl6Mc.jpg?originalFilename=photo-1607465452530-47cc9e3392e7%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxMTJ8fGhlbGljb3B0ZXJ8ZW58MHx8fHwxNzUwMDY2MzE4fDA%26ixlib%3Drb-4.1.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramersbTJLqG1x,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersbTJLqG1x\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"580\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"720\",\"framerVariables\":\"{\\\"RGUCKAkF8\\\":\\\"image\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"akYcT6B7T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uNMmCa8TF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"l3sLWAwmt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RV6cZ0SpD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sbTJLqG1x.map","// DDPAT Background Component with adjustable scramble speed and colors\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useState,startTransition}from\"react\";import{addPropertyControls,ControlType,useIsStaticRenderer}from\"framer\";/**\n * DDPAT Background\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function DDPATBackground(props){const{scrambleSpeed,color1,color2,color3,color4,style}=props;const canvasRef=useRef(null);const[seed,setSeed]=useState(0);const isStatic=useIsStaticRenderer();// DDPAT pattern generator with random polygons\nfunction drawDDPAT(ctx,w,h,seed){ctx.clearRect(0,0,w,h);const colors=[color1,color2,color3,color4];const cell=32;// Simple seeded random\nfunction seededRandom(x,y,s){return Math.abs(Math.sin(x*12.9898+y*78.233+s*.1234)*43758.5453)%1;}for(let y=0;y<h;y+=cell){for(let x=0;x<w;x+=cell){// Pick color randomly per cell\nconst idx=Math.floor(seededRandom(x,y,seed)*4);ctx.fillStyle=colors[idx];// Draw a random polygon (triangle or quad)\nconst shapeType=seededRandom(x+1,y+1,seed)>.5?\"triangle\":\"quad\";ctx.beginPath();if(shapeType===\"triangle\"){// Pick one of 4 triangle orientations\nconst t=Math.floor(seededRandom(x+2,y+2,seed)*4);if(t===0){ctx.moveTo(x,y);ctx.lineTo(x+cell,y);ctx.lineTo(x,y+cell);}else if(t===1){ctx.moveTo(x+cell,y);ctx.lineTo(x+cell,y+cell);ctx.lineTo(x,y);}else if(t===2){ctx.moveTo(x+cell,y+cell);ctx.lineTo(x,y+cell);ctx.lineTo(x+cell,y);}else{ctx.moveTo(x,y+cell);ctx.lineTo(x,y);ctx.lineTo(x+cell,y+cell);}}else{// Slightly jitter corners for a more camo look\nfunction jitter(val){return val+(seededRandom(val,seed,x+y)-.5)*cell*.3;}ctx.moveTo(jitter(x),jitter(y));ctx.lineTo(jitter(x+cell),jitter(y));ctx.lineTo(jitter(x+cell),jitter(y+cell));ctx.lineTo(jitter(x),jitter(y+cell));}ctx.closePath();ctx.fill();}}}useEffect(()=>{if(!canvasRef.current)return;const canvas=canvasRef.current;const ctx=canvas.getContext(\"2d\");if(!ctx)return;drawDDPAT(ctx,canvas.width,canvas.height,seed);},[color1,color2,color3,color4,seed]);useEffect(()=>{if(isStatic)return;let anim;function animate(){startTransition(()=>setSeed(s=>s+1));anim=window.setTimeout(animate,1e3/scrambleSpeed);}animate();return()=>{clearTimeout(anim);};},[scrambleSpeed,isStatic]);// Resize canvas to fit parent\nuseEffect(()=>{function resize(){if(!canvasRef.current)return;const parent=canvasRef.current.parentElement;if(!parent)return;const dpr=window.devicePixelRatio||1;canvasRef.current.width=parent.offsetWidth*dpr;canvasRef.current.height=parent.offsetHeight*dpr;canvasRef.current.style.width=parent.offsetWidth+\"px\";canvasRef.current.style.height=parent.offsetHeight+\"px\";}resize();window.addEventListener(\"resize\",resize);return()=>window.removeEventListener(\"resize\",resize);},[]);return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:\"100%\",height:\"100%\",position:\"relative\",overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"canvas\",{ref:canvasRef,style:{width:\"100%\",height:\"100%\",display:\"block\",position:\"absolute\",top:0,left:0},\"aria-hidden\":\"true\"})});}addPropertyControls(DDPATBackground,{scrambleSpeed:{type:ControlType.Number,title:\"Scramble Speed\",defaultValue:2,min:.1,max:20,step:.1,unit:\"Hz\"},color1:{type:ControlType.Color,title:\"Color 1\",defaultValue:\"#b7b7a4\"},color2:{type:ControlType.Color,title:\"Color 2\",defaultValue:\"#a5a58d\"},color3:{type:ControlType.Color,title:\"Color 3\",defaultValue:\"#6b705c\"},color4:{type:ControlType.Color,title:\"Color 4\",defaultValue:\"#ffe8d6\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DDPATBackground\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DDPATBackground.map","// Generated by Framer (f8e3bf6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AnimatedGradientBackground from\"https://framerusercontent.com/modules/xx99X8dO7V1Egbc8GwnH/ghH1aHLmGZ0iE7qXDFVk/AnimatedLiquidBackground_Prod.js\";import DDPATBackground from\"https://framerusercontent.com/modules/1seC6lTGaElL9v39mqr7/WoNFejg6u4jxZncSXkDP/DDPATBackground.js\";const AnimatedGradientBackgroundFonts=getFonts(AnimatedGradientBackground);const DDPATBackgroundFonts=getFonts(DDPATBackground);const MotionAWithFX=withFX(motion.a);const cycleOrder=[\"BgvGOiSh3\",\"wZMEnICEB\",\"ZaSa5rgRc\",\"bMGTpxcXH\",\"ZmRZHPi2z\"];const serializationHash=\"framer-U1fdU\";const variantClassNames={BgvGOiSh3:\"framer-v-1ew1tbw\",bMGTpxcXH:\"framer-v-1sxa7wa\",wZMEnICEB:\"framer-v-6jj714\",ZaSa5rgRc:\"framer-v-eexj8i\",ZmRZHPi2z:\"framer-v-141vhud\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const transition2={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={\"Premium Partner - Dark\":\"bMGTpxcXH\",\"Premium Partner - Light\":\"ZaSa5rgRc\",\"Regular - Dark\":\"wZMEnICEB\",\"Regular - Light\":\"BgvGOiSh3\",\"Variant 5\":\"ZmRZHPi2z\"};const getProps=({backgroundImage,backgroundToggle,gradientColor1,gradientColor2,gradientColor3,height,id,link,logo,title,width,...props})=>{return{...props,C6AVpUoSf:link??props.C6AVpUoSf,MGDggoUhd:gradientColor3??props.MGDggoUhd??\"rgb(0, 149, 255)\",OtLgm7xDc:gradientColor1??props.OtLgm7xDc??\"rgb(255, 255, 255)\",SflrpbOyy:title??props.SflrpbOyy??\"Customer Satisfaction\",sx1IDyUaE:gradientColor2??props.sx1IDyUaE??\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"BgvGOiSh3\",WYSdG87Pb:logo??props.WYSdG87Pb??{alt:\"\",pixelHeight:90,pixelWidth:91,src:\"https://framerusercontent.com/images/y8J99s3ydw0BdwYaOlil4ljcNfQ.png\"},ZDD6Maim5:backgroundToggle??props.ZDD6Maim5??true,zgHm7lg2Q:backgroundImage??props.zgHm7lg2Q};};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,WYSdG87Pb,SflrpbOyy,zgHm7lg2Q,ZDD6Maim5,MGDggoUhd,sx1IDyUaE,OtLgm7xDc,C6AVpUoSf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BgvGOiSh3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"ZaSa5rgRc\",\"bMGTpxcXH\",\"ZmRZHPi2z\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"ZmRZHPi2z\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:C6AVpUoSf,motionChild:true,nodeId:\"BgvGOiSh3\",openInNewTab:false,scopeId:\"sn24ShPwD\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:`${cx(scopingClassNames,\"framer-1ew1tbw\",className,classNames)} framer-phra48`,\"data-border\":true,\"data-framer-name\":\"Regular - Light\",layoutDependency:layoutDependency,layoutId:\"BgvGOiSh3\",ref:refBinding,style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"var(--token-36fe4256-6030-426c-bea2-0c015636e125, rgba(211, 211, 212, 0.3))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-36fe4256-6030-426c-bea2-0c015636e125, rgba(211, 211, 212, 0.3))\",...style},variants:{bMGTpxcXH:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},ZaSa5rgRc:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},ZmRZHPi2z:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({bMGTpxcXH:{\"data-framer-name\":\"Premium Partner - Dark\"},wZMEnICEB:{\"data-framer-name\":\"Regular - Dark\"},ZaSa5rgRc:{\"data-framer-name\":\"Premium Partner - Light\"},ZmRZHPi2z:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+(0+0+((componentViewport?.height||300)-40-148)/1*0)),pixelHeight:90,pixelWidth:91,sizes:\"40px\",...toResponsiveImage(WYSdG87Pb),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-184n5xa\",layoutDependency:layoutDependency,layoutId:\"SxTJqvB3l\",...addPropertyOverrides({bMGTpxcXH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+(0+0+((componentViewport?.height||300)-40-161)/1*0)),pixelHeight:90,pixelWidth:91,sizes:\"40px\",...toResponsiveImage(WYSdG87Pb),...{positionX:\"center\",positionY:\"center\"}}},ZaSa5rgRc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+(0+0+((componentViewport?.height||300)-40-161)/1*0)),pixelHeight:90,pixelWidth:91,sizes:\"40px\",...toResponsiveImage(WYSdG87Pb),...{positionX:\"center\",positionY:\"center\"}}},ZmRZHPi2z:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+(0+0+((componentViewport?.height||300)-40-161)/1*0)),pixelHeight:90,pixelWidth:91,sizes:\"40px\",...toResponsiveImage(WYSdG87Pb),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggTW9uby01MDA=\",\"--framer-font-family\":'\"IBM Plex Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-06b70e07-246d-4aeb-9fa8-16efcb83ba65, rgb(46, 47, 51)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Customer Satisfaction\"})}),className:\"framer-1fzwpl1\",fonts:[\"GF;IBM Plex Mono-500\"],layoutDependency:layoutDependency,layoutId:\"EhflOyB3M\",style:{\"--extracted-r6o4lv\":\"var(--token-06b70e07-246d-4aeb-9fa8-16efcb83ba65, rgb(46, 47, 51))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SflrpbOyy,variants:{bMGTpxcXH:{\"--extracted-r6o4lv\":\"var(--token-ba5469a1-3890-44cc-aaeb-d6b7e143f20d, rgb(244, 244, 245))\"},wZMEnICEB:{\"--extracted-r6o4lv\":\"var(--token-ba5469a1-3890-44cc-aaeb-d6b7e143f20d, rgb(244, 244, 245))\"},ZaSa5rgRc:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},ZmRZHPi2z:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bMGTpxcXH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hha3JhIFBldGNoLTUwMA==\",\"--framer-font-family\":'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba5469a1-3890-44cc-aaeb-d6b7e143f20d, rgb(244, 244, 245)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Customer Satisfaction\"})})}),fonts:[\"GF;Chakra Petch-500\",\"GF;Chakra Petch-700\"]},wZMEnICEB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggTW9uby01MDA=\",\"--framer-font-family\":'\"IBM Plex Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba5469a1-3890-44cc-aaeb-d6b7e143f20d, rgb(244, 244, 245)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Customer Satisfaction\"})})},ZaSa5rgRc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hha3JhIFBldGNoLTUwMA==\",\"--framer-font-family\":'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Customer Satisfaction\"})})}),fonts:[\"GF;Chakra Petch-500\",\"GF;Chakra Petch-700\"]},ZmRZHPi2z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hha3JhIFBldGNoLTUwMA==\",\"--framer-font-family\":'\"Chakra Petch\", \"Chakra Petch Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Customer Satisfaction\"})})}),fonts:[\"GF;Chakra Petch-500\",\"GF;Chakra Petch-700\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hs7sli-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uKdWaKT9W-container\",nodeId:\"uKdWaKT9W\",rendersWithMotion:true,scopeId:\"sn24ShPwD\",style:{opacity:.5},children:/*#__PURE__*/_jsx(AnimatedGradientBackground,{color1:\"var(--token-2c484cf0-0557-4273-a054-cd4e5104acbe, rgb(255, 79, 94))\",color2:\"var(--token-ba5469a1-3890-44cc-aaeb-d6b7e143f20d, rgb(244, 244, 245))\",color3:\"var(--token-4fb6f8e7-885e-4ba2-af78-99234db245e1, rgb(58, 90, 255))\",colorMode:\"custom\",distortion:12,height:\"100%\",id:\"uKdWaKT9W\",layoutId:\"uKdWaKT9W\",offset:0,preset:\"Plasma\",preview:true,proportion:35,radius:\"0px\",rotation:0,scale:1,shape:\"Checks\",shapeSize:10,softness:100,speed:45,style:{height:\"100%\",width:\"100%\"},swirl:80,swirlIterations:10,width:\"100%\",...addPropertyOverrides({bMGTpxcXH:{color1:\"var(--token-b90ad8a3-a72e-4454-a18b-c417acc60b29, rgb(191, 145, 0))\"},ZaSa5rgRc:{color1:OtLgm7xDc,color2:sx1IDyUaE,color3:MGDggoUhd,speed:32},ZmRZHPi2z:{color1:OtLgm7xDc,color2:sx1IDyUaE,color3:MGDggoUhd,speed:32}},baseVariant,gestureVariant)})})}),ZDD6Maim5&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(zgHm7lg2Q)},className:\"framer-x6cuw4\",\"data-framer-name\":\"Background Image\",layoutDependency:layoutDependency,layoutId:\"TQQUjCIsV\"}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sc995x-container\",\"data-code-component-plugin-id\":\"84d4c1\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"juyGpbZCL-container\",nodeId:\"juyGpbZCL\",rendersWithMotion:true,scopeId:\"sn24ShPwD\",style:{opacity:.65},children:/*#__PURE__*/_jsx(DDPATBackground,{color1:\"rgb(143, 133, 107)\",color2:\"rgb(124, 170, 98)\",color3:\"rgb(39, 44, 38)\",color4:\"rgb(61, 78, 35)\",height:\"100%\",id:\"juyGpbZCL\",layoutId:\"juyGpbZCL\",scrambleSpeed:7.5,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-U1fdU.framer-phra48, .framer-U1fdU .framer-phra48 { display: block; }\",\".framer-U1fdU.framer-1ew1tbw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 300px; justify-content: space-between; overflow: hidden; padding: 20px; position: relative; text-decoration: none; width: 300px; }\",\".framer-U1fdU .framer-184n5xa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; z-index: 1; }\",\".framer-U1fdU .framer-1fzwpl1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-U1fdU .framer-1hs7sli-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-U1fdU .framer-x6cuw4 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-U1fdU .framer-1sc995x-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-U1fdU.framer-v-eexj8i .framer-184n5xa, .framer-U1fdU.framer-v-eexj8i .framer-1fzwpl1, .framer-U1fdU.framer-v-1sxa7wa .framer-184n5xa, .framer-U1fdU.framer-v-1sxa7wa .framer-1fzwpl1, .framer-U1fdU.framer-v-141vhud .framer-184n5xa, .framer-U1fdU.framer-v-141vhud .framer-1fzwpl1 { z-index: 2; }\",'.framer-U1fdU[data-border=\"true\"]::after, .framer-U1fdU [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wZMEnICEB\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZaSa5rgRc\":{\"layout\":[\"fixed\",\"fixed\"]},\"bMGTpxcXH\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZmRZHPi2z\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"WYSdG87Pb\":\"logo\",\"SflrpbOyy\":\"title\",\"zgHm7lg2Q\":\"backgroundImage\",\"ZDD6Maim5\":\"backgroundToggle\",\"MGDggoUhd\":\"gradientColor3\",\"sx1IDyUaE\":\"gradientColor2\",\"OtLgm7xDc\":\"gradientColor1\",\"C6AVpUoSf\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framersn24ShPwD=withCSS(Component,css,\"framer-U1fdU\");export default Framersn24ShPwD;Framersn24ShPwD.displayName=\"About/partners-card\";Framersn24ShPwD.defaultProps={height:300,width:300};addPropertyControls(Framersn24ShPwD,{variant:{options:[\"BgvGOiSh3\",\"wZMEnICEB\",\"ZaSa5rgRc\",\"bMGTpxcXH\",\"ZmRZHPi2z\"],optionTitles:[\"Regular - Light\",\"Regular - Dark\",\"Premium Partner - Light\",\"Premium Partner - Dark\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},WYSdG87Pb:{__defaultAssetReference:\"data:framer/asset-reference,y8J99s3ydw0BdwYaOlil4ljcNfQ.png?originalFilename=Frame+2.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,y8J99s3ydw0BdwYaOlil4ljcNfQ.png?originalFilename=Frame+2.png&preferredSize=auto\"},title:\"Logo\",type:ControlType.ResponsiveImage},SflrpbOyy:{defaultValue:\"Customer Satisfaction\",displayTextArea:false,title:\"Title\",type:ControlType.String},zgHm7lg2Q:{title:\"Background Image\",type:ControlType.ResponsiveImage},ZDD6Maim5:{defaultValue:true,title:\"Background Toggle\",type:ControlType.Boolean},MGDggoUhd:{defaultValue:\"rgb(0, 149, 255)\",title:\"Gradient Color 3\",type:ControlType.Color},sx1IDyUaE:{defaultValue:'var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)) /* {\"name\":\"Creamy White\"} */',title:\"Gradient Color 2\",type:ControlType.Color},OtLgm7xDc:{defaultValue:\"rgb(255, 255, 255)\",title:\"Gradient Color 1\",type:ControlType.Color},C6AVpUoSf:{title:\"Link\",type:ControlType.Link}});addFonts(Framersn24ShPwD,[{explicitInter:true,fonts:[{family:\"IBM Plex Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3twJ8lJPg-IUDNg.woff2\",weight:\"500\"},{family:\"Chakra Petch\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkebIlFRZXE3AY00g.woff2\",weight:\"500\"},{family:\"Chakra Petch\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeJI9FRZXE3AY00g.woff2\",weight:\"700\"}]},...AnimatedGradientBackgroundFonts,...DDPATBackgroundFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framersn24ShPwD\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"WYSdG87Pb\\\":\\\"logo\\\",\\\"SflrpbOyy\\\":\\\"title\\\",\\\"zgHm7lg2Q\\\":\\\"backgroundImage\\\",\\\"ZDD6Maim5\\\":\\\"backgroundToggle\\\",\\\"MGDggoUhd\\\":\\\"gradientColor3\\\",\\\"sx1IDyUaE\\\":\\\"gradientColor2\\\",\\\"OtLgm7xDc\\\":\\\"gradientColor1\\\",\\\"C6AVpUoSf\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"300\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wZMEnICEB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZaSa5rgRc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bMGTpxcXH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZmRZHPi2z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sn24ShPwD.map"],"mappings":"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"}