{"version":3,"file":"XW4N1fyOS.BCU-oJo5.mjs","names":["Mailchimp","useState","useMemo","useCallback","event","addPropertyOverrides","Image","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","toResponsiveImage","animation","transition2","Transition","React.useContext","React.useMemo","Variants","React.Fragment","getProps","createLayoutDependency","React.useRef","React.useId","className","addPropertyOverrides","Mailchimp","Socials","cycleOrder","serializationHash","variantClassNames","transition1","addImageAlt","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","Component","React.useRef","React.useId","sharedStyle.className","className","css","sharedStyle.css","sharedStyle.fonts","css","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","getProps","createLayoutDependency","Component","React.useRef","React.useId","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","className","Image","css","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","CardService","React.useContext","React.useMemo","React.Fragment","React.useRef","React.useId","sharedStyle.className","sharedStyle1.className","className","sharedStyle.css","sharedStyle1.css","sharedStyle.fonts","sharedStyle1.fonts"],"sources":["https:/framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js","https:/framerusercontent.com/modules/Kp4EWVWmOBkTAXSwjEwi/ZQ7yJ1iVirlTmun2dTtu/b9lKyIGlf.js","https:/framerusercontent.com/modules/yfkdHw9DfrACmPhLPgHq/xRjHpQV8XyvFBJsFLJC6/aaAkr4ynm.js","https:/framerusercontent.com/modules/a9WAuotWqoFmOLN4sHHB/4RPEdCufHvkJ5VUr2TkM/UNIHGdlVz.js","https:/framerusercontent.com/modules/hnP0iXufNeF6ldvs6TsH/CctYzvvYwMkq4UuzfYNg/kOHh0z310.js","https:/framerusercontent.com/modules/YAx3INTXRHlxvJDxhKfX/oWPYBRhfMReSVFnIHX95/XW4N1fyOS.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useMemo,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var ref;const[,domain,parameters]=(ref=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&ref!==void 0?ref:[null,null,null];return[domain,new URLSearchParams(parameters)];};/**\n * MAILCHIMP\n *\n * @framerIntrinsicWidth 430\n * @framerIntrinsicHeight 52\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n */ const Mailchimp=withCSS(function Mailchimp({url,input,button,layout,style,gap,onSubmit,...props}){const[email1,setEmail]=useState(input.value);const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);return false;}return true;},[]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleSubmit=useCallback(()=>{event.preventDefault();const[domain,parameters]=parseMailChimpUrl(url);if(!validateForm(email1)||!domain||!parameters){setLoading(false);}else{parameters.set(\"MERGE0\",email1) // MERGE0 being Mailchimp's email field name\n;fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{setSuccess(true);onSubmit();}).catch(()=>{setLoading(false);});}},[url,email1]);const handleClick=useCallback(()=>{setLoading(true);},[]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,\"--framer-mailchimp-placeholder-color\":input.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:0.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{width:\"100%\",display:\"grid\",gap,gridTemplateColumns:layout===\"vertical\"?\"1fr\":\"1fr max-content\",gridTemplateRows:layout===\"vertical\"?\"1fr 1fr\":\"1fr\"},onSubmit:handleSubmit,method:\"POST\",children:[/*#__PURE__*/ _jsx(\"div\",{style:{position:\"absolute\",visibility:\"hidden\"},\"aria-hidden\":\"true\",children:/*#__PURE__*/ _jsx(\"input\",{type:\"text\",name:\"b_1487cc549a49109c00fe60a80_93cd7be172\",tabIndex:-1})}),/*#__PURE__*/ _jsx(\"input\",{type:\"email\",name:\"email\",placeholder:input.placeholder,value:isCanvas?input.value:email1,className:\"framer-mailchimp-input\",onChange:handleChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:input.fill,color:input.color,boxShadow:`inset 0 0 0 1px ${isError?input.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,onClick:handleClick,style:{...defaultStyle,cursor:\"pointer\",borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,color:button.color,zIndex:1},transition:{type:\"ease\",duration:0.3},whileHover:{opacity:0.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})}));},[\".framer-mailchimp-input::placeholder { color: var(--framer-mailchimp-placeholder-color) !important; }\",]);Mailchimp.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15};addPropertyControls(Mailchimp,{url:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,description:\"Create a [Mailchimp](https://mailchimp.com/) account and copy your embedded form URL. [Learn more…](https://www.framer.com/sites/integrations/mailchimp/)\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"email@framer.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},value:{title:\"Value\",type:ControlType.String},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default Mailchimp;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Mailchimp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"52\",\"framerIntrinsicWidth\":\"430\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mailchimp.map","// Generated by Framer (86ad780)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const ImageWithFX=withFX(Image);const enabledGestures={f_phF6x70:{hover:true}};const cycleOrder=[\"f_phF6x70\"];const serializationHash=\"framer-O49oZ\";const variantClassNames={f_phF6x70:\"framer-v-1uni108\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:1,rotate:0,scale:1.3,skewX:0,skewY:0,x:0,y:0};const transition2={delay:0,duration:7,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`perspective(1200px) ${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 getProps=({height,id,image,link,width,...props})=>{var _ref;return{...props,BflNl6lox:(_ref=image!==null&&image!==void 0?image:props.BflNl6lox)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/G07GP411OPtBLeykixxnwVJpoq8.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/G07GP411OPtBLeykixxnwVJpoq8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/G07GP411OPtBLeykixxnwVJpoq8.jpg 900w\"},nwCYb3VHF:link!==null&&link!==void 0?link:props.nwCYb3VHF};};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,BflNl6lox,nwCYb3VHF,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"f_phF6x70\",enabledGestures,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__*/_jsx(Link,{href:nwCYb3VHF,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1uni108\",className,classNames)} framer-s3oahm`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"f_phF6x70\",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:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({\"f_phF6x70-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(BflNl6lox)},className:\"framer-hvrtd4\",layoutDependency:layoutDependency,layoutId:\"u0MRJDvLC\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g5rstd\",layoutDependency:layoutDependency,layoutId:\"rfrLr1Jos\",style:{backgroundColor:\"rgba(5, 5, 5, 0.41)\",opacity:0},variants:{\"f_phF6x70-hover\":{opacity:1}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O49oZ.framer-s3oahm, .framer-O49oZ .framer-s3oahm { display: block; }\",\".framer-O49oZ.framer-1uni108 { cursor: pointer; height: 468px; overflow: hidden; position: relative; text-decoration: none; width: 382px; will-change: var(--framer-will-change-override, transform); }\",\".framer-O49oZ .framer-hvrtd4, .framer-O49oZ .framer-1g5rstd { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 468\n * @framerIntrinsicWidth 382\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"TN_tL1_Jz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"BflNl6lox\":\"image\",\"nwCYb3VHF\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb9lKyIGlf=withCSS(Component,css,\"framer-O49oZ\");export default Framerb9lKyIGlf;Framerb9lKyIGlf.displayName=\"Socials\";Framerb9lKyIGlf.defaultProps={height:468,width:382};addPropertyControls(Framerb9lKyIGlf,{BflNl6lox:{__defaultAssetReference:\"data:framer/asset-reference,G07GP411OPtBLeykixxnwVJpoq8.jpg?originalFilename=65f0738774a62ea24275c118_Inst%25201.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},nwCYb3VHF:{title:\"Link\",type:ControlType.Link}});addFonts(Framerb9lKyIGlf,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb9lKyIGlf\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"382\",\"framerIntrinsicHeight\":\"468\",\"framerVariables\":\"{\\\"BflNl6lox\\\":\\\"image\\\",\\\"nwCYb3VHF\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TN_tL1_Jz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b9lKyIGlf.map","// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Mailchimp from\"https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js\";import Socials from\"https://framerusercontent.com/modules/Kp4EWVWmOBkTAXSwjEwi/ZQ7yJ1iVirlTmun2dTtu/b9lKyIGlf.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/3e5mfAJ7wqnkMYfeZlGd/oY1BnNl2l0g8EnMw6Zep/B7MxciIiU.js\";const MailchimpFonts=getFonts(Mailchimp);const MotionDivWithFX=withFX(motion.div);const SocialsFonts=getFonts(Socials);const cycleOrder=[\"ropmhj86b\",\"zX3HZbSAy\",\"NsTmIvZFa\"];const serializationHash=\"framer-9l773\";const variantClassNames={NsTmIvZFa:\"framer-v-88y2lq\",ropmhj86b:\"framer-v-1pnnk7\",zX3HZbSAy:\"framer-v-1etnxth\"};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:1,skewX:0,skewY:0,transformPerspective:1200,x:-150,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={desktop:\"ropmhj86b\",Mobile:\"NsTmIvZFa\",Tablet:\"zX3HZbSAy\"};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:\"ropmhj86b\"};};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:\"ropmhj86b\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pnnk7\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"ropmhj86b\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({NsTmIvZFa:{\"data-framer-name\":\"Mobile\"},zX3HZbSAy:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-63p5aj\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"iKTaJEwzC\",style:{backgroundColor:\"var(--token-acf51c1d-6500-422b-a8f1-6fc8434ac6e6, rgb(1, 2, 5))\"},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-34mcjn\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"UMsFWTA2o\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1lgwkve\",\"data-styles-preset\":\"B7MxciIiU\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-ca1efbea-e561-4d6a-a015-0ae7677edaf6, rgb(255, 255, 255)))\"},children:[\"保持接觸，\",/*#__PURE__*/_jsx(motion.br,{}),\"隨時接收最新的狀況。\"]})}),className:\"framer-a2mxej\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wuOwD2Txq\",style:{\"--extracted-gdpscs\":\"var(--token-ca1efbea-e561-4d6a-a015-0ae7677edaf6, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"16.18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fe744c5-f807-420b-aa4f-555513a36004, rgb(255, 255, 255)))\"},children:\"讓我們將您的願景變為現實。請立即聯絡我們，以取得創新的網頁設計、迷人的品牌和強大的數位解決方案。透過 Asiabots 提升您的線上形象。\"})}),className:\"framer-1esg95e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Kh_GsUB1W\",style:{\"--extracted-r6o4lv\":\"var(--token-6fe744c5-f807-420b-aa4f-555513a36004, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-83m67r-container\",layoutDependency:layoutDependency,layoutId:\"EWWrZFEDg-container\",style:{opacity:0},children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-1b92903f-9730-4efe-810a-f3c03784523d, rgb(226, 41, 37))\",fontWeight:600,label:\"訂閱\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,gap:15,height:\"100%\",id:\"EWWrZFEDg\",input:{color:\"rgb(0, 0, 0)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(235, 235, 235)\",placeholder:\"email@email.com\",placeholderColor:\"rgba(0, 0, 0, 0.3)\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"EWWrZFEDg\",padding:15,paddingBottom:15,paddingLeft:40,paddingPerSide:true,paddingRight:40,paddingTop:15,style:{width:\"100%\"},topLeftRadius:8,topRightRadius:8,url:\"\",width:\"100%\",...addPropertyOverrides({NsTmIvZFa:{layout:\"vertical\",paddingBottom:20,paddingTop:20},zX3HZbSAy:{paddingBottom:30,paddingLeft:60,paddingRight:60,paddingTop:30}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-63yo4h\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"caDaMUPdm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:468,width:\"320px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-628)/2+0+0)+80+0,...addPropertyOverrides({NsTmIvZFa:{height:419,width:\"369px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1605)-0-1387.8)/2+0+0)+80+0+0+0},zX3HZbSAy:{width:\"336px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||988)-0-892.8)/2+0+0)+80+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1j8jcdx-container\",layoutDependency:layoutDependency,layoutId:\"TZJXa0PVs-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Socials,{BflNl6lox:addImageAlt({src:\"https://framerusercontent.com/images/DV7hRjbIg6L0cmUExjJNHINQMg.jpg\",srcSet:\"https://framerusercontent.com/images/DV7hRjbIg6L0cmUExjJNHINQMg.jpg 600w\"},\"\"),height:\"100%\",id:\"TZJXa0PVs\",layoutId:\"TZJXa0PVs\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-labd5x\",\"data-framer-name\":\"Images\",layoutDependency:layoutDependency,layoutId:\"RqmwSVgx1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:229,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-628)/2+0+0)+80+0+0+0,...addPropertyOverrides({NsTmIvZFa:{height:241,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1605)-0-1387.8)/2+0+0)+80+0+0+429+0+0},zX3HZbSAy:{width:\"204px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||988)-0-892.8)/2+0+0)+80+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1f5s006-container\",layoutDependency:layoutDependency,layoutId:\"yMIsTZxi_-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Socials,{BflNl6lox:addImageAlt({src:\"https://framerusercontent.com/images/Vs4wKWmpm2VFa4iFj18KE7UODMo.jpg\",srcSet:\"https://framerusercontent.com/images/Vs4wKWmpm2VFa4iFj18KE7UODMo.jpg 600w\"},\"\"),height:\"100%\",id:\"yMIsTZxi_\",layoutId:\"yMIsTZxi_\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:229,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-628)/2+0+0)+80+0+0+0,...addPropertyOverrides({NsTmIvZFa:{height:241,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1605)-0-1387.8)/2+0+0)+80+0+0+429+0+0},zX3HZbSAy:{width:\"204px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||988)-0-892.8)/2+0+0)+80+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1680qnq-container\",layoutDependency:layoutDependency,layoutId:\"BVJAcGqgm-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Socials,{BflNl6lox:addImageAlt({src:\"https://framerusercontent.com/images/hI7cP6rcIk2gC7t5D82T8DlY65A.jpg\",srcSet:\"https://framerusercontent.com/images/hI7cP6rcIk2gC7t5D82T8DlY65A.jpg 600w\"},\"\"),height:\"100%\",id:\"BVJAcGqgm\",layoutId:\"BVJAcGqgm\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:229,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-628)/2+0+0)+80+0+0+239,...addPropertyOverrides({NsTmIvZFa:{height:241,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1605)-0-1387.8)/2+0+0)+80+0+0+429+0+251},zX3HZbSAy:{width:\"204px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||988)-0-892.8)/2+0+0)+80+0+0+0+239}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-tzfzhi-container\",layoutDependency:layoutDependency,layoutId:\"T4IoZJpN7-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Socials,{BflNl6lox:addImageAlt({src:\"https://framerusercontent.com/images/P6oajJqemsN0hhzRM2iG4AeliE.png\",srcSet:\"https://framerusercontent.com/images/P6oajJqemsN0hhzRM2iG4AeliE.png 512w\"},\"\"),height:\"100%\",id:\"T4IoZJpN7\",layoutId:\"T4IoZJpN7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:229,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-628)/2+0+0)+80+0+0+239,...addPropertyOverrides({NsTmIvZFa:{height:241,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1605)-0-1387.8)/2+0+0)+80+0+0+429+0+251},zX3HZbSAy:{width:\"204px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||988)-0-892.8)/2+0+0)+80+0+0+0+239}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-6prslo-container\",layoutDependency:layoutDependency,layoutId:\"yS9oOdi9k-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Socials,{BflNl6lox:addImageAlt({src:\"https://framerusercontent.com/images/FFQzJAnkQE2oHQdIIfhzhLrTNIs.jpg\",srcSet:\"https://framerusercontent.com/images/FFQzJAnkQE2oHQdIIfhzhLrTNIs.jpg 600w\"},\"\"),height:\"100%\",id:\"yS9oOdi9k\",layoutId:\"yS9oOdi9k\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9l773.framer-58qnf2, .framer-9l773 .framer-58qnf2 { display: block; }\",\".framer-9l773.framer-1pnnk7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-9l773 .framer-63p5aj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-9l773 .framer-34mcjn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9l773 .framer-a2mxej { -webkit-user-select: none; align-self: stretch; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-9l773 .framer-1esg95e { -webkit-user-select: none; align-self: stretch; flex: none; height: 163px; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-9l773 .framer-83m67r-container { flex: none; height: auto; position: relative; width: 430px; }\",\".framer-9l773 .framer-63yo4h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9l773 .framer-1j8jcdx-container { flex: none; height: 468px; position: relative; width: 320px; }\",\".framer-9l773 .framer-labd5x { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 468px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 407px; }\",\".framer-9l773 .framer-1f5s006-container, .framer-9l773 .framer-1680qnq-container, .framer-9l773 .framer-tzfzhi-container, .framer-9l773 .framer-6prslo-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9l773.framer-1pnnk7, .framer-9l773 .framer-63p5aj, .framer-9l773 .framer-34mcjn, .framer-9l773 .framer-63yo4h { gap: 0px; } .framer-9l773.framer-1pnnk7 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-9l773.framer-1pnnk7 > :first-child, .framer-9l773 .framer-34mcjn > :first-child { margin-top: 0px; } .framer-9l773.framer-1pnnk7 > :last-child, .framer-9l773 .framer-34mcjn > :last-child { margin-bottom: 0px; } .framer-9l773 .framer-63p5aj > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-9l773 .framer-63p5aj > :first-child, .framer-9l773 .framer-63yo4h > :first-child { margin-left: 0px; } .framer-9l773 .framer-63p5aj > :last-child, .framer-9l773 .framer-63yo4h > :last-child { margin-right: 0px; } .framer-9l773 .framer-34mcjn > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-9l773 .framer-63yo4h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-9l773.framer-v-1etnxth.framer-1pnnk7 { width: 810px; }\",\".framer-9l773.framer-v-1etnxth .framer-63p5aj { align-content: center; align-items: center; flex-direction: column; justify-content: flex-start; padding: 80px 30px 80px 30px; }\",\".framer-9l773.framer-v-1etnxth .framer-34mcjn { order: 1; width: 100%; }\",\".framer-9l773.framer-v-1etnxth .framer-a2mxej, .framer-9l773.framer-v-88y2lq .framer-a2mxej { align-self: unset; width: 100%; }\",\".framer-9l773.framer-v-1etnxth .framer-1esg95e { align-self: unset; height: 63px; width: 100%; }\",\".framer-9l773.framer-v-1etnxth .framer-83m67r-container, .framer-9l773.framer-v-88y2lq .framer-83m67r-container { width: 100%; }\",\".framer-9l773.framer-v-1etnxth .framer-63yo4h { order: 0; }\",\".framer-9l773.framer-v-1etnxth .framer-1j8jcdx-container { order: 0; width: 336px; }\",\".framer-9l773.framer-v-1etnxth .framer-labd5x { order: 1; width: 418px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9l773.framer-v-1etnxth .framer-63p5aj { gap: 0px; } .framer-9l773.framer-v-1etnxth .framer-63p5aj > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-9l773.framer-v-1etnxth .framer-63p5aj > :first-child { margin-top: 0px; } .framer-9l773.framer-v-1etnxth .framer-63p5aj > :last-child { margin-bottom: 0px; } }\",\".framer-9l773.framer-v-88y2lq.framer-1pnnk7 { width: 390px; }\",\".framer-9l773.framer-v-88y2lq .framer-63p5aj { align-content: center; align-items: center; flex-direction: column; justify-content: flex-start; }\",\".framer-9l773.framer-v-88y2lq .framer-34mcjn { order: 1; padding: 0px 20px 0px 20px; width: 100%; }\",\".framer-9l773.framer-v-88y2lq .framer-1esg95e { align-self: unset; height: 105px; width: 100%; }\",\".framer-9l773.framer-v-88y2lq .framer-63yo4h { flex-direction: column; order: 0; width: 369px; }\",\".framer-9l773.framer-v-88y2lq .framer-1j8jcdx-container { height: 419px; order: 0; width: 100%; }\",\".framer-9l773.framer-v-88y2lq .framer-labd5x { height: 492px; order: 1; width: 100%; }\",\".framer-9l773.framer-v-88y2lq .framer-1f5s006-container, .framer-9l773.framer-v-88y2lq .framer-1680qnq-container, .framer-9l773.framer-v-88y2lq .framer-tzfzhi-container, .framer-9l773.framer-v-88y2lq .framer-6prslo-container { width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9l773.framer-v-88y2lq .framer-63p5aj, .framer-9l773.framer-v-88y2lq .framer-63yo4h { gap: 0px; } .framer-9l773.framer-v-88y2lq .framer-63p5aj > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-9l773.framer-v-88y2lq .framer-63p5aj > :first-child, .framer-9l773.framer-v-88y2lq .framer-63yo4h > :first-child { margin-top: 0px; } .framer-9l773.framer-v-88y2lq .framer-63p5aj > :last-child, .framer-9l773.framer-v-88y2lq .framer-63yo4h > :last-child { margin-bottom: 0px; } .framer-9l773.framer-v-88y2lq .framer-63yo4h > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 630\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zX3HZbSAy\":{\"layout\":[\"fixed\",\"auto\"]},\"NsTmIvZFa\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraaAkr4ynm=withCSS(Component,css,\"framer-9l773\");export default FrameraaAkr4ynm;FrameraaAkr4ynm.displayName=\"Footer\";FrameraaAkr4ynm.defaultProps={height:630,width:1280};addPropertyControls(FrameraaAkr4ynm,{variant:{options:[\"ropmhj86b\",\"zX3HZbSAy\",\"NsTmIvZFa\"],optionTitles:[\"desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameraaAkr4ynm,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MailchimpFonts,...SocialsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraaAkr4ynm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"630\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zX3HZbSAy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NsTmIvZFa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1280\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aaAkr4ynm.map","import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-500\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-500italic\"]);export const fonts=[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_VMq2oR82k.woff2\",weight:\"500\"}];export const css=['.framer-EpmEn .framer-styles-preset-xz06nr:not(.rich-text-wrapper), .framer-EpmEn .framer-styles-preset-xz06nr.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-acf51c1d-6500-422b-a8f1-6fc8434ac6e6, #010205); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-EpmEn .framer-styles-preset-xz06nr:not(.rich-text-wrapper), .framer-EpmEn .framer-styles-preset-xz06nr.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-acf51c1d-6500-422b-a8f1-6fc8434ac6e6, #010205); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-EpmEn .framer-styles-preset-xz06nr:not(.rich-text-wrapper), .framer-EpmEn .framer-styles-preset-xz06nr.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-acf51c1d-6500-422b-a8f1-6fc8434ac6e6, #010205); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-EpmEn\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/jNLbQwWWkKbgROjPvNou/Q8MiXtnDhqY9Mt5ekAN8/nfjbk2D5u.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ufGd0KmmD2lKBaojuFza/ZH44sRCQNq5ZYG635tFE/TXMyzVNAJ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/a9WAuotWqoFmOLN4sHHB/4RPEdCufHvkJ5VUr2TkM/UNIHGdlVz.js\";const enabledGestures={fuTwTPaI5:{hover:true},nKORPIxBL:{hover:true},U9PhLJODs:{hover:true},xjGQTwB3g:{hover:true}};const cycleOrder=[\"fuTwTPaI5\",\"U9PhLJODs\",\"xjGQTwB3g\",\"nKORPIxBL\"];const serializationHash=\"framer-4rRIU\";const variantClassNames={fuTwTPaI5:\"framer-v-1iyt9ft\",nKORPIxBL:\"framer-v-1vs6q5w\",U9PhLJODs:\"framer-v-drnj6w\",xjGQTwB3g:\"framer-v-zqpxnj\"};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:300,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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={\"Mobile White\":\"nKORPIxBL\",\"Mobile/Black\":\"xjGQTwB3g\",Black:\"fuTwTPaI5\",White:\"U9PhLJODs\"};const getProps=({height,id,link,projectImage,projectTitle,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,dhO7TTY_d:link!==null&&link!==void 0?link:props.dhO7TTY_d,phEHkmexU:projectImage!==null&&projectImage!==void 0?projectImage:props.phEHkmexU,TrkWry1Na:(_ref=projectTitle!==null&&projectTitle!==void 0?projectTitle:props.TrkWry1Na)!==null&&_ref!==void 0?_ref:\"This is project title\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"fuTwTPaI5\"};};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,TrkWry1Na,phEHkmexU,dhO7TTY_d,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fuTwTPaI5\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"fuTwTPaI5-hover\",\"U9PhLJODs-hover\",\"xjGQTwB3g-hover\",\"nKORPIxBL-hover\"].includes(gestureVariant))return true;if([\"xjGQTwB3g\",\"nKORPIxBL\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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(Link,{href:dhO7TTY_d,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1iyt9ft\",className,classNames)} framer-1uywm85`,\"data-framer-name\":\"Black\",layoutDependency:layoutDependency,layoutId:\"fuTwTPaI5\",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({\"fuTwTPaI5-hover\":{\"data-framer-name\":undefined},\"nKORPIxBL-hover\":{\"data-framer-name\":undefined},\"U9PhLJODs-hover\":{\"data-framer-name\":undefined},\"xjGQTwB3g-hover\":{\"data-framer-name\":undefined},nKORPIxBL:{\"data-framer-name\":\"Mobile White\"},U9PhLJODs:{\"data-framer-name\":\"White\"},xjGQTwB3g:{\"data-framer-name\":\"Mobile/Black\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(phEHkmexU)},className:\"framer-qwtq94\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"E3RNO4oHE\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({\"fuTwTPaI5-hover\":{background:{alt:\"\",fit:\"fill\",sizes:\"150px\",...toResponsiveImage(phEHkmexU)}},\"U9PhLJODs-hover\":{background:{alt:\"\",fit:\"fill\",sizes:\"150px\",...toResponsiveImage(phEHkmexU)}},nKORPIxBL:{background:{alt:\"\",fit:\"fill\",sizes:\"350px\",...toResponsiveImage(phEHkmexU)}},xjGQTwB3g:{background:{alt:\"\",fit:\"fill\",sizes:\"350px\",...toResponsiveImage(phEHkmexU)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xz06nr\",\"data-styles-preset\":\"UNIHGdlVz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b57c5fbd-3643-44e4-8cef-897a5f1afce5, rgb(109, 109, 109)))\"},children:\"This is project title\"})}),className:\"framer-1ud3wqn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"e9zg87Ktu\",style:{\"--extracted-r6o4lv\":\"var(--token-b57c5fbd-3643-44e4-8cef-897a5f1afce5, rgb(109, 109, 109))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:TrkWry1Na,variants:{\"fuTwTPaI5-hover\":{\"--extracted-r6o4lv\":\"var(--token-acf51c1d-6500-422b-a8f1-6fc8434ac6e6, rgb(1, 2, 5))\"},\"nKORPIxBL-hover\":{\"--extracted-r6o4lv\":\"var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249))\"},\"U9PhLJODs-hover\":{\"--extracted-a0htzi\":\"var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249))\"},nKORPIxBL:{\"--extracted-r6o4lv\":\"var(--token-234ecc33-2611-4a7a-b8ff-e06ef0224050, rgba(249, 249, 249, 0.8))\"},U9PhLJODs:{\"--extracted-r6o4lv\":\"var(--token-234ecc33-2611-4a7a-b8ff-e06ef0224050, rgba(249, 249, 249, 0.8))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"fuTwTPaI5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xz06nr\",\"data-styles-preset\":\"UNIHGdlVz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acf51c1d-6500-422b-a8f1-6fc8434ac6e6, rgb(1, 2, 5)))\"},children:\"This is project title\"})})},\"nKORPIxBL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xz06nr\",\"data-styles-preset\":\"UNIHGdlVz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249)))\"},children:\"This is project title\"})})},\"U9PhLJODs-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1e8fa09\",\"data-styles-preset\":\"nfjbk2D5u\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249)))\"},children:\"This is project title\"})})},\"xjGQTwB3g-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xz06nr\",\"data-styles-preset\":\"UNIHGdlVz\",children:\"This is project title\"})})},nKORPIxBL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xz06nr\",\"data-styles-preset\":\"UNIHGdlVz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-234ecc33-2611-4a7a-b8ff-e06ef0224050, rgba(249, 249, 249, 0.8)))\"},children:\"This is project title\"})})},U9PhLJODs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1px4dy7\",\"data-styles-preset\":\"TXMyzVNAJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-234ecc33-2611-4a7a-b8ff-e06ef0224050, rgba(249, 249, 249, 0.8)))\"},children:\"This is project title\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4rRIU.framer-1uywm85, .framer-4rRIU .framer-1uywm85 { display: block; }\",\".framer-4rRIU.framer-1iyt9ft { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 150px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1200px; }\",\".framer-4rRIU .framer-qwtq94 { flex: none; height: 150px; overflow: hidden; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4rRIU .framer-1ud3wqn { 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-4rRIU.framer-1iyt9ft { gap: 0px; } .framer-4rRIU.framer-1iyt9ft > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-4rRIU.framer-1iyt9ft > :first-child { margin-left: 0px; } .framer-4rRIU.framer-1iyt9ft > :last-child { margin-right: 0px; } }\",\".framer-4rRIU.framer-v-drnj6w.framer-1iyt9ft { height: 80px; }\",\".framer-4rRIU.framer-v-drnj6w .framer-1ud3wqn { flex: none; white-space: pre; width: auto; }\",\".framer-4rRIU.framer-v-zqpxnj.framer-1iyt9ft, .framer-4rRIU.framer-v-1vs6q5w.framer-1iyt9ft { align-content: flex-start; align-items: flex-start; flex-direction: column; height: min-content; }\",\".framer-4rRIU.framer-v-zqpxnj .framer-qwtq94, .framer-4rRIU.framer-v-1vs6q5w .framer-qwtq94 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 350px); width: 350px; }\",\".framer-4rRIU.framer-v-zqpxnj .framer-1ud3wqn, .framer-4rRIU.framer-v-1vs6q5w .framer-1ud3wqn { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4rRIU.framer-v-zqpxnj.framer-1iyt9ft { gap: 0px; } .framer-4rRIU.framer-v-zqpxnj.framer-1iyt9ft > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4rRIU.framer-v-zqpxnj.framer-1iyt9ft > :first-child { margin-top: 0px; } .framer-4rRIU.framer-v-zqpxnj.framer-1iyt9ft > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4rRIU.framer-v-1vs6q5w.framer-1iyt9ft { gap: 0px; } .framer-4rRIU.framer-v-1vs6q5w.framer-1iyt9ft > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4rRIU.framer-v-1vs6q5w.framer-1iyt9ft > :first-child { margin-top: 0px; } .framer-4rRIU.framer-v-1vs6q5w.framer-1iyt9ft > :last-child { margin-bottom: 0px; } }\",\".framer-4rRIU.framer-v-drnj6w.hover .framer-qwtq94 { z-index: 3; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 150\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"U9PhLJODs\":{\"layout\":[\"fixed\",\"fixed\"]},\"xjGQTwB3g\":{\"layout\":[\"fixed\",\"auto\"]},\"nKORPIxBL\":{\"layout\":[\"fixed\",\"auto\"]},\"r2BH3PWuE\":{\"layout\":[\"fixed\",\"fixed\"]},\"WQtx0W6vH\":{\"layout\":[\"fixed\",\"fixed\"]},\"kqdLJ7Awx\":{\"layout\":[\"fixed\",\"auto\"]},\"ssAG5PXoF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TrkWry1Na\":\"projectTitle\",\"phEHkmexU\":\"projectImage\",\"dhO7TTY_d\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkOHh0z310=withCSS(Component,css,\"framer-4rRIU\");export default FramerkOHh0z310;FramerkOHh0z310.displayName=\"Card/Service\";FramerkOHh0z310.defaultProps={height:150,width:1200};addPropertyControls(FramerkOHh0z310,{variant:{options:[\"fuTwTPaI5\",\"U9PhLJODs\",\"xjGQTwB3g\",\"nKORPIxBL\"],optionTitles:[\"Black\",\"White\",\"Mobile/Black\",\"Mobile White\"],title:\"Variant\",type:ControlType.Enum},TrkWry1Na:{defaultValue:\"This is project title\",displayTextArea:false,title:\"Project Title\",type:ControlType.String},phEHkmexU:{title:\"Project Image\",type:ControlType.ResponsiveImage},dhO7TTY_d:{title:\"Link\",type:ControlType.Link}});addFonts(FramerkOHh0z310,[{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),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkOHh0z310\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"150\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"TrkWry1Na\\\":\\\"projectTitle\\\",\\\"phEHkmexU\\\":\\\"projectImage\\\",\\\"dhO7TTY_d\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U9PhLJODs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xjGQTwB3g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nKORPIxBL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r2BH3PWuE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WQtx0W6vH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kqdLJ7Awx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ssAG5PXoF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kOHh0z310.map","// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ufGd0KmmD2lKBaojuFza/ZH44sRCQNq5ZYG635tFE/TXMyzVNAJ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/m1GFXK91ZDfr9pzY3HQ1/qi9bNd4jykAba84EcF9K/YbXSya1lc.js\";import CardService from\"https://framerusercontent.com/modules/hnP0iXufNeF6ldvs6TsH/CctYzvvYwMkq4UuzfYNg/kOHh0z310.js\";const CardServiceFonts=getFonts(CardService);const serializationHash=\"framer-9aCl4\";const variantClassNames={cUTEVgv1D:\"framer-v-rx8f9r\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"cUTEVgv1D\",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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-rx8f9r\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cUTEVgv1D\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-acf51c1d-6500-422b-a8f1-6fc8434ac6e6, rgb(1, 2, 5))\",...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n585s7\",\"data-framer-name\":\"Inner\",layoutDependency:layoutDependency,layoutId:\"OePGJCbzO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nvgp8u\",\"data-framer-name\":\"Title Section\",layoutDependency:layoutDependency,layoutId:\"XddpCHHnK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15htkpa\",\"data-framer-name\":\"Subtitle\",layoutDependency:layoutDependency,layoutId:\"rBxapYWRv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gn6g0f\",\"data-framer-name\":\"Circles\",layoutDependency:layoutDependency,layoutId:\"I3h5WR4WX\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-c3s5nf\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"Oj7UUlGxq\",style:{backgroundColor:\"var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e9545v\",\"data-border\":true,\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"RT9yddCMu\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1px4dy7\",\"data-styles-preset\":\"TXMyzVNAJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249)))\"},children:\"Our Products\"})}),className:\"framer-10lkkp7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FCXQPfHzp\",style:{\"--extracted-r6o4lv\":\"var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-h0owvt\",\"data-styles-preset\":\"YbXSya1lc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249)))\"},children:\"請繼續瀏覽我們其他產品服務\"})}),className:\"framer-jy2vb8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NsLsxoppo\",style:{\"--extracted-1of0zx5\":\"var(--token-102e2e0a-8b23-4bc0-9e12-c0f68053a191, rgb(249, 249, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sjuy4v\",\"data-framer-name\":\"Service List\",layoutDependency:layoutDependency,layoutId:\"X3EhXgsLG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yat87g\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"DpWPnSool\",style:{backgroundColor:\"var(--token-ef027eb2-7a10-4eea-bd58-2fb9ba6d42b6, rgba(249, 249, 249, 0.5))\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PjNRtVKTA\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65.13931888544892,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1440px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+80+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||588)-80-507.95727554179564)/2+0+0)+0+122.4+60+1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1687lms-container\",layoutDependency:layoutDependency,layoutId:\"mJcZ6YVnH-container\",children:/*#__PURE__*/_jsx(CardService,{dhO7TTY_d:resolvedLinks[0],height:\"100%\",id:\"mJcZ6YVnH\",layoutId:\"mJcZ6YVnH\",phEHkmexU:addImageAlt({src:\"https://framerusercontent.com/images/PnGy3eVu0d6y1SGXqIqQYgzjjU.jpg\",srcSet:\"https://framerusercontent.com/images/PnGy3eVu0d6y1SGXqIqQYgzjjU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PnGy3eVu0d6y1SGXqIqQYgzjjU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PnGy3eVu0d6y1SGXqIqQYgzjjU.jpg 1910w\"},\"\"),style:{height:\"100%\",width:\"100%\"},TrkWry1Na:\"AI 人工智慧客戶服務大使\",variant:\"U9PhLJODs\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1917n14\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"mt05itsUQ\",style:{backgroundColor:\"var(--token-ef027eb2-7a10-4eea-bd58-2fb9ba6d42b6, rgba(249, 249, 249, 0.5))\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nFmtfaE37\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65.13931888544892,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1440px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+80+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||588)-80-507.95727554179564)/2+0+0)+0+122.4+60+67.13931888544892,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11pva28-container\",layoutDependency:layoutDependency,layoutId:\"eIgUT44_o-container\",children:/*#__PURE__*/_jsx(CardService,{dhO7TTY_d:resolvedLinks1[0],height:\"100%\",id:\"eIgUT44_o\",layoutId:\"eIgUT44_o\",phEHkmexU:addImageAlt({src:\"https://framerusercontent.com/images/Rz7KZjjNYeo9wMwflJKTkfE6zqc.jpg\",srcSet:\"https://framerusercontent.com/images/Rz7KZjjNYeo9wMwflJKTkfE6zqc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Rz7KZjjNYeo9wMwflJKTkfE6zqc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Rz7KZjjNYeo9wMwflJKTkfE6zqc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Rz7KZjjNYeo9wMwflJKTkfE6zqc.jpg 3438w\"},\"\"),style:{height:\"100%\",width:\"100%\"},TrkWry1Na:\"AI 人工智慧電話機器人\",variant:\"U9PhLJODs\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5vwrjh\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"hl90x_kP5\",style:{backgroundColor:\"var(--token-ef027eb2-7a10-4eea-bd58-2fb9ba6d42b6, rgba(249, 249, 249, 0.5))\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GhhNIYUCO\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65.13931888544892,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1440px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+80+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||588)-80-507.95727554179564)/2+0+0)+0+122.4+60+133.27863777089783,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cbfjhz-container\",layoutDependency:layoutDependency,layoutId:\"X43jeAQ1I-container\",children:/*#__PURE__*/_jsx(CardService,{dhO7TTY_d:resolvedLinks2[0],height:\"100%\",id:\"X43jeAQ1I\",layoutId:\"X43jeAQ1I\",phEHkmexU:addImageAlt({src:\"https://framerusercontent.com/images/ulSefchvjvDW9EH8CPDr0hTaFM.jpg\",srcSet:\"https://framerusercontent.com/images/ulSefchvjvDW9EH8CPDr0hTaFM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ulSefchvjvDW9EH8CPDr0hTaFM.jpg 1024w\"},\"\"),style:{height:\"100%\",width:\"100%\"},TrkWry1Na:\"AI 客服聊天器人\",variant:\"U9PhLJODs\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4b8n96\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"xQr9HER3U\",style:{backgroundColor:\"var(--token-ef027eb2-7a10-4eea-bd58-2fb9ba6d42b6, rgba(249, 249, 249, 0.5))\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OfRlzRy1_\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65.13931888544892,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1440px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+80+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||588)-80-507.95727554179564)/2+0+0)+0+122.4+60+199.41795665634675,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y5qcy5-container\",layoutDependency:layoutDependency,layoutId:\"IpIbdG2rF-container\",children:/*#__PURE__*/_jsx(CardService,{dhO7TTY_d:resolvedLinks3[0],height:\"100%\",id:\"IpIbdG2rF\",layoutId:\"IpIbdG2rF\",phEHkmexU:addImageAlt({src:\"https://framerusercontent.com/images/7fDyqhrJOtkm9vDMmKjCqFg6Qew.jpg\",srcSet:\"https://framerusercontent.com/images/7fDyqhrJOtkm9vDMmKjCqFg6Qew.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7fDyqhrJOtkm9vDMmKjCqFg6Qew.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7fDyqhrJOtkm9vDMmKjCqFg6Qew.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7fDyqhrJOtkm9vDMmKjCqFg6Qew.jpg 2741w\"},\"\"),style:{height:\"100%\",width:\"100%\"},TrkWry1Na:\"Asiabots 語音技術\",variant:\"U9PhLJODs\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s6lnpi\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"X2zCQ8x58\",style:{backgroundColor:\"var(--token-ef027eb2-7a10-4eea-bd58-2fb9ba6d42b6, rgba(249, 249, 249, 0.5))\"}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9aCl4.framer-yqkbog, .framer-9aCl4 .framer-yqkbog { display: block; }\",\".framer-9aCl4.framer-rx8f9r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 0px 0px; position: relative; width: 1280px; }\",\".framer-9aCl4 .framer-n585s7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9aCl4 .framer-nvgp8u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9aCl4 .framer-15htkpa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-9aCl4 .framer-1gn6g0f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9aCl4 .framer-c3s5nf, .framer-9aCl4 .framer-e9545v { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); overflow: hidden; position: relative; width: 10px; will-change: var(--framer-will-change-override, transform); }\",\".framer-9aCl4 .framer-10lkkp7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9aCl4 .framer-jy2vb8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9aCl4 .framer-sjuy4v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-9aCl4 .framer-1yat87g, .framer-9aCl4 .framer-1917n14, .framer-9aCl4 .framer-5vwrjh, .framer-9aCl4 .framer-4b8n96, .framer-9aCl4 .framer-1s6lnpi { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-9aCl4 .framer-1687lms-container, .framer-9aCl4 .framer-11pva28-container, .framer-9aCl4 .framer-cbfjhz-container, .framer-9aCl4 .framer-y5qcy5-container { flex: none; height: 65px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9aCl4.framer-rx8f9r, .framer-9aCl4 .framer-n585s7, .framer-9aCl4 .framer-nvgp8u, .framer-9aCl4 .framer-15htkpa, .framer-9aCl4 .framer-1gn6g0f, .framer-9aCl4 .framer-sjuy4v { gap: 0px; } .framer-9aCl4.framer-rx8f9r > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9aCl4.framer-rx8f9r > :first-child, .framer-9aCl4 .framer-n585s7 > :first-child, .framer-9aCl4 .framer-nvgp8u > :first-child, .framer-9aCl4 .framer-sjuy4v > :first-child { margin-top: 0px; } .framer-9aCl4.framer-rx8f9r > :last-child, .framer-9aCl4 .framer-n585s7 > :last-child, .framer-9aCl4 .framer-nvgp8u > :last-child, .framer-9aCl4 .framer-sjuy4v > :last-child { margin-bottom: 0px; } .framer-9aCl4 .framer-n585s7 > *, .framer-9aCl4 .framer-nvgp8u > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-9aCl4 .framer-15htkpa > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-9aCl4 .framer-15htkpa > :first-child, .framer-9aCl4 .framer-1gn6g0f > :first-child { margin-left: 0px; } .framer-9aCl4 .framer-15htkpa > :last-child, .framer-9aCl4 .framer-1gn6g0f > :last-child { margin-right: 0px; } .framer-9aCl4 .framer-1gn6g0f > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-9aCl4 .framer-sjuy4v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-9aCl4[data-border=\"true\"]::after, .framer-9aCl4 [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 588\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXW4N1fyOS=withCSS(Component,css,\"framer-9aCl4\");export default FramerXW4N1fyOS;FramerXW4N1fyOS.displayName=\"內容導覽\";FramerXW4N1fyOS.defaultProps={height:588,width:1280};addFonts(FramerXW4N1fyOS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...CardServiceFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXW4N1fyOS\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"588\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1280\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XW4N1fyOS.map"],"mappings":"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"}