{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Q6m0JwZY7Elg6uP0ktu9/jdeSYctOHSAKv4ntcsgL/qisnQnppX.js"],
  "sourcesContent": ["// Generated by Framer (ab6b6d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";import BackButton from\"#framer/local/canvasComponent/BdNFqiXNj/BdNFqiXNj.js\";import Cursor from\"#framer/local/canvasComponent/cJMJBL4r7/cJMJBL4r7.js\";import BottomInfo from\"#framer/local/canvasComponent/KOYLG84Iy/KOYLG84Iy.js\";import NextProject from\"#framer/local/canvasComponent/lGBPB6Ajp/lGBPB6Ajp.js\";import Linkedin from\"#framer/local/canvasComponent/QPZJPPdhQ/QPZJPPdhQ.js\";import NavBar from\"#framer/local/canvasComponent/TB0WxtlpB/TB0WxtlpB.js\";import*as sharedStyle3 from\"#framer/local/css/bEt8D7yQR/bEt8D7yQR.js\";import*as sharedStyle1 from\"#framer/local/css/e9WDCdIoS/e9WDCdIoS.js\";import*as sharedStyle2 from\"#framer/local/css/GckhcVtUX/GckhcVtUX.js\";import*as sharedStyle from\"#framer/local/css/Js4tRBA51/Js4tRBA51.js\";import*as sharedStyle4 from\"#framer/local/css/u3ydZIfjh/u3ydZIfjh.js\";import metadataProvider from\"#framer/local/webPageMetadata/qisnQnppX/qisnQnppX.js\";const NavBarFonts=getFonts(NavBar);const BackButtonFonts=getFonts(BackButton);const LinkedinFonts=getFonts(Linkedin);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const DotLottieFonts=getFonts(DotLottie);const NextProjectFonts=getFonts(NextProject);const BottomInfoFonts=getFonts(BottomInfo);const CursorFonts=getFonts(Cursor);const breakpoints={AKhRxktWE:\"(min-width: 1200px) and (max-width: 1511px)\",dvbFl4BEo:\"(min-width: 1512px)\",KLi1mNKRQ:\"(max-width: 809px)\",uQXELJam7:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-YlDDQ\";const variantClassNames={AKhRxktWE:\"framer-v-z5cs2r\",dvbFl4BEo:\"framer-v-kxuxmi\",KLi1mNKRQ:\"framer-v-1aarvi2\",uQXELJam7:\"framer-v-1fauptf\"};const transition1={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.2,duration:1,type:\"spring\"};const textEffect={effect:animation,tokenization:\"line\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={bounce:0,delay:.175,duration:.7,type:\"spring\"};const textEffect1={effect:animation,startDelay:.2,tokenization:\"element\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={bounce:.1,delay:.3,duration:1,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop 3\":\"AKhRxktWE\",Desktop:\"dvbFl4BEo\",Phone:\"KLi1mNKRQ\",Tablet:\"uQXELJam7\"};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:\"dvbFl4BEo\"};};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:0},placement:\"bottom\",transition:transition1,variant:\"hIomycj6g\"};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-YlDDQ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-YlDDQ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"Gjpb3ziqD\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"KLi1mNKRQ\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({\"1xd1kzf\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"dvbFl4BEo\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-kxuxmi\",className),\"data-framer-cursor\":\"1xd1kzf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tnd36e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{variant:\"A7Y8nb2dM\",VeqQLNQXu:\"20px 24px 0px 24px\"}},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"Vw_PqAI5e\",layoutId:\"Vw_PqAI5e\",style:{width:\"100%\"},variant:\"EHlR8NiL8\",VeqQLNQXu:\"20px 36px 0px 36px\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h0bhze\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kwe2ze\",\"data-framer-name\":\"Project Header\",id:elementId,name:\"Project Header\",ref:ref2,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x1pp88-container\",children:/*#__PURE__*/_jsx(BackButton,{height:\"100%\",id:\"NmaZhAia4\",layoutId:\"NmaZhAia4\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ajzla3\",\"data-framer-name\":\"Project Header\",name:\"Project Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOVEF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-variation-axes\":'\"opsz\" 14, \"wght\" 500',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"138.2%\",\"--framer-text-color\":\"var(--token-fc7f17ce-a789-459b-88a9-42624ff6b5e5, rgb(32, 32, 32))\"},children:\"CCBank Card + Mobile\"})}),className:\"framer-8pqw0l\",\"data-framer-name\":\"Business Dashboard\",effect:textEffect,fonts:[\"Inter-Variable\"],name:\"Business Dashboard\",verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g1bijo\",\"data-framer-name\":\"Frame 1171275226\",name:\"Frame 1171275226\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:[\"A new modern credit card design to increase user interest for a broader audience.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"I led the designs for this project and collaborated with the clients to help build their vision. I also was in charge of their whitelabel app with Deserve.\"]})})},uQXELJam7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"138.2%\",\"--framer-text-color\":\"var(--token-dc9e603b-4edb-4000-b765-9818b1853038, rgb(77, 77, 77))\"},children:[\"A new modern credit card design to increase user interest for a broader audience.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"I led the designs for this project and collaborated with the clients to help build their vision. I also was in charge of their whitelabel app with Deserve.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"138.2%\",\"--framer-text-color\":\"var(--token-dc9e603b-4edb-4000-b765-9818b1853038, rgb(77, 77, 77))\"},children:[\"A new modern credit card design to increase user interest for a broader audience.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"I led the designs for this project and collaborated with the clients to help build their vision. I also was in charge of their whitelabel app with Deserve.\"]})}),className:\"framer-1wrv7va\",\"data-framer-name\":\"A business dashboard for efficiently managing employee credit cards and track company spending. Easily create virtual cards for employees, set spending limits, and gain real-time visibility into your team's expenses.\\u2028I led the designs for this project and collaborated with project managers and engineers to create a clear and concise product.\\u2028\\u2028Due to NDA only certain parts of this project are shown\",effect:textEffect1,fonts:[\"Inter\"],name:\"A business dashboard for efficiently managing employee credit cards and track company spending. Easily create virtual cards for employees, set spending limits, and gain real-time visibility into your team's expenses.\\u2028I led the designs for this project and collaborated with project managers and engineers to create a clear and concise product.\\u2028\\u2028Due to NDA only certain parts of this project are shown\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18z4pun\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation1,className:\"framer-lot3tw\",\"data-framer-appear-id\":\"lot3tw\",initial:animation2,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ycahs4-container\",children:/*#__PURE__*/_jsx(Linkedin,{FHb6zphQT:\"Branding\",FrvH62kzM:16,height:\"100%\",id:\"f2UynZBfY\",layoutId:\"f2UynZBfY\",variant:\"Iy1zYNBxH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8x3e3n-container\",children:/*#__PURE__*/_jsx(Linkedin,{FHb6zphQT:\"UI/UX Design\",FrvH62kzM:16,height:\"100%\",id:\"jpUKCp4dr\",layoutId:\"jpUKCp4dr\",variant:\"Iy1zYNBxH\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation1,className:\"framer-qz15gf\",\"data-framer-appear-id\":\"qz15gf\",\"data-framer-name\":\"Frame 29\",initial:animation2,name:\"Frame 29\",optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rnn7cd-container\",children:/*#__PURE__*/_jsx(Linkedin,{FHb6zphQT:\"Graphic Design\",FrvH62kzM:16,height:\"100%\",id:\"NhQSQD7Aj\",layoutId:\"NhQSQD7Aj\",variant:\"Iy1zYNBxH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-atgma4-container\",children:/*#__PURE__*/_jsx(Linkedin,{FHb6zphQT:\"Design Strategy\",FrvH62kzM:16,height:\"100%\",id:\"UCDGQgmPz\",layoutId:\"UCDGQgmPz\",variant:\"Iy1zYNBxH\",width:\"100%\"})})})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1of4pbe\",\"data-framer-name\":\"Intro\",name:\"Intro\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1888,pixelWidth:3024,sizes:\"100vw\",src:\"https://framerusercontent.com/images/P0cGyOdwkQcQBCJ22nHLF7uojd8.png\",srcSet:\"https://framerusercontent.com/images/P0cGyOdwkQcQBCJ22nHLF7uojd8.png?scale-down-to=512 512w,https://framerusercontent.com/images/P0cGyOdwkQcQBCJ22nHLF7uojd8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/P0cGyOdwkQcQBCJ22nHLF7uojd8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/P0cGyOdwkQcQBCJ22nHLF7uojd8.png 3024w\"},className:\"framer-8nhu8i\",\"data-framer-name\":\"image\",name:\"image\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uvf6h9\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-emv4u4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"90.3770674271238px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"118.2%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fc7f17ce-a789-459b-88a9-42624ff6b5e5, rgb(32, 32, 32))\"},children:\"Modern.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"90.3770674271238px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"118.2%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fc7f17ce-a789-459b-88a9-42624ff6b5e5, rgb(32, 32, 32))\"},children:\"Sleek.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"90.3770674271238px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"118.2%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fc7f17ce-a789-459b-88a9-42624ff6b5e5, rgb(32, 32, 32))\"},children:\"Premium.\"})]}),viewBox:\"0 0 390 320\"}},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\":\"133.3039453383293px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"118.2%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fc7f17ce-a789-459b-88a9-42624ff6b5e5, rgb(32, 32, 32))\"},children:\"Modern. Sleek. Premium.\"})}),className:\"framer-28tnhd\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",viewBox:\"0 0 1512 157\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1878,pixelWidth:3024,sizes:\"100vw\",src:\"https://framerusercontent.com/images/0dGT5wnCC9cG1HSt45MAhaei0bs.png\",srcSet:\"https://framerusercontent.com/images/0dGT5wnCC9cG1HSt45MAhaei0bs.png?scale-down-to=512 512w,https://framerusercontent.com/images/0dGT5wnCC9cG1HSt45MAhaei0bs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0dGT5wnCC9cG1HSt45MAhaei0bs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0dGT5wnCC9cG1HSt45MAhaei0bs.png 3024w\"},className:\"framer-2vw4q4\",\"data-framer-name\":\"image\",name:\"image\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a28sao\",\"data-framer-name\":\"Problem\",name:\"Problem\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1atfhvj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yl2o71\",\"data-styles-preset\":\"GckhcVtUX\",children:\"The Goal\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1588sc2\",\"data-styles-preset\":\"e9WDCdIoS\",children:\"The Goal\"})}),className:\"framer-zktfl7\",\"data-framer-name\":\"The Problem\",fonts:[\"Inter\"],name:\"The Problem\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:\"For this project, the client\u2019s vision was to design a premium credit card experience while staying true to their original branding. By developing an elevated card design, they sought to appeal not only to their local customers but also to a broader online audience.\"})})},uQXELJam7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"For this project, the client\u2019s vision was to design a premium credit card experience while staying true to their original branding. By developing an elevated card design, they sought to appeal not only to their local customers but also to a broader online audience.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-unj4na\",\"data-styles-preset\":\"bEt8D7yQR\",children:\"For this project, the client\u2019s vision was to design a premium credit card experience while staying true to their original branding. By developing an elevated card design, they sought to appeal not only to their local customers but also to a broader online audience.\"})}),className:\"framer-1o1ixzr\",\"data-framer-name\":\"The project was delayed due to a company reorganization, which redirected the engineering team's focus to another priority. As a result, they lacked the capacity to develop all screens for the business dashboard. We had to find a solution that minimized engineering effort while allowing continued progress on the product.\",fonts:[\"Inter\"],name:\"The project was delayed due to a company reorganization, which redirected the engineering team's focus to another priority. As a result, they lacked the capacity to develop all screens for the business dashboard. We had to find a solution that minimized engineering effort while allowing continued progress on the product.\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xzkqu2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"Inspiration\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-unj4na\",\"data-styles-preset\":\"bEt8D7yQR\",children:\"Inspiration\"})}),className:\"framer-5a7g3s\",\"data-framer-name\":\"The Problem\",fonts:[\"Inter\"],name:\"The Problem\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s8cfbc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:4060,pixelWidth:6112,positionX:\"59.7%\",positionY:\"43.1%\",sizes:\"max((100vw - 52px) / 2, 50px)\",src:\"https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png\",srcSet:\"https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=512 512w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png 6112w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4060,pixelWidth:6112,positionX:\"59.7%\",positionY:\"43.1%\",sizes:\"max((100vw - 120px) / 3, 50px)\",src:\"https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png\",srcSet:\"https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=512 512w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/DdgJnR8pnSKDnbhAYGMCl7v0GM.png 6112w\"},className:\"framer-m3o5my\",\"data-framer-name\":\"Rectangle 15\",name:\"Rectangle 15\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:920,pixelWidth:736,sizes:\"max((100vw - 52px) / 2, 50px)\",src:\"https://framerusercontent.com/images/YIYKr1cXGMJToG2NpaU1XVLXYhw.jpg\",srcSet:\"https://framerusercontent.com/images/YIYKr1cXGMJToG2NpaU1XVLXYhw.jpg 736w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:920,pixelWidth:736,sizes:\"max((100vw - 120px) / 3, 50px)\",src:\"https://framerusercontent.com/images/YIYKr1cXGMJToG2NpaU1XVLXYhw.jpg\",srcSet:\"https://framerusercontent.com/images/YIYKr1cXGMJToG2NpaU1XVLXYhw.jpg 736w\"},className:\"framer-1bgen82\",\"data-framer-name\":\"Rectangle 15\",name:\"Rectangle 15\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:5368,pixelWidth:6804,sizes:\"max((100vw - 52px) / 2, 50px)\",src:\"https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png\",srcSet:\"https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=512 512w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png 6804w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5368,pixelWidth:6804,sizes:\"max((100vw - 120px) / 3, 50px)\",src:\"https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png\",srcSet:\"https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=512 512w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/jWPt7hBFT4KqPBKdpV37rTFfTmU.png 6804w\"},className:\"framer-1s14ci4\",\"data-framer-name\":\"Rectangle 14\",name:\"Rectangle 14\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:6634,pixelWidth:6538,sizes:\"max((100vw - 52px) / 2, 50px)\",src:\"https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png\",srcSet:\"https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png?scale-down-to=1024 1009w,https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png?scale-down-to=2048 2018w,https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png?scale-down-to=4096 4036w,https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png 6538w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:6634,pixelWidth:6538,sizes:\"max((100vw - 120px) / 3, 50px)\",src:\"https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png\",srcSet:\"https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png?scale-down-to=1024 1009w,https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png?scale-down-to=2048 2018w,https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png?scale-down-to=4096 4036w,https://framerusercontent.com/images/55We0tAbbmq45DpdE1ENV578Jo.png 6538w\"},className:\"framer-1kyi2zw\",\"data-framer-name\":\"Rectangle 16\",name:\"Rectangle 16\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:7168,pixelWidth:7080,sizes:\"max((100vw - 52px) / 2, 50px)\",src:\"https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png\",srcSet:\"https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png?scale-down-to=1024 1011w,https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png?scale-down-to=2048 2022w,https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png?scale-down-to=4096 4045w,https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png 7080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:7168,pixelWidth:7080,sizes:\"max((100vw - 120px) / 3, 50px)\",src:\"https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png\",srcSet:\"https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png?scale-down-to=1024 1011w,https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png?scale-down-to=2048 2022w,https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png?scale-down-to=4096 4045w,https://framerusercontent.com/images/8wLDFzJrvsFRWJO5EnCnw1jcSCY.png 7080w\"},className:\"framer-12t36tk\",\"data-framer-name\":\"Rectangle 15\",name:\"Rectangle 15\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:1104,pixelWidth:736,sizes:\"max((100vw - 52px) / 2, 50px)\",src:\"https://framerusercontent.com/images/c4lWagrpp4PewCarlmZeAncniQ.jpg\",srcSet:\"https://framerusercontent.com/images/c4lWagrpp4PewCarlmZeAncniQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/c4lWagrpp4PewCarlmZeAncniQ.jpg 736w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1104,pixelWidth:736,sizes:\"max((100vw - 120px) / 3, 50px)\",src:\"https://framerusercontent.com/images/c4lWagrpp4PewCarlmZeAncniQ.jpg\",srcSet:\"https://framerusercontent.com/images/c4lWagrpp4PewCarlmZeAncniQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/c4lWagrpp4PewCarlmZeAncniQ.jpg 736w\"},className:\"framer-94ujv8\",\"data-framer-name\":\"Rectangle 15\",name:\"Rectangle 15\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rwrdxu\",\"data-framer-name\":\"Problem\",name:\"Problem\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eo1b7k\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yl2o71\",\"data-styles-preset\":\"GckhcVtUX\",children:\"The Problem\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1588sc2\",\"data-styles-preset\":\"e9WDCdIoS\",children:\"The Problem\"})}),className:\"framer-4v82t7\",\"data-framer-name\":\"The Problem\",fonts:[\"Inter\"],name:\"The Problem\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:\"At the start of the iterations, I realized that there was a difference in vision between the client's team and ours, and it seemed there was some uncertainty about our ability to bring their vision to life. As a result, we had to have several rounds of discussions to align on the direction for the card, which led to a delay in printing the sample designs.\"})})},uQXELJam7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"At the start of the iterations, I realized that there was a difference in vision between the client's team and ours, and it seemed there was some uncertainty about our ability to bring their vision to life. As a result, we had to have several rounds of discussions to align on the direction for the card, which led to a delay in printing the sample designs.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-unj4na\",\"data-styles-preset\":\"bEt8D7yQR\",children:\"At the start of the iterations, I realized that there was a difference in vision between the client's team and ours, and it seemed there was some uncertainty about our ability to bring their vision to life. As a result, we had to have several rounds of discussions to align on the direction for the card, which led to a delay in printing the sample designs.\"})}),className:\"framer-jmschv\",\"data-framer-name\":\"The project was delayed due to a company reorganization, which redirected the engineering team's focus to another priority. As a result, they lacked the capacity to develop all screens for the business dashboard. We had to find a solution that minimized engineering effort while allowing continued progress on the product.\",fonts:[\"Inter\"],name:\"The project was delayed due to a company reorganization, which redirected the engineering team's focus to another priority. As a result, they lacked the capacity to develop all screens for the business dashboard. We had to find a solution that minimized engineering effort while allowing continued progress on the product.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ye86ap-container\",children:/*#__PURE__*/_jsx(DotLottie,{autoplay:true,background:\"rgba(0, 85, 255, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"ZqsjmxJ1l\",layoutId:\"ZqsjmxJ1l\",loop:true,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/339NfgRAqsbUczMbp02xa00dwg.lottie\",srcType:\"file\",srcUrl:\"https://lottie.host/5eca59e9-5c7f-4350-8a3d-ae05e729d4d5/4p0aQdNsTT.lottie\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sdrhzs\",\"data-framer-name\":\"Solution\",name:\"Solution\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j8b5fn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"Sample of the iterations\"})}),className:\"framer-tajqab\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:917,intrinsicWidth:1539,pixelHeight:1834,pixelWidth:3078,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=512 512w,https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png 3078w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:917,intrinsicWidth:1539,pixelHeight:1834,pixelWidth:3078,sizes:\"calc(100vw - 72px)\",src:\"https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=512 512w,https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G3QzUhG17KV1ctRgP0nQoiocs.png 3078w\"},className:\"framer-1d6vr79\",\"data-framer-name\":\"Screenshot 2025-01-13 at 4.29.28\\xe2\\x80\\xafPM\",name:\"Screenshot 2025-01-13 at 4.29.28\\xe2\\x80\\xafPM\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uq603n\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yl2o71\",\"data-styles-preset\":\"GckhcVtUX\",children:\"The Solution\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1588sc2\",\"data-styles-preset\":\"e9WDCdIoS\",children:\"The Solution\"})}),className:\"framer-eehxo2\",\"data-framer-name\":\"The Problem\",fonts:[\"Inter\"],name:\"The Problem\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:\"To address the concerns about the delay in sample printing, we suggested that the client share the design iterations with other team members not directly involved in the project. This helped us gather broader feedback on which designs resonated most. I created a PDF showcasing the different designs along with a brief explanation of the vision behind each, and shared it with both the client\u2019s team and our own.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:\"The feedback we received from this survey helped us finalize the designs, and it made communication with the client team much smoother. As a result, they gained more confidence in our ability to bring their vision to life and came to trust our expertise when I provided recommendations in the future.\"})]})},uQXELJam7:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"To address the concerns about the delay in sample printing, we suggested that the client share the design iterations with other team members not directly involved in the project. This helped us gather broader feedback on which designs resonated most. I created a PDF showcasing the different designs along with a brief explanation of the vision behind each, and shared it with both the client\u2019s team and our own.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"The feedback we received from this survey helped us finalize the designs, and it made communication with the client team much smoother. As a result, they gained more confidence in our ability to bring their vision to life and came to trust our expertise when I provided recommendations in the future.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-unj4na\",\"data-styles-preset\":\"bEt8D7yQR\",children:\"To address the concerns about the delay in sample printing, we suggested that the client share the design iterations with other team members not directly involved in the project. This helped us gather broader feedback on which designs resonated most. I created a PDF showcasing the different designs along with a brief explanation of the vision behind each, and shared it with both the client\u2019s team and our own.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-unj4na\",\"data-styles-preset\":\"bEt8D7yQR\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-unj4na\",\"data-styles-preset\":\"bEt8D7yQR\",children:\"The feedback we received from this survey helped us finalize the designs, and it made communication with the client team much smoother. As a result, they gained more confidence in our ability to bring their vision to life and came to trust our expertise when I provided recommendations in the future.\"})]}),className:\"framer-3r3n5a\",\"data-framer-name\":\"The project was delayed due to a company reorganization, which redirected the engineering team's focus to another priority. As a result, they lacked the capacity to develop all screens for the business dashboard. We had to find a solution that minimized engineering effort while allowing continued progress on the product.\",fonts:[\"Inter\"],name:\"The project was delayed due to a company reorganization, which redirected the engineering team's focus to another priority. As a result, they lacked the capacity to develop all screens for the business dashboard. We had to find a solution that minimized engineering effort while allowing continued progress on the product.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2114,pixelWidth:3757,sizes:\"100vw\",src:\"https://framerusercontent.com/images/TdPh9B9Hcecff2TRNazyOlVnH4.png\",srcSet:\"https://framerusercontent.com/images/TdPh9B9Hcecff2TRNazyOlVnH4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TdPh9B9Hcecff2TRNazyOlVnH4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TdPh9B9Hcecff2TRNazyOlVnH4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TdPh9B9Hcecff2TRNazyOlVnH4.png 3757w\"},className:\"framer-15k2cnp\",\"data-framer-name\":\"image\",name:\"image\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wo2q77\",\"data-framer-name\":\"Final\",name:\"Final\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nu5xle\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1512,pixelWidth:1512,sizes:\"max(50vw, 50px)\",src:\"https://framerusercontent.com/images/wa37am9qIP1TmTShaK7MlMQcuA.png\",srcSet:\"https://framerusercontent.com/images/wa37am9qIP1TmTShaK7MlMQcuA.png?scale-down-to=512 512w,https://framerusercontent.com/images/wa37am9qIP1TmTShaK7MlMQcuA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wa37am9qIP1TmTShaK7MlMQcuA.png 1512w\"},className:\"framer-jn349m\",\"data-framer-name\":\"Rectangle 14\",name:\"Rectangle 14\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1512,pixelWidth:1512,sizes:\"max(50vw, 50px)\",src:\"https://framerusercontent.com/images/UY2x1GZDpOjpvw8lTQ6aK1Om3M.png\",srcSet:\"https://framerusercontent.com/images/UY2x1GZDpOjpvw8lTQ6aK1Om3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/UY2x1GZDpOjpvw8lTQ6aK1Om3M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UY2x1GZDpOjpvw8lTQ6aK1Om3M.png 1512w\"},className:\"framer-10pf4vb\",\"data-framer-name\":\"Rectangle 15\",name:\"Rectangle 15\"})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1944,pixelWidth:3024,positionX:\"53.7%\",positionY:\"45.4%\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/gu6lTJACz3r7mMbBRxHbsRko.png\",srcSet:\"https://framerusercontent.com/images/gu6lTJACz3r7mMbBRxHbsRko.png?scale-down-to=512 512w,https://framerusercontent.com/images/gu6lTJACz3r7mMbBRxHbsRko.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu6lTJACz3r7mMbBRxHbsRko.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu6lTJACz3r7mMbBRxHbsRko.png 3024w\"},className:\"framer-61o8t0\",\"data-framer-name\":\"image\",name:\"image\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9iq9c\",\"data-framer-name\":\"Lesson Learned\",name:\"Lesson Learned\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ret2vh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yl2o71\",\"data-styles-preset\":\"GckhcVtUX\",children:\"Lessons Learned\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOVEF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-variation-axes\":'\"opsz\" 14, \"wght\" 500',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"138.2%\",\"--framer-text-color\":\"var(--token-fc7f17ce-a789-459b-88a9-42624ff6b5e5, rgb(32, 32, 32))\"},children:\"Lessons Learned\"})}),className:\"framer-s6kteo\",\"data-framer-name\":\"Lessons Learned\",fonts:[\"Inter-Variable\"],name:\"Lessons Learned\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:\"This project really emphasized the importance of building trust with a client. At the start, the lack of trust made it more challenging to get approval for specific design decisions. However, through consistent communication, being open to feedback, and making data-driven choices, I was able to earn their confidence and create a product we both loved.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5cw52e\",\"data-styles-preset\":\"Js4tRBA51\",children:\"I really enjoyed working on this project, especially since it had a strong branding focus. It was exciting to see my designs come to life and have a tangible impact.\"})]})},uQXELJam7:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"This project really emphasized the importance of building trust with a client. At the start, the lack of trust made it more challenging to get approval for specific design decisions. However, through consistent communication, being open to feedback, and making data-driven choices, I was able to earn their confidence and create a product we both loved.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14yp5dj\",\"data-styles-preset\":\"u3ydZIfjh\",children:\"I really enjoyed working on this project, especially since it had a strong branding focus. It was exciting to see my designs come to life and have a tangible impact.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"138.2%\",\"--framer-text-color\":\"var(--token-dc9e603b-4edb-4000-b765-9818b1853038, rgb(77, 77, 77))\"},children:\"This project really emphasized the importance of building trust with a client. At the start, the lack of trust made it more challenging to get approval for specific design decisions. However, through consistent communication, being open to feedback, and making data-driven choices, I was able to earn their confidence and create a product we both loved.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"138.2%\",\"--framer-text-color\":\"var(--token-dc9e603b-4edb-4000-b765-9818b1853038, rgb(77, 77, 77))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"138.2%\",\"--framer-text-color\":\"var(--token-dc9e603b-4edb-4000-b765-9818b1853038, rgb(77, 77, 77))\"},children:\"I really enjoyed working on this project, especially since it had a strong branding focus. It was exciting to see my designs come to life and have a tangible impact.\"})]}),className:\"framer-1jj7fjr\",\"data-framer-name\":\"This project highlighted the importance of fully understanding the scope from the start. I learned how crucial it is to remain adaptable when circumstances change, as flexibility played a key role in keeping the project on track. Given the large scope, we introduced new methods for organizing files and a fresh design system. This provided the engineers with clear guidelines for screen designs and ensured they had access to the most up-to-date versions. Additionally, I gained valuable insights into various design review methods with engineers, discovering which approaches resonated best with them and helped foster smoother collaboration.\",fonts:[\"Inter\"],name:\"This project highlighted the importance of fully understanding the scope from the start. I learned how crucial it is to remain adaptable when circumstances change, as flexibility played a key role in keeping the project on track. Given the large scope, we introduced new methods for organizing files and a fresh design system. This provided the engineers with clear guidelines for screen designs and ensured they had access to the most up-to-date versions. Additionally, I gained valuable insights into various design review methods with engineers, discovering which approaches resonated best with them and helped foster smoother collaboration.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kdnc37 hidden-1aarvi2\",\"data-framer-name\":\"Shapes\",name:\"Shapes\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AKhRxktWE:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 80\"><g id=\"ss11732985563_1\"><g><defs><linearGradient id=\"idss11732985563_2g1358641336\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(175,177,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(192,229,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 40 0 C 41.358 21.504 58.496 38.642 80 40 C 58.496 41.358 41.358 58.496 40 80 C 38.642 58.496 21.504 41.358 0 40 C 21.504 38.642 38.642 21.504 40 0 Z\" fill=\"url(#idss11732985563_2g1358641336)\"></path></g></g></svg>',svgContentId:11732985563},uQXELJam7:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 80\"><g id=\"ss11732985563_1\"><g><defs><linearGradient id=\"idss11732985563_2g1358641336\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(175,177,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(192,229,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 40 0 C 41.358 21.504 58.496 38.642 80 40 C 58.496 41.358 41.358 58.496 40 80 C 38.642 58.496 21.504 41.358 0 40 C 21.504 38.642 38.642 21.504 40 0 Z\" fill=\"url(#idss11732985563_2g1358641336)\"></path></g></g></svg>',svgContentId:11732985563}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18227zc\",\"data-framer-name\":\"Clip path group\",layout:\"position\",name:\"Clip path group\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 108 108\"><g id=\"ss10050953499_1\"><g><defs><linearGradient id=\"idss10050953499_2g1358641336\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(175,177,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(192,229,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 54 0 C 55.833 29.03 78.97 52.167 108 54 C 78.97 55.833 55.833 78.97 54 108 C 52.167 78.97 29.03 55.833 0 54 C 29.03 52.167 52.167 29.03 54 0 Z\" fill=\"url(#idss10050953499_2g1358641336)\"></path></g></g></svg>',svgContentId:10050953499,withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tnt6m\",\"data-framer-name\":\"Bottom Section\",name:\"Bottom Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1he66n7\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fsqZGx1q8\"},implicitPathVariables:undefined},{href:{webPageId:\"fsqZGx1q8\"},implicitPathVariables:undefined},{href:{webPageId:\"fsqZGx1q8\"},implicitPathVariables:undefined},{href:{webPageId:\"fsqZGx1q8\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:466,width:\"calc((100vw - 96px) * 0.4534)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-su4kgu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AKhRxktWE:{Ag6nJ7uuM:24,NJP3xhRkO:resolvedLinks[1],YaFVLzT3l:24},KLi1mNKRQ:{Ag6nJ7uuM:24,i0v0MMizu:\"Previous Project\",NJP3xhRkO:resolvedLinks[3],YaFVLzT3l:24},uQXELJam7:{Ag6nJ7uuM:24,i0v0MMizu:\"Previous Project\",NJP3xhRkO:resolvedLinks[2],YaFVLzT3l:24}},children:/*#__PURE__*/_jsx(NextProject,{Ag6nJ7uuM:32,height:\"100%\",i0v0MMizu:\"Previous Project: Feedback UI\",id:\"dUKuQhYZ7\",layoutId:\"dUKuQhYZ7\",lY3sQnCTA:addImageAlt({src:\"https://framerusercontent.com/images/uF7vUFm6kcYdKhVmaoJraWldxo.png\",srcSet:\"https://framerusercontent.com/images/uF7vUFm6kcYdKhVmaoJraWldxo.png?scale-down-to=512 512w,https://framerusercontent.com/images/uF7vUFm6kcYdKhVmaoJraWldxo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uF7vUFm6kcYdKhVmaoJraWldxo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uF7vUFm6kcYdKhVmaoJraWldxo.png 3200w\"},\"\"),mUYbDWuMZ:10,NJP3xhRkO:resolvedLinks[0],style:{width:\"100%\"},variant:\"Tq_J9YEVX\",width:\"100%\",YaFVLzT3l:32})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"M6W1_J7YZ\"},implicitPathVariables:undefined},{href:{webPageId:\"M6W1_J7YZ\"},implicitPathVariables:undefined},{href:{webPageId:\"M6W1_J7YZ\"},implicitPathVariables:undefined},{href:{webPageId:\"M6W1_J7YZ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:466,width:\"calc((100vw - 96px) * 0.4534)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1feuirs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AKhRxktWE:{Ag6nJ7uuM:24,NJP3xhRkO:resolvedLinks1[1],YaFVLzT3l:24},KLi1mNKRQ:{Ag6nJ7uuM:24,i0v0MMizu:\"Next Project\",NJP3xhRkO:resolvedLinks1[3],YaFVLzT3l:24},uQXELJam7:{Ag6nJ7uuM:24,i0v0MMizu:\"Next Project\",NJP3xhRkO:resolvedLinks1[2],YaFVLzT3l:24}},children:/*#__PURE__*/_jsx(NextProject,{Ag6nJ7uuM:32,height:\"100%\",i0v0MMizu:\"Next Project: Whitelabel New Features\",id:\"xO3S1FRwh\",layoutId:\"xO3S1FRwh\",lY3sQnCTA:addImageAlt({src:\"https://framerusercontent.com/images/utLl8IOvmCruPIiFfSfobwTCbCw.png\",srcSet:\"https://framerusercontent.com/images/utLl8IOvmCruPIiFfSfobwTCbCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/utLl8IOvmCruPIiFfSfobwTCbCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/utLl8IOvmCruPIiFfSfobwTCbCw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/utLl8IOvmCruPIiFfSfobwTCbCw.png 3024w\"},\"\"),mUYbDWuMZ:10,NJP3xhRkO:resolvedLinks1[0],style:{width:\"100%\"},variant:\"qcylOq_Tv\",width:\"100%\",YaFVLzT3l:32})})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Gjpb3ziqD\",webPageId:\"qisnQnppX\"},implicitPathVariables:undefined},{href:{hash:\":Gjpb3ziqD\",webPageId:\"qisnQnppX\"},implicitPathVariables:undefined},{href:{hash:\":Gjpb3ziqD\",webPageId:\"qisnQnppX\"},implicitPathVariables:undefined},{href:{hash:\":Gjpb3ziqD\",webPageId:\"qisnQnppX\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KLi1mNKRQ:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:110,width:\"calc(100vw - 96px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-4oox8k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AKhRxktWE:{fhb6c9VBp:resolvedLinks2[1]},KLi1mNKRQ:{fhb6c9VBp:resolvedLinks2[3],UC87CKSkP:24,variant:\"HZfPyw0pB\"},uQXELJam7:{fhb6c9VBp:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(BottomInfo,{afACYbi6v:\"0px 0px 0px 0px\",fhb6c9VBp:resolvedLinks2[0],height:\"100%\",id:\"SI6srA_EM\",layoutId:\"SI6srA_EM\",style:{width:\"100%\"},UC87CKSkP:48,variant:\"TOWuQ16sz\",width:\"100%\"})})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-YlDDQ { background: white; }`,\".framer-YlDDQ.framer-dpbgxq, .framer-YlDDQ .framer-dpbgxq { display: block; }\",\".framer-YlDDQ.framer-kxuxmi { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1512px; }\",\".framer-YlDDQ .framer-1tnd36e-container, .framer-YlDDQ .framer-4oox8k-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1h0bhze { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 180px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1kwe2ze { 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 36px 0px 36px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1x1pp88-container, .framer-YlDDQ .framer-ycahs4-container, .framer-YlDDQ .framer-8x3e3n-container, .framer-YlDDQ .framer-rnn7cd-container, .framer-YlDDQ .framer-atgma4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YlDDQ .framer-ajzla3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-8pqw0l, .framer-YlDDQ .framer-zktfl7, .framer-YlDDQ .framer-5a7g3s, .framer-YlDDQ .framer-4v82t7, .framer-YlDDQ .framer-eehxo2, .framer-YlDDQ .framer-s6kteo { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YlDDQ .framer-g1bijo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 48px; position: relative; width: 767px; }\",\".framer-YlDDQ .framer-1wrv7va, .framer-YlDDQ .framer-1o1ixzr, .framer-YlDDQ .framer-jmschv, .framer-YlDDQ .framer-3r3n5a, .framer-YlDDQ .framer-1jj7fjr { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YlDDQ .framer-18z4pun { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-lot3tw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YlDDQ .framer-qz15gf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YlDDQ .framer-1of4pbe { 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-YlDDQ .framer-8nhu8i { aspect-ratio: 1.797859690844233 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 841px); position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1uvf6h9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 480px; justify-content: center; overflow: hidden; padding: 240px 0px 240px 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-emv4u4 { 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: 0px; position: relative; width: 1px; }\",\".framer-YlDDQ .framer-28tnhd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; }\",\".framer-YlDDQ .framer-2vw4q4, .framer-YlDDQ .framer-15k2cnp, .framer-YlDDQ .framer-61o8t0 { aspect-ratio: 1.68 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 900px); position: relative; width: 100%; }\",\".framer-YlDDQ .framer-a28sao { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 150px 460px 150px 36px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1atfhvj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-xzkqu2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 36px 0px 36px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-s8cfbc { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-m3o5my, .framer-YlDDQ .framer-1bgen82, .framer-YlDDQ .framer-1s14ci4, .framer-YlDDQ .framer-12t36tk, .framer-YlDDQ .framer-94ujv8 { align-self: start; aspect-ratio: 1.1702786377708978 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 397px); justify-self: start; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1kyi2zw { align-self: start; aspect-ratio: 1.1759036144578314 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 395px); justify-self: start; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-rwrdxu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 36px 200px 36px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-eo1b7k { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-YlDDQ .framer-ye86ap-container { aspect-ratio: 1.4285714285714286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 480px); position: relative; width: 48%; }\",\".framer-YlDDQ .framer-sdrhzs { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 36px 100px 36px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-j8b5fn { 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-YlDDQ .framer-tajqab { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YlDDQ .framer-1d6vr79 { aspect-ratio: 1.678298800436205 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 858px); overflow: visible; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-uq603n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 36px 240px 36px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1wo2q77 { 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-YlDDQ .framer-1nu5xle { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-jn349m, .framer-YlDDQ .framer-10pf4vb { align-self: start; aspect-ratio: 1.1702786377708978 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 646px); justify-self: start; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1e9iq9c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 36px 0px 36px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1ret2vh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 832px; }\",\".framer-YlDDQ .framer-1kdnc37 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 108px); overflow: hidden; position: relative; width: 108px; }\",\".framer-YlDDQ .framer-18227zc { flex: none; height: 108px; left: 0px; position: absolute; top: 0px; width: 108px; }\",\".framer-YlDDQ .framer-1tnt6m { align-content: flex-end; align-items: flex-end; background-color: var(--token-056bf0a2-6633-40a1-a428-ef143f11c5b8, #fbfbfd); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 48px 80px 48px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-1he66n7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 0px 70px 0px; position: relative; width: 100%; }\",\".framer-YlDDQ .framer-su4kgu-container, .framer-YlDDQ .framer-1feuirs-container { flex: none; height: auto; position: relative; width: 45%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YlDDQ.framer-kxuxmi, .framer-YlDDQ .framer-1h0bhze, .framer-YlDDQ .framer-1kwe2ze, .framer-YlDDQ .framer-g1bijo, .framer-YlDDQ .framer-18z4pun, .framer-YlDDQ .framer-lot3tw, .framer-YlDDQ .framer-qz15gf, .framer-YlDDQ .framer-1of4pbe, .framer-YlDDQ .framer-1uvf6h9, .framer-YlDDQ .framer-emv4u4, .framer-YlDDQ .framer-a28sao, .framer-YlDDQ .framer-1atfhvj, .framer-YlDDQ .framer-xzkqu2, .framer-YlDDQ .framer-rwrdxu, .framer-YlDDQ .framer-eo1b7k, .framer-YlDDQ .framer-sdrhzs, .framer-YlDDQ .framer-j8b5fn, .framer-YlDDQ .framer-uq603n, .framer-YlDDQ .framer-1wo2q77, .framer-YlDDQ .framer-1ret2vh, .framer-YlDDQ .framer-1tnt6m { gap: 0px; } .framer-YlDDQ.framer-kxuxmi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YlDDQ.framer-kxuxmi > :first-child, .framer-YlDDQ .framer-1h0bhze > :first-child, .framer-YlDDQ .framer-1kwe2ze > :first-child, .framer-YlDDQ .framer-g1bijo > :first-child, .framer-YlDDQ .framer-1of4pbe > :first-child, .framer-YlDDQ .framer-a28sao > :first-child, .framer-YlDDQ .framer-1atfhvj > :first-child, .framer-YlDDQ .framer-xzkqu2 > :first-child, .framer-YlDDQ .framer-eo1b7k > :first-child, .framer-YlDDQ .framer-sdrhzs > :first-child, .framer-YlDDQ .framer-j8b5fn > :first-child, .framer-YlDDQ .framer-uq603n > :first-child, .framer-YlDDQ .framer-1wo2q77 > :first-child, .framer-YlDDQ .framer-1ret2vh > :first-child, .framer-YlDDQ .framer-1tnt6m > :first-child { margin-top: 0px; } .framer-YlDDQ.framer-kxuxmi > :last-child, .framer-YlDDQ .framer-1h0bhze > :last-child, .framer-YlDDQ .framer-1kwe2ze > :last-child, .framer-YlDDQ .framer-g1bijo > :last-child, .framer-YlDDQ .framer-1of4pbe > :last-child, .framer-YlDDQ .framer-a28sao > :last-child, .framer-YlDDQ .framer-1atfhvj > :last-child, .framer-YlDDQ .framer-xzkqu2 > :last-child, .framer-YlDDQ .framer-eo1b7k > :last-child, .framer-YlDDQ .framer-sdrhzs > :last-child, .framer-YlDDQ .framer-j8b5fn > :last-child, .framer-YlDDQ .framer-uq603n > :last-child, .framer-YlDDQ .framer-1wo2q77 > :last-child, .framer-YlDDQ .framer-1ret2vh > :last-child, .framer-YlDDQ .framer-1tnt6m > :last-child { margin-bottom: 0px; } .framer-YlDDQ .framer-1h0bhze > * { margin: 0px; margin-bottom: calc(180px / 2); margin-top: calc(180px / 2); } .framer-YlDDQ .framer-1kwe2ze > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-YlDDQ .framer-g1bijo > *, .framer-YlDDQ .framer-a28sao > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-YlDDQ .framer-18z4pun > *, .framer-YlDDQ .framer-lot3tw > *, .framer-YlDDQ .framer-qz15gf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YlDDQ .framer-18z4pun > :first-child, .framer-YlDDQ .framer-lot3tw > :first-child, .framer-YlDDQ .framer-qz15gf > :first-child, .framer-YlDDQ .framer-1uvf6h9 > :first-child, .framer-YlDDQ .framer-emv4u4 > :first-child, .framer-YlDDQ .framer-rwrdxu > :first-child { margin-left: 0px; } .framer-YlDDQ .framer-18z4pun > :last-child, .framer-YlDDQ .framer-lot3tw > :last-child, .framer-YlDDQ .framer-qz15gf > :last-child, .framer-YlDDQ .framer-1uvf6h9 > :last-child, .framer-YlDDQ .framer-emv4u4 > :last-child, .framer-YlDDQ .framer-rwrdxu > :last-child { margin-right: 0px; } .framer-YlDDQ .framer-1of4pbe > *, .framer-YlDDQ .framer-j8b5fn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YlDDQ .framer-1uvf6h9 > *, .framer-YlDDQ .framer-emv4u4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YlDDQ .framer-1atfhvj > *, .framer-YlDDQ .framer-xzkqu2 > *, .framer-YlDDQ .framer-eo1b7k > *, .framer-YlDDQ .framer-uq603n > *, .framer-YlDDQ .framer-1ret2vh > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-YlDDQ .framer-rwrdxu > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-YlDDQ .framer-sdrhzs > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-YlDDQ .framer-1wo2q77 > *, .framer-YlDDQ .framer-1tnt6m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,`@media (min-width: 1200px) and (max-width: 1511px) { .${metadata.bodyClassName}-framer-YlDDQ { background: white; } .framer-YlDDQ.framer-kxuxmi { width: 1200px; } .framer-YlDDQ .framer-8nhu8i { height: var(--framer-aspect-ratio-supported, 668px); } .framer-YlDDQ .framer-2vw4q4, .framer-YlDDQ .framer-15k2cnp, .framer-YlDDQ .framer-61o8t0 { height: var(--framer-aspect-ratio-supported, 714px); } .framer-YlDDQ .framer-a28sao { padding: 150px 360px 150px 36px; } .framer-YlDDQ .framer-m3o5my, .framer-YlDDQ .framer-1bgen82, .framer-YlDDQ .framer-1s14ci4, .framer-YlDDQ .framer-12t36tk, .framer-YlDDQ .framer-94ujv8 { height: var(--framer-aspect-ratio-supported, 308px); } .framer-YlDDQ .framer-1kyi2zw { height: var(--framer-aspect-ratio-supported, 306px); } .framer-YlDDQ .framer-ye86ap-container { height: var(--framer-aspect-ratio-supported, 376px); } .framer-YlDDQ .framer-1d6vr79 { height: var(--framer-aspect-ratio-supported, 672px); } .framer-YlDDQ .framer-uq603n { padding: 180px 36px 200px 36px; } .framer-YlDDQ .framer-jn349m, .framer-YlDDQ .framer-10pf4vb { height: var(--framer-aspect-ratio-supported, 513px); } .framer-YlDDQ .framer-18227zc { height: 80px; left: unset; right: 0px; width: 80px; }}`,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-YlDDQ { background: white; } .framer-YlDDQ.framer-kxuxmi { width: 810px; } .framer-YlDDQ .framer-ajzla3 { flex-direction: column; gap: 12px; justify-content: flex-start; } .framer-YlDDQ .framer-g1bijo { padding: 0px; width: 100%; } .framer-YlDDQ .framer-8nhu8i { height: var(--framer-aspect-ratio-supported, 111px); } .framer-YlDDQ .framer-2vw4q4, .framer-YlDDQ .framer-1d6vr79, .framer-YlDDQ .framer-15k2cnp, .framer-YlDDQ .framer-61o8t0 { height: var(--framer-aspect-ratio-supported, 119px); } .framer-YlDDQ .framer-a28sao { padding: 150px 36px 150px 36px; } .framer-YlDDQ .framer-m3o5my, .framer-YlDDQ .framer-1bgen82, .framer-YlDDQ .framer-1s14ci4, .framer-YlDDQ .framer-12t36tk, .framer-YlDDQ .framer-94ujv8, .framer-YlDDQ .framer-jn349m, .framer-YlDDQ .framer-10pf4vb { height: var(--framer-aspect-ratio-supported, 171px); } .framer-YlDDQ .framer-1kyi2zw { height: var(--framer-aspect-ratio-supported, 170px); } .framer-YlDDQ .framer-rwrdxu { flex-direction: column; padding: 100px 36px 100px 36px; } .framer-YlDDQ .framer-eo1b7k { flex: none; width: 100%; } .framer-YlDDQ .framer-ye86ap-container { aspect-ratio: unset; height: 407px; width: 85%; } .framer-YlDDQ .framer-uq603n { padding: 100px 36px 160px 36px; } .framer-YlDDQ .framer-1ret2vh { width: 561px; } .framer-YlDDQ .framer-18227zc { height: 80px; left: unset; right: 0px; width: 80px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YlDDQ .framer-ajzla3, .framer-YlDDQ .framer-rwrdxu { gap: 0px; } .framer-YlDDQ .framer-ajzla3 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-YlDDQ .framer-ajzla3 > :first-child, .framer-YlDDQ .framer-rwrdxu > :first-child { margin-top: 0px; } .framer-YlDDQ .framer-ajzla3 > :last-child, .framer-YlDDQ .framer-rwrdxu > :last-child { margin-bottom: 0px; } .framer-YlDDQ .framer-rwrdxu > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-YlDDQ { background: white; } .framer-YlDDQ.framer-kxuxmi { width: 390px; } .framer-YlDDQ .framer-1h0bhze { gap: 60px; } .framer-YlDDQ .framer-1kwe2ze { overflow: visible; padding: 0px 24px 0px 24px; } .framer-YlDDQ .framer-ajzla3 { flex-direction: column; gap: 12px; justify-content: flex-start; overflow: visible; } .framer-YlDDQ .framer-g1bijo { padding: 0px; width: 100%; } .framer-YlDDQ .framer-18z4pun { flex-direction: column; overflow: visible; } .framer-YlDDQ .framer-lot3tw { overflow: visible; } .framer-YlDDQ .framer-qz15gf, .framer-YlDDQ .framer-su4kgu-container, .framer-YlDDQ .framer-1feuirs-container { width: 100%; } .framer-YlDDQ .framer-8nhu8i { aspect-ratio: unset; height: 388px; } .framer-YlDDQ .framer-1uvf6h9 { padding: 240px 24px 240px 24px; } .framer-YlDDQ .framer-2vw4q4 { aspect-ratio: unset; height: 444px; } .framer-YlDDQ .framer-a28sao { padding: 80px 36px 40px 36px; } .framer-YlDDQ .framer-1atfhvj { gap: 24px; } .framer-YlDDQ .framer-xzkqu2 { gap: 24px; padding: 0px 24px 0px 24px; } .framer-YlDDQ .framer-s8cfbc { gap: 4px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(4, min-content); } .framer-YlDDQ .framer-m3o5my, .framer-YlDDQ .framer-1bgen82, .framer-YlDDQ .framer-1s14ci4, .framer-YlDDQ .framer-12t36tk, .framer-YlDDQ .framer-94ujv8 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 171px); } .framer-YlDDQ .framer-1kyi2zw { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 170px); } .framer-YlDDQ .framer-rwrdxu { flex-direction: column; gap: 20px; padding: 80px 24px 40px 24px; } .framer-YlDDQ .framer-eo1b7k { flex: none; gap: 24px; order: 0; width: 100%; } .framer-YlDDQ .framer-ye86ap-container { aspect-ratio: unset; height: 247px; order: 1; width: 85%; } .framer-YlDDQ .framer-sdrhzs { padding: 40px 24px 40px 24px; } .framer-YlDDQ .framer-1d6vr79 { aspect-ratio: unset; height: 374px; } .framer-YlDDQ .framer-uq603n { gap: 24px; padding: 80px 24px 100px 24px; } .framer-YlDDQ .framer-15k2cnp { aspect-ratio: unset; height: 285px; } .framer-YlDDQ .framer-jn349m, .framer-YlDDQ .framer-10pf4vb { height: var(--framer-aspect-ratio-supported, 171px); } .framer-YlDDQ .framer-61o8t0 { aspect-ratio: unset; height: 328px; } .framer-YlDDQ .framer-1ret2vh { width: 324px; } .framer-YlDDQ .framer-1tnt6m { gap: 40px; padding: 60px 24px 48px 24px; } .framer-YlDDQ .framer-1he66n7 { flex-direction: column; gap: 48px; justify-content: flex-start; padding: 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YlDDQ .framer-1h0bhze, .framer-YlDDQ .framer-ajzla3, .framer-YlDDQ .framer-18z4pun, .framer-YlDDQ .framer-1atfhvj, .framer-YlDDQ .framer-xzkqu2, .framer-YlDDQ .framer-s8cfbc, .framer-YlDDQ .framer-rwrdxu, .framer-YlDDQ .framer-eo1b7k, .framer-YlDDQ .framer-uq603n, .framer-YlDDQ .framer-1tnt6m, .framer-YlDDQ .framer-1he66n7 { gap: 0px; } .framer-YlDDQ .framer-1h0bhze > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-YlDDQ .framer-1h0bhze > :first-child, .framer-YlDDQ .framer-ajzla3 > :first-child, .framer-YlDDQ .framer-18z4pun > :first-child, .framer-YlDDQ .framer-1atfhvj > :first-child, .framer-YlDDQ .framer-xzkqu2 > :first-child, .framer-YlDDQ .framer-rwrdxu > :first-child, .framer-YlDDQ .framer-eo1b7k > :first-child, .framer-YlDDQ .framer-uq603n > :first-child, .framer-YlDDQ .framer-1tnt6m > :first-child, .framer-YlDDQ .framer-1he66n7 > :first-child { margin-top: 0px; } .framer-YlDDQ .framer-1h0bhze > :last-child, .framer-YlDDQ .framer-ajzla3 > :last-child, .framer-YlDDQ .framer-18z4pun > :last-child, .framer-YlDDQ .framer-1atfhvj > :last-child, .framer-YlDDQ .framer-xzkqu2 > :last-child, .framer-YlDDQ .framer-rwrdxu > :last-child, .framer-YlDDQ .framer-eo1b7k > :last-child, .framer-YlDDQ .framer-uq603n > :last-child, .framer-YlDDQ .framer-1tnt6m > :last-child, .framer-YlDDQ .framer-1he66n7 > :last-child { margin-bottom: 0px; } .framer-YlDDQ .framer-ajzla3 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-YlDDQ .framer-18z4pun > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-YlDDQ .framer-1atfhvj > *, .framer-YlDDQ .framer-xzkqu2 > *, .framer-YlDDQ .framer-eo1b7k > *, .framer-YlDDQ .framer-uq603n > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-YlDDQ .framer-s8cfbc > *, .framer-YlDDQ .framer-s8cfbc > :first-child, .framer-YlDDQ .framer-s8cfbc > :last-child { margin: 0px; } .framer-YlDDQ .framer-rwrdxu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-YlDDQ .framer-1tnt6m > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YlDDQ .framer-1he66n7 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10921\n * @framerIntrinsicWidth 1512\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AKhRxktWE\":{\"layout\":[\"fixed\",\"auto\"]},\"uQXELJam7\":{\"layout\":[\"fixed\",\"auto\"]},\"KLi1mNKRQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerqisnQnppX=withCSS(Component,css,\"framer-YlDDQ\");export default FramerqisnQnppX;FramerqisnQnppX.displayName=\"Page\";FramerqisnQnppX.defaultProps={height:10921,width:1512};const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerqisnQnppX,[{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/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,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/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,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/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,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/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,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/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,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/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/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\"}]},...NavBarFonts,...BackButtonFonts,...LinkedinFonts,...DotLottieFonts,...NextProjectFonts,...BottomInfoFonts,...CursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqisnQnppX\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AKhRxktWE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uQXELJam7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KLi1mNKRQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"10921\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1512\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "NavBarFonts", "getFonts", "TB0WxtlpB_default", "BackButtonFonts", "BdNFqiXNj_default", "LinkedinFonts", "QPZJPPdhQ_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "DotLottieFonts", "DotLottie", "NextProjectFonts", "lGBPB6Ajp_default", "BottomInfoFonts", "KOYLG84Iy_default", "CursorFonts", "cJMJBL4r7_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "textEffect", "transition3", "textEffect1", "transition4", "animation1", "animation2", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "Image2", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FramerqisnQnppX", "withCSS", "qisnQnppX_default", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
