{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kmzicyl6THirMkY4Gb8N/fDtqvKlooaUT7wBhkZDb/Proximity_sensor.js", "ssg:https://framerusercontent.com/modules/eBWtBdPCeTAqZkYuJzDY/HUGh2rEwRehJGxOYdd2m/oDM6koqir.js", "ssg:https://framerusercontent.com/modules/mHmN6IhObR924xKCLCst/0JmMGuZXQabaFylMdLYG/LEAww0nCS.js", "ssg:https://framerusercontent.com/modules/5qx5HAbnxLbXkb05DZKv/6TYuvtFNJ41KtSfA8DI2/QZj4XDd1E.js", "ssg:https://framerusercontent.com/modules/C0V6UlDLiWQqsXB6xo7U/7dmQ3r3WUg2mPAvs0gzv/fdHdD5Rmf.js", "ssg:https://framerusercontent.com/modules/7K7KVpIoHU8lW55cYGuK/yxLVaJTbxHYtVyPGNKM2/x0EMb9fiO.js", "ssg:https://framerusercontent.com/modules/efXUy129IlwPlsgDEktV/h02VMDea49GI4zCMey5G/sOdJ58d6E.js", "ssg:https://framerusercontent.com/modules/Xm6t431pY25HDzD1Dgpa/HxQzMXC8QyYqlyLhIet8/aoSxOeeec.js", "ssg:https://framerusercontent.com/modules/bbjiwxkTTMXvjkcAHX4K/QBFEtvTZanNliLnEFecC/zHG1AiCkm.js", "ssg:https://framerusercontent.com/modules/zlzgXYsnRx1hA1vrb9r0/nbAFZelt2kLQwe0GoseH/JbPvkoGVY.js", "ssg:https://framerusercontent.com/modules/rynbFNpxbCKuJ3ZNkWD5/5yhT8vg9MCRtZMHDvhtC/VGqV0mkVI.js", "ssg:https://framerusercontent.com/modules/nCcUlXbqOZ9Lp1mmK2Lw/byCGzU8UDuxiQJzNdN8C/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{motion,useMotionValue}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export function ParallaxMouseMovement(props){const{children,intensity}=props;const x=useMotionValue(0);const y=useMotionValue(0);React.useEffect(()=>{const handleMouseMove=event=>{const{clientX,clientY}=event;const height=window.innerHeight;const width=window.innerWidth;const moveX=(clientX-width/2)*intensity;const moveY=(clientY-height/2)*intensity;x.set(moveX);y.set(moveY);};window.addEventListener(\"mousemove\",handleMouseMove);return()=>{window.removeEventListener(\"mousemove\",handleMouseMove);};},[intensity,x,y]);return /*#__PURE__*/_jsx(motion.div,{style:{width:\"100%\",height:\"100%\",x:x,y:y},children:children});}ParallaxMouseMovement.defaultProps={intensity:.05};addPropertyControls(ParallaxMouseMovement,{children:{type:ControlType.ComponentInstance,title:\"Content\"},intensity:{type:ControlType.Number,title:\"Intensity\",min:0,max:1,step:.01}});\nexport const __FramerMetadata__ = {\"exports\":{\"ParallaxMouseMovement\":{\"type\":\"reactComponent\",\"name\":\"ParallaxMouseMovement\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Proximity_sensor.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{ParallaxMouseMovement}from\"https://framerusercontent.com/modules/kmzicyl6THirMkY4Gb8N/fDtqvKlooaUT7wBhkZDb/Proximity_sensor.js\";const ParallaxMouseMovementFonts=getFonts(ParallaxMouseMovement);const cycleOrder=[\"y5g3lNCp9\",\"J7Tza5Dr8\"];const serializationHash=\"framer-f5cpu\";const variantClassNames={J7Tza5Dr8:\"framer-v-fj7g22\",y5g3lNCp9:\"framer-v-1h8h1aa\"};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 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={\"Variant 1\":\"y5g3lNCp9\",\"Variant 2\":\"J7Tza5Dr8\"};const getProps=({height,id,image,intensity,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,avpoVK03w:(_ref=intensity!==null&&intensity!==void 0?intensity:props.avpoVK03w)!==null&&_ref!==void 0?_ref:.03,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"y5g3lNCp9\",yuShZIDOX:image!==null&&image!==void 0?image:props.yuShZIDOX};};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,yuShZIDOX,avpoVK03w,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"y5g3lNCp9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"J7Tza5Dr8\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"J7Tza5Dr8\")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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h8h1aa\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"y5g3lNCp9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({J7Tza5Dr8:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mbzwvc\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"KLCPYie1T\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-riwxdc-container\",layoutDependency:layoutDependency,layoutId:\"yP3sBLa7l-container\",children:/*#__PURE__*/_jsx(ParallaxMouseMovement,{height:\"100%\",id:\"yP3sBLa7l\",intensity:avpoVK03w,layoutId:\"yP3sBLa7l\",width:\"100%\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:771,pixelWidth:631,sizes:\"176px\",...toResponsiveImage(yuShZIDOX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-44crib\",layoutDependency:layoutDependency,layoutId:\"zpW8Qnsf6\",style:{borderBottomLeftRadius:85,borderBottomRightRadius:85,borderTopLeftRadius:85,borderTopRightRadius:85}})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ibu1kx\",\"data-framer-name\":\"Tablet\",layoutDependency:layoutDependency,layoutId:\"Va8bvCCn8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10biknz-container\",layoutDependency:layoutDependency,layoutId:\"MjmLUfMpU-container\",children:/*#__PURE__*/_jsx(ParallaxMouseMovement,{height:\"100%\",id:\"MjmLUfMpU\",intensity:avpoVK03w,layoutId:\"MjmLUfMpU\",width:\"100%\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:771,pixelWidth:631,sizes:\"88px\",...toResponsiveImage(yuShZIDOX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-kyf5na\",\"data-framer-name\":\"Image Tablet\",layoutDependency:layoutDependency,layoutId:\"e4NlMZuqw\",style:{borderBottomLeftRadius:85,borderBottomRightRadius:85,borderTopLeftRadius:85,borderTopRightRadius:85}})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f5cpu.framer-muf6nl, .framer-f5cpu .framer-muf6nl { display: block; }\",\".framer-f5cpu.framer-1h8h1aa { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 176px; }\",\".framer-f5cpu .framer-1mbzwvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-f5cpu .framer-riwxdc-container, .framer-f5cpu .framer-10biknz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-f5cpu .framer-44crib { height: 280px; overflow: hidden; position: relative; width: 176px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-f5cpu .framer-1ibu1kx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-f5cpu .framer-kyf5na { height: 140px; overflow: hidden; position: relative; width: 88px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f5cpu.framer-1h8h1aa, .framer-f5cpu .framer-1mbzwvc, .framer-f5cpu .framer-1ibu1kx { gap: 0px; } .framer-f5cpu.framer-1h8h1aa > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-f5cpu.framer-1h8h1aa > :first-child, .framer-f5cpu .framer-1mbzwvc > :first-child, .framer-f5cpu .framer-1ibu1kx > :first-child { margin-left: 0px; } .framer-f5cpu.framer-1h8h1aa > :last-child, .framer-f5cpu .framer-1mbzwvc > :last-child, .framer-f5cpu .framer-1ibu1kx > :last-child { margin-right: 0px; } .framer-f5cpu .framer-1mbzwvc > *, .framer-f5cpu .framer-1ibu1kx > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } }\",\".framer-f5cpu.framer-v-fj7g22.framer-1h8h1aa { width: 88px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 280\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"J7Tza5Dr8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yuShZIDOX\":\"image\",\"avpoVK03w\":\"intensity\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroDM6koqir=withCSS(Component,css,\"framer-f5cpu\");export default FrameroDM6koqir;FrameroDM6koqir.displayName=\"Parallax/Parallax Mouse Effect\";FrameroDM6koqir.defaultProps={height:280,width:176};addPropertyControls(FrameroDM6koqir,{variant:{options:[\"y5g3lNCp9\",\"J7Tza5Dr8\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yuShZIDOX:{title:\"Image\",type:ControlType.ResponsiveImage},avpoVK03w:{defaultValue:.03,displayStepper:false,max:1,min:0,step:.01,title:\"Intensity\",type:ControlType.Number}});addFonts(FrameroDM6koqir,[{explicitInter:true,fonts:[]},...ParallaxMouseMovementFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroDM6koqir\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"yuShZIDOX\\\":\\\"image\\\",\\\"avpoVK03w\\\":\\\"intensity\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J7Tza5Dr8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"176\",\"framerIntrinsicHeight\":\"280\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oDM6koqir.map", "// Generated by Framer (2923eb5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"GF;DM Sans-700\",\"GF;DM Sans-700italic\",\"GF;DM Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2\",weight:\"400\"}]}];export const css=['.framer-aCFMa .framer-styles-preset-e4uhmy:not(.rich-text-wrapper), .framer-aCFMa .framer-styles-preset-e4uhmy.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 170%; --framer-paragraph-spacing: 70px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-aCFMa .framer-styles-preset-e4uhmy:not(.rich-text-wrapper), .framer-aCFMa .framer-styles-preset-e4uhmy.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 170%; --framer-paragraph-spacing: 70px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-aCFMa .framer-styles-preset-e4uhmy:not(.rich-text-wrapper), .framer-aCFMa .framer-styles-preset-e4uhmy.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 170%; --framer-paragraph-spacing: 35px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-aCFMa\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/8uG78fPMT63YRDPMcpWB/rnXlHPQy2NcLjDLJZ1Uw/CzIaZeG1b.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fXdbm5grE4fHJT59RHt1/QnkJN35sSjLGLyBiumXN/JdFj7OAPm.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/mHmN6IhObR924xKCLCst/0JmMGuZXQabaFylMdLYG/LEAww0nCS.js\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-pWKpn\";const variantClassNames={cCCLZ8veR:\"framer-v-13mu0zh\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition1={delay:0,duration:1,ease:[.4,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:40};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({description,height,id,info1,info2,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,CGC5O66mM:(_ref=info1!==null&&info1!==void 0?info1:props.CGC5O66mM)!==null&&_ref!==void 0?_ref:\"Info 1 Goes Here\",fsMr8gHWb:(_ref1=title!==null&&title!==void 0?title:props.fsMr8gHWb)!==null&&_ref1!==void 0?_ref1:\"Yout Title Here\",qxfJhJOko:(_ref2=description!==null&&description!==void 0?description:props.qxfJhJOko)!==null&&_ref2!==void 0?_ref2:\"Your Description Goes Here\",uYnbN6kSS:(_ref3=info2!==null&&info2!==void 0?info2:props.uYnbN6kSS)!==null&&_ref3!==void 0?_ref3:\"Info 2 Goes Here\"};};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,fsMr8gHWb,CGC5O66mM,uYnbN6kSS,qxfJhJOko,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cCCLZ8veR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13mu0zh\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cCCLZ8veR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pygo2o\",\"data-framer-name\":\"Title and Info\",layoutDependency:layoutDependency,layoutId:\"wsEj0wuOB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-fxclx4\",\"data-styles-preset\":\"CzIaZeG1b\",children:\"Senior UX/UI Designer\"})}),className:\"framer-ayratp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u5WUZSowe\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fsMr8gHWb,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dw9szm\",layoutDependency:layoutDependency,layoutId:\"UJ5XqAN5W\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yh3ca\",\"data-styles-preset\":\"JdFj7OAPm\",style:{\"--framer-text-color\":'var(--extracted-r6o4lv, var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)) /* {\"name\":\"Light 50%\"'},children:\"SuperCo\"})}),className:\"framer-1qfu42a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N_7Vp_rnu\",style:{\"--extracted-r6o4lv\":'var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)) /* {\"name\":\"Light 50%\"} */',\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CGC5O66mM,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yh3ca\",\"data-styles-preset\":\"JdFj7OAPm\",style:{\"--framer-text-color\":'var(--extracted-r6o4lv, var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)) /* {\"name\":\"Light 50%\"'},children:\"2019 \u2014 Present\"})}),className:\"framer-15mahiq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bqHlCM5Ew\",style:{\"--extracted-r6o4lv\":'var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)) /* {\"name\":\"Light 50%\"} */',\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:uYnbN6kSS,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b7vp34\",\"data-framer-name\":\"Description\",layoutDependency:layoutDependency,layoutId:\"UWvEShTZs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:\"Led the redesign of the flagship mobile application, resulting in a increase in user retention within six months. Implemented a streamlined user onboarding process, reducing user drop-offs.\"})}),className:\"framer-w54uax\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zqq19seaE\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:qxfJhJOko,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pWKpn.framer-195haxn, .framer-pWKpn .framer-195haxn { display: block; }\",\".framer-pWKpn.framer-13mu0zh { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 430px; }\",\".framer-pWKpn .framer-1pygo2o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pWKpn .framer-ayratp, .framer-pWKpn .framer-1qfu42a, .framer-pWKpn .framer-15mahiq { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pWKpn .framer-dw9szm { 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: 0px; position: relative; width: 100%; }\",\".framer-pWKpn .framer-1b7vp34 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pWKpn .framer-w54uax { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pWKpn.framer-13mu0zh, .framer-pWKpn .framer-1pygo2o, .framer-pWKpn .framer-dw9szm, .framer-pWKpn .framer-1b7vp34 { gap: 0px; } .framer-pWKpn.framer-13mu0zh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pWKpn.framer-13mu0zh > :first-child, .framer-pWKpn .framer-1pygo2o > :first-child, .framer-pWKpn .framer-dw9szm > :first-child, .framer-pWKpn .framer-1b7vp34 > :first-child { margin-top: 0px; } .framer-pWKpn.framer-13mu0zh > :last-child, .framer-pWKpn .framer-1pygo2o > :last-child, .framer-pWKpn .framer-dw9szm > :last-child, .framer-pWKpn .framer-1b7vp34 > :last-child { margin-bottom: 0px; } .framer-pWKpn .framer-1pygo2o > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-pWKpn .framer-dw9szm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pWKpn .framer-1b7vp34 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 145\n * @framerIntrinsicWidth 430\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fsMr8gHWb\":\"title\",\"CGC5O66mM\":\"info1\",\"uYnbN6kSS\":\"info2\",\"qxfJhJOko\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQZj4XDd1E=withCSS(Component,css,\"framer-pWKpn\");export default FramerQZj4XDd1E;FramerQZj4XDd1E.displayName=\"Content/Chronology Info\";FramerQZj4XDd1E.defaultProps={height:145,width:430};addPropertyControls(FramerQZj4XDd1E,{fsMr8gHWb:{defaultValue:\"Yout Title Here\",displayTextArea:false,title:\"Title\",type:ControlType.String},CGC5O66mM:{defaultValue:\"Info 1 Goes Here\",description:\"\",displayTextArea:false,title:\"Info 1\",type:ControlType.String},uYnbN6kSS:{defaultValue:\"Info 2 Goes Here\",description:\"\",displayTextArea:false,title:\"Info 2\",type:ControlType.String},qxfJhJOko:{defaultValue:\"Your Description Goes Here\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerQZj4XDd1E,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQZj4XDd1E\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"fsMr8gHWb\\\":\\\"title\\\",\\\"CGC5O66mM\\\":\\\"info1\\\",\\\"uYnbN6kSS\\\":\\\"info2\\\",\\\"qxfJhJOko\\\":\\\"description\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"430\",\"framerIntrinsicHeight\":\"145\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QZj4XDd1E.map", "// Generated by Framer (0b8b5e5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-KIxqY .framer-styles-preset-1vptjv5:not(.rich-text-wrapper), .framer-KIxqY .framer-styles-preset-1vptjv5.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-KIxqY .framer-styles-preset-1vptjv5:not(.rich-text-wrapper), .framer-KIxqY .framer-styles-preset-1vptjv5.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-KIxqY .framer-styles-preset-1vptjv5:not(.rich-text-wrapper), .framer-KIxqY .framer-styles-preset-1vptjv5.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-KIxqY\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0b8b5e5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-600\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-ZPdGb .framer-styles-preset-iz3a6:not(.rich-text-wrapper), .framer-ZPdGb .framer-styles-preset-iz3a6.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b4facf66-7091-4fca-9517-0380864336df, rgba(18, 18, 18, 0.3)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ZPdGb .framer-styles-preset-iz3a6:not(.rich-text-wrapper), .framer-ZPdGb .framer-styles-preset-iz3a6.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b4facf66-7091-4fca-9517-0380864336df, rgba(18, 18, 18, 0.3)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ZPdGb .framer-styles-preset-iz3a6:not(.rich-text-wrapper), .framer-ZPdGb .framer-styles-preset-iz3a6.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b4facf66-7091-4fca-9517-0380864336df, rgba(18, 18, 18, 0.3)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ZPdGb\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/C0V6UlDLiWQqsXB6xo7U/7dmQ3r3WUg2mPAvs0gzv/fdHdD5Rmf.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7K7KVpIoHU8lW55cYGuK/yxLVaJTbxHYtVyPGNKM2/x0EMb9fiO.js\";const serializationHash=\"framer-BQf3y\";const variantClassNames={OQj9SWx4a:\"framer-v-l5b3kk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({amount,height,id,title,width,...props})=>{var _ref,_ref1;return{...props,AU80N9REc:(_ref=title!==null&&title!==void 0?title:props.AU80N9REc)!==null&&_ref!==void 0?_ref:\"Your Text Here\",hlLheul4g:(_ref1=amount!==null&&amount!==void 0?amount:props.hlLheul4g)!==null&&_ref1!==void 0?_ref1:\"99\"};};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,hlLheul4g,AU80N9REc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OQj9SWx4a\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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-l5b3kk\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OQj9SWx4a\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wijjk2\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"F675E45GA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-iz3a6\",\"data-styles-preset\":\"x0EMb9fiO\",style:{\"--framer-text-color\":'var(--extracted-r6o4lv, var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {\"name\":\"Primary\"'},children:\"99\"})}),className:\"framer-1rvoahk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hIE6eihUq\",style:{\"--extracted-r6o4lv\":'var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {\"name\":\"Primary\"} */',\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hlLheul4g,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vptjv5\",\"data-styles-preset\":\"fdHdD5Rmf\",style:{\"--framer-text-color\":'var(--extracted-r6o4lv, var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {\"name\":\"Primary\"'},children:\"Your Text Here\"})}),className:\"framer-3xrfp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SC3V_V2iz\",style:{\"--extracted-r6o4lv\":'var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {\"name\":\"Primary\"} */',\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AU80N9REc,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BQf3y.framer-14jro6w, .framer-BQf3y .framer-14jro6w { display: block; }\",\".framer-BQf3y.framer-l5b3kk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BQf3y .framer-wijjk2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 250px; z-index: 1; }\",\".framer-BQf3y .framer-1rvoahk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BQf3y .framer-3xrfp { flex: none; height: auto; max-width: 47%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BQf3y.framer-l5b3kk, .framer-BQf3y .framer-wijjk2 { gap: 0px; } .framer-BQf3y.framer-l5b3kk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BQf3y.framer-l5b3kk > :first-child, .framer-BQf3y .framer-wijjk2 > :first-child { margin-top: 0px; } .framer-BQf3y.framer-l5b3kk > :last-child, .framer-BQf3y .framer-wijjk2 > :last-child { margin-bottom: 0px; } .framer-BQf3y .framer-wijjk2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 131.2\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"hlLheul4g\":\"amount\",\"AU80N9REc\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersOdJ58d6E=withCSS(Component,css,\"framer-BQf3y\");export default FramersOdJ58d6E;FramersOdJ58d6E.displayName=\"Content/Numbers\";FramersOdJ58d6E.defaultProps={height:131.2,width:250};addPropertyControls(FramersOdJ58d6E,{hlLheul4g:{defaultValue:\"99\",displayTextArea:false,title:\"Amount\",type:ControlType.String},AU80N9REc:{defaultValue:\"Your Text Here\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramersOdJ58d6E,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersOdJ58d6E\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"hlLheul4g\\\":\\\"amount\\\",\\\"AU80N9REc\\\":\\\"title\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"131.2\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sOdJ58d6E.map", "// Generated by Framer (0b8b5e5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-600\",\"GF;DM Sans-900\",\"GF;DM Sans-900italic\",\"GF;DM Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thS2f3ZGMZpg.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm32RmYJpso5.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm32RmYJpso5.woff2\",weight:\"600\"}]}];export const css=['.framer-ttFkS .framer-styles-preset-16u3b7e:not(.rich-text-wrapper), .framer-ttFkS .framer-styles-preset-16u3b7e.rich-text-wrapper h4 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ttFkS .framer-styles-preset-16u3b7e:not(.rich-text-wrapper), .framer-ttFkS .framer-styles-preset-16u3b7e.rich-text-wrapper h4 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ttFkS .framer-styles-preset-16u3b7e:not(.rich-text-wrapper), .framer-ttFkS .framer-styles-preset-16u3b7e.rich-text-wrapper h4 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ttFkS\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/Xm6t431pY25HDzD1Dgpa/HxQzMXC8QyYqlyLhIet8/aoSxOeeec.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/C0V6UlDLiWQqsXB6xo7U/7dmQ3r3WUg2mPAvs0gzv/fdHdD5Rmf.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/7K7KVpIoHU8lW55cYGuK/yxLVaJTbxHYtVyPGNKM2/x0EMb9fiO.js\";const serializationHash=\"framer-J3eo3\";const variantClassNames={Rlm3XGvIy:\"framer-v-1bv81pz\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({description,height,id,number,title,width,...props})=>{var _ref,_ref1,_ref2;return{...props,E2F2lGs4X:(_ref=description!==null&&description!==void 0?description:props.E2F2lGs4X)!==null&&_ref!==void 0?_ref:\"Title description\",mk4h7HbZ1:(_ref1=number!==null&&number!==void 0?number:props.mk4h7HbZ1)!==null&&_ref1!==void 0?_ref1:\"99%\",rkIAS_4pG:(_ref2=title!==null&&title!==void 0?title:props.rkIAS_4pG)!==null&&_ref2!==void 0?_ref2:\"Title\"};};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,rkIAS_4pG,E2F2lGs4X,mk4h7HbZ1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Rlm3XGvIy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bv81pz\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Rlm3XGvIy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0px 30px 10px var(--token-fd8bf3e9-f4a1-40f3-aae0-970469fc1bce, rgba(18, 18, 18, 0.2))\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-197io75\",\"data-framer-name\":\"Left Part\",layoutDependency:layoutDependency,layoutId:\"WcTZeXbs5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16u3b7e\",\"data-styles-preset\":\"aoSxOeeec\",children:\"Framer\"})}),className:\"framer-1xcg1w6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QtVOqiipW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rkIAS_4pG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vptjv5\",\"data-styles-preset\":\"fdHdD5Rmf\",children:\"No code website builder tool\"})}),className:\"framer-1rhfs64\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QyrVL4c38\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:E2F2lGs4X,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yvbut9\",\"data-framer-name\":\"Line Separator\",layoutDependency:layoutDependency,layoutId:\"RnyapBG0H\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-go6nck\",layoutDependency:layoutDependency,layoutId:\"YNK7hey5a\",style:{backgroundColor:\"var(--token-7f92edf1-9505-4329-ad16-717051e4ffb2, rgba(18, 18, 18, 0.1))\"}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ktl0dq\",\"data-framer-name\":\"Right Part\",layoutDependency:layoutDependency,layoutId:\"ChrRIA9YW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-iz3a6\",\"data-styles-preset\":\"x0EMb9fiO\",children:\"92%\"})}),className:\"framer-11qrijj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SpM4gWpo3\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mk4h7HbZ1,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-J3eo3.framer-i39k2q, .framer-J3eo3 .framer-i39k2q { display: block; }\",\".framer-J3eo3.framer-1bv81pz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 448px; will-change: var(--framer-will-change-override, transform); }\",\".framer-J3eo3 .framer-197io75 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 30px 22px; position: relative; width: 1px; }\",\".framer-J3eo3 .framer-1xcg1w6, .framer-J3eo3 .framer-1rhfs64 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-J3eo3 .framer-yvbut9 { 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-J3eo3 .framer-go6nck { flex: none; height: 46px; overflow: hidden; position: relative; width: 2px; }\",\".framer-J3eo3 .framer-1ktl0dq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 20px 30px 0px; position: relative; width: 1px; }\",\".framer-J3eo3 .framer-11qrijj { 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-J3eo3.framer-1bv81pz, .framer-J3eo3 .framer-197io75, .framer-J3eo3 .framer-yvbut9, .framer-J3eo3 .framer-1ktl0dq { gap: 0px; } .framer-J3eo3.framer-1bv81pz > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-J3eo3.framer-1bv81pz > :first-child, .framer-J3eo3 .framer-yvbut9 > :first-child, .framer-J3eo3 .framer-1ktl0dq > :first-child { margin-left: 0px; } .framer-J3eo3.framer-1bv81pz > :last-child, .framer-J3eo3 .framer-yvbut9 > :last-child, .framer-J3eo3 .framer-1ktl0dq > :last-child { margin-right: 0px; } .framer-J3eo3 .framer-197io75 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-J3eo3 .framer-197io75 > :first-child { margin-top: 0px; } .framer-J3eo3 .framer-197io75 > :last-child { margin-bottom: 0px; } .framer-J3eo3 .framer-yvbut9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-J3eo3 .framer-1ktl0dq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 132\n * @framerIntrinsicWidth 448\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rkIAS_4pG\":\"title\",\"E2F2lGs4X\":\"description\",\"mk4h7HbZ1\":\"number\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzHG1AiCkm=withCSS(Component,css,\"framer-J3eo3\");export default FramerzHG1AiCkm;FramerzHG1AiCkm.displayName=\"Content/Card Holder\";FramerzHG1AiCkm.defaultProps={height:132,width:448};addPropertyControls(FramerzHG1AiCkm,{rkIAS_4pG:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},E2F2lGs4X:{defaultValue:\"Title description\",displayTextArea:false,title:\"Description\",type:ControlType.String},mk4h7HbZ1:{defaultValue:\"99%\",displayTextArea:false,title:\"Number\",type:ControlType.String}});addFonts(FramerzHG1AiCkm,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzHG1AiCkm\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"448\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"132\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"rkIAS_4pG\\\":\\\"title\\\",\\\"E2F2lGs4X\\\":\\\"description\\\",\\\"mk4h7HbZ1\\\":\\\"number\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zHG1AiCkm.map", "// Generated by Framer (0b8b5e5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-qXLI1 .framer-styles-preset-4jx4io:not(.rich-text-wrapper), .framer-qXLI1 .framer-styles-preset-4jx4io.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 180%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-qXLI1 .framer-styles-preset-4jx4io:not(.rich-text-wrapper), .framer-qXLI1 .framer-styles-preset-4jx4io.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 180%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qXLI1 .framer-styles-preset-4jx4io:not(.rich-text-wrapper), .framer-qXLI1 .framer-styles-preset-4jx4io.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 180%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-qXLI1\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0b8b5e5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Big Shoulders Display-900\",\"GF;Big Shoulders Display-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Big Shoulders Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdSY8JFs6SRP4yZQ.woff2\",weight:\"900\"}]}];export const css=['.framer-hQJBv .framer-styles-preset-42d5or:not(.rich-text-wrapper), .framer-hQJBv .framer-styles-preset-42d5or.rich-text-wrapper p { --framer-font-family: \"Big Shoulders Display\", sans-serif; --framer-font-family-bold: \"Big Shoulders Display\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 128px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 900; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-hQJBv .framer-styles-preset-42d5or:not(.rich-text-wrapper), .framer-hQJBv .framer-styles-preset-42d5or.rich-text-wrapper p { --framer-font-family: \"Big Shoulders Display\", sans-serif; --framer-font-family-bold: \"Big Shoulders Display\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 128px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 900; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-hQJBv .framer-styles-preset-42d5or:not(.rich-text-wrapper), .framer-hQJBv .framer-styles-preset-42d5or.rich-text-wrapper p { --framer-font-family: \"Big Shoulders Display\", sans-serif; --framer-font-family-bold: \"Big Shoulders Display\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 900; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-hQJBv\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Animator from\"https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/TcQV6SEsl3y6G9Op8tp0/Time.js\";import NavigationMenu from\"#framer/local/canvasComponent/nFR6xeKG9/nFR6xeKG9.js\";import ParallaxParallaxMouseEffect from\"#framer/local/canvasComponent/oDM6koqir/oDM6koqir.js\";import ContentChronologyInfo from\"#framer/local/canvasComponent/QZj4XDd1E/QZj4XDd1E.js\";import ContentNumbers from\"#framer/local/canvasComponent/sOdJ58d6E/sOdJ58d6E.js\";import ContentPost from\"#framer/local/canvasComponent/ZByD8HevD/ZByD8HevD.js\";import ContentTitleSeparator from\"#framer/local/canvasComponent/ZDnsAJh4J/ZDnsAJh4J.js\";import ContentCardHolder from\"#framer/local/canvasComponent/zHG1AiCkm/zHG1AiCkm.js\";import ButtonsButton from\"#framer/local/canvasComponent/zRihCI5lY/zRihCI5lY.js\";import{ThemeSwitch}from\"#framer/local/codeFile/Z4IAyOS/Switch.js\";import*as sharedStyle1 from\"#framer/local/css/b15kavnK2/b15kavnK2.js\";import*as sharedStyle from\"#framer/local/css/eOtSdnPmc/eOtSdnPmc.js\";import*as sharedStyle6 from\"#framer/local/css/Gs1F4qtm8/Gs1F4qtm8.js\";import*as sharedStyle2 from\"#framer/local/css/JbPvkoGVY/JbPvkoGVY.js\";import*as sharedStyle3 from\"#framer/local/css/LcnP3gp7F/LcnP3gp7F.js\";import*as sharedStyle4 from\"#framer/local/css/LEAww0nCS/LEAww0nCS.js\";import*as sharedStyle5 from\"#framer/local/css/VGqV0mkVI/VGqV0mkVI.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationMenuFonts=getFonts(NavigationMenu);const AnimatorFonts=getFonts(Animator);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const TimeDateFonts=getFonts(TimeDate);const ThemeSwitchFonts=getFonts(ThemeSwitch);const ParallaxParallaxMouseEffectFonts=getFonts(ParallaxParallaxMouseEffect);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const ContentTitleSeparatorFonts=getFonts(ContentTitleSeparator);const ContainerWithFX=withFX(Container);const ContentCardHolderFonts=getFonts(ContentCardHolder);const ContentChronologyInfoFonts=getFonts(ContentChronologyInfo);const ContentNumbersFonts=getFonts(ContentNumbers);const TickerFonts=getFonts(Ticker);const ContentPostFonts=getFonts(ContentPost);const ButtonsButtonFonts=getFonts(ButtonsButton);const breakpoints={o9zpZovIN:\"(min-width: 810px) and (max-width: 1199px)\",ROr8g_Kfx:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qi2iT\";const variantClassNames={o9zpZovIN:\"framer-v-14wxtjj\",ROr8g_Kfx:\"framer-v-10pol70\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.075,duration:.4,type:\"spring\"};const textEffect={effect:animation2,startDelay:.3,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={bounce:.2,delay:.4,duration:2,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation5={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition4={bounce:.25,delay:.1,duration:.45,type:\"spring\"};const textEffect1={effect:animation5,tokenization:\"character\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition5={delay:0,duration:1,ease:[.4,0,0,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:40};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition6={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ROr8g_Kfx\",Tablet:\"o9zpZovIN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ROr8g_Kfx\")return false;return true;};const router=useRouter();const elementId=useRouteElementId(\"eUrPHl2Lw\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ROr8g_Kfx\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-e8uqzl\",\"data-framer-name\":\"Navigation\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tnocgr\",\"data-framer-name\":\"Nav Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pksxpi\",\"data-framer-name\":\"Menu Holder\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2galm7-container\",children:/*#__PURE__*/_jsx(NavigationMenu,{height:\"100%\",id:\"FiGsct4Af\",layoutId:\"FiGsct4Af\",variant:\"MJWrzIFTL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"kzyIqwMhd\",openInNewTab:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-w684t4 framer-lux5qc\",\"data-framer-name\":\"Logo\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1m4e979-container\",\"data-framer-appear-id\":\"1m4e979\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:100,height:\"100%\",id:\"sAII8SgTc\",layoutId:\"sAII8SgTc\",loopOptions:\"reverse\",pathAnimation:{delay:0,duration:4,ease:[.44,0,.56,1],type:\"tween\"},shouldLoop:true,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-36b0uz\",\"data-framer-name\":\"Logo Animation\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 69\"><path d=\"M 85 41.727 C 75.989 41.727 73.486 34.904 70.983 27.819 C 69.482 31.297 66.478 41.727 60.972 41.727 C 55.525 41.727 53.913 31.95 51.961 27.821 C 46.592 34.702 40.948 42.6 32.939 41.727 C 22.358 40.573 24.929 2 37.945 2 C 50.96 2 22.816 56.984 14.887 65.872 C 6.844 74.891 -5.763 27 8.407 21.863\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, rgb(240, 240, 240)) /* {&quot;name&quot;:&quot;Light&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12189182932,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:1,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{svgContentId:11930922128},ROr8g_Kfx:{svgContentId:11930922128}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-317jjr\",\"data-framer-name\":\"Logo\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 69\"><path d=\"M 85 41.727 C 75.989 41.727 73.486 34.904 70.983 27.819 C 69.482 31.297 66.478 41.727 60.972 41.727 C 55.525 41.727 53.913 31.95 51.961 27.821 C 46.592 34.702 40.948 42.6 32.939 41.727 C 22.358 40.573 24.929 2 37.945 2 C 50.96 2 22.816 56.984 14.887 65.872 C 6.844 74.891 -5.763 27 8.407 21.863\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-cf7f1a36-59eb-4338-bfcc-22f5e0ac8819, rgba(240, 240, 240, 0.3)) /* {&quot;name&quot;:&quot;Light 30%&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10125196880,withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p1erp2\",\"data-framer-name\":\"Right Buttons\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f6svdy-container hidden-10pol70\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"rgb(153, 153, 153)\",font:{},height:\"100%\",id:\"TFKPA2nA5\",layoutId:\"TFKPA2nA5\",monthFormat:\"long\",outputType:\"time\",showMinutes:true,showMonth:true,showSeconds:true,showWeekday:true,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bcguoi-container\",children:/*#__PURE__*/_jsx(ThemeSwitch,{backgroundColor:\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(18, 18, 18, 0.1))\",circleColor:\"var(--token-b243fa83-280c-408f-875b-746794890bfe, rgb(240, 240, 240))\",height:\"100%\",id:\"qnNfbC1jl\",layoutId:\"qnNfbC1jl\",switchSize:83,width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cy35y8\",\"data-framer-name\":\"Body\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-125y54k\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xk3ioe\",\"data-framer-name\":\"Top Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xtk96p\",\"data-styles-preset\":\"eOtSdnPmc\",children:\"CRAFTING DIGITAL GOODS \"})}),className:\"framer-1slf66b\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nzgdr5\",\"data-framer-name\":\"Name\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-pklkcg-container\",\"data-framer-appear-id\":\"pklkcg\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{variant:\"J7Tza5Dr8\"}},children:/*#__PURE__*/_jsx(ParallaxParallaxMouseEffect,{avpoVK03w:.02,height:\"100%\",id:\"N8yvk9_3p\",layoutId:\"N8yvk9_3p\",variant:\"y5g3lNCp9\",width:\"100%\",yuShZIDOX:addImageAlt({src:\"https://framerusercontent.com/images/8Vgs4w0Ozw8wiVPuIUmN8qZD0Ho.jpg\",srcSet:\"https://framerusercontent.com/images/8Vgs4w0Ozw8wiVPuIUmN8qZD0Ho.jpg?scale-down-to=1024 782w,https://framerusercontent.com/images/8Vgs4w0Ozw8wiVPuIUmN8qZD0Ho.jpg?scale-down-to=2048 1565w,https://framerusercontent.com/images/8Vgs4w0Ozw8wiVPuIUmN8qZD0Ho.jpg 1890w\"},\"\")})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-fjobom\",\"data-styles-preset\":\"b15kavnK2\",children:\"ARSHIA\"})}),className:\"framer-894jux\",effect:textEffect1,fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-fjobom\",\"data-styles-preset\":\"b15kavnK2\",children:\"KAHANI\"})}),className:\"framer-1ay7rzm\",fonts:[\"Inter\"],style:{transformPerspective:1200},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5hbvcn\",\"data-framer-name\":\"Icon\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:9087727645}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ms2vk0\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\"><path d=\"M 22.75 48 C 20.903 37.41 10.483 27.457 0 25.25 L 0 22.625 C 10.549 20.105 20.686 10.941 22.75 0 L 25.375 0 C 27.169 10.66 37.542 20.343 48 22.625 L 48 25.25 C 37.735 27.377 27.106 37.364 25.375 48 Z\" fill=\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:9931172714,withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wlatb0\",\"data-framer-name\":\"Bottom Text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4jx4io\",\"data-styles-preset\":\"JbPvkoGVY\",style:{\"--framer-text-alignment\":\"center\"},children:\"I\u2019m Arshia Kahani \u2014 a student passionate for artificial intelligence and creating digital experiences and solutions.\"})}),className:\"framer-knapid\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11q4xfy\",\"data-framer-name\":\"Scroll Down\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-expajc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sc3myo\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ddg3de\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xtk96p\",\"data-styles-preset\":\"eOtSdnPmc\",children:\"SCROLL\"})}),className:\"framer-r2xb39\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i531f4\",\"data-framer-name\":\"About\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vqF2xYCzY\"},implicitPathVariables:undefined},{href:{webPageId:\"vqF2xYCzY\"},implicitPathVariables:undefined},{href:{webPageId:\"vqF2xYCzY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-iltu88-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"U3FD6ioAa\",layoutId:\"U3FD6ioAa\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks[0],Yqvter55D:false,ZwquQqYIN:\"ABOUT\"})})})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9d1xnt\",\"data-framer-name\":\"Section Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-a20e0t\",\"data-framer-name\":\"Left Part\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-544e1v\",\"data-styles-preset\":\"LcnP3gp7F\",children:\"My passion lies in the intersection of business and technology, thriving to make authority in the fields of my interest.\"})}),className:\"framer-1rj0crf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t1i0u\",\"data-framer-name\":\"Right Part\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:\"As a scholar at Comenius University, I'm developing my skills in business and managerial economics, all while indulging my interest in SaaS initiatives. At present, I am a valued member of the FlowHunt marketing team, dedicating my efforts to improving workflow efficiency and effective communication. I am motivated by a desire to learn and innovate, and I am excited to continue to evolve in the SaaS industry and engage in pioneering projects.\"})}),className:\"framer-108s69f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ob61tj\",\"data-framer-name\":\"Card Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132,width:`max(min(${componentViewport?.width||\"100vw\"}, 928px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vcn39-container\",children:/*#__PURE__*/_jsx(ContentCardHolder,{E2F2lGs4X:\"Working on marketing and AI\",height:\"100%\",id:\"HPT40pPYY\",layoutId:\"HPT40pPYY\",mk4h7HbZ1:\"50%\",rkIAS_4pG:\"50%\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132,width:`max(min(${componentViewport?.width||\"100vw\"}, 928px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aufmox-container\",children:/*#__PURE__*/_jsx(ContentCardHolder,{E2F2lGs4X:\"Studying Management and Economics\",height:\"100%\",id:\"mmWu2fbg0\",layoutId:\"mmWu2fbg0\",mk4h7HbZ1:\"36%\",rkIAS_4pG:\"Student\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132,width:`max(min(${componentViewport?.width||\"100vw\"}, 928px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uiij1n-container\",children:/*#__PURE__*/_jsx(ContentCardHolder,{E2F2lGs4X:\"My passion for photography and cinematography\",height:\"100%\",id:\"DOv3n8khw\",layoutId:\"DOv3n8khw\",mk4h7HbZ1:\"14%\",rkIAS_4pG:\"Photography\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ipfhx5\",\"data-framer-name\":\"Experience\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qX_TQOtQW\"},implicitPathVariables:undefined},{href:{webPageId:\"qX_TQOtQW\"},implicitPathVariables:undefined},{href:{webPageId:\"qX_TQOtQW\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12of7p0-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks1[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"t75KmYtI0\",layoutId:\"t75KmYtI0\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks1[0],Yqvter55D:false,ZwquQqYIN:\"EXPERIENCE\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iqskzh\",\"data-framer-name\":\"Section Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-158mu46\",\"data-framer-name\":\"Content Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max(min(${componentViewport?.width||\"100vw\"}, 730px), 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:145,width:`max(min(${componentViewport?.width||\"100vw\"}, 928px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-430f5v-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(ContentChronologyInfo,{CGC5O66mM:\"FlowHunt \\xb7 Part-time\",fsMr8gHWb:\"Flow Engineer/Marketing \",height:\"100%\",id:\"eUrPHl2Lw\",layoutId:\"eUrPHl2Lw\",qxfJhJOko:\"At FlowHunt, I contribute across multiple domains, combining creativity with technical expertise to drive impactful results:  AI Flow Engineering: Designing and optimizing AI-driven workflows to enhance user experiences and streamline operations. Marketing Strategy: Crafting data-driven campaigns to improve brand visibility and engagement. Social Media Management: Managing content strategies across platforms to connect with diverse audiences and build community. Video Creation: Producing engaging video content that conveys key messages and supports marketing initiatives. This role allows me to merge my passion for technology, creativity, and collaboration while making a measurable impact in the SaaS landscape.\",style:{width:\"100%\"},uYnbN6kSS:\"Jul 2024 - Present\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1en2wtg hidden-10pol70\",\"data-framer-name\":\"Separator\",style:{transformPerspective:1200}})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-snqwmn\",\"data-framer-name\":\"Numbers\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k04cv4\",\"data-framer-name\":\"Numbers Holder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 24px) / 2, 1px)`},ROr8g_Kfx:{width:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 24px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4vsnut-container\",children:/*#__PURE__*/_jsx(ContentNumbers,{AU80N9REc:\"Automated workflows\",height:\"100%\",hlLheul4g:\"300+\",id:\"P06pa465e\",layoutId:\"P06pa465e\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o1o066\",\"data-border\":true,\"data-framer-name\":\"Numbers Holder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max(max((min(${componentViewport?.width||\"100vw\"}, 730px) - 24px) / 2, 1px) - 32px, 1px)`},ROr8g_Kfx:{width:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 928px) - 24px) / 2, 1px) - 32px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a3xsqz-container\",children:/*#__PURE__*/_jsx(ContentNumbers,{AU80N9REc:\"videos created\",height:\"100%\",hlLheul4g:\"150+\",id:\"k6Qua6tE9\",layoutId:\"k6Qua6tE9\",style:{width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4zhl88\",\"data-framer-name\":\"Scrolling Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z9toks\",\"data-framer-name\":\"Scrolling Text Holder 1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-p84b32\",\"data-framer-name\":\"Scrolling Text\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tqo10f-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:32,overflow:false},gap:22,height:\"100%\",hoverFactor:1,id:\"pC7kVriFA\",layoutId:\"pC7kVriFA\",padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14bpu2f\",\"data-framer-name\":\"Scrolling Text 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"ARTIFICIAL INTELLIGENCE\"})}),className:\"framer-d5imgw\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r43cgb\",\"data-framer-name\":\"Scrolling Text 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"PHOTOGRAPHY\"})}),className:\"framer-117cs3s\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17i2vn4\",\"data-framer-name\":\"Scrolling Text 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"MARKETING\"})}),className:\"framer-mpduys\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m9ltee\",\"data-framer-name\":\"Scrolling Text 4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"MANAGEMENT\"})}),className:\"framer-yv0ewj\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i14g39\",\"data-framer-name\":\"Scrolling Text Holder 2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2vbxzj\",\"data-framer-name\":\"Scrolling Text\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16a2ziu-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:32,overflow:false},gap:22,height:\"100%\",hoverFactor:1,id:\"Lf0StZoak\",layoutId:\"Lf0StZoak\",padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14bpu2f\",\"data-framer-name\":\"Scrolling Text 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"ARTIFICIAL INTELLIGENCE\"})}),className:\"framer-d5imgw\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r43cgb\",\"data-framer-name\":\"Scrolling Text 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"PHOTOGRAPHY\"})}),className:\"framer-117cs3s\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17i2vn4\",\"data-framer-name\":\"Scrolling Text 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"MARKETING\"})}),className:\"framer-mpduys\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m9ltee\",\"data-framer-name\":\"Scrolling Text 4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"MANAGEMENT\"})}),className:\"framer-yv0ewj\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18jo363\",\"data-framer-name\":\"Education\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gJ7BebNi5\"},implicitPathVariables:undefined},{href:{webPageId:\"gJ7BebNi5\"},implicitPathVariables:undefined},{href:{webPageId:\"gJ7BebNi5\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-y1nkvu-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks2[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"Nv9PP_cEw\",layoutId:\"Nv9PP_cEw\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks2[0],Yqvter55D:false,ZwquQqYIN:\"EDUCATION\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wm5qg9\",\"data-framer-name\":\"Section Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jmip2d\",\"data-framer-name\":\"Content Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:145,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d7rf0r-container\",children:/*#__PURE__*/_jsx(ContentChronologyInfo,{CGC5O66mM:\"Comenius University\",fsMr8gHWb:\"Bachelors of Management and Economics\",height:\"100%\",id:\"eMwWY4fT4\",layoutId:\"eMwWY4fT4\",qxfJhJOko:\"Laying Foundations of Marketing and management. With focus on Computer Science\",style:{width:\"100%\"},uYnbN6kSS:\"2024 \u2014 2027\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-az29sx hidden-10pol70\",\"data-framer-name\":\"Separator\",style:{transformPerspective:1200}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y6h3n2\",\"data-framer-name\":\"Content Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:145,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y3v6wg-container\",children:/*#__PURE__*/_jsx(ContentChronologyInfo,{CGC5O66mM:\"FoxCroft Academy\",fsMr8gHWb:\"High School Diploma\",height:\"100%\",id:\"CVYxWNByM\",layoutId:\"CVYxWNByM\",qxfJhJOko:\"Gained a solid foundation in Relations and english. \",style:{width:\"100%\"},uYnbN6kSS:\"\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y33yyj hidden-10pol70\",\"data-framer-name\":\"Separator\",style:{transformPerspective:1200}})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yfvi0b\",\"data-framer-name\":\"Writing\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"An3RuxU5p\"},implicitPathVariables:undefined},{href:{webPageId:\"An3RuxU5p\"},implicitPathVariables:undefined},{href:{webPageId:\"An3RuxU5p\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nukqi7-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks3[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"YB499gXE6\",layoutId:\"YB499gXE6\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks3[0],Yqvter55D:false,ZwquQqYIN:\"WRITING\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m6100s\",\"data-framer-name\":\"Section Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u8qr0h-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{variant:\"u_Rld7Au9\"},ROr8g_Kfx:{variant:\"IrjtmNVS5\"}},children:/*#__PURE__*/_jsx(ContentPost,{height:\"100%\",id:\"QrrfVjxtE\",layoutId:\"QrrfVjxtE\",NMFznNZwl:\"https://www.flowhunt.io/blog/ai-ocr/\",q2ZNC7qR6:\"AI\",RFQLwRvmS:\"AI OCR Invoice Data Extraction\",style:{width:\"100%\"},variant:\"nCPP_GPl6\",width:\"100%\",YiwsY8_IV:\"November 11, 2024\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vvytcs-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{variant:\"u_Rld7Au9\"},ROr8g_Kfx:{variant:\"IrjtmNVS5\"}},children:/*#__PURE__*/_jsx(ContentPost,{height:\"100%\",id:\"ReKTh68JW\",layoutId:\"ReKTh68JW\",NMFznNZwl:\"https://www.flowhunt.io/blog/why-sales-meeting-preparation-is-crucial-how-to-build-an-ai-workflow-for-success/\",q2ZNC7qR6:\"AI\",RFQLwRvmS:\"AI meeting prep\",style:{width:\"100%\"},variant:\"nCPP_GPl6\",width:\"100%\",YiwsY8_IV:\"October 16, 2024\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-97ngb-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{variant:\"u_Rld7Au9\"},ROr8g_Kfx:{variant:\"IrjtmNVS5\"}},children:/*#__PURE__*/_jsx(ContentPost,{height:\"100%\",id:\"CRAgJCC7h\",layoutId:\"CRAgJCC7h\",NMFznNZwl:\"https://www.flowhunt.io/blog/how-to-use-schedules-to-index-your-domain-and-reduce-ai-hallucinations/\",q2ZNC7qR6:\"AI\",RFQLwRvmS:\"Reduce AI Hallucinations\",style:{width:\"100%\"},variant:\"nCPP_GPl6\",width:\"100%\",YiwsY8_IV:\"August 14, 2024\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d2an3q-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{variant:\"u_Rld7Au9\"},ROr8g_Kfx:{variant:\"IrjtmNVS5\"}},children:/*#__PURE__*/_jsx(ContentPost,{height:\"100%\",id:\"Avjw6bEdJ\",layoutId:\"Avjw6bEdJ\",NMFznNZwl:\"https://www.flowhunt.io/blog/answer-medical-questions-a-complete-guide-to-creating-a-medical-chatbot-with-an-ai-agent/\",q2ZNC7qR6:\"AI\",RFQLwRvmS:\"Medical Chatbot\",style:{width:\"100%\"},variant:\"nCPP_GPl6\",width:\"100%\",YiwsY8_IV:\"August 9, 2024\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xuu2v6\",\"data-framer-name\":\"Contact\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TMTEjEGbP\"},implicitPathVariables:undefined},{href:{webPageId:\"TMTEjEGbP\"},implicitPathVariables:undefined},{href:{webPageId:\"TMTEjEGbP\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-z5ucmq-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks4[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"kqTq9erLd\",layoutId:\"kqTq9erLd\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks4[0],Yqvter55D:false,ZwquQqYIN:\"CONTACT\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a3mywj\",\"data-framer-name\":\"Section Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5y54u1\",\"data-framer-name\":\"Content Left\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xbr4rn\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-544e1v\",\"data-styles-preset\":\"LcnP3gp7F\",style:{\"--framer-text-color\":\"var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, rgb(240, 240, 240))\"},children:\"Looking to start a project or you need consultation? Feel free to contact me.\"})}),className:\"framer-1c2sqfg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-108b75c\",\"data-framer-name\":\"Middle Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:\"Bratislava BA, SK\"})}),className:\"framer-iwuppj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:Arshiakahani@gmail.com\",nodeId:\"kLLMIjcIb\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"Arshiakahani@gmail.com\"})})})}),className:\"framer-15kz8cx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/ArshiaKN\",nodeId:\"wkWDITv_V\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"https://x.com/ArshiaKN\"})})})}),className:\"framer-v4drmz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d8csnx\",\"data-framer-name\":\"Content Right\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/68630337-3ab7-49c3-a016-eb6cfd81862e/submit\",className:\"framer-6qqq7\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-blcxq1\",children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-13gcqj2\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-jxfeiu\",inputName:\"Name\",placeholder:\"Jane Smith\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1x0mri\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1kxn23t\",inputName:\"Email\",placeholder:\"jane@framer.com\",required:true,type:\"email\"})})]}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1lt6xwu\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-11tgvmv\",inputName:\"Message\",placeholder:\"Message...\",required:true,type:\"textarea\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17pbhu0-container\",children:/*#__PURE__*/_jsx(ButtonsButton,{height:\"100%\",id:\"IhvnsXCMe\",layoutId:\"IhvnsXCMe\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"toDNdNdy8\",success:\"a_mBus56q\"},\"whZ2lHBu6\"),width:\"100%\"})})})})]})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18yb7ts\",\"data-border\":true,\"data-framer-name\":\"Menu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ceysy\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bm7jzp\",\"data-border\":true,children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/4rshiakn/\",nodeId:\"QMVvrRicT\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-fuu1dm framer-lux5qc\",\"data-framer-name\":\"Icon\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1012z\"></path><clipPath id=\"a1013z\"><use xlink:href=\"#a1012z\"></use></clipPath></defs><use xlink:href=\"#a1012z\" fill=\"#333\" clip-path=\"url(#a1013z)\" stroke-width=\"2\" stroke=\"#444\"></use></g></svg>',svgContentId:12342470737,withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:384,intrinsicWidth:384,pixelHeight:480,pixelWidth:480,src:\"https://framerusercontent.com/images/zL2WrFHbRDbd8GAw9HuOfe81Fs.png\"},className:\"framer-122yags\",\"data-framer-name\":\"Icons8-instagram-480\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x1leem\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/4rshiakn/\",nodeId:\"x31R0nYLD\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"Instagram\"})})})}),className:\"framer-n2rbr8\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nvq71w\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1naqpxl\",\"data-border\":true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-wbr345\",\"data-framer-name\":\"Icon\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a1014z\"></path><clipPath id=\"a1015z\"><use xlink:href=\"#a1014z\"></use></clipPath></defs><use xlink:href=\"#a1014z\" fill=\"#333\" clip-path=\"url(#a1015z)\" stroke-width=\"2\" stroke=\"#444\"></use></g></svg>',svgContentId:8718603868,withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:384,intrinsicWidth:384,pixelHeight:480,pixelWidth:480,src:\"https://framerusercontent.com/images/xNbbNKjcGlDJzHQV9XGWS3Sp8.png\"},className:\"framer-uz6zbx\",\"data-framer-name\":\"Icons8-linkedin-480\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15de7qr\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/arshia-kahani-68b725239/\",nodeId:\"LQMrIAs84\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"LinkedIn\"})}),\" \"]})}),className:\"framer-t01oiy\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a5t4q6\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t3jjyc\",\"data-border\":true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:384,intrinsicWidth:384,pixelHeight:480,pixelWidth:480,src:\"https://framerusercontent.com/images/4qLU4RNKz5FSBAZmqDdQqs4Igk.png\"},className:\"framer-1xib6p1\",\"data-framer-name\":\"Icons8-facebook-480\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dr1foo\",\"data-framer-name\":\"Icon\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a1016z\"></path><clipPath id=\"a1017z\"><use xlink:href=\"#a1016z\"></use></clipPath></defs><use xlink:href=\"#a1016z\" fill=\"#333\" clip-path=\"url(#a1017z)\" stroke-width=\"2\" stroke=\"#444\"></use></g></svg>',svgContentId:9003669488,withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mdb1zj\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/arshia.kahani.1\",nodeId:\"O2hy_fMGO\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"FaceBook\"})})})}),className:\"framer-1n8s1mv\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16japsu-container hidden-72rtr7 hidden-14wxtjj\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"rgb(153, 153, 153)\",font:{},height:\"100%\",id:\"J2qbgi3EY\",layoutId:\"J2qbgi3EY\",monthFormat:\"long\",outputType:\"time\",showMinutes:true,showMonth:true,showSeconds:true,showWeekday:true,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-b243fa83-280c-408f-875b-746794890bfe, rgb(18, 18, 18)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qi2iT.framer-lux5qc, .framer-qi2iT .framer-lux5qc { display: block; }\",\".framer-qi2iT.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-qi2iT .framer-e8uqzl { align-content: center; align-items: center; background-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 20px 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-qi2iT .framer-1tnocgr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 928px; }\",\".framer-qi2iT .framer-1pksxpi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 50px; min-width: 40px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qi2iT .framer-2galm7-container { flex: none; height: auto; left: 0px; position: absolute; top: 0px; width: auto; z-index: 10; }\",\".framer-qi2iT .framer-w684t4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; min-width: 100px; overflow: hidden; padding: 0px; position: absolute; text-decoration: none; top: 50%; transform: translate(-50%, -50%); width: min-content; z-index: 10; }\",\".framer-qi2iT .framer-1m4e979-container { flex: none; height: 69px; position: absolute; right: 6px; top: 0px; width: 87px; z-index: 1; }\",\".framer-qi2iT .framer-36b0uz { height: 69px; position: relative; width: 87px; }\",\".framer-qi2iT .framer-317jjr { flex: none; height: 69px; position: relative; width: 87px; }\",\".framer-qi2iT .framer-p1erp2 { 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-qi2iT .framer-f6svdy-container, .framer-qi2iT .framer-1bcguoi-container, .framer-qi2iT .framer-16japsu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qi2iT .framer-1cy35y8 { align-content: center; align-items: center; background-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: sticky; width: 100%; will-change: transform; z-index: 2; }\",\".framer-qi2iT .framer-125y54k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 37px; height: min-content; justify-content: center; max-width: 928px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-xk3ioe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 550px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qi2iT .framer-1slf66b, .framer-qi2iT .framer-r2xb39 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qi2iT .framer-1nzgdr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 535px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-pklkcg-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-qi2iT .framer-894jux { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-qi2iT .framer-1ay7rzm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 73%; transform: translate(-50%, -50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-qi2iT .framer-5hbvcn { 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: 16px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-1ms2vk0 { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-qi2iT .framer-wlatb0 { 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: 24px 0px 24px 0px; position: relative; width: 550px; }\",\".framer-qi2iT .framer-knapid { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qi2iT .framer-11q4xfy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 44px 0px 0px 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-qi2iT .framer-expajc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 3px; }\",\".framer-qi2iT .framer-1sc3myo { background-color: var(--token-fb207780-bde8-4796-bed2-f69a736a0d0e, rgba(240, 240, 240, 0.2)); flex: none; height: 33px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 33px / 2); width: 3px; z-index: 1; }\",\".framer-qi2iT .framer-ddg3de { background-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); flex: none; height: 14px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-qi2iT .framer-i531f4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 928px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-qi2iT .framer-iltu88-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-qi2iT .framer-9d1xnt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-a20e0t { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 120px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-qi2iT .framer-1rj0crf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qi2iT .framer-t1i0u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-108s69f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qi2iT .framer-1ob61tj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-vcn39-container, .framer-qi2iT .framer-aufmox-container, .framer-qi2iT .framer-1uiij1n-container { flex: none; height: auto; position: sticky; top: 120px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-qi2iT .framer-ipfhx5, .framer-qi2iT .framer-18jo363, .framer-qi2iT .framer-1yfvi0b, .framer-qi2iT .framer-xuu2v6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 928px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-qi2iT .framer-12of7p0-container, .framer-qi2iT .framer-y1nkvu-container, .framer-qi2iT .framer-1d7rf0r-container, .framer-qi2iT .framer-y3v6wg-container, .framer-qi2iT .framer-1nukqi7-container, .framer-qi2iT .framer-u8qr0h-container, .framer-qi2iT .framer-1vvytcs-container, .framer-qi2iT .framer-97ngb-container, .framer-qi2iT .framer-1d2an3q-container, .framer-qi2iT .framer-z5ucmq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-qi2iT .framer-iqskzh, .framer-qi2iT .framer-wm5qg9, .framer-qi2iT .framer-a3mywj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-158mu46 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-430f5v-container { flex: none; height: auto; mix-blend-mode: multiply; position: relative; width: 100%; }\",\".framer-qi2iT .framer-1en2wtg, .framer-qi2iT .framer-az29sx, .framer-qi2iT .framer-1y33yyj { background-color: var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-qi2iT .framer-snqwmn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-k04cv4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-4vsnut-container, .framer-qi2iT .framer-a3xsqz-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-qi2iT .framer-1o1o066 { --border-bottom-width: 0px; --border-color: var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 132px; overflow: hidden; padding: 0px 0px 0px 32px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-4zhl88 { 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: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-z9toks, .framer-qi2iT .framer-1i14g39 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-qi2iT .framer-p84b32, .framer-qi2iT .framer-2vbxzj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-tqo10f-container, .framer-qi2iT .framer-16a2ziu-container { flex: none; height: 140px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-14bpu2f, .framer-qi2iT .framer-1s099ub, .framer-qi2iT .framer-1r43cgb, .framer-qi2iT .framer-17i2vn4, .framer-qi2iT .framer-1m9ltee { 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: 0px; position: relative; width: min-content; }\",\".framer-qi2iT .framer-d5imgw, .framer-qi2iT .framer-117cs3s, .framer-qi2iT .framer-mpduys, .framer-qi2iT .framer-yv0ewj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qi2iT .framer-15jdplx { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-qi2iT .framer-jmip2d { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-1y6h3n2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 134px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-m6100s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-5y54u1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-xbr4rn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-1c2sqfg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qi2iT .framer-108b75c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-iwuppj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qi2iT .framer-15kz8cx, .framer-qi2iT .framer-v4drmz { flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qi2iT .framer-1d8csnx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-6qqq7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-blcxq1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-13gcqj2, .framer-qi2iT .framer-1x0mri { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-qi2iT .framer-jxfeiu, .framer-qi2iT .framer-1kxn23t { --framer-input-background: var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)); --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-input-font-family: \"DM Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 110%; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)); flex: none; height: 40px; position: relative; width: 100%; }',\".framer-qi2iT .framer-1lt6xwu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-qi2iT .framer-11tgvmv { --framer-input-background: var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)); --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-input-font-family: \"DM Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 170%; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 150px; position: relative; width: 100%; }',\".framer-qi2iT .framer-17pbhu0-container { flex: none; height: 55px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-18yb7ts { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #111111; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; padding: 20px; position: relative; width: 717px; }\",\".framer-qi2iT .framer-ceysy, .framer-qi2iT .framer-nvq71w, .framer-qi2iT .framer-a5t4q6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qi2iT .framer-1bm7jzp, .framer-qi2iT .framer-1naqpxl, .framer-qi2iT .framer-t3jjyc { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qi2iT .framer-fuu1dm { flex: none; height: 20px; position: relative; text-decoration: none; width: 20px; }\",\".framer-qi2iT .framer-122yags { aspect-ratio: 1 / 1; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; border-top-left-radius: 1px; border-top-right-radius: 1px; bottom: -2px; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: 0px; overflow: visible; position: absolute; right: -2px; z-index: 1; }\",\".framer-qi2iT .framer-x1leem, .framer-qi2iT .framer-15de7qr, .framer-qi2iT .framer-mdb1zj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qi2iT .framer-n2rbr8, .framer-qi2iT .framer-t01oiy, .framer-qi2iT .framer-1n8s1mv { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-qi2iT .framer-wbr345, .framer-qi2iT .framer-1dr1foo { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-qi2iT .framer-uz6zbx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); left: 0px; overflow: visible; position: absolute; right: -1px; top: -1px; z-index: 1; }\",\".framer-qi2iT .framer-1xib6p1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); left: -2px; overflow: visible; position: absolute; right: -1px; top: -2px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qi2iT.framer-72rtr7, .framer-qi2iT .framer-e8uqzl, .framer-qi2iT .framer-1pksxpi, .framer-qi2iT .framer-w684t4, .framer-qi2iT .framer-p1erp2, .framer-qi2iT .framer-1cy35y8, .framer-qi2iT .framer-125y54k, .framer-qi2iT .framer-xk3ioe, .framer-qi2iT .framer-1nzgdr5, .framer-qi2iT .framer-5hbvcn, .framer-qi2iT .framer-wlatb0, .framer-qi2iT .framer-11q4xfy, .framer-qi2iT .framer-expajc, .framer-qi2iT .framer-i531f4, .framer-qi2iT .framer-9d1xnt, .framer-qi2iT .framer-a20e0t, .framer-qi2iT .framer-t1i0u, .framer-qi2iT .framer-1ob61tj, .framer-qi2iT .framer-ipfhx5, .framer-qi2iT .framer-iqskzh, .framer-qi2iT .framer-158mu46, .framer-qi2iT .framer-k04cv4, .framer-qi2iT .framer-1o1o066, .framer-qi2iT .framer-4zhl88, .framer-qi2iT .framer-z9toks, .framer-qi2iT .framer-p84b32, .framer-qi2iT .framer-14bpu2f, .framer-qi2iT .framer-1s099ub, .framer-qi2iT .framer-1r43cgb, .framer-qi2iT .framer-17i2vn4, .framer-qi2iT .framer-1m9ltee, .framer-qi2iT .framer-1i14g39, .framer-qi2iT .framer-2vbxzj, .framer-qi2iT .framer-18jo363, .framer-qi2iT .framer-wm5qg9, .framer-qi2iT .framer-jmip2d, .framer-qi2iT .framer-1y6h3n2, .framer-qi2iT .framer-1yfvi0b, .framer-qi2iT .framer-m6100s, .framer-qi2iT .framer-xuu2v6, .framer-qi2iT .framer-a3mywj, .framer-qi2iT .framer-5y54u1, .framer-qi2iT .framer-xbr4rn, .framer-qi2iT .framer-108b75c, .framer-qi2iT .framer-1d8csnx, .framer-qi2iT .framer-6qqq7, .framer-qi2iT .framer-blcxq1, .framer-qi2iT .framer-13gcqj2, .framer-qi2iT .framer-1x0mri, .framer-qi2iT .framer-1lt6xwu, .framer-qi2iT .framer-18yb7ts, .framer-qi2iT .framer-ceysy, .framer-qi2iT .framer-1bm7jzp, .framer-qi2iT .framer-x1leem, .framer-qi2iT .framer-nvq71w, .framer-qi2iT .framer-1naqpxl, .framer-qi2iT .framer-15de7qr, .framer-qi2iT .framer-a5t4q6, .framer-qi2iT .framer-t3jjyc, .framer-qi2iT .framer-mdb1zj { gap: 0px; } .framer-qi2iT.framer-72rtr7 > *, .framer-qi2iT .framer-4zhl88 > *, .framer-qi2iT .framer-108b75c > *, .framer-qi2iT .framer-x1leem > *, .framer-qi2iT .framer-15de7qr > *, .framer-qi2iT .framer-mdb1zj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qi2iT.framer-72rtr7 > :first-child, .framer-qi2iT .framer-1cy35y8 > :first-child, .framer-qi2iT .framer-125y54k > :first-child, .framer-qi2iT .framer-xk3ioe > :first-child, .framer-qi2iT .framer-1nzgdr5 > :first-child, .framer-qi2iT .framer-11q4xfy > :first-child, .framer-qi2iT .framer-expajc > :first-child, .framer-qi2iT .framer-i531f4 > :first-child, .framer-qi2iT .framer-a20e0t > :first-child, .framer-qi2iT .framer-t1i0u > :first-child, .framer-qi2iT .framer-1ob61tj > :first-child, .framer-qi2iT .framer-ipfhx5 > :first-child, .framer-qi2iT .framer-158mu46 > :first-child, .framer-qi2iT .framer-4zhl88 > :first-child, .framer-qi2iT .framer-14bpu2f > :first-child, .framer-qi2iT .framer-1s099ub > :first-child, .framer-qi2iT .framer-1r43cgb > :first-child, .framer-qi2iT .framer-17i2vn4 > :first-child, .framer-qi2iT .framer-1m9ltee > :first-child, .framer-qi2iT .framer-18jo363 > :first-child, .framer-qi2iT .framer-jmip2d > :first-child, .framer-qi2iT .framer-1y6h3n2 > :first-child, .framer-qi2iT .framer-1yfvi0b > :first-child, .framer-qi2iT .framer-m6100s > :first-child, .framer-qi2iT .framer-xuu2v6 > :first-child, .framer-qi2iT .framer-5y54u1 > :first-child, .framer-qi2iT .framer-xbr4rn > :first-child, .framer-qi2iT .framer-108b75c > :first-child, .framer-qi2iT .framer-1d8csnx > :first-child, .framer-qi2iT .framer-6qqq7 > :first-child, .framer-qi2iT .framer-13gcqj2 > :first-child, .framer-qi2iT .framer-1x0mri > :first-child, .framer-qi2iT .framer-1lt6xwu > :first-child, .framer-qi2iT .framer-18yb7ts > :first-child, .framer-qi2iT .framer-1bm7jzp > :first-child, .framer-qi2iT .framer-x1leem > :first-child, .framer-qi2iT .framer-1naqpxl > :first-child, .framer-qi2iT .framer-15de7qr > :first-child, .framer-qi2iT .framer-t3jjyc > :first-child, .framer-qi2iT .framer-mdb1zj > :first-child { margin-top: 0px; } .framer-qi2iT.framer-72rtr7 > :last-child, .framer-qi2iT .framer-1cy35y8 > :last-child, .framer-qi2iT .framer-125y54k > :last-child, .framer-qi2iT .framer-xk3ioe > :last-child, .framer-qi2iT .framer-1nzgdr5 > :last-child, .framer-qi2iT .framer-11q4xfy > :last-child, .framer-qi2iT .framer-expajc > :last-child, .framer-qi2iT .framer-i531f4 > :last-child, .framer-qi2iT .framer-a20e0t > :last-child, .framer-qi2iT .framer-t1i0u > :last-child, .framer-qi2iT .framer-1ob61tj > :last-child, .framer-qi2iT .framer-ipfhx5 > :last-child, .framer-qi2iT .framer-158mu46 > :last-child, .framer-qi2iT .framer-4zhl88 > :last-child, .framer-qi2iT .framer-14bpu2f > :last-child, .framer-qi2iT .framer-1s099ub > :last-child, .framer-qi2iT .framer-1r43cgb > :last-child, .framer-qi2iT .framer-17i2vn4 > :last-child, .framer-qi2iT .framer-1m9ltee > :last-child, .framer-qi2iT .framer-18jo363 > :last-child, .framer-qi2iT .framer-jmip2d > :last-child, .framer-qi2iT .framer-1y6h3n2 > :last-child, .framer-qi2iT .framer-1yfvi0b > :last-child, .framer-qi2iT .framer-m6100s > :last-child, .framer-qi2iT .framer-xuu2v6 > :last-child, .framer-qi2iT .framer-5y54u1 > :last-child, .framer-qi2iT .framer-xbr4rn > :last-child, .framer-qi2iT .framer-108b75c > :last-child, .framer-qi2iT .framer-1d8csnx > :last-child, .framer-qi2iT .framer-6qqq7 > :last-child, .framer-qi2iT .framer-13gcqj2 > :last-child, .framer-qi2iT .framer-1x0mri > :last-child, .framer-qi2iT .framer-1lt6xwu > :last-child, .framer-qi2iT .framer-18yb7ts > :last-child, .framer-qi2iT .framer-1bm7jzp > :last-child, .framer-qi2iT .framer-x1leem > :last-child, .framer-qi2iT .framer-1naqpxl > :last-child, .framer-qi2iT .framer-15de7qr > :last-child, .framer-qi2iT .framer-t3jjyc > :last-child, .framer-qi2iT .framer-mdb1zj > :last-child { margin-bottom: 0px; } .framer-qi2iT .framer-e8uqzl > *, .framer-qi2iT .framer-1pksxpi > *, .framer-qi2iT .framer-5hbvcn > *, .framer-qi2iT .framer-wlatb0 > *, .framer-qi2iT .framer-9d1xnt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qi2iT .framer-e8uqzl > :first-child, .framer-qi2iT .framer-1pksxpi > :first-child, .framer-qi2iT .framer-w684t4 > :first-child, .framer-qi2iT .framer-p1erp2 > :first-child, .framer-qi2iT .framer-5hbvcn > :first-child, .framer-qi2iT .framer-wlatb0 > :first-child, .framer-qi2iT .framer-9d1xnt > :first-child, .framer-qi2iT .framer-iqskzh > :first-child, .framer-qi2iT .framer-k04cv4 > :first-child, .framer-qi2iT .framer-1o1o066 > :first-child, .framer-qi2iT .framer-z9toks > :first-child, .framer-qi2iT .framer-p84b32 > :first-child, .framer-qi2iT .framer-1i14g39 > :first-child, .framer-qi2iT .framer-2vbxzj > :first-child, .framer-qi2iT .framer-wm5qg9 > :first-child, .framer-qi2iT .framer-a3mywj > :first-child, .framer-qi2iT .framer-blcxq1 > :first-child, .framer-qi2iT .framer-ceysy > :first-child, .framer-qi2iT .framer-nvq71w > :first-child, .framer-qi2iT .framer-a5t4q6 > :first-child { margin-left: 0px; } .framer-qi2iT .framer-e8uqzl > :last-child, .framer-qi2iT .framer-1pksxpi > :last-child, .framer-qi2iT .framer-w684t4 > :last-child, .framer-qi2iT .framer-p1erp2 > :last-child, .framer-qi2iT .framer-5hbvcn > :last-child, .framer-qi2iT .framer-wlatb0 > :last-child, .framer-qi2iT .framer-9d1xnt > :last-child, .framer-qi2iT .framer-iqskzh > :last-child, .framer-qi2iT .framer-k04cv4 > :last-child, .framer-qi2iT .framer-1o1o066 > :last-child, .framer-qi2iT .framer-z9toks > :last-child, .framer-qi2iT .framer-p84b32 > :last-child, .framer-qi2iT .framer-1i14g39 > :last-child, .framer-qi2iT .framer-2vbxzj > :last-child, .framer-qi2iT .framer-wm5qg9 > :last-child, .framer-qi2iT .framer-a3mywj > :last-child, .framer-qi2iT .framer-blcxq1 > :last-child, .framer-qi2iT .framer-ceysy > :last-child, .framer-qi2iT .framer-nvq71w > :last-child, .framer-qi2iT .framer-a5t4q6 > :last-child { margin-right: 0px; } .framer-qi2iT .framer-w684t4 > *, .framer-qi2iT .framer-p1erp2 > *, .framer-qi2iT .framer-k04cv4 > *, .framer-qi2iT .framer-1o1o066 > *, .framer-qi2iT .framer-z9toks > *, .framer-qi2iT .framer-1i14g39 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qi2iT .framer-1cy35y8 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-qi2iT .framer-125y54k > * { margin: 0px; margin-bottom: calc(37px / 2); margin-top: calc(37px / 2); } .framer-qi2iT .framer-xk3ioe > *, .framer-qi2iT .framer-6qqq7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-qi2iT .framer-1nzgdr5 > *, .framer-qi2iT .framer-11q4xfy > *, .framer-qi2iT .framer-expajc > *, .framer-qi2iT .framer-a20e0t > *, .framer-qi2iT .framer-14bpu2f > *, .framer-qi2iT .framer-1s099ub > *, .framer-qi2iT .framer-1r43cgb > *, .framer-qi2iT .framer-17i2vn4 > *, .framer-qi2iT .framer-1m9ltee > *, .framer-qi2iT .framer-13gcqj2 > *, .framer-qi2iT .framer-1x0mri > *, .framer-qi2iT .framer-1lt6xwu > *, .framer-qi2iT .framer-1bm7jzp > *, .framer-qi2iT .framer-1naqpxl > *, .framer-qi2iT .framer-t3jjyc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qi2iT .framer-i531f4 > *, .framer-qi2iT .framer-ipfhx5 > *, .framer-qi2iT .framer-18jo363 > *, .framer-qi2iT .framer-1yfvi0b > *, .framer-qi2iT .framer-xuu2v6 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-qi2iT .framer-t1i0u > *, .framer-qi2iT .framer-1ob61tj > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-qi2iT .framer-iqskzh > *, .framer-qi2iT .framer-wm5qg9 > *, .framer-qi2iT .framer-a3mywj > * { margin: 0px; margin-left: calc(68px / 2); margin-right: calc(68px / 2); } .framer-qi2iT .framer-158mu46 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-qi2iT .framer-p84b32 > *, .framer-qi2iT .framer-2vbxzj > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } .framer-qi2iT .framer-jmip2d > * { margin: 0px; margin-bottom: calc(75px / 2); margin-top: calc(75px / 2); } .framer-qi2iT .framer-1y6h3n2 > * { margin: 0px; margin-bottom: calc(134px / 2); margin-top: calc(134px / 2); } .framer-qi2iT .framer-m6100s > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-qi2iT .framer-5y54u1 > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-qi2iT .framer-xbr4rn > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-qi2iT .framer-1d8csnx > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-qi2iT .framer-blcxq1 > *, .framer-qi2iT .framer-ceysy > *, .framer-qi2iT .framer-nvq71w > *, .framer-qi2iT .framer-a5t4q6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-qi2iT .framer-18yb7ts > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-qi2iT[data-border=\"true\"]::after, .framer-qi2iT [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-qi2iT.framer-72rtr7 { width: 810px; } .framer-qi2iT .framer-1tnocgr { width: 730px; } .framer-qi2iT .framer-i531f4, .framer-qi2iT .framer-ipfhx5, .framer-qi2iT .framer-18jo363, .framer-qi2iT .framer-1yfvi0b, .framer-qi2iT .framer-xuu2v6 { max-width: 730px; } .framer-qi2iT .framer-9d1xnt, .framer-qi2iT .framer-iqskzh, .framer-qi2iT .framer-wm5qg9, .framer-qi2iT .framer-a3mywj { gap: 56px; } .framer-qi2iT .framer-1ob61tj { gap: 19px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qi2iT .framer-9d1xnt, .framer-qi2iT .framer-1ob61tj, .framer-qi2iT .framer-iqskzh, .framer-qi2iT .framer-wm5qg9, .framer-qi2iT .framer-a3mywj { gap: 0px; } .framer-qi2iT .framer-9d1xnt > *, .framer-qi2iT .framer-iqskzh > *, .framer-qi2iT .framer-wm5qg9 > *, .framer-qi2iT .framer-a3mywj > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-qi2iT .framer-9d1xnt > :first-child, .framer-qi2iT .framer-iqskzh > :first-child, .framer-qi2iT .framer-wm5qg9 > :first-child, .framer-qi2iT .framer-a3mywj > :first-child { margin-left: 0px; } .framer-qi2iT .framer-9d1xnt > :last-child, .framer-qi2iT .framer-iqskzh > :last-child, .framer-qi2iT .framer-wm5qg9 > :last-child, .framer-qi2iT .framer-a3mywj > :last-child { margin-right: 0px; } .framer-qi2iT .framer-1ob61tj > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-qi2iT .framer-1ob61tj > :first-child { margin-top: 0px; } .framer-qi2iT .framer-1ob61tj > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-qi2iT.framer-72rtr7 { padding: 0px; width: 390px; } .framer-qi2iT .framer-e8uqzl { flex-direction: column; } .framer-qi2iT .framer-1tnocgr { width: 90%; } .framer-qi2iT .framer-1m4e979-container { aspect-ratio: 1.2608695652173914 / 1; height: var(--framer-aspect-ratio-supported, 69px); } .framer-qi2iT .framer-1cy35y8 { gap: 80px; padding: 36px 0px 36px 0px; position: relative; } .framer-qi2iT .framer-1nzgdr5 { height: 250px; } .framer-qi2iT .framer-pklkcg-container { left: 50%; order: 0; position: absolute; top: 55px; transform: translateX(-50%); } .framer-qi2iT .framer-894jux { order: 1; } .framer-qi2iT .framer-1ay7rzm { order: 2; top: 70%; } .framer-qi2iT .framer-1ms2vk0 { height: 32px; width: 32px; } .framer-qi2iT .framer-wlatb0 { padding: 0px; width: 90%; } .framer-qi2iT .framer-11q4xfy { padding: 16px 0px 0px 0px; } .framer-qi2iT .framer-i531f4, .framer-qi2iT .framer-ipfhx5, .framer-qi2iT .framer-18jo363, .framer-qi2iT .framer-1yfvi0b, .framer-qi2iT .framer-xuu2v6 { gap: 40px; max-width: 90%; } .framer-qi2iT .framer-9d1xnt { flex-direction: column; gap: 24px; } .framer-qi2iT .framer-a20e0t { flex: none; position: relative; top: unset; width: 100%; } .framer-qi2iT .framer-t1i0u, .framer-qi2iT .framer-1d8csnx { flex: none; width: 100%; } .framer-qi2iT .framer-1ob61tj { gap: 19px; } .framer-qi2iT .framer-iqskzh, .framer-qi2iT .framer-wm5qg9 { flex-direction: column; gap: 56px; } .framer-qi2iT .framer-158mu46, .framer-qi2iT .framer-jmip2d, .framer-qi2iT .framer-1y6h3n2 { flex: none; gap: 56px; width: 100%; } .framer-qi2iT .framer-snqwmn { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-qi2iT .framer-k04cv4 { flex: none; min-height: 100px; width: 100%; } .framer-qi2iT .framer-1o1o066 { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; flex: none; min-height: 83px; padding: 0px; width: 100%; } .framer-qi2iT .framer-tqo10f-container, .framer-qi2iT .framer-16a2ziu-container { height: 90px; } .framer-qi2iT .framer-m6100s { gap: 80px; } .framer-qi2iT .framer-a3mywj { flex-direction: column; gap: 40px; } .framer-qi2iT .framer-5y54u1 { flex: none; gap: 24px; width: 100%; } .framer-qi2iT .framer-18yb7ts { width: 358px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qi2iT .framer-e8uqzl, .framer-qi2iT .framer-1cy35y8, .framer-qi2iT .framer-i531f4, .framer-qi2iT .framer-9d1xnt, .framer-qi2iT .framer-1ob61tj, .framer-qi2iT .framer-ipfhx5, .framer-qi2iT .framer-iqskzh, .framer-qi2iT .framer-158mu46, .framer-qi2iT .framer-snqwmn, .framer-qi2iT .framer-18jo363, .framer-qi2iT .framer-wm5qg9, .framer-qi2iT .framer-jmip2d, .framer-qi2iT .framer-1y6h3n2, .framer-qi2iT .framer-1yfvi0b, .framer-qi2iT .framer-m6100s, .framer-qi2iT .framer-xuu2v6, .framer-qi2iT .framer-a3mywj, .framer-qi2iT .framer-5y54u1 { gap: 0px; } .framer-qi2iT .framer-e8uqzl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qi2iT .framer-e8uqzl > :first-child, .framer-qi2iT .framer-1cy35y8 > :first-child, .framer-qi2iT .framer-i531f4 > :first-child, .framer-qi2iT .framer-9d1xnt > :first-child, .framer-qi2iT .framer-1ob61tj > :first-child, .framer-qi2iT .framer-ipfhx5 > :first-child, .framer-qi2iT .framer-iqskzh > :first-child, .framer-qi2iT .framer-158mu46 > :first-child, .framer-qi2iT .framer-snqwmn > :first-child, .framer-qi2iT .framer-18jo363 > :first-child, .framer-qi2iT .framer-wm5qg9 > :first-child, .framer-qi2iT .framer-jmip2d > :first-child, .framer-qi2iT .framer-1y6h3n2 > :first-child, .framer-qi2iT .framer-1yfvi0b > :first-child, .framer-qi2iT .framer-m6100s > :first-child, .framer-qi2iT .framer-xuu2v6 > :first-child, .framer-qi2iT .framer-a3mywj > :first-child, .framer-qi2iT .framer-5y54u1 > :first-child { margin-top: 0px; } .framer-qi2iT .framer-e8uqzl > :last-child, .framer-qi2iT .framer-1cy35y8 > :last-child, .framer-qi2iT .framer-i531f4 > :last-child, .framer-qi2iT .framer-9d1xnt > :last-child, .framer-qi2iT .framer-1ob61tj > :last-child, .framer-qi2iT .framer-ipfhx5 > :last-child, .framer-qi2iT .framer-iqskzh > :last-child, .framer-qi2iT .framer-158mu46 > :last-child, .framer-qi2iT .framer-snqwmn > :last-child, .framer-qi2iT .framer-18jo363 > :last-child, .framer-qi2iT .framer-wm5qg9 > :last-child, .framer-qi2iT .framer-jmip2d > :last-child, .framer-qi2iT .framer-1y6h3n2 > :last-child, .framer-qi2iT .framer-1yfvi0b > :last-child, .framer-qi2iT .framer-m6100s > :last-child, .framer-qi2iT .framer-xuu2v6 > :last-child, .framer-qi2iT .framer-a3mywj > :last-child, .framer-qi2iT .framer-5y54u1 > :last-child { margin-bottom: 0px; } .framer-qi2iT .framer-1cy35y8 > *, .framer-qi2iT .framer-m6100s > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-qi2iT .framer-i531f4 > *, .framer-qi2iT .framer-ipfhx5 > *, .framer-qi2iT .framer-18jo363 > *, .framer-qi2iT .framer-1yfvi0b > *, .framer-qi2iT .framer-xuu2v6 > *, .framer-qi2iT .framer-a3mywj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-qi2iT .framer-9d1xnt > *, .framer-qi2iT .framer-snqwmn > *, .framer-qi2iT .framer-5y54u1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qi2iT .framer-1ob61tj > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-qi2iT .framer-iqskzh > *, .framer-qi2iT .framer-158mu46 > *, .framer-qi2iT .framer-wm5qg9 > *, .framer-qi2iT .framer-jmip2d > *, .framer-qi2iT .framer-1y6h3n2 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5151\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"o9zpZovIN\":{\"layout\":[\"fixed\",\"auto\"]},\"ROr8g_Kfx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerLayoutTemplateCompatible true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-qi2iT\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5151,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...NavigationMenuFonts,...AnimatorFonts,...TimeDateFonts,...ThemeSwitchFonts,...ParallaxParallaxMouseEffectFonts,...ContentTitleSeparatorFonts,...ContentCardHolderFonts,...ContentChronologyInfoFonts,...ContentNumbersFonts,...TickerFonts,...ContentPostFonts,...ButtonsButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o9zpZovIN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ROr8g_Kfx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"5151\",\"framerLayoutTemplateCompatible\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ParallaxMouseMovement", "props", "children", "intensity", "x", "useMotionValue", "y", "ue", "handleMouseMove", "event", "clientX", "clientY", "height", "window", "width", "moveX", "moveY", "p", "motion", "addPropertyControls", "ControlType", "ParallaxMouseMovementFonts", "getFonts", "ParallaxMouseMovement", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "intensity", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "yuShZIDOX", "avpoVK03w", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "css", "FrameroDM6koqir", "withCSS", "oDM6koqir_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "description", "height", "id", "info1", "info2", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "fsMr8gHWb", "CGC5O66mM", "uYnbN6kSS", "qxfJhJOko", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "MotionDivWithFX", "cx", "serializationHash", "RichText2", "css", "FramerQZj4XDd1E", "withCSS", "QZj4XDd1E_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "amount", "height", "id", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "hlLheul4g", "AU80N9REc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "RichText2", "css", "FramersOdJ58d6E", "withCSS", "sOdJ58d6E_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "description", "height", "id", "number", "title", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "rkIAS_4pG", "E2F2lGs4X", "mk4h7HbZ1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "css", "FramerzHG1AiCkm", "withCSS", "zHG1AiCkm_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationMenuFonts", "getFonts", "nFR6xeKG9_default", "AnimatorFonts", "Animator", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "TimeDateFonts", "Time", "ThemeSwitchFonts", "ThemeSwitch", "ParallaxParallaxMouseEffectFonts", "oDM6koqir_default", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "ContentTitleSeparatorFonts", "ZDnsAJh4J_default", "ContainerWithFX", "ContentCardHolderFonts", "zHG1AiCkm_default", "ContentChronologyInfoFonts", "QZj4XDd1E_default", "ContentNumbersFonts", "sOdJ58d6E_default", "TickerFonts", "Ticker", "ContentPostFonts", "ZByD8HevD_default", "ButtonsButtonFonts", "zRihCI5lY_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "textEffect", "transition3", "animation3", "animation4", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "animation5", "transition4", "textEffect1", "animation6", "transition5", "animation7", "transformTemplate2", "transition6", "animation8", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "isDisplayed1", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Link", "SVG", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "FormContainer", "formState", "l", "FormPlainTextInput2", "Image2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
