{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/QnwlZ0fZvvDiT63KUe4d/XdbZEqmZFKjC07OzaZJF/BGPqPxXM0.js"],
  "sourcesContent": ["// Generated by Framer (15813d8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import ConnectArrow from\"#framer/local/canvasComponent/BmRFs_6AJ/BmRFs_6AJ.js\";import Button from\"#framer/local/canvasComponent/mZLddJRYk/mZLddJRYk.js\";import DottedTicker from\"#framer/local/canvasComponent/PDjpFWxji/PDjpFWxji.js\";import IconText from\"#framer/local/canvasComponent/pfSTUWWPc/pfSTUWWPc.js\";import ProjectCard from\"#framer/local/canvasComponent/Qe0tSloKL/Qe0tSloKL.js\";import Footer from\"#framer/local/canvasComponent/UHdRXV4dR/UHdRXV4dR.js\";import NavMenu from\"#framer/local/canvasComponent/WxNZXah7I/WxNZXah7I.js\";import*as sharedStyle1 from\"#framer/local/css/JxAkUJv2B/JxAkUJv2B.js\";import*as sharedStyle2 from\"#framer/local/css/KXfzySWyW/KXfzySWyW.js\";import*as sharedStyle from\"#framer/local/css/MuLsaBAMB/MuLsaBAMB.js\";import metadataProvider from\"#framer/local/webPageMetadata/BGPqPxXM0/BGPqPxXM0.js\";const NavMenuFonts=getFonts(NavMenu);const ButtonFonts=getFonts(Button);const DottedTickerFonts=getFonts(DottedTicker);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const IconTextFonts=getFonts(IconText);const MotionDivWithFX=withFX(motion.div);const ProjectCardFonts=getFonts(ProjectCard);const MotionSectionWithFX=withFX(motion.section);const ConnectArrowFonts=getFonts(ConnectArrow);const FooterFonts=getFonts(Footer);const ContainerWithFX=withFX(Container);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={deQpX1vFi:\"(max-width: 809px)\",SPmrXlbBO:\"(min-width: 810px) and (max-width: 1199px)\",yafsTfjcV:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-7DyVh\";const variantClassNames={deQpX1vFi:\"framer-v-1kip121\",SPmrXlbBO:\"framer-v-m7krhs\",yafsTfjcV:\"framer-v-oior2s\"};const transition1={damping:40,delay:0,mass:1,stiffness:400,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:48};const transition2={damping:40,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={damping:40,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:48};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-98};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"yafsTfjcV\",Phone:\"deQpX1vFi\",Tablet:\"SPmrXlbBO\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"yafsTfjcV\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-7DyVh`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-7DyVh`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"deQpX1vFi\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"deQpX1vFi\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"yafsTfjcV\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-oior2s\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16jfv1p\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6yvf3o-container hidden-1kip121\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SPmrXlbBO:{variant:\"VEUqKoS6w\"}},children:/*#__PURE__*/_jsx(NavMenu,{height:\"100%\",id:\"WtSYhTTws\",layoutId:\"WtSYhTTws\",style:{height:\"100%\"},variant:\"p1IsJ4pEc\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1bjjz41\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-x8bwfx\",\"data-framer-name\":\"Hero Section\",name:\"Hero Section\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-l5z3lh\",\"data-framer-appear-id\":\"l5z3lh\",\"data-framer-name\":\"CTA Buttons\",initial:animation1,name:\"CTA Buttons\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zk5hn9\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uvv8duwKf\"},implicitPathVariables:undefined},{href:{webPageId:\"uvv8duwKf\"},implicitPathVariables:undefined},{href:{webPageId:\"uvv8duwKf\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e71ryl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{bHsGJIQTj:resolvedLinks[2]},SPmrXlbBO:{bHsGJIQTj:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:resolvedLinks[0],height:\"100%\",id:\"kdyKgWcWy\",KmYkxmIll:\"ArrowLeft\",layoutId:\"kdyKgWcWy\",ps8DVoFiw:\"Back to Blog\",variant:\"KdsEL5auF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1520imy-container\",children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"zwoDWi1KF\",layoutId:\"zwoDWi1KF\",style:{width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wpu313 hidden-1kip121\"})]}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-1ioh4k9\",\"data-framer-name\":\"Heading + Paragraph\",name:\"Heading + Paragraph\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-16drd9p\",\"data-styles-preset\":\"MuLsaBAMB\",children:\"Unveiling User\\xa0Research Methods: A\\xa0Comprehensive Guide for Product\\xa0Designers\"})}),className:\"framer-cog70i\",\"data-framer-appear-id\":\"cog70i\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1mqrd5z\",\"data-framer-appear-id\":\"1mqrd5z\",\"data-framer-name\":\"Info\",initial:animation1,name:\"Info\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o4jdfs-container\",children:/*#__PURE__*/_jsx(IconText,{height:\"100%\",id:\"hHqxzNlnH\",layoutId:\"hHqxzNlnH\",lrc5traRr:\"Estimated reading time: 8 minutes\",variant:\"XTwffhmVy\",VTCkcFUI9:\"Timer\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{width:\"min(100vw - 48px, 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3p2j99-container\",children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"qfpUbLhmE\",layoutId:\"qfpUbLhmE\",style:{height:\"100%\",width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xpi6h1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{background:{alt:\"\",fit:\"fill\",pixelHeight:928,pixelWidth:1232,sizes:\"min(100vw - 48px, 1200px)\",src:\"https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png\",srcSet:\"https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png?scale-down-to=512 512w,https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png 1232w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:928,pixelWidth:1232,src:\"https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png\",srcSet:\"https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png?scale-down-to=512 512w,https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/buL2Uk8juRl3YjPNDgevzDsndU.png 1232w\"},className:\"framer-11w73n2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-njn4c9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cm6443\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x2ysyh-container\",children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:\"https://www.figma.com/proto/y4XTUtFpTMaKOvqQVI6tIu/GovAssist-Revamp?page-id=2013%3A15392&node-id=2013-15393&viewport=494%2C925%2C0.17&t=XQZ9x8ECjFZ6ASex-1&scaling=min-zoom&content-scaling=fixed\",height:\"100%\",id:\"Vds7dUkrW\",KmYkxmIll:\"ArrowRight\",layoutId:\"Vds7dUkrW\",ps8DVoFiw:\"Full Figma Project\",style:{height:\"100%\"},variant:\"DDyIpTqDO\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oonr0b\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-108pfup-container\",children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:\"https://govassist.com\",height:\"100%\",id:\"cVB7J9r4V\",KmYkxmIll:\"ArrowRight\",layoutId:\"cVB7J9r4V\",ps8DVoFiw:\"Live Page\",style:{height:\"100%\"},variant:\"DDyIpTqDO\",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0ed6f8f6-8f26-4ef7-88d7-c6ac9db3cdda, rgb(153, 153, 153))\"},children:\"AI Generated Image\"})}),className:\"framer-73q2tw\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o7ib02\",\"data-styles-preset\":\"JxAkUJv2B\",style:{\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"As a product designer, I've learned that understanding your users is paramount. User research isn't just a box to tick; it's the cornerstone of creating products that truly resonate with people. There are various methods, each with its unique strengths and challenges.\"})}),className:\"framer-raqy38\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-8q19ij\",\"data-styles-preset\":\"KXfzySWyW\",children:\"Primary vs. Secondary Research: A Balancing Act\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Primary Research: Getting Your Hands Dirty\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"Primary research involves direct contact with users. It's like having a conversation with your audience. I've found that interviews, surveys, and usability studies are invaluable for hearing directly from users. There's something irreplaceable about seeing the spark in someone's eyes when they talk about a product they love \u2013 or the frustration when something doesn't work as expected.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Secondary Research: Standing on the Shoulders of Giants\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"On the flip side, secondary research involves diving into existing data. Books, articles, and journals can provide a wealth of information. I often use this to complement my primary research. It's a time and cost-effective way to gain broader insights, especially when starting a new project.\"})]}),fonts:[\"Inter-SemiBold\",\"Inter-Light\"]},SPmrXlbBO:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-8q19ij\",\"data-styles-preset\":\"KXfzySWyW\",children:\"Primary vs. Secondary Research: A Balancing Act\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Primary Research: Getting Your Hands Dirty\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"Primary research involves direct contact with users. It's like having a conversation with your audience. I've found that interviews, surveys, and usability studies are invaluable for hearing directly from users. There's something irreplaceable about seeing the spark in someone's eyes when they talk about a product they love \u2013 or the frustration when something doesn't work as expected.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Secondary Research: Standing on the Shoulders of Giants\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"On the flip side, secondary research involves diving into existing data. Books, articles, and journals can provide a wealth of information. I often use this to complement my primary research. It's a time and cost-effective way to gain broader insights, especially when starting a new project.\"})]}),fonts:[\"Inter-SemiBold\",\"Inter-Light\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-8q19ij\",\"data-styles-preset\":\"KXfzySWyW\",children:\"Primary vs. Secondary Research: A Balancing Act\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Primary Research: Getting Your Hands Dirty\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-o7ib02\",\"data-styles-preset\":\"JxAkUJv2B\",style:{\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"Primary research involves direct contact with users. It's like having a conversation with your audience. I've found that interviews, surveys, and usability studies are invaluable for hearing directly from users. There's something irreplaceable about seeing the spark in someone's eyes when they talk about a product they love \u2013 or the frustration when something doesn't work as expected.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Secondary Research: Standing on the Shoulders of Giants\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o7ib02\",\"data-styles-preset\":\"JxAkUJv2B\",style:{\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"On the flip side, secondary research involves diving into existing data. Books, articles, and journals can provide a wealth of information. I often use this to complement my primary research. It's a time and cost-effective way to gain broader insights, especially when starting a new project.\"})]}),className:\"framer-x4avpz\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(250, 250, 250))\"},children:\"Qualitative vs. Quantitative Data: Two Sides of the Same Coin\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Qualitative Data: The 'Why' Behind User Behavior\\\"\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"Qualitative research is all about understanding the 'why'. It's based on observations and typically involves a smaller number of users. I remember conducting in-depth interviews for a mobile app project. The insights we gained about user motivations were eye-opening and led to significant improvements in the app's design.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Quantitative Data: Measuring the 'What'\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Quantitative research, on the other hand, is about numbers and measurements. It helps understand how the majority of users experience a product. Surveys are great for this. In a recent project, we surveyed over 1,000 users, which gave us solid data on feature preferences and usage patterns.\"})]}),className:\"framer-e9we3d\",fonts:[\"Inter-Medium\",\"Inter-SemiBold\",\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(250, 250, 250))\"},children:\"Deep Dive into Research Methods\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"1. Interviews: The Heart-to-Heart Approach\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"Interviews offer in-depth information on people's opinions, thoughts, and experiences. I've found that in-person interviews, while time-consuming, provide rich, nuanced data. However, they can be expensive and limited in sample size.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"2. Surveys: Casting a Wide Net\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Surveys allow us to ask the same questions to many people quickly and inexpensively. They're excellent for understanding general trends. However, they often lack the depth of interviews. I typically use surveys when I need a broad overview of user preferences.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"3. Usability Studies: Putting Products to the Test\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Usability studies involve evaluating a product by testing it on users. They're great for measuring specific metrics like time spent on tasks or number of clicks. While they provide valuable data on ease of use, they can be expensive and may not always reflect real-world usage.\"})]})},SPmrXlbBO:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(250, 250, 250))\"},children:\"Deep Dive into Research Methods\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"1. Interviews: The Heart-to-Heart Approach\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"Interviews offer in-depth information on people's opinions, thoughts, and experiences. I've found that in-person interviews, while time-consuming, provide rich, nuanced data. However, they can be expensive and limited in sample size.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"2. Surveys: Casting a Wide Net\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Surveys allow us to ask the same questions to many people quickly and inexpensively. They're excellent for understanding general trends. However, they often lack the depth of interviews. I typically use surveys when I need a broad overview of user preferences.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"3. Usability Studies: Putting Products to the Test\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Usability studies involve evaluating a product by testing it on users. They're great for measuring specific metrics like time spent on tasks or number of clicks. While they provide valuable data on ease of use, they can be expensive and may not always reflect real-world usage.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(250, 250, 250))\"},children:\"Deep Dive into Research Methods\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"1. Interviews: The Heart-to-Heart Approach\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"Interviews offer in-depth information on people's opinions, thoughts, and experiences. I've found that in-person interviews, while time-consuming, provide rich, nuanced data. However, they can be expensive and limited in sample size.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"2. Surveys: Casting a Wide Net\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Surveys allow us to ask the same questions to many people quickly and inexpensively. They're excellent for understanding general trends. However, they often lack the depth of interviews. I typically use surveys when I need a broad overview of user preferences.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"3. Usability Studies: Putting Products to the Test\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Usability studies involve evaluating a product by testing it on users. They're great for measuring specific metrics like time spent on tasks or number of clicks. While they provide valuable data on ease of use, they can be expensive and may not always reflect real-world usage.\"})]}),className:\"framer-t51orq\",fonts:[\"Inter-Medium\",\"Inter-SemiBold\",\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(250, 250, 250))\"},children:\"Navigating Biases in User Research\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"As researchers, we must be aware of our biases. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\"},children:\"Confirmation bias\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\", for instance, can lead us to favor information that confirms our preconceptions. I always strive to ask open-ended questions and actively listen without injecting my own opinions.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"The \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\"},children:\"false consensus effect\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\" \u2013 overestimating how much others agree with us \u2013 is another trap. To counter this, I ensure a diverse sample of users with varied perspectives.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\"},children:\"Primacy and recency biases\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\" can skew our perception of data. Taking detailed notes and recordings, rather than relying on memory, helps maintain consistency and accuracy.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\"},children:\"Implicit biases\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\" are particularly tricky. I make a conscious effort to include participants from diverse backgrounds to avoid limiting our insights to a narrow demographic.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"Also there's the \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\"},children:\"sunk cost fallacy\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\" \u2013 the tendency to continue a project simply because we've already invested time and resources. To combat this, I break projects into smaller phases and set clear decision points.\"})]})]})},SPmrXlbBO:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(250, 250, 250))\"},children:\"Navigating Biases in User Research\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"As researchers, we must be aware of our biases. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\"},children:\"Confirmation bias\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\", for instance, can lead us to favor information that confirms our preconceptions. I always strive to ask open-ended questions and actively listen without injecting my own opinions.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"The \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\"},children:\"false consensus effect\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\" \u2013 overestimating how much others agree with us \u2013 is another trap. To counter this, I ensure a diverse sample of users with varied perspectives.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\"},children:\"Primacy and recency biases\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\" can skew our perception of data. Taking detailed notes and recordings, rather than relying on memory, helps maintain consistency and accuracy.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\"},children:\"Implicit biases\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\" are particularly tricky. I make a conscious effort to include participants from diverse backgrounds to avoid limiting our insights to a narrow demographic.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"Also there's the \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\"},children:\"sunk cost fallacy\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\" \u2013 the tendency to continue a project simply because we've already invested time and resources. To combat this, I break projects into smaller phases and set clear decision points.\"})]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(250, 250, 250))\"},children:\"Navigating Biases in User Research\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"As researchers, we must be aware of our biases. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-weight\":\"600\"},children:\"Confirmation bias\"}),\", for instance, can lead us to favor information that confirms our preconceptions. I always strive to ask open-ended questions and actively listen without injecting my own opinions.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"The \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-weight\":\"600\"},children:\"false consensus effect\"}),\" \u2013 overestimating how much others agree with us \u2013 is another trap. To counter this, I ensure a diverse sample of users with varied perspectives.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-weight\":\"600\"},children:\"Primacy and recency biases\"}),\" can skew our perception of data. Taking detailed notes and recordings, rather than relying on memory, helps maintain consistency and accuracy.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-weight\":\"600\"},children:\"Implicit biases\"}),\" are particularly tricky. I make a conscious effort to include participants from diverse backgrounds to avoid limiting our insights to a narrow demographic.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Also there's the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-weight\":\"600\"},children:\"sunk cost fallacy\"}),\" \u2013 the tendency to continue a project simply because we've already invested time and resources. To combat this, I break projects into smaller phases and set clear decision points.\"]})]}),className:\"framer-i9tlav\",fonts:[\"Inter-Medium\",\"Inter-Light\",\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15pcapw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"top\",sizes:\"min(100vw - 48px, 1200px)\",src:\"https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg\",srcSet:\"https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg 2464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg\",srcSet:\"https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JzbHQkuMoN6Q3u0zf38FFec5SQY.jpeg 2464w\"},className:\"framer-13eqqbj\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q0l6ee\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aon5r8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bqd889-container\",children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:\"https://www.figma.com/proto/y4XTUtFpTMaKOvqQVI6tIu/GovAssist-Revamp?page-id=2013%3A15392&node-id=2013-15393&viewport=494%2C925%2C0.17&t=XQZ9x8ECjFZ6ASex-1&scaling=min-zoom&content-scaling=fixed\",height:\"100%\",id:\"yUGIYguGY\",KmYkxmIll:\"ArrowRight\",layoutId:\"yUGIYguGY\",ps8DVoFiw:\"Full Figma Project\",style:{height:\"100%\"},variant:\"DDyIpTqDO\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5762np\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hetw8s-container\",children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:\"https://govassist.com\",height:\"100%\",id:\"HatH1px_v\",KmYkxmIll:\"ArrowRight\",layoutId:\"HatH1px_v\",ps8DVoFiw:\"Live Page\",style:{height:\"100%\"},variant:\"DDyIpTqDO\",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0ed6f8f6-8f26-4ef7-88d7-c6ac9db3cdda, rgb(153, 153, 153))\"},children:\"AI Generated Image\"})}),className:\"framer-odyno5\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-8q19ij\",\"data-styles-preset\":\"KXfzySWyW\",children:\"Conclusion: The Ever-Evolving Landscape of User Research\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-o7ib02\",\"data-styles-preset\":\"JxAkUJv2B\",style:{\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:[\"User research is not a one-size-fits-all endeavor. As technology and user behaviors evolve, so too must our research methods. The key is to remain flexible, curious, and always focused on the end goal: creating products that truly serve and delight users.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"By embracing a mix of research methods and being mindful of our biases, we can uncover insights that lead to innovative, user-centered designs. Remember, at the heart of every great product is a deep understanding of the people who use it.\"]})]}),className:\"framer-17yfmhp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-36k50b\",\"data-framer-name\":\"CTA Buttons\",name:\"CTA Buttons\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1abqroa\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uvv8duwKf\"},implicitPathVariables:undefined},{href:{webPageId:\"uvv8duwKf\"},implicitPathVariables:undefined},{href:{webPageId:\"uvv8duwKf\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q7v1o9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{bHsGJIQTj:resolvedLinks1[2]},SPmrXlbBO:{bHsGJIQTj:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:resolvedLinks1[0],height:\"100%\",id:\"AOodGyUsT\",KmYkxmIll:\"ArrowLeft\",layoutId:\"AOodGyUsT\",ps8DVoFiw:\"Back to Blog\",variant:\"KdsEL5auF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10yhi7x-container\",children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"BbwCJxf_G\",layoutId:\"BbwCJxf_G\",style:{width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-68w7eo\",\"data-framer-name\":\"Projects Section\",name:\"Projects Section\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jz1al4\",\"data-framer-name\":\"Heading + Paragraph\",name:\"Heading + Paragraph\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-8q19ij\",\"data-styles-preset\":\"KXfzySWyW\",children:\"Other Projects\"})}),className:\"framer-q3e7za\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-njt9so\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bebd48tsV\"},implicitPathVariables:undefined},{href:{webPageId:\"bebd48tsV\"},implicitPathVariables:undefined},{href:{webPageId:\"bebd48tsV\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{width:\"min(100vw - 48px, 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:431,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s28d7f-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{owCq6DoYe:resolvedLinks2[2]},SPmrXlbBO:{jh_6BKouk:\"Sicredi Banking App Redesign: Enhancing Usability and Accessibility\",owCq6DoYe:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",HLcv6Dnxg:\"UX/UI Design\",id:\"ki12CbePN\",jh_6BKouk:\"Sicredi Bank App - Fintech App Redesign (UX/UI)\",layoutId:\"ki12CbePN\",mSK690HmA:\"A Personal Project Focused on Streamlining User Experience and Improving Accessibility for the Sicredi Mobile App\",owCq6DoYe:resolvedLinks2[0],style:{width:\"100%\"},tLmwnvzWn:addImageAlt({src:\"https://framerusercontent.com/images/MVxD9s579klZJlScMckkvmuuug.png\",srcSet:\"https://framerusercontent.com/images/MVxD9s579klZJlScMckkvmuuug.png?scale-down-to=512 512w,https://framerusercontent.com/images/MVxD9s579klZJlScMckkvmuuug.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MVxD9s579klZJlScMckkvmuuug.png 1500w\"},\"\"),variant:\"delRAOel8\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"C7v9SD7AH\"},implicitPathVariables:undefined},{href:{webPageId:\"C7v9SD7AH\"},implicitPathVariables:undefined},{href:{webPageId:\"C7v9SD7AH\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{width:\"min(100vw - 48px, 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:431,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k155ow-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{owCq6DoYe:resolvedLinks3[2]},SPmrXlbBO:{owCq6DoYe:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",HLcv6Dnxg:\"Branding\",id:\"f7CGy4M1M\",jh_6BKouk:\"Bio Blanks: Building a Sustainable Fashion Brand from the Ground Up\",layoutId:\"f7CGy4M1M\",mSK690HmA:\"Crafting an Eco-Friendly Identity for a New Pioneer in Sustainable Fashion\",owCq6DoYe:resolvedLinks3[0],style:{width:\"100%\"},tLmwnvzWn:addImageAlt({src:\"https://framerusercontent.com/images/rDaiZkImT1s2tv8KKE0lbJhKDo.jpg\",srcSet:\"https://framerusercontent.com/images/rDaiZkImT1s2tv8KKE0lbJhKDo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDaiZkImT1s2tv8KKE0lbJhKDo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDaiZkImT1s2tv8KKE0lbJhKDo.jpg 1920w\"},\"\"),variant:\"delRAOel8\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9g93v\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tok2h6-container hidden-1kip121\",children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"gNuJgLNbK\",layoutId:\"gNuJgLNbK\",style:{height:\"100%\",width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rP8aMaaAe\"},implicitPathVariables:undefined},{href:{webPageId:\"rP8aMaaAe\"},implicitPathVariables:undefined},{href:{webPageId:\"rP8aMaaAe\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{width:\"max(min(100vw - 48px, 1200px), 1px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s5m23o-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{bHsGJIQTj:resolvedLinks4[2],style:{height:\"100%\",width:\"100%\"}},SPmrXlbBO:{bHsGJIQTj:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:resolvedLinks4[0],height:\"100%\",id:\"utnAbHFIE\",KmYkxmIll:\"ArrowRight\",layoutId:\"utnAbHFIE\",ps8DVoFiw:\"View All Projects\",style:{height:\"100%\"},variant:\"wAf2EoRWF\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jm384t\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{width:\"min(100vw - 48px, 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10rj0sb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{rHRoUJm0Z:resolvedLinks5[2]},SPmrXlbBO:{rHRoUJm0Z:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ConnectArrow,{height:\"100%\",id:\"pLjFr45wI\",layoutId:\"pLjFr45wI\",rHRoUJm0Z:resolvedLinks5[0],style:{height:\"100%\",width:\"100%\"},variant:\"AyD5qj9YP\",width:\"100%\"})})})})})}),/*#__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\":\"96px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Let's Connect!\"})}),className:\"framer-kijl8f\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",viewBox:\"0 0 662 96\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{width:\"min(100vw - 48px, 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ianr1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{variant:\"bOx5yO0eg\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"qrItaHmDr\",layoutId:\"qrItaHmDr\",style:{width:\"100%\"},variant:\"yIEDUpDys\",width:\"100%\"})})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{deQpX1vFi:{height:800,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation5},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19h2mwc-container hidden-oior2s hidden-m7krhs\",layoutScroll:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavMenu,{height:\"100%\",id:\"NH0NrcAM_\",layoutId:\"NH0NrcAM_\",style:{width:\"100%\"},variant:\"MVC71Ybey\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5p6ibc-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"AgK8tBo56\",intensity:20,layoutId:\"AgK8tBo56\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-7DyVh { background: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, rgb(26, 26, 26)); }`,\".framer-7DyVh.framer-1g3cmqi, .framer-7DyVh .framer-1g3cmqi { display: block; }\",\".framer-7DyVh.framer-oior2s { align-content: center; align-items: center; background-color: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, #1a1a1a); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-7DyVh .framer-16jfv1p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-6yvf3o-container { flex: none; height: 100vh; position: sticky; top: 0px; width: auto; will-change: transform; z-index: 1; }\",\".framer-7DyVh .framer-1bjjz41 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 48px 0px 48px; position: relative; width: 1px; }\",\".framer-7DyVh .framer-x8bwfx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-l5z3lh, .framer-7DyVh .framer-1mqrd5z, .framer-7DyVh .framer-36k50b, .framer-7DyVh .framer-9g93v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-zk5hn9, .framer-7DyVh .framer-1abqroa { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 44px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7DyVh .framer-e71ryl-container, .framer-7DyVh .framer-o4jdfs-container, .framer-7DyVh .framer-1q7v1o9-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7DyVh .framer-1520imy-container, .framer-7DyVh .framer-10yhi7x-container, .framer-7DyVh .framer-s28d7f-container, .framer-7DyVh .framer-k155ow-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-7DyVh .framer-1wpu313 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; min-height: 44px; min-width: 122px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-7DyVh .framer-1ioh4k9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-cog70i, .framer-7DyVh .framer-73q2tw, .framer-7DyVh .framer-raqy38, .framer-7DyVh .framer-x4avpz, .framer-7DyVh .framer-e9we3d, .framer-7DyVh .framer-t51orq, .framer-7DyVh .framer-i9tlav, .framer-7DyVh .framer-odyno5, .framer-7DyVh .framer-17yfmhp { --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-7DyVh .framer-3p2j99-container { flex: 1 0 0px; height: 19px; position: relative; width: 1px; }\",\".framer-7DyVh .framer-1xpi6h1, .framer-7DyVh .framer-15pcapw { 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-7DyVh .framer-11w73n2 { aspect-ratio: 2.015 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 99px); overflow: hidden; position: relative; width: 100%; }\",\".framer-7DyVh .framer-njn4c9, .framer-7DyVh .framer-1q0l6ee { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 0%; overflow: hidden; padding: 0px; position: absolute; top: 7786px; transform: translateX(-50%); width: 100px; }\",\".framer-7DyVh .framer-1cm6443, .framer-7DyVh .framer-oonr0b, .framer-7DyVh .framer-1aon5r8, .framer-7DyVh .framer-5762np { 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-7DyVh .framer-1x2ysyh-container, .framer-7DyVh .framer-108pfup-container, .framer-7DyVh .framer-bqd889-container, .framer-7DyVh .framer-1hetw8s-container, .framer-7DyVh .framer-1s5m23o-container { flex: none; height: 44px; position: relative; width: auto; }\",\".framer-7DyVh .framer-13eqqbj { flex: none; height: 291px; overflow: hidden; position: relative; width: 100%; }\",\".framer-7DyVh .framer-68w7eo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-1jz1al4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-q3e7za { --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-7DyVh .framer-njt9so { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-tok2h6-container { flex: 1 0 0px; height: 44px; position: relative; width: 1px; }\",\".framer-7DyVh .framer-1jm384t { 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: 48px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-7DyVh .framer-10rj0sb-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-7DyVh .framer-kijl8f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; }\",\".framer-7DyVh .framer-ianr1-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-7DyVh .framer-19h2mwc-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 6; }\",\".framer-7DyVh .framer-5p6ibc-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7DyVh.framer-oior2s, .framer-7DyVh .framer-16jfv1p, .framer-7DyVh .framer-1bjjz41, .framer-7DyVh .framer-x8bwfx, .framer-7DyVh .framer-l5z3lh, .framer-7DyVh .framer-zk5hn9, .framer-7DyVh .framer-1wpu313, .framer-7DyVh .framer-1ioh4k9, .framer-7DyVh .framer-1mqrd5z, .framer-7DyVh .framer-1xpi6h1, .framer-7DyVh .framer-njn4c9, .framer-7DyVh .framer-1cm6443, .framer-7DyVh .framer-oonr0b, .framer-7DyVh .framer-15pcapw, .framer-7DyVh .framer-1q0l6ee, .framer-7DyVh .framer-1aon5r8, .framer-7DyVh .framer-5762np, .framer-7DyVh .framer-36k50b, .framer-7DyVh .framer-1abqroa, .framer-7DyVh .framer-68w7eo, .framer-7DyVh .framer-1jz1al4, .framer-7DyVh .framer-njt9so, .framer-7DyVh .framer-9g93v, .framer-7DyVh .framer-1jm384t { gap: 0px; } .framer-7DyVh.framer-oior2s > *, .framer-7DyVh .framer-1bjjz41 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7DyVh.framer-oior2s > :first-child, .framer-7DyVh .framer-1bjjz41 > :first-child, .framer-7DyVh .framer-x8bwfx > :first-child, .framer-7DyVh .framer-1ioh4k9 > :first-child, .framer-7DyVh .framer-1xpi6h1 > :first-child, .framer-7DyVh .framer-15pcapw > :first-child, .framer-7DyVh .framer-68w7eo > :first-child, .framer-7DyVh .framer-1jz1al4 > :first-child { margin-top: 0px; } .framer-7DyVh.framer-oior2s > :last-child, .framer-7DyVh .framer-1bjjz41 > :last-child, .framer-7DyVh .framer-x8bwfx > :last-child, .framer-7DyVh .framer-1ioh4k9 > :last-child, .framer-7DyVh .framer-1xpi6h1 > :last-child, .framer-7DyVh .framer-15pcapw > :last-child, .framer-7DyVh .framer-68w7eo > :last-child, .framer-7DyVh .framer-1jz1al4 > :last-child { margin-bottom: 0px; } .framer-7DyVh .framer-16jfv1p > *, .framer-7DyVh .framer-1cm6443 > *, .framer-7DyVh .framer-oonr0b > *, .framer-7DyVh .framer-1aon5r8 > *, .framer-7DyVh .framer-5762np > *, .framer-7DyVh .framer-njt9so > *, .framer-7DyVh .framer-1jm384t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7DyVh .framer-16jfv1p > :first-child, .framer-7DyVh .framer-l5z3lh > :first-child, .framer-7DyVh .framer-zk5hn9 > :first-child, .framer-7DyVh .framer-1wpu313 > :first-child, .framer-7DyVh .framer-1mqrd5z > :first-child, .framer-7DyVh .framer-njn4c9 > :first-child, .framer-7DyVh .framer-1cm6443 > :first-child, .framer-7DyVh .framer-oonr0b > :first-child, .framer-7DyVh .framer-1q0l6ee > :first-child, .framer-7DyVh .framer-1aon5r8 > :first-child, .framer-7DyVh .framer-5762np > :first-child, .framer-7DyVh .framer-36k50b > :first-child, .framer-7DyVh .framer-1abqroa > :first-child, .framer-7DyVh .framer-njt9so > :first-child, .framer-7DyVh .framer-9g93v > :first-child, .framer-7DyVh .framer-1jm384t > :first-child { margin-left: 0px; } .framer-7DyVh .framer-16jfv1p > :last-child, .framer-7DyVh .framer-l5z3lh > :last-child, .framer-7DyVh .framer-zk5hn9 > :last-child, .framer-7DyVh .framer-1wpu313 > :last-child, .framer-7DyVh .framer-1mqrd5z > :last-child, .framer-7DyVh .framer-njn4c9 > :last-child, .framer-7DyVh .framer-1cm6443 > :last-child, .framer-7DyVh .framer-oonr0b > :last-child, .framer-7DyVh .framer-1q0l6ee > :last-child, .framer-7DyVh .framer-1aon5r8 > :last-child, .framer-7DyVh .framer-5762np > :last-child, .framer-7DyVh .framer-36k50b > :last-child, .framer-7DyVh .framer-1abqroa > :last-child, .framer-7DyVh .framer-njt9so > :last-child, .framer-7DyVh .framer-9g93v > :last-child, .framer-7DyVh .framer-1jm384t > :last-child { margin-right: 0px; } .framer-7DyVh .framer-x8bwfx > *, .framer-7DyVh .framer-1ioh4k9 > *, .framer-7DyVh .framer-68w7eo > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-7DyVh .framer-l5z3lh > *, .framer-7DyVh .framer-zk5hn9 > *, .framer-7DyVh .framer-1mqrd5z > *, .framer-7DyVh .framer-njn4c9 > *, .framer-7DyVh .framer-1q0l6ee > *, .framer-7DyVh .framer-36k50b > *, .framer-7DyVh .framer-1abqroa > *, .framer-7DyVh .framer-9g93v > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-7DyVh .framer-1wpu313 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-7DyVh .framer-1xpi6h1 > *, .framer-7DyVh .framer-15pcapw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7DyVh .framer-1jz1al4 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\"@media (min-width: 1200px) { .framer-7DyVh .hidden-oior2s { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-7DyVh .hidden-m7krhs { display: none !important; } .${metadata.bodyClassName}-framer-7DyVh { background: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, rgb(26, 26, 26)); } .framer-7DyVh.framer-oior2s { width: 810px; } .framer-7DyVh .framer-1bjjz41 { max-width: 940px; } .framer-7DyVh .framer-13eqqbj { height: 253px; } .framer-7DyVh .framer-s28d7f-container { order: 0; } .framer-7DyVh .framer-k155ow-container { order: 1; }}`,`@media (max-width: 809px) { .framer-7DyVh .hidden-1kip121 { display: none !important; } .${metadata.bodyClassName}-framer-7DyVh { background: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, rgb(26, 26, 26)); } .framer-7DyVh.framer-oior2s { padding: 96px 24px 0px 24px; width: 390px; } .framer-7DyVh .framer-16jfv1p, .framer-7DyVh .framer-njt9so { flex-direction: column; } .framer-7DyVh .framer-1bjjz41 { flex: none; padding: 0px; width: 100%; } .framer-7DyVh .framer-1mqrd5z { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-7DyVh .framer-3p2j99-container, .framer-7DyVh .framer-s28d7f-container, .framer-7DyVh .framer-k155ow-container { flex: none; width: 100%; } .framer-7DyVh .framer-13eqqbj { height: 168px; } .framer-7DyVh .framer-1s5m23o-container { flex: 1 0 0px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7DyVh .framer-16jfv1p, .framer-7DyVh .framer-1mqrd5z, .framer-7DyVh .framer-njt9so { gap: 0px; } .framer-7DyVh .framer-16jfv1p > *, .framer-7DyVh .framer-njt9so > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7DyVh .framer-16jfv1p > :first-child, .framer-7DyVh .framer-1mqrd5z > :first-child, .framer-7DyVh .framer-njt9so > :first-child { margin-top: 0px; } .framer-7DyVh .framer-16jfv1p > :last-child, .framer-7DyVh .framer-1mqrd5z > :last-child, .framer-7DyVh .framer-njt9so > :last-child { margin-bottom: 0px; } .framer-7DyVh .framer-1mqrd5z > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4581\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SPmrXlbBO\":{\"layout\":[\"fixed\",\"auto\"]},\"deQpX1vFi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerBGPqPxXM0=withCSS(Component,css,\"framer-7DyVh\");export default FramerBGPqPxXM0;FramerBGPqPxXM0.displayName=\"Ux Basics Article\";FramerBGPqPxXM0.defaultProps={height:4581,width:1200};addFonts(FramerBGPqPxXM0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.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/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\"}]},...NavMenuFonts,...ButtonFonts,...DottedTickerFonts,...IconTextFonts,...ProjectCardFonts,...ConnectArrowFonts,...FooterFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBGPqPxXM0\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"4581\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SPmrXlbBO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"deQpX1vFi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavMenuFonts", "getFonts", "WxNZXah7I_default", "ButtonFonts", "mZLddJRYk_default", "DottedTickerFonts", "PDjpFWxji_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "IconTextFonts", "pfSTUWWPc_default", "MotionDivWithFX", "withFX", "ProjectCardFonts", "Qe0tSloKL_default", "MotionSectionWithFX", "ConnectArrowFonts", "BmRFs_6AJ_default", "FooterFonts", "UHdRXV4dR_default", "ContainerWithFX", "Container", "SmoothScrollFonts", "SmoothScroll", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "addImageAlt", "image", "alt", "transition4", "animation5", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "x", "Image2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramerBGPqPxXM0", "withCSS", "BGPqPxXM0_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
