{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/uDvKUYsz9rb9t5rJDlma/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/fsbtdQoH7IAQda2xfVQj/8cT2PfdApap8JNxqq8PB/fgV5ISmQS.js", "ssg:https://framerusercontent.com/modules/aL8PzlzomwGsFhkGsFoh/94EZvFQDQm924BguKQjb/MbhWvs6tb.js"],
  "sourcesContent": ["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\n * https://framer.today/license\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{animate,motion,useInView}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerDisableUnlink\n */export default function AnimatedCounter(props){const{from,to,duration,decimalPlaces,decimalSeparator,font:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign},color,playOnLoad,once,animationType}=props;const ref=useRef(null);const isInView=useInView(ref);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{if(!isCanvas&&(playOnLoad||isInView)){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,initial:{opacity:isCanvas?1:0},whileInView:{opacity:1},style:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign,color,fontVariantNumeric:\"tabular-nums\",userSelect:\"none\"},\"aria-label\":ariaLabel,children:isCanvas?formatNumber(to):displayValue});}AnimatedCounter.defaultProps={from:0,to:24,duration:5,decimalPlaces:0,decimalSeparator:\".\",font:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},color:\"#FFF\",playOnLoad:true,once:true,animationType:\"smooth\"};addPropertyControls(AnimatedCounter,{from:{type:ControlType.Number,title:\"From\",defaultValue:0,min:0,step:.1,displayStepper:true},to:{type:ControlType.Number,title:\"To\",defaultValue:16,min:0,step:.1,displayStepper:true},animationType:{type:ControlType.Enum,title:\"Animation Type\",defaultValue:\"smooth\",options:[\"smooth\",\"linear\"],optionTitles:[\"Smooth\",\"Linear\"]},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2.5,min:0,step:.1,displayStepper:true},decimalPlaces:{type:ControlType.Number,displayStepper:true,title:\"Decimal Places\",defaultValue:0,min:0,max:2,step:1},decimalSeparator:{type:ControlType.Enum,title:\"\u21B3 Separator\",defaultValue:\".\",options:[\".\",\",\"],optionTitles:[\".\",\",\"],hidden:({decimalPlaces})=>decimalPlaces===0},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultValue:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:64,lineHeight:\"1.5em\",letterSpacing:\"Medium\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\"},once:{type:ControlType.Boolean,title:\"Once\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},playOnLoad:{type:ControlType.Boolean,title:\"InView?\",defaultValue:true,enabledTitle:\"No\",disabledTitle:\"Yes\",description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AnimatedCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AnimatedCounter.map", "// Generated by Framer (c126521)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oIWFH98wKz9xdnotttbW/gN1qUY3hq7BdAGdc1RaR/dL5FYLsWr.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/9vucH71HsaNziqydh3yD/toxeyDRt9wMj3EB5eHqY/q9EAgiGJ0.js\";const cycleOrder=[\"UYzOTophJ\",\"TSnX2LL2y\"];const serializationHash=\"framer-BBx3J\";const variantClassNames={TSnX2LL2y:\"framer-v-1pxb7oa\",UYzOTophJ:\"framer-v-pd3acm\"};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={\"Desktop \":\"UYzOTophJ\",\"Phone \":\"TSnX2LL2y\"};const getProps=({height,icon,id,paragraph,title,width,...props})=>{return{...props,hTTbUJaIM:paragraph??props.hTTbUJaIM??\"Constantly evolving with technology to deliver the best solutions.\",ucjpnpcgq:title??props.ucjpnpcgq??\"Innovation\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UYzOTophJ\",xkFlQkboJ:icon??props.xkFlQkboJ??{src:\"https://framerusercontent.com/images/RKScM9E9K21WA9TBK4oU66fw830.svg\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,xkFlQkboJ,ucjpnpcgq,hTTbUJaIM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UYzOTophJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-pd3acm\",className,classNames),\"data-framer-name\":\"Desktop \",layoutDependency:layoutDependency,layoutId:\"UYzOTophJ\",ref:ref??ref1,style:{...style},...addPropertyOverrides({TSnX2LL2y:{\"data-framer-name\":\"Phone \"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3x8b7b\",\"data-framer-name\":\"Card Title \",layoutDependency:layoutDependency,layoutId:\"FMvJbQS0i\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18uh0ky\",\"data-framer-name\":\"Icon \",layoutDependency:layoutDependency,layoutId:\"vsWzlP6eY\",style:{backgroundColor:\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8),pixelHeight:24,pixelWidth:24,sizes:\"24px\",...toResponsiveImage(xkFlQkboJ),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-sxzvxm\",\"data-framer-name\":\"Card Icon \",layoutDependency:layoutDependency,layoutId:\"eO_iBjyjA\",...addPropertyOverrides({TSnX2LL2y:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+8),pixelHeight:24,pixelWidth:24,sizes:\"24px\",...toResponsiveImage(xkFlQkboJ),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1o66wav\",\"data-styles-preset\":\"q9EAgiGJ0\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47)))\"},children:\"Innovation\"})}),className:\"framer-1qzp41o\",\"data-framer-name\":\"Innovation\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SGZZtAl7K\",style:{\"--extracted-1lwpl3i\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\",\"--framer-paragraph-spacing\":\"0px\"},text:ucjpnpcgq,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TSnX2LL2y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1o66wav\",\"data-styles-preset\":\"q9EAgiGJ0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47)))\"},children:\"Innovation\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47)))\"},children:\"Staying ahead with cutting-edge strategies.\"})}),className:\"framer-1emg7t3\",\"data-framer-name\":\"Staying ahead with cutting-edge strategies.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bPiaPN8Ge\",style:{\"--extracted-r6o4lv\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.8},text:hTTbUJaIM,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TSnX2LL2y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47)))\"},children:\"Staying ahead with cutting-edge strategies.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BBx3J.framer-19wyr28, .framer-BBx3J .framer-19wyr28 { display: block; }\",\".framer-BBx3J.framer-pd3acm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 226px; }\",\".framer-BBx3J .framer-3x8b7b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BBx3J .framer-18uh0ky { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\".framer-BBx3J .framer-sxzvxm { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-BBx3J .framer-1qzp41o { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-BBx3J .framer-1emg7t3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BBx3J.framer-pd3acm, .framer-BBx3J .framer-3x8b7b, .framer-BBx3J .framer-18uh0ky { gap: 0px; } .framer-BBx3J.framer-pd3acm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-BBx3J.framer-pd3acm > :first-child { margin-top: 0px; } .framer-BBx3J.framer-pd3acm > :last-child { margin-bottom: 0px; } .framer-BBx3J .framer-3x8b7b > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-BBx3J .framer-3x8b7b > :first-child, .framer-BBx3J .framer-18uh0ky > :first-child { margin-left: 0px; } .framer-BBx3J .framer-3x8b7b > :last-child, .framer-BBx3J .framer-18uh0ky > :last-child { margin-right: 0px; } .framer-BBx3J .framer-18uh0ky > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-BBx3J.framer-v-1pxb7oa .framer-3x8b7b { flex-direction: column; gap: 8px; justify-content: center; }\",\".framer-BBx3J.framer-v-1pxb7oa .framer-1qzp41o { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BBx3J.framer-v-1pxb7oa .framer-3x8b7b { gap: 0px; } .framer-BBx3J.framer-v-1pxb7oa .framer-3x8b7b > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-BBx3J.framer-v-1pxb7oa .framer-3x8b7b > :first-child { margin-top: 0px; } .framer-BBx3J.framer-v-1pxb7oa .framer-3x8b7b > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 148\n * @framerIntrinsicWidth 226\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TSnX2LL2y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xkFlQkboJ\":\"icon\",\"ucjpnpcgq\":\"title\",\"hTTbUJaIM\":\"paragraph\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfgV5ISmQS=withCSS(Component,css,\"framer-BBx3J\");export default FramerfgV5ISmQS;FramerfgV5ISmQS.displayName=\"Value Card\";FramerfgV5ISmQS.defaultProps={height:148,width:226};addPropertyControls(FramerfgV5ISmQS,{variant:{options:[\"UYzOTophJ\",\"TSnX2LL2y\"],optionTitles:[\"Desktop \",\"Phone \"],title:\"Variant\",type:ControlType.Enum},xkFlQkboJ:{__defaultAssetReference:\"data:framer/asset-reference,RKScM9E9K21WA9TBK4oU66fw830.svg?originalFilename=flash.svg&preferredSize=auto\",title:\"Icon \",type:ControlType.ResponsiveImage},ucjpnpcgq:{defaultValue:\"Innovation\",displayTextArea:false,title:\"Title\",type:ControlType.String},hTTbUJaIM:{defaultValue:\"Constantly evolving with technology to deliver the best solutions.\",displayTextArea:false,title:\"Paragraph\",type:ControlType.String}});addFonts(FramerfgV5ISmQS,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfgV5ISmQS\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"226\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"xkFlQkboJ\\\":\\\"icon\\\",\\\"ucjpnpcgq\\\":\\\"title\\\",\\\"hTTbUJaIM\\\":\\\"paragraph\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TSnX2LL2y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"148\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fgV5ISmQS.map", "// Generated by Framer (5753dbc)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/uDvKUYsz9rb9t5rJDlma/AnimatedCounter.js\";import ValueCard from\"#framer/local/canvasComponent/fgV5ISmQS/fgV5ISmQS.js\";import TagTag from\"#framer/local/canvasComponent/fuGaenVwV/fuGaenVwV.js\";import HeaderHeader from\"#framer/local/canvasComponent/IdKC3p3sH/IdKC3p3sH.js\";import ButtonButton from\"#framer/local/canvasComponent/uma3dQesL/uma3dQesL.js\";import CTA from\"#framer/local/canvasComponent/wL8TZxndv/wL8TZxndv.js\";import Footer from\"#framer/local/canvasComponent/xB7mph1iX/xB7mph1iX.js\";import*as sharedStyle1 from\"#framer/local/css/dL5FYLsWr/dL5FYLsWr.js\";import*as sharedStyle3 from\"#framer/local/css/fbmyBqSoU/fbmyBqSoU.js\";import*as sharedStyle2 from\"#framer/local/css/MMj3APIgw/MMj3APIgw.js\";import*as sharedStyle from\"#framer/local/css/tCgJt4uta/tCgJt4uta.js\";import*as sharedStyle4 from\"#framer/local/css/XAYTZd6zU/XAYTZd6zU.js\";import metadataProvider from\"#framer/local/webPageMetadata/MbhWvs6tb/MbhWvs6tb.js\";const HeaderHeaderFonts=getFonts(HeaderHeader);const HeaderHeaderWithVariantAppearEffect=withVariantAppearEffect(HeaderHeader);const TagTagFonts=getFonts(TagTag);const MotionDivWithFX=withFX(motion.div);const ButtonButtonFonts=getFonts(ButtonButton);const ValueCardFonts=getFonts(ValueCard);const AnimatedCounterFonts=getFonts(AnimatedCounter);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const breakpoints={djIkGcsdb:\"(min-width: 1200px)\",lCpdBY3ap:\"(max-width: 767px)\",yQ9sveVV6:\"(min-width: 768px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ZViYt\";const variantClassNames={djIkGcsdb:\"framer-v-1dc8h0n\",lCpdBY3ap:\"framer-v-1v8v0qh\",yQ9sveVV6:\"framer-v-1ah7uu4\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"djIkGcsdb\",Phone:\"lCpdBY3ap\",Tablet:\"yQ9sveVV6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"djIkGcsdb\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"BQ8fT5DFf\");const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"djIkGcsdb\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1dc8h0n\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rjm206\",\"data-framer-name\":\"Header \",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k2us8j-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{__framer__animateOnce:true,__framer__targets:[{ref:ref2,target:\"DW0dOuVWu\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,variant:\"gx35rj0aA\"},yQ9sveVV6:{variant:\"DAzaZcTTU\"}},children:/*#__PURE__*/_jsx(HeaderHeaderWithVariantAppearEffect,{height:\"100%\",id:\"uGeDdQxFp\",layoutId:\"uGeDdQxFp\",style:{width:\"100%\"},variant:\"Hmv_QxW6K\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yxbjd8\",\"data-framer-name\":\" Hero Section \",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w236k1\",\"data-framer-name\":\"Container \",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{y:(componentViewport?.y||0)+0+0+120+0+0},yQ9sveVV6:{y:(componentViewport?.y||0)+0+0+180+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+0+200+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8j9a4f-container\",children:/*#__PURE__*/_jsx(TagTag,{height:\"100%\",id:\"pI_VmTKV0\",layoutId:\"pI_VmTKV0\",variant:\"W1SvA6lIe\",w3gZAxUbN:\"about us\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i4ra89\",\"data-framer-name\":\"Title \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Hero Icon \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+55+-8),pixelHeight:33,pixelWidth:59,src:\"https://framerusercontent.com/images/SYs2tkN9cLpCnAXQzEAAV0RdwM.svg\"}},yQ9sveVV6:{background:{alt:\"Hero Icon \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+63+-9),pixelHeight:33,pixelWidth:59,src:\"https://framerusercontent.com/images/SYs2tkN9cLpCnAXQzEAAV0RdwM.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Hero Icon \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+200+0+63+-18),pixelHeight:33,pixelWidth:59,src:\"https://framerusercontent.com/images/SYs2tkN9cLpCnAXQzEAAV0RdwM.svg\"},className:\"framer-1pqx6gm\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2s76ch\",\"data-styles-preset\":\"tCgJt4uta\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\"},children:\"Discover Confe\"})}),className:\"framer-o55cmv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2e2ce06f-71c6-465c-95c3-2da06e683226, rgb(200, 221, 241))\"},children:\"At Confe, we specialize in website development, advertising, social media management, graphic design, and mobile app solutions. Our goal is to help businesses grow with cutting-edge digital strategies and creative excellence.\"})}),className:\"framer-4mvjbi\",\"data-framer-name\":\"Experience growth through innovative digital marketing designed to reach, inspire, and deliver results.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hmadvj\",\"data-framer-name\":\"Hero Bottom Shape \"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ksp3qe\",\"data-framer-name\":\"Our Mission Section \",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d48s5z\",\"data-framer-name\":\"Container \",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1jo2x56\",\"data-styles-preset\":\"MMj3APIgw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"we believe that every business has the potential \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-942ce1e4-d94b-4310-b94b-ca34428c8599, rgba(5, 26, 47, 0.5))\"},children:\"to achieve  great results\"})]})}),className:\"framer-ujhg0x\",\"data-framer-name\":\"At Revento, we believe that every brand has the potential to achieve extraordinary results\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lcjbk6\",\"data-framer-name\":\"Bottom Content \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a28clp\",\"data-framer-name\":\"Mission Bottom Left Content \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hyhjgn\",\"data-framer-name\":\"Title and Paragraph\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1umbjay\",\"data-styles-preset\":\"fbmyBqSoU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Who we are? what we do?\"})})},yQ9sveVV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1umbjay\",\"data-styles-preset\":\"fbmyBqSoU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Who we are? what we do?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1umbjay\",\"data-styles-preset\":\"fbmyBqSoU\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Who we are? what we do?\"})}),className:\"framer-1cczuo5\",\"data-framer-name\":\"our mission and vision\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iyocyb\",\"data-framer-name\":\"Paragraphs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"At Confe, we specialize in \",/*#__PURE__*/_jsx(\"strong\",{children:\"custom software development, website creation, mobile app solutions, and digital marketing\"}),\".\"]})})},yQ9sveVV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"At Confe, we specialize in \",/*#__PURE__*/_jsx(\"strong\",{children:\"custom software development, website creation, mobile app solutions, and digital marketing\"}),\".\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"At Confe, we specialize in \",/*#__PURE__*/_jsx(\"strong\",{children:\"custom software development, website creation, mobile app solutions, and digital marketing\"}),\".\"]})}),className:\"framer-12j2lhj\",\"data-framer-name\":\"At Revento, we are more than a digital marketing agency\u2014we are your growth partners. Founded with a mission to transform ideas into impactful results, we specialize in delivering innovative strategies that drive measurable success. With a team of seasoned experts and cutting-edge tools, we help businesses of all sizes unlock their potential in the digital landscape. With years of experience and a track record of delivering measurable results, we craft strategies that work. From startups to established enterprises, we\u2019ve helped businesses across industries thrive in the digital landscape.\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"Our team is dedicated to delivering \",/*#__PURE__*/_jsx(\"strong\",{children:\"high-quality, user-friendly, and scalable solutions\"}),\" that help businesses grow. Whether you need a \",/*#__PURE__*/_jsx(\"strong\",{children:\"powerful CRM, an engaging website, or result-driven ad campaigns\"}),\", we ensure seamless performance and real impact. With a focus on \",/*#__PURE__*/_jsx(\"strong\",{children:\"innovation, functionality, and client success\"}),\", we turn ideas into reality. \",/*#__PURE__*/_jsx(\"strong\",{children:\"From startups to enterprises, we bring expertise and creativity to every project.\"}),\" \"]})})},yQ9sveVV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"Our team is dedicated to delivering \",/*#__PURE__*/_jsx(\"strong\",{children:\"high-quality, user-friendly, and scalable solutions\"}),\" that help businesses grow. Whether you need a \",/*#__PURE__*/_jsx(\"strong\",{children:\"powerful CRM, an engaging website, or result-driven ad campaigns\"}),\", we ensure seamless performance and real impact. With a focus on \",/*#__PURE__*/_jsx(\"strong\",{children:\"innovation, functionality, and client success\"}),\", we turn ideas into reality. \",/*#__PURE__*/_jsx(\"strong\",{children:\"From startups to enterprises, we bring expertise and creativity to every project.\"}),\" \"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"Our team is dedicated to delivering \",/*#__PURE__*/_jsx(\"strong\",{children:\"high-quality, user-friendly, and scalable solutions\"}),\" that help businesses grow. Whether you need a \",/*#__PURE__*/_jsx(\"strong\",{children:\"powerful CRM, an engaging website, or result-driven ad campaigns\"}),\", we ensure seamless performance and real impact. With a focus on \",/*#__PURE__*/_jsx(\"strong\",{children:\"innovation, functionality, and client success\"}),\", we turn ideas into reality. \",/*#__PURE__*/_jsx(\"strong\",{children:\"From startups to enterprises, we bring expertise and creativity to every project.\"}),\" \"]})}),className:\"framer-1vs4m01\",\"data-framer-name\":\"At Revento, we are more than a digital marketing agency\u2014we are your growth partners. Founded with a mission to transform ideas into impactful results, we specialize in delivering innovative strategies that drive measurable success. With a team of seasoned experts and cutting-edge tools, we help businesses of all sizes unlock their potential in the digital landscape. With years of experience and a track record of delivering measurable results, we craft strategies that work. From startups to established enterprises, we\u2019ve helped businesses across industries thrive in the digital landscape.\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Let\u2019s build something amazing together! \uD83D\uDE80\"})})},yQ9sveVV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Let\u2019s build something amazing together! \uD83D\uDE80\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Let\u2019s build something amazing together! \uD83D\uDE80\"})}),className:\"framer-1yt5wj9\",\"data-framer-name\":\"At Revento, we are more than a digital marketing agency\u2014we are your growth partners. Founded with a mission to transform ideas into impactful results, we specialize in delivering innovative strategies that drive measurable success. With a team of seasoned experts and cutting-edge tools, we help businesses of all sizes unlock their potential in the digital landscape. With years of experience and a track record of delivering measurable results, we craft strategies that work. From startups to established enterprises, we\u2019ve helped businesses across industries thrive in the digital landscape.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iFuGJb7gC\"},implicitPathVariables:undefined},{href:{webPageId:\"iFuGJb7gC\"},implicitPathVariables:undefined},{href:{webPageId:\"iFuGJb7gC\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{y:(componentViewport?.y||0)+0+534+60+0+104.80000000000001+0+635+0+597},yQ9sveVV6:{y:(componentViewport?.y||0)+0+680+80+0+124.80000000000001+0+641+0+607}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:(componentViewport?.y||0)+0+700+140+0+154.8+0+0+643,children:/*#__PURE__*/_jsx(Container,{className:\"framer-egp3uk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{J4jAmMd2z:resolvedLinks[2]},yQ9sveVV6:{J4jAmMd2z:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonButton,{FvOXvquX_:\"Get in touch\",height:\"100%\",id:\"hWN6QQO1Q\",IyM1Jpd_S:true,J4jAmMd2z:resolvedLinks[0],layoutId:\"hWN6QQO1Q\",variant:\"Qc3pnQnAF\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Mission Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+534+60+0+104.80000000000001+0+0),pixelHeight:1322,pixelWidth:1082,sizes:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px)`,src:\"https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png\",srcSet:\"https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png?scale-down-to=1024 838w,https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png 1082w\"}},yQ9sveVV6:{background:{alt:\"Mission Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+680+80+0+124.80000000000001+0+0),pixelHeight:1322,pixelWidth:1082,sizes:`calc(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) * 0.75)`,src:\"https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png\",srcSet:\"https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png?scale-down-to=1024 838w,https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png 1082w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"Mission Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+140+0+154.8+56),pixelHeight:1322,pixelWidth:1082,sizes:`calc(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px) / 2.366)`,src:\"https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png\",srcSet:\"https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png?scale-down-to=1024 838w,https://framerusercontent.com/images/i6k5InXVuu24cuLoN6MNWhPYWIg.png 1082w\"},className:\"framer-9imaxt\",\"data-framer-name\":\"Testimonials Image\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16i01r8\",\"data-framer-name\":\"Shape Image 01\",style:{rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lxa6yl\",\"data-framer-name\":\"Shape Image 02\",style:{rotate:180}})]})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vddbh4\",\"data-framer-name\":\"About Section \",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1atozsu\",\"data-framer-name\":\"Container \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1njf27y\",\"data-framer-name\":\"Title and Paragraph\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dbmqnq\",\"data-framer-name\":\"Title and Tag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{y:(componentViewport?.y||0)+0+2040.8+30+0+0+0+0+0+0},yQ9sveVV6:{y:(componentViewport?.y||0)+0+2252.8+40+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+1782.8+65+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jpha5f-container\",children:/*#__PURE__*/_jsx(TagTag,{height:\"100%\",id:\"qQClvF3sk\",layoutId:\"qQClvF3sk\",variant:\"W1SvA6lIe\",w3gZAxUbN:\"About Us\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1jo2x56\",\"data-styles-preset\":\"MMj3APIgw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"why choose Us?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1jo2x56\",\"data-styles-preset\":\"MMj3APIgw\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"why choose Us?\"})}),className:\"framer-1e2rfxm\",\"data-framer-name\":\"At Revento, we believe that every brand has the potential to achieve extraordinary results\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8mttt9\",\"data-framer-name\":\"Image List \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jmrvhu\",\"data-framer-name\":\"Card List \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+2040.8+30+0+159.8+0+0+0+0},yQ9sveVV6:{width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px), 1px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+2252.8+40+0+183.8+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px), 1px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1782.8+65+0+233.8+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14y1ggl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"We provide complete solutions for websites, marketing, social media, and mobile apps.\",id:\"yLXlwdfdO\",layoutId:\"yLXlwdfdO\",style:{width:\"100%\"},ucjpnpcgq:\"End-to-End Digital Expertise\",variant:\"UYzOTophJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+2040.8+30+0+159.8+0+0+0+172},yQ9sveVV6:{width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px), 1px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+2252.8+40+0+183.8+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px), 1px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1782.8+65+0+233.8+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18yxwb1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"Whether you're a startup or an enterprise, we tailor our services to fit your unique needs.\",id:\"mk_R_PKEe\",layoutId:\"mk_R_PKEe\",style:{width:\"100%\"},ucjpnpcgq:\"Custom Solutions for Every Business\",variant:\"UYzOTophJ\",width:\"100%\",xkFlQkboJ:addImageAlt({src:\"https://framerusercontent.com/images/71klQoOMWBfbXDTMUryFsO7EFpQ.svg\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+2040.8+30+0+159.8+0+0+0+344},yQ9sveVV6:{width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px), 1px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+2252.8+40+0+183.8+0+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px), 1px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1782.8+65+0+233.8+0+0+228,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rrzkvm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"With a track record of delivering high-performing websites, successful ad campaigns, and impactful designs, we help businesses grow.\",id:\"s80MyOxQe\",layoutId:\"s80MyOxQe\",style:{width:\"100%\"},ucjpnpcgq:\"Proven Results\",variant:\"UYzOTophJ\",width:\"100%\",xkFlQkboJ:addImageAlt({src:\"https://framerusercontent.com/images/XSsqtEXkQlwLQgCVF2KjNesk.svg\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+2040.8+30+0+159.8+0+0+0+516},yQ9sveVV6:{width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px), 1px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+2252.8+40+0+183.8+0+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px), 1px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1782.8+65+0+233.8+0+0+228,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uq26b0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"We believe in building strong relationships, offering ongoing support, and ensuring your success at every stage.\",id:\"PM9R4tWlF\",layoutId:\"PM9R4tWlF\",style:{width:\"100%\"},ucjpnpcgq:\"Long-Term Partnership\",variant:\"UYzOTophJ\",width:\"100%\",xkFlQkboJ:addImageAlt({src:\"https://framerusercontent.com/images/ZIa3rlTyPod61IyvGV39m3nMGtU.svg\"},\"\")})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19fpdf7\",\"data-framer-name\":\"About Bottom Content \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1jo2x56\",\"data-styles-preset\":\"MMj3APIgw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"With 10 years of experience and a track record of \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-942ce1e4-d94b-4310-b94b-ca34428c8599, rgba(5, 26, 47, 0.5))\"},children:\"delivering measurable results!\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1jo2x56\",\"data-styles-preset\":\"MMj3APIgw\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:[\"With 10 years of experience and a track record of \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-942ce1e4-d94b-4310-b94b-ca34428c8599, rgba(5, 26, 47, 0.5))\"},children:\"delivering measurable results!\"})]})}),className:\"framer-ub9yf0\",\"data-framer-name\":\"With years of experience and a track record of delivering measurable results!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w41qbd\",\"data-framer-name\":\"About Card List \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tmeiwm\",\"data-framer-name\":\"Counter Card 01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2040.8+30+0+853.8+0+104.80000000000001+0+0+0),pixelHeight:35,pixelWidth:71,src:\"https://framerusercontent.com/images/HaTeCnedqptj5oZx1ZHkM2pcbZg.svg\"}},yQ9sveVV6:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2252.8+40+0+569.8+0+114.80000000000001+0+0+0),pixelHeight:35,pixelWidth:71,src:\"https://framerusercontent.com/images/HaTeCnedqptj5oZx1ZHkM2pcbZg.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1782.8+65+0+709.8+0+150.8+0+0+0),pixelHeight:35,pixelWidth:71,src:\"https://framerusercontent.com/images/HaTeCnedqptj5oZx1ZHkM2pcbZg.svg\"},className:\"framer-12wfafe\",\"data-framer-name\":\"Card Shape \"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2040.8+30+0+853.8+0+104.80000000000001+0+0+716-40.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/7os4g4ruRwOonodXRETIWnxw1M.svg\"}},yQ9sveVV6:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2252.8+40+0+569.8+0+114.80000000000001+0+0+716-40.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/7os4g4ruRwOonodXRETIWnxw1M.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1782.8+65+0+709.8+0+150.8+0+0+716-40.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/7os4g4ruRwOonodXRETIWnxw1M.svg\"},className:\"framer-suzm7k\",\"data-framer-name\":\"Card Shape \",style:{rotate:-180}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o9fh0u\",\"data-framer-name\":\"Card Top Content \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jnfih9\",\"data-framer-name\":\"Amount \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n5tyv3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-1px\",lineHeight:\"1em\"}},yQ9sveVV6:{font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"48px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"120px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"},from:0,height:\"100%\",id:\"qPMrRXfuj\",layoutId:\"qPMrRXfuj\",once:true,playOnLoad:true,to:350,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2s76ch\",\"data-styles-preset\":\"tCgJt4uta\",style:{\"--framer-text-color\":\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\"},children:\"+\"})}),className:\"framer-m0h162\",\"data-framer-name\":\"300+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jpo8p5\",\"data-styles-preset\":\"XAYTZd6zU\",style:{\"--framer-text-color\":\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\"},children:\"Websites developed\"})}),className:\"framer-1qhbgpe\",\"data-framer-name\":\"Successful Campaigns\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\"},children:\"Crafting high-performing, user-friendly websites that enhance brand presence and drive business growth.\"})}),className:\"framer-1jxmum3\",\"data-framer-name\":\"Tailored to your business goals and Successful Campaigns delivered across various industries..\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7k0x74\",\"data-framer-name\":\"Counter Card 02\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2040.8+30+0+853.8+0+104.80000000000001+0+741+-.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/TK6PAMZN32ze4HffAHGSjINGCE.svg\"}},yQ9sveVV6:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2252.8+40+0+569.8+0+114.80000000000001+0+0+-.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/TK6PAMZN32ze4HffAHGSjINGCE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1782.8+65+0+709.8+0+150.8+0+0+-.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/TK6PAMZN32ze4HffAHGSjINGCE.svg\"},className:\"framer-j9j75c\",\"data-framer-name\":\"Card Shape \",style:{rotate:180}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2040.8+30+0+853.8+0+104.80000000000001+0+741+716-40),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/TK6PAMZN32ze4HffAHGSjINGCE.svg\"}},yQ9sveVV6:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2252.8+40+0+569.8+0+114.80000000000001+0+0+716-40),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/TK6PAMZN32ze4HffAHGSjINGCE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1782.8+65+0+709.8+0+150.8+0+0+716-40),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/TK6PAMZN32ze4HffAHGSjINGCE.svg\"},className:\"framer-v4qsbs\",\"data-framer-name\":\"Card Shape \"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kvoz01\",\"data-framer-name\":\"Card Top Content \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w3omsl\",\"data-framer-name\":\"Amount \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sk5jcf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-1px\",lineHeight:\"1em\"}},yQ9sveVV6:{font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"48px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\",decimalPlaces:1,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"120px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"},from:0,height:\"100%\",id:\"mut2WGlrG\",layoutId:\"mut2WGlrG\",once:true,playOnLoad:true,to:2.5,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2s76ch\",\"data-styles-preset\":\"tCgJt4uta\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"x\"})}),className:\"framer-lohepb\",\"data-framer-name\":\"300+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jpo8p5\",\"data-styles-preset\":\"XAYTZd6zU\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Minimum Average ROI Generated\"})}),className:\"framer-b87fzx\",\"data-framer-name\":\"Successful Campaigns\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"Our data-driven strategies ensure at least 2.5x returns, maximizing your marketing investments.\"})}),className:\"framer-waqfgo\",\"data-framer-name\":\"Tailored to your business goals and Successful Campaigns delivered across various industries..\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1anhwij\",\"data-framer-name\":\"Counter Card 03\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2040.8+30+0+853.8+0+104.80000000000001+0+1482+0),pixelHeight:35,pixelWidth:71,src:\"https://framerusercontent.com/images/HaTeCnedqptj5oZx1ZHkM2pcbZg.svg\"}},yQ9sveVV6:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2252.8+40+0+569.8+0+114.80000000000001+0+741+0),pixelHeight:35,pixelWidth:71,src:\"https://framerusercontent.com/images/HaTeCnedqptj5oZx1ZHkM2pcbZg.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1782.8+65+0+709.8+0+150.8+0+0+0),pixelHeight:35,pixelWidth:71,src:\"https://framerusercontent.com/images/HaTeCnedqptj5oZx1ZHkM2pcbZg.svg\"},className:\"framer-175dxdf\",\"data-framer-name\":\"Card Shape \"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2040.8+30+0+853.8+0+104.80000000000001+0+1482+716-40.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/7os4g4ruRwOonodXRETIWnxw1M.svg\"}},yQ9sveVV6:{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2252.8+40+0+569.8+0+114.80000000000001+0+741+716-40.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/7os4g4ruRwOonodXRETIWnxw1M.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Card Shape \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1782.8+65+0+709.8+0+150.8+0+0+716-40.01953125),pixelHeight:40,pixelWidth:61,src:\"https://framerusercontent.com/images/7os4g4ruRwOonodXRETIWnxw1M.svg\"},className:\"framer-z40qfw\",\"data-framer-name\":\"Card Shape \",style:{rotate:-180}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zryt1i\",\"data-framer-name\":\"Card Top Content \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13n2x2b\",\"data-framer-name\":\"Amount \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d44t2v-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-1px\",lineHeight:\"1em\"}},yQ9sveVV6:{font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"48px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Anton\", \"Anton Placeholder\", sans-serif',fontSize:\"120px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"},from:0,height:\"100%\",id:\"ha81RNq9y\",layoutId:\"ha81RNq9y\",once:true,playOnLoad:true,to:1800,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2s76ch\",\"data-styles-preset\":\"tCgJt4uta\",style:{\"--framer-text-color\":\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\"},children:\"+\"})}),className:\"framer-n2bswy\",\"data-framer-name\":\"300+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jpo8p5\",\"data-styles-preset\":\"XAYTZd6zU\",style:{\"--framer-text-color\":\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\"},children:\"Ad Campaign launched\"})}),className:\"framer-189lerf\",\"data-framer-name\":\"Successful Campaigns\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, rgb(255, 255, 255))\"},children:\"Successfully managing 1800+ ad campaigns, delivering impactful results with targeted and optimized strategies.\"})}),className:\"framer-1o3dndk\",\"data-framer-name\":\"Tailored to your business goals and Successful Campaigns delivered across various industries..\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t4fj5j\",\"data-framer-name\":\"Our Values Section \",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-c2ibzp\",\"data-framer-name\":\"Container \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tkzf7o\",\"data-framer-name\":\"Title and Paragraph\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xmvd32\",\"data-framer-name\":\"Title and Tag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{y:(componentViewport?.y||0)+0+5257.400000000001+30+0+0+0+0+0+0},yQ9sveVV6:{y:(componentViewport?.y||0)+0+4474.4+40+0+0+0+19.19999999999999+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+3511.8999999999996+87.5+0+0+0+19.19999999999999+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ovfab7-container\",children:/*#__PURE__*/_jsx(TagTag,{height:\"100%\",id:\"S2J68UK1o\",layoutId:\"S2J68UK1o\",variant:\"W1SvA6lIe\",w3gZAxUbN:\"About Us\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1jo2x56\",\"data-styles-preset\":\"MMj3APIgw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"our values\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1jo2x56\",\"data-styles-preset\":\"MMj3APIgw\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"our values\"})}),className:\"framer-17oar8\",\"data-framer-name\":\"At Revento, we believe that every brand has the potential to achieve extraordinary results\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"We provide complete solutions for websites, marketing, social media, and mobile apps.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1342fku\",\"data-styles-preset\":\"dL5FYLsWr\",style:{\"--framer-text-color\":\"var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, rgb(5, 26, 47))\"},children:\"We provide complete solutions for websites, marketing, social media, and mobile apps.\"})}),className:\"framer-s7pgkz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1axk3rj\",\"data-framer-name\":\"Card List \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+5257.400000000001+30+0+332.8+0+0},yQ9sveVV6:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4474.4+40+0+203+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px) - 240px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3511.8999999999996+87.5+0+233+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-le5idm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"Constantly evolving with technology to deliver the best solutions.\",id:\"fZeivNWCO\",layoutId:\"fZeivNWCO\",style:{width:\"100%\"},ucjpnpcgq:\"Innovation\",variant:\"UYzOTophJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+5257.400000000001+30+0+332.8+0+172},yQ9sveVV6:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4474.4+40+0+203+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px) - 240px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3511.8999999999996+87.5+0+233+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i8h0cw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"Transparent, honest, and committed to client success.\",id:\"WfbNqVr37\",layoutId:\"WfbNqVr37\",style:{width:\"100%\"},ucjpnpcgq:\"Integrity\",variant:\"UYzOTophJ\",width:\"100%\",xkFlQkboJ:addImageAlt({src:\"https://framerusercontent.com/images/71klQoOMWBfbXDTMUryFsO7EFpQ.svg\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+5257.400000000001+30+0+332.8+0+344},yQ9sveVV6:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4474.4+40+0+203+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px) - 240px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3511.8999999999996+87.5+0+233+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-byuu48-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"Strong partnerships with clients to ensure success.\",id:\"n7jc603Bn\",layoutId:\"n7jc603Bn\",style:{width:\"100%\"},ucjpnpcgq:\"Collaboration\",variant:\"UYzOTophJ\",width:\"100%\",xkFlQkboJ:addImageAlt({src:\"https://framerusercontent.com/images/XSsqtEXkQlwLQgCVF2KjNesk.svg\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) * 0.78, 50px)`,y:(componentViewport?.y||0)+0+5257.400000000001+30+0+332.8+0+516},yQ9sveVV6:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4474.4+40+0+203+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1280px) - 240px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3511.8999999999996+87.5+0+233+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1btmtrk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"TSnX2LL2y\"}},children:/*#__PURE__*/_jsx(ValueCard,{height:\"100%\",hTTbUJaIM:\"Commitment to high-quality, result-oriented digital solutions.\",id:\"y6KrdbpYo\",layoutId:\"y6KrdbpYo\",style:{width:\"100%\"},ucjpnpcgq:\"Excellence\",variant:\"UYzOTophJ\",width:\"100%\",xkFlQkboJ:addImageAlt({src:\"https://framerusercontent.com/images/ZIa3rlTyPod61IyvGV39m3nMGtU.svg\"},\"\")})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x1nft0\",\"data-framer-name\":\"CTA Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{y:(componentViewport?.y||0)+0+6314.200000000001+0},yQ9sveVV6:{y:(componentViewport?.y||0)+0+5093.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:780,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+4058.8999999999996+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ui0mr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"bcmeKQwwS\"},yQ9sveVV6:{variant:\"NvXPQX8mD\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"Jl98WCqoa\",layoutId:\"Jl98WCqoa\",style:{width:\"100%\"},variant:\"ElL2M13Iv\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x0ke8d\",\"data-framer-name\":\"Footer Section \",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{y:(componentViewport?.y||0)+0+7094.200000000001+0},yQ9sveVV6:{y:(componentViewport?.y||0)+0+5873.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:447,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+4838.9+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-141evzt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lCpdBY3ap:{variant:\"urcmQnutB\"},yQ9sveVV6:{variant:\"yYofcQHVx\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"kpSJptRSe\",layoutId:\"kpSJptRSe\",style:{width:\"100%\"},variant:\"mlxc9Vo4H\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZViYt.framer-4ruq0g, .framer-ZViYt .framer-4ruq0g { display: block; }\",\".framer-ZViYt.framer-1dc8h0n { align-content: center; align-items: center; background-color: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-ZViYt .framer-rjm206 { align-content: center; align-items: center; background-color: var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, #051a2f); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-ZViYt .framer-k2us8j-container, .framer-ZViYt .framer-5ui0mr-container, .framer-ZViYt .framer-141evzt-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-ZViYt .framer-yxbjd8 { align-content: center; align-items: center; background-color: var(--token-0368d92a-175f-40b0-a77c-f70a7276709c, #051a2f); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 30px 170px 30px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-w236k1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1140px; }\",\".framer-ZViYt .framer-8j9a4f-container, .framer-ZViYt .framer-egp3uk-container, .framer-ZViYt .framer-1jpha5f-container, .framer-ZViYt .framer-n5tyv3-container, .framer-ZViYt .framer-1sk5jcf-container, .framer-ZViYt .framer-1d44t2v-container, .framer-ZViYt .framer-1ovfab7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZViYt .framer-i4ra89 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-1pqx6gm { aspect-ratio: 2.1481481481481484 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); left: 783px; position: absolute; top: -18px; width: 4%; z-index: 1; }\",\".framer-ZViYt .framer-o55cmv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-4mvjbi { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 530px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-hmadvj { -webkit-mask: url('https://framerusercontent.com/images/hu1eUWnLUAIjJFEcHS6XHGyNUQ.svg') alpha no-repeat center / cover add; aspect-ratio: 2 / 1; background-color: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, #ffffff); bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 78px); left: 50%; mask: url('https://framerusercontent.com/images/hu1eUWnLUAIjJFEcHS6XHGyNUQ.svg') alpha no-repeat center / cover add; position: absolute; transform: translateX(-50%); width: 13%; z-index: 1; }\",\".framer-ZViYt .framer-ksp3qe { align-content: center; align-items: center; background-color: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 140px 30px 65px 30px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-1d48s5z, .framer-ZViYt .framer-c2ibzp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZViYt .framer-ujhg0x { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 904px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-1lcjbk6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-a28clp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 51%; }\",\".framer-ZViYt .framer-1hyhjgn { 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-ZViYt .framer-1cczuo5, .framer-ZViYt .framer-12j2lhj, .framer-ZViYt .framer-1vs4m01, .framer-ZViYt .framer-1yt5wj9, .framer-ZViYt .framer-1qhbgpe, .framer-ZViYt .framer-b87fzx, .framer-ZViYt .framer-189lerf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-iyocyb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-9imaxt { align-content: center; align-items: center; aspect-ratio: 0.8854337152209493 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 545px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 42%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZViYt .framer-16i01r8 { -webkit-mask: url('https://framerusercontent.com/images/vyvBMWUhLQl5Dpt5Txxw2mzQ.svg') alpha no-repeat center / cover add; aspect-ratio: 1.5098039215686274 / 1; background-color: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, #ffffff); bottom: 108px; flex: none; height: var(--framer-aspect-ratio-supported, 46px); left: -14px; mask: url('https://framerusercontent.com/images/vyvBMWUhLQl5Dpt5Txxw2mzQ.svg') alpha no-repeat center / cover add; position: absolute; width: 14%; z-index: 1; }\",\".framer-ZViYt .framer-lxa6yl { -webkit-mask: url('https://framerusercontent.com/images/vyvBMWUhLQl5Dpt5Txxw2mzQ.svg') alpha no-repeat center / cover add; aspect-ratio: 1.5098039215686274 / 1; background-color: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, #ffffff); bottom: 559px; flex: none; height: var(--framer-aspect-ratio-supported, 47px); left: 241px; mask: url('https://framerusercontent.com/images/vyvBMWUhLQl5Dpt5Txxw2mzQ.svg') alpha no-repeat center / cover add; position: absolute; top: -1px; width: 15%; z-index: 1; }\",\".framer-ZViYt .framer-vddbh4 { align-content: center; align-items: center; background-color: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 65px 30px 87.5px 30px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-1atozsu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZViYt .framer-1njf27y, .framer-ZViYt .framer-1tkzf7o { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-dbmqnq, .framer-ZViYt .framer-xmvd32 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZViYt .framer-1e2rfxm { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 370px; position: relative; white-space: pre-wrap; width: 368px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-8mttt9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-jmrvhu { display: grid; flex: 1 0 0px; gap: 80px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZViYt .framer-14y1ggl-container, .framer-ZViYt .framer-18yxwb1-container, .framer-ZViYt .framer-rrzkvm-container, .framer-ZViYt .framer-uq26b0-container, .framer-ZViYt .framer-le5idm-container, .framer-ZViYt .framer-i8h0cw-container, .framer-ZViYt .framer-byuu48-container, .framer-ZViYt .framer-1btmtrk-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-ZViYt .framer-19fpdf7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 76px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-ub9yf0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1161px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-1w41qbd { display: grid; flex: none; gap: 25px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-tmeiwm { align-content: center; align-items: center; align-self: start; background-color: var(--token-40da9579-16cd-4fd9-9519-5c8c419ae9d8, #ff8f27); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 49px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 48px 40px 80px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZViYt .framer-12wfafe, .framer-ZViYt .framer-175dxdf { aspect-ratio: 2.0285714285714285 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); position: absolute; right: 97px; top: 0px; width: 71px; z-index: 1; }\",\".framer-ZViYt .framer-suzm7k, .framer-ZViYt .framer-z40qfw { aspect-ratio: 1.525 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 118px; position: absolute; width: 61px; z-index: 1; }\",\".framer-ZViYt .framer-o9fh0u, .framer-ZViYt .framer-1kvoz01, .framer-ZViYt .framer-zryt1i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-jnfih9, .framer-ZViYt .framer-w3omsl, .framer-ZViYt .framer-13n2x2b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-m0h162, .framer-ZViYt .framer-lohepb, .framer-ZViYt .framer-n2bswy { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZViYt .framer-1jxmum3, .framer-ZViYt .framer-waqfgo, .framer-ZViYt .framer-1o3dndk { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-7k0x74 { align-content: center; align-items: center; align-self: start; background-color: var(--token-8e79f3ff-7b6a-41d9-acff-60978bde21c4, #e9fa49); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 49px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 48px 40px 80px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZViYt .framer-j9j75c { aspect-ratio: 2.0285714285714285 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); position: absolute; right: 78px; top: 0px; width: 71px; z-index: 1; }\",\".framer-ZViYt .framer-v4qsbs { aspect-ratio: 1.525 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: absolute; right: 122px; width: 61px; z-index: 1; }\",\".framer-ZViYt .framer-1anhwij { align-content: center; align-items: center; align-self: start; background-color: var(--token-36a580a7-87b4-4f5e-a272-c60a79ae7b95, #9d89fc); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 49px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 48px 40px 80px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZViYt .framer-1t4fj5j { align-content: center; align-items: center; background-color: var(--token-6359c8c9-b74f-4bf1-80be-7637d83da0af, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 87.5px 30px 78.5px 30px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-17oar8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 368px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-s7pgkz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 424px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZViYt .framer-1axk3rj { display: grid; flex: none; gap: 80px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-x1nft0 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZViYt .framer-x0ke8d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZViYt.framer-1dc8h0n, .framer-ZViYt .framer-rjm206, .framer-ZViYt .framer-yxbjd8, .framer-ZViYt .framer-w236k1, .framer-ZViYt .framer-i4ra89, .framer-ZViYt .framer-ksp3qe, .framer-ZViYt .framer-1d48s5z, .framer-ZViYt .framer-a28clp, .framer-ZViYt .framer-1hyhjgn, .framer-ZViYt .framer-iyocyb, .framer-ZViYt .framer-9imaxt, .framer-ZViYt .framer-vddbh4, .framer-ZViYt .framer-1atozsu, .framer-ZViYt .framer-1njf27y, .framer-ZViYt .framer-dbmqnq, .framer-ZViYt .framer-8mttt9, .framer-ZViYt .framer-19fpdf7, .framer-ZViYt .framer-tmeiwm, .framer-ZViYt .framer-o9fh0u, .framer-ZViYt .framer-jnfih9, .framer-ZViYt .framer-7k0x74, .framer-ZViYt .framer-1kvoz01, .framer-ZViYt .framer-w3omsl, .framer-ZViYt .framer-1anhwij, .framer-ZViYt .framer-zryt1i, .framer-ZViYt .framer-13n2x2b, .framer-ZViYt .framer-1t4fj5j, .framer-ZViYt .framer-c2ibzp, .framer-ZViYt .framer-1tkzf7o, .framer-ZViYt .framer-xmvd32, .framer-ZViYt .framer-x1nft0, .framer-ZViYt .framer-x0ke8d { gap: 0px; } .framer-ZViYt.framer-1dc8h0n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZViYt.framer-1dc8h0n > :first-child, .framer-ZViYt .framer-w236k1 > :first-child, .framer-ZViYt .framer-1d48s5z > :first-child, .framer-ZViYt .framer-a28clp > :first-child, .framer-ZViYt .framer-1hyhjgn > :first-child, .framer-ZViYt .framer-iyocyb > :first-child, .framer-ZViYt .framer-1atozsu > :first-child, .framer-ZViYt .framer-dbmqnq > :first-child, .framer-ZViYt .framer-19fpdf7 > :first-child, .framer-ZViYt .framer-tmeiwm > :first-child, .framer-ZViYt .framer-o9fh0u > :first-child, .framer-ZViYt .framer-7k0x74 > :first-child, .framer-ZViYt .framer-1kvoz01 > :first-child, .framer-ZViYt .framer-1anhwij > :first-child, .framer-ZViYt .framer-zryt1i > :first-child, .framer-ZViYt .framer-c2ibzp > :first-child, .framer-ZViYt .framer-xmvd32 > :first-child { margin-top: 0px; } .framer-ZViYt.framer-1dc8h0n > :last-child, .framer-ZViYt .framer-w236k1 > :last-child, .framer-ZViYt .framer-1d48s5z > :last-child, .framer-ZViYt .framer-a28clp > :last-child, .framer-ZViYt .framer-1hyhjgn > :last-child, .framer-ZViYt .framer-iyocyb > :last-child, .framer-ZViYt .framer-1atozsu > :last-child, .framer-ZViYt .framer-dbmqnq > :last-child, .framer-ZViYt .framer-19fpdf7 > :last-child, .framer-ZViYt .framer-tmeiwm > :last-child, .framer-ZViYt .framer-o9fh0u > :last-child, .framer-ZViYt .framer-7k0x74 > :last-child, .framer-ZViYt .framer-1kvoz01 > :last-child, .framer-ZViYt .framer-1anhwij > :last-child, .framer-ZViYt .framer-zryt1i > :last-child, .framer-ZViYt .framer-c2ibzp > :last-child, .framer-ZViYt .framer-xmvd32 > :last-child { margin-bottom: 0px; } .framer-ZViYt .framer-rjm206 > *, .framer-ZViYt .framer-9imaxt > *, .framer-ZViYt .framer-x1nft0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZViYt .framer-rjm206 > :first-child, .framer-ZViYt .framer-yxbjd8 > :first-child, .framer-ZViYt .framer-i4ra89 > :first-child, .framer-ZViYt .framer-ksp3qe > :first-child, .framer-ZViYt .framer-9imaxt > :first-child, .framer-ZViYt .framer-vddbh4 > :first-child, .framer-ZViYt .framer-1njf27y > :first-child, .framer-ZViYt .framer-8mttt9 > :first-child, .framer-ZViYt .framer-jnfih9 > :first-child, .framer-ZViYt .framer-w3omsl > :first-child, .framer-ZViYt .framer-13n2x2b > :first-child, .framer-ZViYt .framer-1t4fj5j > :first-child, .framer-ZViYt .framer-1tkzf7o > :first-child, .framer-ZViYt .framer-x1nft0 > :first-child, .framer-ZViYt .framer-x0ke8d > :first-child { margin-left: 0px; } .framer-ZViYt .framer-rjm206 > :last-child, .framer-ZViYt .framer-yxbjd8 > :last-child, .framer-ZViYt .framer-i4ra89 > :last-child, .framer-ZViYt .framer-ksp3qe > :last-child, .framer-ZViYt .framer-9imaxt > :last-child, .framer-ZViYt .framer-vddbh4 > :last-child, .framer-ZViYt .framer-1njf27y > :last-child, .framer-ZViYt .framer-8mttt9 > :last-child, .framer-ZViYt .framer-jnfih9 > :last-child, .framer-ZViYt .framer-w3omsl > :last-child, .framer-ZViYt .framer-13n2x2b > :last-child, .framer-ZViYt .framer-1t4fj5j > :last-child, .framer-ZViYt .framer-1tkzf7o > :last-child, .framer-ZViYt .framer-x1nft0 > :last-child, .framer-ZViYt .framer-x0ke8d > :last-child { margin-right: 0px; } .framer-ZViYt .framer-yxbjd8 > *, .framer-ZViYt .framer-i4ra89 > *, .framer-ZViYt .framer-ksp3qe > *, .framer-ZViYt .framer-vddbh4 > *, .framer-ZViYt .framer-1njf27y > *, .framer-ZViYt .framer-1t4fj5j > *, .framer-ZViYt .framer-1tkzf7o > *, .framer-ZViYt .framer-x0ke8d > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ZViYt .framer-w236k1 > *, .framer-ZViYt .framer-1hyhjgn > *, .framer-ZViYt .framer-iyocyb > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZViYt .framer-1d48s5z > *, .framer-ZViYt .framer-c2ibzp > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-ZViYt .framer-a28clp > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ZViYt .framer-1atozsu > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-ZViYt .framer-dbmqnq > *, .framer-ZViYt .framer-xmvd32 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZViYt .framer-8mttt9 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-ZViYt .framer-19fpdf7 > * { margin: 0px; margin-bottom: calc(76px / 2); margin-top: calc(76px / 2); } .framer-ZViYt .framer-tmeiwm > *, .framer-ZViYt .framer-7k0x74 > *, .framer-ZViYt .framer-1anhwij > * { margin: 0px; margin-bottom: calc(49px / 2); margin-top: calc(49px / 2); } .framer-ZViYt .framer-o9fh0u > *, .framer-ZViYt .framer-1kvoz01 > *, .framer-ZViYt .framer-zryt1i > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZViYt .framer-jnfih9 > *, .framer-ZViYt .framer-w3omsl > *, .framer-ZViYt .framer-13n2x2b > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 768px) and (max-width: 1199px) { .framer-ZViYt.framer-1dc8h0n { width: 768px; } .framer-ZViYt .framer-yxbjd8 { padding: 180px 30px 170px 30px; } .framer-ZViYt .framer-w236k1 { flex: 1 0 0px; max-width: 768px; width: 1px; } .framer-ZViYt .framer-1pqx6gm { height: var(--framer-aspect-ratio-supported, 12px); left: 462px; top: -9px; width: 3%; } .framer-ZViYt .framer-hmadvj { height: var(--framer-aspect-ratio-supported, 50px); } .framer-ZViYt .framer-ksp3qe { padding: 80px 30px 40px 30px; } .framer-ZViYt .framer-1d48s5z, .framer-ZViYt .framer-1atozsu, .framer-ZViYt .framer-c2ibzp { gap: 50px; max-width: 768px; } .framer-ZViYt .framer-1lcjbk6 { flex-direction: column; gap: 30px; justify-content: center; } .framer-ZViYt .framer-a28clp { align-content: center; align-items: center; gap: 40px; justify-content: center; order: 1; width: 75%; } .framer-ZViYt .framer-1hyhjgn { align-content: center; align-items: center; justify-content: center; } .framer-ZViYt .framer-iyocyb { gap: 16px; } .framer-ZViYt .framer-9imaxt { height: var(--framer-aspect-ratio-supported, 600px); order: 0; width: 75%; } .framer-ZViYt .framer-16i01r8 { height: var(--framer-aspect-ratio-supported, 51px); } .framer-ZViYt .framer-lxa6yl { height: var(--framer-aspect-ratio-supported, 52px); } .framer-ZViYt .framer-vddbh4, .framer-ZViYt .framer-1t4fj5j { padding: 40px 30px 40px 30px; } .framer-ZViYt .framer-8mttt9 { gap: 24px; } .framer-ZViYt .framer-jmrvhu, .framer-ZViYt .framer-19fpdf7 { gap: 40px; } .framer-ZViYt .framer-1w41qbd { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-ZViYt .framer-1axk3rj { gap: 40px; grid-template-columns: repeat(2, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZViYt .framer-1d48s5z, .framer-ZViYt .framer-1lcjbk6, .framer-ZViYt .framer-a28clp, .framer-ZViYt .framer-iyocyb, .framer-ZViYt .framer-1atozsu, .framer-ZViYt .framer-8mttt9, .framer-ZViYt .framer-jmrvhu, .framer-ZViYt .framer-19fpdf7, .framer-ZViYt .framer-c2ibzp, .framer-ZViYt .framer-1axk3rj { gap: 0px; } .framer-ZViYt .framer-1d48s5z > *, .framer-ZViYt .framer-1atozsu > *, .framer-ZViYt .framer-c2ibzp > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-ZViYt .framer-1d48s5z > :first-child, .framer-ZViYt .framer-1lcjbk6 > :first-child, .framer-ZViYt .framer-a28clp > :first-child, .framer-ZViYt .framer-iyocyb > :first-child, .framer-ZViYt .framer-1atozsu > :first-child, .framer-ZViYt .framer-19fpdf7 > :first-child, .framer-ZViYt .framer-c2ibzp > :first-child { margin-top: 0px; } .framer-ZViYt .framer-1d48s5z > :last-child, .framer-ZViYt .framer-1lcjbk6 > :last-child, .framer-ZViYt .framer-a28clp > :last-child, .framer-ZViYt .framer-iyocyb > :last-child, .framer-ZViYt .framer-1atozsu > :last-child, .framer-ZViYt .framer-19fpdf7 > :last-child, .framer-ZViYt .framer-c2ibzp > :last-child { margin-bottom: 0px; } .framer-ZViYt .framer-1lcjbk6 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ZViYt .framer-a28clp > *, .framer-ZViYt .framer-19fpdf7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ZViYt .framer-iyocyb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZViYt .framer-8mttt9 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ZViYt .framer-8mttt9 > :first-child { margin-left: 0px; } .framer-ZViYt .framer-8mttt9 > :last-child { margin-right: 0px; } .framer-ZViYt .framer-jmrvhu > *, .framer-ZViYt .framer-jmrvhu > :first-child, .framer-ZViYt .framer-jmrvhu > :last-child, .framer-ZViYt .framer-1axk3rj > *, .framer-ZViYt .framer-1axk3rj > :first-child, .framer-ZViYt .framer-1axk3rj > :last-child { margin: 0px; } }}\",\"@media (max-width: 767px) { .framer-ZViYt.framer-1dc8h0n { width: 390px; } .framer-ZViYt .framer-rjm206 { flex-direction: column; position: fixed; } .framer-ZViYt .framer-k2us8j-container, .framer-ZViYt .framer-s7pgkz { flex: none; width: 100%; } .framer-ZViYt .framer-yxbjd8 { padding: 120px 20px 100px 20px; } .framer-ZViYt .framer-w236k1 { flex: 1 0 0px; gap: 16px; max-width: 390px; width: 1px; } .framer-ZViYt .framer-1pqx6gm { aspect-ratio: 2.125 / 1; height: var(--framer-aspect-ratio-supported, 8px); left: 260px; top: -8px; width: 5%; } .framer-ZViYt .framer-hmadvj { height: var(--framer-aspect-ratio-supported, 25px); } .framer-ZViYt .framer-ksp3qe { padding: 60px 20px 30px 20px; } .framer-ZViYt .framer-1d48s5z, .framer-ZViYt .framer-1atozsu, .framer-ZViYt .framer-c2ibzp { gap: 30px; max-width: 390px; } .framer-ZViYt .framer-1lcjbk6 { flex-direction: column; gap: 24px; justify-content: center; } .framer-ZViYt .framer-a28clp { align-content: center; align-items: center; gap: 30px; justify-content: center; order: 1; width: 100%; } .framer-ZViYt .framer-1hyhjgn { align-content: center; align-items: center; justify-content: center; } .framer-ZViYt .framer-iyocyb { gap: 16px; } .framer-ZViYt .framer-9imaxt { height: var(--framer-aspect-ratio-supported, 396px); order: 0; width: 100%; } .framer-ZViYt .framer-16i01r8 { bottom: 108px; height: var(--framer-aspect-ratio-supported, 33px); left: -11px; width: 14%; } .framer-ZViYt .framer-lxa6yl { bottom: unset; height: var(--framer-aspect-ratio-supported, 32px); left: 175px; width: 14%; } .framer-ZViYt .framer-vddbh4, .framer-ZViYt .framer-1t4fj5j { padding: 30px 20px 30px 20px; } .framer-ZViYt .framer-1njf27y, .framer-ZViYt .framer-1tkzf7o { align-content: center; align-items: center; flex-direction: column; justify-content: center; } .framer-ZViYt .framer-dbmqnq, .framer-ZViYt .framer-xmvd32 { align-content: center; align-items: center; flex: none; gap: 16px; justify-content: center; width: 100%; } .framer-ZViYt .framer-8mttt9 { flex-direction: column; gap: 16px; } .framer-ZViYt .framer-jmrvhu { flex: none; gap: 24px; grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 78%; } .framer-ZViYt .framer-19fpdf7 { align-content: center; align-items: center; gap: 30px; justify-content: center; } .framer-ZViYt .framer-1w41qbd { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-ZViYt .framer-1axk3rj { gap: 24px; grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 78%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZViYt .framer-rjm206, .framer-ZViYt .framer-w236k1, .framer-ZViYt .framer-1d48s5z, .framer-ZViYt .framer-1lcjbk6, .framer-ZViYt .framer-a28clp, .framer-ZViYt .framer-iyocyb, .framer-ZViYt .framer-1atozsu, .framer-ZViYt .framer-1njf27y, .framer-ZViYt .framer-dbmqnq, .framer-ZViYt .framer-8mttt9, .framer-ZViYt .framer-jmrvhu, .framer-ZViYt .framer-19fpdf7, .framer-ZViYt .framer-c2ibzp, .framer-ZViYt .framer-1tkzf7o, .framer-ZViYt .framer-xmvd32, .framer-ZViYt .framer-1axk3rj { gap: 0px; } .framer-ZViYt .framer-rjm206 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZViYt .framer-rjm206 > :first-child, .framer-ZViYt .framer-w236k1 > :first-child, .framer-ZViYt .framer-1d48s5z > :first-child, .framer-ZViYt .framer-1lcjbk6 > :first-child, .framer-ZViYt .framer-a28clp > :first-child, .framer-ZViYt .framer-iyocyb > :first-child, .framer-ZViYt .framer-1atozsu > :first-child, .framer-ZViYt .framer-1njf27y > :first-child, .framer-ZViYt .framer-dbmqnq > :first-child, .framer-ZViYt .framer-8mttt9 > :first-child, .framer-ZViYt .framer-19fpdf7 > :first-child, .framer-ZViYt .framer-c2ibzp > :first-child, .framer-ZViYt .framer-1tkzf7o > :first-child, .framer-ZViYt .framer-xmvd32 > :first-child { margin-top: 0px; } .framer-ZViYt .framer-rjm206 > :last-child, .framer-ZViYt .framer-w236k1 > :last-child, .framer-ZViYt .framer-1d48s5z > :last-child, .framer-ZViYt .framer-1lcjbk6 > :last-child, .framer-ZViYt .framer-a28clp > :last-child, .framer-ZViYt .framer-iyocyb > :last-child, .framer-ZViYt .framer-1atozsu > :last-child, .framer-ZViYt .framer-1njf27y > :last-child, .framer-ZViYt .framer-dbmqnq > :last-child, .framer-ZViYt .framer-8mttt9 > :last-child, .framer-ZViYt .framer-19fpdf7 > :last-child, .framer-ZViYt .framer-c2ibzp > :last-child, .framer-ZViYt .framer-1tkzf7o > :last-child, .framer-ZViYt .framer-xmvd32 > :last-child { margin-bottom: 0px; } .framer-ZViYt .framer-w236k1 > *, .framer-ZViYt .framer-iyocyb > *, .framer-ZViYt .framer-dbmqnq > *, .framer-ZViYt .framer-8mttt9 > *, .framer-ZViYt .framer-xmvd32 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZViYt .framer-1d48s5z > *, .framer-ZViYt .framer-a28clp > *, .framer-ZViYt .framer-1atozsu > *, .framer-ZViYt .framer-19fpdf7 > *, .framer-ZViYt .framer-c2ibzp > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ZViYt .framer-1lcjbk6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZViYt .framer-1njf27y > *, .framer-ZViYt .framer-1tkzf7o > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZViYt .framer-jmrvhu > *, .framer-ZViYt .framer-jmrvhu > :first-child, .framer-ZViYt .framer-jmrvhu > :last-child, .framer-ZViYt .framer-1axk3rj > *, .framer-ZViYt .framer-1axk3rj > :first-child, .framer-ZViYt .framer-1axk3rj > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5140.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yQ9sveVV6\":{\"layout\":[\"fixed\",\"auto\"]},\"lCpdBY3ap\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"BQ8fT5DFf\":{\"pattern\":\":BQ8fT5DFf\",\"name\":\"hero \"}}\n * @framerResponsiveScreen\n */const FramerMbhWvs6tb=withCSS(Component,css,\"framer-ZViYt\");export default FramerMbhWvs6tb;FramerMbhWvs6tb.displayName=\"About\";FramerMbhWvs6tb.defaultProps={height:5140.5,width:1200};addFonts(FramerMbhWvs6tb,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Anton\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TPY5PBRHOSXJ53WNSUYZQYX4FZUMAYNF/YHKM2QXXZHS7MS6DJUZXTGRXMIGWH7K5/PCXT6E5YCQO6SSVLT6UZPPGT7QKGXOUS.woff2\",weight:\"400\"}]},...HeaderHeaderFonts,...TagTagFonts,...ButtonButtonFonts,...ValueCardFonts,...AnimatedCounterFonts,...CTAFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMbhWvs6tb\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"BQ8fT5DFf\\\":{\\\"pattern\\\":\\\":BQ8fT5DFf\\\",\\\"name\\\":\\\"hero \\\"}}\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yQ9sveVV6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lCpdBY3ap\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"5140.5\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AnimatedCounter", "props", "from", "to", "duration", "decimalPlaces", "decimalSeparator", "fontFamily", "fontWeight", "fontSize", "lineHeight", "letterSpacing", "textAlign", "color", "playOnLoad", "once", "animationType", "ref", "pe", "isInView", "useInView", "displayValue", "setDisplayValue", "ye", "formatNumber", "isCanvas", "RenderTarget", "ariaLabel", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "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", "icon", "id", "paragraph", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "xkFlQkboJ", "ucjpnpcgq", "hTTbUJaIM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerfgV5ISmQS", "withCSS", "fgV5ISmQS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HeaderHeaderFonts", "getFonts", "IdKC3p3sH_default", "HeaderHeaderWithVariantAppearEffect", "withVariantAppearEffect", "TagTagFonts", "fuGaenVwV_default", "MotionDivWithFX", "withFX", "motion", "ButtonButtonFonts", "uma3dQesL_default", "ValueCardFonts", "fgV5ISmQS_default", "AnimatedCounterFonts", "AnimatedCounter", "CTAFonts", "wL8TZxndv_default", "FooterFonts", "xB7mph1iX_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "HeaderHeaderWithVariantAppearEffect", "MotionDivWithFX", "fuGaenVwV_default", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "ResolveLinks", "resolvedLinks", "uma3dQesL_default", "fgV5ISmQS_default", "AnimatedCounter", "wL8TZxndv_default", "xB7mph1iX_default", "css", "FramerMbhWvs6tb", "withCSS", "MbhWvs6tb_default", "addFonts", "HeaderHeaderFonts", "TagTagFonts", "ButtonButtonFonts", "ValueCardFonts", "AnimatedCounterFonts", "CTAFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
