{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/D5zk2WFeDE58e63HlVQT/fTIw6MBaJfBKDsRZgu3O/Magnetic.js", "ssg:https://framerusercontent.com/modules/uNlV34Dw2HkcbC0Ok3b6/wfDGq4tHlznApgDd2k3n/iX77Wdf09.js", "ssg:https://framerusercontent.com/modules/zUYfTacjFQZFVGYX9j9h/BKoaFJnFtN5Ea5C1oupi/zQ9ybHci2.js", "ssg:https://framerusercontent.com/modules/zeO8f9hInDK56XsvPWKg/0l4gKjmEscF5Ea6nk9bM/Glfda2SXb.js", "ssg:https://framerusercontent.com/modules/jXnJxFEZedRw9hBpnCR9/tfsDjQ93xnPLJ04JgzI0/Z5NXy1e30.js", "ssg:https://framerusercontent.com/modules/uHDO3INg1HS8DrjFQPxh/aj5ECURNE1qD9AcfbxyM/uvRMPC_XU.js", "ssg:https://framerusercontent.com/modules/blcvO3O3usKrOIbF2jll/etjRmMaBajrtcygb4Wek/WOkdccTgQ.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion,useMotionValue,useSpring}from\"framer-motion\";const SPRING_CONFIG={damping:100,stiffness:400};const MAX_DISTANCE=.5;export const withMagnet=Component=>{return props=>{const[isHovered,setIsHovered]=useState(false);const x=useMotionValue(0);const y=useMotionValue(0);const ref=useRef(null);const springX=useSpring(x,SPRING_CONFIG);const springY=useSpring(y,SPRING_CONFIG);useEffect(()=>{const calculateDistance=e=>{if(ref.current){const rect=ref.current.getBoundingClientRect();const centerX=rect.left+rect.width/2;const centerY=rect.top+rect.height/2;const distanceX=e.clientX-centerX;const distanceY=e.clientY-centerY;if(isHovered){x.set(distanceX*MAX_DISTANCE);y.set(distanceY*MAX_DISTANCE);}else{x.set(0);y.set(0);}}};document.addEventListener(\"mousemove\",calculateDistance);return()=>{document.removeEventListener(\"mousemove\",calculateDistance);};},[ref,isHovered]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,onMouseEnter:()=>setIsHovered(true),onMouseLeave:()=>setIsHovered(false),style:{x:springX,y:springY,height:props.height||\"auto\"},children:/*#__PURE__*/_jsx(Component,{...props})});};};\nexport const __FramerMetadata__ = {\"exports\":{\"withMagnet\":{\"type\":\"reactHoc\",\"name\":\"withMagnet\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Magnetic.map", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{withMagnet}from\"https://framerusercontent.com/modules/D5zk2WFeDE58e63HlVQT/fTIw6MBaJfBKDsRZgu3O/Magnetic.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/KAU5GFw8loJTfDQ5K1qR/dvSH0zw6HQ6wYUNyu4jY/HZKk1taaV.js\";const PhosphorFonts=getFonts(Phosphor);const MotionAWithMagnet=withMagnet(motion.a);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"Z0S0xWbuj\",\"PhRE_GRmz\",\"bnNRf_hAJ\"];const serializationHash=\"framer-vQBwq\";const variantClassNames={bnNRf_hAJ:\"framer-v-uc674h\",PhRE_GRmz:\"framer-v-1gn3t11\",Z0S0xWbuj:\"framer-v-1flzinn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={Bold:\"bold\",Duotone:\"duotone\",Fill:\"fill\",Light:\"light\",Regular:\"regular\",Thin:\"thin\"};const humanReadableVariantMap={Default:\"Z0S0xWbuj\",Hover:\"PhRE_GRmz\",Mid:\"bnNRf_hAJ\"};const getProps=({bG,border,color,height,hoverBG,hoverColor,iconEnd,iconEndMirrored,iconEndWeight,iconStart,iconStartMirrored,iconStartWeight,id,label,linkTo,newTab,radius,smoothScroll,tap,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableEnumMap_iconEndWeight,_ref5,_ref6,_humanReadableEnumMap_iconStartWeight,_ref7,_ref8,_ref9,_ref10,_humanReadableVariantMap_props_variant,_ref11;return{...props,CdGrLjnpv:newTab!==null&&newTab!==void 0?newTab:props.CdGrLjnpv,dr8FMW97g:(_ref=border!==null&&border!==void 0?border:props.dr8FMW97g)!==null&&_ref!==void 0?_ref:{borderColor:'var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(12, 129, 244)) /* {\"name\":\"Primary\"} */',borderStyle:\"solid\",borderWidth:1},fpHXSEPlI:linkTo!==null&&linkTo!==void 0?linkTo:props.fpHXSEPlI,HlZ73CZa9:tap!==null&&tap!==void 0?tap:props.HlZ73CZa9,iVoZxzt_R:(_ref1=hoverBG!==null&&hoverBG!==void 0?hoverBG:props.iVoZxzt_R)!==null&&_ref1!==void 0?_ref1:\"var(--token-849ea144-2eba-4f83-8e65-0fd5d40a1bd3, rgb(3, 3, 3))\",JnRqZb9nE:iconEnd!==null&&iconEnd!==void 0?iconEnd:props.JnRqZb9nE,Lp2IOInMn:iconStartMirrored!==null&&iconStartMirrored!==void 0?iconStartMirrored:props.Lp2IOInMn,lVnyq4aJh:iconEndMirrored!==null&&iconEndMirrored!==void 0?iconEndMirrored:props.lVnyq4aJh,Mk0wMSgvw:(_ref2=color!==null&&color!==void 0?color:props.Mk0wMSgvw)!==null&&_ref2!==void 0?_ref2:\"var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250))\",MvV8iNvpF:(_ref3=radius!==null&&radius!==void 0?radius:props.MvV8iNvpF)!==null&&_ref3!==void 0?_ref3:12,nAraFIBQl:(_ref4=bG!==null&&bG!==void 0?bG:props.nAraFIBQl)!==null&&_ref4!==void 0?_ref4:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(102, 130, 232))\",oGS09gj4v:(_ref6=(_ref5=(_humanReadableEnumMap_iconEndWeight=humanReadableEnumMap[iconEndWeight])!==null&&_humanReadableEnumMap_iconEndWeight!==void 0?_humanReadableEnumMap_iconEndWeight:iconEndWeight)!==null&&_ref5!==void 0?_ref5:props.oGS09gj4v)!==null&&_ref6!==void 0?_ref6:\"bold\",qbh4q7EKn:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.qbh4q7EKn,R8vm5hMSZ:(_ref8=(_ref7=(_humanReadableEnumMap_iconStartWeight=humanReadableEnumMap[iconStartWeight])!==null&&_humanReadableEnumMap_iconStartWeight!==void 0?_humanReadableEnumMap_iconStartWeight:iconStartWeight)!==null&&_ref7!==void 0?_ref7:props.R8vm5hMSZ)!==null&&_ref8!==void 0?_ref8:\"bold\",S5EqVDFx5:(_ref9=label!==null&&label!==void 0?label:props.S5EqVDFx5)!==null&&_ref9!==void 0?_ref9:\"Get started now\",SDtPS_Jyu:iconStart!==null&&iconStart!==void 0?iconStart:props.SDtPS_Jyu,SUGZYSkgH:(_ref10=hoverColor!==null&&hoverColor!==void 0?hoverColor:props.SUGZYSkgH)!==null&&_ref10!==void 0?_ref10:\"var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250))\",variant:(_ref11=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref11!==void 0?_ref11:\"Z0S0xWbuj\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,S5EqVDFx5,nAraFIBQl,iVoZxzt_R,Mk0wMSgvw,SUGZYSkgH,SDtPS_Jyu,R8vm5hMSZ,Lp2IOInMn,JnRqZb9nE,oGS09gj4v,lVnyq4aJh,fpHXSEPlI,CdGrLjnpv,qbh4q7EKn,MvV8iNvpF,HlZ73CZa9,dr8FMW97g,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z0S0xWbuj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap192thy4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(HlZ73CZa9){const res=await HlZ73CZa9(...args);if(res===false)return false;}});const onMouseEnter15paz3a=activeVariantCallback(async(...args)=>{setVariant(\"PhRE_GRmz\");});const onMouseLeavexvb4p1=activeVariantCallback(async(...args)=>{setVariant(\"bnNRf_hAJ\");});const onAppear9yzbga=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Z0S0xWbuj\"),450);});useOnVariantChange(baseVariant,{bnNRf_hAJ:onAppear9yzbga});const ref1=React.useRef(null);const visible=isSet(SDtPS_Jyu);const visible1=isSet(JnRqZb9nE);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _dr8FMW97g_borderBottomWidth,_dr8FMW97g_borderLeftWidth,_dr8FMW97g_borderRightWidth,_dr8FMW97g_borderTopWidth;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({bnNRf_hAJ:{value:transition2},PhRE_GRmz:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:fpHXSEPlI,openInNewTab:CdGrLjnpv,smoothScroll:qbh4q7EKn,children:/*#__PURE__*/_jsxs(MotionAWithMagnet,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1flzinn\",className,classNames)} framer-1mmkxjk`,\"data-border\":true,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Z0S0xWbuj\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter15paz3a,onTap:onTap192thy4,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":`${(_dr8FMW97g_borderBottomWidth=dr8FMW97g.borderBottomWidth)!==null&&_dr8FMW97g_borderBottomWidth!==void 0?_dr8FMW97g_borderBottomWidth:dr8FMW97g.borderWidth}px`,\"--border-color\":dr8FMW97g.borderColor,\"--border-left-width\":`${(_dr8FMW97g_borderLeftWidth=dr8FMW97g.borderLeftWidth)!==null&&_dr8FMW97g_borderLeftWidth!==void 0?_dr8FMW97g_borderLeftWidth:dr8FMW97g.borderWidth}px`,\"--border-right-width\":`${(_dr8FMW97g_borderRightWidth=dr8FMW97g.borderRightWidth)!==null&&_dr8FMW97g_borderRightWidth!==void 0?_dr8FMW97g_borderRightWidth:dr8FMW97g.borderWidth}px`,\"--border-style\":dr8FMW97g.borderStyle,\"--border-top-width\":`${(_dr8FMW97g_borderTopWidth=dr8FMW97g.borderTopWidth)!==null&&_dr8FMW97g_borderTopWidth!==void 0?_dr8FMW97g_borderTopWidth:dr8FMW97g.borderWidth}px`,backgroundColor:nAraFIBQl,borderBottomLeftRadius:MvV8iNvpF,borderBottomRightRadius:MvV8iNvpF,borderTopLeftRadius:MvV8iNvpF,borderTopRightRadius:MvV8iNvpF,...style},...addPropertyOverrides({bnNRf_hAJ:{\"data-framer-name\":\"Mid\",onMouseEnter:undefined},PhRE_GRmz:{\"data-framer-name\":\"Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavexvb4p1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w6hs2m\",\"data-framer-name\":\"Helper Text\",layoutDependency:layoutDependency,layoutId:\"FcjiHzyaI\",style:{opacity:0},children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hjbvpb-container\",layoutDependency:layoutDependency,layoutId:\"KfQXD6z2f-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:Mk0wMSgvw,height:\"100%\",iconSearch:SDtPS_Jyu,iconSelection:\"House\",id:\"KfQXD6z2f\",layoutId:\"KfQXD6z2f\",mirrored:Lp2IOInMn,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:R8vm5hMSZ,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mjfcws\",\"data-styles-preset\":\"HZKk1taaV\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Mk0wMSgvw-iX77Wdf09))\"},children:\"Get started now\"})}),className:\"framer-1dxgxqv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zdOYpI9Ar\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Mk0wMSgvw-iX77Wdf09)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Mk0wMSgvw-iX77Wdf09\":Mk0wMSgvw},text:S5EqVDFx5,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1leqnqo-container\",layoutDependency:layoutDependency,layoutId:\"h8K0ktJty-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:Mk0wMSgvw,height:\"100%\",iconSearch:JnRqZb9nE,iconSelection:\"House\",id:\"h8K0ktJty\",layoutId:\"h8K0ktJty\",mirrored:lVnyq4aJh,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:oGS09gj4v,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n8mxhp\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"wpJQRxczo\",style:{backgroundColor:iVoZxzt_R,borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",opacity:1},variants:{bnNRf_hAJ:{opacity:.25}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i10sni\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"xZBrD2j5g\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ohwfag-container\",layoutDependency:layoutDependency,layoutId:\"uunUzsVg5-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:Mk0wMSgvw,height:\"100%\",iconSearch:SDtPS_Jyu,iconSelection:\"House\",id:\"uunUzsVg5\",layoutId:\"uunUzsVg5\",mirrored:Lp2IOInMn,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:R8vm5hMSZ,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mjfcws\",\"data-styles-preset\":\"HZKk1taaV\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Mk0wMSgvw-iX77Wdf09))\"},children:\"Get started now\"})}),className:\"framer-1l5djv3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nAacN7Zn6\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Mk0wMSgvw-iX77Wdf09)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Mk0wMSgvw-iX77Wdf09\":Mk0wMSgvw,\"--variable-reference-SUGZYSkgH-iX77Wdf09\":SUGZYSkgH},text:S5EqVDFx5,variants:{PhRE_GRmz:{\"--extracted-r6o4lv\":\"var(--variable-reference-SUGZYSkgH-iX77Wdf09)\",\"--variable-reference-SUGZYSkgH-iX77Wdf09\":SUGZYSkgH}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({PhRE_GRmz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mjfcws\",\"data-styles-preset\":\"HZKk1taaV\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-SUGZYSkgH-iX77Wdf09))\"},children:\"Get started now\"})})}},baseVariant,gestureVariant)}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r942v6-container\",layoutDependency:layoutDependency,layoutId:\"Ycu3qXx7k-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:Mk0wMSgvw,height:\"100%\",iconSearch:JnRqZb9nE,iconSelection:\"House\",id:\"Ycu3qXx7k\",layoutId:\"Ycu3qXx7k\",mirrored:lVnyq4aJh,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:oGS09gj4v,width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vQBwq.framer-1mmkxjk, .framer-vQBwq .framer-1mmkxjk { display: block; }\",\".framer-vQBwq.framer-1flzinn { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 20px 16px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-vQBwq .framer-w6hs2m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; z-index: 1; }\",\".framer-vQBwq .framer-hjbvpb-container, .framer-vQBwq .framer-1leqnqo-container, .framer-vQBwq .framer-1ohwfag-container, .framer-vQBwq .framer-r942v6-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-vQBwq .framer-1dxgxqv, .framer-vQBwq .framer-1l5djv3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vQBwq .framer-1n8mxhp { bottom: -259px; flex: none; height: 258px; left: -111px; overflow: hidden; pointer-events: none; position: absolute; right: -111px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-vQBwq .framer-1i10sni { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vQBwq.framer-1flzinn, .framer-vQBwq .framer-w6hs2m, .framer-vQBwq .framer-1i10sni { gap: 0px; } .framer-vQBwq.framer-1flzinn > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-vQBwq.framer-1flzinn > :first-child { margin-top: 0px; } .framer-vQBwq.framer-1flzinn > :last-child { margin-bottom: 0px; } .framer-vQBwq .framer-w6hs2m > *, .framer-vQBwq .framer-1i10sni > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-vQBwq .framer-w6hs2m > :first-child, .framer-vQBwq .framer-1i10sni > :first-child { margin-left: 0px; } .framer-vQBwq .framer-w6hs2m > :last-child, .framer-vQBwq .framer-1i10sni > :last-child { margin-right: 0px; } }\",\".framer-vQBwq.framer-v-1gn3t11 .framer-1n8mxhp { bottom: -101px; }\",\".framer-vQBwq.framer-v-uc674h .framer-1n8mxhp { bottom: unset; left: -111px; right: -112px; top: -259px; }\",...sharedStyle.css,'.framer-vQBwq[data-border=\"true\"]::after, .framer-vQBwq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 198\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PhRE_GRmz\":{\"layout\":[\"auto\",\"auto\"]},\"bnNRf_hAJ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"S5EqVDFx5\":\"label\",\"nAraFIBQl\":\"bG\",\"iVoZxzt_R\":\"hoverBG\",\"Mk0wMSgvw\":\"color\",\"SUGZYSkgH\":\"hoverColor\",\"SDtPS_Jyu\":\"iconStart\",\"R8vm5hMSZ\":\"iconStartWeight\",\"Lp2IOInMn\":\"iconStartMirrored\",\"JnRqZb9nE\":\"iconEnd\",\"oGS09gj4v\":\"iconEndWeight\",\"lVnyq4aJh\":\"iconEndMirrored\",\"fpHXSEPlI\":\"linkTo\",\"CdGrLjnpv\":\"newTab\",\"qbh4q7EKn\":\"smoothScroll\",\"MvV8iNvpF\":\"radius\",\"HlZ73CZa9\":\"tap\",\"dr8FMW97g\":\"border\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriX77Wdf09=withCSS(Component,css,\"framer-vQBwq\");export default FrameriX77Wdf09;FrameriX77Wdf09.displayName=\"Button/Magnetic\";FrameriX77Wdf09.defaultProps={height:50,width:198};addPropertyControls(FrameriX77Wdf09,{variant:{options:[\"Z0S0xWbuj\",\"PhRE_GRmz\",\"bnNRf_hAJ\"],optionTitles:[\"Default\",\"Hover\",\"Mid\"],title:\"Variant\",type:ControlType.Enum},S5EqVDFx5:{defaultValue:\"Get started now\",displayTextArea:false,title:\"Label\",type:ControlType.String},nAraFIBQl:{defaultValue:'var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(102, 130, 232)) /* {\"name\":\"Primary\"} */',title:\"BG\",type:ControlType.Color},iVoZxzt_R:{defaultValue:'var(--token-849ea144-2eba-4f83-8e65-0fd5d40a1bd3, rgb(3, 3, 3)) /* {\"name\":\"Black/onSurface\"} */',title:\"Hover BG\",type:ControlType.Color},Mk0wMSgvw:{defaultValue:'var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250)) /* {\"name\":\"Content/onSurface/Primary\"} */',title:\"Color\",type:ControlType.Color},SUGZYSkgH:{defaultValue:\"var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250))\",title:\"Hover Color\",type:ControlType.Color},SDtPS_Jyu:{defaultValue:\"\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Icon Start\",type:ControlType.String},R8vm5hMSZ:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"weight\"])&&{...PhosphorControls[\"weight\"],defaultValue:\"bold\",description:undefined,hidden:undefined,title:\"Icon Start Weight\"},Lp2IOInMn:{defaultValue:false,title:\"Icon Start Mirrored\",type:ControlType.Boolean},JnRqZb9nE:{defaultValue:\"\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Icon End\",type:ControlType.String},oGS09gj4v:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"weight\"])&&{...PhosphorControls[\"weight\"],defaultValue:\"bold\",description:undefined,hidden:undefined,title:\"Icon End Weight\"},lVnyq4aJh:{defaultValue:false,title:\"Icon End Mirrored\",type:ControlType.Boolean},fpHXSEPlI:{title:\"Link To\",type:ControlType.Link},CdGrLjnpv:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},qbh4q7EKn:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},MvV8iNvpF:{defaultValue:12,max:1e3,min:0,title:\"Radius\",type:ControlType.Number},HlZ73CZa9:{title:\"Tap\",type:ControlType.EventHandler},dr8FMW97g:{defaultValue:{borderColor:'var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(12, 129, 244)) /* {\"name\":\"Primary\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border}});addFonts(FrameriX77Wdf09,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriX77Wdf09\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PhRE_GRmz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bnNRf_hAJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"S5EqVDFx5\\\":\\\"label\\\",\\\"nAraFIBQl\\\":\\\"bG\\\",\\\"iVoZxzt_R\\\":\\\"hoverBG\\\",\\\"Mk0wMSgvw\\\":\\\"color\\\",\\\"SUGZYSkgH\\\":\\\"hoverColor\\\",\\\"SDtPS_Jyu\\\":\\\"iconStart\\\",\\\"R8vm5hMSZ\\\":\\\"iconStartWeight\\\",\\\"Lp2IOInMn\\\":\\\"iconStartMirrored\\\",\\\"JnRqZb9nE\\\":\\\"iconEnd\\\",\\\"oGS09gj4v\\\":\\\"iconEndWeight\\\",\\\"lVnyq4aJh\\\":\\\"iconEndMirrored\\\",\\\"fpHXSEPlI\\\":\\\"linkTo\\\",\\\"CdGrLjnpv\\\":\\\"newTab\\\",\\\"qbh4q7EKn\\\":\\\"smoothScroll\\\",\\\"MvV8iNvpF\\\":\\\"radius\\\",\\\"HlZ73CZa9\\\":\\\"tap\\\",\\\"dr8FMW97g\\\":\\\"border\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"198\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iX77Wdf09.map", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/A4ka3ZxFgDecRidyMVj3/pUxvPWSKzAKvRWE0xfDi/m02S3DniW.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rjidvlgb1SoQxwdDtGMD/TPmHJJdA9cuGDld4sZaT/Qn2J6olPx.js\";import ComponentTag from\"https://framerusercontent.com/modules/FSlE0Go8T7Y23sZ7Z2iw/QKIo5dY9mZeEVLnQyR0W/C78PeQw6D.js\";const ComponentTagFonts=getFonts(ComponentTag);const MotionDivWithFX=withFX(motion.div);const ComponentTagControls=getPropertyControls(ComponentTag);const cycleOrder=[\"ZT35UMzEb\",\"Bf7CGOeU9\",\"cTXSVZmaO\",\"kEF7Wo4OX\"];const serializationHash=\"framer-CUCco\";const variantClassNames={Bf7CGOeU9:\"framer-v-1frm4im\",cTXSVZmaO:\"framer-v-158n9yq\",kEF7Wo4OX:\"framer-v-1ps6wra\",ZT35UMzEb:\"framer-v-17oq939\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const animation={opacity:0,rotate:0,rotateX:-20,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={delay:.1,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:-20,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition3={delay:.2,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={Bold:\"bold\",Duotone:\"duotone\",Fill:\"fill\",Light:\"light\",Regular:\"regular\",Thin:\"thin\"};const humanReadableVariantMap={Center:\"kEF7Wo4OX\",Desktop:\"ZT35UMzEb\",Mobile:\"cTXSVZmaO\",Tablet:\"Bf7CGOeU9\"};const getProps=({description,height,id,tag,tagBackground,tagBorder,tagColor,tagCTA,tagCTAColor,tagCTAIconEnd,tagCTAIconEndMirrored,tagCTAIconEndWeight,tagIconColor,tagIconStart,tagIconStartMirrored,tagIconStartWeight,tagRadius,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableEnumMap_tagIconStartWeight,_ref5,_ref6,_humanReadableEnumMap_tagCTAIconEndWeight,_ref7,_ref8,_ref9,_ref10,_ref11,_ref12,_humanReadableVariantMap_props_variant,_ref13,_ref14;return{...props,bDaX2RBim:tagIconStart!==null&&tagIconStart!==void 0?tagIconStart:props.bDaX2RBim,ca_mVLuaI:(_ref=description!==null&&description!==void 0?description:props.ca_mVLuaI)!==null&&_ref!==void 0?_ref:\"Experience seamless access to your data, tailored to fit any business need, and build your CRM solution from anywhere with our versatile app.\",cvVHlNlho:(_ref1=tagCTAColor!==null&&tagCTAColor!==void 0?tagCTAColor:props.cvVHlNlho)!==null&&_ref1!==void 0?_ref1:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",E4DgV_sno:(_ref2=tagBorder!==null&&tagBorder!==void 0?tagBorder:props.E4DgV_sno)!==null&&_ref2!==void 0?_ref2:{borderColor:'var(--token-275cfb08-008b-4816-813a-3e7e71195fd0, rgba(102, 130, 232, 0.32)) /* {\"name\":\"Primary 32%\"} */',borderStyle:\"solid\",borderWidth:1},ekorQdvb8:(_ref3=tagCTAIconEnd!==null&&tagCTAIconEnd!==void 0?tagCTAIconEnd:props.ekorQdvb8)!==null&&_ref3!==void 0?_ref3:\"arrow-right\",FC_L54wmR:tagCTA!==null&&tagCTA!==void 0?tagCTA:props.FC_L54wmR,hHzsBI2qp:(_ref4=title!==null&&title!==void 0?title:props.hHzsBI2qp)!==null&&_ref4!==void 0?_ref4:\"Everything You Need Grow Your Business\",LDIoeSRZw:(_ref6=(_ref5=(_humanReadableEnumMap_tagIconStartWeight=humanReadableEnumMap[tagIconStartWeight])!==null&&_humanReadableEnumMap_tagIconStartWeight!==void 0?_humanReadableEnumMap_tagIconStartWeight:tagIconStartWeight)!==null&&_ref5!==void 0?_ref5:props.LDIoeSRZw)!==null&&_ref6!==void 0?_ref6:\"bold\",LtuQZYjWG:(_ref8=(_ref7=(_humanReadableEnumMap_tagCTAIconEndWeight=humanReadableEnumMap[tagCTAIconEndWeight])!==null&&_humanReadableEnumMap_tagCTAIconEndWeight!==void 0?_humanReadableEnumMap_tagCTAIconEndWeight:tagCTAIconEndWeight)!==null&&_ref7!==void 0?_ref7:props.LtuQZYjWG)!==null&&_ref8!==void 0?_ref8:\"bold\",ma3i78Q3c:tagIconStartMirrored!==null&&tagIconStartMirrored!==void 0?tagIconStartMirrored:props.ma3i78Q3c,Oo3l9TXTR:(_ref9=tagBackground!==null&&tagBackground!==void 0?tagBackground:props.Oo3l9TXTR)!==null&&_ref9!==void 0?_ref9:\"var(--token-95cac3d8-0462-4c6a-bb50-97d371fec013, rgba(102, 130, 232, 0.06))\",pBIfV9cNM:(_ref10=tagRadius!==null&&tagRadius!==void 0?tagRadius:props.pBIfV9cNM)!==null&&_ref10!==void 0?_ref10:10,qWF2zYywZ:(_ref11=tagColor!==null&&tagColor!==void 0?tagColor:props.qWF2zYywZ)!==null&&_ref11!==void 0?_ref11:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(102, 130, 232))\",T_6mI5iF1:(_ref12=tagIconColor!==null&&tagIconColor!==void 0?tagIconColor:props.T_6mI5iF1)!==null&&_ref12!==void 0?_ref12:\"var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28))\",variant:(_ref13=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref13!==void 0?_ref13:\"ZT35UMzEb\",W_VMQAdAG:tagCTAIconEndMirrored!==null&&tagCTAIconEndMirrored!==void 0?tagCTAIconEndMirrored:props.W_VMQAdAG,Wr1EUyksZ:(_ref14=tag!==null&&tag!==void 0?tag:props.Wr1EUyksZ)!==null&&_ref14!==void 0?_ref14:\"Features\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,hHzsBI2qp,ca_mVLuaI,Wr1EUyksZ,bDaX2RBim,LDIoeSRZw,ma3i78Q3c,cvVHlNlho,FC_L54wmR,ekorQdvb8,LtuQZYjWG,W_VMQAdAG,qWF2zYywZ,T_6mI5iF1,Oo3l9TXTR,E4DgV_sno,pBIfV9cNM,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZT35UMzEb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=isSet(Wr1EUyksZ);const visible1=isSet(ca_mVLuaI);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.header,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-17oq939\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ZT35UMzEb\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Bf7CGOeU9:{\"data-framer-name\":\"Tablet\"},cTXSVZmaO:{\"data-framer-name\":\"Mobile\"},kEF7Wo4OX:{\"data-framer-name\":\"Center\"}},baseVariant,gestureVariant),children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-zc5ls2-container\",layoutDependency:layoutDependency,layoutId:\"U07mBBvSX-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentTag,{B9JBrFCuc:false,d0aOk6jzV:cvVHlNlho,GP2XIiraq:Oo3l9TXTR,height:\"100%\",hQWQpMsVU:false,id:\"U07mBBvSX\",j0nLtPSQr:LDIoeSRZw,K7oDt0xQv:T_6mI5iF1,KMeWvPwBp:FC_L54wmR,Kxq2Q1srN:ekorQdvb8,layoutId:\"U07mBBvSX\",MYss0A1w2:bDaX2RBim,nRfG_WZYX:LtuQZYjWG,otFzSEuBU:Wr1EUyksZ,RAykYAh5d:E4DgV_sno,RbLWRRWw2:pBIfV9cNM,sj87k5G4W:ma3i78Q3c,tYa3KWrUL:qWF2zYywZ,vgzSI78PZ:W_VMQAdAG,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.section,{className:\"framer-y9hlhx\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"hL5BnSK8S\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-mkwhrj\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"jyh8dYB4B\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-sfatb8\",\"data-styles-preset\":\"m02S3DniW\",children:\"Everything You Need Grow Your Business\"})}),className:\"framer-wjc8uk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ckMppyqB4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hHzsBI2qp,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kEF7Wo4OX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-sfatb8\",\"data-styles-preset\":\"m02S3DniW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Everything You Need Grow Your Business\"})})}},baseVariant,gestureVariant)})}),visible1&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1lk42ly\",\"data-framer-name\":\"Description\",layoutDependency:layoutDependency,layoutId:\"gcTpfIuuW\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kmsqyk\",\"data-styles-preset\":\"Qn2J6olPx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)))\"},children:\"Experience seamless access to your data, tailored to fit any business need, and build your CRM solution from anywhere with our versatile app.\"})}),className:\"framer-11jd2wj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k_NWP6mt8\",style:{\"--extracted-r6o4lv\":\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ca_mVLuaI,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kEF7Wo4OX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kmsqyk\",\"data-styles-preset\":\"Qn2J6olPx\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)))\"},children:\"Phasellus faucibus mi nec tempus accumsan. Mauris justo sem, accumsan vitae lorem sed, aliquet auctor magna. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\"})})}},baseVariant,gestureVariant)})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CUCco.framer-1judsge, .framer-CUCco .framer-1judsge { display: block; }\",\".framer-CUCco.framer-17oq939 { 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: 1200px; }\",\".framer-CUCco .framer-zc5ls2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CUCco .framer-y9hlhx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CUCco .framer-mkwhrj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 56%; }\",\".framer-CUCco .framer-wjc8uk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CUCco .framer-1lk42ly { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 40%; }\",\".framer-CUCco .framer-11jd2wj { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CUCco.framer-17oq939, .framer-CUCco .framer-mkwhrj, .framer-CUCco .framer-1lk42ly { gap: 0px; } .framer-CUCco.framer-17oq939 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CUCco.framer-17oq939 > :first-child, .framer-CUCco .framer-mkwhrj > :first-child { margin-top: 0px; } .framer-CUCco.framer-17oq939 > :last-child, .framer-CUCco .framer-mkwhrj > :last-child { margin-bottom: 0px; } .framer-CUCco .framer-mkwhrj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CUCco .framer-1lk42ly > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-CUCco .framer-1lk42ly > :first-child { margin-left: 0px; } .framer-CUCco .framer-1lk42ly > :last-child { margin-right: 0px; } }\",\".framer-CUCco.framer-v-1frm4im.framer-17oq939 { width: 810px; }\",\".framer-CUCco.framer-v-1frm4im .framer-mkwhrj { width: 55%; }\",\".framer-CUCco.framer-v-158n9yq.framer-17oq939 { width: 390px; }\",\".framer-CUCco.framer-v-158n9yq .framer-y9hlhx { flex-direction: column; gap: 12px; justify-content: flex-start; }\",\".framer-CUCco.framer-v-158n9yq .framer-mkwhrj, .framer-CUCco.framer-v-158n9yq .framer-1lk42ly { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CUCco.framer-v-158n9yq .framer-y9hlhx { gap: 0px; } .framer-CUCco.framer-v-158n9yq .framer-y9hlhx > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-CUCco.framer-v-158n9yq .framer-y9hlhx > :first-child { margin-top: 0px; } .framer-CUCco.framer-v-158n9yq .framer-y9hlhx > :last-child { margin-bottom: 0px; } }\",\".framer-CUCco.framer-v-1ps6wra.framer-17oq939 { align-content: center; align-items: center; }\",\".framer-CUCco.framer-v-1ps6wra .framer-y9hlhx { align-content: center; align-items: center; flex-direction: column; gap: 16px; justify-content: flex-start; max-width: 660px; }\",\".framer-CUCco.framer-v-1ps6wra .framer-mkwhrj { align-content: center; align-items: center; width: 100%; }\",\".framer-CUCco.framer-v-1ps6wra .framer-1lk42ly { justify-content: center; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CUCco.framer-v-1ps6wra .framer-y9hlhx { gap: 0px; } .framer-CUCco.framer-v-1ps6wra .framer-y9hlhx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CUCco.framer-v-1ps6wra .framer-y9hlhx > :first-child { margin-top: 0px; } .framer-CUCco.framer-v-1ps6wra .framer-y9hlhx > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 164\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Bf7CGOeU9\":{\"layout\":[\"fixed\",\"auto\"]},\"cTXSVZmaO\":{\"layout\":[\"fixed\",\"auto\"]},\"kEF7Wo4OX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"hHzsBI2qp\":\"title\",\"ca_mVLuaI\":\"description\",\"Wr1EUyksZ\":\"tag\",\"bDaX2RBim\":\"tagIconStart\",\"LDIoeSRZw\":\"tagIconStartWeight\",\"ma3i78Q3c\":\"tagIconStartMirrored\",\"cvVHlNlho\":\"tagCTAColor\",\"FC_L54wmR\":\"tagCTA\",\"ekorQdvb8\":\"tagCTAIconEnd\",\"LtuQZYjWG\":\"tagCTAIconEndWeight\",\"W_VMQAdAG\":\"tagCTAIconEndMirrored\",\"qWF2zYywZ\":\"tagColor\",\"T_6mI5iF1\":\"tagIconColor\",\"Oo3l9TXTR\":\"tagBackground\",\"E4DgV_sno\":\"tagBorder\",\"pBIfV9cNM\":\"tagRadius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzQ9ybHci2=withCSS(Component,css,\"framer-CUCco\");export default FramerzQ9ybHci2;FramerzQ9ybHci2.displayName=\"Block/Section Title\";FramerzQ9ybHci2.defaultProps={height:164,width:1200};addPropertyControls(FramerzQ9ybHci2,{variant:{options:[\"ZT35UMzEb\",\"Bf7CGOeU9\",\"cTXSVZmaO\",\"kEF7Wo4OX\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Center\"],title:\"Variant\",type:ControlType.Enum},hHzsBI2qp:{defaultValue:\"Everything You Need Grow Your Business\",displayTextArea:true,placeholder:\"Title\",title:\"Title\",type:ControlType.String},ca_mVLuaI:{defaultValue:\"Experience seamless access to your data, tailored to fit any business need, and build your CRM solution from anywhere with our versatile app.\",displayTextArea:true,placeholder:\"Description\",title:\"Description\",type:ControlType.String},Wr1EUyksZ:{defaultValue:\"Features\",displayTextArea:false,placeholder:\"Features\",title:\"Tag\",type:ControlType.String},bDaX2RBim:{defaultValue:\"\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Tag Icon Start\",type:ControlType.String},LDIoeSRZw:(ComponentTagControls===null||ComponentTagControls===void 0?void 0:ComponentTagControls[\"j0nLtPSQr\"])&&{...ComponentTagControls[\"j0nLtPSQr\"],defaultValue:\"bold\",description:undefined,hidden:undefined,title:\"Tag Icon Start Weight\"},ma3i78Q3c:{defaultValue:false,title:\"Tag Icon Start Mirrored\",type:ControlType.Boolean},cvVHlNlho:{defaultValue:'var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)) /* {\"name\":\"Content/Secondary\"} */',title:\"Tag CTA Color\",type:ControlType.Color},FC_L54wmR:{defaultValue:\"\",displayTextArea:false,placeholder:\"Read More\",title:\"Tag CTA\",type:ControlType.String},ekorQdvb8:{defaultValue:\"arrow-right\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Tag CTA Icon End\",type:ControlType.String},LtuQZYjWG:(ComponentTagControls===null||ComponentTagControls===void 0?void 0:ComponentTagControls[\"nRfG_WZYX\"])&&{...ComponentTagControls[\"nRfG_WZYX\"],defaultValue:\"bold\",description:undefined,hidden:undefined,title:\"Tag CTA Icon End Weight\"},W_VMQAdAG:{defaultValue:false,title:\"Tag CTA Icon End Mirrored\",type:ControlType.Boolean},qWF2zYywZ:{defaultValue:'var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(102, 130, 232)) /* {\"name\":\"Primary\"} */',title:\"Tag Color\",type:ControlType.Color},T_6mI5iF1:{defaultValue:\"var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28))\",title:\"Tag Icon Color\",type:ControlType.Color},Oo3l9TXTR:{defaultValue:'var(--token-95cac3d8-0462-4c6a-bb50-97d371fec013, rgba(102, 130, 232, 0.06)) /* {\"name\":\"Primary 6%\"} */',title:\"Tag Background\",type:ControlType.Color},E4DgV_sno:{defaultValue:{borderColor:'var(--token-275cfb08-008b-4816-813a-3e7e71195fd0, rgba(102, 130, 232, 0.32)) /* {\"name\":\"Primary 32%\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Tag Border\",type:ControlType.Border},pBIfV9cNM:{defaultValue:10,max:1e3,min:0,title:\"Tag Radius\",type:ControlType.Number}});addFonts(FramerzQ9ybHci2,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ComponentTagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzQ9ybHci2\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bf7CGOeU9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cTXSVZmaO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kEF7Wo4OX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"164\",\"framerVariables\":\"{\\\"hHzsBI2qp\\\":\\\"title\\\",\\\"ca_mVLuaI\\\":\\\"description\\\",\\\"Wr1EUyksZ\\\":\\\"tag\\\",\\\"bDaX2RBim\\\":\\\"tagIconStart\\\",\\\"LDIoeSRZw\\\":\\\"tagIconStartWeight\\\",\\\"ma3i78Q3c\\\":\\\"tagIconStartMirrored\\\",\\\"cvVHlNlho\\\":\\\"tagCTAColor\\\",\\\"FC_L54wmR\\\":\\\"tagCTA\\\",\\\"ekorQdvb8\\\":\\\"tagCTAIconEnd\\\",\\\"LtuQZYjWG\\\":\\\"tagCTAIconEndWeight\\\",\\\"W_VMQAdAG\\\":\\\"tagCTAIconEndMirrored\\\",\\\"qWF2zYywZ\\\":\\\"tagColor\\\",\\\"T_6mI5iF1\\\":\\\"tagIconColor\\\",\\\"Oo3l9TXTR\\\":\\\"tagBackground\\\",\\\"E4DgV_sno\\\":\\\"tagBorder\\\",\\\"pBIfV9cNM\\\":\\\"tagRadius\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zQ9ybHci2.map", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/9IG3DWCsO0Bpzq96TxdN/2n2ojCihdsSpzsYvWOYI/LxthuJKZR.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wx9dMCydgAotiYr8PBGS/rUs7tjlSzWDPGQMWVrd1/XTXS0mOlP.js\";import ButtonMagnetic from\"https://framerusercontent.com/modules/uNlV34Dw2HkcbC0Ok3b6/wfDGq4tHlznApgDd2k3n/iX77Wdf09.js\";const ButtonMagneticFonts=getFonts(ButtonMagnetic);const MotionArticleWithFX=withFX(motion.article);const cycleOrder=[\"KMYf13tg4\",\"rnusBMDwO\",\"MKli2AqFD\"];const serializationHash=\"framer-G4476\";const variantClassNames={KMYf13tg4:\"framer-v-h981ii\",MKli2AqFD:\"framer-v-i72hq9\",rnusBMDwO:\"framer-v-1vwjppr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:50};const transition2={delay:0,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"KMYf13tg4\",Mobile:\"MKli2AqFD\",Tablet:\"rnusBMDwO\"};const getProps=({buttonHoverCursor,customCursor,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,OfHkwQyML:buttonHoverCursor!==null&&buttonHoverCursor!==void 0?buttonHoverCursor:props.OfHkwQyML,RtJkUneEe:customCursor!==null&&customCursor!==void 0?customCursor:props.RtJkUneEe,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"KMYf13tg4\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,RtJkUneEe,OfHkwQyML,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KMYf13tg4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.article,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-h981ii\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"KMYf13tg4\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({MKli2AqFD:{\"data-framer-name\":\"Mobile\"},rnusBMDwO:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionArticleWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-wp3znz\",\"data-framer-cursor\":RtJkUneEe,\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"bngWVZFbM\",style:{backgroundColor:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(254, 95, 60))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,transformPerspective:1200},children:/*#__PURE__*/_jsxs(motion.section,{className:\"framer-1jdj4pq\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"LYVz1PoGL\",children:[/*#__PURE__*/_jsxs(motion.header,{className:\"framer-ysbblw\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"NoyiiEt1S\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-layf92\",\"data-styles-preset\":\"LxthuJKZR\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250)))\"},children:\"All-in-one AIapp, One Tool for All Your Relationships\"})}),className:\"framer-1qliyt3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XXgbtH0kO\",style:{\"--extracted-1eung3n\":\"var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MKli2AqFD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-layf92\",\"data-styles-preset\":\"LxthuJKZR\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250)))\"},children:\"All-in-one AIapp, One Tool for All Your Relationships\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1e978ry\",\"data-styles-preset\":\"XTXS0mOlP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35819c01-8fa6-41d6-bd05-b6656e9e108d, rgba(250, 250, 250, 0.82)))\"},children:\"Build stronger customer relationships, make more sales and save more time\"})}),className:\"framer-1s2eza5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QhZclPQXs\",style:{\"--extracted-r6o4lv\":\"var(--token-35819c01-8fa6-41d6-bd05-b6656e9e108d, rgba(250, 250, 250, 0.82))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MKli2AqFD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1e978ry\",\"data-styles-preset\":\"XTXS0mOlP\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35819c01-8fa6-41d6-bd05-b6656e9e108d, rgba(250, 250, 250, 0.82)))\"},children:\"Build stronger customer relationships, make more sales and save more time\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.footer,{className:\"framer-bzfaur\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"c_T48dcB9\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XpkJ250UM\"},implicitPathVariables:undefined},{href:{webPageId:\"XpkJ250UM\"},implicitPathVariables:undefined},{href:{webPageId:\"XpkJ250UM\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({MKli2AqFD:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 96px, 0px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jfqdob-container\",\"data-framer-cursor\":OfHkwQyML,\"data-framer-name\":\"Get Started\",layoutDependency:layoutDependency,layoutId:\"anN6swYgR-container\",name:\"Get Started\",children:/*#__PURE__*/_jsx(ButtonMagnetic,{CdGrLjnpv:true,dr8FMW97g:{borderColor:'var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(12, 129, 244)) /* {\"name\":\"Primary\"} */',borderStyle:\"solid\",borderWidth:1},fpHXSEPlI:resolvedLinks[0],height:\"100%\",id:\"anN6swYgR\",iVoZxzt_R:\"var(--token-849ea144-2eba-4f83-8e65-0fd5d40a1bd3, rgb(3, 3, 3))\",JnRqZb9nE:\"\",layoutId:\"anN6swYgR\",Lp2IOInMn:false,lVnyq4aJh:false,Mk0wMSgvw:\"var(--token-ad54ef02-2b05-4bc2-8b42-b5dc790e1294, rgb(28, 28, 28))\",MvV8iNvpF:12,name:\"Get Started\",nAraFIBQl:\"var(--token-9194f34c-cb79-4e68-81bd-e496dc79eaa0, rgb(245, 245, 245))\",oGS09gj4v:\"bold\",qbh4q7EKn:false,R8vm5hMSZ:\"bold\",S5EqVDFx5:\"Get started\",SDtPS_Jyu:\"\",SUGZYSkgH:\"var(--token-9194f34c-cb79-4e68-81bd-e496dc79eaa0, rgb(245, 245, 245))\",variant:\"Z0S0xWbuj\",width:\"100%\",...addPropertyOverrides({MKli2AqFD:{fpHXSEPlI:resolvedLinks[2],style:{width:\"100%\"}},rnusBMDwO:{fpHXSEPlI:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({MKli2AqFD:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 96px, 0px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o2cwwk-container\",\"data-framer-cursor\":OfHkwQyML,\"data-framer-name\":\"Talk to Sales\",layoutDependency:layoutDependency,layoutId:\"DrFtx23qU-container\",name:\"Talk to Sales\",children:/*#__PURE__*/_jsx(ButtonMagnetic,{CdGrLjnpv:true,dr8FMW97g:{borderColor:'var(--token-9194f34c-cb79-4e68-81bd-e496dc79eaa0, rgb(245, 245, 245)) /* {\"name\":\"White/onSurface\"} */',borderStyle:\"solid\",borderWidth:2},fpHXSEPlI:\"https://kotandy.lemonsqueezy.com/buy/a529fc51-5606-412f-a4e7-29739a7c6e3a\",height:\"100%\",id:\"DrFtx23qU\",iVoZxzt_R:\"rgba(245, 245, 245, 0.25)\",JnRqZb9nE:\"\",layoutId:\"DrFtx23qU\",Lp2IOInMn:false,lVnyq4aJh:false,Mk0wMSgvw:\"var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250))\",MvV8iNvpF:12,name:\"Talk to Sales\",nAraFIBQl:\"var(--token-ea1bbe4a-dee2-4080-bf48-02449ee649c8, rgba(12, 129, 244, 0))\",oGS09gj4v:\"bold\",qbh4q7EKn:false,R8vm5hMSZ:\"bold\",S5EqVDFx5:\"Talk to Sales\",SDtPS_Jyu:\"\",SUGZYSkgH:\"var(--token-78fe237d-cdda-442a-941c-79e916f3254d, rgb(250, 250, 250))\",variant:\"Z0S0xWbuj\",width:\"100%\",...addPropertyOverrides({MKli2AqFD:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G4476.framer-1j1dbha, .framer-G4476 .framer-1j1dbha { display: block; }\",\".framer-G4476.framer-h981ii { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 62px 48px 0px 48px; position: relative; width: 1200px; }\",\".framer-G4476 .framer-wp3znz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 62px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-G4476 .framer-1jdj4pq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-G4476 .framer-ysbblw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32px 0px 0px; position: relative; width: 1px; }\",\".framer-G4476 .framer-1qliyt3, .framer-G4476 .framer-1s2eza5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G4476 .framer-bzfaur { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G4476 .framer-1jfqdob-container, .framer-G4476 .framer-1o2cwwk-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-G4476.framer-h981ii, .framer-G4476 .framer-wp3znz, .framer-G4476 .framer-ysbblw, .framer-G4476 .framer-bzfaur { gap: 0px; } .framer-G4476.framer-h981ii > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-G4476.framer-h981ii > :first-child, .framer-G4476 .framer-ysbblw > :first-child { margin-top: 0px; } .framer-G4476.framer-h981ii > :last-child, .framer-G4476 .framer-ysbblw > :last-child { margin-bottom: 0px; } .framer-G4476 .framer-wp3znz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-G4476 .framer-wp3znz > :first-child, .framer-G4476 .framer-bzfaur > :first-child { margin-left: 0px; } .framer-G4476 .framer-wp3znz > :last-child, .framer-G4476 .framer-bzfaur > :last-child { margin-right: 0px; } .framer-G4476 .framer-ysbblw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-G4476 .framer-bzfaur > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-G4476.framer-v-1vwjppr.framer-h981ii { width: 810px; }\",\".framer-G4476.framer-v-1vwjppr .framer-1jdj4pq { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; gap: 32px; justify-content: flex-start; width: 1px; }\",\".framer-G4476.framer-v-1vwjppr .framer-ysbblw { flex: none; padding: 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-G4476.framer-v-1vwjppr .framer-1jdj4pq { gap: 0px; } .framer-G4476.framer-v-1vwjppr .framer-1jdj4pq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-G4476.framer-v-1vwjppr .framer-1jdj4pq > :first-child { margin-top: 0px; } .framer-G4476.framer-v-1vwjppr .framer-1jdj4pq > :last-child { margin-bottom: 0px; } }\",\".framer-G4476.framer-v-i72hq9.framer-h981ii { padding: 32px 24px 0px 24px; width: 390px; }\",\".framer-G4476.framer-v-i72hq9 .framer-wp3znz { padding: 62px 24px 62px 24px; }\",\".framer-G4476.framer-v-i72hq9 .framer-1jdj4pq { flex: 1 0 0px; flex-direction: column; gap: 24px; justify-content: flex-start; width: 1px; }\",\".framer-G4476.framer-v-i72hq9 .framer-ysbblw { align-content: center; align-items: center; flex: none; padding: 0px; width: 100%; }\",\".framer-G4476.framer-v-i72hq9 .framer-bzfaur { flex-direction: column; width: 100%; }\",\".framer-G4476.framer-v-i72hq9 .framer-1jfqdob-container, .framer-G4476.framer-v-i72hq9 .framer-1o2cwwk-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-G4476.framer-v-i72hq9 .framer-1jdj4pq, .framer-G4476.framer-v-i72hq9 .framer-bzfaur { gap: 0px; } .framer-G4476.framer-v-i72hq9 .framer-1jdj4pq > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-G4476.framer-v-i72hq9 .framer-1jdj4pq > :first-child, .framer-G4476.framer-v-i72hq9 .framer-bzfaur > :first-child { margin-top: 0px; } .framer-G4476.framer-v-i72hq9 .framer-1jdj4pq > :last-child, .framer-G4476.framer-v-i72hq9 .framer-bzfaur > :last-child { margin-bottom: 0px; } .framer-G4476.framer-v-i72hq9 .framer-bzfaur > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 305\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rnusBMDwO\":{\"layout\":[\"fixed\",\"auto\"]},\"MKli2AqFD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"RtJkUneEe\":\"customCursor\",\"OfHkwQyML\":\"buttonHoverCursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGlfda2SXb=withCSS(Component,css,\"framer-G4476\");export default FramerGlfda2SXb;FramerGlfda2SXb.displayName=\"Section/CTA\";FramerGlfda2SXb.defaultProps={height:305,width:1200};addPropertyControls(FramerGlfda2SXb,{variant:{options:[\"KMYf13tg4\",\"rnusBMDwO\",\"MKli2AqFD\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},RtJkUneEe:{title:\"Custom Cursor\",type:ControlType.CustomCursor},OfHkwQyML:{title:\"Button Hover Cursor\",type:ControlType.CustomCursor}});addFonts(FramerGlfda2SXb,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ButtonMagneticFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGlfda2SXb\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"305\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"RtJkUneEe\\\":\\\"customCursor\\\",\\\"OfHkwQyML\\\":\\\"buttonHoverCursor\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rnusBMDwO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MKli2AqFD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Glfda2SXb.map", "// Generated by Framer (38fb4ea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,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/rjidvlgb1SoQxwdDtGMD/TPmHJJdA9cuGDld4sZaT/Qn2J6olPx.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/znguUhfrji5DK0qZEUe5/v2weFiaTmuYREzaJKGUV/Ueq7oyLjV.js\";const cycleOrder=[\"ENIwSBgcw\",\"ViLyuLhEQ\"];const serializationHash=\"framer-xNJgp\";const variantClassNames={ENIwSBgcw:\"framer-v-iymlmp\",ViLyuLhEQ:\"framer-v-fn8lcm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Closed:\"ENIwSBgcw\",Open:\"ViLyuLhEQ\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"ENIwSBgcw\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ENIwSBgcw\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap13dywnn=activeVariantCallback(async(...args)=>{setVariant(\"ViLyuLhEQ\");});const onTap1r6f116=activeVariantCallback(async(...args)=>{setVariant(\"ENIwSBgcw\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ViLyuLhEQ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-iymlmp\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"ENIwSBgcw\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ViLyuLhEQ:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1meu1ut\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZUX90udjB\",onTap:onTap13dywnn,...addPropertyOverrides({ViLyuLhEQ:{onTap:onTap1r6f116}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pz7sl8\",layoutDependency:layoutDependency,layoutId:\"cJdq29IEM\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-dp4lmc\",\"data-styles-preset\":\"Ueq7oyLjV\",children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-4skuhm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mMAkuf2v_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ck07bq\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"lRTfu6gjo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3wizl6\",layoutDependency:layoutDependency,layoutId:\"dD2XTwSrm\",style:{backgroundColor:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(254, 95, 60))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-86w4vs\",layoutDependency:layoutDependency,layoutId:\"QURbnZlin\",style:{backgroundColor:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(254, 95, 60))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{ViLyuLhEQ:{rotate:90}}})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-t2y2vc\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"uRK2VwEhZ\",style:{opacity:0},variants:{ViLyuLhEQ:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kmsqyk\",\"data-styles-preset\":\"Qn2J6olPx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-kjyid2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K8I4vf6Ar\",style:{\"--extracted-r6o4lv\":\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{ViLyuLhEQ:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xNJgp.framer-5m51zs, .framer-xNJgp .framer-5m51zs { display: block; }\",\".framer-xNJgp.framer-iymlmp { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-xNJgp .framer-1meu1ut { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 0px 20px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-xNJgp .framer-pz7sl8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32px 0px 0px; position: relative; width: 1px; }\",\".framer-xNJgp .framer-4skuhm { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xNJgp .framer-1ck07bq { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; z-index: 1; }\",\".framer-xNJgp .framer-3wizl6 { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-xNJgp .framer-86w4vs { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-xNJgp .framer-t2y2vc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 0px; position: relative; width: 100%; }\",\".framer-xNJgp .framer-kjyid2 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; 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-xNJgp.framer-iymlmp, .framer-xNJgp .framer-pz7sl8, .framer-xNJgp .framer-t2y2vc { gap: 0px; } .framer-xNJgp.framer-iymlmp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xNJgp.framer-iymlmp > :first-child, .framer-xNJgp .framer-t2y2vc > :first-child { margin-top: 0px; } .framer-xNJgp.framer-iymlmp > :last-child, .framer-xNJgp .framer-t2y2vc > :last-child { margin-bottom: 0px; } .framer-xNJgp .framer-pz7sl8 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xNJgp .framer-pz7sl8 > :first-child { margin-left: 0px; } .framer-xNJgp .framer-pz7sl8 > :last-child { margin-right: 0px; } .framer-xNJgp .framer-t2y2vc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 118\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ViLyuLhEQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZ5NXy1e30=withCSS(Component,css,\"framer-xNJgp\");export default FramerZ5NXy1e30;FramerZ5NXy1e30.displayName=\"Component/Accordion Row\";FramerZ5NXy1e30.defaultProps={height:118,width:400};addPropertyControls(FramerZ5NXy1e30,{variant:{options:[\"ENIwSBgcw\",\"ViLyuLhEQ\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerZ5NXy1e30,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ5NXy1e30\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ViLyuLhEQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"118\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"400\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ComponentAccordionRow from\"https://framerusercontent.com/modules/jXnJxFEZedRw9hBpnCR9/tfsDjQ93xnPLJ04JgzI0/Z5NXy1e30.js\";const ComponentAccordionRowFonts=getFonts(ComponentAccordionRow);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"xOUJ8RINN\"];const serializationHash=\"framer-5baBP\";const variantClassNames={xOUJ8RINN:\"framer-v-1w71q7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:-20,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={delay:.2,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition3={delay:.1,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({customCursor,height,id,width,...props})=>{return{...props,bE9SrYNWj:customCursor!==null&&customCursor!==void 0?customCursor:props.bE9SrYNWj};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,bE9SrYNWj,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xOUJ8RINN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1w71q7\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"xOUJ8RINN\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-z16wkl-container\",\"data-framer-cursor\":bE9SrYNWj,layoutDependency:layoutDependency,layoutId:\"I_m_WhZAO-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentAccordionRow,{height:\"100%\",id:\"I_m_WhZAO\",layoutId:\"I_m_WhZAO\",style:{width:\"100%\"},T8rQFvSBR:\"Absolutely! Not only you can upgrade your plan at any time but you also get a prorated discount giving you maximum value for your subscription.\",variant:\"ENIwSBgcw\",W88zB8mIG:\"Which plan is right for me?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-f4234b\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"ybl0DSmxO\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\",transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1mdtitc-container\",\"data-framer-cursor\":bE9SrYNWj,layoutDependency:layoutDependency,layoutId:\"BiixspkCu-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentAccordionRow,{height:\"100%\",id:\"BiixspkCu\",layoutId:\"BiixspkCu\",style:{width:\"100%\"},T8rQFvSBR:\"Exciting news! Join our live group demos where we'll personally guide you through platform, addressing all your questions.\",variant:\"ENIwSBgcw\",W88zB8mIG:\"Is AIapp free to use?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-4gdq3v\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"x4c9z_idT\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\",transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1viyskr-container\",\"data-framer-cursor\":bE9SrYNWj,layoutDependency:layoutDependency,layoutId:\"oHBuV0U3x-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentAccordionRow,{height:\"100%\",id:\"oHBuV0U3x\",layoutId:\"oHBuV0U3x\",style:{width:\"100%\"},T8rQFvSBR:\"Join us for interactive group demos, live and tailored to showcase AIapp's features. Have questions? We've got answers!\",variant:\"ENIwSBgcw\",W88zB8mIG:\"What support options are available?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-nlnh42\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"tuKkOYeBd\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\",transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-3yvue3-container\",\"data-framer-cursor\":bE9SrYNWj,layoutDependency:layoutDependency,layoutId:\"AlntVZYPB-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentAccordionRow,{height:\"100%\",id:\"AlntVZYPB\",layoutId:\"AlntVZYPB\",style:{width:\"100%\"},T8rQFvSBR:\"Absolutely! Not only you can upgrade your plan at any time but you also get a prorated discount giving you maximum value for your subscription.\",variant:\"ENIwSBgcw\",W88zB8mIG:\"Is my data secure on AIapp?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-19tepw8\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"DUvxmTcGu\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\",transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hmu7pr-container\",\"data-framer-cursor\":bE9SrYNWj,layoutDependency:layoutDependency,layoutId:\"ajefdICWt-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentAccordionRow,{height:\"100%\",id:\"ajefdICWt\",layoutId:\"ajefdICWt\",style:{width:\"100%\"},T8rQFvSBR:\"Data is the cornerstone of our decision-making process. We analyze key metrics and trends to inform our strategies, ensuring that every decision is backed by actionable insights. This empowers your business to make informed choices and stay agile in a dynamic market.\",variant:\"ENIwSBgcw\",W88zB8mIG:\"Can you explain the role of data intelligence in your process?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-s5r6vp\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"OKYhY2STe\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\",transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-v8lstt-container\",\"data-framer-cursor\":bE9SrYNWj,layoutDependency:layoutDependency,layoutId:\"lD5WBITJY-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentAccordionRow,{height:\"100%\",id:\"lD5WBITJY\",layoutId:\"lD5WBITJY\",style:{width:\"100%\"},T8rQFvSBR:\"Exciting news! Join our live group demos where we'll personally guide you through platform, addressing all your questions.\",variant:\"ENIwSBgcw\",W88zB8mIG:\"Do you offer training resources for users?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-5ucsly\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"PO8MPxcdk\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\",transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-18z1nwj-container\",\"data-framer-cursor\":bE9SrYNWj,layoutDependency:layoutDependency,layoutId:\"RvZimbIEx-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentAccordionRow,{height:\"100%\",id:\"RvZimbIEx\",layoutId:\"RvZimbIEx\",style:{width:\"100%\"},T8rQFvSBR:\"Getting started is easy! Simply reach out to our team, and we'll guide you through the onboarding process.\",variant:\"ENIwSBgcw\",W88zB8mIG:\"How do I get started with your services?\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5baBP.framer-11763bs, .framer-5baBP .framer-11763bs { display: block; }\",\".framer-5baBP.framer-1w71q7 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-5baBP .framer-z16wkl-container, .framer-5baBP .framer-1mdtitc-container, .framer-5baBP .framer-1viyskr-container, .framer-5baBP .framer-3yvue3-container, .framer-5baBP .framer-hmu7pr-container, .framer-5baBP .framer-v8lstt-container, .framer-5baBP .framer-18z1nwj-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-5baBP .framer-f4234b, .framer-5baBP .framer-4gdq3v, .framer-5baBP .framer-nlnh42, .framer-5baBP .framer-19tepw8, .framer-5baBP .framer-s5r6vp, .framer-5baBP .framer-5ucsly { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5baBP.framer-1w71q7 { gap: 0px; } .framer-5baBP.framer-1w71q7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5baBP.framer-1w71q7 > :first-child { margin-top: 0px; } .framer-5baBP.framer-1w71q7 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 468\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"bE9SrYNWj\":\"customCursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruvRMPC_XU=withCSS(Component,css,\"framer-5baBP\");export default FrameruvRMPC_XU;FrameruvRMPC_XU.displayName=\"Block/Accordion\";FrameruvRMPC_XU.defaultProps={height:468,width:1e3};addPropertyControls(FrameruvRMPC_XU,{bE9SrYNWj:{title:\"Custom Cursor\",type:ControlType.CustomCursor}});addFonts(FrameruvRMPC_XU,[{explicitInter:true,fonts:[]},...ComponentAccordionRowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruvRMPC_XU\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"468\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"bE9SrYNWj\\\":\\\"customCursor\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uvRMPC_XU.map", "// Generated by Framer (21ec140)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import BlockAccordion from\"https://framerusercontent.com/modules/uHDO3INg1HS8DrjFQPxh/aj5ECURNE1qD9AcfbxyM/uvRMPC_XU.js\";import BlockSectionTitle from\"https://framerusercontent.com/modules/zUYfTacjFQZFVGYX9j9h/BKoaFJnFtN5Ea5C1oupi/zQ9ybHci2.js\";const BlockSectionTitleFonts=getFonts(BlockSectionTitle);const BlockAccordionFonts=getFonts(BlockAccordion);const cycleOrder=[\"Uxikz12xb\",\"nSJfXcEUP\",\"Z8416t2HV\"];const serializationHash=\"framer-dhE26\";const variantClassNames={nSJfXcEUP:\"framer-v-k3g0l0\",Uxikz12xb:\"framer-v-1ookv5g\",Z8416t2HV:\"framer-v-vf3t4w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"Uxikz12xb\",Mobile:\"Z8416t2HV\",Tablet:\"nSJfXcEUP\"};const getProps=({customCursor,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,OqMPWrJJo:customCursor!==null&&customCursor!==void 0?customCursor:props.OqMPWrJJo,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Uxikz12xb\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,OqMPWrJJo,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Uxikz12xb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.article,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ookv5g\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Uxikz12xb\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({nSJfXcEUP:{\"data-framer-name\":\"Tablet\"},Z8416t2HV:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 144px) / 2, 1px)`,...addPropertyOverrides({nSJfXcEUP:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 126px) / 3, 1px)`},Z8416t2HV:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1957by3-container\",layoutDependency:layoutDependency,layoutId:\"LX0c3AXH1-container\",children:/*#__PURE__*/_jsx(BlockSectionTitle,{bDaX2RBim:\"question\",ca_mVLuaI:\"We address common queries, demystify intricacies, and provide insights to guide you through our services.\",cvVHlNlho:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",E4DgV_sno:{borderColor:'var(--token-275cfb08-008b-4816-813a-3e7e71195fd0, rgba(102, 130, 232, 0.32)) /* {\"name\":\"Primary 32%\"} */',borderStyle:\"solid\",borderWidth:1},ekorQdvb8:\"arrow-right\",FC_L54wmR:\"\",height:\"100%\",hHzsBI2qp:\"Frequently Asked Questions\",id:\"LX0c3AXH1\",layoutId:\"LX0c3AXH1\",LDIoeSRZw:\"duotone\",LtuQZYjWG:\"bold\",ma3i78Q3c:false,Oo3l9TXTR:\"var(--token-95cac3d8-0462-4c6a-bb50-97d371fec013, rgba(102, 130, 232, 0.06))\",pBIfV9cNM:10,qWF2zYywZ:\"var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28))\",style:{width:\"100%\"},T_6mI5iF1:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(102, 130, 232))\",variant:\"cTXSVZmaO\",W_VMQAdAG:false,width:\"100%\",Wr1EUyksZ:\"Help center\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 144px) / 2, 1px)`,...addPropertyOverrides({nSJfXcEUP:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 126px) / 1.5, 1px)`},Z8416t2HV:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i0fjz2-container\",layoutDependency:layoutDependency,layoutId:\"Y7AQFrCBi-container\",children:/*#__PURE__*/_jsx(BlockAccordion,{bE9SrYNWj:OqMPWrJJo,height:\"100%\",id:\"Y7AQFrCBi\",layoutId:\"Y7AQFrCBi\",style:{width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dhE26.framer-13yj2dg, .framer-dhE26 .framer-13yj2dg { display: block; }\",\".framer-dhE26.framer-1ookv5g { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 62px 48px 0px 48px; position: relative; width: 1200px; }\",\".framer-dhE26 .framer-1957by3-container { flex: 1 0 0px; height: auto; position: sticky; top: 92px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-dhE26 .framer-i0fjz2-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dhE26.framer-1ookv5g { gap: 0px; } .framer-dhE26.framer-1ookv5g > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-dhE26.framer-1ookv5g > :first-child { margin-left: 0px; } .framer-dhE26.framer-1ookv5g > :last-child { margin-right: 0px; } }\",\".framer-dhE26.framer-v-k3g0l0.framer-1ookv5g { gap: 30px; width: 810px; }\",\".framer-dhE26.framer-v-k3g0l0 .framer-i0fjz2-container { flex: 2 0 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dhE26.framer-v-k3g0l0.framer-1ookv5g { gap: 0px; } .framer-dhE26.framer-v-k3g0l0.framer-1ookv5g > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-dhE26.framer-v-k3g0l0.framer-1ookv5g > :first-child { margin-left: 0px; } .framer-dhE26.framer-v-k3g0l0.framer-1ookv5g > :last-child { margin-right: 0px; } }\",\".framer-dhE26.framer-v-vf3t4w.framer-1ookv5g { flex-direction: column; gap: 16px; padding: 32px 24px 0px 24px; width: 390px; }\",\".framer-dhE26.framer-v-vf3t4w .framer-1957by3-container { flex: none; position: relative; top: unset; width: 100%; }\",\".framer-dhE26.framer-v-vf3t4w .framer-i0fjz2-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dhE26.framer-v-vf3t4w.framer-1ookv5g { gap: 0px; } .framer-dhE26.framer-v-vf3t4w.framer-1ookv5g > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-dhE26.framer-v-vf3t4w.framer-1ookv5g > :first-child { margin-top: 0px; } .framer-dhE26.framer-v-vf3t4w.framer-1ookv5g > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 556\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nSJfXcEUP\":{\"layout\":[\"fixed\",\"auto\"]},\"Z8416t2HV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"OqMPWrJJo\":\"customCursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWOkdccTgQ=withCSS(Component,css,\"framer-dhE26\");export default FramerWOkdccTgQ;FramerWOkdccTgQ.displayName=\"Section/Faq\";FramerWOkdccTgQ.defaultProps={height:556,width:1200};addPropertyControls(FramerWOkdccTgQ,{variant:{options:[\"Uxikz12xb\",\"nSJfXcEUP\",\"Z8416t2HV\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},OqMPWrJJo:{title:\"Custom Cursor\",type:ControlType.CustomCursor}});addFonts(FramerWOkdccTgQ,[{explicitInter:true,fonts:[]},...BlockSectionTitleFonts,...BlockAccordionFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWOkdccTgQ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nSJfXcEUP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z8416t2HV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"OqMPWrJJo\\\":\\\"customCursor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"556\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WOkdccTgQ.map"],
  "mappings": "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",
  "names": ["SPRING_CONFIG", "MAX_DISTANCE", "withMagnet", "Component", "props", "isHovered", "setIsHovered", "ye", "x", "useMotionValue", "y", "ref", "pe", "springX", "useSpring", "springY", "ue", "calculateDistance", "e", "rect", "centerX", "centerY", "distanceX", "distanceY", "p", "motion", "PhosphorFonts", "getFonts", "Icon", "MotionAWithMagnet", "withMagnet", "motion", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "bG", "border", "color", "height", "hoverBG", "hoverColor", "iconEnd", "iconEndMirrored", "iconEndWeight", "iconStart", "iconStartMirrored", "iconStartWeight", "id", "label", "linkTo", "newTab", "radius", "smoothScroll", "tap", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableEnumMap_iconEndWeight", "_ref5", "_ref6", "_humanReadableEnumMap_iconStartWeight", "_ref7", "_ref8", "_ref9", "_ref10", "_humanReadableVariantMap_props_variant", "_ref11", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "S5EqVDFx5", "nAraFIBQl", "iVoZxzt_R", "Mk0wMSgvw", "SUGZYSkgH", "SDtPS_Jyu", "R8vm5hMSZ", "Lp2IOInMn", "JnRqZb9nE", "oGS09gj4v", "lVnyq4aJh", "fpHXSEPlI", "CdGrLjnpv", "qbh4q7EKn", "MvV8iNvpF", "HlZ73CZa9", "dr8FMW97g", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap192thy4", "args", "onMouseEnter15paz3a", "onMouseLeavexvb4p1", "onAppear9yzbga", "useOnVariantChange", "ref1", "pe", "visible", "visible1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_dr8FMW97g_borderBottomWidth", "_dr8FMW97g_borderLeftWidth", "_dr8FMW97g_borderRightWidth", "_dr8FMW97g_borderTopWidth", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText", "css", "FrameriX77Wdf09", "withCSS", "iX77Wdf09_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ComponentTagFonts", "getFonts", "C78PeQw6D_default", "MotionDivWithFX", "withFX", "motion", "ComponentTagControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "animation", "transition2", "animation1", "transition3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "description", "height", "id", "tag", "tagBackground", "tagBorder", "tagColor", "tagCTA", "tagCTAColor", "tagCTAIconEnd", "tagCTAIconEndMirrored", "tagCTAIconEndWeight", "tagIconColor", "tagIconStart", "tagIconStartMirrored", "tagIconStartWeight", "tagRadius", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableEnumMap_tagIconStartWeight", "_ref5", "_ref6", "_humanReadableEnumMap_tagCTAIconEndWeight", "_ref7", "_ref8", "_ref9", "_ref10", "_ref11", "_ref12", "_humanReadableVariantMap_props_variant", "_ref13", "_ref14", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "hHzsBI2qp", "ca_mVLuaI", "Wr1EUyksZ", "bDaX2RBim", "LDIoeSRZw", "ma3i78Q3c", "cvVHlNlho", "FC_L54wmR", "ekorQdvb8", "LtuQZYjWG", "W_VMQAdAG", "qWF2zYywZ", "T_6mI5iF1", "Oo3l9TXTR", "E4DgV_sno", "pBIfV9cNM", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "visible", "visible1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText", "css", "FramerzQ9ybHci2", "withCSS", "zQ9ybHci2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonMagneticFonts", "getFonts", "iX77Wdf09_default", "MotionArticleWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "buttonHoverCursor", "customCursor", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RtJkUneEe", "OfHkwQyML", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "FramerGlfda2SXb", "withCSS", "Glfda2SXb_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap13dywnn", "args", "onTap1r6f116", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FramerZ5NXy1e30", "withCSS", "Z5NXy1e30_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ComponentAccordionRowFonts", "getFonts", "Z5NXy1e30_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "customCursor", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "bE9SrYNWj", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "MotionDivWithFX", "Z5NXy1e30_default", "css", "FrameruvRMPC_XU", "withCSS", "uvRMPC_XU_default", "addPropertyControls", "ControlType", "addFonts", "ComponentAccordionRowFonts", "BlockSectionTitleFonts", "getFonts", "zQ9ybHci2_default", "BlockAccordionFonts", "uvRMPC_XU_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "customCursor", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "OqMPWrJJo", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerWOkdccTgQ", "withCSS", "WOkdccTgQ_default", "addPropertyControls", "ControlType", "addFonts"]
}
