{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.8.0/dist/hash.browser.esm.js", "ssg:https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js", "ssg:https://framerusercontent.com/modules/hWsQK0JbB5zq7zMSUhco/etaaDQDDN08sjjkDwO5l/liEPm49pf.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=hash.browser.esm.js.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Children as i}from\"react\";import{addPropertyControls as n,ControlType as a,RenderTarget as l,withCSS as r}from\"framer\";import{motion as o}from\"framer-motion\";import p from\"@emotion/hash\";import{renderToString as s}from\"react-dom/server\";/**\n * ARC TEXT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */let d=r(function(n){let a,r,d;// Checks\nlet x=i.count(n.slots)>0,b=l.current()===l.canvas,$=x&&\"graphic\"===n.type,w=\"circle\"===n.type,S=\"ellipse\"===n.type,v=S?n.cylinderHeight/2:0,V=f(n.flip,v);// If graphic is connected\nif($){let i=m(n.slots),l=m(i.props.svg),o=m(i.props.children);// Show placeholder on canvas if connected layer isn\u2019t a graphic\nif(b&&!o.props.frame)return /*#__PURE__*/t(\"div\",{style:u,children:[/*#__PURE__*/e(\"div\",{style:h,children:\"\uD83D\uDC8E\"}),/*#__PURE__*/e(\"p\",{style:g,children:\"Please connect to Graphic\"}),/*#__PURE__*/e(\"p\",{style:y,children:\"You can only connect the Arc to a Graphic with a single path.\"})]});// Grab the react element from the canvas and turn it into SVG\nif(b&&o){let e=s(o),t=o.props.frame;for(let i of(r=`0 0 ${t.width} ${t.height}`,e.match(/[\\w-]+=\"[^\"]*\"/g)))i.includes(\"d=\")&&(a=c(i));}// On the preview/deploy we already get the SVG string\nif(!b&&l){let e=l.match(/[\\w-]+=\"[^\"]*\"/g);for(let t of(r=(r=(r=l.split(\"viewBox=\")[1]).split(\">\")[0]).replace(/^\"(.+(?=\"$))\"$/,\"$1\"),e))t.includes(\"d=\")&&(a=c(t));}}// Unique IDs to avoid multiple instances on the canvas sharing a single path\nlet C=`curve-${p(a||V)}`;return\"top\"===n.alignmentBaseline&&(d=\"Text Top\"),\"center\"===n.alignmentBaseline&&(d=\"Central\"),\"bottom\"===n.alignmentBaseline&&(d=\"Hanging\"),/*#__PURE__*/e(o.div,{style:{width:\"100%\",height:\"100%\",// userSelect: \"none\",\n// pointerEvents: \"none\",\nposition:\"relative\"},draggable:\"false\",children:/*#__PURE__*/t(o.svg,{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",position:\"absolute\",inset:0,transformOrigin:\"center\",willChange:n.rotate&&\"transform\"},viewBox:$?r:\"0 0 100 100\",overflow:\"visible\",animate:w&&n.rotate&&{rotate:360},transition:w&&n.rotate&&{duration:100/n.rotateSpeed,repeat:1/0,ease:\"linear\"},children:[/*#__PURE__*/e(\"path\",{id:C,d:$?a:V,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/e(\"text\",{children:/*#__PURE__*/t(\"textPath\",{href:`#${C}`,startOffset:n.startOffset,dominantBaseline:d,style:{...n.font,wordSpacing:n.wordSpacing,fill:n.color},children:[n.text,!b&&n.animate&&/*#__PURE__*/e(\"animate\",{attributeName:\"startOffset\",from:`${n.animateStart}%`,to:`${n.animateEnd}%`,begin:\"0s\",dur:`${n.animateDuration}s`,repeatCount:\"indefinite\"})]})})]})});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default d;/* Method to get the first child */function m(e){let t;return i.map(e,e=>{void 0===t&&(t=e);}),t;}d.defaultProps={height:50,width:50},n(d,{text:{title:\"Content\",type:a.String,defaultValue:\"\u2726 THANK YOU \u2726 FOR VISITING\",displayTextArea:!0},type:{title:\"Type\",type:a.Enum,options:[\"circle\",\"ellipse\",\"graphic\"],optionTitles:[\"Circle\",\"Ellipse\",\"Graphic\"],defaultValue:!0},cylinderHeight:{title:\"Height\",type:a.Number,unit:\"px\",min:0,max:1e3,hidden:({type:e})=>\"ellipse\"!==e},rotate:{type:a.Boolean,title:\"Rotate\",defaultValue:!1,hidden:({type:e})=>\"circle\"!==e},rotateSpeed:{type:a.Number,title:\"Speed\",min:0,max:50,defaultValue:5,displayStepper:!0,step:1,hidden:({type:e,rotate:t})=>\"circle\"!==e||!t},slots:{type:a.ComponentInstance,title:\"Graphic\",hidden:({type:e})=>\"graphic\"!==e},alignmentBaseline:{title:\"Align\",type:a.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:!0},flip:{type:a.Boolean,defaultValue:!1,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\",hidden:({type:e})=>\"graphic\"===e},startOffset:{title:\"Offset\",type:a.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},color:{title:\"Color\",type:a.Color,defaultValue:\"#999\"},font:{type:a.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:!1},wordSpacing:{type:a.Number,step:1,defaultValue:0,title:\"Word\",displayStepper:!0},animate:{type:a.Boolean,defaultValue:!1,title:\"Animate\"},animateStart:{type:a.Number,min:-200,max:200,step:.1,defaultValue:-50,title:\"From\",unit:\"%\",hidden:e=>!e.animate},animateEnd:{type:a.Number,min:-200,max:200,step:.1,defaultValue:150,title:\"To\",unit:\"%\",hidden:e=>!e.animate},animateDuration:{type:a.Number,min:0,max:50,defaultValue:5,title:\"Time\",unit:\"s\",displayStepper:!0,hidden:e=>!e.animate}});/* Method to get stringless attributes */let c=e=>e.split(\"=\")[1].replace(/['\"]+/g,\"\"),f=(e,t)=>{let i=50-t,n=50+t;return e?`M 0 50 L 0 ${n} A 1 1 0 1 0 100 ${n} L 100 ${i} A 1 1 0 1 0 0 ${i} L 0 50`:`M 0 50 L 0 ${i} A 1 1 0 0 1 100 ${i} L 100 50 L 100 ${n} A 1 1 0 0 1 0 ${n} L 0 ${i}`;},u={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"},h={fontSize:32,marginBottom:10},g={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},y={margin:0,opacity:.7,maxWidth:160,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (2a8efd8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,Image,Link,optimizeAppear,optimizeAppearTransformTemplate,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js\";import Footer from\"#framer/local/canvasComponent/K2SOk33yP/K2SOk33yP.js\";import Navigation from\"#framer/local/canvasComponent/NDCKeyVUJ/NDCKeyVUJ.js\";import*as sharedStyle1 from\"#framer/local/css/sJ2QEITYH/sJ2QEITYH.js\";import*as sharedStyle from\"#framer/local/css/t1nZSI0N6/t1nZSI0N6.js\";import metadataProvider from\"#framer/local/webPageMetadata/liEPm49pf/liEPm49pf.js\";const MotionDivWithFX=withFX(motion.div);const ArcFonts=getFonts(Arc);const NavigationFonts=getFonts(Navigation);const FooterFonts=getFonts(Footer);const cycleOrder=[\"I9N3yB7WT\"];const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-7Posd\";const variantClassNames={I9N3yB7WT:\"framer-v-xxx0kj\"};const transitions={default:{duration:0}};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,scale:1.05,transition:transition1};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation1={opacity:1,rotate:0,scale:1.1,transition:transition1};const animation2={opacity:1,rotate:0,scale:1.05,transition:transition1,x:4,y:-2};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,scale:1,transition:transition2,x:-150,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,scale:1,x:-150,y:0};const transition3={delay:1,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:0,rotate:0,scale:1,transition:transition3,x:-150,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:0};const metadata=metadataProvider();const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useLayoutEffect(()=>{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);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-7Posd`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-7Posd`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"I9N3yB7WT\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-xxx0kj\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-110svcy\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-13nkyti\",\"data-framer-name\":\"CS #1\",name:\"CS #1\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xdagyb\",\"data-framer-name\":\"Image Background\",name:\"Image Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ei7htc\",\"data-framer-name\":\"Background\",name:\"Background\"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"op0U3qUk8\"},openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1585t5u framer-1nu3vc8\",\"data-framer-name\":\"Background\",name:\"Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10dp62a\",\"data-framer-name\":\"Pattern\",name:\"Pattern\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1obslzg\",\"data-framer-name\":\"Pattern\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:112,intrinsicWidth:135,name:\"Pattern\",svg:'<svg width=\"135\" height=\"112\" viewBox=\"0 0 135 112\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M134.312 3.8147e-05C134.312 61.7609 84.2448 111.828 22.484 111.828L12.9256 111.828C6.04976 111.828 0.475754 106.254 0.475755 99.3781L0.475763 2.63402e-05L134.312 3.8147e-05Z\" fill=\"#EAE3DA\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qv6srk\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"556px\",src:\"https://framerusercontent.com/images/pTsAzVUFIUt9tQsWKHxbK13P9E.png\",srcSet:\"https://framerusercontent.com/images/pTsAzVUFIUt9tQsWKHxbK13P9E.png?scale-down-to=512 512w, https://framerusercontent.com/images/pTsAzVUFIUt9tQsWKHxbK13P9E.png 851w\"},className:\"framer-13rsfad\",\"data-framer-name\":\"KE 1\",name:\"KE 1\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ws4zy4\",\"data-framer-name\":\"Frame 4\",name:\"Frame 4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gwoh96\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hi8jt3\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:121,name:\"Layer_1\",svg:'<svg width=\"121\" height=\"20\" viewBox=\"0 0 121 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_14_1713)\">\\n<path d=\"M63.1685 16.1215V5.552H71.7351V8.01821H66.6127V9.53074H70.9473V11.997H66.6127V13.6553H71.9373V16.1215H63.1685Z\" fill=\"#D51317\"/>\\n<path d=\"M73.0602 16.1215V5.552H76.0939V16.1215H73.0602Z\" fill=\"#D51317\"/>\\n<path d=\"M80.0632 12.9658C80.0632 13.877 80.7635 14.4784 81.5664 14.4784C82.0463 14.4784 82.484 14.2566 82.7044 13.8041H85.6082C85.083 15.7115 83.1572 16.3432 81.3762 16.3432C78.9252 16.3432 77.0296 14.9339 77.0296 12.3493C77.0296 9.76461 78.9131 8.20956 81.3642 8.20956C84.1955 8.20956 85.901 10.1777 85.8587 12.9658H80.0662H80.0632ZM82.8221 11.4108C82.8221 10.7061 82.1943 10.0744 81.4789 10.0744C80.5733 10.0744 80.0632 10.5877 80.0632 11.4108H82.8221Z\" fill=\"#D51317\"/>\\n<path d=\"M91.8082 11.3652C91.7931 11.0281 91.6754 10.7639 91.4883 10.5725C91.2981 10.366 91.0355 10.2658 90.7004 10.2658C89.5625 10.2658 89.3723 11.4563 89.3723 12.3645C89.3723 13.5247 89.81 14.287 90.7004 14.287C91.4883 14.287 91.7931 13.7434 91.8837 13.142H94.9475C94.6849 15.4776 92.8164 16.3432 90.7004 16.3432C88.2343 16.3432 86.3387 14.9491 86.3387 12.3493C86.3387 9.74943 88.177 8.20956 90.7004 8.20956C92.744 8.20956 94.6698 9.09035 94.8871 11.3652H91.8082Z\" fill=\"#D51317\"/>\\n<path d=\"M100.912 16.1215C96.9277 16.3432 96.4477 16.0638 96.4477 13.4062V10.1898H95.3671V8.42823H96.49V6.03491H99.4813V8.42823H100.939V10.1898H99.4813V12.978C99.4813 13.6826 99.584 13.9316 100.429 13.9316H100.909V16.1184L100.912 16.1215Z\" fill=\"#D51317\"/>\\n<path d=\"M101.963 8.42823H104.721V9.98328H104.752C105.174 8.78054 105.92 8.20651 107.1 8.20651C107.233 8.20651 107.363 8.23688 107.495 8.25207V11.3045C107.29 11.2741 107.073 11.2164 106.868 11.2164C105.627 11.2164 104.999 11.8026 104.999 13.4639V16.1215H101.966V8.42823H101.963Z\" fill=\"#D51317\"/>\\n<path d=\"M108.147 5.27258H111.181V7.44419H108.147V5.27258ZM108.147 16.1215V8.42824H111.181V16.1215H108.147Z\" fill=\"#D51317\"/>\\n<path d=\"M117.605 11.3652C117.589 11.0281 117.472 10.7639 117.285 10.5725C117.094 10.366 116.832 10.2658 116.497 10.2658C115.359 10.2658 115.169 11.4563 115.169 12.3645C115.169 13.5247 115.606 14.287 116.497 14.287C117.285 14.287 117.592 13.7434 117.68 13.142H120.744C120.481 15.4776 118.613 16.3432 116.497 16.3432C114.031 16.3432 112.135 14.9491 112.135 12.3493C112.135 9.74943 113.973 8.20956 116.497 8.20956C118.54 8.20956 120.466 9.09035 120.683 11.3652H117.605Z\" fill=\"#D51317\"/>\\n<path d=\"M59.7818 3.68414H0V20H59.7818V3.68414Z\" fill=\"#9D9D9C\"/>\\n<path d=\"M17.0154 12.9689C17.0154 13.8891 17.7217 14.4966 18.5337 14.4966C19.0197 14.4966 19.4634 14.2749 19.6838 13.8132H22.6178C22.0865 15.7418 20.1396 16.3796 18.3405 16.3796C15.8623 16.3796 13.9456 14.9552 13.9456 12.3432C13.9456 9.7312 15.8472 8.15793 18.3254 8.15793C21.187 8.15793 22.9106 10.1473 22.8683 12.9658H17.0124L17.0154 12.9689ZM19.8015 11.3956C19.8015 10.6849 19.1676 10.044 18.4462 10.044C17.5316 10.044 17.0154 10.5634 17.0154 11.3956H19.8015Z\" fill=\"white\"/>\\n<path d=\"M26.5841 8.3827V9.53987H26.6143C27.0429 8.58923 28.1477 8.16098 29.0321 8.16098C31.3624 8.16098 32.4823 10.0744 32.4823 12.2126C32.4823 15.268 30.5957 16.3827 28.8691 16.3827C28.03 16.3827 27.4081 16.0425 26.892 15.3895V18.8033H23.8252V8.3827H26.5841ZM29.4155 12.2551C29.4155 11.022 28.8842 10.445 28.0722 10.445C27.3357 10.445 26.8346 11.1587 26.8346 12.1974C26.8346 13.2362 27.2904 14.0228 28.0873 14.0228C28.8842 14.0228 29.4155 13.3242 29.4155 12.2582V12.2551Z\" fill=\"white\"/>\\n<path d=\"M36.2705 8.3827V9.53987H36.3007C36.7293 8.58923 37.8341 8.16098 38.7185 8.16098C41.0488 8.16098 42.1687 10.0744 42.1687 12.2126C42.1687 15.268 40.2821 16.3827 38.5555 16.3827C37.7164 16.3827 37.0946 16.0425 36.5784 15.3895V18.8033H33.5116V8.3827H36.2705ZM39.1019 12.2551C39.1019 11.022 38.5706 10.445 37.7587 10.445C37.0221 10.445 36.5211 11.1587 36.5211 12.1974C36.5211 13.2362 36.9769 14.0228 37.7737 14.0228C38.5706 14.0228 39.1019 13.3242 39.1019 12.2582V12.2551Z\" fill=\"white\"/>\\n<path d=\"M46.0777 12.9689C46.0777 13.8891 46.784 14.4966 47.596 14.4966C48.082 14.4966 48.5257 14.2749 48.746 13.8132H51.68C51.1488 15.7418 49.2018 16.3796 47.4028 16.3796C44.9246 16.3796 43.0078 14.9552 43.0078 12.3432C43.0078 9.7312 44.9095 8.15793 47.3877 8.15793C50.2493 8.15793 51.9728 10.1473 51.9306 12.9658H46.0747L46.0777 12.9689ZM48.8638 11.3956C48.8638 10.6849 48.2299 10.044 47.5085 10.044C46.5938 10.044 46.0777 10.5634 46.0777 11.3956H48.8638Z\" fill=\"white\"/>\\n<path d=\"M53.0052 16.1579V5.47305H56.072V16.1579H53.0052Z\" fill=\"white\"/>\\n<path d=\"M13.7524 5.57631L18.0145 0H21.2957L17.1301 5.57024H13.7554L13.7524 5.57631Z\" fill=\"#D51317\"/>\\n<path d=\"M6.74942 10.3508L10.3867 5.57632H13.7433L10.1543 10.4024L13.6226 16.1306H10.2298L6.74942 10.3508Z\" fill=\"white\"/>\\n<path d=\"M6.71017 5.59149H3.7641V16.1306H6.71017V5.59149Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_14_1713\">\\n<rect width=\"120.741\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(69, 90, 79)\"},children:\"A Redesigned Platform: Boasting 6000+ Monthly Users\"})}),className:\"framer-jw8h4k\",\"data-framer-name\":\"Crafting an unified digital experience for Keppel Electric\",fonts:[\"GF;Fraunces-600\"],name:\"Crafting an unified digital experience for Keppel Electric\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1omtdur\",\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mk0dyn\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(163, 144, 118)\"},children:\"UX Strategy\"})}),className:\"framer-10p889\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eg60m6\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(163, 144, 118)\"},children:\"User Research\"})}),className:\"framer-1wqxtx9\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15miwtj\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(163, 144, 118)\"},children:\"IA\"})}),className:\"framer-51k42j\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qgg40v\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(163, 144, 118)\"},children:\"Website Design\"})}),className:\"framer-1wqlvlx\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vr3osj\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(163, 144, 118)\"},children:\"App Design\"})}),className:\"framer-1081515\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-u3ohl1\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(163, 144, 118)\"},children:\"Branding\"})}),className:\"framer-13qd26z\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(82, 85, 100)\"},children:\"Redesigned Keppel Electric's website and app, harmonising UX/UI elements with their refreshed branding vision for a seamless user experience\"})}),className:\"framer-1ruoaqa\",\"data-framer-name\":\"Reaching 6000+ monthly active users with 3.7/5.0 star rating from 900+ reviews (App Store)\",fonts:[\"Inter-Medium\"],name:\"Reaching 6000+ monthly active users with 3.7/5.0 star rating from 900+ reviews (App Store)\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"op0U3qUk8\"},openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9n0p1r framer-1nu3vc8\",\"data-framer-name\":\"Button\",name:\"Button\",whileHover:animation,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hsxrc3\",\"data-framer-name\":\"Buy Template\",name:\"Buy Template\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read Case Study\"})}),className:\"framer-1hlcgf4\",\"data-framer-name\":\"Read Case Study\",fonts:[\"GF;Mulish-700\"],name:\"Read Case Study\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tkzvn9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,name:\"Vector\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"-1 -1 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.144 14.906L16.255 5.14883L6.50139 5.43673M15.1571 6.26684L5.74498 15.8512\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-18601w9\",\"data-framer-name\":\"CS #2\",name:\"CS #2\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f924g2\",\"data-framer-name\":\"Background\",name:\"Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16pp2sn\",\"data-framer-name\":\"Background\",name:\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1stgqr2\",\"data-framer-name\":\"Pattern\",name:\"Pattern\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3kk3qf\",\"data-framer-name\":\"Pattern\",layout:\"position\",name:\"Pattern\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 135 112\"><path d=\"M 134.312 0 C 134.312 61.761 84.245 111.828 22.484 111.828 L 12.926 111.828 C 6.05 111.828 0.476 106.254 0.476 99.378 L 0.476 0 Z\" fill=\"rgb(255, 231, 231)\"></path></svg>',svgContentId:1777638838,withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cnM_7V74G\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-8n5ulh framer-1nu3vc8\",\"data-framer-name\":\"Image\",name:\"Image\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"352px\",src:\"https://framerusercontent.com/images/sVRh3AMWT03azOqSNaXoqKQG5Y0.png\",srcSet:\"https://framerusercontent.com/images/sVRh3AMWT03azOqSNaXoqKQG5Y0.png?scale-down-to=2048 724w, https://framerusercontent.com/images/sVRh3AMWT03azOqSNaXoqKQG5Y0.png 1448w\"},className:\"framer-vv1zw1\",\"data-framer-name\":\"screencapture-babypass-health-2023-12-26-16_28_52 1\",name:\"screencapture-babypass-health-2023-12-26-16_28_52 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/poO0dZudx339617ffpdSLaScFM.png\",srcSet:\"https://framerusercontent.com/images/poO0dZudx339617ffpdSLaScFM.png?scale-down-to=1024 512w, https://framerusercontent.com/images/poO0dZudx339617ffpdSLaScFM.png?scale-down-to=2048 1024w, https://framerusercontent.com/images/poO0dZudx339617ffpdSLaScFM.png 1269w\"},className:\"framer-166r2la\",\"data-framer-name\":\"Mobile\",name:\"Mobile\"})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tbugrb\",\"data-framer-name\":\"Frame 4\",name:\"Frame 4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w2znr4\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-e8233x\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:127,name:\"Layer_1\",svg:'<svg width=\"127\" height=\"38\" viewBox=\"0 0 127 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_32_1766)\">\\n<path d=\"M28.5254 22.5064C24.0412 22.5064 21.8453 20.0405 21.8453 16.1636V4.44H22.9397C25.4412 4.44 26.23 5.18119 26.23 7.3121V10.398C26.9691 9.443 27.7793 8.60204 29.5701 8.60204C33.1518 8.60204 35.7243 11.0893 35.7243 15.3725C35.7243 19.6557 32.7183 22.4993 28.5183 22.4993L28.5254 22.5064ZM28.7386 12.1726C27.2818 12.1726 26.2585 13.4625 26.2585 15.6148C26.2585 18.2018 27.2605 19.057 28.8097 19.057C30.2381 19.057 31.1975 17.8882 31.1975 15.85C31.1975 13.1917 30.3163 12.1654 28.7386 12.1654V12.1726Z\" fill=\"#604F79\"/>\\n<path d=\"M42.2907 22.5064C39.7608 22.5064 36.6837 21.3091 36.6837 18.323C36.6837 15.3369 38.7801 13.9186 43.5557 13.9186H44.2023V13.3699C44.2023 12.2937 43.3709 12.03 41.5801 12.03C39.1212 12.03 38.2187 12.6073 37.2877 13.4625H37.1669V11.859C37.1669 10.2341 38.8583 8.60205 42.6034 8.60205C46.3485 8.60205 48.5942 10.4408 48.5942 14.3177V16.3489C48.5942 21.1309 47.0663 22.4993 42.2978 22.4993L42.2907 22.5064ZM44.2947 16.7408H43.3851C41.6653 16.7408 40.976 17.1684 40.976 18.0593C40.976 18.8931 41.5019 19.3279 42.7668 19.3279C43.577 19.3279 44.2947 18.9216 44.2947 17.7243V16.7408Z\" fill=\"#604F79\"/>\\n<path d=\"M56.6955 22.5064C52.2113 22.5064 50.0154 20.0405 50.0154 16.1636V4.44H51.1098C53.6113 4.44 54.4001 5.18119 54.4001 7.3121V10.398C55.1392 9.443 55.9494 8.60204 57.7402 8.60204C61.3219 8.60204 63.8944 11.0893 63.8944 15.3725C63.8944 19.6557 60.8884 22.4993 56.6884 22.4993L56.6955 22.5064ZM56.9087 12.1726C55.4519 12.1726 54.4286 13.4625 54.4286 15.6148C54.4286 18.2018 55.4306 19.057 56.9798 19.057C58.4082 19.057 59.3676 17.8882 59.3676 15.85C59.3676 13.1917 58.4864 12.1654 56.9087 12.1654V12.1726Z\" fill=\"#604F79\"/>\\n<path d=\"M74.7531 18.6793C71.0791 25.7633 70.1481 26.476 67.405 26.476C65.9482 26.476 64.733 25.6849 64.733 24.2026V23.105L66.6872 22.9625C67.8811 22.8698 68.4283 22.3852 68.9045 21.3091C67.0213 18.4869 64.6122 12.5075 64.0863 8.98688H66.4456C67.5685 8.98688 68.7339 9.67818 68.9969 10.8541C69.4517 12.9351 70.3542 15.4722 71.0506 17.0758C72.0313 15.0874 73.0547 11.5525 73.3389 8.98688H75.5064C76.8211 8.98688 77.4394 9.60691 77.4394 10.6617C77.4394 12.0514 76.1957 15.8785 74.746 18.6793H74.7531Z\" fill=\"#604F79\"/>\\n<path d=\"M85.3986 22.5278C83.6362 22.5278 82.6058 21.7153 82.0373 20.7318V26.2123H80.3886C78.5764 26.2123 77.6241 25.2574 77.6241 23.0338V16.0709C77.6241 11.3601 80.2251 8.60919 84.8728 8.60919C88.7103 8.60919 91.6026 11.2176 91.6026 15.287C91.6026 19.784 88.9803 22.5349 85.3986 22.5349V22.5278ZM84.3469 12.0728C83.1032 12.0728 82.1012 13.2701 82.1012 15.2086C82.1012 18.0094 83.2951 18.9858 84.8443 18.9858C86.2727 18.9858 87.0616 17.7172 87.0616 15.7574C87.0616 12.9351 86.2017 12.0728 84.3398 12.0728H84.3469Z\" fill=\"#8A6BAE\"/>\\n<path d=\"M97.6786 22.5064C95.1487 22.5064 92.0716 21.3091 92.0716 18.323C92.0716 15.3369 94.168 13.9186 98.9436 13.9186H99.5903V13.3699C99.5903 12.2937 98.7588 12.03 96.968 12.03C94.5091 12.03 93.6066 12.6073 92.6757 13.4625H92.5549V11.859C92.5549 10.2341 94.2462 8.60205 97.9913 8.60205C101.736 8.60205 103.982 10.4408 103.982 14.3177V16.3489C103.982 21.1309 102.454 22.4993 97.6858 22.4993L97.6786 22.5064ZM99.6827 16.7408H98.773C97.0533 16.7408 96.3639 17.1684 96.3639 18.0593C96.3639 18.8931 96.8898 19.3279 98.1548 19.3279C98.9649 19.3279 99.6827 18.9216 99.6827 17.7243V16.7408Z\" fill=\"#8A6BAE\"/>\\n<path d=\"M109.753 22.5278C106.171 22.5278 104.885 21.2093 104.885 19.2994V17.9809H105.005C105.865 18.6294 107.173 19.1283 109.035 19.1283C110.684 19.1283 111.202 18.7435 111.202 18.1021C111.202 17.5034 110.89 17.2611 108.175 16.8834C105.816 16.5484 104.572 15.4723 104.572 13.3699C104.572 10.2127 107.557 8.60919 110.563 8.60919C113.569 8.60919 115.239 9.77798 115.239 11.745V13.1062H115.118C114.237 12.4577 112.851 12.0087 111.089 12.0087C109.326 12.0087 108.843 12.4648 108.843 13.0135C108.843 13.5124 109.127 13.6835 111.87 14.1396C114.066 14.4959 115.544 15.6932 115.544 17.9168C115.544 20.739 113.348 22.5349 109.745 22.5349L109.753 22.5278Z\" fill=\"#8A6BAE\"/>\\n<path d=\"M121.201 22.5278C117.619 22.5278 116.333 21.2093 116.333 19.2994V17.9809H116.454C117.314 18.6294 118.621 19.1283 120.483 19.1283C122.132 19.1283 122.651 18.7435 122.651 18.1021C122.651 17.5034 122.338 17.2611 119.623 16.8834C117.264 16.5484 116.02 15.4723 116.02 13.3699C116.02 10.2127 119.005 8.60919 122.011 8.60919C125.017 8.60919 126.687 9.77798 126.687 11.745V13.1062H126.567C125.685 12.4577 124.3 12.0087 122.537 12.0087C120.775 12.0087 120.291 12.4648 120.291 13.0135C120.291 13.5124 120.576 13.6835 123.319 14.1396C125.515 14.4959 126.993 15.6932 126.993 17.9168C126.993 20.739 124.797 22.5349 121.194 22.5349L121.201 22.5278Z\" fill=\"#8A6BAE\"/>\\n<path d=\"M11.0505 9.02254C11.0505 8.60206 11.2424 8.19583 11.5764 7.93927C12.6992 7.06267 13.3885 5.65157 13.2677 4.0908C13.1043 1.9884 11.4414 0.256594 9.35206 0.028537C6.68002 -0.270788 4.42016 1.82449 4.42016 4.44001C4.42016 5.85824 5.08817 7.11969 6.11861 7.93214C6.45261 8.19583 6.65159 8.59493 6.65159 9.02254C6.65159 9.61406 6.28916 10.1272 5.74907 10.3339C2.4943 11.5739 0.113628 14.6883 -7.55303e-05 18.3586C-0.0711404 20.6677 0.738999 22.7844 2.11766 24.4021C3.10546 25.5638 4.87497 25.6137 5.95516 24.5375C6.92164 23.5683 7.03535 22.0004 6.13993 20.967C5.57852 20.3114 5.24451 19.449 5.28004 18.5083C5.344 16.6767 6.83636 15.1587 8.66273 15.0732C10.7094 14.9734 12.4078 16.6126 12.4078 18.6437C12.4078 19.5417 12.0809 20.3612 11.5337 20.9884C10.6454 22.0075 10.752 23.5612 11.7043 24.5162L11.7327 24.5447C12.8129 25.6279 14.5895 25.5638 15.5773 24.4021C16.8991 22.8556 17.6951 20.8387 17.6951 18.6437C17.6951 14.838 15.3073 11.5953 11.9459 10.3339C11.4058 10.1272 11.0434 9.61406 11.0434 9.03679L11.0505 9.02254Z\" fill=\"#EA8988\"/>\\n<path d=\"M34.6654 32.2202L34.5233 32.6621L34.2675 32.8901V33.0754C34.1893 33.0968 34.0969 33.1253 33.9832 33.1752L33.9406 33.1894C33.8908 33.3106 33.8198 33.3819 33.7132 33.389C33.5995 33.5101 33.3934 33.6099 33.102 33.6741C32.9599 33.838 32.8107 33.9235 32.6472 33.9306L32.4482 34.0304H32.164L32.0076 34.1302L31.9366 34.1444C31.901 34.1801 31.8442 34.2157 31.766 34.2442L31.6097 34.3582H31.2828L31.1122 34.5008L30.501 34.6291C30.4371 34.6291 30.3234 34.6362 30.1599 34.6576L29.8615 34.8856C29.7762 34.85 29.6909 34.8286 29.6056 34.8286H29.5203L29.4209 34.8856L29.2361 34.9284L29.1082 35.0139L29.0087 35.0424L29.165 35.2918L29.0655 35.6482L29.1792 36.1186V36.4464L29.2361 36.5747C29.4351 36.6032 29.5346 36.7315 29.5346 36.9595C29.5346 37.1876 29.3569 37.3444 29.0087 37.4584L28.6107 37.5867L28.1701 37.0593L27.9853 36.4749V35.9333L27.7864 35.5769L27.9285 35.4201L27.8859 35.2491L27.9001 35.1351C27.6442 35.1137 27.4524 35.0923 27.3316 35.0638L26.8483 34.3796L27.9143 34.3084V34.1658L27.9925 33.9948L28.0564 33.3961L28.1346 33.3106L28.0919 32.769L28.1346 32.5409V31.7712L28.3122 31.4434L28.3478 31.4149L28.3336 31.3721C28.3691 31.251 28.4473 31.1512 28.561 31.087L28.8737 31.0728H28.9732C29.3782 31.0728 29.5843 31.2225 29.5843 31.5289C29.5843 31.6501 29.5203 31.8211 29.3853 32.042V32.1133C29.3853 32.2558 29.4493 32.4055 29.5843 32.5552L29.3853 32.6122V32.9685L29.1721 33.1111L29.2432 33.3106L29.1295 33.5244L29.1721 33.7952L29.1295 33.9235L29.1437 34.0518L29.2432 33.9948H29.5275C29.6625 33.8879 29.8188 33.8309 29.9965 33.8237L30.1955 33.6527C30.2594 33.7168 30.3234 33.7596 30.3802 33.781C30.4868 33.7311 30.6645 33.6598 30.9203 33.5529L31.1051 33.5244L31.3325 33.3819H31.4462L31.4604 33.3534H31.5599C31.7518 33.3534 31.9223 33.2963 32.0716 33.1823H32.3843L32.3985 33.1111L32.5975 33.0255L32.6969 32.8972C32.7325 32.9044 32.7822 32.9115 32.8391 32.9115L32.967 32.6692C33.0167 32.6336 33.0523 32.6122 33.0807 32.6122C33.1091 32.6122 33.1304 32.6336 33.1376 32.6692C33.166 32.6193 33.2299 32.5765 33.3365 32.5409L33.3507 32.4696L33.4502 32.3984L33.4644 32.2843L33.3934 32.099L33.2797 31.9708L33.166 31.9423L32.8959 31.7142L32.37 31.5147C32.1355 31.3721 31.9152 31.2652 31.7163 31.1868L31.4888 31.3222L31.0909 31.0799L30.764 31.1013L30.5508 30.973H30.3234L30.1244 30.859H30.0675C30.0675 30.859 30.0178 30.8732 29.9965 30.8732C29.8828 30.8732 29.762 30.8376 29.6412 30.7592L29.3 30.7093L29.0442 30.745L28.7742 30.6594L28.4757 30.7307L28.4331 30.7022L28.2199 30.7735L28.0493 30.7165V30.7735H27.7082L27.4524 30.9231L27.1539 30.9659L26.7701 31.1583L26.5143 30.802C26.4006 30.6381 26.3438 30.4456 26.3438 30.2247L26.5001 30.0537C26.5356 29.8897 26.6422 29.79 26.8128 29.7472C26.9833 29.7045 27.161 29.6617 27.3387 29.6118H27.4524L27.5092 29.6261L27.6087 29.6403L27.5661 29.6902L27.8645 29.6047H28.0351C28.1204 29.6047 28.2128 29.6332 28.3051 29.6902H28.8737L29.3 29.7187L30.0818 29.8327L30.295 29.9895L30.4939 29.9325L30.8635 30.0323H31.2899L31.3467 30.1178H31.6452L31.9721 30.3174L32.2848 30.3459L32.3558 30.4456C32.5264 30.4456 32.6969 30.5098 32.8675 30.6309L33.1518 30.5739L33.2655 30.859L33.4218 30.973H33.6634L33.8482 31.2438L34.3883 31.5574V31.7712L34.6583 32.2273L34.6654 32.2202Z\" fill=\"#EA8988\"/>\\n<path d=\"M40.8552 31.422L40.7131 31.6073L40.8268 31.9494L40.642 32.1632L40.5709 32.4625L40.5283 32.5338L40.5567 32.6051C40.5567 32.7405 40.5212 32.8402 40.4572 32.9044L40.4288 32.9471V33.0042C40.4572 33.0683 40.4715 33.1324 40.4715 33.1895C40.4715 33.2393 40.4715 33.2678 40.4572 33.2892L40.4715 33.3462L40.4146 33.503L40.4572 33.6741L40.3435 33.7881L40.3862 33.9877L40.4715 34.0874L40.3435 34.2015V34.4295L40.244 34.6576L40.3151 34.8856L40.2298 34.9997L40.372 35.0994L40.173 35.4273L40.1588 35.47L40.3009 35.4985L40.2014 35.8264V35.8834C40.2014 35.9475 40.2014 36.0045 40.1872 36.0402L40.2014 36.0829L40.4288 36.1114L40.6136 36.3965L40.5141 36.6103L40.6704 36.5961C40.7273 36.7101 40.7628 36.8099 40.7699 36.8954L40.5567 37.1092C40.4928 37.1733 40.3933 37.2446 40.2725 37.3087L40.0309 37.437L39.9598 37.3657L39.8177 37.437L39.3771 36.9239V36.6816C39.3202 36.4963 39.2918 36.3181 39.2918 36.1542V36.0687L39.2065 35.2348L39.3202 34.6362L39.2349 34.2941L38.9933 34.6932L38.8654 35.0638L38.7517 35.1208L38.5527 35.4344L38.1974 35.7622L38.0979 35.9333L37.7852 36.2041L37.7141 36.3894L37.2593 36.6745L36.7761 37.2161L36.506 37.2731L36.3213 37.4156C36.0868 37.4085 35.902 37.3159 35.7812 37.1448C35.3548 36.9381 35.1345 36.6388 35.1132 36.2468L35.1842 36.2041L35.17 36.1186L35.1558 35.9475L35.0705 35.7622L35.1558 35.5627L35.1842 35.2633L35.2837 34.793V34.736C35.2837 34.736 35.2695 34.7003 35.2695 34.679C35.2695 34.6433 35.2766 34.5934 35.2979 34.5364C35.2908 34.515 35.2837 34.4794 35.2837 34.4224C35.2837 34.3582 35.3121 34.2442 35.369 34.0946L35.4685 34.0518C35.4116 34.0019 35.3832 33.952 35.3832 33.895V33.7097C35.3832 33.5957 35.4401 33.5102 35.5538 33.4531C35.5822 33.3605 35.6319 33.2607 35.7101 33.1681L35.639 33.054L35.8096 32.8402V32.7832C35.8096 32.6051 35.8736 32.434 35.9944 32.2844L35.9802 32.0278L36.037 31.9708V31.928C36.037 31.928 36.0228 31.8924 36.0228 31.8853C36.0228 31.8282 36.0441 31.7784 36.0796 31.7427V31.6572C36.1152 31.5645 36.2147 31.422 36.3781 31.2296C36.5416 31.0372 36.6553 30.8732 36.7334 30.7307L36.8045 30.802L36.9609 30.7307L37.0319 30.7022L37.5009 30.4884L38.5953 30.5454V30.6452L38.9365 30.7165C39.1568 30.7165 39.2989 30.7877 39.3628 30.9303C39.3628 30.9018 39.3628 30.8661 39.3771 30.8305V30.7735L39.6755 31.0443L39.9456 31.1013L40.4572 30.973L40.642 31.3294L40.8552 31.4149V31.422ZM39.505 32.1632L39.4481 32.0634L39.3344 32.0349L38.8938 31.6786L38.6096 31.6358H38.3821L38.3537 31.5788L38.24 31.6358L38.1121 31.5788H37.7426L37.7852 31.6358L37.4583 31.7498L37.4015 31.8211L37.3588 31.8354C37.1883 31.9779 37.0674 32.0991 37.0035 32.1917L36.904 32.5338L36.8471 32.6621L36.9893 32.8616L36.7477 33.0469L36.7761 33.1039C36.6695 33.2821 36.6197 33.4603 36.6197 33.6313L36.506 33.7739V34.0304L36.3923 34.1587L36.3639 34.287L36.3213 34.3155V34.515L36.2786 34.5863C36.2786 34.7003 36.2715 34.793 36.2502 34.8571L36.2786 34.9284L36.1507 35.1992L36.2076 35.2847L36.1081 35.4273L36.2076 35.6981L36.0512 35.8976L36.0796 36.1684V36.2112L36.1365 36.2397L36.2076 36.2255C36.2573 36.1756 36.3 36.1328 36.3497 36.0972L36.3213 35.9832L36.5202 35.9546L36.5629 35.8549L37.3943 35.1707L37.4796 35.1422L37.5791 34.8999C37.636 34.8785 37.7141 34.8429 37.8207 34.7859L37.9131 34.5578H38.0268L37.9842 34.3155L38.1832 34.287C38.2045 34.2513 38.2329 34.2015 38.2756 34.1444C38.3182 34.0874 38.3608 34.0375 38.4106 33.9877L39.1354 33.0184L39.2491 32.8046L39.2349 32.7476L39.3344 32.5908L39.3628 32.434L39.4908 32.32L39.505 32.1632Z\" fill=\"#EA8988\"/>\\n<path d=\"M47.8266 36.0187L47.6561 36.2183L47.4997 36.5889L47.386 36.6744L47.2866 36.874L47.0023 36.9025L46.8175 37.0878H46.5333L46.3627 37.2303L46.2064 37.1875L46.0216 37.2303V37.3443L45.4957 37.3016H45.2683L45.0978 37.4013L44.9556 37.3158C45.048 37.3087 45.1262 37.3016 45.183 37.3016C45.1049 37.3016 44.8775 37.3229 44.5008 37.3443L44.4582 37.3229L44.3445 37.3016L44.1597 37.4013C44.1028 37.38 43.9962 37.3515 43.847 37.3229C43.6409 37.3087 43.4988 37.3016 43.4348 37.3016H43.3211C43.2572 37.2731 43.1861 37.2588 43.1079 37.2588C43.0298 37.2588 42.9587 37.2731 42.8805 37.3016L42.6815 37.1733L42.5678 37.1448C42.5678 37.1448 42.4897 37.1305 42.4115 37.102C42.0633 37.0664 41.8856 36.7742 41.8856 36.2254V36.0971L42.1557 35.8976L42.4968 35.7693L42.7526 35.8976H42.9516V35.9404C43.044 35.976 43.1221 36.0544 43.179 36.1684L43.2927 36.1827V36.368L43.4775 36.4107L43.5201 36.4392L45.3394 36.3252L45.78 36.2539H45.8226L45.851 36.1827L46.05 36.1542L46.0784 36.1114C46.2774 36.0829 46.4622 36.0259 46.6328 35.9404L46.647 35.8691C46.647 35.8691 46.6185 35.8263 46.5901 35.7693L46.519 35.7836L46.3343 35.641H46.2064L46.1353 35.5413L46.1779 35.4842L46.0216 35.5127L45.9079 35.3987H45.7658C45.645 35.3987 45.517 35.3773 45.3962 35.3274H45.2683L45.1688 35.2847L44.9698 35.356L44.8561 35.2277H44.8135L44.6145 35.0709L44.1739 34.8998L44.0318 34.7858L43.4917 34.686L43.4348 34.5863L43.0369 34.3297L42.8237 33.8593L42.6531 33.617L42.5963 32.8758L42.6531 32.7903C42.6744 32.5694 42.7455 32.3841 42.8805 32.2202C43.0227 32.1418 43.0937 32.0349 43.0937 31.8923L43.3069 31.8496C43.3424 31.7712 43.4206 31.6999 43.5343 31.6358L43.7475 31.4647L44.6429 31.1226L44.7993 31.0799L45.0835 31.0514L45.5526 30.9231L46.448 30.9801L46.4764 31.0514C46.5617 31.0799 46.6541 31.1583 46.7607 31.2794V31.3507L46.9881 31.4932L46.8886 31.8353L46.8602 31.9636C46.8033 32.1988 46.6683 32.3199 46.4622 32.3199C46.2916 32.3199 46.1637 32.2415 46.0784 32.0776V32.0349H45.915L45.716 32.0919L45.5312 31.9494L45.4318 32.0206C45.3109 32.0206 45.1972 32.0634 45.0906 32.1418C44.9485 32.1418 44.8135 32.1988 44.6785 32.3199H44.4937L44.3658 32.3983L44.1668 32.4411L44.1384 32.4696L44.0531 32.5124L43.9252 32.6407L43.8825 32.6549L43.7546 32.8545L43.5983 32.94C43.5628 33.0611 43.5343 33.168 43.5272 33.2536C43.5343 33.389 43.5556 33.4745 43.577 33.5172C43.5983 33.56 43.6622 33.6028 43.7688 33.6527V33.7239L43.9536 33.8237C44.1028 33.8807 44.2165 33.9449 44.2947 34.009H44.579L44.7566 34.1729L45.0835 34.2157L45.2115 34.3012L45.7658 34.458L45.8368 34.6148L45.8937 34.515C46.0145 34.515 46.185 34.572 46.3911 34.686L46.647 34.7288L46.6754 34.8286H46.9028L47.3008 35.0566C47.3505 35.1778 47.45 35.2918 47.6134 35.3987L47.7698 35.4985L47.7272 35.6695C47.7911 35.7622 47.8266 35.862 47.8266 35.9689V36.0116V36.0187Z\" fill=\"#EA8988\"/>\\n<path d=\"M54.2722 36.0187L54.1017 36.2183L53.9453 36.5889L53.8316 36.6744L53.7321 36.874L53.4479 36.9025L53.2631 37.0878H52.9788L52.8083 37.2303L52.6519 37.1875L52.4672 37.2303V37.3443L51.9413 37.3016H51.7139L51.5433 37.4013L51.4012 37.3158C51.4936 37.3087 51.5718 37.3016 51.6286 37.3016C51.5504 37.3016 51.323 37.3229 50.9464 37.3443L50.9038 37.3229L50.7901 37.3016L50.6053 37.4013C50.5484 37.38 50.4418 37.3515 50.2926 37.3229C50.0865 37.3087 49.9444 37.3016 49.8804 37.3016H49.7667C49.7028 37.2731 49.6317 37.2588 49.5535 37.2588C49.4754 37.2588 49.4043 37.2731 49.3261 37.3016L49.1271 37.1733L49.0134 37.1448C49.0134 37.1448 48.9353 37.1305 48.8571 37.102C48.5089 37.0664 48.3312 36.7742 48.3312 36.2254V36.0971L48.6013 35.8976L48.9424 35.7693L49.1982 35.8976H49.3972V35.9404C49.4896 35.976 49.5677 36.0544 49.6246 36.1684L49.7383 36.1827V36.368L49.9231 36.4107L49.9657 36.4392L51.785 36.3252L52.2256 36.2539H52.2682L52.2966 36.1827L52.4956 36.1542L52.524 36.1114C52.723 36.0829 52.9078 36.0259 53.0783 35.9404L53.0925 35.8691C53.0925 35.8691 53.0641 35.8263 53.0357 35.7693L52.9646 35.7836L52.7799 35.641H52.6519L52.5809 35.5413L52.6235 35.4842L52.4672 35.5127L52.3535 35.3987H52.2113C52.0905 35.3987 51.9626 35.3773 51.8418 35.3274H51.7139L51.6144 35.2847L51.4154 35.356L51.3017 35.2277H51.2591L51.0601 35.0709L50.6195 34.8998L50.4774 34.7858L49.9373 34.686L49.8804 34.5863L49.4825 34.3297L49.2693 33.8593L49.0987 33.617L49.0419 32.8758L49.0987 32.7903C49.12 32.5694 49.1911 32.3841 49.3261 32.2202C49.4682 32.1418 49.5393 32.0349 49.5393 31.8923L49.7525 31.8496C49.788 31.7712 49.8662 31.6999 49.9799 31.6358L50.1931 31.4647L51.0885 31.1226L51.2449 31.0799L51.5291 31.0514L51.9982 30.9231L52.8936 30.9801L52.922 31.0514C53.0073 31.0799 53.0997 31.1583 53.2063 31.2794V31.3507L53.4337 31.4932L53.3342 31.8353L53.3057 31.9636C53.2489 32.1988 53.1139 32.3199 52.9078 32.3199C52.7372 32.3199 52.6093 32.2415 52.524 32.0776V32.0349H52.3606L52.1616 32.0919L51.9768 31.9494L51.8773 32.0206C51.7565 32.0206 51.6428 32.0634 51.5362 32.1418C51.3941 32.1418 51.2591 32.1988 51.1241 32.3199H50.9393L50.8114 32.3983L50.6124 32.4411L50.584 32.4696L50.4987 32.5124L50.3708 32.6407L50.3281 32.6549L50.2002 32.8545L50.0439 32.94C50.0083 33.0611 49.9799 33.168 49.9728 33.2536C49.9799 33.389 50.0012 33.4745 50.0225 33.5172C50.0439 33.56 50.1078 33.6028 50.2144 33.6527V33.7239L50.3992 33.8237C50.5484 33.8807 50.6621 33.9449 50.7403 34.009H51.0246L51.2022 34.1729L51.5291 34.2157L51.657 34.3012L52.2113 34.458L52.2824 34.6148L52.3393 34.515C52.4601 34.515 52.6306 34.572 52.8367 34.686L53.0925 34.7288L53.121 34.8286H53.3484L53.7463 35.0566C53.7961 35.1778 53.8956 35.2918 54.059 35.3987L54.2154 35.4985L54.1727 35.6695C54.2367 35.7622 54.2722 35.862 54.2722 35.9689V36.0116V36.0187Z\" fill=\"#EA8988\"/>\\n<path d=\"M64.0223 33.8522L63.9371 34.1088C63.9371 34.3582 63.9228 34.5507 63.8944 34.6932L63.8091 34.8357V34.9925L63.7381 35.0923L63.6954 35.2919L63.5391 35.4486L63.4396 35.805L63.3259 35.8477L63.269 36.0045L63.0985 36.1043L62.9848 36.3466L62.8142 36.4321L62.8 36.6032L62.53 36.703C62.4092 36.874 62.2528 36.9809 62.0752 37.0308L62.0183 37.045C61.8833 37.2446 61.7127 37.3444 61.4924 37.3444C61.4 37.4014 61.2863 37.4299 61.1655 37.4299L61.0234 37.5297L60.8813 37.5724L60.6965 37.715H60.5117L60.3127 37.7577L60.0711 37.6579L59.46 37.6152L59.2468 37.2874L58.9341 36.9595L59.0052 36.7315L58.792 36.2468L58.863 36.0615L58.8204 35.7195L58.863 35.5057V35.2206C58.863 35.0424 58.9128 34.907 59.0123 34.8215C59.0194 34.7288 59.0833 34.5721 59.2041 34.3511H59.2752L59.2326 34.2513L59.2752 34.0518V33.838C59.3534 33.7525 59.396 33.6955 59.4031 33.667L59.3605 33.4674V33.4104C59.4244 33.275 59.46 33.1396 59.46 32.997L59.7584 32.5837C59.8082 32.548 59.8366 32.5195 59.8579 32.4982L59.8437 32.4411H59.9006L60.1138 32.1988L60.128 31.871L60.4833 31.7427C60.6183 31.6572 60.7036 31.5147 60.7391 31.3151H60.9239C61.0305 31.2581 61.1229 31.2296 61.2082 31.2296C61.2934 31.2296 61.3716 31.251 61.4498 31.2866L61.6061 31.3009L61.9757 31.1583L62.1746 31.3436L62.331 31.4434H62.4447L62.6579 31.5574H62.7716C62.8924 31.6715 63.0345 31.8282 63.198 32.0278L63.2264 32.0991L63.3259 32.1561L63.6244 32.5409L63.8944 33.2108V33.3534L64.0223 33.8522ZM63.0843 34.1872L63.0701 34.1159C63.0061 34.0518 62.9635 33.9805 62.9564 33.9021L62.999 33.8309L62.8711 33.5601L62.8995 33.2892L62.8427 33.218C62.7218 33.1253 62.6508 33.0469 62.6437 32.9899C62.5584 32.9543 62.5158 32.8545 62.5158 32.7048L62.4305 32.6906L62.2599 32.4055L62.132 32.3057L61.8335 32.1917L61.7198 32.1632C61.663 32.1632 61.6274 32.1418 61.6061 32.1062L61.3219 32.4198L61.1371 32.8189L60.8386 32.9757L60.796 33.1324L60.6539 33.2037L60.597 33.5743L60.4265 33.6598C60.3909 33.7952 60.3696 33.9164 60.3696 34.0304L60.1422 34.2442L60.2133 34.287C60.2133 34.401 60.1635 34.5008 60.0711 34.5863C60.0427 34.6718 60.0001 34.7645 59.9432 34.8714V35.2135L59.7869 35.5983L59.8153 35.6696V36.0687L59.7584 36.2682L59.7727 36.4678L59.9006 36.6531L60.0996 36.7243L60.1706 36.7528H60.6539L60.7107 36.6103H60.7676C60.8244 36.6103 60.8599 36.6246 60.8671 36.6531L60.995 36.6103L61.1087 36.6531L61.2934 36.5248L61.3219 36.482L61.4498 36.4535C61.5137 36.3466 61.6701 36.2468 61.9188 36.1399L61.9472 36.0687L62.2315 35.8691L62.3878 35.6411L62.6152 35.527L62.6295 35.4558L62.7005 35.299V35.1137L62.8711 34.9712L62.9279 34.8714L62.999 34.7859C62.9635 34.6718 62.9421 34.5934 62.9421 34.5435C62.9421 34.458 62.9706 34.3654 63.0274 34.2727L63.0843 34.2157V34.1872Z\" fill=\"#EA8988\"/>\\n<path d=\"M74.1277 34.8785C74.1277 34.9569 74.0638 35.0567 73.943 35.1778L73.7866 35.4201L73.7298 35.7052L73.6019 35.748L73.5734 35.8335C73.4242 35.8834 73.3105 35.9974 73.2465 36.1898C73.1399 36.3252 73.0262 36.4179 72.9054 36.4749C72.8557 36.5248 72.813 36.5533 72.7775 36.5747L72.7064 36.7029L72.5785 36.7315L72.209 36.931L71.7258 36.988L71.5978 36.9595L71.3846 37.0023L71.2994 36.9025C71.1643 36.8384 71.072 36.7671 71.0151 36.7029C70.9014 36.6744 70.8161 36.5818 70.7593 36.4321C70.5958 36.2397 70.5177 36.09 70.5177 35.976V35.9333L70.4182 35.7622L70.3897 35.7337L70.3045 35.4771L70.1765 35.2063L70.205 34.8785L70.0628 34.6932L69.8496 33.4674C69.8212 33.3035 69.807 33.1681 69.807 33.054L69.7786 32.9828L69.7075 32.883L69.5796 33.054L69.0608 33.5885L68.876 33.8879L68.7837 34.0945L68.6273 34.3226L68.5136 34.4366L68.5278 34.5079L68.3289 34.9498L68.2151 35.0923L68.073 35.1208L67.9451 35.2491C67.9451 35.4415 67.8527 35.5627 67.6751 35.6197L67.6466 35.6482C67.5614 35.8549 67.469 35.9831 67.3624 36.033L67.2345 36.2326C67.0284 36.425 66.8862 36.539 66.8223 36.5889C66.7938 36.6816 66.7441 36.7671 66.6659 36.8312C66.6446 36.8597 66.6162 36.8954 66.5664 36.9453C66.538 37.1092 66.403 37.2232 66.1685 37.2873L66.0121 37.3301C65.8203 37.323 65.6639 37.2089 65.5431 37.0023L65.3299 36.6459L65.4152 36.3038L65.3726 36.1185L65.401 36.09L65.4152 35.9047L65.2589 35.5627L65.3726 35.3916L65.3157 35.2063L65.4294 35.0068L65.4578 34.6789L65.4152 34.6219L65.5005 34.4224L65.472 34.3226V34.0945L65.5005 33.6669C65.472 33.5743 65.4578 33.5101 65.4578 33.4816V33.3676L65.4152 33.2536L65.4578 32.7975V32.0278L65.7066 31.6002C65.9908 31.6501 66.1898 31.7142 66.3035 31.7926C66.4172 31.871 66.467 32.0206 66.467 32.2273V32.3556L66.5807 32.5267L66.5238 32.826L66.5807 33.3961L66.4812 33.6669L66.5238 33.9663V34.2086L66.3959 34.3654L66.5238 34.6219L66.4172 34.7787L66.3959 34.9355L66.4812 35.0923L66.3675 35.3916L66.3248 35.5199V35.6482L66.3959 35.7907L66.6375 35.5484C66.6375 35.4059 66.6873 35.3132 66.7796 35.2633C66.7867 35.1707 66.8294 35.0994 66.8933 35.0495L66.8507 35.0068L67.0355 34.8357L67.0781 34.7787V34.6504L67.3055 34.4794L67.3624 34.3369L67.4903 34.2513L68.0446 33.6242C67.9948 33.6812 67.8385 33.8594 67.5756 34.1516V34.1801L67.604 34.0803L67.7888 33.8665L67.9167 33.6242V33.4816L68.1299 33.4104L68.1583 33.2251L68.2151 33.1681L68.2294 33.0968V32.997L68.4283 32.7975V32.7262C68.4283 32.7262 68.4141 32.6763 68.4141 32.6692C68.4141 32.4981 68.5065 32.4055 68.6984 32.3841C68.7837 32.2131 68.9116 32.1133 69.0821 32.0848L69.1674 31.9565L69.1958 31.928C69.2811 31.8068 69.409 31.7213 69.5796 31.6714L69.7075 31.5146H70.0486L70.2192 31.7142L70.3755 31.7997L70.3897 31.8425L70.4892 31.871L70.5177 32.1703L70.7593 32.3128L70.6598 32.6264L70.8161 32.9685V33.3676L70.9298 33.9092L70.9582 34.4224L71.0862 34.7217L71.1714 35.0923C71.2283 35.1493 71.2709 35.2277 71.2994 35.3346L71.5552 35.4059V35.6909L71.6973 35.8477V35.8905L71.7542 35.9047L71.811 35.9903L71.8679 35.919C71.8679 35.919 71.8679 35.919 71.9389 35.9333C72.0455 35.9333 72.1521 35.8406 72.2658 35.6482L72.4364 35.6125L72.479 35.5413C72.5075 35.4629 72.5643 35.4059 72.6496 35.3702L72.7491 35.3845L72.8059 35.3275L72.8201 35.2562L72.8628 35.1992C72.9552 35.1351 73.0191 35.0353 73.0476 34.8999L73.2039 34.7288L73.2323 34.6005L73.3318 34.3725L73.6019 34.2727L73.9856 34.401L74.1135 34.8143C74.1135 34.8143 74.1135 34.8357 74.1277 34.8429V34.8856V34.8785Z\" fill=\"#EA8988\"/>\\n<path d=\"M82.5987 32.0777C82.5987 32.1632 82.5134 32.2416 82.3428 32.32C82.3073 32.3699 82.2362 32.4126 82.1296 32.4482C81.9946 32.5053 81.9022 32.5551 81.8454 32.5908L81.5469 32.491C81.3977 32.605 81.1987 32.6621 80.9642 32.6621L80.7936 32.6193L80.6657 32.7191H80.282L80.0403 32.8901C79.9337 32.8545 79.8343 32.8331 79.7419 32.8331C79.7134 32.8545 79.6495 32.8687 79.5429 32.8901C79.4931 32.8901 79.4434 32.8759 79.3865 32.8473L79.3439 33.389V34.8286L79.3936 35.0852V35.2847L79.5855 35.7123C79.5571 35.7408 79.5429 35.7765 79.5429 35.8121C79.5429 35.8762 79.6495 35.9332 79.8556 35.9689L79.884 36.1399L79.9835 36.1827L80.154 36.2967L80.2677 36.3822C80.3601 36.3609 80.4312 36.3537 80.4667 36.3537C80.552 36.3537 80.6373 36.368 80.7226 36.3965C80.7581 36.3751 80.8434 36.311 80.9642 36.1969C81.0495 36.1185 81.1276 36.0829 81.2058 36.0829H81.2911C81.3764 35.9119 81.5256 35.7978 81.7459 35.7408C81.9449 35.7408 82.1083 35.805 82.2434 35.9261V36.0259C82.2434 36.3466 82.1296 36.5533 81.9022 36.6388C81.817 36.8383 81.6393 36.9666 81.3621 37.0236L81.1916 37.1804H81.0068L80.6799 37.266C80.6018 37.2873 80.4952 37.2945 80.353 37.2945C80.2749 37.2945 80.1967 37.2731 80.1114 37.2374H79.9266L79.4292 36.9666L79.3013 36.9239L79.0028 36.5248L78.8322 36.3395L78.5195 35.6268L78.4058 34.9569L78.4485 34.7858L78.3206 34.629L78.3916 34.4295L78.3206 34.1159L78.4201 34.0161L78.4485 33.8308L78.4058 33.6598L78.4485 33.4032L78.3774 33.1752L78.4485 33.1039V32.8759L78.349 32.8331L78.079 32.8901L77.8231 32.7191H77.7805C77.4962 32.7191 77.3541 32.5623 77.3541 32.2558V32.2131L77.1835 31.9422L77.4536 31.6857L77.8089 31.7427L77.9937 31.7142L78.2637 31.7855H78.5622V31.5004L78.3774 31.1013L78.5622 31.0015L78.4911 30.7877L78.5053 30.3458L78.3916 30.1606C78.3277 30.0536 78.2921 29.961 78.2921 29.8755C78.2921 29.7686 78.3135 29.6831 78.3632 29.6189L78.4058 29.4194L78.5195 29.3053C78.7754 29.2554 78.9459 29.2341 79.0312 29.2341C79.3368 29.2341 79.5002 29.3695 79.5287 29.6474L79.486 29.7187C79.5429 29.8042 79.5713 29.8826 79.5713 29.961C79.5713 29.9681 79.5713 29.9966 79.5571 30.0323L79.5287 30.1178L79.5145 30.2176L79.5713 30.4029L79.5571 30.4741L79.5855 30.6737L79.4576 30.8447L79.5287 31.1298L79.4718 31.4719L79.5855 31.6002L79.4718 31.8567L79.9124 31.7855L80.6941 31.8567L81.3195 31.757L81.5327 31.7712L81.6038 31.757H82.1581C82.4494 31.757 82.5987 31.8639 82.5987 32.0705V32.0777Z\" fill=\"#EA8988\"/>\\n<path d=\"M89.229 37.045C89.229 37.4227 89.023 37.6152 88.6108 37.6152C88.4118 37.6152 88.2626 37.5368 88.1631 37.3729C88.0707 37.2375 87.9854 36.988 87.9215 36.6174V36.4179C87.957 36.368 87.9783 36.3252 87.9783 36.2753C87.9783 36.254 87.9783 36.2326 87.9641 36.2041L87.7651 35.9047L87.9215 35.6339L87.8504 35.3346L87.9215 35.1636V34.8072L87.8788 34.5507L87.9215 34.4224V33.3391L87.8504 32.8687L87.9215 32.6977L87.822 32.3414L87.7083 32.4411L87.3956 32.5694L86.9692 33.111L86.7986 33.0968L86.5428 33.5101L86.5002 33.6812L86.3438 33.7525L86.1804 33.9948L86.1022 34.1516L86.0098 34.6576L85.7327 34.9711L85.6687 35.1707L85.5124 35.2847L85.4484 35.6268L85.1357 35.8834L85.086 36.4107H84.9581L84.9154 36.4963L84.6596 36.9381L84.418 37.1947L84.2048 37.4798L83.9774 37.4085H83.7926L83.622 37.1804L83.4657 36.6673V35.9119L83.4231 35.6696L83.4657 35.3845V34.7146L83.5581 34.6861L83.6149 33.7026L83.6434 33.5173V33.2179L83.7073 33.1752L83.7571 32.7191L83.8068 32.5623L83.7499 32.3627L83.7926 32.2915L83.7642 32.2487L83.8068 31.8496L83.6931 31.7498L83.7926 31.5503L83.7784 31.1369L83.6362 30.7236L83.7357 30.5953L83.6362 30.2104V29.9824L83.5936 29.8826L83.5225 29.4265L83.4515 29.2127L83.2383 28.7993L83.3946 28.5998L83.5368 28.3575H83.6647C83.8708 28.3575 84.0271 28.4359 84.1337 28.5855L84.3327 28.7423L84.418 28.9989L84.6312 29.1842L84.5743 29.3837L84.688 29.6831V30.2104L84.7022 30.8376L84.8017 31.2367L84.7306 31.4077L84.7591 31.6501L84.688 31.8496L84.7306 32.1917L84.688 32.4768V33.6028L84.6027 33.7026L84.5601 34.1729L84.5032 34.3867L84.5743 34.7716L84.5032 34.8856V35.1707C84.6098 35.1422 84.6596 35.0852 84.6596 34.9996L84.7733 34.8856L84.8728 34.7003L84.9012 34.4295L85.0575 34.2014L85.1428 33.9164L85.3418 33.6883L85.3916 33.4175L85.5266 33.4032V33.275L85.5408 33.1039L85.7398 33.0041V32.8901L85.8819 32.8616L85.9103 32.6336V32.5195L86.1519 32.4055L86.2159 32.3414L86.1875 32.1988L86.3154 32.1561L86.4149 31.9137H86.5854L86.7418 31.814C86.7418 31.7498 86.7418 31.6999 86.756 31.6714L86.9123 31.6002C87.0829 31.4576 87.2463 31.3721 87.3956 31.3436V31.3151C87.6443 31.1939 87.8149 31.1298 87.9072 31.1298C88.0494 31.1298 88.1773 31.1939 88.291 31.3293C88.3976 31.365 88.4615 31.4363 88.49 31.5432L88.6179 31.6287L88.6605 31.8282L88.8453 32.1561V33.7952L88.9164 33.9235V34.9783L88.8453 35.1636V35.4486L88.9164 35.7622L88.8453 36.033C88.8879 36.1756 88.9093 36.2967 88.9235 36.3894L89.0869 36.5462V36.6602L89.1438 36.7029C89.1935 36.8669 89.2148 36.9809 89.2148 37.045H89.229Z\" fill=\"#EA8988\"/>\\n<path d=\"M95.234 36.0188C95.234 36.1328 95.1487 36.2753 94.9782 36.4464C94.9284 36.5961 94.8574 36.7243 94.765 36.817L94.6797 36.8312L94.5234 37.1021L94.2675 37.1448L93.9975 37.3159L93.8554 37.5724H93.699C93.5924 37.6152 93.5071 37.6366 93.4432 37.6437L93.3579 37.7577H93.23C93.1092 37.7577 92.9884 37.8361 92.8747 38L92.6757 37.829H92.5051C92.3843 37.829 92.2777 37.8076 92.1924 37.7577H91.9508L91.8371 37.6865C91.4747 37.6294 91.2473 37.494 91.1549 37.2802V37.2375L90.9843 37.1519L90.8991 36.9096L90.7285 36.7956V36.5818L90.558 35.9618V35.4558L90.6432 35.2277V34.9284L90.7143 34.7003L90.7001 34.6006L90.7996 34.4295L90.7711 34.458C90.7711 34.3725 90.7925 34.2799 90.8422 34.1872V34.1159L90.7996 33.7738C90.7996 33.6099 90.8706 33.4674 91.0128 33.3462C91.0199 33.3249 91.027 33.2964 91.027 33.2607C91.027 33.2251 91.0128 33.1467 90.9772 33.0255C90.9417 32.9044 90.9275 32.826 90.9275 32.7761C90.9275 32.6621 90.9559 32.5409 91.0128 32.4198C91.0909 32.5338 91.1975 32.5908 91.3397 32.5908H91.3823C91.4036 32.5552 91.4463 32.5124 91.5102 32.4625C91.5884 32.2273 91.6879 32.0278 91.8229 31.8639L91.8798 31.8069C91.8798 31.7712 91.9082 31.6572 91.965 31.479H92.0787L92.1072 31.4078L92.2209 31.3792C92.2706 31.3009 92.299 31.2581 92.3133 31.2438C92.3275 31.2296 92.427 31.1726 92.6188 31.0657C92.6544 31.0015 92.7112 30.9374 92.7894 30.8804C92.8249 30.859 92.8747 30.8447 92.9315 30.8234L92.9884 30.7378C93.2442 30.6523 93.4077 30.6096 93.4716 30.6096C93.5498 30.6096 93.6208 30.6309 93.6848 30.6666L93.7559 30.6523L93.8554 30.7093C93.9691 30.7949 94.0828 30.8661 94.1965 30.9231L94.4381 31.1084V31.1654C94.6584 31.3365 94.765 31.5788 94.765 31.8924L94.7223 32.0349L94.765 32.5053L94.6371 32.5908L94.4949 32.9614L94.2249 33.2607L94.2107 33.4888C93.9051 33.7097 93.628 33.8808 93.3721 34.0162C93.2868 34.1516 93.1518 34.2157 92.9742 34.2157H92.9315L92.6615 34.3868H92.4341L92.093 34.5293L91.8371 34.401H91.8087C91.7874 34.4794 91.7732 34.5934 91.7518 34.7431L91.6381 34.8286L91.6239 34.9997L91.5386 35.242C91.56 35.47 91.5671 35.6197 91.5671 35.6838L91.5173 35.7266C91.5173 35.8477 91.5173 35.9404 91.5031 35.9974C91.5031 36.0045 91.5031 36.0188 91.4889 36.0402V36.0829C91.4889 36.1613 91.5244 36.2183 91.6026 36.2682C91.631 36.3823 91.6808 36.4535 91.7447 36.482L91.8442 36.5675L92.1569 36.6531V36.6958L92.2706 36.7243H92.7539L93.0381 36.6816L93.1802 36.5818L93.2655 36.5533L93.4077 36.3395L93.4787 36.3252L93.834 36.2112C93.8696 36.1471 93.9335 36.0901 94.0188 36.0402L94.0615 35.9689C94.2533 35.9333 94.3599 35.8335 94.3884 35.6767C94.5234 35.5484 94.6939 35.4771 94.9 35.4771H94.9569C95.1345 35.6838 95.2269 35.8549 95.2269 35.9903L95.234 36.0188ZM93.8269 31.9209C93.8269 31.9209 93.8127 31.8354 93.7843 31.7498L93.7132 31.7356L93.6848 31.7498H93.628C93.628 31.7498 93.5924 31.7641 93.5711 31.7641C93.564 31.7641 93.5498 31.7641 93.5285 31.7498H93.4858L93.3437 31.8496L93.2158 31.8639L93.1447 31.8924L92.9031 32.206L92.7467 32.32L92.5193 32.7191L92.3914 32.8046C92.363 32.9685 92.299 33.1039 92.1924 33.218L92.1356 33.3177C92.2422 33.2536 92.3559 33.218 92.4909 33.218L92.5904 33.1752L92.6331 33.0469L92.832 33.0612L92.9457 32.8901H93.031L93.1874 32.9471L93.2584 32.7333H93.3579V32.5765L93.5427 32.5338L93.5853 32.491L93.6137 32.3627L93.7985 32.0919C93.8198 32.042 93.8269 31.985 93.8269 31.9209Z\" fill=\"#EA8988\"/>\\n<path d=\"M103.662 35.6339C103.662 35.7408 103.627 35.8263 103.549 35.8905C103.47 36.0045 103.35 36.1257 103.179 36.2468L103.037 36.3466L102.909 36.5176L102.781 36.5747L102.582 36.7029L102.44 36.7172L102.383 36.7742C102.191 36.8312 102.049 36.9239 101.943 37.0593C101.879 37.1092 101.815 37.1305 101.758 37.1305C101.722 37.1305 101.687 37.1305 101.658 37.1163C101.495 37.2089 101.289 37.2588 101.033 37.2588C100.813 37.2588 100.678 37.2374 100.607 37.2018L100.351 37.0593L100.265 36.9167V36.874C100.265 36.7528 100.209 36.653 100.102 36.5747L100.045 36.2896L99.9243 36.1613L99.8532 35.6339V35.0923L99.8959 35.0068C99.8675 34.9497 99.8532 34.8856 99.8532 34.8215C99.903 34.4224 99.9243 34.1729 99.9243 34.066L99.7964 33.8095L99.9243 33.5957L99.9669 33.2393L99.9385 32.997L100.024 32.7832L99.9385 32.4981L100.095 32.2986L100.109 32.1703V30.973L100.152 30.3601L100.109 30.2461V29.2911L100.194 28.4359C100.585 28.3432 100.756 28.2933 100.706 28.2933C100.855 28.2933 100.976 28.3717 101.068 28.5356L101.097 28.6497L101.303 28.8635L101.246 29.1628V29.2198C101.218 29.398 101.189 29.5191 101.147 29.5762L101.189 29.8755L101.246 30.1463L101.147 30.4456C101.147 30.6095 101.125 30.7521 101.076 30.8875C101.076 30.9374 101.068 31.0086 101.047 31.1155L101.033 31.2011L101.147 31.3579L101.104 31.5146C101.132 31.593 101.147 31.6429 101.147 31.6714C101.147 31.7284 101.125 31.8068 101.076 31.8995L101.104 32.0278L101.019 32.4839V32.7832L100.919 33.0825L100.976 33.3533L100.919 33.9805L100.962 34.0518L100.891 34.3796L100.862 34.7787C100.841 34.8357 100.834 34.8714 100.834 34.8785C100.834 35.0424 100.834 35.1707 100.82 35.2776L100.862 35.4771V35.6909L100.948 35.8762L100.933 35.9475C100.99 35.9974 101.04 36.0687 101.09 36.1756H101.218L101.402 36.2326L101.488 36.1185L101.616 36.1043C101.673 36.0829 101.715 36.0758 101.744 36.0758H101.786C101.879 36.0544 101.957 36.0116 102.014 35.9332L102.099 35.8905C102.163 35.7836 102.269 35.7123 102.426 35.6767C102.476 35.641 102.561 35.5627 102.696 35.4486C102.696 35.3132 102.774 35.2134 102.937 35.1493C103.08 35.1493 103.172 35.1279 103.222 35.078C103.406 35.1065 103.527 35.1564 103.584 35.2277C103.634 35.299 103.662 35.4344 103.662 35.6339Z\" fill=\"#EA8988\"/>\\n<path d=\"M109.383 33.8522L109.298 34.1088C109.298 34.3582 109.284 34.5507 109.255 34.6932L109.17 34.8357V34.9925L109.099 35.0923L109.056 35.2919L108.9 35.4486L108.8 35.805L108.687 35.8477L108.63 36.0045L108.459 36.1043L108.345 36.3466L108.175 36.4321L108.161 36.6032L107.891 36.703C107.77 36.874 107.614 36.9809 107.436 37.0308L107.379 37.045C107.244 37.2446 107.073 37.3444 106.853 37.3444C106.761 37.4014 106.647 37.4299 106.526 37.4299L106.384 37.5297L106.242 37.5724L106.057 37.715H105.872L105.673 37.7577L105.432 37.6579L104.821 37.6152L104.607 37.2874L104.295 36.9595L104.366 36.7315L104.153 36.2468L104.224 36.0615L104.181 35.7195L104.224 35.5057V35.2206C104.224 35.0424 104.273 34.907 104.373 34.8215C104.38 34.7288 104.444 34.5721 104.565 34.3511H104.636L104.593 34.2513L104.636 34.0518V33.838C104.714 33.7525 104.757 33.6955 104.764 33.667L104.721 33.4674V33.4104C104.785 33.275 104.821 33.1396 104.821 32.997L105.119 32.5837C105.169 32.548 105.197 32.5195 105.219 32.4982L105.204 32.4411H105.261L105.474 32.1988L105.489 31.871L105.844 31.7427C105.979 31.6572 106.064 31.5147 106.1 31.3151H106.285C106.391 31.2581 106.484 31.2296 106.569 31.2296C106.654 31.2296 106.732 31.251 106.81 31.2866L106.967 31.3009L107.336 31.1583L107.535 31.3436L107.692 31.4434H107.805L108.019 31.5574H108.132C108.253 31.6715 108.395 31.8282 108.559 32.0278L108.587 32.0991L108.687 32.1561L108.985 32.5409L109.255 33.2108V33.3534L109.383 33.8522ZM108.445 34.1872L108.431 34.1159C108.367 34.0518 108.324 33.9805 108.317 33.9021L108.36 33.8309L108.232 33.5601L108.26 33.2892L108.203 33.218C108.083 33.1253 108.011 33.0469 108.004 32.9899C107.919 32.9543 107.876 32.8545 107.876 32.7048L107.791 32.6906L107.621 32.4055L107.493 32.3057L107.194 32.1917L107.081 32.1632C107.024 32.1632 106.988 32.1418 106.967 32.1062L106.683 32.4198L106.498 32.8189L106.199 32.9757L106.157 33.1324L106.015 33.2037L105.958 33.5743L105.787 33.6598C105.752 33.7952 105.73 33.9164 105.73 34.0304L105.503 34.2442L105.574 34.287C105.574 34.401 105.524 34.5008 105.432 34.5863C105.403 34.6718 105.361 34.7645 105.304 34.8714V35.2135L105.148 35.5983L105.176 35.6696V36.0687L105.119 36.2682L105.133 36.4678L105.261 36.6531L105.46 36.7243L105.531 36.7528H106.015L106.071 36.6103H106.128C106.185 36.6103 106.221 36.6246 106.228 36.6531L106.356 36.6103L106.469 36.6531L106.654 36.5248L106.683 36.482L106.81 36.4535C106.874 36.3466 107.031 36.2468 107.28 36.1399L107.308 36.0687L107.592 35.8691L107.749 35.6411L107.976 35.527L107.99 35.4558L108.061 35.299V35.1137L108.232 34.9712L108.289 34.8714L108.36 34.7859C108.324 34.6718 108.303 34.5934 108.303 34.5435C108.303 34.458 108.331 34.3654 108.388 34.2727L108.445 34.2157V34.1872Z\" fill=\"#EA8988\"/>\\n<path d=\"M117.094 30.5881L116.951 30.8304L117.001 31.1013L116.788 31.2295L116.731 31.5217L116.603 31.6215L116.561 31.928H116.518C116.49 32.0634 116.411 32.1631 116.276 32.2415L116.148 32.6977L116.02 32.8972C116.028 32.9542 116.035 33.0184 116.035 33.0825L115.807 33.2821L115.48 34.0375L115.21 34.4794V34.6219C115.21 34.7573 115.132 34.8713 114.983 34.964L114.954 35.2205L114.855 35.2776L114.684 35.5056L114.642 35.6624L114.542 35.7337C114.542 35.7337 114.549 35.8263 114.571 35.919L114.414 36.0472L114.159 36.204L114.073 36.3466L113.789 36.6459C113.498 37.159 113.185 37.4156 112.865 37.4156C112.609 37.4156 112.375 37.2802 112.169 37.0165L112.211 37.1163L111.714 36.3893L111.686 36.2183L111.6 36.1613L111.586 35.8192L111.43 35.6624V35.3061L111.06 34.4794L111.089 34.3368L110.975 34.1373L110.946 33.9805L110.875 33.8807L110.776 33.6241L110.52 33.4246L110.406 32.9542L110.207 32.7832L110.094 32.5979C109.859 32.5195 109.738 32.3271 109.738 32.0135C109.738 31.7498 109.944 31.536 110.35 31.3721C110.868 31.7213 111.181 32.0776 111.273 32.4268L111.316 32.7547C111.352 32.7333 111.423 32.719 111.515 32.6977V32.8259L111.742 32.997L111.657 33.225L111.693 33.3961L111.813 33.7382L111.885 33.8094L111.899 33.9377L112.012 33.9947V34.237L112.169 34.7929L112.197 35.0067L112.425 35.4628L112.609 36.0187L112.751 36.1613H112.78C112.815 36.1613 112.851 36.1256 112.879 36.0472L112.993 36.0045L112.95 35.8905C112.979 35.8334 113.014 35.8049 113.05 35.8049C113.085 35.8049 113.128 35.8192 113.164 35.8477C113.228 35.6553 113.277 35.5626 113.306 35.5626C113.313 35.5626 113.32 35.5769 113.32 35.6054C113.356 35.4914 113.448 35.3987 113.59 35.3203L113.775 35.0495L113.889 34.7644L114.031 34.6504L114.116 34.4651L114.173 34.4223L114.144 34.237L114.301 34.1658L114.329 34.0945C114.329 34.0589 114.35 34.0019 114.4 33.9377L114.5 33.6812L114.571 33.7667L114.628 33.7382V33.6954C114.628 33.5743 114.677 33.4673 114.784 33.3818V33.3533L114.883 33.168L114.954 32.8544L115.054 32.8259L115.239 32.3841L115.367 32.213C115.395 32.0705 115.459 31.9636 115.566 31.8852L115.694 31.4861L115.793 31.3578V31.0585H115.864C115.978 30.9872 116.07 30.8732 116.148 30.7164C116.227 30.5667 116.283 30.4741 116.319 30.4456L116.39 30.4028L116.788 30.1605L117.101 30.5953L117.094 30.5881Z\" fill=\"#EA8988\"/>\\n<path d=\"M121.919 36.0188C121.919 36.1328 121.834 36.2753 121.663 36.4464C121.613 36.5961 121.542 36.7243 121.45 36.817L121.365 36.8312L121.208 37.1021L120.952 37.1448L120.682 37.3159L120.54 37.5724H120.384C120.277 37.6152 120.192 37.6366 120.128 37.6437L120.043 37.7577H119.915C119.794 37.7577 119.673 37.8361 119.56 38L119.361 37.829H119.19C119.069 37.829 118.963 37.8076 118.877 37.7577H118.636L118.522 37.6865C118.16 37.6294 117.932 37.494 117.84 37.2802V37.2375L117.669 37.1519L117.584 36.9096L117.413 36.7956V36.5818L117.243 35.9618V35.4558L117.328 35.2277V34.9284L117.399 34.7003L117.385 34.6006L117.484 34.4295L117.456 34.458C117.456 34.3725 117.477 34.2799 117.527 34.1872V34.1159L117.484 33.7738C117.484 33.6099 117.555 33.4674 117.698 33.3462C117.705 33.3249 117.712 33.2964 117.712 33.2607C117.712 33.2251 117.698 33.1467 117.662 33.0255C117.627 32.9044 117.612 32.826 117.612 32.7761C117.612 32.6621 117.641 32.5409 117.698 32.4198C117.776 32.5338 117.882 32.5908 118.025 32.5908H118.067C118.088 32.5552 118.131 32.5124 118.195 32.4625C118.273 32.2273 118.373 32.0278 118.508 31.8639L118.565 31.8069C118.565 31.7712 118.593 31.6572 118.65 31.479H118.764L118.792 31.4078L118.906 31.3792C118.955 31.3009 118.984 31.2581 118.998 31.2438C119.012 31.2296 119.112 31.1726 119.304 31.0657C119.339 31.0015 119.396 30.9374 119.474 30.8804C119.51 30.859 119.56 30.8447 119.616 30.8234L119.673 30.7378C119.929 30.6523 120.093 30.6096 120.156 30.6096C120.235 30.6096 120.306 30.6309 120.37 30.6666L120.441 30.6523L120.54 30.7093C120.654 30.7949 120.768 30.8661 120.881 30.9231L121.123 31.1084V31.1654C121.343 31.3365 121.45 31.5788 121.45 31.8924L121.407 32.0349L121.45 32.5053L121.322 32.5908L121.18 32.9614L120.91 33.2607L120.896 33.4888C120.59 33.7097 120.313 33.8808 120.057 34.0162C119.972 34.1516 119.837 34.2157 119.659 34.2157H119.616L119.346 34.3868H119.119L118.778 34.5293L118.522 34.401H118.494C118.472 34.4794 118.458 34.5934 118.437 34.7431L118.323 34.8286L118.309 34.9997L118.223 35.242C118.245 35.47 118.252 35.6197 118.252 35.6838L118.202 35.7266C118.202 35.8477 118.202 35.9404 118.188 35.9974C118.188 36.0045 118.188 36.0188 118.174 36.0402V36.0829C118.174 36.1613 118.209 36.2183 118.287 36.2682C118.316 36.3823 118.366 36.4535 118.43 36.482L118.529 36.5675L118.842 36.6531V36.6958L118.955 36.7243H119.439L119.723 36.6816L119.865 36.5818L119.95 36.5533L120.093 36.3395L120.164 36.3252L120.519 36.2112C120.554 36.1471 120.618 36.0901 120.704 36.0402L120.746 35.9689C120.938 35.9333 121.045 35.8335 121.073 35.6767C121.208 35.5484 121.379 35.4771 121.585 35.4771H121.642C121.819 35.6838 121.912 35.8549 121.912 35.9903L121.919 36.0188ZM120.512 31.9209C120.512 31.9209 120.498 31.8354 120.469 31.7498L120.398 31.7356L120.37 31.7498H120.313C120.313 31.7498 120.277 31.7641 120.256 31.7641C120.249 31.7641 120.235 31.7641 120.213 31.7498H120.171L120.029 31.8496L119.901 31.8639L119.83 31.8924L119.588 32.206L119.432 32.32L119.204 32.7191L119.076 32.8046C119.048 32.9685 118.984 33.1039 118.877 33.218L118.82 33.3177C118.927 33.2536 119.041 33.218 119.176 33.218L119.275 33.1752L119.318 33.0469L119.517 33.0612L119.631 32.8901H119.716L119.872 32.9471L119.943 32.7333H120.043V32.5765L120.228 32.5338L120.27 32.491L120.299 32.3627L120.483 32.0919C120.505 32.042 120.512 31.985 120.512 31.9209Z\" fill=\"#EA8988\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_32_1766\">\\n<rect width=\"127\" height=\"38\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(69, 90, 79)\",\"--framer-text-transform\":\"capitalize\"},children:\"Led UXUI and branding design of healthcare app launch on iOS and Android\"})}),className:\"framer-ros1ez\",\"data-framer-name\":\"Led UXUI and branding design of healthcare app launch on iOS and Android\",fonts:[\"GF;Fraunces-600\"],name:\"Led UXUI and branding design of healthcare app launch on iOS and Android\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j1u7g6\",\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-41b5vo\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"UX Strategy\"})}),className:\"framer-1hm86n5\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kwwqr2\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"UXUI Design\"})}),className:\"framer-i6w4lq\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wxhzbu\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"IA\"})}),className:\"framer-9p5qg5\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kmna1o\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"Content Strategy\"})}),className:\"framer-1h31xq0\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19711v5\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"Website Design\"})}),className:\"framer-t75r34\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qtq7fr\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"App Design\"})}),className:\"framer-xl2834\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bu8z7v\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"Branding\"})}),className:\"framer-1ypugxl\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lfzxrl\",\"data-framer-name\":\"Frame 3\",name:\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(210, 157, 157)\"},children:\"Packaging\"})}),className:\"framer-12skvmo\",\"data-framer-name\":\"UX Design\",fonts:[\"Inter-Medium\"],name:\"UX Design\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(82, 85, 100)\"},children:\"Lead designer for the project; the app surpassed 60+ downloads in its first month of commercial launch in May 2022\"})}),className:\"framer-qkpn9n\",\"data-framer-name\":\"Achieving over 100 downloads within the first month of commercial launch in May 2022\",fonts:[\"Inter-Medium\"],name:\"Achieving over 100 downloads within the first month of commercial launch in May 2022\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cnM_7V74G\"},openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ag27vb framer-1nu3vc8\",\"data-framer-name\":\"Button\",name:\"Button\",whileHover:animation,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ulg67a\",\"data-framer-name\":\"Buy Template\",name:\"Buy Template\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read Case Study\"})}),className:\"framer-wefzz5\",\"data-framer-name\":\"Read Case Study\",fonts:[\"GF;Mulish-700\"],name:\"Read Case Study\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sa0fbh\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,name:\"Vector\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"-1 -1 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.144 14.906L16.255 5.14883L6.50139 5.43673M15.1571 6.26684L5.74498 15.8512\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})]})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-hk4mht\",\"data-framer-name\":\"CS #3\",name:\"CS #3\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l6s0km\",\"data-framer-name\":\"Image Background\",name:\"Image Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18yz51x\",\"data-framer-name\":\"Background\",name:\"Background\"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kQirfg8QW\"},openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-77jhhn framer-1nu3vc8\",\"data-framer-name\":\"Background\",name:\"Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17h1sy5\",\"data-framer-name\":\"Pattern\",name:\"Pattern\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-159wxhg\",\"data-framer-name\":\"Pattern\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:112,intrinsicWidth:135,name:\"Pattern\",svg:'<svg width=\"135\" height=\"112\" viewBox=\"0 0 135 112\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M134.312 6.86646e-05C134.312 61.7609 84.2448 111.828 22.484 111.828L12.9256 111.828C6.04976 111.828 0.475754 106.254 0.475755 99.3781L0.475763 5.68578e-05L134.312 6.86646e-05Z\" fill=\"#FFFBDC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p4aah3\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:380,intrinsicWidth:842.5,loading:\"lazy\",pixelHeight:760,pixelWidth:1685,sizes:\"1127px\",src:\"https://framerusercontent.com/images/PpuCksjbifIrVW92EoSisKY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/PpuCksjbifIrVW92EoSisKY.png?scale-down-to=512 512w, https://framerusercontent.com/images/PpuCksjbifIrVW92EoSisKY.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/PpuCksjbifIrVW92EoSisKY.png 1685w\"},className:\"framer-1149b0b\",\"data-framer-name\":\"Untitled_1\",name:\"Untitled_1\",transformTemplate:transformTemplate2})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mkuxz0\",\"data-framer-name\":\"Frame 4\",name:\"Frame 4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o01a6t\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:334,intrinsicWidth:332,loading:\"lazy\",pixelHeight:668,pixelWidth:664,sizes:\"43px\",src:\"https://framerusercontent.com/images/GiL3cWpLakXhO25YCcUsK6aohk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/GiL3cWpLakXhO25YCcUsK6aohk.png 664w\"},className:\"framer-13hghip\",\"data-framer-name\":\"image\",name:\"image\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(69, 90, 79)\",\"--framer-text-transform\":\"capitalize\"},children:\"UX Research & Design Sprint:\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(69, 90, 79)\",\"--framer-text-transform\":\"capitalize\"},children:\"MyTransport.SG\"})]}),className:\"framer-ymn9wr\",\"data-framer-name\":\"Led the redesign of The Global Trade Platform\u2122 - an end-to-end digital logistics solutions\",fonts:[\"GF;Fraunces-600\"],name:\"Led the redesign of The Global Trade Platform\u2122 - an end-to-end digital logistics solutions\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ot24\",\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6jfb64\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 144, 70)\"},children:\"User Research\"})}),className:\"framer-1p73a2f\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t669b3\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 144, 70)\"},children:\"Empathy Map\"})}),className:\"framer-17zsd8s\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1al9gza\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 144, 70)\"},children:\"Interviews\"})}),className:\"framer-t5t6ml\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gq9yl9\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 144, 70)\"},children:\"Affinity Diagram\"})}),className:\"framer-1r2o4d1\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yt81u1\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 144, 70)\"},children:\"Quantitative Research\"})}),className:\"framer-1bkteu9\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5wd54i\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 144, 70)\"},children:\"User Story\"})}),className:\"framer-pm8yxy\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pj3wg0\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 144, 70)\"},children:\"Design Sprint\"})}),className:\"framer-1g1e91z\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(82, 85, 100)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Personal Project:\"}),\" To apply user experience research methods to gather data, synthesise the data, uncover insights and identify key opportunities for design\"]})}),className:\"framer-y3ybhd\",\"data-framer-name\":\"Reaching 11,000+ active users worldwide with a 4.7/5.0 star rating from 600+ reviews\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],name:\"Reaching 11,000+ active users worldwide with a 4.7/5.0 star rating from 600+ reviews\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kQirfg8QW\"},openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-pdo3pu framer-1nu3vc8\",\"data-framer-name\":\"Button\",name:\"Button\",whileHover:animation,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ve71w\",\"data-framer-name\":\"Buy Template\",name:\"Buy Template\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read Case Study\"})}),className:\"framer-5c84hj\",\"data-framer-name\":\"Read Case Study\",fonts:[\"GF;Mulish-700\"],name:\"Read Case Study\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ive3fd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,name:\"Vector\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"-1 -1 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.144 14.906L16.255 5.14883L6.50139 5.43673M15.1571 6.26684L5.74498 15.8512\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jclvqs\",\"data-framer-name\":\"CS #4\",name:\"CS #4\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dnccr\",\"data-framer-name\":\"Image Background\",name:\"Image Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ayt49f\",\"data-framer-name\":\"Background\",name:\"Background\"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IM49TW5pU\"},openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1ulswck framer-1nu3vc8\",\"data-framer-name\":\"Background\",name:\"Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ydsuqy\",\"data-framer-name\":\"Pattern\",name:\"Pattern\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ywvixn\",\"data-framer-name\":\"Pattern\",layout:\"position\",name:\"Pattern\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 135 112\"><path d=\"M 134.312 0 C 134.312 61.761 84.245 111.828 22.484 111.828 L 12.926 111.828 C 6.05 111.828 0.476 106.254 0.476 99.378 L 0.476 0 Z\" fill=\"rgb(247, 206, 200)\"></path></svg>',svgContentId:2326623844,withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12xudlm\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:407,intrinsicWidth:566,loading:\"lazy\",pixelHeight:814,pixelWidth:1132,sizes:\"834px\",src:\"https://framerusercontent.com/images/UBxqvWzs8mjOO52xfGHt5EN6Q.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/UBxqvWzs8mjOO52xfGHt5EN6Q.png?scale-down-to=512 512w, https://framerusercontent.com/images/UBxqvWzs8mjOO52xfGHt5EN6Q.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/UBxqvWzs8mjOO52xfGHt5EN6Q.png 1132w\"},className:\"framer-16lnhk9\",\"data-framer-name\":\"image\",name:\"image\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1193ktp\",\"data-framer-name\":\"Frame 4\",name:\"Frame 4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19czabn\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:77,intrinsicWidth:326,loading:\"lazy\",pixelHeight:154,pixelWidth:652,sizes:\"119px\",src:\"https://framerusercontent.com/images/yc7ZE2SmXO42F1ozEx1lsnuaCdI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yc7ZE2SmXO42F1ozEx1lsnuaCdI.png?scale-down-to=512 512w, https://framerusercontent.com/images/yc7ZE2SmXO42F1ozEx1lsnuaCdI.png 652w\"},className:\"framer-zytgw1\",\"data-framer-name\":\"carousell_logo_vector_01\",name:\"carousell_logo_vector_01\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(69, 90, 79)\",\"--framer-text-transform\":\"capitalize\"},children:[\"Building Design System \",/*#__PURE__*/_jsx(\"br\",{}),\"to Scale & Enhance Consistency\"]})}),className:\"framer-1olu0x4\",\"data-framer-name\":\"Led the redesign of The Global Trade Platform\u2122 - an end-to-end digital logistics solutions\",fonts:[\"GF;Fraunces-600\"],name:\"Led the redesign of The Global Trade Platform\u2122 - an end-to-end digital logistics solutions\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a9xsh1\",\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dw3dh6\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 235, 232)\"},children:\"UI Design\"})}),className:\"framer-xrsdq9\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13xdrcd\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 235, 232)\"},children:\"Design System\"})}),className:\"framer-x9mmea\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-otkwjl\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 235, 232)\"},children:\"Components\"})}),className:\"framer-16ali0u\",\"data-framer-name\":\"User Research\",fonts:[\"Inter-Medium\"],name:\"User Research\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(82, 85, 100)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Personal Project:\"}),\" Establishing a basic design system with key UIUX considerations and scaling a product to include a new product offering\"]})}),className:\"framer-1htnhqs\",\"data-framer-name\":\"Reaching 11,000+ active users worldwide with a 4.7/5.0 star rating from 600+ reviews\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],name:\"Reaching 11,000+ active users worldwide with a 4.7/5.0 star rating from 600+ reviews\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IM49TW5pU\"},openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rz4l0p framer-1nu3vc8\",\"data-framer-name\":\"Button\",name:\"Button\",whileHover:animation,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4rjbk4\",\"data-framer-name\":\"Buy Template\",name:\"Buy Template\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read Case Study\"})}),className:\"framer-2nvfy9\",\"data-framer-name\":\"Read Case Study\",fonts:[\"GF;Mulish-700\"],name:\"Read Case Study\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1f4mk5f\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,name:\"Vector\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"-1 -1 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.144 14.906L16.255 5.14883L6.50139 5.43673M15.1571 6.26684L5.74498 15.8512\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vdcjmd\",\"data-framer-name\":\"CS #5 & 6\",name:\"CS #5 & 6\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kjdz3l\",\"data-framer-name\":\"1\",name:\"1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tjawz5\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-y6694i\",\"data-framer-name\":\"Background\",name:\"Background\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xF4uf27C7\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:\"lazy\",positionX:\"center\",positionY:\"top\",sizes:\"547px\",src:\"https://framerusercontent.com/images/i44IgHglCfm3mgOzZuvSHtBLu4.png\",srcSet:\"https://framerusercontent.com/images/i44IgHglCfm3mgOzZuvSHtBLu4.png?scale-down-to=512 512w, https://framerusercontent.com/images/i44IgHglCfm3mgOzZuvSHtBLu4.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/i44IgHglCfm3mgOzZuvSHtBLu4.png 1290w\"},className:\"framer-1957qav framer-1nu3vc8\",\"data-framer-name\":\"Photo\",name:\"Photo\",whileHover:animation1})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-92izsx\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qthqb5\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(69, 90, 79)\",\"--framer-text-transform\":\"capitalize\"},children:\"Lean UX case study on FSMOne\u2019s app redesign\"})}),className:\"framer-1sk8bbx\",\"data-framer-name\":\"Lean UX case study on FSMOne\u2019s app redesign\",fonts:[\"GF;Fraunces-600\"],name:\"Lean UX case study on FSMOne\u2019s app redesign\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-e2f0c542-3b2a-4d7a-94d2-22bb4cc4d8e8, rgb(82, 86, 101))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Personal Project:\"}),\" Attract first-time retail investors and develop a user-centric design that aligns with business goal\"]})}),className:\"framer-arifp9\",\"data-framer-name\":\"Key objectives: Attract first-time retail investors and develop a user-centric design that aligns with business goal\",name:\"Key objectives: Attract first-time retail investors and develop a user-centric design that aligns with business goal\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xF4uf27C7\"},openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1pwihwf framer-1nu3vc8\",\"data-framer-name\":\"Button\",name:\"Button\",whileHover:animation2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-amrliv\",\"data-framer-name\":\"Buy Template\",name:\"Buy Template\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read Case Study\"})}),className:\"framer-1esbjt4\",\"data-framer-name\":\"Read Case Study\",fonts:[\"GF;Mulish-700\"],name:\"Read Case Study\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-x4wbnq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,name:\"Vector\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"-1 -1 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.144 14.906L16.255 5.14883L6.50139 5.43673M15.1571 6.26684L5.74498 15.8512\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jgw5b0\",\"data-framer-name\":\"2\",name:\"2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ksbbhn\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"b53K1TDzx\"},openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-dgaoa6 framer-1nu3vc8\",\"data-framer-name\":\"Background\",name:\"Background\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"611px\",src:\"https://framerusercontent.com/images/5fR9JeVCQ4vgXVbI6QpNqjW3i2E.png\",srcSet:\"https://framerusercontent.com/images/5fR9JeVCQ4vgXVbI6QpNqjW3i2E.png?scale-down-to=512 512w, https://framerusercontent.com/images/5fR9JeVCQ4vgXVbI6QpNqjW3i2E.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/5fR9JeVCQ4vgXVbI6QpNqjW3i2E.png 1854w\"},className:\"framer-on9wak\",\"data-framer-name\":\"Photo\",name:\"Photo\",whileHover:animation1})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f0dcxe\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17f3yrw\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(69, 90, 79)\",\"--framer-text-transform\":\"capitalize\"},children:\"Led the redesign of website: garnering 180+ Inquiries from 30+ New Clients \"})}),className:\"framer-oiim\",\"data-framer-name\":\"Revamped Inplex's website for a seamless digital experience\",fonts:[\"GF;Fraunces-600\"],name:\"Revamped Inplex's website for a seamless digital experience\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ymahy6\",\"data-styles-preset\":\"t1nZSI0N6\",children:\"Sole designer in revamping Cogoport's website, positioning brand as a leading trade partner\"})}),className:\"framer-1skzeni\",\"data-framer-name\":\"Attracting and educating homeowners about their \\u2028Monomer Building SystemTM and capturing new user\u2019s data\",name:\"Attracting and educating homeowners about their \\u2028Monomer Building SystemTM and capturing new user\u2019s data\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"b53K1TDzx\"},openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ot5zqb framer-1nu3vc8\",\"data-framer-name\":\"Button\",name:\"Button\",whileHover:animation2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vdamju\",\"data-framer-name\":\"Buy Template\",name:\"Buy Template\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read Case Study\"})}),className:\"framer-1lvycog\",\"data-framer-name\":\"Read Case Study\",fonts:[\"GF;Mulish-700\"],name:\"Read Case Study\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vztg4z\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,name:\"Vector\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"-1 -1 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.144 14.906L16.255 5.14883L6.50139 5.43673M15.1571 6.26684L5.74498 15.8512\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i5l756\",\"data-framer-name\":\"1 - Selected Works\",name:\"1 - Selected Works\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1jwgt3z\",\"data-framer-name\":\"Heading\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:192,name:\"Heading\",svg:'<svg width=\"192\" height=\"21\" viewBox=\"0 0 192 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.23636 7.71024C7.19091 7.25191 6.99583 6.89585 6.65113 6.64206C6.30644 6.38827 5.83863 6.26138 5.24773 6.26138C4.84621 6.26138 4.5072 6.3182 4.23068 6.43183C3.95417 6.54168 3.74204 6.69509 3.59432 6.89206C3.45038 7.08903 3.37841 7.31252 3.37841 7.56252C3.37083 7.77085 3.41439 7.95267 3.50909 8.10797C3.60757 8.26327 3.74204 8.39774 3.9125 8.51138C4.08295 8.62123 4.27992 8.71782 4.50341 8.80115C4.72689 8.8807 4.96553 8.94888 5.21932 9.0057L6.26477 9.2557C6.77235 9.36933 7.23826 9.52085 7.6625 9.71024C8.08674 9.89964 8.45417 10.1326 8.76477 10.4091C9.07538 10.6856 9.31591 11.0114 9.48636 11.3864C9.66061 11.7614 9.74962 12.1913 9.75341 12.6762C9.74962 13.3883 9.5678 14.0057 9.20795 14.5284C8.85189 15.0474 8.33674 15.4508 7.6625 15.7387C6.99204 16.0227 6.18333 16.1648 5.23636 16.1648C4.29697 16.1648 3.47879 16.0208 2.78182 15.733C2.08863 15.4451 1.54697 15.019 1.15682 14.4546C0.770453 13.8864 0.567802 13.1837 0.548862 12.3466H2.92954C2.95606 12.7368 3.0678 13.0625 3.26477 13.3239C3.46553 13.5815 3.73257 13.7765 4.06591 13.9091C4.40303 14.0379 4.78371 14.1023 5.20795 14.1023C5.62462 14.1023 5.98636 14.0417 6.29318 13.9205C6.60379 13.7993 6.84432 13.6307 7.01477 13.4148C7.18523 13.1989 7.27045 12.9508 7.27045 12.6705C7.27045 12.4091 7.1928 12.1894 7.0375 12.0114C6.88598 11.8333 6.6625 11.6818 6.36704 11.5568C6.07538 11.4318 5.71742 11.3182 5.29318 11.2159L4.02613 10.8977C3.04507 10.6591 2.27045 10.286 1.70227 9.77842C1.13409 9.27085 0.851892 8.58714 0.85568 7.72729C0.851892 7.02274 1.03939 6.40721 1.41818 5.8807C1.80076 5.35418 2.32538 4.9432 2.99204 4.64774C3.65871 4.35229 4.41629 4.20456 5.26477 4.20456C6.12841 4.20456 6.8822 4.35229 7.52613 4.64774C8.17386 4.9432 8.67765 5.35418 9.0375 5.8807C9.39735 6.40721 9.58295 7.01706 9.59432 7.71024H7.23636ZM14.6082 16V4.36365H22.4491V6.39206H17.0685V9.16479H22.0457V11.1932H17.0685V13.9716H22.4719V16H14.6082ZM27.6051 16V4.36365H30.0653V13.9716H35.054V16H27.6051ZM39.8832 16V4.36365H47.7241V6.39206H42.3435V9.16479H47.3207V11.1932H42.3435V13.9716H47.7469V16H39.8832ZM63.1472 8.43752H60.6585C60.6131 8.11555 60.5203 7.82956 60.3801 7.57956C60.24 7.32577 60.06 7.10986 59.8403 6.93183C59.6206 6.7538 59.3669 6.61744 59.079 6.52274C58.7949 6.42805 58.4862 6.3807 58.1528 6.3807C57.5506 6.3807 57.0259 6.53032 56.579 6.82956C56.132 7.12501 55.7854 7.55683 55.5392 8.12502C55.293 8.68941 55.1699 9.37501 55.1699 10.1818C55.1699 11.0114 55.293 11.7083 55.5392 12.2727C55.7892 12.8371 56.1377 13.2633 56.5847 13.5512C57.0316 13.839 57.5487 13.983 58.1358 13.983C58.4653 13.983 58.7703 13.9394 59.0506 13.8523C59.3347 13.7652 59.5866 13.6383 59.8062 13.4716C60.0259 13.3012 60.2078 13.0947 60.3517 12.8523C60.4994 12.6099 60.6017 12.3333 60.6585 12.0227L63.1472 12.0341C63.0828 12.5682 62.9218 13.0833 62.6642 13.5796C62.4104 14.072 62.0676 14.5133 61.6358 14.9034C61.2078 15.2898 60.6964 15.5966 60.1017 15.8239C59.5108 16.0474 58.8422 16.1591 58.096 16.1591C57.0581 16.1591 56.1301 15.9243 55.3119 15.4546C54.4975 14.9849 53.8536 14.3049 53.3801 13.4148C52.9104 12.5246 52.6756 11.447 52.6756 10.1818C52.6756 8.91289 52.9142 7.83335 53.3915 6.9432C53.8687 6.05305 54.5165 5.37501 55.3347 4.90911C56.1528 4.43941 57.0733 4.20456 58.096 4.20456C58.7703 4.20456 59.3953 4.29926 59.971 4.48865C60.5506 4.67805 61.0638 4.95456 61.5108 5.3182C61.9578 5.67804 62.3214 6.11933 62.6017 6.64206C62.8858 7.16479 63.0676 7.76327 63.1472 8.43752ZM67.6682 6.39206V4.36365H77.225V6.39206H73.6625V16H71.2307V6.39206H67.6682ZM81.9989 16V4.36365H89.8398V6.39206H84.4591V9.16479H89.4364V11.1932H84.4591V13.9716H89.8625V16H81.9989ZM99.1207 16H94.9957V4.36365H99.1548C100.325 4.36365 101.333 4.59661 102.178 5.06252C103.022 5.52464 103.672 6.18941 104.126 7.05683C104.585 7.92426 104.814 8.96214 104.814 10.1705C104.814 11.3826 104.585 12.4243 104.126 13.2955C103.672 14.1667 103.018 14.8352 102.166 15.3012C101.318 15.7671 100.303 16 99.1207 16ZM97.456 13.8921H99.0185C99.7457 13.8921 100.357 13.7633 100.854 13.5057C101.354 13.2443 101.729 12.8409 101.979 12.2955C102.232 11.7462 102.359 11.0379 102.359 10.1705C102.359 9.31062 102.232 8.60797 101.979 8.06252C101.729 7.51706 101.356 7.11555 100.859 6.85797C100.363 6.60039 99.7514 6.47161 99.0241 6.47161H97.456V13.8921ZM119.359 16L116.029 4.36365H118.717L120.643 12.4489H120.739L122.864 4.36365H125.166L127.285 12.4659H127.387L129.313 4.36365H132.001L128.671 16H126.274L124.058 8.39206H123.967L121.757 16H119.359ZM146.555 10.1818C146.555 11.4508 146.314 12.5303 145.833 13.4205C145.356 14.3106 144.704 14.9905 143.878 15.4602C143.056 15.9262 142.132 16.1591 141.106 16.1591C140.072 16.1591 139.144 15.9243 138.322 15.4546C137.5 14.9849 136.85 14.3049 136.373 13.4148C135.895 12.5246 135.657 11.447 135.657 10.1818C135.657 8.91289 135.895 7.83335 136.373 6.9432C136.85 6.05305 137.5 5.37501 138.322 4.90911C139.144 4.43941 140.072 4.20456 141.106 4.20456C142.132 4.20456 143.056 4.43941 143.878 4.90911C144.704 5.37501 145.356 6.05305 145.833 6.9432C146.314 7.83335 146.555 8.91289 146.555 10.1818ZM144.06 10.1818C144.06 9.35986 143.937 8.66668 143.691 8.10229C143.448 7.53789 143.106 7.10986 142.663 6.8182C142.219 6.52653 141.7 6.3807 141.106 6.3807C140.511 6.3807 139.992 6.52653 139.549 6.8182C139.106 7.10986 138.761 7.53789 138.515 8.10229C138.272 8.66668 138.151 9.35986 138.151 10.1818C138.151 11.0038 138.272 11.697 138.515 12.2614C138.761 12.8258 139.106 13.2538 139.549 13.5455C139.992 13.8371 140.511 13.983 141.106 13.983C141.7 13.983 142.219 13.8371 142.663 13.5455C143.106 13.2538 143.448 12.8258 143.691 12.2614C143.937 11.697 144.06 11.0038 144.06 10.1818ZM151.577 16V4.36365H156.168C157.047 4.36365 157.797 4.52085 158.418 4.83524C159.043 5.14585 159.518 5.58714 159.844 6.15911C160.174 6.72729 160.338 7.39585 160.338 8.16479C160.338 8.93752 160.172 9.60229 159.838 10.1591C159.505 10.7121 159.022 11.1364 158.389 11.4318C157.761 11.7273 156.999 11.875 156.105 11.875H153.032V9.89774H155.708C156.177 9.89774 156.568 9.83335 156.878 9.70456C157.189 9.57577 157.42 9.38259 157.571 9.12502C157.727 8.86744 157.804 8.54736 157.804 8.16479C157.804 7.77842 157.727 7.45267 157.571 7.18752C157.42 6.92236 157.187 6.72161 156.872 6.58524C156.562 6.44509 156.17 6.37502 155.696 6.37502H154.037V16H151.577ZM157.861 10.7046L160.753 16H158.037L155.208 10.7046H157.861ZM165.277 16V4.36365H167.737V9.49433H167.891L172.078 4.36365H175.027L170.709 9.57388L175.078 16H172.135L168.947 11.2159L167.737 12.6932V16H165.277ZM185.727 7.71024C185.682 7.25191 185.486 6.89585 185.142 6.64206C184.797 6.38827 184.329 6.26138 183.738 6.26138C183.337 6.26138 182.998 6.3182 182.721 6.43183C182.445 6.54168 182.233 6.69509 182.085 6.89206C181.941 7.08903 181.869 7.31252 181.869 7.56252C181.861 7.77085 181.905 7.95267 182 8.10797C182.098 8.26327 182.233 8.39774 182.403 8.51138C182.574 8.62123 182.771 8.71782 182.994 8.80115C183.218 8.8807 183.456 8.94888 183.71 9.0057L184.755 9.2557C185.263 9.36933 185.729 9.52085 186.153 9.71024C186.577 9.89964 186.945 10.1326 187.255 10.4091C187.566 10.6856 187.807 11.0114 187.977 11.3864C188.151 11.7614 188.24 12.1913 188.244 12.6762C188.24 13.3883 188.058 14.0057 187.699 14.5284C187.343 15.0474 186.827 15.4508 186.153 15.7387C185.483 16.0227 184.674 16.1648 183.727 16.1648C182.788 16.1648 181.969 16.0208 181.272 15.733C180.579 15.4451 180.038 15.019 179.647 14.4546C179.261 13.8864 179.058 13.1837 179.04 12.3466H181.42C181.447 12.7368 181.558 13.0625 181.755 13.3239C181.956 13.5815 182.223 13.7765 182.557 13.9091C182.894 14.0379 183.274 14.1023 183.699 14.1023C184.115 14.1023 184.477 14.0417 184.784 13.9205C185.094 13.7993 185.335 13.6307 185.505 13.4148C185.676 13.1989 185.761 12.9508 185.761 12.6705C185.761 12.4091 185.683 12.1894 185.528 12.0114C185.377 11.8333 185.153 11.6818 184.858 11.5568C184.566 11.4318 184.208 11.3182 183.784 11.2159L182.517 10.8977C181.536 10.6591 180.761 10.286 180.193 9.77842C179.625 9.27085 179.343 8.58714 179.346 7.72729C179.343 7.02274 179.53 6.40721 179.909 5.8807C180.291 5.35418 180.816 4.9432 181.483 4.64774C182.149 4.35229 182.907 4.20456 183.755 4.20456C184.619 4.20456 185.373 4.35229 186.017 4.64774C186.665 4.9432 187.168 5.35418 187.528 5.8807C187.888 6.40721 188.074 7.01706 188.085 7.71024H185.727Z\" fill=\"#455A4F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-d09zc0\",\"data-framer-name\":\"Line 36\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:417,name:\"Line 36\",svg:'<svg width=\"417\" height=\"3\" viewBox=\"-1 -1 417 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"-4.37114e-08\" y1=\"0.5\" x2=\"415\" y2=\"0.499964\" stroke=\"#CCCCCC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vd9ijf\",\"data-framer-name\":\"Line 38\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:3,name:\"Line 38\",svg:'<svg width=\"3\" height=\"42\" viewBox=\"-1 -1 3 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"2.56384e-08\" x2=\"0.499999\" y2=\"40\" stroke=\"#CCCCCC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xc71ct\",\"data-framer-name\":\"Line 39\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:3,name:\"Line 39\",svg:'<svg width=\"3\" height=\"42\" viewBox=\"-1 -1 3 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"2.56384e-08\" x2=\"0.499999\" y2=\"40\" stroke=\"#CCCCCC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qhmqep\",\"data-framer-name\":\"Line 37\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:413,name:\"Line 37\",svg:'<svg width=\"413\" height=\"3\" viewBox=\"-1 -1 413 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"6.10352e-05\" y1=\"0.5\" x2=\"411\" y2=\"0.5\" stroke=\"#CCCCCC\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d3de94\",\"data-framer-name\":\"Banner\",name:\"Banner\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"1040px\",src:\"https://framerusercontent.com/images/YnNekv6vOP6zkG7KtzIttmjBkc.png\",srcSet:\"https://framerusercontent.com/images/YnNekv6vOP6zkG7KtzIttmjBkc.png?scale-down-to=512 512w, https://framerusercontent.com/images/YnNekv6vOP6zkG7KtzIttmjBkc.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/YnNekv6vOP6zkG7KtzIttmjBkc.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/YnNekv6vOP6zkG7KtzIttmjBkc.png 3120w\"},className:\"framer-1vw5pbb\",\"data-framer-name\":\"Background\",name:\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-znw93l\",\"data-framer-name\":\"Display Text\",name:\"Display Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4aemd5\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1utv1rf\",\"data-framer-name\":\"Name\",name:\"Name\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"70px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\"',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgba(69, 89, 78, 1)\"},children:\"Hi, I'm Lijuan!\"})})}),className:\"framer-t1zrzi\",\"data-framer-name\":\"Hi, I'm Lijuan!\",fonts:[\"GF;Fraunces-600\"],name:\"Hi, I'm Lijuan!\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tjckp0\",\"data-framer-name\":\"Frame 1\",name:\"Frame 1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1eyt96v\",animation4,\"xxx0kj\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter-ExtraBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"128.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 119, 76)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(69, 90, 79)\"},children:\"an strategic\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(69, 90, 79)\"},children:\" \"}),\"UX/UI Designer\"]})}),className:\"framer-1eyt96v\",\"data-framer-appear-id\":\"1eyt96v\",\"data-framer-name\":\"an strategic UX/UI Designer\",exit:animation3,fonts:[\"Inter-ExtraBold\",\"Inter-Medium\",\"Inter-Light\"],initial:optimizeAppear(\"initial\",\"1eyt96v\",animation5,\"xxx0kj\"),name:\"an strategic UX/UI Designer\",transformTemplate:optimizeAppearTransformTemplate(\"1eyt96v\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"cxb6sx\",animation7,\"xxx0kj\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(69, 90, 79)\"},children:\"with background in branding design, helping businesses by crafting digital products with seamless design and brand alignment for successful launches \uD83D\uDE80\"})}),className:\"framer-cxb6sx\",\"data-framer-appear-id\":\"cxb6sx\",\"data-framer-name\":\"with background in branding design, helping businesses by crafting digital products with seamless design and brand alignment for successful launches \uD83D\uDE80\",exit:animation6,initial:optimizeAppear(\"initial\",\"cxb6sx\",animation5,\"xxx0kj\"),name:\"with background in branding design, helping businesses by crafting digital products with seamless design and brand alignment for successful launches \uD83D\uDE80\",transformTemplate:optimizeAppearTransformTemplate(\"cxb6sx\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-19olvfp\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1fve96g-container\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:12,animateEnd:100,animateStart:-50,color:\"var(--token-1cd52c88-a8b7-4686-95b8-a59db561bc9f, rgb(69, 90, 79))\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"10px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0.27em\",lineHeight:\"1em\"},height:\"100%\",id:\"dY6JDYzO4\",layoutId:\"dY6JDYzO4\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726 SCROLL DOWN TO SEE MY LATEST WORK\",type:\"circle\",width:\"100%\",wordSpacing:0})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wwpl7v\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 30\"><path d=\"M 0.679 22.962 L 6.87 29.294 L 13.062 22.962 M 6.87 28.414 L 6.87 1.235\" fill=\"transparent\" stroke-width=\"1.17\" stroke=\"rgb(69,90,79)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:2315751705,withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"liEPm49pf\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(Container,{className:\"framer-5u0tyz-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"jzhzzWHlU\",layoutId:\"jzhzzWHlU\",style:{height:\"100%\",width:\"100%\"},w_qDZMOgS:resolvedLinks[0],width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.framer.com/?utm_source=https%3A%2F%2Fwww.mitchellclements.com&utm_campaign=freeplanbadge\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:211,intrinsicWidth:904,pixelHeight:422,pixelWidth:1808,sizes:\"145px\",src:\"https://framerusercontent.com/images/ruteGGmRn5ypbFMljWqFTssl0s.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ruteGGmRn5ypbFMljWqFTssl0s.png?scale-down-to=512 512w, https://framerusercontent.com/images/ruteGGmRn5ypbFMljWqFTssl0s.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/ruteGGmRn5ypbFMljWqFTssl0s.png 1808w\"},className:\"framer-1oyf02z framer-1nu3vc8\",\"data-framer-name\":\"image\",name:\"image\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-dwudso\",\"data-framer-name\":\"Testimonials\",name:\"Testimonials\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c536ib\",\"data-framer-name\":\"Blumaiden\",name:\"Blumaiden\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ykiovu\",\"data-framer-name\":\"User\",name:\"User\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sm71vx\",\"data-framer-name\":\"User\",name:\"User\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ryzte\",\"data-framer-name\":\"Image\",name:\"Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wnyv0g\",\"data-framer-name\":\"Background\",name:\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16drxd8\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12bp9c4\",\"data-framer-name\":\"Background\",name:\"Background\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",src:\"https://framerusercontent.com/images/WjJxRCvRIdX1YMUKdgiGqoM0.png\"},className:\"framer-rltrjp\",\"data-framer-name\":\"image 1189\",name:\"image 1189\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c147tj\",\"data-framer-name\":\"Name\",name:\"Name\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lu5od4\",\"data-framer-name\":\"Name\",name:\"Name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNjAw\",\"--framer-font-family\":'\"Fraunces\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(69, 90, 79)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.blumaiden.com/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"Damien Keogh, BluMaiden Biosciences Pte Ltd\"})})})}),className:\"framer-16f0sv2\",\"data-framer-name\":\"Damien Keogh, BluMaiden Biosciences Pte Ltd\",fonts:[\"GF;Fraunces-600\"],name:\"Damien Keogh, BluMaiden Biosciences Pte Ltd\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vs9wp\",\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hsmgh8\",\"data-framer-name\":\"1\",name:\"1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTUwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"148%\",\"--framer-text-color\":\"rgb(78, 142, 111)\",\"--framer-text-transform\":\"capitalize\"},children:\"Chief Executive Officer\"})}),className:\"framer-1mmtk2e\",\"data-framer-name\":\"Chief Executive Officer\",fonts:[\"GF;Mulish-500\"],name:\"Chief Executive Officer\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-guvqyi\",\"data-framer-name\":\"2\",name:\"2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTUwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"128.5%\",\"--framer-text-color\":\"rgb(97, 151, 156)\",\"--framer-text-transform\":\"capitalize\"},children:\"Director\"})}),className:\"framer-ikyc7k\",\"data-framer-name\":\"Director\",fonts:[\"GF;Mulish-500\"],name:\"Director\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4wob2z\",\"data-framer-name\":\"Comment\",name:\"Comment\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h0zfh3\",\"data-framer-name\":\"Review\",name:\"Review\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qmu1z1\",\"data-framer-name\":\"\u201C\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:48,name:\"\u201C\",svg:'<svg width=\"48\" height=\"49\" viewBox=\"-1 -1 48 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M36.481 20.9534C32.7247 20.9534 29.9233 20.0303 28.077 18.1839C26.167 16.3376 25.212 13.8546 25.212 10.7349C25.212 7.74261 26.167 5.25961 28.077 3.28594C29.987 1.31227 32.4063 0.325439 35.335 0.325439C38.2637 0.32544 40.7467 1.56694 42.784 4.04994C44.8213 6.59661 45.84 10.2893 45.84 15.1279C45.84 20.6033 45.076 25.4738 43.548 29.7394C41.9563 34.0688 39.728 37.6341 36.863 40.4354C33.9343 43.3004 30.4327 45.3059 26.358 46.4519C26.0397 46.5793 25.785 46.6111 25.594 46.5474C25.403 46.5474 25.2757 46.4519 25.212 46.2609C25.1483 46.0699 25.1802 45.8789 25.3075 45.6879C25.4348 45.4969 25.6258 45.3696 25.8805 45.3059C29.7005 44.0963 32.8202 42.2181 35.2395 39.6714C37.5952 37.1884 39.346 34.4508 40.492 31.4584C41.5743 28.5298 42.1155 25.7921 42.1155 23.2454C42.1155 22.5451 41.9563 21.9721 41.638 21.5264C41.256 21.1444 40.6512 20.9534 39.8235 20.9534H36.481ZM11.269 21.0489C7.57634 21.0489 4.80684 20.1258 2.9605 18.2794C1.05051 16.4331 0.0955073 13.9501 0.0955076 10.8304C0.0955078 7.8381 1.05051 5.3551 2.96051 3.38143C4.87051 1.40777 7.25801 0.420941 10.123 0.420942C13.0517 0.420942 15.5347 1.66244 17.572 4.14543C19.6093 6.69211 20.628 10.3529 20.628 15.1279C20.628 20.6669 19.864 25.5693 18.336 29.8349C16.808 34.1643 14.6115 37.7296 11.7465 40.5309C8.81784 43.3959 5.31617 45.4014 1.2415 46.5474C0.859502 46.6748 0.573003 46.7066 0.382004 46.6429C0.191004 46.6429 0.0636696 46.5474 0 46.3564C1.66979e-08 46.1654 0.0636678 45.9744 0.191003 45.7834C0.254669 45.5924 0.445669 45.4333 0.764002 45.3059C4.52034 44.1599 7.60817 42.3136 10.0275 39.7669C12.4468 37.2203 14.2295 34.4508 15.3755 31.4584C16.4578 28.5298 16.999 25.8239 16.999 23.3409C16.999 22.6406 16.808 22.0676 16.426 21.6219C16.044 21.2399 15.4392 21.0489 14.6115 21.0489H11.269Z\" fill=\"#FF774D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ymahy6\",\"data-styles-preset\":\"t1nZSI0N6\",children:\"Working with Lijuan on our Babypass project was a pleasure. Her exceptional contributions, deep UI/UX understanding, and innovative approach were pivotal to our success. Lijuan's creativity, problem-solving skills, and commitment make her invaluable.\"})}),className:\"framer-1aknsmn\",\"data-framer-name\":\"Working with Lijuan on our Babypass project was a pleasure. Her exceptional contributions, deep UI/UX understanding, and innovative approach were pivotal to our success. Lijuan's creativity, problem-solving skills, and commitment make her invaluable.\",name:\"Working with Lijuan on our Babypass project was a pleasure. Her exceptional contributions, deep UI/UX understanding, and innovative approach were pivotal to our success. Lijuan's creativity, problem-solving skills, and commitment make her invaluable.\",verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qsvya8\",\"data-framer-name\":\"Line\",layout:\"position\",name:\"Line\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1042 3\"><path d=\"M 1 1.5 L 1041 1.5\" fill=\"transparent\" stroke=\"rgb(204, 204, 204)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:1054621265,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fldfhf\",\"data-framer-name\":\"Testimonials\",name:\"Testimonials\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-t6uqzh\",\"data-framer-name\":\"Heading\",layout:\"position\",name:\"Heading\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 192 21\"><path d=\"M 18.429 6.392 L 18.429 4.364 L 27.986 4.364 L 27.986 6.392 L 24.423 6.392 L 24.423 16 L 21.992 16 L 21.992 6.392 Z M 32.76 16 L 32.76 4.364 L 40.601 4.364 L 40.601 6.392 L 35.22 6.392 L 35.22 9.165 L 40.197 9.165 L 40.197 11.193 L 35.22 11.193 L 35.22 13.972 L 40.623 13.972 L 40.623 16 Z M 52.069 7.71 C 52.024 7.252 51.829 6.896 51.484 6.642 C 51.139 6.388 50.672 6.261 50.081 6.261 C 49.679 6.261 49.34 6.318 49.064 6.432 C 48.787 6.542 48.575 6.695 48.427 6.892 C 48.283 7.089 48.211 7.313 48.211 7.563 C 48.204 7.771 48.247 7.953 48.342 8.108 C 48.44 8.263 48.575 8.398 48.745 8.511 C 48.916 8.621 49.113 8.718 49.336 8.801 C 49.56 8.881 49.798 8.949 50.052 9.006 L 51.098 9.256 C 51.605 9.369 52.071 9.521 52.495 9.71 C 52.92 9.9 53.287 10.133 53.598 10.409 C 53.908 10.686 54.149 11.011 54.319 11.386 C 54.493 11.761 54.582 12.191 54.586 12.676 C 54.582 13.388 54.401 14.006 54.041 14.528 C 53.685 15.047 53.17 15.451 52.495 15.739 C 51.825 16.023 51.016 16.165 50.069 16.165 C 49.13 16.165 48.312 16.021 47.615 15.733 C 46.922 15.445 46.38 15.019 45.99 14.454 C 45.603 13.886 45.401 13.184 45.382 12.347 L 47.762 12.347 C 47.789 12.737 47.901 13.063 48.098 13.324 C 48.298 13.581 48.565 13.777 48.899 13.909 C 49.236 14.038 49.617 14.102 50.041 14.102 C 50.457 14.102 50.819 14.042 51.126 13.921 C 51.437 13.799 51.677 13.631 51.848 13.415 C 52.018 13.199 52.103 12.951 52.103 12.671 C 52.103 12.409 52.026 12.189 51.87 12.011 C 51.719 11.833 51.495 11.682 51.2 11.557 C 50.908 11.432 50.55 11.318 50.126 11.216 L 48.859 10.898 C 47.878 10.659 47.103 10.286 46.535 9.778 C 45.967 9.271 45.685 8.587 45.689 7.727 C 45.685 7.023 45.872 6.407 46.251 5.881 C 46.634 5.354 47.158 4.943 47.825 4.648 C 48.492 4.352 49.249 4.205 50.098 4.205 C 50.961 4.205 51.715 4.352 52.359 4.648 C 53.007 4.943 53.511 5.354 53.87 5.881 C 54.23 6.407 54.416 7.017 54.427 7.71 Z M 58.998 6.392 L 58.998 4.364 L 68.555 4.364 L 68.555 6.392 L 64.992 6.392 L 64.992 16 L 62.56 16 L 62.56 6.392 Z M 75.789 4.364 L 75.789 16 L 73.328 16 L 73.328 4.364 Z M 81.013 4.364 L 84.047 4.364 L 87.252 12.182 L 87.388 12.182 L 90.593 4.364 L 93.627 4.364 L 93.627 16 L 91.24 16 L 91.24 8.426 L 91.144 8.426 L 88.132 15.943 L 86.507 15.943 L 83.496 8.398 L 83.399 8.398 L 83.399 16 L 81.013 16 Z M 109.547 10.182 C 109.547 11.451 109.306 12.53 108.825 13.421 C 108.348 14.311 107.696 14.991 106.871 15.46 C 106.049 15.926 105.124 16.159 104.098 16.159 C 103.064 16.159 102.136 15.924 101.314 15.454 C 100.492 14.985 99.842 14.305 99.365 13.415 C 98.888 12.525 98.649 11.447 98.649 10.182 C 98.649 8.913 98.888 7.833 99.365 6.943 C 99.842 6.053 100.492 5.375 101.314 4.909 C 102.136 4.439 103.064 4.205 104.098 4.205 C 105.124 4.205 106.049 4.439 106.871 4.909 C 107.696 5.375 108.348 6.053 108.825 6.943 C 109.306 7.833 109.547 8.913 109.547 10.182 Z M 107.052 10.182 C 107.052 9.36 106.929 8.667 106.683 8.102 C 106.441 7.538 106.098 7.11 105.655 6.818 C 105.212 6.527 104.693 6.381 104.098 6.381 C 103.503 6.381 102.984 6.527 102.541 6.818 C 102.098 7.11 101.753 7.538 101.507 8.102 C 101.265 8.667 101.143 9.36 101.143 10.182 C 101.143 11.004 101.265 11.697 101.507 12.261 C 101.753 12.826 102.098 13.254 102.541 13.546 C 102.984 13.837 103.503 13.983 104.098 13.983 C 104.693 13.983 105.212 13.837 105.655 13.546 C 106.098 13.254 106.441 12.826 106.683 12.261 C 106.929 11.697 107.052 11.004 107.052 10.182 Z M 124.302 4.364 L 124.302 16 L 122.177 16 L 117.115 8.676 L 117.029 8.676 L 117.029 16 L 114.569 16 L 114.569 4.364 L 116.728 4.364 L 121.751 11.682 L 121.853 11.682 L 121.853 4.364 Z M 131.995 4.364 L 131.995 16 L 129.535 16 L 129.535 4.364 Z M 139.225 16 L 136.589 16 L 140.606 4.364 L 143.776 4.364 L 147.787 16 L 145.151 16 L 142.236 7.023 L 142.145 7.023 Z M 139.06 11.426 L 145.287 11.426 L 145.287 13.347 L 139.06 13.347 Z M 152.388 16 L 152.388 4.364 L 154.848 4.364 L 154.848 13.972 L 159.837 13.972 L 159.837 16 Z M 170.979 7.71 C 170.933 7.252 170.738 6.896 170.393 6.642 C 170.049 6.388 169.581 6.261 168.99 6.261 C 168.588 6.261 168.249 6.318 167.973 6.432 C 167.696 6.542 167.484 6.695 167.337 6.892 C 167.193 7.089 167.121 7.313 167.121 7.563 C 167.113 7.771 167.157 7.953 167.251 8.108 C 167.35 8.263 167.484 8.398 167.655 8.511 C 167.825 8.621 168.022 8.718 168.246 8.801 C 168.469 8.881 168.708 8.949 168.962 9.006 L 170.007 9.256 C 170.515 9.369 170.98 9.521 171.405 9.71 C 171.829 9.9 172.196 10.133 172.507 10.409 C 172.818 10.686 173.058 11.011 173.229 11.386 C 173.403 11.761 173.492 12.191 173.496 12.676 C 173.492 13.388 173.31 14.006 172.95 14.528 C 172.594 15.047 172.079 15.451 171.405 15.739 C 170.734 16.023 169.926 16.165 168.979 16.165 C 168.039 16.165 167.221 16.021 166.524 15.733 C 165.831 15.445 165.289 15.019 164.899 14.454 C 164.513 13.886 164.31 13.184 164.291 12.347 L 166.672 12.347 C 166.698 12.737 166.81 13.063 167.007 13.324 C 167.208 13.581 167.475 13.777 167.808 13.909 C 168.145 14.038 168.526 14.102 168.95 14.102 C 169.367 14.102 169.729 14.042 170.035 13.921 C 170.346 13.799 170.587 13.631 170.757 13.415 C 170.927 13.199 171.013 12.951 171.013 12.671 C 171.013 12.409 170.935 12.189 170.78 12.011 C 170.628 11.833 170.405 11.682 170.109 11.557 C 169.818 11.432 169.46 11.318 169.035 11.216 L 167.768 10.898 C 166.787 10.659 166.013 10.286 165.444 9.778 C 164.876 9.271 164.594 8.587 164.598 7.727 C 164.594 7.023 164.782 6.407 165.16 5.881 C 165.543 5.354 166.068 4.943 166.734 4.648 C 167.401 4.352 168.158 4.205 169.007 4.205 C 169.871 4.205 170.624 4.352 171.268 4.648 C 171.916 4.943 172.42 5.354 172.78 5.881 C 173.14 6.407 173.325 7.017 173.337 7.71 Z\" fill=\"rgb(69,90,79)\"></path></svg>',svgContentId:3032311278,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-g96p63\",\"data-framer-name\":\"Line 36\",layout:\"position\",name:\"Line 36\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 417 3\"><path d=\"M 1 1.5 L 416 1.5\" fill=\"transparent\" stroke=\"rgb(204, 204, 204)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:1353653686,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ange4t\",\"data-framer-name\":\"Line 38\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:3,name:\"Line 38\",svg:'<svg width=\"3\" height=\"42\" viewBox=\"-1 -1 3 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"2.56384e-08\" x2=\"0.499999\" y2=\"40\" stroke=\"#CCCCCC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wf5nwj\",\"data-framer-name\":\"Line 39\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:3,name:\"Line 39\",svg:'<svg width=\"3\" height=\"42\" viewBox=\"-1 -1 3 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"2.56384e-08\" x2=\"0.499999\" y2=\"40\" stroke=\"#CCCCCC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8hvz1i\",\"data-framer-name\":\"Line 37\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:413,name:\"Line 37\",svg:'<svg width=\"413\" height=\"3\" viewBox=\"-1 -1 413 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"6.10352e-05\" y1=\"0.5\" x2=\"411\" y2=\"0.5\" stroke=\"#CCCCCC\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-12wfxd1-container\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"A1pnsuy8D\",layoutId:\"A1pnsuy8D\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=['.framer-7Posd[data-border=\"true\"]::after, .framer-7Posd [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-7Posd { background: white; }`,\".framer-7Posd.framer-1nu3vc8, .framer-7Posd .framer-1nu3vc8 { display: block; }\",\".framer-7Posd.framer-xxx0kj { background-color: #ffffff; height: 4144px; overflow: hidden; position: relative; width: 1280px; }\",\".framer-7Posd .framer-110svcy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: 649px; transform: translateX(-50%); width: 1040px; }\",\".framer-7Posd .framer-13nkyti, .framer-7Posd .framer-18601w9, .framer-7Posd .framer-hk4mht, .framer-7Posd .framer-1jclvqs { aspect-ratio: 2.1666666666666665 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 480px); overflow: visible; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-7Posd .framer-1xdagyb, .framer-7Posd .framer-l6s0km, .framer-7Posd .framer-1dnccr { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-7Posd .framer-ei7htc { background-color: #f0ece5; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 480px; left: 0px; position: absolute; top: 0px; width: 1040px; }\",\".framer-7Posd .framer-1585t5u, .framer-7Posd .framer-77jhhn, .framer-7Posd .framer-1ulswck { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 480px; left: 0px; overflow: hidden; position: absolute; text-decoration: none; top: 0px; width: 1040px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7Posd .framer-10dp62a { background-color: #eae3d9; border-top-left-radius: 254px; border-top-right-radius: 26px; flex: none; height: 481px; left: 783px; position: absolute; top: 0px; width: 257px; }\",\".framer-7Posd .framer-1obslzg, .framer-7Posd .framer-3kk3qf, .framer-7Posd .framer-159wxhg, .framer-7Posd .framer-ywvixn { flex: none; height: 112px; left: -9px; position: absolute; top: 0px; width: 135px; }\",\".framer-7Posd .framer-qv6srk { flex: none; height: 442px; left: 510px; overflow: visible; position: absolute; top: 34px; width: 556px; }\",\".framer-7Posd .framer-13rsfad { aspect-ratio: 1.257918552036199 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 442px); left: 0px; position: absolute; top: 0px; width: 556px; }\",\".framer-7Posd .framer-ws4zy4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 62px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; transform: translateY(-50%); width: 428px; }\",\".framer-7Posd .framer-1gwoh96, .framer-7Posd .framer-w2znr4, .framer-7Posd .framer-1o01a6t, .framer-7Posd .framer-19czabn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-7Posd .framer-hi8jt3 { flex: none; height: 20px; position: relative; width: 121px; }\",\".framer-7Posd .framer-jw8h4k, .framer-7Posd .framer-1ruoaqa { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 428px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-1omtdur, .framer-7Posd .framer-j1u7g6, .framer-7Posd .framer-15ot24, .framer-7Posd .framer-1a9xsh1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-7Posd .framer-1mk0dyn, .framer-7Posd .framer-1eg60m6, .framer-7Posd .framer-15miwtj, .framer-7Posd .framer-1qgg40v, .framer-7Posd .framer-vr3osj, .framer-7Posd .framer-u3ohl1 { align-content: center; align-items: center; background-color: #e5d5bd; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 28px; justify-content: center; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: min-content; }\",\".framer-7Posd .framer-10p889, .framer-7Posd .framer-1wqxtx9, .framer-7Posd .framer-51k42j, .framer-7Posd .framer-1wqlvlx, .framer-7Posd .framer-1081515, .framer-7Posd .framer-13qd26z, .framer-7Posd .framer-1hlcgf4, .framer-7Posd .framer-1hm86n5, .framer-7Posd .framer-i6w4lq, .framer-7Posd .framer-9p5qg5, .framer-7Posd .framer-1h31xq0, .framer-7Posd .framer-t75r34, .framer-7Posd .framer-xl2834, .framer-7Posd .framer-1ypugxl, .framer-7Posd .framer-12skvmo, .framer-7Posd .framer-wefzz5, .framer-7Posd .framer-1p73a2f, .framer-7Posd .framer-17zsd8s, .framer-7Posd .framer-t5t6ml, .framer-7Posd .framer-1r2o4d1, .framer-7Posd .framer-1bkteu9, .framer-7Posd .framer-pm8yxy, .framer-7Posd .framer-1g1e91z, .framer-7Posd .framer-5c84hj, .framer-7Posd .framer-xrsdq9, .framer-7Posd .framer-x9mmea, .framer-7Posd .framer-16ali0u, .framer-7Posd .framer-2nvfy9, .framer-7Posd .framer-1esbjt4, .framer-7Posd .framer-1lvycog, .framer-7Posd .framer-16f0sv2, .framer-7Posd .framer-1mmtk2e, .framer-7Posd .framer-ikyc7k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7Posd .framer-9n0p1r, .framer-7Posd .framer-1ag27vb, .framer-7Posd .framer-pdo3pu, .framer-7Posd .framer-1rz4l0p { align-content: center; align-items: center; background-color: #ff774c; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: visible; padding: 18px 38px 19px 38px; position: relative; text-decoration: none; width: 180px; }\",\".framer-7Posd .framer-hsxrc3, .framer-7Posd .framer-ulg67a, .framer-7Posd .framer-14ve71w, .framer-7Posd .framer-4rjbk4, .framer-7Posd .framer-amrliv, .framer-7Posd .framer-vdamju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7Posd .framer-tkzvn9, .framer-7Posd .framer-1sa0fbh, .framer-7Posd .framer-1f4mk5f { aspect-ratio: 1.0434782608695652 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-7Posd .framer-1f924g2 { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7Posd .framer-16pp2sn { background: linear-gradient(180deg, #fef4f2 0%, rgba(224, 213, 228, 0.1) 100%); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-7Posd .framer-1stgqr2 { background-color: #ffe7e7; border-top-left-radius: 254px; border-top-right-radius: 26px; flex: none; height: 481px; left: 783px; position: absolute; top: 0px; width: 257px; }\",\".framer-7Posd .framer-8n5ulh { bottom: 0px; flex: none; height: 442px; overflow: visible; position: absolute; right: -46px; text-decoration: none; width: 556px; }\",\".framer-7Posd .framer-vv1zw1 { aspect-ratio: 0.3534136546184739 / 1; bottom: -572px; flex: none; height: var(--framer-aspect-ratio-supported, 996px); left: 66px; position: absolute; width: 352px; }\",\".framer-7Posd .framer-166r2la { bottom: -202px; flex: none; height: 495px; left: 213px; position: absolute; width: 262px; }\",\".framer-7Posd .framer-1tbugrb, .framer-7Posd .framer-mkuxz0, .framer-7Posd .framer-1193ktp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 62px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; transform: translateY(-50%); width: 506px; }\",\".framer-7Posd .framer-e8233x { flex: none; height: 38px; position: relative; width: 127px; }\",\".framer-7Posd .framer-ros1ez { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-41b5vo, .framer-7Posd .framer-kwwqr2, .framer-7Posd .framer-1wxhzbu, .framer-7Posd .framer-kmna1o, .framer-7Posd .framer-19711v5, .framer-7Posd .framer-1qtq7fr, .framer-7Posd .framer-1bu8z7v, .framer-7Posd .framer-1lfzxrl { align-content: center; align-items: center; background-color: #ffefef; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 28px; justify-content: center; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: min-content; }\",\".framer-7Posd .framer-qkpn9n { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 454px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-18yz51x { background-color: #fefef3; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 480px; left: 0px; position: absolute; top: 0px; width: 1040px; }\",\".framer-7Posd .framer-17h1sy5 { background-color: #fffadb; border-top-left-radius: 254px; border-top-right-radius: 26px; bottom: -1px; flex: none; position: absolute; right: 0px; top: 0px; width: 401px; }\",\".framer-7Posd .framer-1p4aah3 { bottom: -28px; flex: none; overflow: hidden; position: absolute; right: -46px; top: 0px; width: 644px; }\",\".framer-7Posd .framer-1149b0b { aspect-ratio: 2.2171052631578947 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 509px); left: -33px; overflow: visible; position: absolute; right: -450px; top: 49%; transform: translateY(-50%); }\",\".framer-7Posd .framer-13hghip { aspect-ratio: 0.9940119760479041 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 43px; }\",\".framer-7Posd .framer-ymn9wr, .framer-7Posd .framer-1olu0x4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 498px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-6jfb64, .framer-7Posd .framer-t669b3, .framer-7Posd .framer-1al9gza, .framer-7Posd .framer-1gq9yl9, .framer-7Posd .framer-yt81u1, .framer-7Posd .framer-5wd54i, .framer-7Posd .framer-pj3wg0 { align-content: center; align-items: center; background-color: #fffadb; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 28px; justify-content: center; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: min-content; }\",\".framer-7Posd .framer-y3ybhd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 438px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-ive3fd, .framer-7Posd .framer-x4wbnq, .framer-7Posd .framer-1vztg4z { aspect-ratio: 1.0434782608695652 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 20px; }\",\".framer-7Posd .framer-1ayt49f { background-color: #ffefed; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 480px; left: 0px; position: absolute; top: 0px; width: 1040px; }\",\".framer-7Posd .framer-1ydsuqy { background-color: #f7cec8; border-top-left-radius: 254px; border-top-right-radius: 26px; flex: none; height: 481px; left: 783px; position: absolute; top: 0px; width: 257px; }\",\".framer-7Posd .framer-12xudlm { bottom: -14px; flex: none; overflow: hidden; position: absolute; right: -62px; top: -12px; width: 635px; }\",\".framer-7Posd .framer-16lnhk9 { aspect-ratio: 1.3906633906633907 / 1; bottom: -77px; flex: none; height: var(--framer-aspect-ratio-supported, 600px); left: 0px; overflow: visible; position: absolute; right: -198px; }\",\".framer-7Posd .framer-zytgw1 { aspect-ratio: 4.233766233766234 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 119px; }\",\".framer-7Posd .framer-dw3dh6, .framer-7Posd .framer-13xdrcd, .framer-7Posd .framer-otkwjl { align-content: center; align-items: center; background-color: #ff8e80; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 28px; justify-content: center; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: min-content; }\",\".framer-7Posd .framer-1htnhqs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 432px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-1vdcjmd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 1040px; }\",\".framer-7Posd .framer-kjdz3l, .framer-7Posd .framer-1jgw5b0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 543px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 500px; }\",\".framer-7Posd .framer-tjawz5, .framer-7Posd .framer-ksbbhn { flex: none; height: 320px; overflow: visible; position: relative; width: 100%; }\",\".framer-7Posd .framer-y6694i { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 320px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7Posd .framer-1957qav { aspect-ratio: 1.6755184729156676 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 327px); left: -23px; position: absolute; right: -24px; text-decoration: none; top: -6px; }\",\".framer-7Posd .framer-92izsx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-7Posd .framer-qthqb5, .framer-7Posd .framer-17f3yrw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-7Posd .framer-1sk8bbx, .framer-7Posd .framer-arifp9, .framer-7Posd .framer-oiim, .framer-7Posd .framer-1skzeni { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 500px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-1pwihwf, .framer-7Posd .framer-ot5zqb { align-content: center; align-items: center; background-color: #ff774c; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 18px 24px 18px 27px; position: relative; text-decoration: none; width: 148px; }\",\".framer-7Posd .framer-dgaoa6 { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 320px; left: 0px; overflow: hidden; position: absolute; text-decoration: none; top: 0px; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7Posd .framer-on9wak { aspect-ratio: 1.6755183464947039 / 1; bottom: -38px; flex: none; height: var(--framer-aspect-ratio-supported, 365px); left: -49px; position: absolute; right: -62px; }\",\".framer-7Posd .framer-1f0dcxe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-7Posd .framer-i5l756 { flex: none; height: 40px; left: calc(50.00000000000002% - 1040px / 2); overflow: visible; position: absolute; top: 561px; width: 1040px; }\",\".framer-7Posd .framer-1jwgt3z { flex: none; height: 21px; left: 424px; position: absolute; top: 9px; width: 192px; }\",\".framer-7Posd .framer-d09zc0, .framer-7Posd .framer-g96p63 { flex: none; height: 3px; left: 624px; position: absolute; top: 18px; width: 417px; }\",\".framer-7Posd .framer-vd9ijf, .framer-7Posd .framer-ange4t { flex: none; height: 42px; left: 623px; position: absolute; top: -1px; width: 3px; }\",\".framer-7Posd .framer-1xc71ct { flex: none; height: 42px; left: 409px; position: absolute; top: -1px; width: 3px; }\",\".framer-7Posd .framer-qhmqep { flex: none; height: 3px; left: -1px; position: absolute; top: 19px; width: 413px; }\",\".framer-7Posd .framer-1d3de94 { flex: none; height: 360px; left: calc(50.00000000000002% - 1040px / 2); overflow: visible; position: absolute; top: 115px; width: 1040px; }\",\".framer-7Posd .framer-1vw5pbb { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-7Posd .framer-znw93l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: 146px; justify-content: flex-start; left: 296px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 74px; width: 447px; }\",\".framer-7Posd .framer-4aemd5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 200px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 739px; }\",\".framer-7Posd .framer-1utv1rf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 739px; }\",\".framer-7Posd .framer-t1zrzi { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-tjckp0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-7Posd .framer-1eyt96v { flex: none; height: 53px; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 725px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-cxb6sx { flex: none; height: 48px; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 725px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-19olvfp { flex: none; height: 107px; left: calc(50.00000000000002% - 107px / 2); overflow: hidden; position: absolute; top: 421px; transform: perspective(1200px); width: 107px; }\",\".framer-7Posd .framer-1fve96g-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-7Posd .framer-wwpl7v { flex: none; height: 30px; left: calc(50.46728971962619% - 14px / 2); position: absolute; top: calc(50.46728971962619% - 30px / 2); width: 14px; }\",\".framer-7Posd .framer-5u0tyz-container { flex: none; height: 64px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-7Posd .framer-1oyf02z { aspect-ratio: 4.2843601895734595 / 1; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; bottom: 17px; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); flex: none; height: var(--framer-aspect-ratio-supported, 34px); overflow: visible; position: fixed; right: 19px; text-decoration: none; width: 145px; z-index: 1; }\",\".framer-7Posd .framer-dwudso { flex: none; height: 284px; left: calc(50.00000000000002% - 1040px / 2); overflow: hidden; position: absolute; top: 3381px; transform: perspective(1200px); width: 1040px; }\",\".framer-7Posd .framer-c536ib { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; right: 0px; }\",\".framer-7Posd .framer-1ykiovu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1022px; }\",\".framer-7Posd .framer-1sm71vx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-7Posd .framer-15ryzte { flex: none; height: 90px; overflow: visible; position: relative; width: 90px; }\",\".framer-7Posd .framer-1wnyv0g { aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 90px); left: 0px; position: absolute; top: 0px; width: 90px; }\",\".framer-7Posd .framer-16drxd8 { flex: none; height: 81px; left: 4px; overflow: visible; position: absolute; top: 4px; width: 81px; }\",\".framer-7Posd .framer-12bp9c4 { flex: none; height: 81px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 81px; }\",\".framer-7Posd .framer-rltrjp { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 1px; position: absolute; top: 1px; width: 80px; }\",\".framer-7Posd .framer-c147tj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7Posd .framer-1lu5od4 { 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: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7Posd .framer-1vs9wp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7Posd .framer-hsmgh8 { align-content: center; align-items: center; background-color: #c2e9d7; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 7px 17px 7px 17px; position: relative; width: min-content; }\",\".framer-7Posd .framer-guvqyi { align-content: center; align-items: center; background-color: #c2e7e9; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 11px 8px 11px; position: relative; width: min-content; }\",\".framer-7Posd .framer-4wob2z { flex: none; height: 77px; overflow: visible; position: relative; width: 1022px; }\",\".framer-7Posd .framer-h0zfh3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 24px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 0px; width: 998px; }\",\".framer-7Posd .framer-1qmu1z1 { flex: none; height: 49px; position: relative; width: 48px; }\",\".framer-7Posd .framer-1aknsmn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 912px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Posd .framer-1qsvya8 { flex: none; height: 3px; position: relative; width: 1042px; }\",\".framer-7Posd .framer-fldfhf { flex: none; height: 40px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-7Posd .framer-t6uqzh { flex: none; height: 21px; left: calc(50.00000000000002% - 192px / 2); position: absolute; top: calc(47.50000000000002% - 21px / 2); width: 192px; }\",\".framer-7Posd .framer-wf5nwj { bottom: -1px; flex: none; left: 413px; position: absolute; top: -1px; width: 3px; }\",\".framer-7Posd .framer-8hvz1i { flex: none; height: 3px; left: -1px; position: absolute; top: 19px; width: 417px; }\",\".framer-7Posd .framer-12wfxd1-container { flex: none; height: 407px; left: 0px; position: absolute; right: -2px; top: 3737px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7Posd .framer-110svcy, .framer-7Posd .framer-ws4zy4, .framer-7Posd .framer-1gwoh96, .framer-7Posd .framer-1omtdur, .framer-7Posd .framer-1mk0dyn, .framer-7Posd .framer-1eg60m6, .framer-7Posd .framer-15miwtj, .framer-7Posd .framer-1qgg40v, .framer-7Posd .framer-vr3osj, .framer-7Posd .framer-u3ohl1, .framer-7Posd .framer-9n0p1r, .framer-7Posd .framer-hsxrc3, .framer-7Posd .framer-1tbugrb, .framer-7Posd .framer-w2znr4, .framer-7Posd .framer-j1u7g6, .framer-7Posd .framer-41b5vo, .framer-7Posd .framer-kwwqr2, .framer-7Posd .framer-1wxhzbu, .framer-7Posd .framer-kmna1o, .framer-7Posd .framer-19711v5, .framer-7Posd .framer-1qtq7fr, .framer-7Posd .framer-1bu8z7v, .framer-7Posd .framer-1lfzxrl, .framer-7Posd .framer-1ag27vb, .framer-7Posd .framer-ulg67a, .framer-7Posd .framer-mkuxz0, .framer-7Posd .framer-1o01a6t, .framer-7Posd .framer-15ot24, .framer-7Posd .framer-6jfb64, .framer-7Posd .framer-t669b3, .framer-7Posd .framer-1al9gza, .framer-7Posd .framer-1gq9yl9, .framer-7Posd .framer-yt81u1, .framer-7Posd .framer-5wd54i, .framer-7Posd .framer-pj3wg0, .framer-7Posd .framer-pdo3pu, .framer-7Posd .framer-14ve71w, .framer-7Posd .framer-1193ktp, .framer-7Posd .framer-19czabn, .framer-7Posd .framer-1a9xsh1, .framer-7Posd .framer-dw3dh6, .framer-7Posd .framer-13xdrcd, .framer-7Posd .framer-otkwjl, .framer-7Posd .framer-1rz4l0p, .framer-7Posd .framer-4rjbk4, .framer-7Posd .framer-1vdcjmd, .framer-7Posd .framer-kjdz3l, .framer-7Posd .framer-92izsx, .framer-7Posd .framer-qthqb5, .framer-7Posd .framer-1pwihwf, .framer-7Posd .framer-amrliv, .framer-7Posd .framer-1jgw5b0, .framer-7Posd .framer-1f0dcxe, .framer-7Posd .framer-17f3yrw, .framer-7Posd .framer-ot5zqb, .framer-7Posd .framer-vdamju, .framer-7Posd .framer-znw93l, .framer-7Posd .framer-4aemd5, .framer-7Posd .framer-1utv1rf, .framer-7Posd .framer-tjckp0, .framer-7Posd .framer-c536ib, .framer-7Posd .framer-1ykiovu, .framer-7Posd .framer-1sm71vx, .framer-7Posd .framer-c147tj, .framer-7Posd .framer-1lu5od4, .framer-7Posd .framer-1vs9wp, .framer-7Posd .framer-hsmgh8, .framer-7Posd .framer-guvqyi, .framer-7Posd .framer-h0zfh3 { gap: 0px; } .framer-7Posd .framer-110svcy > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-7Posd .framer-110svcy > :first-child, .framer-7Posd .framer-ws4zy4 > :first-child, .framer-7Posd .framer-1gwoh96 > :first-child, .framer-7Posd .framer-9n0p1r > :first-child, .framer-7Posd .framer-1tbugrb > :first-child, .framer-7Posd .framer-w2znr4 > :first-child, .framer-7Posd .framer-1ag27vb > :first-child, .framer-7Posd .framer-mkuxz0 > :first-child, .framer-7Posd .framer-1o01a6t > :first-child, .framer-7Posd .framer-pdo3pu > :first-child, .framer-7Posd .framer-1193ktp > :first-child, .framer-7Posd .framer-19czabn > :first-child, .framer-7Posd .framer-1rz4l0p > :first-child, .framer-7Posd .framer-kjdz3l > :first-child, .framer-7Posd .framer-92izsx > :first-child, .framer-7Posd .framer-qthqb5 > :first-child, .framer-7Posd .framer-1pwihwf > :first-child, .framer-7Posd .framer-1jgw5b0 > :first-child, .framer-7Posd .framer-1f0dcxe > :first-child, .framer-7Posd .framer-17f3yrw > :first-child, .framer-7Posd .framer-ot5zqb > :first-child, .framer-7Posd .framer-znw93l > :first-child, .framer-7Posd .framer-4aemd5 > :first-child, .framer-7Posd .framer-tjckp0 > :first-child, .framer-7Posd .framer-c536ib > :first-child, .framer-7Posd .framer-1ykiovu > :first-child, .framer-7Posd .framer-c147tj > :first-child, .framer-7Posd .framer-1lu5od4 > :first-child { margin-top: 0px; } .framer-7Posd .framer-110svcy > :last-child, .framer-7Posd .framer-ws4zy4 > :last-child, .framer-7Posd .framer-1gwoh96 > :last-child, .framer-7Posd .framer-9n0p1r > :last-child, .framer-7Posd .framer-1tbugrb > :last-child, .framer-7Posd .framer-w2znr4 > :last-child, .framer-7Posd .framer-1ag27vb > :last-child, .framer-7Posd .framer-mkuxz0 > :last-child, .framer-7Posd .framer-1o01a6t > :last-child, .framer-7Posd .framer-pdo3pu > :last-child, .framer-7Posd .framer-1193ktp > :last-child, .framer-7Posd .framer-19czabn > :last-child, .framer-7Posd .framer-1rz4l0p > :last-child, .framer-7Posd .framer-kjdz3l > :last-child, .framer-7Posd .framer-92izsx > :last-child, .framer-7Posd .framer-qthqb5 > :last-child, .framer-7Posd .framer-1pwihwf > :last-child, .framer-7Posd .framer-1jgw5b0 > :last-child, .framer-7Posd .framer-1f0dcxe > :last-child, .framer-7Posd .framer-17f3yrw > :last-child, .framer-7Posd .framer-ot5zqb > :last-child, .framer-7Posd .framer-znw93l > :last-child, .framer-7Posd .framer-4aemd5 > :last-child, .framer-7Posd .framer-tjckp0 > :last-child, .framer-7Posd .framer-c536ib > :last-child, .framer-7Posd .framer-1ykiovu > :last-child, .framer-7Posd .framer-c147tj > :last-child, .framer-7Posd .framer-1lu5od4 > :last-child { margin-bottom: 0px; } .framer-7Posd .framer-ws4zy4 > *, .framer-7Posd .framer-1tbugrb > *, .framer-7Posd .framer-mkuxz0 > *, .framer-7Posd .framer-1193ktp > *, .framer-7Posd .framer-kjdz3l > *, .framer-7Posd .framer-92izsx > *, .framer-7Posd .framer-1jgw5b0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-7Posd .framer-1gwoh96 > *, .framer-7Posd .framer-w2znr4 > *, .framer-7Posd .framer-1o01a6t > *, .framer-7Posd .framer-19czabn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-7Posd .framer-1omtdur > *, .framer-7Posd .framer-1mk0dyn > *, .framer-7Posd .framer-1eg60m6 > *, .framer-7Posd .framer-15miwtj > *, .framer-7Posd .framer-1qgg40v > *, .framer-7Posd .framer-vr3osj > *, .framer-7Posd .framer-u3ohl1 > *, .framer-7Posd .framer-j1u7g6 > *, .framer-7Posd .framer-41b5vo > *, .framer-7Posd .framer-kwwqr2 > *, .framer-7Posd .framer-1wxhzbu > *, .framer-7Posd .framer-kmna1o > *, .framer-7Posd .framer-19711v5 > *, .framer-7Posd .framer-1qtq7fr > *, .framer-7Posd .framer-1bu8z7v > *, .framer-7Posd .framer-1lfzxrl > *, .framer-7Posd .framer-15ot24 > *, .framer-7Posd .framer-6jfb64 > *, .framer-7Posd .framer-t669b3 > *, .framer-7Posd .framer-1al9gza > *, .framer-7Posd .framer-1gq9yl9 > *, .framer-7Posd .framer-yt81u1 > *, .framer-7Posd .framer-5wd54i > *, .framer-7Posd .framer-pj3wg0 > *, .framer-7Posd .framer-1a9xsh1 > *, .framer-7Posd .framer-dw3dh6 > *, .framer-7Posd .framer-13xdrcd > *, .framer-7Posd .framer-otkwjl > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-7Posd .framer-1omtdur > :first-child, .framer-7Posd .framer-1mk0dyn > :first-child, .framer-7Posd .framer-1eg60m6 > :first-child, .framer-7Posd .framer-15miwtj > :first-child, .framer-7Posd .framer-1qgg40v > :first-child, .framer-7Posd .framer-vr3osj > :first-child, .framer-7Posd .framer-u3ohl1 > :first-child, .framer-7Posd .framer-hsxrc3 > :first-child, .framer-7Posd .framer-j1u7g6 > :first-child, .framer-7Posd .framer-41b5vo > :first-child, .framer-7Posd .framer-kwwqr2 > :first-child, .framer-7Posd .framer-1wxhzbu > :first-child, .framer-7Posd .framer-kmna1o > :first-child, .framer-7Posd .framer-19711v5 > :first-child, .framer-7Posd .framer-1qtq7fr > :first-child, .framer-7Posd .framer-1bu8z7v > :first-child, .framer-7Posd .framer-1lfzxrl > :first-child, .framer-7Posd .framer-ulg67a > :first-child, .framer-7Posd .framer-15ot24 > :first-child, .framer-7Posd .framer-6jfb64 > :first-child, .framer-7Posd .framer-t669b3 > :first-child, .framer-7Posd .framer-1al9gza > :first-child, .framer-7Posd .framer-1gq9yl9 > :first-child, .framer-7Posd .framer-yt81u1 > :first-child, .framer-7Posd .framer-5wd54i > :first-child, .framer-7Posd .framer-pj3wg0 > :first-child, .framer-7Posd .framer-14ve71w > :first-child, .framer-7Posd .framer-1a9xsh1 > :first-child, .framer-7Posd .framer-dw3dh6 > :first-child, .framer-7Posd .framer-13xdrcd > :first-child, .framer-7Posd .framer-otkwjl > :first-child, .framer-7Posd .framer-4rjbk4 > :first-child, .framer-7Posd .framer-1vdcjmd > :first-child, .framer-7Posd .framer-amrliv > :first-child, .framer-7Posd .framer-vdamju > :first-child, .framer-7Posd .framer-1utv1rf > :first-child, .framer-7Posd .framer-1sm71vx > :first-child, .framer-7Posd .framer-1vs9wp > :first-child, .framer-7Posd .framer-hsmgh8 > :first-child, .framer-7Posd .framer-guvqyi > :first-child, .framer-7Posd .framer-h0zfh3 > :first-child { margin-left: 0px; } .framer-7Posd .framer-1omtdur > :last-child, .framer-7Posd .framer-1mk0dyn > :last-child, .framer-7Posd .framer-1eg60m6 > :last-child, .framer-7Posd .framer-15miwtj > :last-child, .framer-7Posd .framer-1qgg40v > :last-child, .framer-7Posd .framer-vr3osj > :last-child, .framer-7Posd .framer-u3ohl1 > :last-child, .framer-7Posd .framer-hsxrc3 > :last-child, .framer-7Posd .framer-j1u7g6 > :last-child, .framer-7Posd .framer-41b5vo > :last-child, .framer-7Posd .framer-kwwqr2 > :last-child, .framer-7Posd .framer-1wxhzbu > :last-child, .framer-7Posd .framer-kmna1o > :last-child, .framer-7Posd .framer-19711v5 > :last-child, .framer-7Posd .framer-1qtq7fr > :last-child, .framer-7Posd .framer-1bu8z7v > :last-child, .framer-7Posd .framer-1lfzxrl > :last-child, .framer-7Posd .framer-ulg67a > :last-child, .framer-7Posd .framer-15ot24 > :last-child, .framer-7Posd .framer-6jfb64 > :last-child, .framer-7Posd .framer-t669b3 > :last-child, .framer-7Posd .framer-1al9gza > :last-child, .framer-7Posd .framer-1gq9yl9 > :last-child, .framer-7Posd .framer-yt81u1 > :last-child, .framer-7Posd .framer-5wd54i > :last-child, .framer-7Posd .framer-pj3wg0 > :last-child, .framer-7Posd .framer-14ve71w > :last-child, .framer-7Posd .framer-1a9xsh1 > :last-child, .framer-7Posd .framer-dw3dh6 > :last-child, .framer-7Posd .framer-13xdrcd > :last-child, .framer-7Posd .framer-otkwjl > :last-child, .framer-7Posd .framer-4rjbk4 > :last-child, .framer-7Posd .framer-1vdcjmd > :last-child, .framer-7Posd .framer-amrliv > :last-child, .framer-7Posd .framer-vdamju > :last-child, .framer-7Posd .framer-1utv1rf > :last-child, .framer-7Posd .framer-1sm71vx > :last-child, .framer-7Posd .framer-1vs9wp > :last-child, .framer-7Posd .framer-hsmgh8 > :last-child, .framer-7Posd .framer-guvqyi > :last-child, .framer-7Posd .framer-h0zfh3 > :last-child { margin-right: 0px; } .framer-7Posd .framer-9n0p1r > *, .framer-7Posd .framer-1ag27vb > *, .framer-7Posd .framer-pdo3pu > *, .framer-7Posd .framer-1rz4l0p > *, .framer-7Posd .framer-1pwihwf > *, .framer-7Posd .framer-ot5zqb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7Posd .framer-hsxrc3 > *, .framer-7Posd .framer-ulg67a > *, .framer-7Posd .framer-14ve71w > *, .framer-7Posd .framer-4rjbk4 > *, .framer-7Posd .framer-amrliv > *, .framer-7Posd .framer-vdamju > *, .framer-7Posd .framer-1utv1rf > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-7Posd .framer-1vdcjmd > *, .framer-7Posd .framer-h0zfh3 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-7Posd .framer-qthqb5 > *, .framer-7Posd .framer-17f3yrw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-7Posd .framer-1f0dcxe > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-7Posd .framer-znw93l > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-7Posd .framer-4aemd5 > *, .framer-7Posd .framer-1ykiovu > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-7Posd .framer-tjckp0 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-7Posd .framer-c536ib > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-7Posd .framer-1sm71vx > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } .framer-7Posd .framer-c147tj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-7Posd .framer-1lu5od4 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-7Posd .framer-1vs9wp > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-7Posd .framer-hsmgh8 > *, .framer-7Posd .framer-guvqyi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4144\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerResponsiveScreen\n */const FramerliEPm49pf=withCSS(Component,css,\"framer-7Posd\");export default FramerliEPm49pf;FramerliEPm49pf.displayName=\"Home\";FramerliEPm49pf.defaultProps={height:4144,width:1280};addFonts(FramerliEPm49pf,[{family:\"Fraunces\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjC_TShUtWNg.woff2\",weight:\"600\"},{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaWlGrw-PTY.woff2\",weight:\"700\"},{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaWlGrw-PTY.woff2\",weight:\"500\"},...ArcFonts,...NavigationFonts,...FooterFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerliEPm49pf\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1280\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"4144\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["murmur2", "r", "t", "a", "e", "c", "d", "withCSS", "n", "a", "r", "x", "j", "b", "RenderTarget", "$", "w", "S", "v", "V", "f", "i", "m", "l", "o", "u", "p", "h", "g", "y", "e", "Gn", "t", "c", "C", "murmur2", "motion", "Arc_default", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "ArcFonts", "getFonts", "Arc_default", "NavigationFonts", "NDCKeyVUJ_default", "FooterFonts", "K2SOk33yP_default", "breakpoints", "serializationHash", "variantClassNames", "transitions", "transformTemplate1", "_", "t", "transition1", "animation", "transformTemplate2", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "transition3", "animation6", "animation7", "metadata", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "MotionDivWithFX", "Link", "SVG", "Image2", "RichText", "x", "optimizeAppear", "optimizeAppearTransformTemplate", "Container", "Arc_default", "ResolveLinks", "resolvedLinks", "NDCKeyVUJ_default", "K2SOk33yP_default", "css", "FramerliEPm49pf", "withCSS", "liEPm49pf_default", "addFonts", "ArcFonts", "NavigationFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
