{"version":3,"file":"v70GqL23Z.DWdsLPwG.mjs","names":["addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","FormPlainTextInput","css","FormPlainTextInput"],"sources":["https:/framerusercontent.com/modules/uUGfhVTDNkLGhaQrZelu/qICUu2U5zN5vS5hs4JlW/e9tNXAzmI.js","https:/framerusercontent.com/modules/VTR6BM5APUP1kfJ3IS26/xZH522BBVHJpJglslKa8/K6ba2mBu9.js","https:/framerusercontent.com/modules/qbA088w5s6FCMVg572Jg/NuJqxXTAJRrgM6AP41iY/v70GqL23Z.js"],"sourcesContent":["// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={LACuvUnvI:{hover:true,pressed:true}};const cycleOrder=[\"LACuvUnvI\",\"ERcK99Yew\",\"kQRFnxXDv\",\"sVd6UAwZs\",\"j2iRpTHUC\"];const serializationHash=\"framer-qRcJJ\";const variantClassNames={ERcK99Yew:\"framer-v-1xlbzzf\",j2iRpTHUC:\"framer-v-1gpj1yo\",kQRFnxXDv:\"framer-v-ybp5es\",LACuvUnvI:\"framer-v-1xtmm16\",sVd6UAwZs:\"framer-v-64yuph\"};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={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={Default:\"LACuvUnvI\",Disabled:\"kQRFnxXDv\",Error:\"j2iRpTHUC\",Loading:\"ERcK99Yew\",Success:\"sVd6UAwZs\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"LACuvUnvI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LACuvUnvI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ERcK99Yew\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"ERcK99Yew\")return true;return false;};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.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xtmm16\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"LACuvUnvI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\",borderBottomLeftRadius:1.38,borderBottomRightRadius:1.38,borderTopLeftRadius:1.38,borderTopRightRadius:1.38,...style},variants:{\"LACuvUnvI-hover\":{backgroundColor:\"rgba(255, 255, 249, 0.5)\"},\"LACuvUnvI-pressed\":{backgroundColor:\"rgba(255, 255, 249, 0.5)\"},j2iRpTHUC:{backgroundColor:\"rgba(255, 0, 38, 0.15)\"},kQRFnxXDv:{backgroundColor:\"rgb(255, 255, 249)\"}},...addPropertyOverrides({\"LACuvUnvI-hover\":{\"data-framer-name\":undefined},\"LACuvUnvI-pressed\":{\"data-framer-name\":undefined},ERcK99Yew:{\"data-framer-name\":\"Loading\"},j2iRpTHUC:{\"data-framer-name\":\"Error\"},kQRFnxXDv:{\"data-framer-name\":\"Disabled\"},sVd6UAwZs:{\"data-framer-name\":\"Success\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tNzAw\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0bec259c-1fbb-4a91-969e-109b86df1610, rgb(32, 32, 32)))\"},children:\"Submit\"})}),className:\"framer-u7exlc\",fonts:[\"GF;Arimo-700\"],layoutDependency:layoutDependency,layoutId:\"ZjAXKAEzU\",style:{\"--extracted-r6o4lv\":\"var(--token-0bec259c-1fbb-4a91-969e-109b86df1610, rgb(32, 32, 32))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{j2iRpTHUC:{\"--extracted-r6o4lv\":\"rgb(255, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({j2iRpTHUC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tNzAw\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 0, 0))\"},children:\"Something went wrong\"})})},sVd6UAwZs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tNzAw\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0bec259c-1fbb-4a91-969e-109b86df1610, rgb(32, 32, 32)))\"},children:\"Thank you\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19wg3lq\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"Nlz19mQj5\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-103b1ry\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"ihD1kGq3d\",style:{background:'conic-gradient(from 0deg at 50% 50%, var(--token-0bec259c-1fbb-4a91-969e-109b86df1610, rgb(32, 32, 32)) /* {\"name\":\"Black\"} */ 7.208614864864882deg, rgb(255, 255, 255) 342deg)',mask:\"none\",WebkitMask:\"none\"},variants:{ERcK99Yew:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cmccqt\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"bwsAinjno\",style:{backgroundColor:\"var(--token-0bec259c-1fbb-4a91-969e-109b86df1610, rgb(32, 32, 32))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qRcJJ.framer-11l7vgg, .framer-qRcJJ .framer-11l7vgg { display: block; }\",\".framer-qRcJJ.framer-1xtmm16 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-qRcJJ .framer-u7exlc { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-qRcJJ .framer-19wg3lq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-qRcJJ .framer-103b1ry { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-qRcJJ .framer-cmccqt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qRcJJ.framer-1xtmm16 { gap: 0px; } .framer-qRcJJ.framer-1xtmm16 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qRcJJ.framer-1xtmm16 > :first-child { margin-left: 0px; } .framer-qRcJJ.framer-1xtmm16 > :last-child { margin-right: 0px; } }\",\".framer-qRcJJ.framer-v-1xlbzzf.framer-1xtmm16, .framer-qRcJJ.framer-v-ybp5es.framer-1xtmm16, .framer-qRcJJ.framer-v-64yuph.framer-1xtmm16, .framer-qRcJJ.framer-v-1gpj1yo.framer-1xtmm16 { cursor: unset; }\",\".framer-qRcJJ.framer-v-1xlbzzf .framer-103b1ry { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ERcK99Yew\":{\"layout\":[\"fixed\",\"fixed\"]},\"kQRFnxXDv\":{\"layout\":[\"fixed\",\"fixed\"]},\"sVd6UAwZs\":{\"layout\":[\"fixed\",\"fixed\"]},\"j2iRpTHUC\":{\"layout\":[\"fixed\",\"fixed\"]},\"lKAUd0m7k\":{\"layout\":[\"fixed\",\"fixed\"]},\"m81jC5RBD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere9tNXAzmI=withCSS(Component,css,\"framer-qRcJJ\");export default Framere9tNXAzmI;Framere9tNXAzmI.displayName=\"Button Contact form\";Framere9tNXAzmI.defaultProps={height:32,width:240};addPropertyControls(Framere9tNXAzmI,{variant:{options:[\"LACuvUnvI\",\"ERcK99Yew\",\"kQRFnxXDv\",\"sVd6UAwZs\",\"j2iRpTHUC\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framere9tNXAzmI,[{explicitInter:true,fonts:[{family:\"Arimo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsAhDAVQI4aA.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere9tNXAzmI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"240\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ERcK99Yew\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kQRFnxXDv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sVd6UAwZs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j2iRpTHUC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lKAUd0m7k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m81jC5RBD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e9tNXAzmI.map","// Generated by Framer (3f65431)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,FormPlainTextInput,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"jL_fhPB5k\",\"aFIYHg8JD\",\"I6pKLV2Ih\"];const serializationHash=\"framer-reHEP\";const variantClassNames={aFIYHg8JD:\"framer-v-sucb1v\",I6pKLV2Ih:\"framer-v-vntbj7\",jL_fhPB5k:\"framer-v-1h3brcy\"};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={delay:0,duration:.3,ease:[.44,0,.56,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.create(React.Fragment);const humanReadableVariantMap={Blur:\"I6pKLV2Ih\",Default:\"jL_fhPB5k\",Focus:\"aFIYHg8JD\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"jL_fhPB5k\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jL_fhPB5k\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onFocus13e4fyr=activeVariantCallback(async(...args)=>{setVariant(\"aFIYHg8JD\");});const onBlur13diygr=activeVariantCallback(async(...args)=>{var _args__target_value,_args__target,_args_;const inputValue=(_args_=args[0])===null||_args_===void 0?void 0:(_args__target=_args_.target)===null||_args__target===void 0?void 0:(_args__target_value=_args__target.value)===null||_args__target_value===void 0?void 0:_args__target_value.trim();if((inputValue===null||inputValue===void 0?void 0:inputValue.length)>0){setVariant(\"I6pKLV2Ih\");}if(!inputValue){setVariant(\"jL_fhPB5k\");}});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.label,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h3brcy\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"jL_fhPB5k\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aFIYHg8JD:{\"data-framer-name\":\"Focus\"},I6pKLV2Ih:{\"data-framer-name\":\"Blur\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tcmVndWxhcg==\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249)))\"},children:\"Email\"})}),className:\"framer-ykc7v6\",fonts:[\"GF;Arimo-regular\"],layoutDependency:layoutDependency,layoutId:\"eUEQA5bTE\",style:{\"--extracted-r6o4lv\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aFIYHg8JD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tcmVndWxhcg==\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249)))\"},children:\"Email\"})})},I6pKLV2Ih:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tcmVndWxhcg==\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249)))\"},children:\"Email\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a5w4pt\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"JT2M1f1Qj\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{autofillEnabled:false,className:\"framer-1c7319v\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"nZZmIHaUT\",onBlur:onBlur13diygr,onFocus:onFocus13e4fyr,placeholder:\"\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(255, 255, 249, 0.25)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"var(--token-0bec259c-1fbb-4a91-969e-109b86df1610, rgb(32, 32, 32))\",\"--framer-input-icon-mask-image\":\"none\",\"--framer-input-placeholder-color\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"},type:\"email\",variants:{aFIYHg8JD:{\"--framer-input-border-color\":\"rgb(255, 255, 249)\",\"--framer-input-font-color\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"},I6pKLV2Ih:{\"--framer-input-border-color\":\"rgb(255, 255, 249)\",\"--framer-input-font-color\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"}}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-reHEP.framer-tc1lzj, .framer-reHEP .framer-tc1lzj { display: block; }\",\".framer-reHEP.framer-1h3brcy { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 56px; justify-content: flex-end; padding: 0px; position: relative; width: 240px; }\",\".framer-reHEP .framer-ykc7v6 { bottom: 8px; flex: none; height: auto; left: 0px; pointer-events: none; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-reHEP .framer-a5w4pt { flex: none; height: 40px; overflow: visible; position: relative; width: 100%; }\",'.framer-reHEP .framer-1c7319v { --framer-input-focused-border-color: #ffffff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-font-family: \"Arimo\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-padding: 12px 0px 12px 0px; flex: none; height: 40px; left: 0px; position: absolute; right: 0px; top: 0px; }',\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-reHEP.framer-1h3brcy { gap: 0px; } .framer-reHEP.framer-1h3brcy > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-reHEP.framer-1h3brcy > :first-child { margin-top: 0px; } .framer-reHEP.framer-1h3brcy > :last-child { margin-bottom: 0px; } }\",\".framer-reHEP.framer-v-sucb1v.framer-1h3brcy, .framer-reHEP.framer-v-vntbj7.framer-1h3brcy { gap: 0px; }\",\".framer-reHEP.framer-v-sucb1v .framer-ykc7v6, .framer-reHEP.framer-v-vntbj7 .framer-ykc7v6 { bottom: unset; top: 0px; }\",\".framer-reHEP.framer-v-sucb1v .framer-1c7319v, .framer-reHEP.framer-v-vntbj7 .framer-1c7319v { --framer-input-font-line-height: 150%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-reHEP.framer-v-sucb1v.framer-1h3brcy { gap: 0px; } .framer-reHEP.framer-v-sucb1v.framer-1h3brcy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-reHEP.framer-v-sucb1v.framer-1h3brcy > :first-child { margin-top: 0px; } .framer-reHEP.framer-v-sucb1v.framer-1h3brcy > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-reHEP.framer-v-vntbj7.framer-1h3brcy { gap: 0px; } .framer-reHEP.framer-v-vntbj7.framer-1h3brcy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-reHEP.framer-v-vntbj7.framer-1h3brcy > :first-child { margin-top: 0px; } .framer-reHEP.framer-v-vntbj7.framer-1h3brcy > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"aFIYHg8JD\":{\"layout\":[\"fixed\",\"fixed\"]},\"I6pKLV2Ih\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerK6ba2mBu9=withCSS(Component,css,\"framer-reHEP\");export default FramerK6ba2mBu9;FramerK6ba2mBu9.displayName=\"Email input\";FramerK6ba2mBu9.defaultProps={height:56,width:240};addPropertyControls(FramerK6ba2mBu9,{variant:{options:[\"jL_fhPB5k\",\"aFIYHg8JD\",\"I6pKLV2Ih\"],optionTitles:[\"Default\",\"Focus\",\"Blur\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerK6ba2mBu9,[{explicitInter:true,fonts:[{family:\"Arimo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsAhDAVQI4aA.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK6ba2mBu9\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"240\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"56\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aFIYHg8JD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"I6pKLV2Ih\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./K6ba2mBu9.map","// Generated by Framer (3f65431)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,FormPlainTextInput,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"CI1PfP6uM\",\"dyx6dkk8U\",\"y2p3gGTfR\"];const serializationHash=\"framer-DrgOi\";const variantClassNames={CI1PfP6uM:\"framer-v-17xin71\",dyx6dkk8U:\"framer-v-zoaxz5\",y2p3gGTfR:\"framer-v-1bwwy96\"};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={delay:0,duration:.3,ease:[.44,0,.56,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.create(React.Fragment);const humanReadableVariantMap={Blur:\"y2p3gGTfR\",Default:\"CI1PfP6uM\",Focus:\"dyx6dkk8U\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"CI1PfP6uM\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CI1PfP6uM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onFocus1c6y0w9=activeVariantCallback(async(...args)=>{setVariant(\"dyx6dkk8U\");});const onBlure57tev=activeVariantCallback(async(...args)=>{var _args__target_value,_args__target,_args_;const inputValue=(_args_=args[0])===null||_args_===void 0?void 0:(_args__target=_args_.target)===null||_args__target===void 0?void 0:(_args__target_value=_args__target.value)===null||_args__target_value===void 0?void 0:_args__target_value.trim();if((inputValue===null||inputValue===void 0?void 0:inputValue.length)>0){setVariant(\"y2p3gGTfR\");}if(!inputValue){setVariant(\"CI1PfP6uM\");}});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.label,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-17xin71\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"CI1PfP6uM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dyx6dkk8U:{\"data-framer-name\":\"Focus\"},y2p3gGTfR:{\"data-framer-name\":\"Blur\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tcmVndWxhcg==\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249)))\"},children:\"Name\"})}),className:\"framer-1w2q3m9\",fonts:[\"GF;Arimo-regular\"],layoutDependency:layoutDependency,layoutId:\"lehfelHFt\",style:{\"--extracted-r6o4lv\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dyx6dkk8U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tcmVndWxhcg==\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249)))\"},children:\"Name\"})})},y2p3gGTfR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tcmVndWxhcg==\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249)))\"},children:\"Name\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10n4i3e\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"CTl5zOrdw\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{autofillEnabled:true,className:\"framer-tmcyk3\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"cLowaiGin\",onBlur:onBlure57tev,onFocus:onFocus1c6y0w9,placeholder:\"\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(255, 255, 249, 0.25)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"var(--token-0bec259c-1fbb-4a91-969e-109b86df1610, rgb(32, 32, 32))\",\"--framer-input-icon-mask-image\":\"none\",\"--framer-input-placeholder-color\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"},type:\"text\",variants:{dyx6dkk8U:{\"--framer-input-border-color\":\"rgb(255, 255, 249)\",\"--framer-input-font-color\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"},y2p3gGTfR:{\"--framer-input-border-color\":\"rgb(255, 255, 249)\",\"--framer-input-font-color\":\"var(--token-67af0766-ab9b-4e05-8ca8-d5aae3c8d6b1, rgb(255, 255, 249))\"}}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DrgOi.framer-ch0y2, .framer-DrgOi .framer-ch0y2 { display: block; }\",\".framer-DrgOi.framer-17xin71 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 56px; justify-content: flex-end; padding: 0px; position: relative; width: 240px; }\",\".framer-DrgOi .framer-1w2q3m9 { bottom: 8px; flex: none; height: auto; left: 0px; pointer-events: none; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-DrgOi .framer-10n4i3e { flex: none; height: 40px; overflow: visible; position: relative; width: 100%; }\",'.framer-DrgOi .framer-tmcyk3 { --framer-input-focused-border-color: #ffffff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-font-family: \"Arimo\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-padding: 12px 0px 12px 0px; flex: none; height: 40px; left: 0px; position: absolute; right: 0px; top: 0px; }',\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DrgOi.framer-17xin71 { gap: 0px; } .framer-DrgOi.framer-17xin71 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-DrgOi.framer-17xin71 > :first-child { margin-top: 0px; } .framer-DrgOi.framer-17xin71 > :last-child { margin-bottom: 0px; } }\",\".framer-DrgOi.framer-v-zoaxz5.framer-17xin71, .framer-DrgOi.framer-v-1bwwy96.framer-17xin71 { gap: 0px; }\",\".framer-DrgOi.framer-v-zoaxz5 .framer-1w2q3m9, .framer-DrgOi.framer-v-1bwwy96 .framer-1w2q3m9 { bottom: unset; top: 0px; }\",\".framer-DrgOi.framer-v-zoaxz5 .framer-tmcyk3, .framer-DrgOi.framer-v-1bwwy96 .framer-tmcyk3 { --framer-input-font-line-height: 150%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DrgOi.framer-v-zoaxz5.framer-17xin71 { gap: 0px; } .framer-DrgOi.framer-v-zoaxz5.framer-17xin71 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DrgOi.framer-v-zoaxz5.framer-17xin71 > :first-child { margin-top: 0px; } .framer-DrgOi.framer-v-zoaxz5.framer-17xin71 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DrgOi.framer-v-1bwwy96.framer-17xin71 { gap: 0px; } .framer-DrgOi.framer-v-1bwwy96.framer-17xin71 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DrgOi.framer-v-1bwwy96.framer-17xin71 > :first-child { margin-top: 0px; } .framer-DrgOi.framer-v-1bwwy96.framer-17xin71 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dyx6dkk8U\":{\"layout\":[\"fixed\",\"fixed\"]},\"y2p3gGTfR\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerv70GqL23Z=withCSS(Component,css,\"framer-DrgOi\");export default Framerv70GqL23Z;Framerv70GqL23Z.displayName=\"Name input\";Framerv70GqL23Z.defaultProps={height:56,width:240};addPropertyControls(Framerv70GqL23Z,{variant:{options:[\"CI1PfP6uM\",\"dyx6dkk8U\",\"y2p3gGTfR\"],optionTitles:[\"Default\",\"Focus\",\"Blur\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerv70GqL23Z,[{explicitInter:true,fonts:[{family:\"Arimo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsAhDAVQI4aA.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerv70GqL23Z\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"240\",\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dyx6dkk8U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"y2p3gGTfR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./v70GqL23Z.map"],"mappings":"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"}