{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/FjBJpZcK8N7o94FgK3md/MyQYioRCXPY6u94xr8q3/isIPIMSNF.js", "ssg:https://framerusercontent.com/modules/rV6agMfiSFLjl9tuwD6d/iZLtQ3Tfcx21zL9H3NUF/ip7xRZG_c.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster=\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\",playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (8dd9d28)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rONssRThEqWWIj0cy61N/SnfNs9jOKDn1xCw016Uv/Ofl0FPYD4.js\";const HeroFonts=getFonts(Hero);const MotionAWithFX=withFX(motion.a);const enabledGestures={bJFety_Q6:{hover:true}};const serializationHash=\"framer-ZmYuU\";const variantClassNames={bJFety_Q6:\"framer-v-athiwu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"bJFety_Q6\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y2L2PG_6q\"},motionChild:true,nodeId:\"bJFety_Q6\",openInNewTab:false,scopeId:\"isIPIMSNF\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:`${cx(scopingClassNames,\"framer-athiwu\",className,classNames)} framer-1fdbesb`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bJFety_Q6\",ref:refBinding,style:{...style},...addPropertyOverrides({\"bJFety_Q6-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9j3b2u-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"vmUhIIpCE-container\",nodeId:\"vmUhIIpCE\",rendersWithMotion:true,scopeId:\"isIPIMSNF\",style:{opacity:.6},variants:{\"bJFety_Q6-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowLeft\",id:\"vmUhIIpCE\",layoutId:\"vmUhIIpCE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"bJFety_Q6-hover\":{color:\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(5, 5, 5))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(0, 0, 0)))\"},children:\"All case studies\"})}),className:\"framer-1mvuzls\",\"data-framer-name\":\"Back\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"foj6auCOR\",style:{\"--extracted-1lwpl3i\":\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(0, 0, 0))\",opacity:.6},variants:{\"bJFety_Q6-hover\":{\"--extracted-1lwpl3i\":\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(5, 5, 5))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bJFety_Q6-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(5, 5, 5)))\"},children:\"All case studies\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZmYuU.framer-1fdbesb, .framer-ZmYuU .framer-1fdbesb { display: block; }\",\".framer-ZmYuU.framer-athiwu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZmYuU .framer-9j3b2u-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-ZmYuU .framer-1mvuzls { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZmYuU.framer-v-athiwu.hover.framer-athiwu { gap: 12px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 158\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gfNocgI63\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerisIPIMSNF=withCSS(Component,css,\"framer-ZmYuU\");export default FramerisIPIMSNF;FramerisIPIMSNF.displayName=\"Back\";FramerisIPIMSNF.defaultProps={height:22,width:158};addFonts(FramerisIPIMSNF,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerisIPIMSNF\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gfNocgI63\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"22\",\"framerIntrinsicWidth\":\"158\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./isIPIMSNF.map", "// Generated by Framer (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Back from\"#framer/local/canvasComponent/isIPIMSNF/isIPIMSNF.js\";import ProjectCard from\"#framer/local/canvasComponent/KgeOPuw8n/KgeOPuw8n.js\";import TextComponent from\"#framer/local/canvasComponent/qtapiqINQ/qtapiqINQ.js\";import Footer from\"#framer/local/canvasComponent/uZnMi9e0z/uZnMi9e0z.js\";import Button from\"#framer/local/canvasComponent/Y1DGI5m7e/Y1DGI5m7e.js\";import Menubar from\"#framer/local/canvasComponent/yv2KBxKou/yv2KBxKou.js\";import Work from\"#framer/local/collection/bBZ1TgftN/bBZ1TgftN.js\";import*as sharedStyle5 from\"#framer/local/css/eyzIJtx6e/eyzIJtx6e.js\";import*as sharedStyle from\"#framer/local/css/gfRYl13Pp/gfRYl13Pp.js\";import*as sharedStyle2 from\"#framer/local/css/lIb4ZIhFB/lIb4ZIhFB.js\";import*as sharedStyle7 from\"#framer/local/css/ltUJ94kRX/ltUJ94kRX.js\";import*as sharedStyle4 from\"#framer/local/css/Ofl0FPYD4/Ofl0FPYD4.js\";import*as sharedStyle6 from\"#framer/local/css/oUZ01ODkY/oUZ01ODkY.js\";import*as sharedStyle1 from\"#framer/local/css/wDoiADecB/wDoiADecB.js\";import*as sharedStyle3 from\"#framer/local/css/Y2RdGBHZd/Y2RdGBHZd.js\";import metadataProvider from\"#framer/local/webPageMetadata/ip7xRZG_c/ip7xRZG_c.js\";const MenubarFonts=getFonts(Menubar);const BackFonts=getFonts(Back);const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const VideoFonts=getFonts(Video);const ContainerWithFX=withFX(Container);const TextComponentFonts=getFonts(TextComponent);const HeroFonts=getFonts(Hero);const ProjectCardFonts=getFonts(ProjectCard);const FooterFonts=getFonts(Footer);const breakpoints={aQ2lBchkC:\"(max-width: 809px)\",jTaP2J544:\"(min-width: 1200px)\",SYY_m9CHS:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-dBAJU\";const variantClassNames={aQ2lBchkC:\"framer-v-1ngcpag\",jTaP2J544:\"framer-v-1jefot7\",SYY_m9CHS:\"framer-v-btrc4g\"};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition1={bounce:0,delay:.075,duration:1,type:\"spring\"};const textEffect={effect:animation,tokenization:\"element\",transition:transition1,trigger:\"onInView\",type:\"appear\"};const textEffect1={effect:animation,repeat:false,startDelay:0,threshold:0,tokenization:\"element\",transition:transition1,trigger:\"onInView\",type:\"appear\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition2={bounce:0,delay:0,duration:1,type:\"spring\"};const negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"jTaP2J544\",Phone:\"aQ2lBchkC\",Tablet:\"SYY_m9CHS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jTaP2J544\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"ip7xRZG_c\",data:Work,type:\"Collection\"},select:[{collection:\"ip7xRZG_c\",name:\"niD2PkmC3\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"sqjmT2keF\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"BBsRzOXbW\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"LulxkpdOm\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"L3CMoh8Cz\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"k7dtcEXHD\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"REFXjGgGa\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"RpyfoSyOO\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"u9CEBQfGK\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"pX76VrOYp\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"LDKQ4dyOG\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"A9_p8gQQb\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"ku1ceA43L\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"IvFeV57yP\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"iioc65zMC\",type:\"Identifier\"},{collection:\"ip7xRZG_c\",name:\"FBktVhCeJ\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"ip7xRZG_c\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,niD2PkmC3=getFromCurrentRouteData(\"niD2PkmC3\")??\"\",BBsRzOXbW=getFromCurrentRouteData(\"BBsRzOXbW\")??\"\",LulxkpdOm=getFromCurrentRouteData(\"LulxkpdOm\")??\"\",L3CMoh8Cz=getFromCurrentRouteData(\"L3CMoh8Cz\")??\"\",k7dtcEXHD=getFromCurrentRouteData(\"k7dtcEXHD\")??\"\",REFXjGgGa=getFromCurrentRouteData(\"REFXjGgGa\")??\"\",RpyfoSyOO=getFromCurrentRouteData(\"RpyfoSyOO\")??\"\",u9CEBQfGK=getFromCurrentRouteData(\"u9CEBQfGK\")??\"\",LDKQ4dyOG=getFromCurrentRouteData(\"LDKQ4dyOG\")??true,pX76VrOYp=getFromCurrentRouteData(\"pX76VrOYp\"),ku1ceA43L=getFromCurrentRouteData(\"ku1ceA43L\"),A9_p8gQQb=getFromCurrentRouteData(\"A9_p8gQQb\"),IvFeV57yP=getFromCurrentRouteData(\"IvFeV57yP\")??\"\",iioc65zMC=getFromCurrentRouteData(\"iioc65zMC\")??\"\",FBktVhCeJ=getFromCurrentRouteData(\"FBktVhCeJ\")??\"\",sqjmT2keFLeR5x5X0E,niD2PkmC3LeR5x5X0E,uAl3iehKqLeR5x5X0E,yXY1_GO_kLeR5x5X0E,idLeR5x5X0E,sqjmT2keF=getFromCurrentRouteData(\"sqjmT2keF\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(LulxkpdOm);const router=useRouter();const visible1=isSet(k7dtcEXHD);const visible2=isSet(u9CEBQfGK);const visible3=negate(LDKQ4dyOG);const visible4=equals(niD2PkmC3,\"Sphere Agency\");const visible5=equals(niD2PkmC3,\"Sowon Entertainment\");const visible6=equals(niD2PkmC3,\"Plantify\");const visible7=equals(niD2PkmC3,\"be gentle.\");const visible8=equals(niD2PkmC3,\"Asset Flow\");const visible9=equals(niD2PkmC3,\"Town Hall Sukhumvit 49\");const visible10=equals(niD2PkmC3,\"BMW Nelson's Promotion\");const visible11=equals(niD2PkmC3,\"Price Calculator\");const visible12=equals(niD2PkmC3,\"Okura Cruise\");const visible13=equals(niD2PkmC3,\"BMW Nelson's Website\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"jTaP2J544\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-adb8b5cc-b0b2-4e94-b551-17075935981f, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1jefot7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6ucaor-container\",layoutScroll:true,nodeId:\"d0hOR5SwD\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"pYMOBHiMu\"},SYY_m9CHS:{variant:\"HFcJYwnZW\"}},children:/*#__PURE__*/_jsx(Menubar,{height:\"100%\",id:\"d0hOR5SwD\",layoutId:\"d0hOR5SwD\",style:{width:\"100%\"},variant:\"SL_6ju8_h\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1429it6\",\"data-framer-name\":\"Overview\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rnghmm\",\"data-framer-name\":\"Text Holder\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sxnaf7-container\",nodeId:\"zoryiHNbf\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(Back,{height:\"100%\",id:\"zoryiHNbf\",layoutId:\"zoryiHNbf\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xhoqiu\",\"data-framer-name\":\"Text Holder\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ovbn4p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-saix8u\",\"data-styles-preset\":\"gfRYl13Pp\",style:{\"--framer-text-color\":\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(0, 0, 0))\"},children:\"Sphere Agency\"})}),className:\"framer-fsp4jl\",\"data-framer-name\":\"H1\",effect:textEffect,fonts:[\"Inter\"],text:niD2PkmC3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:BBsRzOXbW,className:\"framer-1w9jic6\",\"data-framer-name\":\"Body\",effect:textEffect1,fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1z09wso\",p:\"framer-styles-preset-9eaei4\"},verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:LulxkpdOm,implicitPathVariables:undefined},{href:LulxkpdOm,implicitPathVariables:undefined},{href:LulxkpdOm,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eawio4-container\",nodeId:\"e5zGRyaJ0\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{gv81qdWG6:resolvedLinks[2],variant:\"jB9I06Gxk\"},SYY_m9CHS:{gv81qdWG6:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{bZGhr8D1C:true,gv81qdWG6:resolvedLinks[0],height:\"100%\",id:\"e5zGRyaJ0\",KhjT9bLvY:\"Visit Link\",layoutId:\"e5zGRyaJ0\",variant:\"FXqTWchIb\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xsqrwv\",\"data-framer-name\":\"Info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1871uhw\",\"data-framer-name\":\"Role\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",children:\"Role\"})}),className:\"framer-1nxma0p\",\"data-framer-name\":\"Role:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"right\"},children:\"UX/UI designer\"})}),className:\"framer-1ww2mon\",\"data-framer-name\":\"UI/UX Designer\",fonts:[\"Inter\"],text:L3CMoh8Cz,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ciisyt\",\"data-framer-name\":\"Divider\"}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bg3qim\",\"data-framer-name\":\"Client\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",children:\"Client\"})}),className:\"framer-1h2u284\",\"data-framer-name\":\"Role:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"right\"},children:\"Content\"})}),className:\"framer-1nlxxfp\",\"data-framer-name\":\"UI/UX Designer\",fonts:[\"Inter\"],text:k7dtcEXHD,verticalAlignment:\"top\",withExternalLayout:true})]}),visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-kjt0ie\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uo3upz\",\"data-framer-name\":\"Industry\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",children:\"Industry\"})}),className:\"framer-1l26fjf\",\"data-framer-name\":\"Role:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"right\"},children:\"Advertising Agency\"})}),className:\"framer-1a164e\",\"data-framer-name\":\"UI/UX Designer\",fonts:[\"Inter\"],text:REFXjGgGa,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mcdebf\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v49wg0\",\"data-framer-name\":\"Year\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",children:\"Year\"})}),className:\"framer-74n59h\",\"data-framer-name\":\"Role:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"right\"},children:\"2024\"})}),className:\"framer-1pete9y\",\"data-framer-name\":\"UI/UX Designer\",fonts:[\"Inter\"],text:RpyfoSyOO,verticalAlignment:\"top\",withExternalLayout:true})]}),visible2&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wttski\",\"data-framer-name\":\"Duration\"}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9sj1vn\",\"data-framer-name\":\"Role\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",children:\"Duration\"})}),className:\"framer-9lba62\",\"data-framer-name\":\"Role:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"right\"},children:\"4 months\"})}),className:\"framer-1iwdt05\",\"data-framer-name\":\"UI/UX Designer\",fonts:[\"Inter\"],text:u9CEBQfGK,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,...toResponsiveImage(pX76VrOYp)}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,...toResponsiveImage(pX76VrOYp)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,...toResponsiveImage(pX76VrOYp)},className:\"framer-7jkd9l\",\"data-framer-name\":\"Hero Banner\",style:{transformPerspective:1200}})}),LDKQ4dyOG&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-k22td7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"yhokZYIwg\",rendersWithMotion:true,scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,topLeftRadius:16,topRightRadius:16},SYY_m9CHS:{borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,topLeftRadius:24,topRightRadius:24}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:40,bottomLeftRadius:40,bottomRightRadius:40,controls:false,height:\"100%\",id:\"yhokZYIwg\",isMixedBorderRadius:false,layoutId:\"yhokZYIwg\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(A9_p8gQQb),posterEnabled:true,srcFile:ku1ceA43L,srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:40,topRightRadius:40,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-39hs78\",\"data-framer-name\":\"Portfolio\",children:[visible4&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uac86a\",\"data-framer-name\":\"Content Sphere\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w3mak2-container\",nodeId:\"h0mLabpna\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenges\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"h0mLabpna\",layoutId:\"h0mLabpna\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-svefve-container\",nodeId:\"ajwyGZ3B5\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"User Reseach\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"ajwyGZ3B5\",layoutId:\"ajwyGZ3B5\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Through a combination of \",/*#__PURE__*/_jsx(\"strong\",{children:\"user interviews\"}),\", \",/*#__PURE__*/_jsx(\"strong\",{children:\"usability testing\"}),\", and \",/*#__PURE__*/_jsx(\"strong\",{children:\"performance report analysis\"}),\", I gained a comprehensive view of how users interact with The Sphere Agency website. This research revealed critical insights into user pain points\u2014particularly around \",/*#__PURE__*/_jsx(\"strong\",{children:\"content hierarchy\"}),\", \",/*#__PURE__*/_jsx(\"strong\",{children:\"portfolio accessibility\"}),\", and \",/*#__PURE__*/_jsx(\"strong\",{children:\"visual engagement\"}),\"\u2014which directly informed the redesign strategy. By validating qualitative findings with quantitative data, I ensured that proposed solutions were both \",/*#__PURE__*/_jsx(\"strong\",{children:\"user-centered\"}),\" and \",/*#__PURE__*/_jsx(\"strong\",{children:\"data-driven\"}),\".\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ty5j2u-container\",nodeId:\"WUATYq7AI\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"User Interviews\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"WUATYq7AI\",layoutId:\"WUATYq7AI\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"I interviewed users to explore their expectations, goals, and frustrations when navigating the current website. This helped uncover underlying pain points such as difficulty locating key content and lack of visual engagement.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg\",srcSet:\"https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg\",srcSet:\"https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg\",srcSet:\"https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9LSlicaskFN7vBRZCNmkmppfn28.jpg 1920w\"},className:\"framer-1eyyaqf\",\"data-framer-name\":\"Interviews\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16jwjj2-container\",nodeId:\"tELzHL9fI\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Performance Report Analysis\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"tELzHL9fI\",layoutId:\"tELzHL9fI\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"I analyzed data from the current website\u2019s performance reports, including metrics such as bounce rates, session durations, and click paths. This helped validate findings from the primary research and offered additional context into user behavior patterns, particularly where users were dropping off or struggling to engage.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg\",srcSet:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg\",srcSet:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg 1920w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg\",srcSet:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg 1920w\"},className:\"framer-h7z1ml\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b6rlnp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1384,intrinsicWidth:2848,pixelHeight:1384,pixelWidth:2848,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 96px, 1px)`,src:\"https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png\",srcSet:\"https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=512 512w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png 2848w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1384,intrinsicWidth:2848,pixelHeight:1384,pixelWidth:2848,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px, 1px)`,src:\"https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png\",srcSet:\"https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=512 512w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png 2848w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1384,intrinsicWidth:2848,pixelHeight:1384,pixelWidth:2848,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 288px, 1px)`,src:\"https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png\",srcSet:\"https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=512 512w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/inCt8iXXEc41ka4RhN31dHIvfY.png 2848w\"},className:\"framer-17j771h\",\"data-framer-name\":\"Screenshot 2568-02-20_at_16.35.03\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1594t91\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1672,intrinsicWidth:2852,pixelHeight:1672,pixelWidth:2852,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 96px, 1px)`,src:\"https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png\",srcSet:\"https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=512 512w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png 2852w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1672,intrinsicWidth:2852,pixelHeight:1672,pixelWidth:2852,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px, 1px)`,src:\"https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png\",srcSet:\"https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=512 512w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png 2852w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1672,intrinsicWidth:2852,pixelHeight:1672,pixelWidth:2852,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 288px, 1px)`,src:\"https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png\",srcSet:\"https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=512 512w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WO6hCifO06MvALiGWcWsgJXIuOM.png 2852w\"},className:\"framer-m552jp\",\"data-framer-name\":\"Screenshot 2568-02-20_at_16.36.07\"})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10clo6t-container\",nodeId:\"itFbjEYup\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Evaluating Current Design\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"itFbjEYup\",layoutId:\"itFbjEYup\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"To improve The Sphere Agency website, \",/*#__PURE__*/_jsx(\"strong\",{children:\"usability testing\"}),\" was conducted to understand how users navigate content, access the portfolio, and engage with visuals. Participants were asked to complete tasks such as finding key information, exploring the portfolio, and interacting with calls-to-action. The goal was to identify pain points and opportunities to enhance usability, ensuring a more intuitive and engaging experience.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg\",srcSet:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg\",srcSet:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg 1920w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg\",srcSet:\"https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fLUSm49AAVzJI9inEEq2fnuPE.jpg 1920w\"},className:\"framer-1pp6ibo\",\"data-framer-name\":\"Media\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r42sb7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-np355b\",\"data-styles-preset\":\"Y2RdGBHZd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(197, 174, 135)\"},children:\"Key Insights\"})}),className:\"framer-5mkyhu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g6k0nc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kormjh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(197, 174, 135)\"},children:\"Users struggle to find key information quickly\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"rgb(197, 174, 135)\"},children:\"Users struggle to find key information quickly\"})}),className:\"framer-1x77n29\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Poor content hierarchy makes important details hard to locate, leading to confusion and bad navigation.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Poor content hierarchy makes important details hard to locate, leading to confusion and bad navigation.\"})}),className:\"framer-h7fq7u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vyqw1p\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(197, 174, 135)\"},children:\"Lack of visual hierarchy reduces engagement\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"rgb(197, 174, 135)\"},children:\"Lack of visual hierarchy reduces engagement\"})}),className:\"framer-xvni7f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users struggle to distinguish key content from secondary elements, making the experience feel less intuitive.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users struggle to distinguish key content from secondary elements, making the experience feel less intuitive.\"})}),className:\"framer-fw5wdx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yb2sw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(197, 174, 135)\"},children:\"Portfolio access feels slow due to content hierarchy\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"rgb(197, 174, 135)\"},children:\"Portfolio access feels slow due to content hierarchy\"})}),className:\"framer-1eqozwj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users expect quicker access, but the way information is structured makes it harder to reach.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users expect quicker access, but the way information is structured makes it harder to reach.\"})}),className:\"framer-c0em29\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-95rye3-container\",nodeId:\"XWfL5tVjW\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Ideation Process\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"XWfL5tVjW\",layoutId:\"XWfL5tVjW\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"\u200BThrough \",/*#__PURE__*/_jsx(\"strong\",{children:\"user research, competitive audits, and pain point analysis\"}),\", we identified key issues in navigation and content hierarchy. We sketched initial concepts, refined them into wireframes, create basic layouts to define the website's structure and content hierarchy. We then developed \",/*#__PURE__*/_jsx(\"strong\",{children:\"low-fidelity prototypes\"}),\", focusing on functionality over visual details, to quickly test and refine our ideas based on user feedback. \u200B\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pdh1xj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg\",srcSet:\"https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg 3086w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) * 0.4 - 40px, 1px)`,src:\"https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg\",srcSet:\"https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg 3086w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px) * 0.4 - 24px, 1px)`,src:\"https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg\",srcSet:\"https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6EddLjtZKIys2MVIFTF2mLsZ3X0.jpg 3086w\"},className:\"framer-q8t6vu\",\"data-framer-name\":\"Wireframe2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:5670,pixelWidth:10449,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg 10449w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:5670,pixelWidth:10449,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) * 0.6)`,src:\"https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg 10449w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:5670,pixelWidth:10449,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px) * 0.6)`,src:\"https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/TTwL9AIled1PVE7w0aLWrawQOQ.jpg 10449w\"},className:\"framer-1fh4v6k\",\"data-framer-name\":\"Sphere Agency - 01\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t9jbwx-container\",nodeId:\"s3R4aQ9om\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Refining with User Insights\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"s3R4aQ9om\",layoutId:\"s3R4aQ9om\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"After creating the high-fidelity prototype, we conducted usability testing to validate the redesign. By observing users' interactions, we identified key friction points and synthesized the insights into clear design refinements\u2014improving content hierarchy, navigation, and visual clarity for a better user experience.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1440,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png\",srcSet:\"https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=512 512w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png 2560w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1440,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png\",srcSet:\"https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=512 512w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png 2560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1440,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png\",srcSet:\"https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=512 512w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXskO7ToTN0H6a4Vw8oVdLdrI.png 2560w\"},className:\"framer-1x0er5d\",\"data-framer-name\":\"Usability\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t4p1ql-container\",nodeId:\"bQ1QiihyX\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Final Design\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"bQ1QiihyX\",layoutId:\"bQ1QiihyX\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"\u200BThe redesigned Sphere Agency website offers a \",/*#__PURE__*/_jsx(\"strong\",{children:\"user-friendly\"}),\", \",/*#__PURE__*/_jsx(\"strong\",{children:\"visually appealing\"}),\" interface that aligns with our brand identity. Key improvements include an intuitive content hierarchy, enhanced portfolio accessibility, and engaging visuals, resulting in increased user engagement and higher lead conversion rates.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b67f2i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:1600,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg\",srcSet:\"https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg 2400w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:1600,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg\",srcSet:\"https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg 2400w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:2400,pixelHeight:1600,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg\",srcSet:\"https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0CtmCXjZ1vlpq0jjpYLGHVZHA98.jpg 2400w\"},className:\"framer-z4whu3\",\"data-framer-name\":\"Sphere Agency - 01\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dw4797\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg\",srcSet:\"https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg\",srcSet:\"https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 168px) / 2, 1px)`,src:\"https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg\",srcSet:\"https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SoNNuRRjL1crlx4RUEdZkOBsGg.jpg 1800w\"},className:\"framer-1oscx1s\",\"data-framer-name\":\"Thumnail\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg\",srcSet:\"https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg\",srcSet:\"https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 168px) / 2, 1px)`,src:\"https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg\",srcSet:\"https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qw2dqx19VJ1mQFIrJgFjjto3cmo.jpg 1800w\"},className:\"framer-bj6b0u\",\"data-framer-name\":\"003\"})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13j7aha-container\",nodeId:\"R3th0FQAL\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Measurable Outcome\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"R3th0FQAL\",layoutId:\"R3th0FQAL\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"The redesigned website successfully improved performance, increasing traffic, generating more leads, and \",/*#__PURE__*/_jsx(\"strong\",{children:\"boosting average engagement time per session by 20.6%\"}),\". With a \",/*#__PURE__*/_jsx(\"strong\",{children:\"15.2% reduction in bounce rate\"}),\" and optimized user flows, the new design enhanced user engagement and drove higher conversions while maintaining a visually cohesive and functional experience.\"]})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5gfsqy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:556,intrinsicWidth:1531,pixelHeight:556,pixelWidth:1531,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, 1px)`,src:\"https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png\",srcSet:\"https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png?scale-down-to=512 512w,https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png 1531w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:556,intrinsicWidth:1531,pixelHeight:556,pixelWidth:1531,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 160px, 1px)`,src:\"https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png\",srcSet:\"https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png?scale-down-to=512 512w,https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png 1531w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:556,intrinsicWidth:1531,pixelHeight:556,pixelWidth:1531,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 208px, 1px)`,src:\"https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png\",srcSet:\"https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png?scale-down-to=512 512w,https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8gXKDgzLdJm4R1KcYtj0nIzzWg.png 1531w\"},className:\"framer-bmwjkk\",\"data-framer-name\":\"Image\"})})})]}),visible5&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d8lwt\",\"data-framer-name\":\"Content Sowon\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jfu7hr-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"FFUQflbfI\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"FFUQflbfI\",layoutId:\"FFUQflbfI\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1keojxe-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"erLC2141q\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Discovery & Alignment\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The first step was to align with stakeholders through collaborative discussions to define the core business goals of the website. These included showcasing Sowon\u2019s creative portfolio, attracting new audiences, and building early brand recognition. At the same time, we explored how the brand should be visually expressed\u2014focusing on a tone that felt fun, vibrant, and true to the entertainment industry.\"})}),height:\"100%\",id:\"erLC2141q\",layoutId:\"erLC2141q\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"I began the project by organizing a discovery session with the internal team and key stakeholders. During this phase, we worked together to \",/*#__PURE__*/_jsx(\"strong\",{children:\"define the business goals and establish a clear brand direction\"}),\". This collaborative alignment helped ensure that everyone was on the same page and that all design and content decisions moving forward were rooted in a shared vision.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:740,intrinsicWidth:1920,pixelHeight:740,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg\",srcSet:\"https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:740,intrinsicWidth:1920,pixelHeight:740,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg\",srcSet:\"https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:740,intrinsicWidth:1920,pixelHeight:740,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg\",srcSet:\"https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jUMUatBcdV6PbjYhKNvEzGPSIXY.jpg 1920w\"},className:\"framer-1o78trw\",\"data-framer-name\":\"Business goals\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1unhyoe-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"psmpiTF_u\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Discovery & Alignment\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The first step was to align with stakeholders through collaborative discussions to define the core business goals of the website. These included showcasing Sowon\u2019s creative portfolio, attracting new audiences, and building early brand recognition. At the same time, we explored how the brand should be visually expressed\u2014focusing on a tone that felt fun, vibrant, and true to the entertainment industry.\"})}),height:\"100%\",id:\"psmpiTF_u\",layoutId:\"psmpiTF_u\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"I began the project by organizing a discovery session with the internal team and key stakeholders. During this phase, we worked together to \",/*#__PURE__*/_jsx(\"strong\",{children:\"define the business goals and establish a clear brand direction\"}),\". This collaborative alignment helped ensure that everyone was on the same page and that all design and content decisions moving forward were rooted in a shared vision.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg\",srcSet:\"https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg\",srcSet:\"https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg\",srcSet:\"https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Q5FZVkYi65lcbZ0BGAse6aS4PE.jpg 1920w\"},className:\"framer-obwe3b\",\"data-framer-name\":\"Insight\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cdnh8m-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"ODbz7cB0v\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Persona\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The first step was to align with stakeholders through collaborative discussions to define the core business goals of the website. These included showcasing Sowon\u2019s creative portfolio, attracting new audiences, and building early brand recognition. At the same time, we explored how the brand should be visually expressed\u2014focusing on a tone that felt fun, vibrant, and true to the entertainment industry.\"})}),height:\"100%\",id:\"ODbz7cB0v\",layoutId:\"ODbz7cB0v\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Developing the persona of May helped focus the design on what truly matters to potential brand collaborators\u2014clarity, credibility, and ease of use. It guided key decisions around layout and content presentation, ensuring the site not only looked visually strong but also supported real business needs like partnership evaluation and trust-building.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-169mhni\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:772,intrinsicWidth:1488,pixelHeight:1544,pixelWidth:2976,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=512 512w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png 2976w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:772,intrinsicWidth:1488,pixelHeight:1544,pixelWidth:2976,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=512 512w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png 2976w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:772,intrinsicWidth:1488,pixelHeight:1544,pixelWidth:2976,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=512 512w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/66dZnrUNjBpdpgElSqBObcD2Bg.png 2976w\"},className:\"framer-1i6lg28\",\"data-framer-name\":\"Persona\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:iioc65zMC,className:\"framer-tqfu9y\",\"data-framer-name\":\"Problem Statement\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1z09wso\",h3:\"framer-styles-preset-1u2cyg1\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1frulww-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"mHdTiFFLK\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Wireframes\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The first step was to align with stakeholders through collaborative discussions to define the core business goals of the website. These included showcasing Sowon\u2019s creative portfolio, attracting new audiences, and building early brand recognition. At the same time, we explored how the brand should be visually expressed\u2014focusing on a tone that felt fun, vibrant, and true to the entertainment industry.\"})}),height:\"100%\",id:\"mHdTiFFLK\",layoutId:\"mHdTiFFLK\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"For Sowon\u2019s website, I explored a bento-style UI layout to bring a fun, lively, and entertainment-focused feel to the interface. Early iterations tested different grid compositions and content arrangements to balance playfulness with clarity. Through team feedback and refinement, the layout was shaped to highlight key content while keeping the experience visually dynamic and easy to navigate.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg\",srcSet:\"https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg 3086w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg\",srcSet:\"https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg 3086w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg\",srcSet:\"https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/mSQXHryLy6EcfiflN4fbFpyddLw.jpg 3086w\"},className:\"framer-1lckdg6\",\"data-framer-name\":\"Wireframe\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bne481-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"fEprX4OAg\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Prototyping and Usability Testing\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The first step was to align with stakeholders through collaborative discussions to define the core business goals of the website. These included showcasing Sowon\u2019s creative portfolio, attracting new audiences, and building early brand recognition. At the same time, we explored how the brand should be visually expressed\u2014focusing on a tone that felt fun, vibrant, and true to the entertainment industry.\"})}),height:\"100%\",id:\"fEprX4OAg\",layoutId:\"fEprX4OAg\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"I created an interactive prototype focusing on key flows like browsing projects and artist profiles. Users and internal stakeholders tested it through task-based scenarios, which revealed issues with content density and navigation clarity. Based on the feedback, I refined layout spacing and simplified labels to improve usability and guide user focus.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg\",srcSet:\"https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg\",srcSet:\"https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg\",srcSet:\"https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UeXDH1LWqBImUiKdBZjFLgiMXk.jpg 1920w\"},className:\"framer-n1kfwr\",\"data-framer-name\":\"Capture\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cw98yk-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"iPw1aJ3oN\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Accessibility Consideration\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The first step was to align with stakeholders through collaborative discussions to define the core business goals of the website. These included showcasing Sowon\u2019s creative portfolio, attracting new audiences, and building early brand recognition. At the same time, we explored how the brand should be visually expressed\u2014focusing on a tone that felt fun, vibrant, and true to the entertainment industry.\"})}),height:\"100%\",id:\"iPw1aJ3oN\",layoutId:\"iPw1aJ3oN\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"To make the website more inclusive, I designed a \",/*#__PURE__*/_jsx(\"strong\",{children:\"dark mode\"}),\" to support users with visual sensitivities, such as those affected by brightness or low color contrast. This improves readability, especially in low-light environments, and ensures a more comfortable and accessible browsing experience.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2400,intrinsicWidth:1800,pixelHeight:2400,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg\",srcSet:\"https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2400,intrinsicWidth:1800,pixelHeight:2400,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg\",srcSet:\"https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2400,intrinsicWidth:1800,pixelHeight:2400,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg\",srcSet:\"https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KxhHZ7bELkfoq28keXkpqbnYBSo.jpg 1800w\"},className:\"framer-1dxsxe1\",\"data-framer-name\":\"Untitled-1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q5kh-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"MaAuAcujb\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Engaging and Functional by Design\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The first step was to align with stakeholders through collaborative discussions to define the core business goals of the website. These included showcasing Sowon\u2019s creative portfolio, attracting new audiences, and building early brand recognition. At the same time, we explored how the brand should be visually expressed\u2014focusing on a tone that felt fun, vibrant, and true to the entertainment industry.\"})}),height:\"100%\",id:\"MaAuAcujb\",layoutId:\"MaAuAcujb\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The final design successfully brings Sowon Entertainment\u2019s identity online through a blend of vibrant visuals and thoughtful usability. Clear navigation, responsive layouts, and accessibility features like dark mode ensure a smooth experience across devices. The site not only captures attention but also supports real-world goals\u2014helping visitors easily explore content and encouraging collaboration with potential brand partners.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17urhu9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,pixelHeight:800,pixelWidth:1200,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg\",srcSet:\"https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg 1200w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,pixelHeight:800,pixelWidth:1200,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg\",srcSet:\"https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,pixelHeight:800,pixelWidth:1200,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg\",srcSet:\"https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TddFmmbI1Q2CeBWLeGTwNSIjiU.jpg 1200w\"},className:\"framer-1dqzawn\",\"data-framer-name\":\"Thumnails\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg\",srcSet:\"https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg\",srcSet:\"https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg\",srcSet:\"https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KH3anhQR63BbqUokoxwD0RsHig.jpg 1800w\"},className:\"framer-ej0clq\",\"data-framer-name\":\"004\"})})]})]}),visible6&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mjdvzz\",\"data-framer-name\":\"Content Plantify\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-suuffz-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"vKC4KG3Tb\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"vKC4KG3Tb\",layoutId:\"vKC4KG3Tb\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gl6f8-container\",\"data-framer-name\":\"Project Initiation\",name:\"Project Initiation\",nodeId:\"IsX07tXn6\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Project Initiation\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"IsX07tXn6\",layoutId:\"IsX07tXn6\",name:\"Project Initiation\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"The project began with a goal-directed design approach by \",/*#__PURE__*/_jsx(\"strong\",{children:\"defining clear research goals \"}),\"to guide the process. These goals focused on understanding user motivations, identifying pain points in plant shopping and care, exploring lifestyle influences, and clarifying user expectation, forming the foundation for all design decisions.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11p71p6\",\"data-framer-name\":\"Media1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-o1da18\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1dz0t7v\",\"data-styles-preset\":\"oUZ01ODkY\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Understand the motivations and behaviors behind online plant shopping\"})}),className:\"framer-1ayr84i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g7i7ay\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1dz0t7v\",\"data-styles-preset\":\"oUZ01ODkY\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Uncover common frustrations with plant selection, care knowledge, and app usability\"})}),className:\"framer-5mkzjw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n2qtip\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1dz0t7v\",\"data-styles-preset\":\"oUZ01ODkY\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Understand how lifestyle factors influence plant shopping behavior\"})}),className:\"framer-aunc7h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-exrcmj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1dz0t7v\",\"data-styles-preset\":\"oUZ01ODkY\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Explore what users expect from an ideal plant shopping and care experience\"})}),className:\"framer-v2u97r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1llttlj-container\",\"data-framer-name\":\"User Research\",name:\"User Research\",nodeId:\"LI_wotQXo\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"User Research\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"LI_wotQXo\",layoutId:\"LI_wotQXo\",name:\"User Research\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"User interviews\"}),\" were the most efficient method for gathering in-depth insights into user behaviors, motivations, and pain points. The data collected was organized using an \",/*#__PURE__*/_jsx(\"strong\",{children:\"affinity diagram\"}),\", which allowed patterns to emerge and be grouped into key themes. From this, I identified \",/*#__PURE__*/_jsx(\"strong\",{children:\"actionable, data-driven insights\"}),\" that clarified user needs and directly informed design decisions\u2014ensuring the product addressed real challenges and delivered a focused, user-centered experience.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tejnxs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1966,intrinsicWidth:2078,pixelHeight:1966,pixelWidth:2078,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg\",srcSet:\"https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg 2078w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1966,intrinsicWidth:2078,pixelHeight:1966,pixelWidth:2078,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg\",srcSet:\"https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg 2078w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1966,intrinsicWidth:2078,pixelHeight:1966,pixelWidth:2078,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg\",srcSet:\"https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Xoif7HLrzNmG7LmiBeSMZPQKTSE.jpg 2078w\"},className:\"framer-193z4s7\",\"data-framer-name\":\"Affinity Diagram\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-djeph3\",\"data-framer-name\":\"Overlay\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rzbpuq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-np355b\",\"data-styles-preset\":\"Y2RdGBHZd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(64, 116, 77)\"},children:\"What I Learned..\"})}),className:\"framer-1uv844s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eq01c5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wn4cvs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(64, 116, 77)\"},children:\"Users crave guidance, not just options\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"rgb(64, 116, 77)\"},children:\"Users crave guidance, not just options\"})}),className:\"framer-1xbpsa9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Too many choices overwhelm users\u2014they prefer tailored recommendations based on their lifestyle and space.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Too many choices overwhelm users\u2014they prefer tailored recommendations based on their lifestyle and space.\"})}),className:\"framer-gs0pec\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17d6alq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(64, 116, 77)\"},children:\"Plant care confidence is low, but desire is high\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"rgb(64, 116, 77)\"},children:\"Plant care confidence is low, but desire is high\"})}),className:\"framer-18f99y8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users fear killing their plants. Simple, reassuring care tips can build confidence and encourage ownership.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users fear killing their plants. Simple, reassuring care tips can build confidence and encourage ownership.\"})}),className:\"framer-3jn25g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tv71p0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(64, 116, 77)\"},children:\"Trust in the online experience is fragile\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-color\":\"rgb(64, 116, 77)\"},children:\"Trust in the online experience is fragile\"})}),className:\"framer-1uzn3np\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Concerns about quality, packaging, and misleading photos highlight the need for transparency and user reviews.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Concerns about quality, packaging, and misleading photos highlight the need for transparency and user reviews.\"})}),className:\"framer-1jncw7g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16zvcki-container\",\"data-framer-name\":\"Personas\",name:\"Personas\",nodeId:\"dIjMabQ0S\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Meet the Users\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"dIjMabQ0S\",layoutId:\"dIjMabQ0S\",name:\"Personas\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Personas were created based on insights from user interviews to represent key user types with different lifestyles, needs, and pain points. This process helped humanize the data and keep real users at the center of design decisions. By clearly defining user motivations, challenges, and goals, the personas guided feature prioritization, user flows, and tone of communication, ensuring the final product resonates with a diverse range of users.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1296,intrinsicWidth:1840,pixelHeight:1296,pixelWidth:1840,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg\",srcSet:\"https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg 1840w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1296,intrinsicWidth:1840,pixelHeight:1296,pixelWidth:1840,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg\",srcSet:\"https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg 1840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1296,intrinsicWidth:1840,pixelHeight:1296,pixelWidth:1840,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg\",srcSet:\"https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QsuxSzZ71VBZNuIeixyxv5QGr9g.jpg 1840w\"},className:\"framer-1c4vkfd\",\"data-framer-name\":\"Personas\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10ws9s7-container\",\"data-framer-name\":\"Personas\",name:\"Personas\",nodeId:\"f5wKCwW8U\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Design & Iterate\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"f5wKCwW8U\",layoutId:\"f5wKCwW8U\",name:\"Personas\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Personas were created based on insights from user interviews to represent key user types with different lifestyles, needs, and pain points. This process helped humanize the data and keep real users at the center of design decisions. By clearly defining user motivations, challenges, and goals, the personas guided feature prioritization, user flows, and tone of communication, ensuring the final product resonates with a diverse range of users.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg\",srcSet:\"https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg 3086w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg\",srcSet:\"https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg 3086w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg\",srcSet:\"https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/1lIJhg91VXhMhINlxkPPdFiyAc.jpg 3086w\"},className:\"framer-1y6quz2\",\"data-framer-name\":\"Wireframe-2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lgpvgs-container\",\"data-framer-name\":\"Prototype\",name:\"Prototype\",nodeId:\"wt0X1H7C8\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Prototype\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"wt0X1H7C8\",layoutId:\"wt0X1H7C8\",name:\"Prototype\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The prototyping phase plays a critical role in transforming ideas into interactive experiences. By creating high-fidelity mockups, I was able to simulate real user interactions and gather valuable feedback early in the process. This iterative testing helped identify usability issues, validate core functionalities, and refine design decisions before final development.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1500,pixelHeight:1e3,pixelWidth:1500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg\",srcSet:\"https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg 1500w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1500,pixelHeight:1e3,pixelWidth:1500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg\",srcSet:\"https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1500,pixelHeight:1e3,pixelWidth:1500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg\",srcSet:\"https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NwbSHDc03NsdwJhucUMFmpKfTo.jpg 1500w\"},className:\"framer-56m5k1\",\"data-framer-name\":\"Prototype\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13jeb3i-container\",\"data-framer-name\":\"Prototype\",name:\"Prototype\",nodeId:\"Eqbtgr01d\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Usability Testing\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"Eqbtgr01d\",layoutId:\"Eqbtgr01d\",name:\"Prototype\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Usability testing was conducted to evaluate how real users interact with the prototype and to uncover friction points in the user journey. Observations and feedback were synthesized into actionable insights, revealing areas where users hesitated, felt confused, or needed more guidance. This process was critical for validating design decisions and improving overall usability\u2014ensuring the final product is intuitive, efficient, and aligned with user expectations.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1440,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png\",srcSet:\"https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=512 512w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png 2560w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1440,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png\",srcSet:\"https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=512 512w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png 2560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:2560,pixelHeight:1440,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png\",srcSet:\"https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=512 512w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nFLlYHAQaMwEzjt3KjTPDGWo4.png 2560w\"},className:\"framer-xdpzy8\",\"data-framer-name\":\"Usability test\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1incjun-container\",\"data-framer-name\":\"Design System\",name:\"Design System\",nodeId:\"X5mUCS8sp\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Design System\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"X5mUCS8sp\",layoutId:\"X5mUCS8sp\",name:\"Design System\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The design system establishes a unified visual language across the app, ensuring that every element feels part of a seamless whole. By adhering to consistent design rules, the I can scale the product efficiently without sacrificing clarity or quality. This harmony across screens enhances user experience, builds trust, and reinforces the brand\u2019s identity at every interaction.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1503,intrinsicWidth:2003,pixelHeight:1503,pixelWidth:2003,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg\",srcSet:\"https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg 2003w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1503,intrinsicWidth:2003,pixelHeight:1503,pixelWidth:2003,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg\",srcSet:\"https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg 2003w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1503,intrinsicWidth:2003,pixelHeight:1503,pixelWidth:2003,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg\",srcSet:\"https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/A7LHwTEqfg07rA2WHWgtbDsTwSI.jpg 2003w\"},className:\"framer-1rkyp5k\",\"data-framer-name\":\"Design System\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gsygz5-container\",\"data-framer-name\":\"Final Product\",name:\"Final Product\",nodeId:\"gtKytugJU\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Final Product\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"gtKytugJU\",layoutId:\"gtKytugJU\",name:\"Final Product\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The app\u2019s design integrates clean layouts, logical workflows, and interactive care guides to make plant shopping easy and engaging. This design approach effectively balances functionality with aesthetics, offering a smooth and visually rich user experience.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-duk8m3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg\",srcSet:\"https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg 4500w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg\",srcSet:\"https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg 4500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg\",srcSet:\"https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qDoZdJsDulo71D4xQdUdbcrx8LI.jpg 4500w\"},className:\"framer-1vuv7s1\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg\",srcSet:\"https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg 4500w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg\",srcSet:\"https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg 4500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg\",srcSet:\"https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Fp5tZEX8Gou2QE1Gpa00LSfIXk.jpg 4500w\"},className:\"framer-jc4n9s\",\"data-framer-name\":\"Media1\"})})]})]}),visible7&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nw3nrh\",\"data-framer-name\":\"Content be gentle\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-158b5ec-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"BJM90RNqM\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"BJM90RNqM\",layoutId:\"BJM90RNqM\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png\",srcSet:\"https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png?scale-down-to=512 512w,https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png\",srcSet:\"https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png?scale-down-to=512 512w,https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png\",srcSet:\"https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png?scale-down-to=512 512w,https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iKuLmzXBtH1eNV5kE6KsIXRZqY.png 1920w\"},className:\"framer-1akbbrg\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fami7a-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"d0ILyN42_\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Market Research\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"d0ILyN42_\",layoutId:\"d0ILyN42_\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We research into market size, growth, and sustainability trends ensures the concept is viable and desirable. It defines key problems users face today and reveals opportunities within conscious consumer markets. These insights guide both functional and emotional aspects of the design, helping align the final product with the expectations of a new generation of mindful users.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n68f0b\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png\",srcSet:\"https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png?scale-down-to=512 512w,https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png\",srcSet:\"https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png?scale-down-to=512 512w,https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png\",srcSet:\"https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png?scale-down-to=512 512w,https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/viossYwN7L4F64LFZmQhl47zME.png 1920w\"},className:\"framer-16093z\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png\",srcSet:\"https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png?scale-down-to=512 512w,https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png\",srcSet:\"https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png?scale-down-to=512 512w,https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png\",srcSet:\"https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png?scale-down-to=512 512w,https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3pvlm7Yyj9GMmhjoxrhLG2RPfGc.png 1920w\"},className:\"framer-f6udnx\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png\",srcSet:\"https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png?scale-down-to=512 512w,https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png\",srcSet:\"https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png?scale-down-to=512 512w,https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png\",srcSet:\"https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png?scale-down-to=512 512w,https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/776WKAwoyaWYGbjKXlVMKK8ktE.png 1920w\"},className:\"framer-ig44el\",\"data-framer-name\":\"Media1\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-145ej4n-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"OYI9C_nDM\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Product Design Concept\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"OYI9C_nDM\",layoutId:\"OYI9C_nDM\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"This phase bridges the research with creativity\u2014transforming insights into tangible product elements. Branding reflects the \u201Cgentle\u201D identity with a calm and culturally respectful tone, while sustainable materials ground the design in real environmental responsibility. The result is a product experience that feels intentional, elegant, and true to its core values.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jpx0jz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png\",srcSet:\"https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png\",srcSet:\"https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png\",srcSet:\"https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j2QTOMVAWbZN5vHim2Uyat0kjQ.png 1920w\"},className:\"framer-tjjwcs\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png\",srcSet:\"https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png?scale-down-to=512 512w,https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png\",srcSet:\"https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png?scale-down-to=512 512w,https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png\",srcSet:\"https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png?scale-down-to=512 512w,https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1tYIq76RVxTurHVI1WIx2jJUgl0.png 1920w\"},className:\"framer-11wbklv\",\"data-framer-name\":\"Media1\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xwax5w-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"qNa2v4y1N\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Strategic Market Positioning\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"qNa2v4y1N\",layoutId:\"qNa2v4y1N\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"By analyzing competitors, defining the value proposition, and conducting a SWOT analysis, we clarify how \u201Cbe gentle\u201D can lead in its space. This process is crucial to avoid generic design choices and instead build a product that offers something truly new\u2014combining Thai freshness with circular innovation. It ensures the design is not only unique, but also strategically placed for long-term relevance.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tddg22\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png\",srcSet:\"https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png\",srcSet:\"https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png\",srcSet:\"https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4oscKMCagy8fMW4S6Pl6uWRx5IM.png 1920w\"},className:\"framer-hmxbvj\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png\",srcSet:\"https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png?scale-down-to=512 512w,https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png\",srcSet:\"https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png?scale-down-to=512 512w,https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png\",srcSet:\"https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png?scale-down-to=512 512w,https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1JgWJTXJRGhSXLa8dUv0Kbg2ssE.png 1920w\"},className:\"framer-g09kma\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png\",srcSet:\"https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png?scale-down-to=512 512w,https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png\",srcSet:\"https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png?scale-down-to=512 512w,https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png\",srcSet:\"https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png?scale-down-to=512 512w,https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SPsdX5jfZT3Co75aw9pmXNp6n4E.png 1920w\"},className:\"framer-15o2odm\",\"data-framer-name\":\"Media1\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uouiky-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"rinpHvgCE\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Outcome\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"rinpHvgCE\",layoutId:\"rinpHvgCE\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The final outcome is not just a standalone object, but the result of a thoughtful process\u2014one that balances user needs, market opportunities, cultural identity, and environmental goals. This phase validates that every design choice serves a purpose, contributing to a solution that is as emotionally resonant as it is ecologically responsible.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png\",srcSet:\"https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png?scale-down-to=512 512w,https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png\",srcSet:\"https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png?scale-down-to=512 512w,https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png\",srcSet:\"https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png?scale-down-to=512 512w,https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HmyucEPOJ42Te8Ah1f9Gzmg0U4.png 1920w\"},className:\"framer-1wavnlu\",\"data-framer-name\":\"Media1\"})})]}),visible8&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vbuak7\",\"data-framer-name\":\"Content Asset Flow\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-167oikb-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"aGuZZ5m74\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"aGuZZ5m74\",layoutId:\"aGuZZ5m74\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18zrzc9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg\",srcSet:\"https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg 2000w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg\",srcSet:\"https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg\",srcSet:\"https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NCySlGrlSlOJLtRrubY1Rd9MWws.jpg 2000w\"},className:\"framer-7nqn0p\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2401,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg\",srcSet:\"https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg 2401w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2401,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg\",srcSet:\"https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg 2401w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2401,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg\",srcSet:\"https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPQj37RGNVBwmZjtKnky5MWLKww.jpg 2401w\"},className:\"framer-upfql8\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg\",srcSet:\"https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg 4500w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg\",srcSet:\"https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg 4500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg\",srcSet:\"https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/VayGoKIeLUYFHAkAWp3Bei9Mg.jpg 4500w\"},className:\"framer-xcqvnx\",\"data-framer-name\":\"Media1\"})})]})]}),visible9&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hgxy1p\",\"data-framer-name\":\"Content Town Hall Sukhumvit 49\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19c6oh3-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"zZGN6KHIi\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"zZGN6KHIi\",layoutId:\"zZGN6KHIi\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg\",srcSet:\"https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg 2000w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg\",srcSet:\"https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg\",srcSet:\"https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U1nShZmE0R2wWIWrbpjQ5VDB3vU.jpg 2000w\"},className:\"framer-w1dcle\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg\",srcSet:\"https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg\",srcSet:\"https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg\",srcSet:\"https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vvdNNf5uEclIWShzYvEFYiCTwc.jpg 1800w\"},className:\"framer-1flmhio\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg\",srcSet:\"https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg\",srcSet:\"https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg\",srcSet:\"https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlgworLFSPnoUrvVE2nvUQIKY.jpg 1800w\"},className:\"framer-o7dq3z\",\"data-framer-name\":\"Media1\"})})]}),visible10&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-x4lasn\",\"data-framer-name\":\"Content BMW Promotion\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13vji5b-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"KpDydNCCs\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"KpDydNCCs\",layoutId:\"KpDydNCCs\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q5uo71-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"dHW_fBi2M\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Design Approach\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"dHW_fBi2M\",layoutId:\"dHW_fBi2M\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:2250,pixelWidth:4e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg\",srcSet:\"https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg 4000w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:2250,pixelWidth:4e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg\",srcSet:\"https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg 4000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2250,pixelWidth:4e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg\",srcSet:\"https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OxvqHPeKXTR1yocPrJzVs836us.jpg 4000w\"},className:\"framer-jsdyuh\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-puwjd6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1200,pixelHeight:1200,pixelWidth:1200,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg\",srcSet:\"https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg 1200w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1200,pixelHeight:1200,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg\",srcSet:\"https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1200,pixelHeight:1200,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 168px) / 2, 1px)`,src:\"https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg\",srcSet:\"https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QTXfX7Bajx2dKhdQGw9agM7tFcs.jpg 1200w\"},className:\"framer-5wwdl7\",\"data-framer-name\":\"Mobile\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1200,pixelHeight:1200,pixelWidth:1200,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg\",srcSet:\"https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg 1200w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1200,pixelHeight:1200,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg\",srcSet:\"https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1200,pixelHeight:1200,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 168px) / 2, 1px)`,src:\"https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg\",srcSet:\"https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6UYOr6GWX0j4cOio8CihhwEatnE.jpg 1200w\"},className:\"framer-1b6ewxf\",\"data-framer-name\":\"Mock2\"})})]})]}),visible11&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ahj501\",\"data-framer-name\":\"Content Rate Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1amq5du-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"c5OY8EtEO\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"c5OY8EtEO\",layoutId:\"c5OY8EtEO\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1frgywi-container\",\"data-framer-name\":\"Research Method\",name:\"Research Method\",nodeId:\"hS7C5Drt3\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Research Methodologies\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"hS7C5Drt3\",layoutId:\"hS7C5Drt3\",name:\"Research Method\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"We conducted \",/*#__PURE__*/_jsx(\"strong\",{children:\"user interviews\"}),\" and a \",/*#__PURE__*/_jsx(\"strong\",{children:\"competitive overview\"}),\" to understand client needs, pricing expectations, and market benchmarks, to understand behaviors of users who use advertising agency services.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg\",srcSet:\"https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg\",srcSet:\"https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg\",srcSet:\"https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o3F01P9Dof3MvXtUjGnBTwL155k.jpg 1920w\"},className:\"framer-fmi45w\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i9i7ns-container\",nodeId:\"HkJZuDywk\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Research Findings\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"HkJZuDywk\",layoutId:\"HkJZuDywk\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"The core issue is the frustration caused by slow response times and unclear pricing, which creates inefficiencies in decision-making. This challenge is compounded by two key factors affecting client experience:\"}),/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Lack of transparency\"}),\" \u2013 Clients struggle with unclear pricing structures, making it difficult to estimate costs upfront and compare service options effectively.\"]}),/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Inefficient communication\"}),\" \u2013 The reliance on back-and-forth agency interactions slows down the decision-making process, leading to delays and frustration.\"]})]})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e9l700\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rwrbwn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1sb2oiv\",\"data-styles-preset\":\"ltUJ94kRX\",style:{\"--framer-text-color\":\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(5, 5, 5))\"},children:\"Persona\"})}),className:\"framer-1bmafni\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg\",srcSet:\"https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg\",srcSet:\"https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg\",srcSet:\"https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mgLg87cnt3tvJRddR2OS2OnWtI.jpg 1920w\"},className:\"framer-dmrt9a\",\"data-framer-name\":\"Media1\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hkrkx0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1sb2oiv\",\"data-styles-preset\":\"ltUJ94kRX\",style:{\"--framer-text-color\":\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(5, 5, 5))\"},children:\"User Journey\"})}),className:\"framer-1bo0irw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg\",srcSet:\"https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg\",srcSet:\"https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg\",srcSet:\"https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lgpZvBoGrWzeZ0OJGv0WnJTatQ.jpg 1920w\"},className:\"framer-1vzq7xd\",\"data-framer-name\":\"Media1\"})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:iioc65zMC,className:\"framer-5117wk\",\"data-framer-name\":\"Problem Statement\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1z09wso\",h3:\"framer-styles-preset-1u2cyg1\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wwcwbr-container\",nodeId:\"u7JSRWHwh\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Structure the Journey\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"u7JSRWHwh\",layoutId:\"u7JSRWHwh\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"I design the \",/*#__PURE__*/_jsx(\"strong\",{children:\"information architecture\"}),\" and \",/*#__PURE__*/_jsx(\"strong\",{children:\"user flow\"}),\" to ensure a seamless user experience. By mapping out each step, I create a logical and intuitive path that guides users from start to finish. This approach optimizes navigation, reduces friction, and enables users to estimate costs and customize options effortlessly.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gebxce\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:750,pixelWidth:1333,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg\",srcSet:\"https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg 1333w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:750,pixelWidth:1333,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg\",srcSet:\"https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg 1333w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:750,pixelWidth:1333,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg\",srcSet:\"https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NRxnC4ELc2DmcTguGXh1hNylrI.jpg 1333w\"},className:\"framer-15x9oy3\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg\",srcSet:\"https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg\",srcSet:\"https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg\",srcSet:\"https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0dpjomcilUOTK4P40GD5CXBkU.jpg 1920w\"},className:\"framer-9a8pgt\",\"data-framer-name\":\"Media1\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iuf3q-container\",nodeId:\"s6jq5RH5E\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Wireframing\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"s6jq5RH5E\",layoutId:\"s6jq5RH5E\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"I generate multiple \",/*#__PURE__*/_jsx(\"strong\",{children:\"wireframe iterations\"}),\" to explore and refine design ideas. By testing different layouts and interactions, I evaluate usability and optimize content hierarchy. This iterative process ensures a clear, engaging, and user-friendly interface that enhances transparency and decision-making.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png\",srcSet:\"https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png?scale-down-to=512 512w,https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png 2000w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png\",srcSet:\"https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png?scale-down-to=512 512w,https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png\",srcSet:\"https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png?scale-down-to=512 512w,https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5QRLFGXZDTNsLFWBLYpY1iLiVPI.png 2000w\"},className:\"framer-ve2k5c\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8aleq4-container\",nodeId:\"wDius1bOu\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Final Product\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"wDius1bOu\",layoutId:\"wDius1bOu\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"The product delivers a seamless, brand-aligned experience, allowing clients to \",/*#__PURE__*/_jsx(\"strong\",{children:\"instantly estimate costs, customize services, and compare packages\"}),\". Designed for clarity and efficiency, it eliminates delays, enhances transparency, and streamlines decision-making, reinforcing the agency\u2019s commitment to innovation and professionalism.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j17emi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg\",srcSet:\"https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg 2000w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg\",srcSet:\"https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg\",srcSet:\"https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BtUiIkOAvfgsJYg1DXK3eSxN3l4.jpg 2000w\"},className:\"framer-mofcj8\",\"data-framer-name\":\"Media1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:756,pixelWidth:1344,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png\",srcSet:\"https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png?scale-down-to=512 512w,https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png 1344w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:756,pixelWidth:1344,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png\",srcSet:\"https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png?scale-down-to=512 512w,https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:756,pixelWidth:1344,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png\",srcSet:\"https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png?scale-down-to=512 512w,https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j37Fu8yr20IdTDvQejmv4SO06Yg.png 1344w\"},className:\"framer-x9xogz\",\"data-framer-name\":\"Media1\"})})]})]}),visible12&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-294p0a\",\"data-framer-name\":\"Content Okura\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lfg6ct-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"qGDY4B8Ei\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"qGDY4B8Ei\",layoutId:\"qGDY4B8Ei\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l9rkpq-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"stcaFpkIV\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Stakeholder & Internal Alignment\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"stcaFpkIV\",layoutId:\"stcaFpkIV\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"We kicked off the project with a focused meeting involving stakeholders and the internal team to \",/*#__PURE__*/_jsx(\"strong\",{children:\"clarify business goals, brand direction, and the desired user experience.\"}),\" This session also helped \",/*#__PURE__*/_jsx(\"strong\",{children:\"define the primary target users\"}),\" (e.g. Bangkok-based customers seeking luxury dining experiences) and key success metrics for the launch.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1920,pixelHeight:800,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg\",srcSet:\"https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1920,pixelHeight:800,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg\",srcSet:\"https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1920,pixelHeight:800,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg\",srcSet:\"https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HrVvhQMtMIYaQWgp202WCzFkHY.jpg 1920w\"},className:\"framer-kpn8ut\",\"data-framer-name\":\"Slide 16 9 - 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cei01c-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"KgZxx6TNo\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Rapid User Research\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"KgZxx6TNo\",layoutId:\"KgZxx6TNo\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Given the project's tight timeline, we found that conducting an \",/*#__PURE__*/_jsx(\"strong\",{children:\"online survey \"}),\"was the most efficient way to collect user insights quickly and at scale. It allowed us to reach a broad audience and identify key user segments, such as local professionals, occasion-based diners, and tourists. The results provided a strong foundation for data-driven design decisions and persona creation.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14d1lfv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg\",srcSet:\"https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg\",srcSet:\"https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg\",srcSet:\"https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aNlLB0mgMVTWfXyKYNtpplszutI.jpg 1920w\"},className:\"framer-135wngw\",\"data-framer-name\":\"Survey\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ct82o\",\"data-framer-name\":\"Overlay\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10xpatc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-np355b\",\"data-styles-preset\":\"Y2RdGBHZd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:\"What We Learned\"})}),className:\"framer-w4d792\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v7n5vk\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bvjc41\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"68% of participants book dinner cruises for special occasions\"})}),\" such as birthdays or anniversaries, making it important to design the experience around moments worth celebrating.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"68% of participants book dinner cruises for special occasions\"})}),\" such as birthdays or anniversaries, making it important to design the experience around moments worth celebrating.\"]})}),className:\"framer-90lb1t\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y97rgv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Clear pricing and visual presentation\"})}),\" are top priorities\u2014users want to understand what\u2019s included and be visually impressed before making a decision.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Clear pricing and visual presentation\"})}),\" are top priorities\u2014users want to understand what\u2019s included and be visually impressed before making a decision.\"]})}),className:\"framer-13n52se\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uro9b6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Trust and clarity are major barriers\"}),\" \"]}),\"to booking, especially when the booking process or package information feels vague or incomplete.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Trust and clarity are major barriers\"}),\" \"]}),\"to booking, especially when the booking process or package information feels vague or incomplete.\"]})}),className:\"framer-nyih3v\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ldyhtf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Mobile websites (44%) and social media apps (40%)\"})}),\" are the most common booking channels, emphasizing the need for a mobile-first design with seamless social integration.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"var(--token-545bf0ac-e237-4c86-ad28-8d514d26838b, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(172, 120, 103)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Mobile websites (44%) and social media apps (40%)\"})}),\" are the most common booking channels, emphasizing the need for a mobile-first design with seamless social integration.\"]})}),className:\"framer-2n8o3m\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j6n5e8-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"XwKDYNkCm\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Information Architecture\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"XwKDYNkCm\",layoutId:\"XwKDYNkCm\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"The information architecture was defined before design and iteration to ensure a well-structured website. It \",/*#__PURE__*/_jsx(\"strong\",{children:\"guides users through the experience\"}),\" intuitively, reducing friction and supporting a smooth, goal-driven journey that contributes to increased bookings.\"]})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jhsfir\",\"data-framer-name\":\"Media1\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d8og7g\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3200,intrinsicWidth:4936,pixelHeight:3200,pixelWidth:4936,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) * 0.9)`,src:\"https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png\",srcSet:\"https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png 4936w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3200,intrinsicWidth:4936,pixelHeight:3200,pixelWidth:4936,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) * 0.9)`,src:\"https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png\",srcSet:\"https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png 4936w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3200,intrinsicWidth:4936,pixelHeight:3200,pixelWidth:4936,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px) * 0.9)`,src:\"https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png\",srcSet:\"https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/3qltjlCw93CIJ9hQeYYgY4T1M.png 4936w\"},className:\"framer-1yx4849\",\"data-framer-name\":\"Site mapd\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pr1khp-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"Fj28WxU2s\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Mobile-First Approach\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"Fj28WxU2s\",layoutId:\"Fj28WxU2s\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Using insights from research, we began designing with a \",/*#__PURE__*/_jsx(\"strong\",{children:\"mobile-first mindset\"}),\", starting with \",/*#__PURE__*/_jsx(\"strong\",{children:\"sketched ideas and wireframes\"}),\" to explore layout and flow. This approach ensured responsiveness and accessibility from the ground up. The team worked in focused sprints to deliver high-impact components\u2014prioritizing key flows like homepage navigation, package browsing, and booking.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19fix1d\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg\",srcSet:\"https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg 3086w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 2, 1px)`,src:\"https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg\",srcSet:\"https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg 3086w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px) / 2, 1px)`,src:\"https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg\",srcSet:\"https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/oGKc6P6O9IDgyzRPC90NlIoX0M.jpg 3086w\"},className:\"framer-ugjre3\",\"data-framer-name\":\"Wireframe-3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg\",srcSet:\"https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg 3086w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 2, 1px)`,src:\"https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg\",srcSet:\"https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg 3086w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2182,intrinsicWidth:3086,pixelHeight:2182,pixelWidth:3086,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px) / 2, 1px)`,src:\"https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg\",srcSet:\"https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/cGobsfKTb3AqAHQIcl0Q6U1JkgM.jpg 3086w\"},className:\"framer-1eawodt\",\"data-framer-name\":\"Wireframe-4\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1szgyet-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"Ly92YVL0B\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"High-fidelity Prototype\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"Ly92YVL0B\",layoutId:\"Ly92YVL0B\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We created a high-fidelity prototype to validate key user flows, focusing on mobile and desktop usability. Quick testing with internal users and target audience reps helped us identify pain points and refine the experience. Feedback was applied immediately, ensuring a smooth, user-friendly journey before final development\u2014without delaying the timeline.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4aymem\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1012,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png\",srcSet:\"https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png?scale-down-to=512 512w,https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1012,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png\",srcSet:\"https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png?scale-down-to=512 512w,https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1012,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 168px) / 2, 1px)`,src:\"https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png\",srcSet:\"https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png?scale-down-to=512 512w,https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MYhyyZYvjUF1giB5kxdbO942M.png 1800w\"},className:\"framer-1v59mpp\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1012,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png\",srcSet:\"https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png 1800w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1012,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png\",srcSet:\"https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1012,pixelWidth:1800,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 168px) / 2, 1px)`,src:\"https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png\",srcSet:\"https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iIDT4pwkgf2c1KnQqyyCKSY7ewc.png 1800w\"},className:\"framer-1v4tlpn\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tsq4ls-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"VAAz9irR6\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Design System\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"VAAz9irR6\",layoutId:\"VAAz9irR6\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The design system\u2014consisting of colors, typography, buttons, and logos\u2014ensures visual consistency and brand recognition across every touchpoint. It allows the team to create new pages or components efficiently while maintaining a cohesive look and feel. This consistency not only enhances user trust but also reinforces the cruise\u2019s luxury identity in every interaction.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1370,intrinsicWidth:1920,pixelHeight:1370,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg\",srcSet:\"https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1370,intrinsicWidth:1920,pixelHeight:1370,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg\",srcSet:\"https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1370,intrinsicWidth:1920,pixelHeight:1370,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg\",srcSet:\"https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ibrGtpFKNwfbdboyhsiTxXCglS0.jpg 1920w\"},className:\"framer-1hgr4se\",\"data-framer-name\":\"Design System\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ehmz1h-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"rFhHcU9fg\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Final Website Design\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"rFhHcU9fg\",layoutId:\"rFhHcU9fg\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"All design decisions from the user-focused information architecture to the cohesive, brand-aligned design system came together to deliver a \",/*#__PURE__*/_jsx(\"strong\",{children:\"mobile-first experience\"}),\", followed by a fully \",/*#__PURE__*/_jsx(\"strong\",{children:\"responsive website\"}),\" that adapts seamlessly across devices. By prioritizing usability, clarity, and visual impact, the final product meets user expectations, strengthens trust, and reflects Okura Cruise\u2019s premium positioning, ultimately driving engagement and action.\"]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rdlfos\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1500,pixelHeight:1e3,pixelWidth:1500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg\",srcSet:\"https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg 1500w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1500,pixelHeight:1e3,pixelWidth:1500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg\",srcSet:\"https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1500,pixelHeight:1e3,pixelWidth:1500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg\",srcSet:\"https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/X9NXEIQxWVaaw6aOFCzQ2mul8.jpg 1500w\"},className:\"framer-1yxkjua\",\"data-framer-name\":\"Mobile\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg\",srcSet:\"https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg 2400w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg\",srcSet:\"https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg 2400w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg\",srcSet:\"https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HSFmUQDYDjxYmoQDNdvSV8WwA.jpg 2400w\"},className:\"framer-uvd6uw\",\"data-framer-name\":\"Media2\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-opbz7u\",\"data-framer-name\":\"Media3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13g0ml9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3172,intrinsicWidth:1344,pixelHeight:3172,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 84px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png\",srcSet:\"https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png?scale-down-to=2048 867w,https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png 1344w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3172,intrinsicWidth:1344,pixelHeight:3172,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 200px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png\",srcSet:\"https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png?scale-down-to=2048 867w,https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3172,intrinsicWidth:1344,pixelHeight:3172,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 248px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png\",srcSet:\"https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png?scale-down-to=2048 867w,https://framerusercontent.com/images/Sb8j8gZUB3CbgX3dK9U528.png 1344w\"},className:\"framer-wggzic\",\"data-framer-name\":\"Home2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6698,intrinsicWidth:1e3,pixelHeight:6698,pixelWidth:1e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 84px) / 2, 1px)`,src:\"https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png\",srcSet:\"https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png?scale-down-to=4096 611w,https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png 1000w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6698,intrinsicWidth:1e3,pixelHeight:6698,pixelWidth:1e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 200px) / 2, 1px)`,src:\"https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png\",srcSet:\"https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png?scale-down-to=4096 611w,https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6698,intrinsicWidth:1e3,pixelHeight:6698,pixelWidth:1e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 248px) / 2, 1px)`,src:\"https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png\",srcSet:\"https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png?scale-down-to=4096 611w,https://framerusercontent.com/images/lp8gZ8io2bqtXh54U91zuDRjWY.png 1000w\"},className:\"framer-1cv0ea5\",\"data-framer-name\":\"Home2 - Copy (2)\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9kwjdw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3780,intrinsicWidth:1344,pixelHeight:3780,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 84px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png\",srcSet:\"https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png?scale-down-to=2048 728w,https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png 1344w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3780,intrinsicWidth:1344,pixelHeight:3780,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 200px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png\",srcSet:\"https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png?scale-down-to=2048 728w,https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3780,intrinsicWidth:1344,pixelHeight:3780,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 248px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png\",srcSet:\"https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png?scale-down-to=2048 728w,https://framerusercontent.com/images/Td1NJGTdaiOwpyC1RHQCu7KiHg.png 1344w\"},className:\"framer-q1q77g\",\"data-framer-name\":\"Cuisine\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3897,intrinsicWidth:1344,pixelHeight:3897,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 84px) / 2, 1px)`,src:\"https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png\",srcSet:\"https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png?scale-down-to=2048 706w,https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png 1344w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3897,intrinsicWidth:1344,pixelHeight:3897,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 200px) / 2, 1px)`,src:\"https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png\",srcSet:\"https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png?scale-down-to=2048 706w,https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3897,intrinsicWidth:1344,pixelHeight:3897,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 248px) / 2, 1px)`,src:\"https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png\",srcSet:\"https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png?scale-down-to=2048 706w,https://framerusercontent.com/images/hnDBiTEo6ZyXvt4J11Q4knUbxU0.png 1344w\"},className:\"framer-1nvdoms\",\"data-framer-name\":\"Cuisine2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3500,intrinsicWidth:1344,pixelHeight:3500,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 84px) / 2, 1px)`,src:\"https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png\",srcSet:\"https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png?scale-down-to=2048 786w,https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png 1344w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3500,intrinsicWidth:1344,pixelHeight:3500,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 200px) / 2, 1px)`,src:\"https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png\",srcSet:\"https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png?scale-down-to=2048 786w,https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3500,intrinsicWidth:1344,pixelHeight:3500,pixelWidth:1344,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 248px) / 2, 1px)`,src:\"https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png\",srcSet:\"https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png?scale-down-to=2048 786w,https://framerusercontent.com/images/iuVtRqFJYzHVc4qkswauW4XNYM.png 1344w\"},className:\"framer-162llbv\",\"data-framer-name\":\"Cruise Journey\"})})]})]})]})]}),visible13&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12lxkzi\",\"data-framer-name\":\"Content BMW\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n981ea-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"f7MEz5GfB\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Challenge\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"f7MEz5GfB\",layoutId:\"f7MEz5GfB\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:IvFeV57yP})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-geqfyh-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"ltJWCjk8t\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Project Kick-off\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"ltJWCjk8t\",layoutId:\"ltJWCjk8t\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"To design a compelling model and pricing page for BMW Nelson's Autohaus, we began with a competitor analysis and user research. We reviewed leading automotive websites to evaluate how they present vehicle models. In parallel, we conducted user interviews and usability tests with prospective car buyers to understand their decision-making behavior and digital expectations.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1505e19\",\"data-framer-name\":\"Overlay\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-24kf6g\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-np355b\",\"data-styles-preset\":\"Y2RdGBHZd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f96d0476-fa7a-43d3-8890-707261d6e069, rgb(255, 255, 255))\"},children:\"What we learn\"})}),className:\"framer-102xsqv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wv1i8r\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-135bbuu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 48, 137)\"},children:\"Highlight Key Specs Upfront\"})}),className:\"framer-ea95zn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users want to see technical specifications summarized clearly and immediately on the model page without needing to scroll or dig through tabs.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Users want to see technical specifications summarized clearly and immediately on the model page without needing to scroll or dig through tabs.\"})}),className:\"framer-1kc4pyq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1frrnnc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 48, 137)\"},children:\"Show Transparent, Comparable Pricing\"})}),className:\"framer-68six8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Buyers prefer seeing price breakdowns and sub-model comparisons, including promotions, to quickly assess value and fit within their budget.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"Buyers prefer seeing price breakdowns and sub-model comparisons, including promotions, to quickly assess value and fit within their budget.\"})}),className:\"framer-1l7ycmu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bttyxw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-q86b87\",\"data-styles-preset\":\"Ofl0FPYD4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 48, 137)\"},children:\"Lead with Strong Visual Appeal\"})}),className:\"framer-1ir7f7q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"High-quality visuals play a critical role in building emotional engagement and helping users envision ownership.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9eaei4\",\"data-styles-preset\":\"wDoiADecB\",style:{\"--framer-text-color\":\"rgb(89, 85, 85)\"},children:\"High-quality visuals play a critical role in building emotional engagement and helping users envision ownership.\"})}),className:\"framer-1ok1olv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vo7k42-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"qxJklNo9i\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Design Iterations\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"qxJklNo9i\",layoutId:\"qxJklNo9i\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Throughout the project, the design was refined through multiple iterations. Early concepts were adjusted to improve clarity, simplify content hierarchy, and enhance usability across devices. Each round of iteration focused on aligning the design more closely with user needs, resulting in a final solution that is both intuitive and visually engaging.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3586,intrinsicWidth:7176,pixelHeight:3586,pixelWidth:7176,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png\",srcSet:\"https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=512 512w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png 7176w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3586,intrinsicWidth:7176,pixelHeight:3586,pixelWidth:7176,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png\",srcSet:\"https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=512 512w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png 7176w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3586,intrinsicWidth:7176,pixelHeight:3586,pixelWidth:7176,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png\",srcSet:\"https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=512 512w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/6H1STKNVXPwe8PRcr88HzNfq34.png 7176w\"},className:\"framer-1k243dk\",\"data-framer-name\":\"Iterations\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wi49xb-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"rV4PSob19\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"High-fidelity Prototype\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"rV4PSob19\",layoutId:\"rV4PSob19\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The high-fidelity prototype showcased the final layout, visuals, and interactions, featuring real specs, pricing, and promotional content for each BMW model. Usability testing was conducted with target users to validate clarity, ease of comparison, and overall experience. Feedback was then used to fine-tune the design before presenting it to stakeholders and handing it off for development.\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg\",srcSet:\"https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg 1920w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg\",srcSet:\"https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg\",srcSet:\"https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/igP9Q0UYpksIaADurPrtXCYWyds.jpg 1920w\"},className:\"framer-pfa8m1\",\"data-framer-name\":\"Capture\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v6xigw-container\",\"data-framer-name\":\"Challenge\",name:\"Challenge\",nodeId:\"R2O5XkAG8\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Final Design\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"R2O5XkAG8\",layoutId:\"R2O5XkAG8\",name:\"Challenge\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The solution focused on an intuitive, visually engaging interface that put users first. Each model page combined striking visuals with clear, concise specs to highlight key features. A dynamic carousel showcased sub-model pricing and promotions, making it easy for users to browse, compare, and make confident decisions. The design emphasized clarity, accessibility, and a seamless user experience.\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fs4l2\",\"data-framer-name\":\"Bmw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5196,intrinsicWidth:1200,pixelHeight:5196,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 84px) / 2, 1px)`,src:\"https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png\",srcSet:\"https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png?scale-down-to=4096 945w,https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png 1200w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5196,intrinsicWidth:1200,pixelHeight:5196,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 200px) / 2, 1px)`,src:\"https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png\",srcSet:\"https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png?scale-down-to=4096 945w,https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5196,intrinsicWidth:1200,pixelHeight:5196,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 248px) / 2, 1px)`,src:\"https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png\",srcSet:\"https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png?scale-down-to=4096 945w,https://framerusercontent.com/images/IBuFFjV3GmPVzGSzsnJk8eutM.png 1200w\"},className:\"framer-gxnb3w\",\"data-framer-name\":\"Screencapture-bmwnelson-en-other-bmw-models-2024-11-04-23 11_34\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5196,intrinsicWidth:1200,pixelHeight:5196,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 84px) / 2, 1px)`,src:\"https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png\",srcSet:\"https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png?scale-down-to=4096 945w,https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png 1200w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5196,intrinsicWidth:1200,pixelHeight:5196,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 200px) / 2, 1px)`,src:\"https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png\",srcSet:\"https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png?scale-down-to=4096 945w,https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5196,intrinsicWidth:1200,pixelHeight:5196,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 248px) / 2, 1px)`,src:\"https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png\",srcSet:\"https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png?scale-down-to=4096 945w,https://framerusercontent.com/images/ziLH74KorHYUNz17ZLPixDEjb4.png 1200w\"},className:\"framer-o6zfp7\",\"data-framer-name\":\"Screencapture-bmwnelson-en-other-bmw-models-2024-11-04-23 11_34 - Copy (2)\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`},SYY_m9CHS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pvhdh8-container\",nodeId:\"YzeY3wtPL\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"N8QFzhey8\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"BMW Carousel Price List Design\",h8BvcUBgi:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Case Studies I have had the privilege of working with some of the most well-known companies in the world. Here are some of the works I'm most proud of.\"})}),height:\"100%\",id:\"YzeY3wtPL\",layoutId:\"YzeY3wtPL\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"x9DBKpfLX\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"The carousel was designed to clearly \",/*#__PURE__*/_jsx(\"strong\",{children:\"showcase promotions and pricing\"}),\" for each sub-model, making it easy for users to browse offers and compare options at a glance. With a clean layout and straightforward information hierarchy, it helps users quickly understand value differences and confidently choose the model that best fits their satisfactions.\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg\",srcSet:\"https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg 2400w\"}},SYY_m9CHS:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg\",srcSet:\"https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg 2400w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:2400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px)`,src:\"https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg\",srcSet:\"https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iZMa64MuqUXNwFWvs8UKYJBmC9k.jpg 2400w\"},className:\"framer-1xm110s\",\"data-framer-name\":\"Media1\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bclm6q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, 1px)`},SYY_m9CHS:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 128px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qy6wne-container\",\"data-framer-name\":\"Outcome\",name:\"Outcome\",nodeId:\"sO7tEXLYJ\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{P_0bXGD80:\"40px 24px 40px 24px\"}},children:/*#__PURE__*/_jsx(TextComponent,{cohOZmmy1:\"Key Takeaways\",h8BvcUBgi:FBktVhCeJ,height:\"100%\",id:\"sO7tEXLYJ\",layoutId:\"sO7tEXLYJ\",name:\"Outcome\",P_0bXGD80:\"40px\",SQl3obvPm:true,style:{width:\"100%\"},variant:\"S6J_gd_ah\",width:\"100%\",zZUSn9zxH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"This project reinforced the importance of \",/*#__PURE__*/_jsx(\"strong\",{children:\"speed and transparency\"}),\" in pricing, highlighting the need for a seamless self-service tool. Defining clear pricing structures was challenging, but \",/*#__PURE__*/_jsx(\"strong\",{children:\"iterative testing\"}),\" helped refine options for better user comprehension. Balancing \",/*#__PURE__*/_jsx(\"strong\",{children:\"simplicity and detail\"}),\" required a \",/*#__PURE__*/_jsx(\"strong\",{children:\"progressive disclosure approach\"}),\" to keep the experience both intuitive and informative. Initial friction in the selection process was resolved through \",/*#__PURE__*/_jsx(\"strong\",{children:\"UX refinements\"}),\", improving navigation and usability. Lastly, ensuring \",/*#__PURE__*/_jsx(\"strong\",{children:\"brand consistency\"}),\" throughout the design created a cohesive and professional user experience.\"]})})})})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hyd9yv\",\"data-framer-name\":\"Related Work\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jnaek0\",\"data-framer-name\":\"H2\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1grkleo-container\",\"data-framer-name\":\"Arrow\",isAuthoredByUser:true,isModuleExternal:true,name:\"Arrow\",nodeId:\"EHbXZJAMm\",rendersWithMotion:true,scopeId:\"ip7xRZG_c\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(5, 5, 5))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowUturnDown\",id:\"EHbXZJAMm\",layoutId:\"EHbXZJAMm\",mirrored:false,name:\"Arrow\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1sb2oiv\",\"data-styles-preset\":\"ltUJ94kRX\",style:{\"--framer-text-color\":\"var(--token-d9063ccd-f348-41d5-8d23-76eb2094cf79, rgb(0, 0, 0))\"},children:\"Related Works\"})}),className:\"framer-1yoi8az\",\"data-framer-name\":\"Featured Project\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z6yxyc\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SYY_m9CHS:{query:{from:{alias:\"LeR5x5X0E\",data:Work,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"LeR5x5X0E\",name:\"sqjmT2keF\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"niD2PkmC3\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"uAl3iehKq\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"yXY1_GO_k\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"LeR5x5X0E\",name:\"sqjmT2keF\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:sqjmT2keF},type:\"BinaryOperation\"}}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"LeR5x5X0E\",data:Work,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"LeR5x5X0E\",name:\"sqjmT2keF\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"niD2PkmC3\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"uAl3iehKq\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"yXY1_GO_k\",type:\"Identifier\"},{collection:\"LeR5x5X0E\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"LeR5x5X0E\",name:\"sqjmT2keF\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:sqjmT2keF},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idLeR5x5X0E,niD2PkmC3:niD2PkmC3LeR5x5X0E,sqjmT2keF:sqjmT2keFLeR5x5X0E,uAl3iehKq:uAl3iehKqLeR5x5X0E,yXY1_GO_k:yXY1_GO_kLeR5x5X0E},index)=>{sqjmT2keFLeR5x5X0E??=\"\";niD2PkmC3LeR5x5X0E??=\"\";uAl3iehKqLeR5x5X0E??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LeR5x5X0E-${idLeR5x5X0E}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{sqjmT2keF:sqjmT2keFLeR5x5X0E},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{sqjmT2keF:sqjmT2keFLeR5x5X0E},webPageId:\"ip7xRZG_c\"},motionChild:true,nodeId:\"pjH0iqlYg\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-suy06o framer-1qbac8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 48px, 50px)`},SYY_m9CHS:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 104px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:411,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 176px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kk8ecr-container\",nodeId:\"zFMKW3L59\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"KSKqR1_Cq\"}},children:/*#__PURE__*/_jsx(ProjectCard,{AOG27rHMs:niD2PkmC3LeR5x5X0E,dNvgT7toa:toResponsiveImage(yXY1_GO_kLeR5x5X0E),height:\"100%\",I0rYfT553:uAl3iehKqLeR5x5X0E,id:\"zFMKW3L59\",layoutId:\"zFMKW3L59\",style:{width:\"100%\"},variant:\"qJn84kEB6\",width:\"100%\"})})})})})})})})},idLeR5x5X0E);})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:590,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-12exc1a-container\",nodeId:\"wUKhWzaWR\",scopeId:\"ip7xRZG_c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQ2lBchkC:{variant:\"DeoNbmfQL\"},SYY_m9CHS:{variant:\"eO02rlr1s\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"wUKhWzaWR\",layoutId:\"wUKhWzaWR\",style:{width:\"100%\"},variant:\"Pn_mTwhQG\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dBAJU.framer-1qbac8, .framer-dBAJU .framer-1qbac8 { display: block; }\",\".framer-dBAJU.framer-1jefot7 { align-content: center; align-items: center; background-color: var(--token-adb8b5cc-b0b2-4e94-b551-17075935981f, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-dBAJU .framer-6ucaor-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-dBAJU .framer-1429it6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 164px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-rnghmm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1sxnaf7-container, .framer-dBAJU .framer-eawio4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-dBAJU .framer-1xhoqiu { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-ovbn4p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-dBAJU .framer-fsp4jl { flex: none; height: auto; max-width: 90%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dBAJU .framer-1w9jic6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 90%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dBAJU .framer-xsqrwv { align-content: flex-start; align-items: flex-start; background-color: var(--token-1b0b2d76-36db-48e8-8440-2a61293ad948, #fafafa); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 40%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-1871uhw, .framer-dBAJU .framer-bg3qim, .framer-dBAJU .framer-1uo3upz, .framer-dBAJU .framer-1v49wg0, .framer-dBAJU .framer-9sj1vn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1nxma0p, .framer-dBAJU .framer-1ww2mon, .framer-dBAJU .framer-1h2u284, .framer-dBAJU .framer-1nlxxfp, .framer-dBAJU .framer-1l26fjf, .framer-dBAJU .framer-1a164e, .framer-dBAJU .framer-74n59h, .framer-dBAJU .framer-1pete9y, .framer-dBAJU .framer-9lba62, .framer-dBAJU .framer-1iwdt05 { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dBAJU .framer-1ciisyt, .framer-dBAJU .framer-kjt0ie, .framer-dBAJU .framer-mcdebf, .framer-dBAJU .framer-1wttski { background-color: var(--token-6264ed3d-55b7-4be0-b7e7-3acdc6dd7a59, #b3b3b3); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-dBAJU .framer-7jkd9l { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 603px); position: relative; width: 100%; }\",\".framer-dBAJU .framer-k22td7-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 603px); position: relative; width: 100%; }\",\".framer-dBAJU .framer-39hs78 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1uac86a, .framer-dBAJU .framer-d8lwt, .framer-dBAJU .framer-mjdvzz, .framer-dBAJU .framer-nw3nrh, .framer-dBAJU .framer-vbuak7, .framer-dBAJU .framer-1hgxy1p, .framer-dBAJU .framer-x4lasn, .framer-dBAJU .framer-ahj501, .framer-dBAJU .framer-294p0a, .framer-dBAJU .framer-12lxkzi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-w3mak2-container, .framer-dBAJU .framer-svefve-container, .framer-dBAJU .framer-ty5j2u-container, .framer-dBAJU .framer-16jwjj2-container, .framer-dBAJU .framer-10clo6t-container, .framer-dBAJU .framer-95rye3-container, .framer-dBAJU .framer-t9jbwx-container, .framer-dBAJU .framer-t4p1ql-container, .framer-dBAJU .framer-13j7aha-container, .framer-dBAJU .framer-1jfu7hr-container, .framer-dBAJU .framer-1keojxe-container, .framer-dBAJU .framer-1unhyoe-container, .framer-dBAJU .framer-cdnh8m-container, .framer-dBAJU .framer-1frulww-container, .framer-dBAJU .framer-bne481-container, .framer-dBAJU .framer-cw98yk-container, .framer-dBAJU .framer-q5kh-container, .framer-dBAJU .framer-suuffz-container, .framer-dBAJU .framer-17gl6f8-container, .framer-dBAJU .framer-1llttlj-container, .framer-dBAJU .framer-16zvcki-container, .framer-dBAJU .framer-10ws9s7-container, .framer-dBAJU .framer-1lgpvgs-container, .framer-dBAJU .framer-13jeb3i-container, .framer-dBAJU .framer-1incjun-container, .framer-dBAJU .framer-1gsygz5-container, .framer-dBAJU .framer-158b5ec-container, .framer-dBAJU .framer-fami7a-container, .framer-dBAJU .framer-145ej4n-container, .framer-dBAJU .framer-xwax5w-container, .framer-dBAJU .framer-uouiky-container, .framer-dBAJU .framer-167oikb-container, .framer-dBAJU .framer-19c6oh3-container, .framer-dBAJU .framer-13vji5b-container, .framer-dBAJU .framer-q5uo71-container, .framer-dBAJU .framer-1amq5du-container, .framer-dBAJU .framer-1frgywi-container, .framer-dBAJU .framer-i9i7ns-container, .framer-dBAJU .framer-1wwcwbr-container, .framer-dBAJU .framer-1iuf3q-container, .framer-dBAJU .framer-8aleq4-container, .framer-dBAJU .framer-lfg6ct-container, .framer-dBAJU .framer-1l9rkpq-container, .framer-dBAJU .framer-1cei01c-container, .framer-dBAJU .framer-j6n5e8-container, .framer-dBAJU .framer-pr1khp-container, .framer-dBAJU .framer-1szgyet-container, .framer-dBAJU .framer-tsq4ls-container, .framer-dBAJU .framer-1ehmz1h-container, .framer-dBAJU .framer-n981ea-container, .framer-dBAJU .framer-geqfyh-container, .framer-dBAJU .framer-1vo7k42-container, .framer-dBAJU .framer-1wi49xb-container, .framer-dBAJU .framer-1v6xigw-container, .framer-dBAJU .framer-1pvhdh8-container, .framer-dBAJU .framer-12exc1a-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1eyyaqf { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 603px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-h7z1ml, .framer-dBAJU .framer-1pp6ibo { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-b6rlnp, .framer-dBAJU .framer-1594t91 { align-content: center; align-items: center; background-color: var(--token-1b0b2d76-36db-48e8-8440-2a61293ad948, #fafafa); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-17j771h { aspect-ratio: 2.0578034682080926 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 443px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-m552jp { aspect-ratio: 1.7057416267942584 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 535px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-r42sb7, .framer-dBAJU .framer-g6k0nc, .framer-dBAJU .framer-dw4797, .framer-dBAJU .framer-1rzbpuq, .framer-dBAJU .framer-eq01c5, .framer-dBAJU .framer-puwjd6, .framer-dBAJU .framer-10xpatc, .framer-dBAJU .framer-4aymem, .framer-dBAJU .framer-24kf6g, .framer-dBAJU .framer-wv1i8r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-5mkyhu, .framer-dBAJU .framer-1ayr84i, .framer-dBAJU .framer-5mkzjw, .framer-dBAJU .framer-aunc7h, .framer-dBAJU .framer-v2u97r, .framer-dBAJU .framer-1uv844s, .framer-dBAJU .framer-w4d792, .framer-dBAJU .framer-102xsqv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dBAJU .framer-kormjh, .framer-dBAJU .framer-vyqw1p { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-1x77n29, .framer-dBAJU .framer-h7fq7u, .framer-dBAJU .framer-xvni7f, .framer-dBAJU .framer-fw5wdx, .framer-dBAJU .framer-1eqozwj, .framer-dBAJU .framer-c0em29, .framer-dBAJU .framer-tqfu9y, .framer-dBAJU .framer-1xbpsa9, .framer-dBAJU .framer-gs0pec, .framer-dBAJU .framer-18f99y8, .framer-dBAJU .framer-3jn25g, .framer-dBAJU .framer-1uzn3np, .framer-dBAJU .framer-1jncw7g, .framer-dBAJU .framer-5117wk, .framer-dBAJU .framer-90lb1t, .framer-dBAJU .framer-13n52se, .framer-dBAJU .framer-nyih3v, .framer-dBAJU .framer-2n8o3m, .framer-dBAJU .framer-ea95zn, .framer-dBAJU .framer-1kc4pyq, .framer-dBAJU .framer-68six8, .framer-dBAJU .framer-1l7ycmu, .framer-dBAJU .framer-1ir7f7q, .framer-dBAJU .framer-1ok1olv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dBAJU .framer-1yb2sw, .framer-dBAJU .framer-135bbuu, .framer-dBAJU .framer-bttyxw { align-content: center; align-items: center; align-self: stretch; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-1pdh1xj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-q8t6vu { aspect-ratio: 1.4142988084326307 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 286px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-1fh4v6k { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 362px); overflow: visible; position: relative; width: 60%; }\",\".framer-dBAJU .framer-1x0er5d { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 603px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1b67f2i, .framer-dBAJU .framer-169mhni, .framer-dBAJU .framer-17urhu9, .framer-dBAJU .framer-tejnxs, .framer-dBAJU .framer-duk8m3, .framer-dBAJU .framer-1n68f0b, .framer-dBAJU .framer-jpx0jz, .framer-dBAJU .framer-tddg22, .framer-dBAJU .framer-18zrzc9, .framer-dBAJU .framer-1gebxce, .framer-dBAJU .framer-j17emi, .framer-dBAJU .framer-14d1lfv, .framer-dBAJU .framer-rdlfos { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-z4whu3 { aspect-ratio: 1.5 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 714px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1oscx1s, .framer-dBAJU .framer-bj6b0u { aspect-ratio: 1 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 516px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-5gfsqy { align-content: center; align-items: center; background-color: #f9f9f9; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-bmwjkk { aspect-ratio: 2.7535971223021583 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 360px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-1o78trw { aspect-ratio: 2.5945945945945947 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 77px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-obwe3b, .framer-dBAJU .framer-n1kfwr, .framer-dBAJU .framer-xdpzy8, .framer-dBAJU .framer-pfa8m1 { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1i6lg28 { aspect-ratio: 1.927461139896373 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 104px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1lckdg6 { aspect-ratio: 1.4142988084326307 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 141px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1dxsxe1 { aspect-ratio: 0.75 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 267px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1dqzawn, .framer-dBAJU .framer-ej0clq, .framer-dBAJU .framer-56m5k1 { aspect-ratio: 1.5 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 133px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-11p71p6 { display: grid; flex: none; gap: 24px; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, 200px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-o1da18, .framer-dBAJU .framer-n2qtip, .framer-dBAJU .framer-exrcmj { align-content: center; align-items: center; align-self: start; background-color: #dedbd7; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-1g7i7ay { align-content: center; align-items: center; align-self: start; background-color: #dedbd7; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-193z4s7 { aspect-ratio: 1.056968463886063 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 189px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-djeph3 { align-content: center; align-items: center; background-color: #dedbd7; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; opacity: 0.9; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1wn4cvs, .framer-dBAJU .framer-17d6alq, .framer-dBAJU .framer-1tv71p0, .framer-dBAJU .framer-1frrnnc { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-1c4vkfd { aspect-ratio: 1.4197530864197532 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 141px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1y6quz2 { aspect-ratio: 1.4142988084326307 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 141px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1rkyp5k { aspect-ratio: 1.332667997338656 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 150px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1vuv7s1, .framer-dBAJU .framer-jc4n9s, .framer-dBAJU .framer-1akbbrg, .framer-dBAJU .framer-16093z, .framer-dBAJU .framer-f6udnx, .framer-dBAJU .framer-ig44el, .framer-dBAJU .framer-tjjwcs, .framer-dBAJU .framer-11wbklv, .framer-dBAJU .framer-hmxbvj, .framer-dBAJU .framer-g09kma, .framer-dBAJU .framer-15o2odm, .framer-dBAJU .framer-1wavnlu, .framer-dBAJU .framer-7nqn0p, .framer-dBAJU .framer-upfql8, .framer-dBAJU .framer-xcqvnx, .framer-dBAJU .framer-w1dcle, .framer-dBAJU .framer-1flmhio, .framer-dBAJU .framer-o7dq3z, .framer-dBAJU .framer-jsdyuh, .framer-dBAJU .framer-fmi45w, .framer-dBAJU .framer-dmrt9a, .framer-dBAJU .framer-1vzq7xd, .framer-dBAJU .framer-15x9oy3, .framer-dBAJU .framer-9a8pgt, .framer-dBAJU .framer-ve2k5c, .framer-dBAJU .framer-mofcj8, .framer-dBAJU .framer-x9xogz, .framer-dBAJU .framer-1xm110s { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 113px); justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-5wwdl7, .framer-dBAJU .framer-1b6ewxf { aspect-ratio: 1 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 200px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-e9l700 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1rwrbwn, .framer-dBAJU .framer-hkrkx0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1bmafni, .framer-dBAJU .framer-1bo0irw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dBAJU .framer-kpn8ut { aspect-ratio: 2.4 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 447px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-135wngw { aspect-ratio: 2.144 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 500px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-17ct82o { align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; opacity: 0.9; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1v7n5vk { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-bvjc41, .framer-dBAJU .framer-1y97rgv, .framer-dBAJU .framer-1uro9b6, .framer-dBAJU .framer-1ldyhtf { align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 144px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-jhsfir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1d8og7g { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; background-color: var(--token-3be9abbd-5f79-4342-a24c-fc66ed2a41cc, #e6c5c5); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 603px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-1yx4849 { aspect-ratio: 1.5425 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 625px); overflow: visible; position: relative; width: 90%; }\",\".framer-dBAJU .framer-19fix1d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-ugjre3, .framer-dBAJU .framer-1eawodt { aspect-ratio: 1.4142988084326307 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 379px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-1v59mpp, .framer-dBAJU .framer-1v4tlpn { aspect-ratio: 1 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 516px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-1hgr4se { aspect-ratio: 1.4014598540145986 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 765px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1yxkjua { aspect-ratio: 1.5 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 715px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-uvd6uw { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 603px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-opbz7u, .framer-dBAJU .framer-1fs4l2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-1b0b2d76-36db-48e8-8440-2a61293ad948, #fafafa); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-dBAJU .framer-13g0ml9, .framer-dBAJU .framer-9kwjdw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-dBAJU .framer-wggzic { aspect-ratio: 0.42370744010088274 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 1123px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1cv0ea5 { aspect-ratio: 0.1492982979994028 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 3189px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-q1q77g { aspect-ratio: 0.35555555555555557 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 1339px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1nvdoms { aspect-ratio: 0.3448806774441878 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 1380px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-162llbv { aspect-ratio: 0.384 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 1239px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1505e19 { align-content: center; align-items: center; background: linear-gradient(45deg, #1f3089 0%, rgb(158, 119, 216) 50%, rgb(103, 160, 208) 100%); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; opacity: 0.9; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1k243dk { aspect-ratio: 2.0011154489682097 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 100px); overflow: visible; position: relative; width: 100%; }\",\".framer-dBAJU .framer-gxnb3w { aspect-ratio: 0.23153252480705622 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 864px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-o6zfp7 { aspect-ratio: 0.23102310231023102 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 866px); overflow: visible; position: relative; width: 1px; }\",\".framer-dBAJU .framer-bclm6q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1qy6wne-container, .framer-dBAJU .framer-kk8ecr-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-dBAJU .framer-1hyd9yv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1jnaek0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-1grkleo-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-dBAJU .framer-1yoi8az { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dBAJU .framer-z6yxyc { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-dBAJU .framer-suy06o { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 30px; height: auto; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-dBAJU.framer-1jefot7 { gap: 80px; width: 810px; } .framer-dBAJU .framer-1429it6 { gap: 40px; padding: 164px 40px 0px 40px; } .framer-dBAJU .framer-1xhoqiu, .framer-dBAJU .framer-g6k0nc, .framer-dBAJU .framer-eq01c5, .framer-dBAJU .framer-wv1i8r { flex-direction: column; } .framer-dBAJU .framer-ovbn4p { flex: none; width: 100%; } .framer-dBAJU .framer-fsp4jl, .framer-dBAJU .framer-1w9jic6 { max-width: unset; } .framer-dBAJU .framer-xsqrwv { width: 100%; } .framer-dBAJU .framer-7jkd9l, .framer-dBAJU .framer-1x0er5d, .framer-dBAJU .framer-1d8og7g, .framer-dBAJU .framer-uvd6uw { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 411px); } .framer-dBAJU .framer-k22td7-container { height: var(--framer-aspect-ratio-supported, 411px); } .framer-dBAJU .framer-1uac86a, .framer-dBAJU .framer-d8lwt, .framer-dBAJU .framer-mjdvzz, .framer-dBAJU .framer-nw3nrh, .framer-dBAJU .framer-vbuak7, .framer-dBAJU .framer-1hgxy1p, .framer-dBAJU .framer-x4lasn, .framer-dBAJU .framer-ahj501, .framer-dBAJU .framer-294p0a, .framer-dBAJU .framer-12lxkzi { gap: 64px; padding: 0px 40px 0px 40px; } .framer-dBAJU .framer-1eyyaqf { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 410px); } .framer-dBAJU .framer-h7z1ml, .framer-dBAJU .framer-b6rlnp, .framer-dBAJU .framer-1594t91, .framer-dBAJU .framer-1pp6ibo, .framer-dBAJU .framer-5gfsqy, .framer-dBAJU .framer-1o78trw, .framer-dBAJU .framer-obwe3b, .framer-dBAJU .framer-1i6lg28, .framer-dBAJU .framer-n1kfwr, .framer-dBAJU .framer-1dxsxe1, .framer-dBAJU .framer-1dqzawn, .framer-dBAJU .framer-ej0clq, .framer-dBAJU .framer-o1da18, .framer-dBAJU .framer-1g7i7ay, .framer-dBAJU .framer-n2qtip, .framer-dBAJU .framer-exrcmj, .framer-dBAJU .framer-193z4s7, .framer-dBAJU .framer-djeph3, .framer-dBAJU .framer-1c4vkfd, .framer-dBAJU .framer-1y6quz2, .framer-dBAJU .framer-56m5k1, .framer-dBAJU .framer-xdpzy8, .framer-dBAJU .framer-1rkyp5k, .framer-dBAJU .framer-5wwdl7, .framer-dBAJU .framer-1b6ewxf, .framer-dBAJU .framer-17ct82o, .framer-dBAJU .framer-opbz7u, .framer-dBAJU .framer-1505e19, .framer-dBAJU .framer-1k243dk, .framer-dBAJU .framer-pfa8m1, .framer-dBAJU .framer-1fs4l2 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; } .framer-dBAJU .framer-17j771h { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 277px); } .framer-dBAJU .framer-m552jp { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 334px); } .framer-dBAJU .framer-kormjh, .framer-dBAJU .framer-vyqw1p, .framer-dBAJU .framer-1wn4cvs, .framer-dBAJU .framer-17d6alq, .framer-dBAJU .framer-1tv71p0, .framer-dBAJU .framer-1frrnnc { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; width: 100%; } .framer-dBAJU .framer-1yb2sw, .framer-dBAJU .framer-135bbuu, .framer-dBAJU .framer-bttyxw { align-self: unset; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: min-content; width: 100%; } .framer-dBAJU .framer-1pdh1xj, .framer-dBAJU .framer-1b67f2i, .framer-dBAJU .framer-169mhni, .framer-dBAJU .framer-17urhu9, .framer-dBAJU .framer-tejnxs, .framer-dBAJU .framer-duk8m3, .framer-dBAJU .framer-1n68f0b, .framer-dBAJU .framer-jpx0jz, .framer-dBAJU .framer-tddg22, .framer-dBAJU .framer-18zrzc9, .framer-dBAJU .framer-1gebxce, .framer-dBAJU .framer-j17emi, .framer-dBAJU .framer-14d1lfv, .framer-dBAJU .framer-jhsfir, .framer-dBAJU .framer-rdlfos { gap: 40px; } .framer-dBAJU .framer-q8t6vu { height: var(--framer-aspect-ratio-supported, 178px); } .framer-dBAJU .framer-1fh4v6k { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 246px); } .framer-dBAJU .framer-z4whu3, .framer-dBAJU .framer-1yxkjua { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 487px); } .framer-dBAJU .framer-1oscx1s { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 345px); order: 0; } .framer-dBAJU .framer-bj6b0u { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 345px); order: 1; } .framer-dBAJU .framer-bmwjkk { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 236px); } .framer-dBAJU .framer-1vuv7s1, .framer-dBAJU .framer-jc4n9s, .framer-dBAJU .framer-1akbbrg, .framer-dBAJU .framer-16093z, .framer-dBAJU .framer-f6udnx, .framer-dBAJU .framer-ig44el, .framer-dBAJU .framer-tjjwcs, .framer-dBAJU .framer-11wbklv, .framer-dBAJU .framer-hmxbvj, .framer-dBAJU .framer-g09kma, .framer-dBAJU .framer-15o2odm, .framer-dBAJU .framer-1wavnlu, .framer-dBAJU .framer-7nqn0p, .framer-dBAJU .framer-upfql8, .framer-dBAJU .framer-xcqvnx, .framer-dBAJU .framer-w1dcle, .framer-dBAJU .framer-1flmhio, .framer-dBAJU .framer-o7dq3z, .framer-dBAJU .framer-jsdyuh, .framer-dBAJU .framer-fmi45w, .framer-dBAJU .framer-dmrt9a, .framer-dBAJU .framer-1vzq7xd, .framer-dBAJU .framer-15x9oy3, .framer-dBAJU .framer-9a8pgt, .framer-dBAJU .framer-ve2k5c, .framer-dBAJU .framer-mofcj8, .framer-dBAJU .framer-x9xogz, .framer-dBAJU .framer-1xm110s { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; padding: 64px; } .framer-dBAJU .framer-kpn8ut { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 304px); } .framer-dBAJU .framer-135wngw { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 340px); } .framer-dBAJU .framer-bvjc41, .framer-dBAJU .framer-1y97rgv, .framer-dBAJU .framer-1uro9b6, .framer-dBAJU .framer-1ldyhtf { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 200px; } .framer-dBAJU .framer-1yx4849 { height: var(--framer-aspect-ratio-supported, 426px); } .framer-dBAJU .framer-ugjre3, .framer-dBAJU .framer-1eawodt { height: var(--framer-aspect-ratio-supported, 258px); } .framer-dBAJU .framer-1v59mpp, .framer-dBAJU .framer-1v4tlpn { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 345px); } .framer-dBAJU .framer-1hgr4se { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 521px); } .framer-dBAJU .framer-wggzic { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 719px); } .framer-dBAJU .framer-1cv0ea5 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 2043px); } .framer-dBAJU .framer-q1q77g { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 857px); } .framer-dBAJU .framer-1nvdoms { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 885px); } .framer-dBAJU .framer-162llbv { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 794px); } .framer-dBAJU .framer-gxnb3w, .framer-dBAJU .framer-o6zfp7 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; } .framer-dBAJU .framer-bclm6q { padding: 0px 40px 0px 40px; } .framer-dBAJU .framer-1hyd9yv { gap: 40px; padding: 0px 40px 0px 40px; } .framer-dBAJU .framer-z6yxyc { grid-template-columns: repeat(2, minmax(50px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-dBAJU.framer-1jefot7 { gap: 64px; width: 390px; } .framer-dBAJU .framer-1429it6 { gap: 40px; padding: 140px 16px 0px 16px; } .framer-dBAJU .framer-rnghmm, .framer-dBAJU .framer-1b67f2i, .framer-dBAJU .framer-169mhni, .framer-dBAJU .framer-17urhu9, .framer-dBAJU .framer-tejnxs, .framer-dBAJU .framer-duk8m3, .framer-dBAJU .framer-1n68f0b, .framer-dBAJU .framer-jpx0jz, .framer-dBAJU .framer-tddg22, .framer-dBAJU .framer-18zrzc9, .framer-dBAJU .framer-1rwrbwn, .framer-dBAJU .framer-hkrkx0, .framer-dBAJU .framer-1gebxce, .framer-dBAJU .framer-j17emi, .framer-dBAJU .framer-14d1lfv, .framer-dBAJU .framer-rdlfos { gap: 24px; } .framer-dBAJU .framer-1xhoqiu, .framer-dBAJU .framer-1pdh1xj, .framer-dBAJU .framer-19fix1d { flex-direction: column; } .framer-dBAJU .framer-ovbn4p { flex: none; width: 100%; } .framer-dBAJU .framer-fsp4jl, .framer-dBAJU .framer-1w9jic6 { max-width: unset; } .framer-dBAJU .framer-xsqrwv { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; gap: 16px; width: 100%; } .framer-dBAJU .framer-7jkd9l, .framer-dBAJU .framer-1eyyaqf { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 202px); } .framer-dBAJU .framer-k22td7-container { height: var(--framer-aspect-ratio-supported, 113px); } .framer-dBAJU .framer-39hs78, .framer-dBAJU .framer-e9l700 { gap: 64px; } .framer-dBAJU .framer-1uac86a, .framer-dBAJU .framer-mjdvzz, .framer-dBAJU .framer-nw3nrh, .framer-dBAJU .framer-ahj501 { gap: 64px; padding: 0px 16px 0px 16px; } .framer-dBAJU .framer-h7z1ml { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; gap: 16px; padding: 16px; } .framer-dBAJU .framer-b6rlnp, .framer-dBAJU .framer-1594t91 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; padding: 16px; } .framer-dBAJU .framer-17j771h { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 143px); } .framer-dBAJU .framer-m552jp { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 172px); } .framer-dBAJU .framer-1pp6ibo, .framer-dBAJU .framer-djeph3, .framer-dBAJU .framer-17ct82o, .framer-dBAJU .framer-1505e19 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; padding: 40px 24px 24px 24px; } .framer-dBAJU .framer-g6k0nc, .framer-dBAJU .framer-eq01c5, .framer-dBAJU .framer-4aymem, .framer-dBAJU .framer-wv1i8r { flex-direction: column; gap: 24px; } .framer-dBAJU .framer-kormjh, .framer-dBAJU .framer-vyqw1p, .framer-dBAJU .framer-1wn4cvs, .framer-dBAJU .framer-17d6alq, .framer-dBAJU .framer-1tv71p0, .framer-dBAJU .framer-1frrnnc { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; width: 100%; } .framer-dBAJU .framer-1yb2sw, .framer-dBAJU .framer-135bbuu, .framer-dBAJU .framer-bttyxw { align-self: unset; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: min-content; width: 100%; } .framer-dBAJU .framer-q8t6vu { flex: none; height: var(--framer-aspect-ratio-supported, 253px); width: 100%; } .framer-dBAJU .framer-1fh4v6k { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 202px); width: 100%; } .framer-dBAJU .framer-1x0er5d { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 201px); } .framer-dBAJU .framer-z4whu3 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 239px); } .framer-dBAJU .framer-dw4797, .framer-dBAJU .framer-puwjd6 { flex-direction: column; gap: 20px; } .framer-dBAJU .framer-1oscx1s, .framer-dBAJU .framer-bj6b0u { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 358px); width: 100%; } .framer-dBAJU .framer-5gfsqy { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; padding: 24px; } .framer-dBAJU .framer-bmwjkk { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 113px); } .framer-dBAJU .framer-d8lwt, .framer-dBAJU .framer-294p0a, .framer-dBAJU .framer-12lxkzi { gap: 40px; padding: 0px 16px 0px 16px; } .framer-dBAJU .framer-1o78trw, .framer-dBAJU .framer-obwe3b, .framer-dBAJU .framer-1i6lg28, .framer-dBAJU .framer-n1kfwr, .framer-dBAJU .framer-1dxsxe1, .framer-dBAJU .framer-1dqzawn, .framer-dBAJU .framer-ej0clq, .framer-dBAJU .framer-o1da18, .framer-dBAJU .framer-1g7i7ay, .framer-dBAJU .framer-n2qtip, .framer-dBAJU .framer-exrcmj, .framer-dBAJU .framer-193z4s7, .framer-dBAJU .framer-1c4vkfd, .framer-dBAJU .framer-1y6quz2, .framer-dBAJU .framer-56m5k1, .framer-dBAJU .framer-xdpzy8, .framer-dBAJU .framer-1rkyp5k, .framer-dBAJU .framer-1k243dk, .framer-dBAJU .framer-pfa8m1 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; } .framer-dBAJU .framer-11p71p6 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-dBAJU .framer-1vuv7s1, .framer-dBAJU .framer-jc4n9s, .framer-dBAJU .framer-1akbbrg, .framer-dBAJU .framer-16093z, .framer-dBAJU .framer-f6udnx, .framer-dBAJU .framer-ig44el, .framer-dBAJU .framer-tjjwcs, .framer-dBAJU .framer-11wbklv, .framer-dBAJU .framer-hmxbvj, .framer-dBAJU .framer-g09kma, .framer-dBAJU .framer-15o2odm, .framer-dBAJU .framer-1wavnlu, .framer-dBAJU .framer-7nqn0p, .framer-dBAJU .framer-upfql8, .framer-dBAJU .framer-xcqvnx, .framer-dBAJU .framer-w1dcle, .framer-dBAJU .framer-1flmhio, .framer-dBAJU .framer-o7dq3z, .framer-dBAJU .framer-jsdyuh, .framer-dBAJU .framer-fmi45w, .framer-dBAJU .framer-dmrt9a, .framer-dBAJU .framer-1vzq7xd, .framer-dBAJU .framer-15x9oy3, .framer-dBAJU .framer-9a8pgt, .framer-dBAJU .framer-ve2k5c, .framer-dBAJU .framer-mofcj8, .framer-dBAJU .framer-x9xogz, .framer-dBAJU .framer-1xm110s { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; gap: 24px; padding: 24px; } .framer-dBAJU .framer-vbuak7, .framer-dBAJU .framer-1hgxy1p, .framer-dBAJU .framer-x4lasn { gap: 20px; padding: 0px 16px 0px 16px; } .framer-dBAJU .framer-5wwdl7, .framer-dBAJU .framer-1b6ewxf { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; width: 100%; } .framer-dBAJU .framer-kpn8ut { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 83px); } .framer-dBAJU .framer-135wngw { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 93px); } .framer-dBAJU .framer-1v7n5vk { gap: 24px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-dBAJU .framer-bvjc41, .framer-dBAJU .framer-1y97rgv, .framer-dBAJU .framer-1uro9b6, .framer-dBAJU .framer-1ldyhtf { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: min-content; } .framer-dBAJU .framer-jhsfir { gap: 40px; } .framer-dBAJU .framer-1d8og7g, .framer-dBAJU .framer-uvd6uw { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 113px); } .framer-dBAJU .framer-1yx4849 { height: var(--framer-aspect-ratio-supported, 130px); } .framer-dBAJU .framer-ugjre3, .framer-dBAJU .framer-1eawodt { flex: none; height: var(--framer-aspect-ratio-supported, 141px); width: 100%; } .framer-dBAJU .framer-1v59mpp, .framer-dBAJU .framer-1v4tlpn { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); width: 100%; } .framer-dBAJU .framer-1hgr4se { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 143px); } .framer-dBAJU .framer-1yxkjua { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 133px); } .framer-dBAJU .framer-opbz7u { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; gap: 20px; padding: 16px; will-change: unset; } .framer-dBAJU .framer-13g0ml9, .framer-dBAJU .framer-9kwjdw { gap: 20px; } .framer-dBAJU .framer-wggzic { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 472px); } .framer-dBAJU .framer-1cv0ea5 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 1340px); } .framer-dBAJU .framer-q1q77g { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 563px); } .framer-dBAJU .framer-1nvdoms { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 580px); } .framer-dBAJU .framer-162llbv { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 521px); } .framer-dBAJU .framer-1fs4l2 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; gap: 20px; padding: 16px; } .framer-dBAJU .framer-gxnb3w, .framer-dBAJU .framer-o6zfp7 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; } .framer-dBAJU .framer-bclm6q { padding: 0px 16px 0px 16px; } .framer-dBAJU .framer-1hyd9yv { gap: 40px; padding: 0px 24px 0px 24px; } .framer-dBAJU .framer-z6yxyc { gap: 40px; grid-template-columns: repeat(1, minmax(50px, 1fr)); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10415\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SYY_m9CHS\":{\"layout\":[\"fixed\",\"auto\"]},\"aQ2lBchkC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerip7xRZG_c=withCSS(Component,css,\"framer-dBAJU\");export default Framerip7xRZG_c;Framerip7xRZG_c.displayName=\"Articles Detail\";Framerip7xRZG_c.defaultProps={height:10415,width:1200};addFonts(Framerip7xRZG_c,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...MenubarFonts,...BackFonts,...ButtonFonts,...VideoFonts,...TextComponentFonts,...HeroFonts,...ProjectCardFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerip7xRZG_c\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"10415\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SYY_m9CHS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aQ2lBchkC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "HeroFonts", "getFonts", "Icon", "MotionAWithFX", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerisIPIMSNF", "withCSS", "isIPIMSNF_default", "addFonts", "getFontsFromSharedStyle", "fonts", "MenubarFonts", "getFonts", "yv2KBxKou_default", "BackFonts", "isIPIMSNF_default", "ButtonFonts", "Y1DGI5m7e_default", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "VideoFonts", "Video", "ContainerWithFX", "Container", "TextComponentFonts", "qtapiqINQ_default", "HeroFonts", "Icon", "ProjectCardFonts", "KgeOPuw8n_default", "FooterFonts", "uZnMi9e0z_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "textEffect1", "isSet", "value", "animation1", "transition2", "negate", "toResponsiveImage", "animation2", "toImageSrc", "equals", "a", "b", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "bBZ1TgftN_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "niD2PkmC3", "BBsRzOXbW", "LulxkpdOm", "L3CMoh8Cz", "k7dtcEXHD", "REFXjGgGa", "RpyfoSyOO", "u9CEBQfGK", "LDKQ4dyOG", "pX76VrOYp", "ku1ceA43L", "A9_p8gQQb", "IvFeV57yP", "iioc65zMC", "FBktVhCeJ", "sqjmT2keFLeR5x5X0E", "niD2PkmC3LeR5x5X0E", "uAl3iehKqLeR5x5X0E", "yXY1_GO_kLeR5x5X0E", "idLeR5x5X0E", "sqjmT2keF", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "visible", "router", "useRouter", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "yv2KBxKou_default", "isIPIMSNF_default", "RichText2", "x", "ResolveLinks", "resolvedLinks", "Y1DGI5m7e_default", "MotionDivWithFX", "ImageWithFX", "ContainerWithFX", "Video", "qtapiqINQ_default", "Image2", "Icon", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "KgeOPuw8n_default", "uZnMi9e0z_default", "css", "Framerip7xRZG_c", "withCSS", "ip7xRZG_c_default", "addFonts", "MenubarFonts", "BackFonts", "ButtonFonts", "VideoFonts", "TextComponentFonts", "HeroFonts", "ProjectCardFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
